digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "remainder_RealEstateInvestments"[label = "Other Real \nEstate \nInvestments, \nNet\n-2.70%" fillcolor="#EEEEEE"]
    "RealEstateInvestments"[label = "Real Estate \nInvestments, \nNet\n-8.22%" fillcolor="#EEEEEE"]
    "RealEstateInvestmentPropertyAtCost"[label = "Real Estate \nInvestment \nProperty, at \nCost\n-8.05%" fillcolor="#EEEEEE"]
    "RealEstateInvestmentPropertyAccumulatedDepreciation"[label = "Real Estate \nInvestment \nProperty, \nAccumulated \nDepreciation\n2.93%" fillcolor="#EEEEEE"]
    "LiabilitiesCurrent"[label = "Liabilities, \nCurrent\n19.7%" fillcolor="#BDE7BD"]
    "Liabilities"[label = "Liabilities\n31.2%" fillcolor="#BDE7BD"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n18.1%" fillcolor="#BDE7BD"]
    "Assets"[label = "Assets\n-3.97%" fillcolor="#EEEEEE"]
    "remainder_Assets"[label = "Other Assets\n9.40%" fillcolor="#EEEEEE"]
    "LeaseIncome"[label = "Lease Income\n-10.6%" fillcolor="#EEEEEE"]
    "Revenues"[label = "Revenues\n-21.5%" fillcolor="#FFC7AD"]
    "remainder_Revenues"[label = "Other Revenues\n-10.3%" fillcolor="#EEEEEE"]
    "Expenses"[label = "Expenses\n-30.7%" fillcolor="#FFC7AD"]
    "DepreciationAndAmortization"[label = "Depreciation \nand \nAmortization\n3.80%" fillcolor="#EEEEEE"]
    "remainder_Expenses"[label = "Other Expenses\n-38.5%" fillcolor="#ff7973"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n5.79%" fillcolor="#EEEEEE"]
    "NetIncome"[label = "Net Income\n17.5%" fillcolor="#BDE7BD"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n61.1%" fillcolor="#75cf73"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n17.5%" fillcolor="#BDE7BD"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n37.8%" fillcolor="#75cf73"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n30.3%" fillcolor="#BDE7BD"]
    "remainder_RealEstateInvestments" -> "RealEstateInvestments" [label="-2.70%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "RealEstateInvestments" -> "Assets" [label="-8.22%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "RealEstateInvestmentPropertyAtCost" -> "RealEstateInvestments" [label="-8.05%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "RealEstateInvestmentPropertyAccumulatedDepreciation" -> "RealEstateInvestments" [label="2.93%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilitiesCurrent" -> "Liabilities" [label="19.7%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="22.6%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="14.2%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="18.1%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="-19.9%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="11.4%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="9.40%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LeaseIncome" -> "Revenues" [label="-10.6%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Revenues" -> "NetIncome" [label="-21.5%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="-10.3%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "NetIncome" [label="-30.7%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "DepreciationAndAmortization" -> "Expenses" [label="3.80%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="-38.5%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="5.79%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "NetIncome" -> "ComprehensiveNetIncome" [label="17.5%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "remainder_NetIncome" -> "NetIncome" [label="61.1%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="17.5%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="37.8%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "RealEstateInvestments" -> "remainder_Assets" [style = "invisible", arrowhead="none"]
}