digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "OperatingAndEmployeeLiabilities"[label = "Operating and \nEmployee \nLiabilities\n4.82%" fillcolor="#EEEEEE"]
    "Liabilities"[label = "Liabilities\n-33.3%" fillcolor="#ff7973"]
    "Debt"[label = "Debt\n3.09%" fillcolor="#EEEEEE"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n-12.5%" fillcolor="#FFC7AD"]
    "DepositsAndPayablesToCustomers"[label = "Deposits and \nPayables to \nCustomers\n-32.9%" fillcolor="#ff7973"]
    "remainder_Assets"[label = "Other Assets\n10.0%" fillcolor="#BDE7BD"]
    "Assets"[label = "Assets\n4.82%" fillcolor="#EEEEEE"]
    "Investments"[label = "Investments\n-7.30%" fillcolor="#FFC7AD"]
    "IntangibleAssets"[label = "Intangible \nAssets\n-5.65%" fillcolor="#EEEEEE"]
    "CashAndCurrentAssets"[label = "Cash and \nCurrent Assets\n-10.5%" fillcolor="#FFC7AD"]
    "Expenses"[label = "Expenses\n6.56%" fillcolor="#EEEEEE"]
    "LaborExpense"[label = "Labor Expense\n4.87%" fillcolor="#EEEEEE"]
    "remainder_Expenses"[label = "Other Expenses\n-3.94%" fillcolor="#EEEEEE"]
    "SellingAndGeneralAdministrativeExpense"[label = "Selling and \nGeneral \nAdministrative \nExpense\n3.76%" fillcolor="#EEEEEE"]
    "OperatingExpenses"[label = "Operating \nExpenses\n5.45%" fillcolor="#EEEEEE"]
    "Revenues"[label = "Revenues\n-21.1%" fillcolor="#ff7973"]
    "remainder_Revenues"[label = "Other Revenues\n-20.8%" fillcolor="#ff7973"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-18.4%" fillcolor="#FFC7AD"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-28.2%" fillcolor="#ff7973"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n-8.68%" fillcolor="#FFC7AD"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-30.8%" fillcolor="#ff7973"]
    "OperatingAndEmployeeLiabilities" -> "Liabilities" [label="4.82%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="-24.1%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-1.70%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Debt" -> "Liabilities" [label="3.09%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="-12.5%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "DepositsAndPayablesToCustomers" -> "Liabilities" [label="-32.9%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="10.0%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="4.82%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-0.335%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Investments" -> "Assets" [label="-7.30%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "IntangibleAssets" -> "Assets" [label="-5.65%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "CashAndCurrentAssets" -> "Assets" [label="-10.5%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Expenses" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="6.56%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LaborExpense" -> "Expenses" [label="4.87%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="-3.94%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "SellingAndGeneralAdministrativeExpense" -> "Expenses" [label="3.76%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "OperatingExpenses" -> "Expenses" [label="5.45%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Revenues" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-21.1%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="-20.8%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-18.4%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-28.2%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "remainder_NetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-8.68%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Liabilities" -> "Assets" [style = "invisible", arrowhead="none"]
}