digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "DepositsAndPayablesToCustomers"[label = "Deposits and \nPayables to \nCustomers\n0%" fillcolor="#EEEEEE"]
    "Liabilities"[label = "Liabilities\n-1.63%" fillcolor="#EEEEEE"]
    "Debt"[label = "Debt\n-0.0108%" fillcolor="#EEEEEE"]
    "OperatingAndEmployeeLiabilities"[label = "Operating and \nEmployee \nLiabilities\n-0.0408%" fillcolor="#EEEEEE"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n-0.275%" fillcolor="#EEEEEE"]
    "CashAndCurrentAssets"[label = "Cash and \nCurrent Assets\n-5.08%" fillcolor="#EEEEEE"]
    "Assets"[label = "Assets\n-40.5%" fillcolor="#FFC7AD"]
    "Investments"[label = "Investments\n-0.523%" fillcolor="#EEEEEE"]
    "IntangibleAssets"[label = "Intangible \nAssets\n-0.222%" fillcolor="#EEEEEE"]
    "remainder_Assets"[label = "Other Assets\n-1.20%" fillcolor="#EEEEEE"]
    "remainder_Expenses"[label = "Other Expenses\n-0.0777%" fillcolor="#EEEEEE"]
    "Expenses"[label = "Expenses\n-125%" fillcolor="#ff7973"]
    "OperatingExpenses"[label = "Operating \nExpenses\n-21.5%" fillcolor="#EEEEEE"]
    "DepreciationInterestAndFeesExpenses"[label = "Depreciation \nInterest and \nFees Expenses\n-0.525%" fillcolor="#EEEEEE"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-0.0279%" fillcolor="#EEEEEE"]
    "NetIncome"[label = "Net Income\n-83.6%" fillcolor="#ff7973"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n0%" fillcolor="#EEEEEE"]
    "remainder_Revenues"[label = "Other Revenues\n0%" fillcolor="#EEEEEE"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n-80.1%" fillcolor="#ff7973"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-80.9%" fillcolor="#ff7973"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-93.1%" fillcolor="#ff7973"]
    "DepositsAndPayablesToCustomers" -> "Liabilities" [label="0%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-5.21%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Debt" -> "Liabilities" [label="-0.0108%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "OperatingAndEmployeeLiabilities" -> "Liabilities" [label="-0.0408%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="-0.275%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "CashAndCurrentAssets" -> "Assets" [label="-5.08%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-19.2%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Investments" -> "Assets" [label="-0.523%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "IntangibleAssets" -> "Assets" [label="-0.222%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-1.20%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="-0.0777%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "NetIncome" [label="-125%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "OperatingExpenses" -> "Expenses" [label="-21.5%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "DepreciationInterestAndFeesExpenses" -> "Expenses" [label="-0.525%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-0.0279%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "NetIncome" -> "ComprehensiveNetIncome" [label="-83.6%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "remainder_NetIncome" -> "NetIncome" [label="0%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Revenues" -> "NetIncome" [label="0%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-80.1%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-80.9%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "Liabilities" -> "Assets" [style = "invisible", arrowhead="none"]
}