digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "Investments"[label = "Investments\n6.06%" fillcolor="#EEEEEE"]
    "Assets"[label = "Assets\n-11.9%" fillcolor="#FFC7AD"]
    "CashAndCurrentAssets"[label = "Cash and \nCurrent Assets\n-7.00%" fillcolor="#EEEEEE"]
    "remainder_Assets"[label = "Other Assets\n-16.3%" fillcolor="#FFC7AD"]
    "IntangibleAssets"[label = "Intangible \nAssets\n-9.49%" fillcolor="#FFC7AD"]
    "Expenses"[label = "Expenses\n-13.2%" fillcolor="#FFC7AD"]
    "CostOfGoodsSold"[label = "Cost of Goods \nSold\n-3.78%" fillcolor="#EEEEEE"]
    "SellingAndGeneralAdministrativeExpense"[label = "Selling and \nGeneral \nAdministrative \nExpense\n3.31%" fillcolor="#EEEEEE"]
    "remainder_Expenses"[label = "Other Expenses\n-20.6%" fillcolor="#FFC7AD"]
    "Revenues"[label = "Revenues\n3.81%" fillcolor="#EEEEEE"]
    "remainder_Revenues"[label = "Other Revenues\n-17.1%" fillcolor="#FFC7AD"]
    "RevenueFromContractWithCustomer"[label = "Revenue from \nContract with \nCustomer\n7.00%" fillcolor="#EEEEEE"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-16.6%" fillcolor="#FFC7AD"]
    "Debt"[label = "Debt\n-39.3%" fillcolor="#ff7973"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n3.65%" fillcolor="#EEEEEE"]
    "LoansPayable"[label = "Loans Payable\n-3.67%" fillcolor="#EEEEEE"]
    "NetIncome"[label = "Net Income\n-8.62%" fillcolor="#FFC7AD"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n-12.5%" fillcolor="#FFC7AD"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n-6.57%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-17.4%" fillcolor="#FFC7AD"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-25.3%" fillcolor="#ff7973"]
    "Investments" -> "Assets" [label="6.06%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="-14.1%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "CashAndCurrentAssets" -> "Assets" [label="-7.00%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-16.3%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "IntangibleAssets" -> "Assets" [label="-9.49%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Expenses" -> "NetIncome" [label="-13.2%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "CostOfGoodsSold" -> "Expenses" [label="-3.78%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "SellingAndGeneralAdministrativeExpense" -> "Expenses" [label="3.31%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="-20.6%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Revenues" -> "NetIncome" [label="3.81%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="-17.1%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "RevenueFromContractWithCustomer" -> "Revenues" [label="7.00%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-16.6%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Debt" -> "StockholdersEquity" [label="-27.6%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "remainder_Liabilities" -> "StockholdersEquity" [label="3.85%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="0.492%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LoansPayable" -> "StockholdersEquity" [label="-3.44%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "NetIncome" -> "ComprehensiveNetIncome" [label="-8.62%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_NetIncome" -> "NetIncome" [label="-12.5%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-6.57%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-17.4%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "Debt" [style = "invisible", arrowhead="none"]
    "Expenses" -> "Revenues" [style = "invisible", arrowhead="none"]
}