digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "remainder_RealEstateInvestments"[label = "Other Real \nEstate \nInvestments, \nNet\n270%" fillcolor="#75cf73"]
    "RealEstateInvestments"[label = "Real Estate \nInvestments, \nNet\n7.82%" fillcolor="#EEEEEE"]
    "RealEstateInvestmentPropertyAtCost"[label = "Real Estate \nInvestment \nProperty, at \nCost\n45.3%" fillcolor="#EEEEEE"]
    "RealEstateInvestmentPropertyAccumulatedDepreciation"[label = "Real Estate \nInvestment \nProperty, \nAccumulated \nDepreciation\n53.6%" fillcolor="#EEEEEE"]
    "LiabilitiesLongTerm"[label = "Liabilities, \nLong-term\n25.9%" fillcolor="#EEEEEE"]
    "Liabilities"[label = "Liabilities\n119%" fillcolor="#BDE7BD"]
    "LiabilitiesCurrent"[label = "Liabilities, \nCurrent\n42.9%" fillcolor="#EEEEEE"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n77.4%" fillcolor="#BDE7BD"]
    "Assets"[label = "Assets\n30.1%" fillcolor="#EEEEEE"]
    "remainder_Assets"[label = "Other Assets\n23.3%" fillcolor="#EEEEEE"]
    "remainder_Revenues"[label = "Other Revenues\n78.0%" fillcolor="#BDE7BD"]
    "Revenues"[label = "Revenues\n63.8%" fillcolor="#BDE7BD"]
    "LeaseIncome"[label = "Lease Income\n-14.4%" fillcolor="#EEEEEE"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n19.4%" fillcolor="#EEEEEE"]
    "CostOfRevenue"[label = "Cost of \nRevenue\n10.6%" fillcolor="#EEEEEE"]
    "NetIncome"[label = "Net Income\n134%" fillcolor="#BDE7BD"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n78.6%" fillcolor="#BDE7BD"]
    "remainder_Expenses"[label = "Other Expenses\n-21.7%" fillcolor="#EEEEEE"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n133%" fillcolor="#BDE7BD"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n184%" fillcolor="#75cf73"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n181%" fillcolor="#75cf73"]
    "remainder_RealEstateInvestments" -> "RealEstateInvestments" [label="270%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "RealEstateInvestments" -> "Assets" [label="7.82%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "RealEstateInvestmentPropertyAtCost" -> "RealEstateInvestments" [label="45.3%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "RealEstateInvestmentPropertyAccumulatedDepreciation" -> "RealEstateInvestments" [label="53.6%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilitiesLongTerm" -> "Liabilities" [label="25.9%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="56.4%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="80.6%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "LiabilitiesCurrent" -> "Liabilities" [label="42.9%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="77.4%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="-37.0%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="59.0%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="23.3%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="78.0%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Revenues" -> "NetIncome" [label="63.8%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "LeaseIncome" -> "Revenues" [label="-14.4%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="19.4%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "CostOfRevenue" -> "NetIncome" [label="10.6%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "NetIncome" -> "ComprehensiveNetIncome" [label="134%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "remainder_NetIncome" -> "NetIncome" [label="78.6%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "remainder_Expenses" -> "NetIncome" [label="-21.7%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="133%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="184%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "Liabilities" -> "Assets" [style = "invisible", arrowhead="none"]
    "RealEstateInvestments" -> "remainder_Assets" [style = "invisible", arrowhead="none"]
}