digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "DepositsAndPayablesToCustomers"[label = "Deposits and \nPayables to \nCustomers\n2.14%" fillcolor="#EEEEEE"]
    "Liabilities"[label = "Liabilities\n-11.1%" fillcolor="#FFC7AD"]
    "Debt"[label = "Debt\n4.08%" fillcolor="#EEEEEE"]
    "LoansPayable"[label = "Loans Payable\n-32.9%" fillcolor="#ff7973"]
    "OperatingAndEmployeeLiabilities"[label = "Operating and \nEmployee \nLiabilities\n6.78%" fillcolor="#BDE7BD"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n3.59%" fillcolor="#EEEEEE"]
    "CashAndCurrentAssets"[label = "Cash and \nCurrent Assets\n-4.67%" fillcolor="#EEEEEE"]
    "Assets"[label = "Assets\n4.36%" fillcolor="#EEEEEE"]
    "Investments"[label = "Investments\n14.3%" fillcolor="#BDE7BD"]
    "IntangibleAssets"[label = "Intangible \nAssets\n-3.33%" fillcolor="#EEEEEE"]
    "remainder_Expenses"[label = "Other Expenses\n12.7%" fillcolor="#BDE7BD"]
    "Expenses"[label = "Expenses\n18.6%" fillcolor="#BDE7BD"]
    "SellingAndGeneralAdministrativeExpense"[label = "Selling and \nGeneral \nAdministrative \nExpense\n7.87%" fillcolor="#BDE7BD"]
    "DepreciationInterestAndFeesExpenses"[label = "Depreciation \nInterest and \nFees Expenses\n-3.70%" fillcolor="#EEEEEE"]
    "NetIncome"[label = "Net Income\n11.7%" fillcolor="#BDE7BD"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n-7.21%" fillcolor="#FFC7AD"]
    "RevenueFromContractWithCustomer"[label = "Revenue from \nContract with \nCustomer\n21.3%" fillcolor="#75cf73"]
    "remainder_Revenues"[label = "Other Revenues\n-17.1%" fillcolor="#FFC7AD"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n12.4%" fillcolor="#BDE7BD"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n14.3%" fillcolor="#BDE7BD"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n2.12%" fillcolor="#EEEEEE"]
    "DepositsAndPayablesToCustomers" -> "Liabilities" [label="2.14%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-11.1%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Debt" -> "Liabilities" [label="4.08%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LoansPayable" -> "Liabilities" [label="-32.9%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "OperatingAndEmployeeLiabilities" -> "Liabilities" [label="6.78%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="3.59%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "CashAndCurrentAssets" -> "Assets" [label="-4.67%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="4.36%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Investments" -> "Assets" [label="14.3%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "IntangibleAssets" -> "Assets" [label="-3.33%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="12.7%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Expenses" -> "NetIncome" [label="18.6%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "SellingAndGeneralAdministrativeExpense" -> "Expenses" [label="7.87%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "DepreciationInterestAndFeesExpenses" -> "Expenses" [label="-3.70%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "NetIncome" -> "ComprehensiveNetIncome" [label="11.7%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "remainder_NetIncome" -> "NetIncome" [label="-7.21%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "RevenueFromContractWithCustomer" -> "NetIncome" [label="21.3%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "remainder_Revenues" -> "NetIncome" [label="-17.1%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="12.4%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="14.3%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Liabilities" -> "Assets" [style = "invisible", arrowhead="none"]
}