digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "OperatingAndEmployeeLiabilities"[label = "Operating and \nEmployee \nLiabilities\n6.14%" fillcolor="#BDE7BD"]
    "Liabilities"[label = "Liabilities\n-8.09%" fillcolor="#FFC7AD"]
    "DepositsAndPayablesToCustomers"[label = "Deposits and \nPayables to \nCustomers\n-3.88%" fillcolor="#EEEEEE"]
    "Debt"[label = "Debt\n-10.3%" fillcolor="#FFC7AD"]
    "remainder_Assets"[label = "Other Assets\n7.09%" fillcolor="#BDE7BD"]
    "Assets"[label = "Assets\n12.1%" fillcolor="#BDE7BD"]
    "IntangibleAssets"[label = "Intangible \nAssets\n-3.30%" fillcolor="#EEEEEE"]
    "Investments"[label = "Investments\n14.6%" fillcolor="#75cf73"]
    "CashAndCurrentAssets"[label = "Cash and \nCurrent Assets\n-4.06%" fillcolor="#EEEEEE"]
    "Expenses"[label = "Expenses\n20.8%" fillcolor="#75cf73"]
    "DepreciationInterestAndFeesExpenses"[label = "Depreciation \nInterest and \nFees Expenses\n3.11%" fillcolor="#EEEEEE"]
    "OperatingExpenses"[label = "Operating \nExpenses\n11.0%" fillcolor="#BDE7BD"]
    "RevenueFromContractWithCustomer"[label = "Revenue from \nContract with \nCustomer\n-12.2%" fillcolor="#FFC7AD"]
    "Revenues"[label = "Revenues\n-12.6%" fillcolor="#ff7973"]
    "remainder_Revenues"[label = "Other Revenues\n7.87%" fillcolor="#BDE7BD"]
    "InvestmentIncome"[label = "Investment \nIncome\n-7.58%" fillcolor="#FFC7AD"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n7.32%" fillcolor="#BDE7BD"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n2.71%" fillcolor="#EEEEEE"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n-4.62%" fillcolor="#FFC7AD"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n11.0%" fillcolor="#BDE7BD"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-2.90%" fillcolor="#EEEEEE"]
    "OperatingAndEmployeeLiabilities" -> "Liabilities" [label="6.14%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="-6.03%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-1.67%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "DepositsAndPayablesToCustomers" -> "Liabilities" [label="-3.88%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Debt" -> "Liabilities" [label="-10.3%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="7.09%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="13.9%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-3.95%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "IntangibleAssets" -> "Assets" [label="-3.30%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Investments" -> "Assets" [label="14.6%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "CashAndCurrentAssets" -> "Assets" [label="-4.06%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "ComprehensiveNetIncome" [label="20.8%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "DepreciationInterestAndFeesExpenses" -> "Expenses" [label="3.11%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "OperatingExpenses" -> "Expenses" [label="11.0%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "RevenueFromContractWithCustomer" -> "Revenues" [label="-12.2%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Revenues" -> "ComprehensiveNetIncome" [label="-12.6%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="7.87%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "InvestmentIncome" -> "Revenues" [label="-7.58%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="7.32%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="2.71%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_NetIncome" -> "ComprehensiveNetIncome" [label="-4.62%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="11.0%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Assets" -> "Liabilities" [style = "invisible", arrowhead="none"]
    "Revenues" -> "Expenses" [style = "invisible", arrowhead="none"]
}