digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "remainder_RealEstateInvestments"[label = "Other Real \nEstate \nInvestments, \nNet\n-4.47%" fillcolor="#EEEEEE"]
    "RealEstateInvestments"[label = "Real Estate \nInvestments, \nNet\n-5.55%" fillcolor="#EEEEEE"]
    "RealEstateInvestmentPropertyAccumulatedDepreciation"[label = "Real Estate \nInvestment \nProperty, \nAccumulated \nDepreciation\n-20.2%" fillcolor="#FFC7AD"]
    "RealEstateInvestmentPropertyAtCost"[label = "Real Estate \nInvestment \nProperty, at \nCost\n11.2%" fillcolor="#EEEEEE"]
    "LiabilitiesCurrent"[label = "Liabilities, \nCurrent\n1.30%" fillcolor="#EEEEEE"]
    "Liabilities"[label = "Liabilities\n-14.7%" fillcolor="#FFC7AD"]
    "LiabilitiesLongTerm"[label = "Liabilities, \nLong-term\n-13.9%" fillcolor="#EEEEEE"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n-2.02%" fillcolor="#EEEEEE"]
    "Assets"[label = "Assets\n-19.7%" fillcolor="#FFC7AD"]
    "remainder_Assets"[label = "Other Assets\n-17.7%" fillcolor="#FFC7AD"]
    "LeaseIncome"[label = "Lease Income\n-3.66%" fillcolor="#EEEEEE"]
    "Revenues"[label = "Revenues\n1.33%" fillcolor="#EEEEEE"]
    "remainder_Revenues"[label = "Other Revenues\n4.21%" fillcolor="#EEEEEE"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-53.8%" fillcolor="#ff7973"]
    "GeneralAndAdministrativeExpense"[label = "General and \nAdministrative \nExpense\n1.59%" fillcolor="#EEEEEE"]
    "NetIncome"[label = "Net Income\n-1.17%" fillcolor="#EEEEEE"]
    "remainder_Expenses"[label = "Other Expenses\n-3.44%" fillcolor="#EEEEEE"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n-2.27%" fillcolor="#EEEEEE"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n-1.25%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-47.5%" fillcolor="#ff7973"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-69.8%" fillcolor="#ff7973"]
    "remainder_RealEstateInvestments" -> "RealEstateInvestments" [label="-4.47%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "RealEstateInvestments" -> "Assets" [label="-5.55%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "RealEstateInvestmentPropertyAccumulatedDepreciation" -> "RealEstateInvestments" [label="-20.2%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "RealEstateInvestmentPropertyAtCost" -> "RealEstateInvestments" [label="11.2%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilitiesCurrent" -> "Liabilities" [label="1.30%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="-19.1%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="10.6%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilitiesLongTerm" -> "Liabilities" [label="-13.9%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="-2.02%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="-18.3%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-8.25%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-17.7%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "LeaseIncome" -> "Revenues" [label="-3.66%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Revenues" -> "NetIncome" [label="1.33%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="4.21%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-53.8%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "GeneralAndAdministrativeExpense" -> "NetIncome" [label="1.59%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "NetIncome" -> "ComprehensiveNetIncome" [label="-1.17%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Expenses" -> "NetIncome" [label="-3.44%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_NetIncome" -> "NetIncome" [label="-2.27%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-1.25%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-47.5%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "Liabilities" -> "Assets" [style = "invisible", arrowhead="none"]
    "RealEstateInvestments" -> "remainder_Assets" [style = "invisible", arrowhead="none"]
}