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-24.8%" fillcolor="#FFC7AD"]
    "RealEstateInvestments"[label = "Real Estate \nInvestments, \nNet\n-25.5%" fillcolor="#FFC7AD"]
    "remainder_RealEstateInvestments"[label = "Other Real \nEstate \nInvestments, \nNet\n-10.1%" fillcolor="#EEEEEE"]
    "RealEstateInvestmentPropertyAccumulatedDepreciation"[label = "Real Estate \nInvestment \nProperty, \nAccumulated \nDepreciation\n13.1%" fillcolor="#EEEEEE"]
    "LiabilitiesCurrent"[label = "Liabilities, \nCurrent\n-12.2%" fillcolor="#EEEEEE"]
    "Liabilities"[label = "Liabilities\n20.7%" fillcolor="#EEEEEE"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n28.9%" fillcolor="#BDE7BD"]
    "Assets"[label = "Assets\n-30.6%" fillcolor="#FFC7AD"]
    "IntangibleAssets"[label = "Goodwill and \nIntangible \nAssets\n21.4%" fillcolor="#EEEEEE"]
    "remainder_Assets"[label = "Other Assets\n-20.2%" fillcolor="#EEEEEE"]
    "LeaseIncome"[label = "Lease Income\n-15.0%" fillcolor="#EEEEEE"]
    "Revenues"[label = "Revenues\n59.5%" fillcolor="#BDE7BD"]
    "remainder_Revenues"[label = "Other Revenues\n62.7%" fillcolor="#BDE7BD"]
    "remainder_Expenses"[label = "Other Expenses\n-121%" fillcolor="#ff7973"]
    "Expenses"[label = "Expenses\n-95.9%" fillcolor="#ff7973"]
    "GeneralAndAdministrativeExpense"[label = "General and \nAdministrative \nExpense\n12.3%" fillcolor="#EEEEEE"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-79.6%" fillcolor="#ff7973"]
    "NetIncome"[label = "Net Income\n9.13%" fillcolor="#EEEEEE"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n9.48%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-14.4%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-25.5%" fillcolor="#FFC7AD"]
    "RealEstateInvestmentPropertyAtCost" -> "RealEstateInvestments" [label="-24.8%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "RealEstateInvestments" -> "Assets" [label="-25.5%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_RealEstateInvestments" -> "RealEstateInvestments" [label="-10.1%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "RealEstateInvestmentPropertyAccumulatedDepreciation" -> "RealEstateInvestments" [label="13.1%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilitiesCurrent" -> "Liabilities" [label="-12.2%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="18.6%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="4.42%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="28.9%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="-103%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="14.7%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "IntangibleAssets" -> "Assets" [label="21.4%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-20.2%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LeaseIncome" -> "Revenues" [label="-15.0%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Revenues" -> "NetIncome" [label="59.5%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="62.7%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="-121%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "Expenses" -> "NetIncome" [label="-95.9%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "GeneralAndAdministrativeExpense" -> "Expenses" [label="12.3%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-79.6%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "NetIncome" -> "ComprehensiveNetIncome" [label="9.13%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="9.48%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-14.4%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "RealEstateInvestments" -> "IntangibleAssets" [style = "invisible", arrowhead="none"]
}