digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "RealEstateInvestmentPropertyAccumulatedDepreciation"[label = "Real Estate \nInvestment \nProperty, \nAccumulated \nDepreciation\n3.10%" fillcolor="#EEEEEE"]
    "RealEstateInvestments"[label = "Real Estate \nInvestments, \nNet\n-10.8%" fillcolor="#FFC7AD"]
    "RealEstateInvestmentPropertyAtCost"[label = "Real Estate \nInvestment \nProperty, at \nCost\n-9.69%" fillcolor="#EEEEEE"]
    "remainder_RealEstateInvestments"[label = "Other Real \nEstate \nInvestments, \nNet\n-4.21%" fillcolor="#EEEEEE"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n10.1%" fillcolor="#EEEEEE"]
    "Liabilities"[label = "Liabilities\n12.3%" fillcolor="#BDE7BD"]
    "LiabilitiesCurrent"[label = "Liabilities, \nCurrent\n6.48%" fillcolor="#EEEEEE"]
    "LiabilitiesLongTerm"[label = "Liabilities, \nLong-term\n-4.45%" fillcolor="#EEEEEE"]
    "remainder_Assets"[label = "Other Assets\n51.4%" fillcolor="#75cf73"]
    "Assets"[label = "Assets\n9.24%" fillcolor="#EEEEEE"]
    "remainder_Revenues"[label = "Other Revenues\n-8.10%" fillcolor="#EEEEEE"]
    "Revenues"[label = "Revenues\n-12.9%" fillcolor="#FFC7AD"]
    "LeaseIncome"[label = "Lease Income\n-4.55%" fillcolor="#EEEEEE"]
    "remainder_Expenses"[label = "Other Expenses\n5.15%" fillcolor="#EEEEEE"]
    "Expenses"[label = "Expenses\n16.1%" fillcolor="#BDE7BD"]
    "CostOfRevenue"[label = "Cost of \nRevenue\n6.20%" fillcolor="#EEEEEE"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n25.2%" fillcolor="#BDE7BD"]
    "NetIncome"[label = "Net Income\n-19.1%" fillcolor="#FFC7AD"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n-23.7%" fillcolor="#FFC7AD"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n-19.1%" fillcolor="#FFC7AD"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n6.96%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n2.77%" fillcolor="#EEEEEE"]
    "RealEstateInvestmentPropertyAccumulatedDepreciation" -> "RealEstateInvestments" [label="3.10%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "RealEstateInvestments" -> "Assets" [label="-10.8%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "RealEstateInvestmentPropertyAtCost" -> "RealEstateInvestments" [label="-9.69%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_RealEstateInvestments" -> "RealEstateInvestments" [label="-4.21%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="10.1%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="8.89%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="4.22%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilitiesCurrent" -> "Liabilities" [label="6.48%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilitiesLongTerm" -> "Liabilities" [label="-4.45%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="51.4%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="15.8%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-10.5%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="-8.10%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Revenues" -> "NetIncome" [label="-12.9%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "LeaseIncome" -> "Revenues" [label="-4.55%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="5.15%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "NetIncome" [label="16.1%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "CostOfRevenue" -> "Expenses" [label="6.20%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="25.2%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "NetIncome" -> "ComprehensiveNetIncome" [label="-19.1%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_NetIncome" -> "NetIncome" [label="-23.7%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-19.1%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="6.96%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "RealEstateInvestments" -> "remainder_Assets" [style = "invisible", arrowhead="none"]
}