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-11.9%" fillcolor="#FFC7AD"]
    "RealEstateInvestments"[label = "Real Estate \nInvestments, \nNet\n-12.3%" fillcolor="#FFC7AD"]
    "remainder_RealEstateInvestments"[label = "Other Real \nEstate \nInvestments, \nNet\n-4.06%" fillcolor="#EEEEEE"]
    "RealEstateInvestmentPropertyAccumulatedDepreciation"[label = "Real Estate \nInvestment \nProperty, \nAccumulated \nDepreciation\n3.95%" fillcolor="#EEEEEE"]
    "LiabilitiesCurrent"[label = "Liabilities, \nCurrent\n-17.4%" fillcolor="#FFC7AD"]
    "Liabilities"[label = "Liabilities\n-22.3%" fillcolor="#ff7973"]
    "LiabilitiesLongTerm"[label = "Liabilities, \nLong-term\n6.20%" fillcolor="#EEEEEE"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n-10.5%" fillcolor="#FFC7AD"]
    "Assets"[label = "Assets\n6.38%" fillcolor="#EEEEEE"]
    "remainder_Assets"[label = "Other Assets\n32.5%" fillcolor="#75cf73"]
    "LeaseIncome"[label = "Lease Income\n-5.34%" fillcolor="#EEEEEE"]
    "Revenues"[label = "Revenues\n-12.2%" fillcolor="#FFC7AD"]
    "remainder_Revenues"[label = "Other Revenues\n-7.03%" fillcolor="#FFC7AD"]
    "remainder_Expenses"[label = "Other Expenses\n9.47%" fillcolor="#BDE7BD"]
    "Expenses"[label = "Expenses\n17.2%" fillcolor="#BDE7BD"]
    "GeneralAndAdministrativeExpense"[label = "General and \nAdministrative \nExpense\n3.12%" fillcolor="#EEEEEE"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-6.85%" fillcolor="#FFC7AD"]
    "NetIncome"[label = "Net Income\n2.68%" fillcolor="#EEEEEE"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n2.44%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-15.4%" fillcolor="#FFC7AD"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-26.5%" fillcolor="#ff7973"]
    "RealEstateInvestmentPropertyAtCost" -> "RealEstateInvestments" [label="-11.9%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "RealEstateInvestments" -> "Assets" [label="-12.3%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_RealEstateInvestments" -> "RealEstateInvestments" [label="-4.06%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "RealEstateInvestmentPropertyAccumulatedDepreciation" -> "RealEstateInvestments" [label="3.95%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilitiesCurrent" -> "Liabilities" [label="-17.4%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="-14.4%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-5.16%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilitiesLongTerm" -> "Liabilities" [label="6.20%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="-10.5%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="8.33%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-2.54%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="32.5%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "LeaseIncome" -> "Revenues" [label="-5.34%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Revenues" -> "NetIncome" [label="-12.2%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="-7.03%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="9.47%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Expenses" -> "NetIncome" [label="17.2%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "GeneralAndAdministrativeExpense" -> "Expenses" [label="3.12%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-6.85%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "NetIncome" -> "ComprehensiveNetIncome" [label="2.68%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="2.44%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-15.4%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "RealEstateInvestments" -> "remainder_Assets" [style = "invisible", arrowhead="none"]
}