digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "RealEstateInvestmentPropertyAccumulatedDepreciation"[label = "Real Estate \nInvestment \nProperty, \nAccumulated \nDepreciation\n1.22%" fillcolor="#EEEEEE"]
    "RealEstateInvestments"[label = "Real Estate \nInvestments, \nNet\n-28.2%" fillcolor="#FFC7AD"]
    "remainder_RealEstateInvestments"[label = "Other Real \nEstate \nInvestments, \nNet\n-8.93%" fillcolor="#EEEEEE"]
    "RealEstateInvestmentPropertyAtCost"[label = "Real Estate \nInvestment \nProperty, at \nCost\n-27.8%" fillcolor="#FFC7AD"]
    "LiabilitiesLongTerm"[label = "Liabilities, \nLong-term\n0.796%" fillcolor="#EEEEEE"]
    "Liabilities"[label = "Liabilities\n2.46%" fillcolor="#EEEEEE"]
    "LiabilitiesCurrent"[label = "Liabilities, \nCurrent\n0.672%" fillcolor="#EEEEEE"]
    "Assets"[label = "Assets\n1.29%" fillcolor="#EEEEEE"]
    "remainder_Assets"[label = "Other Assets\n28.6%" fillcolor="#BDE7BD"]
    "remainder_Revenues"[label = "Other Revenues\n-14.4%" fillcolor="#FFC7AD"]
    "Revenues"[label = "Revenues\n-22.0%" fillcolor="#FFC7AD"]
    "LeaseIncome"[label = "Lease Income\n-6.46%" fillcolor="#EEEEEE"]
    "Expenses"[label = "Expenses\n-45.4%" fillcolor="#ff7973"]
    "remainder_Expenses"[label = "Other Expenses\n-35.6%" fillcolor="#FFC7AD"]
    "DepreciationAndAmortization"[label = "Depreciation \nand \nAmortization\n0.216%" fillcolor="#EEEEEE"]
    "GeneralAndAdministrativeExpense"[label = "General and \nAdministrative \nExpense\n-17.3%" fillcolor="#FFC7AD"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n6.81%" fillcolor="#EEEEEE"]
    "NetIncome"[label = "Net Income\n-64.3%" fillcolor="#ff7973"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n-64.2%" fillcolor="#ff7973"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n0.550%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-43.5%" fillcolor="#ff7973"]
    "RealEstateInvestmentPropertyAccumulatedDepreciation" -> "RealEstateInvestments" [label="1.22%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "RealEstateInvestments" -> "Assets" [label="-28.2%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_RealEstateInvestments" -> "RealEstateInvestments" [label="-8.93%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "RealEstateInvestmentPropertyAtCost" -> "RealEstateInvestments" [label="-27.8%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "LiabilitiesLongTerm" -> "Liabilities" [label="0.796%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="3.42%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilitiesCurrent" -> "Liabilities" [label="0.672%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="1.06%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="28.6%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="-14.4%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Revenues" -> "NetIncome" [label="-22.0%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "LeaseIncome" -> "Revenues" [label="-6.46%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "NetIncome" [label="-45.4%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="-35.6%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "DepreciationAndAmortization" -> "Expenses" [label="0.216%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "GeneralAndAdministrativeExpense" -> "Expenses" [label="-17.3%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="6.81%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "NetIncome" -> "ComprehensiveNetIncome" [label="-64.3%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-64.2%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="0.550%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "RealEstateInvestments" -> "remainder_Assets" [style = "invisible", arrowhead="none"]
}