digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "Liabilities"[label = "Liabilities\n-3.49%" fillcolor="#EEEEEE"]
    "Debt"[label = "Debt\n-31.6%" fillcolor="#ff7973"]
    "DepositsAndPayablesToCustomers"[label = "Deposits and \nPayables to \nCustomers\n-1.40%" fillcolor="#EEEEEE"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n0.568%" fillcolor="#EEEEEE"]
    "remainder_Assets"[label = "Other Assets\n-15.8%" fillcolor="#FFC7AD"]
    "Assets"[label = "Assets\n-21.7%" fillcolor="#ff7973"]
    "IntangibleAssets"[label = "Intangible \nAssets\n-6.02%" fillcolor="#EEEEEE"]
    "CashAndCurrentAssets"[label = "Cash and \nCurrent Assets\n-3.21%" fillcolor="#EEEEEE"]
    "Expenses"[label = "Expenses\n-14.9%" fillcolor="#FFC7AD"]
    "remainder_Expenses"[label = "Other Expenses\n7.43%" fillcolor="#BDE7BD"]
    "OperatingExpenses"[label = "Operating \nExpenses\n-28.6%" fillcolor="#ff7973"]
    "LaborExpense"[label = "Labor Expense\n-29.0%" fillcolor="#ff7973"]
    "SellingAndGeneralAdministrativeExpense"[label = "Selling and \nGeneral \nAdministrative \nExpense\n-1.38%" fillcolor="#EEEEEE"]
    "RevenueFromContractWithCustomer"[label = "Revenue from \nContract with \nCustomer\n9.73%" fillcolor="#BDE7BD"]
    "Revenues"[label = "Revenues\n4.65%" fillcolor="#EEEEEE"]
    "remainder_Revenues"[label = "Other Revenues\n-14.8%" fillcolor="#FFC7AD"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-34.9%" fillcolor="#ff7973"]
    "NetIncome"[label = "Net Income\n0.955%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-18.2%" fillcolor="#FFC7AD"]
    "remainder_ComprehensiveNetIncome"[label = "Other Compr. \nNet Income\n-3.31%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-26.0%" fillcolor="#ff7973"]
    "Liabilities" -> "StockholdersEquity" [label="-3.24%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Debt" -> "Liabilities" [label="-31.6%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "DepositsAndPayablesToCustomers" -> "Liabilities" [label="-1.40%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="0.568%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-15.8%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="-28.8%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "IntangibleAssets" -> "Assets" [label="-6.02%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "CashAndCurrentAssets" -> "Assets" [label="-3.21%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "NetIncome" [label="-14.9%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="7.43%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "OperatingExpenses" -> "Expenses" [label="-28.6%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "LaborExpense" -> "Expenses" [label="-29.0%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "SellingAndGeneralAdministrativeExpense" -> "Expenses" [label="-1.38%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "RevenueFromContractWithCustomer" -> "Revenues" [label="9.73%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Revenues" -> "NetIncome" [label="4.65%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="-14.8%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-34.9%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "NetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="0.955%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-18.2%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-3.31%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "Revenues" [style = "invisible", arrowhead="none"]
    "Liabilities" -> "Assets" [style = "invisible", arrowhead="none"]
}