digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "Debt"[label = "Debt\n-10.1%" fillcolor="#FFC7AD"]
    "Liabilities"[label = "Liabilities\n-7.88%" fillcolor="#FFC7AD"]
    "DepositsAndPayablesToCustomers"[label = "Deposits and \nPayables to \nCustomers\n-3.78%" fillcolor="#EEEEEE"]
    "OperatingAndEmployeeLiabilities"[label = "Operating and \nEmployee \nLiabilities\n6.02%" fillcolor="#BDE7BD"]
    "Investments"[label = "Investments\n14.4%" fillcolor="#75cf73"]
    "Assets"[label = "Assets\n11.9%" fillcolor="#BDE7BD"]
    "IntangibleAssets"[label = "Intangible \nAssets\n-3.22%" fillcolor="#EEEEEE"]
    "remainder_Assets"[label = "Other Assets\n6.96%" fillcolor="#BDE7BD"]
    "CashAndCurrentAssets"[label = "Cash and \nCurrent Assets\n-3.96%" fillcolor="#EEEEEE"]
    "Expenses"[label = "Expenses\n20.5%" fillcolor="#75cf73"]
    "DepreciationInterestAndFeesExpenses"[label = "Depreciation \nInterest and \nFees Expenses\n3.05%" fillcolor="#EEEEEE"]
    "OperatingExpenses"[label = "Operating \nExpenses\n10.8%" fillcolor="#BDE7BD"]
    "Revenues"[label = "Revenues\n-12.2%" fillcolor="#FFC7AD"]
    "RevenueFromContractWithCustomer"[label = "Revenue from \nContract with \nCustomer\n-11.9%" fillcolor="#FFC7AD"]
    "InvestmentIncome"[label = "Investment \nIncome\n-7.38%" fillcolor="#FFC7AD"]
    "remainder_Revenues"[label = "Other Revenues\n7.73%" fillcolor="#BDE7BD"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n7.18%" fillcolor="#BDE7BD"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n2.65%" fillcolor="#EEEEEE"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n-4.51%" fillcolor="#FFC7AD"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n10.8%" fillcolor="#BDE7BD"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-2.80%" fillcolor="#EEEEEE"]
    "Debt" -> "Liabilities" [label="-10.1%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="-5.88%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-1.64%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "DepositsAndPayablesToCustomers" -> "Liabilities" [label="-3.78%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "OperatingAndEmployeeLiabilities" -> "Liabilities" [label="6.02%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Investments" -> "Assets" [label="14.4%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="13.6%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-3.85%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "IntangibleAssets" -> "Assets" [label="-3.22%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="6.96%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "CashAndCurrentAssets" -> "Assets" [label="-3.96%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "ComprehensiveNetIncome" [label="20.5%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "DepreciationInterestAndFeesExpenses" -> "Expenses" [label="3.05%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "OperatingExpenses" -> "Expenses" [label="10.8%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Revenues" -> "ComprehensiveNetIncome" [label="-12.2%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "RevenueFromContractWithCustomer" -> "Revenues" [label="-11.9%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "InvestmentIncome" -> "Revenues" [label="-7.38%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="7.73%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="7.18%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="2.65%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_NetIncome" -> "ComprehensiveNetIncome" [label="-4.51%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="10.8%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Assets" -> "Liabilities" [style = "invisible", arrowhead="none"]
    "Revenues" -> "Expenses" [style = "invisible", arrowhead="none"]
}