digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "Liabilities"[label = "Liabilities\n4.93%" fillcolor="#EEEEEE"]
    "Debt"[label = "Debt\n5.91%" fillcolor="#BDE7BD"]
    "OperatingAndEmployeeLiabilities"[label = "Operating and \nEmployee \nLiabilities\n-10.3%" fillcolor="#FFC7AD"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n3.74%" fillcolor="#EEEEEE"]
    "DepositsAndPayablesToCustomers"[label = "Deposits and \nPayables to \nCustomers\n2.42%" fillcolor="#EEEEEE"]
    "remainder_Assets"[label = "Other Assets\n-6.13%" fillcolor="#FFC7AD"]
    "Assets"[label = "Assets\n-3.99%" fillcolor="#EEEEEE"]
    "Investments"[label = "Investments\n-2.40%" fillcolor="#EEEEEE"]
    "CashAndCurrentAssets"[label = "Cash and \nCurrent Assets\n4.21%" fillcolor="#EEEEEE"]
    "CostOfGoodsSold"[label = "Cost of Goods \nSold\n3.95%" fillcolor="#EEEEEE"]
    "Expenses"[label = "Expenses\n-12.1%" fillcolor="#FFC7AD"]
    "LaborExpense"[label = "Labor Expense\n-21.0%" fillcolor="#ff7973"]
    "OperatingExpenses"[label = "Operating \nExpenses\n-22.9%" fillcolor="#ff7973"]
    "remainder_Expenses"[label = "Other Expenses\n29.0%" fillcolor="#75cf73"]
    "DepreciationInterestAndFeesExpenses"[label = "Depreciation \nInterest and \nFees Expenses\n-3.20%" fillcolor="#EEEEEE"]
    "SellingAndGeneralAdministrativeExpense"[label = "Selling and \nGeneral \nAdministrative \nExpense\n8.03%" fillcolor="#BDE7BD"]
    "Revenues"[label = "Revenues\n28.5%" fillcolor="#75cf73"]
    "remainder_Revenues"[label = "Other Revenues\n29.3%" fillcolor="#75cf73"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-3.71%" fillcolor="#EEEEEE"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n-10.1%" fillcolor="#FFC7AD"]
    "NetIncome"[label = "Net Income\n2.72%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-1.70%" fillcolor="#EEEEEE"]
    "Liabilities" -> "StockholdersEquity" [label="3.66%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatio" [label="1.39%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Debt" -> "Liabilities" [label="5.91%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "OperatingAndEmployeeLiabilities" -> "Liabilities" [label="-10.3%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="3.74%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "DepositsAndPayablesToCustomers" -> "Liabilities" [label="2.42%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-6.13%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="-7.19%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatio" [label="2.72%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Investments" -> "Assets" [label="-2.40%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "CashAndCurrentAssets" -> "Assets" [label="4.21%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "CostOfGoodsSold" -> "Expenses" [label="3.95%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "NetIncome" [label="-12.1%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "LaborExpense" -> "Expenses" [label="-21.0%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "OperatingExpenses" -> "Expenses" [label="-22.9%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="29.0%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "DepreciationInterestAndFeesExpenses" -> "Expenses" [label="-3.20%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "SellingAndGeneralAdministrativeExpense" -> "Expenses" [label="8.03%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Revenues" -> "NetIncome" [label="28.5%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="29.3%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatio" [label="-3.71%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_NetIncome" -> "NetIncome" [label="-10.1%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "NetIncome" -> "EconomicCapitalRatio" [label="2.72%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "Revenues" [style = "invisible", arrowhead="none"]
    "Liabilities" -> "Assets" [style = "invisible", arrowhead="none"]
}