digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "RealEstateInvestmentPropertyAtCost"[label = "Real Estate \nInvestment \nProperty, at \nCost\n-14.3%" fillcolor="#EEEEEE"]
    "RealEstateInvestments"[label = "Real Estate \nInvestments, \nNet\n-21.3%" fillcolor="#FFC7AD"]
    "remainder_RealEstateInvestments"[label = "Other Real \nEstate \nInvestments, \nNet\n-6.72%" fillcolor="#EEEEEE"]
    "RealEstateInvestmentPropertyAccumulatedDepreciation"[label = "Real Estate \nInvestment \nProperty, \nAccumulated \nDepreciation\n0.572%" fillcolor="#EEEEEE"]
    "Assets"[label = "Assets\n-31.5%" fillcolor="#FFC7AD"]
    "remainder_Assets"[label = "Other Assets\n-21.0%" fillcolor="#FFC7AD"]
    "remainder_Revenues"[label = "Other Revenues\n0.691%" fillcolor="#EEEEEE"]
    "Revenues"[label = "Revenues\n0.681%" fillcolor="#EEEEEE"]
    "LeaseIncome"[label = "Lease Income\n-1.42%" fillcolor="#EEEEEE"]
    "Expenses"[label = "Expenses\n-47.7%" fillcolor="#FFC7AD"]
    "GeneralAndAdministrativeExpense"[label = "General and \nAdministrative \nExpense\n-5.56%" fillcolor="#EEEEEE"]
    "remainder_Expenses"[label = "Other Expenses\n-27.6%" fillcolor="#FFC7AD"]
    "DepreciationAndAmortization"[label = "Depreciation \nand \nAmortization\n0.158%" fillcolor="#EEEEEE"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-36.5%" fillcolor="#FFC7AD"]
    "LiabilitiesCurrent"[label = "Liabilities, \nCurrent\n-0.185%" fillcolor="#EEEEEE"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n0.336%" fillcolor="#EEEEEE"]
    "NetIncome"[label = "Net Income\n-25.0%" fillcolor="#FFC7AD"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n-0.539%" fillcolor="#EEEEEE"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n-25.0%" fillcolor="#FFC7AD"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-78.2%" fillcolor="#ff7973"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-88.7%" fillcolor="#ff7973"]
    "RealEstateInvestmentPropertyAtCost" -> "RealEstateInvestments" [label="-14.3%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "RealEstateInvestments" -> "Assets" [label="-21.3%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_RealEstateInvestments" -> "RealEstateInvestments" [label="-6.72%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "RealEstateInvestmentPropertyAccumulatedDepreciation" -> "RealEstateInvestments" [label="0.572%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="-31.5%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-13.7%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-21.0%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="0.691%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Revenues" -> "NetIncome" [label="0.681%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LeaseIncome" -> "Revenues" [label="-1.42%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "NetIncome" [label="-47.7%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "GeneralAndAdministrativeExpense" -> "Expenses" [label="-5.56%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="-27.6%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "DepreciationAndAmortization" -> "Expenses" [label="0.158%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-36.5%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "LiabilitiesCurrent" -> "StockholdersEquity" [label="0.562%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilitiesCurrent" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-1.92%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Liabilities" -> "StockholdersEquity" [label="-3.73%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="0.688%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "NetIncome" -> "ComprehensiveNetIncome" [label="-25.0%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_NetIncome" -> "NetIncome" [label="-0.539%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-25.0%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-78.2%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "RealEstateInvestments" -> "remainder_Assets" [style = "invisible", arrowhead="none"]
}