digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "RealEstateInvestmentPropertyAccumulatedDepreciation"[label = "Real Estate \nInvestment \nProperty, \nAccumulated \nDepreciation\n4.16%" fillcolor="#EEEEEE"]
    "RealEstateInvestments"[label = "Real Estate \nInvestments, \nNet\n11.3%" fillcolor="#BDE7BD"]
    "remainder_RealEstateInvestments"[label = "Other Real \nEstate \nInvestments, \nNet\n4.20%" fillcolor="#EEEEEE"]
    "RealEstateInvestmentPropertyAtCost"[label = "Real Estate \nInvestment \nProperty, at \nCost\n1.63%" fillcolor="#EEEEEE"]
    "LiabilitiesLongTerm"[label = "Liabilities, \nLong-term\n6.02%" fillcolor="#EEEEEE"]
    "Liabilities"[label = "Liabilities\n-15.9%" fillcolor="#FFC7AD"]
    "LiabilitiesCurrent"[label = "Liabilities, \nCurrent\n9.96%" fillcolor="#BDE7BD"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n-37.6%" fillcolor="#ff7973"]
    "remainder_Assets"[label = "Other Assets\n-12.8%" fillcolor="#FFC7AD"]
    "Assets"[label = "Assets\n-6.76%" fillcolor="#EEEEEE"]
    "remainder_Revenues"[label = "Other Revenues\n-11.6%" fillcolor="#FFC7AD"]
    "Revenues"[label = "Revenues\n-11.2%" fillcolor="#FFC7AD"]
    "Expenses"[label = "Expenses\n-2.02%" fillcolor="#EEEEEE"]
    "CostOfRevenue"[label = "Cost of \nRevenue\n4.20%" fillcolor="#EEEEEE"]
    "remainder_Expenses"[label = "Other Expenses\n-6.70%" fillcolor="#EEEEEE"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-20.1%" fillcolor="#FFC7AD"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n10.3%" fillcolor="#BDE7BD"]
    "NetIncome"[label = "Net Income\n-4.24%" fillcolor="#EEEEEE"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n-4.42%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-25.0%" fillcolor="#ff7973"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-26.7%" fillcolor="#ff7973"]
    "RealEstateInvestmentPropertyAccumulatedDepreciation" -> "RealEstateInvestments" [label="4.16%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "RealEstateInvestments" -> "Assets" [label="11.3%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "remainder_RealEstateInvestments" -> "RealEstateInvestments" [label="4.20%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "RealEstateInvestmentPropertyAtCost" -> "RealEstateInvestments" [label="1.63%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilitiesLongTerm" -> "Liabilities" [label="6.02%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="-11.9%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-2.74%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilitiesCurrent" -> "Liabilities" [label="9.96%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="-37.6%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-12.8%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="-9.05%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="1.69%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="-11.6%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Revenues" -> "NetIncome" [label="-11.2%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Expenses" -> "NetIncome" [label="-2.02%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "CostOfRevenue" -> "Expenses" [label="4.20%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="-6.70%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-20.1%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_NetIncome" -> "NetIncome" [label="10.3%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "NetIncome" -> "ComprehensiveNetIncome" [label="-4.24%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-4.42%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-25.0%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "Liabilities" -> "Assets" [style = "invisible", arrowhead="none"]
    "RealEstateInvestments" -> "remainder_Assets" [style = "invisible", arrowhead="none"]
}