digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "RealEstateInvestmentPropertyAtCost"[label = "Real Estate \nInvestment \nProperty, at \nCost\n774%" fillcolor="#75cf73"]
    "RealEstateInvestments"[label = "Real Estate \nInvestments, \nNet\n774%" fillcolor="#75cf73"]
    "remainder_RealEstateInvestments"[label = "Other Real \nEstate \nInvestments, \nNet\n376%" fillcolor="#BDE7BD"]
    "RealEstateInvestmentPropertyAccumulatedDepreciation"[label = "Real Estate \nInvestment \nProperty, \nAccumulated \nDepreciation\n-1,001%" fillcolor="#ff7973"]
    "LiabilitiesLongTerm"[label = "Liabilities, \nLong-term\n278%" fillcolor="#BDE7BD"]
    "Liabilities"[label = "Liabilities\n824%" fillcolor="#75cf73"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n677%" fillcolor="#BDE7BD"]
    "LiabilitiesCurrent"[label = "Liabilities, \nCurrent\n234%" fillcolor="#EEEEEE"]
    "remainder_Assets"[label = "Other Assets\n711%" fillcolor="#BDE7BD"]
    "Assets"[label = "Assets\n924%" fillcolor="#75cf73"]
    "IntangibleAssets"[label = "Goodwill and \nIntangible \nAssets\n54.7%" fillcolor="#EEEEEE"]
    "Revenues"[label = "Revenues\n-132%" fillcolor="#EEEEEE"]
    "remainder_Revenues"[label = "Other Revenues\n-95.8%" fillcolor="#EEEEEE"]
    "Expenses"[label = "Expenses\n128%" fillcolor="#EEEEEE"]
    "CostOfRevenue"[label = "Cost of \nRevenue\n63.2%" fillcolor="#EEEEEE"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-265%" fillcolor="#FFC7AD"]
    "NetIncome"[label = "Net Income\n1,193%" fillcolor="#75cf73"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n1,196%" fillcolor="#75cf73"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n1,191%" fillcolor="#75cf73"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n1,220%" fillcolor="#75cf73"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n1,206%" fillcolor="#75cf73"]
    "RealEstateInvestmentPropertyAtCost" -> "RealEstateInvestments" [label="774%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "RealEstateInvestments" -> "Assets" [label="774%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "remainder_RealEstateInvestments" -> "RealEstateInvestments" [label="376%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "RealEstateInvestmentPropertyAccumulatedDepreciation" -> "RealEstateInvestments" [label="-1,001%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "LiabilitiesLongTerm" -> "Liabilities" [label="278%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="169%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="750%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="677%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "LiabilitiesCurrent" -> "Liabilities" [label="234%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="711%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="-433%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="1,025%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "IntangibleAssets" -> "Assets" [label="54.7%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Revenues" -> "NetIncome" [label="-132%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="-95.8%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "NetIncome" [label="128%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "CostOfRevenue" -> "Expenses" [label="63.2%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-265%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "NetIncome" -> "ComprehensiveNetIncome" [label="1,193%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "remainder_NetIncome" -> "NetIncome" [label="1,196%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="1,191%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="1,220%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "Liabilities" -> "Assets" [style = "invisible", arrowhead="none"]
    "RealEstateInvestments" -> "remainder_Assets" [style = "invisible", arrowhead="none"]
}