digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "OperatingAndEmployeeLiabilities"[label = "Operating and \nEmployee \nLiabilities\n4.81%" fillcolor="#EEEEEE"]
    "Liabilities"[label = "Liabilities\n-32.7%" fillcolor="#ff7973"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n-12.4%" fillcolor="#FFC7AD"]
    "DepositsAndPayablesToCustomers"[label = "Deposits and \nPayables to \nCustomers\n-32.3%" fillcolor="#ff7973"]
    "Debt"[label = "Debt\n3.08%" fillcolor="#EEEEEE"]
    "Investments"[label = "Investments\n-7.25%" fillcolor="#FFC7AD"]
    "Assets"[label = "Assets\n4.81%" fillcolor="#EEEEEE"]
    "CashAndCurrentAssets"[label = "Cash and \nCurrent Assets\n-10.4%" fillcolor="#FFC7AD"]
    "IntangibleAssets"[label = "Intangible \nAssets\n-5.62%" fillcolor="#EEEEEE"]
    "remainder_Assets"[label = "Other Assets\n10.8%" fillcolor="#BDE7BD"]
    "OperatingExpenses"[label = "Operating \nExpenses\n5.55%" fillcolor="#EEEEEE"]
    "Expenses"[label = "Expenses\n6.83%" fillcolor="#BDE7BD"]
    "SellingAndGeneralAdministrativeExpense"[label = "Selling and \nGeneral \nAdministrative \nExpense\n3.75%" fillcolor="#EEEEEE"]
    "remainder_Expenses"[label = "Other Expenses\n-3.92%" fillcolor="#EEEEEE"]
    "LaborExpense"[label = "Labor Expense\n4.87%" fillcolor="#EEEEEE"]
    "Revenues"[label = "Revenues\n-20.8%" fillcolor="#ff7973"]
    "remainder_Revenues"[label = "Other Revenues\n-20.5%" fillcolor="#ff7973"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-18.1%" fillcolor="#FFC7AD"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-27.7%" fillcolor="#ff7973"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n-8.61%" fillcolor="#FFC7AD"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-30.0%" fillcolor="#ff7973"]
    "OperatingAndEmployeeLiabilities" -> "Liabilities" [label="4.81%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="-23.7%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-1.69%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="-12.4%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "DepositsAndPayablesToCustomers" -> "Liabilities" [label="-32.3%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "Debt" -> "Liabilities" [label="3.08%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Investments" -> "Assets" [label="-7.25%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="4.81%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-0.333%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "CashAndCurrentAssets" -> "Assets" [label="-10.4%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "IntangibleAssets" -> "Assets" [label="-5.62%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="10.8%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "OperatingExpenses" -> "Expenses" [label="5.55%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="6.83%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "SellingAndGeneralAdministrativeExpense" -> "Expenses" [label="3.75%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="-3.92%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LaborExpense" -> "Expenses" [label="4.87%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Revenues" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-20.8%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="-20.5%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-18.1%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-27.7%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "remainder_NetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-8.61%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Liabilities" -> "Assets" [style = "invisible", arrowhead="none"]
}