digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "DepositsAndPayablesToCustomers"[label = "Deposits and \nPayables to \nCustomers\n2.34%" fillcolor="#EEEEEE"]
    "Liabilities"[label = "Liabilities\n-11.2%" fillcolor="#FFC7AD"]
    "Debt"[label = "Debt\n4.45%" fillcolor="#EEEEEE"]
    "OperatingAndEmployeeLiabilities"[label = "Operating and \nEmployee \nLiabilities\n-37.5%" fillcolor="#ff7973"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n5.54%" fillcolor="#EEEEEE"]
    "CashAndCurrentAssets"[label = "Cash and \nCurrent Assets\n5.82%" fillcolor="#EEEEEE"]
    "Assets"[label = "Assets\n-8.71%" fillcolor="#FFC7AD"]
    "Investments"[label = "Investments\n-8.16%" fillcolor="#FFC7AD"]
    "IntangibleAssets"[label = "Intangible \nAssets\n5.09%" fillcolor="#EEEEEE"]
    "remainder_Assets"[label = "Other Assets\n-15.4%" fillcolor="#FFC7AD"]
    "Expenses"[label = "Expenses\n-3.73%" fillcolor="#EEEEEE"]
    "LaborExpense"[label = "Labor Expense\n5.86%" fillcolor="#EEEEEE"]
    "OperatingExpenses"[label = "Operating \nExpenses\n-21.8%" fillcolor="#FFC7AD"]
    "DepreciationInterestAndFeesExpenses"[label = "Depreciation \nInterest and \nFees Expenses\n2.49%" fillcolor="#EEEEEE"]
    "Revenues"[label = "Revenues\n5.62%" fillcolor="#EEEEEE"]
    "remainder_Revenues"[label = "Other Revenues\n5.69%" fillcolor="#EEEEEE"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-19.2%" fillcolor="#FFC7AD"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n-10.1%" fillcolor="#FFC7AD"]
    "NetIncome"[label = "Net Income\n-1.97%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-11.7%" fillcolor="#FFC7AD"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-23.9%" fillcolor="#ff7973"]
    "DepositsAndPayablesToCustomers" -> "Liabilities" [label="2.34%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="-9.60%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-0.610%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Debt" -> "Liabilities" [label="4.45%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "OperatingAndEmployeeLiabilities" -> "Liabilities" [label="-37.5%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="5.54%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "CashAndCurrentAssets" -> "Assets" [label="5.82%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="-10.2%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="0.527%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Investments" -> "Assets" [label="-8.16%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "IntangibleAssets" -> "Assets" [label="5.09%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-15.4%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Expenses" -> "NetIncome" [label="-3.73%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LaborExpense" -> "Expenses" [label="5.86%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "OperatingExpenses" -> "Expenses" [label="-21.8%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "DepreciationInterestAndFeesExpenses" -> "Expenses" [label="2.49%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Revenues" -> "NetIncome" [label="5.62%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="5.69%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-19.2%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_NetIncome" -> "NetIncome" [label="-10.1%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "NetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-1.97%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-11.7%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Liabilities" -> "Assets" [style = "invisible", arrowhead="none"]
    "Expenses" -> "Revenues" [style = "invisible", arrowhead="none"]
}