digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "Liabilities"[label = "Liabilities\n-1.67%" fillcolor="#EEEEEE"]
    "DepositsAndPayablesToCustomers"[label = "Deposits and \nPayables to \nCustomers\n-3.86%" fillcolor="#EEEEEE"]
    "Debt"[label = "Debt\n-26.9%" fillcolor="#ff7973"]
    "remainder_Assets"[label = "Other Assets\n-12.8%" fillcolor="#FFC7AD"]
    "Assets"[label = "Assets\n-22.5%" fillcolor="#ff7973"]
    "IntangibleAssets"[label = "Intangible \nAssets\n-8.99%" fillcolor="#FFC7AD"]
    "CashAndCurrentAssets"[label = "Cash and \nCurrent Assets\n-7.42%" fillcolor="#FFC7AD"]
    "SellingAndGeneralAdministrativeExpense"[label = "Selling and \nGeneral \nAdministrative \nExpense\n-1.03%" fillcolor="#EEEEEE"]
    "Expenses"[label = "Expenses\n-16.9%" fillcolor="#FFC7AD"]
    "LaborExpense"[label = "Labor Expense\n-32.1%" fillcolor="#ff7973"]
    "OperatingExpenses"[label = "Operating \nExpenses\n-36.7%" fillcolor="#ff7973"]
    "remainder_Expenses"[label = "Other Expenses\n7.44%" fillcolor="#BDE7BD"]
    "RevenueFromContractWithCustomer"[label = "Revenue from \nContract with \nCustomer\n8.65%" fillcolor="#BDE7BD"]
    "Revenues"[label = "Revenues\n3.07%" fillcolor="#EEEEEE"]
    "LoansIncome"[label = "Loans Income\n-0.967%" fillcolor="#EEEEEE"]
    "remainder_Revenues"[label = "Other Revenues\n-19.5%" fillcolor="#FFC7AD"]
    "InvestmentIncome"[label = "Investment \nIncome\n-1.60%" fillcolor="#EEEEEE"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-31.2%" fillcolor="#ff7973"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-20.8%" fillcolor="#FFC7AD"]
    "remainder_ComprehensiveNetIncome"[label = "Other Compr. \nNet Income\n-15.5%" fillcolor="#FFC7AD"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-28.7%" fillcolor="#ff7973"]
    "Liabilities" -> "StockholdersEquity" [label="-1.63%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "DepositsAndPayablesToCustomers" -> "Liabilities" [label="-3.86%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Debt" -> "Liabilities" [label="-26.9%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-12.8%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="-29.2%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "IntangibleAssets" -> "Assets" [label="-8.99%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "CashAndCurrentAssets" -> "Assets" [label="-7.42%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "SellingAndGeneralAdministrativeExpense" -> "Expenses" [label="-1.03%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-16.9%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "LaborExpense" -> "Expenses" [label="-32.1%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "OperatingExpenses" -> "Expenses" [label="-36.7%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="7.44%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "RevenueFromContractWithCustomer" -> "Revenues" [label="8.65%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Revenues" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="3.07%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LoansIncome" -> "Revenues" [label="-0.967%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="-19.5%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "InvestmentIncome" -> "Revenues" [label="-1.60%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-31.2%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-20.8%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-15.5%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Expenses" -> "Revenues" [style = "invisible", arrowhead="none"]
    "Expenses" -> "StockholdersEquity" [style = "invisible", arrowhead="none"]
    "Assets" -> "Liabilities" [style = "invisible", arrowhead="none"]
}