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-18.0%" fillcolor="#FFC7AD"]
    "RealEstateInvestments"[label = "Real Estate \nInvestments, \nNet\n10.0%" fillcolor="#EEEEEE"]
    "remainder_RealEstateInvestments"[label = "Other Real \nEstate \nInvestments, \nNet\n19.3%" fillcolor="#BDE7BD"]
    "RealEstateInvestmentPropertyAccumulatedDepreciation"[label = "Real Estate \nInvestment \nProperty, \nAccumulated \nDepreciation\n7.11%" fillcolor="#EEEEEE"]
    "LiabilitiesLongTerm"[label = "Liabilities, \nLong-term\n4.21%" fillcolor="#EEEEEE"]
    "Liabilities"[label = "Liabilities\n-31.1%" fillcolor="#FFC7AD"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n-42.3%" fillcolor="#FFC7AD"]
    "LiabilitiesCurrent"[label = "Liabilities, \nCurrent\n3.41%" fillcolor="#EEEEEE"]
    "remainder_Assets"[label = "Other Assets\n-9.36%" fillcolor="#EEEEEE"]
    "Assets"[label = "Assets\n-2.96%" fillcolor="#EEEEEE"]
    "LeaseIncome"[label = "Lease Income\n-4.31%" fillcolor="#EEEEEE"]
    "Revenues"[label = "Revenues\n-12.8%" fillcolor="#EEEEEE"]
    "remainder_Revenues"[label = "Other Revenues\n-8.88%" fillcolor="#EEEEEE"]
    "Expenses"[label = "Expenses\n12.2%" fillcolor="#EEEEEE"]
    "CostOfRevenue"[label = "Cost of \nRevenue\n8.08%" fillcolor="#EEEEEE"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-24.9%" fillcolor="#FFC7AD"]
    "NetIncome"[label = "Net Income\n-6.57%" fillcolor="#EEEEEE"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n-4.32%" fillcolor="#EEEEEE"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n-6.81%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-69.8%" fillcolor="#ff7973"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-83.6%" fillcolor="#ff7973"]
    "RealEstateInvestmentPropertyAtCost" -> "RealEstateInvestments" [label="-18.0%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "RealEstateInvestments" -> "Assets" [label="10.0%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_RealEstateInvestments" -> "RealEstateInvestments" [label="19.3%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "RealEstateInvestmentPropertyAccumulatedDepreciation" -> "RealEstateInvestments" [label="7.11%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilitiesLongTerm" -> "Liabilities" [label="4.21%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="-22.1%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-4.04%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="-42.3%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "LiabilitiesCurrent" -> "Liabilities" [label="3.41%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-9.36%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="-3.49%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="0.441%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LeaseIncome" -> "Revenues" [label="-4.31%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Revenues" -> "NetIncome" [label="-12.8%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="-8.88%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "NetIncome" [label="12.2%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "CostOfRevenue" -> "Expenses" [label="8.08%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-24.9%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "NetIncome" -> "ComprehensiveNetIncome" [label="-6.57%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_NetIncome" -> "NetIncome" [label="-4.32%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-6.81%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-69.8%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "Liabilities" -> "Assets" [style = "invisible", arrowhead="none"]
    "RealEstateInvestments" -> "remainder_Assets" [style = "invisible", arrowhead="none"]
}