digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "RealEstateInvestmentPropertyAccumulatedDepreciation"[label = "Real Estate \nInvestment \nProperty, \nAccumulated \nDepreciation\n17.1%" fillcolor="#EEEEEE"]
    "RealEstateInvestments"[label = "Real Estate \nInvestments, \nNet\n-32.6%" fillcolor="#FFC7AD"]
    "remainder_RealEstateInvestments"[label = "Other Real \nEstate \nInvestments, \nNet\n-13.9%" fillcolor="#EEEEEE"]
    "RealEstateInvestmentPropertyAtCost"[label = "Real Estate \nInvestment \nProperty, at \nCost\n-32.5%" fillcolor="#FFC7AD"]
    "LiabilitiesLongTerm"[label = "Liabilities, \nLong-term\n-21.9%" fillcolor="#FFC7AD"]
    "Liabilities"[label = "Liabilities\n16.8%" fillcolor="#EEEEEE"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n18.0%" fillcolor="#EEEEEE"]
    "remainder_Assets"[label = "Other Assets\n-26.8%" fillcolor="#FFC7AD"]
    "Assets"[label = "Assets\n-39.4%" fillcolor="#FFC7AD"]
    "IntangibleAssets"[label = "Goodwill and \nIntangible \nAssets\n17.2%" fillcolor="#EEEEEE"]
    "remainder_Revenues"[label = "Other Revenues\n45.2%" fillcolor="#BDE7BD"]
    "Revenues"[label = "Revenues\n42.5%" fillcolor="#BDE7BD"]
    "LeaseIncome"[label = "Lease Income\n-12.0%" fillcolor="#EEEEEE"]
    "DepreciationAndAmortization"[label = "Depreciation \nand \nAmortization\n3.33%" fillcolor="#EEEEEE"]
    "Expenses"[label = "Expenses\n-90.9%" fillcolor="#ff7973"]
    "CostOfRevenue"[label = "Cost of \nRevenue\n-96.4%" fillcolor="#ff7973"]
    "remainder_Expenses"[label = "Other Expenses\n14.2%" fillcolor="#EEEEEE"]
    "GeneralAndAdministrativeExpense"[label = "General and \nAdministrative \nExpense\n-10.7%" fillcolor="#EEEEEE"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-83.1%" fillcolor="#ff7973"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-30.6%" fillcolor="#FFC7AD"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-32.2%" fillcolor="#FFC7AD"]
    "RealEstateInvestmentPropertyAccumulatedDepreciation" -> "RealEstateInvestments" [label="17.1%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "RealEstateInvestments" -> "Assets" [label="-32.6%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_RealEstateInvestments" -> "RealEstateInvestments" [label="-13.9%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "RealEstateInvestmentPropertyAtCost" -> "RealEstateInvestments" [label="-32.5%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "LiabilitiesLongTerm" -> "Liabilities" [label="-21.9%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="16.8%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="1.93%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="18.0%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-26.8%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="-101%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="7.94%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "IntangibleAssets" -> "Assets" [label="17.2%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="45.2%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Revenues" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="42.5%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "LeaseIncome" -> "Revenues" [label="-12.0%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "DepreciationAndAmortization" -> "Expenses" [label="3.33%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-90.9%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "CostOfRevenue" -> "Expenses" [label="-96.4%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="14.2%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "GeneralAndAdministrativeExpense" -> "Expenses" [label="-10.7%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-83.1%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-30.6%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "Expenses" [style = "invisible", arrowhead="none"]
    "Revenues" -> "Expenses" [style = "invisible", arrowhead="none"]
    "Liabilities" -> "Assets" [style = "invisible", arrowhead="none"]
}