digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "OperatingAndEmployeeLiabilities"[label = "Operating and \nEmployee \nLiabilities\n-3.37%" fillcolor="#EEEEEE"]
    "Liabilities"[label = "Liabilities\n-6.92%" fillcolor="#FFC7AD"]
    "DepositsAndPayablesToCustomers"[label = "Deposits and \nPayables to \nCustomers\n-2.66%" fillcolor="#EEEEEE"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n13.8%" fillcolor="#75cf73"]
    "Debt"[label = "Debt\n-20.1%" fillcolor="#ff7973"]
    "remainder_Assets"[label = "Other Assets\n-8.10%" fillcolor="#FFC7AD"]
    "Assets"[label = "Assets\n6.44%" fillcolor="#BDE7BD"]
    "IntangibleAssets"[label = "Intangible \nAssets\n15.7%" fillcolor="#75cf73"]
    "Investments"[label = "Investments\n6.13%" fillcolor="#BDE7BD"]
    "SellingAndGeneralAdministrativeExpense"[label = "Selling and \nGeneral \nAdministrative \nExpense\n4.26%" fillcolor="#BDE7BD"]
    "Expenses"[label = "Expenses\n15.5%" fillcolor="#75cf73"]
    "DepreciationInterestAndFeesExpenses"[label = "Depreciation \nInterest and \nFees Expenses\n3.28%" fillcolor="#EEEEEE"]
    "CostOfGoodsSold"[label = "Cost of Goods \nSold\n-6.45%" fillcolor="#FFC7AD"]
    "remainder_Expenses"[label = "Other Expenses\n12.6%" fillcolor="#75cf73"]
    "Revenues"[label = "Revenues\n-4.59%" fillcolor="#FFC7AD"]
    "remainder_Revenues"[label = "Other Revenues\n-4.16%" fillcolor="#FFC7AD"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n4.85%" fillcolor="#BDE7BD"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n6.02%" fillcolor="#BDE7BD"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n-7.56%" fillcolor="#FFC7AD"]
    "remainder_ComprehensiveNetIncome"[label = "Other Compr. \nNet Income\n3.57%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n4.21%" fillcolor="#BDE7BD"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n1.58%" fillcolor="#EEEEEE"]
    "OperatingAndEmployeeLiabilities" -> "Liabilities" [label="-3.37%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="-4.65%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-2.06%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "DepositsAndPayablesToCustomers" -> "Liabilities" [label="-2.66%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="13.8%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "Debt" -> "Liabilities" [label="-20.1%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-8.10%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="9.78%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-4.38%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "IntangibleAssets" -> "Assets" [label="15.7%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "Investments" -> "Assets" [label="6.13%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "SellingAndGeneralAdministrativeExpense" -> "Expenses" [label="4.26%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Expenses" -> "ComprehensiveNetIncome" [label="15.5%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "DepreciationInterestAndFeesExpenses" -> "Expenses" [label="3.28%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "CostOfGoodsSold" -> "Expenses" [label="-6.45%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="12.6%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "Revenues" -> "ComprehensiveNetIncome" [label="-4.59%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="-4.16%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="4.85%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="6.02%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "remainder_NetIncome" -> "ComprehensiveNetIncome" [label="-7.56%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_ComprehensiveNetIncome" -> "ComprehensiveNetIncome" [label="3.57%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="4.21%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Liabilities" -> "Assets" [style = "invisible", arrowhead="none"]
    "Expenses" -> "Revenues" [style = "invisible", arrowhead="none"]
}