digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "OperatingAndEmployeeLiabilities"[label = "Operating and \nEmployee \nLiabilities\n-4.25%" fillcolor="#EEEEEE"]
    "Liabilities"[label = "Liabilities\n-8.23%" fillcolor="#FFC7AD"]
    "DepositsAndPayablesToCustomers"[label = "Deposits and \nPayables to \nCustomers\n-3.26%" fillcolor="#EEEEEE"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n16.3%" fillcolor="#75cf73"]
    "Debt"[label = "Debt\n-22.5%" fillcolor="#ff7973"]
    "remainder_Assets"[label = "Other Assets\n-9.49%" fillcolor="#FFC7AD"]
    "Assets"[label = "Assets\n5.68%" fillcolor="#BDE7BD"]
    "IntangibleAssets"[label = "Intangible \nAssets\n12.9%" fillcolor="#BDE7BD"]
    "Investments"[label = "Investments\n11.8%" fillcolor="#BDE7BD"]
    "CashAndCurrentAssets"[label = "Cash and \nCurrent Assets\n-2.40%" fillcolor="#EEEEEE"]
    "SellingAndGeneralAdministrativeExpense"[label = "Selling and \nGeneral \nAdministrative \nExpense\n3.99%" fillcolor="#EEEEEE"]
    "Expenses"[label = "Expenses\n14.0%" fillcolor="#75cf73"]
    "DepreciationInterestAndFeesExpenses"[label = "Depreciation \nInterest and \nFees Expenses\n2.14%" fillcolor="#EEEEEE"]
    "LaborExpense"[label = "Labor Expense\n5.85%" fillcolor="#BDE7BD"]
    "CostOfGoodsSold"[label = "Cost of Goods \nSold\n-5.33%" fillcolor="#FFC7AD"]
    "remainder_Expenses"[label = "Other Expenses\n5.83%" fillcolor="#BDE7BD"]
    "Revenues"[label = "Revenues\n-10.2%" fillcolor="#FFC7AD"]
    "remainder_Revenues"[label = "Other Revenues\n-9.60%" fillcolor="#FFC7AD"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n2.00%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-6.94%" fillcolor="#FFC7AD"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-7.68%" fillcolor="#FFC7AD"]
    "OperatingAndEmployeeLiabilities" -> "Liabilities" [label="-4.25%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="-5.71%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-2.18%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "DepositsAndPayablesToCustomers" -> "Liabilities" [label="-3.26%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="16.3%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "Debt" -> "Liabilities" [label="-22.5%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-9.49%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="7.99%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-2.99%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "IntangibleAssets" -> "Assets" [label="12.9%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Investments" -> "Assets" [label="11.8%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "CashAndCurrentAssets" -> "Assets" [label="-2.40%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "SellingAndGeneralAdministrativeExpense" -> "Expenses" [label="3.99%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="14.0%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "DepreciationInterestAndFeesExpenses" -> "Expenses" [label="2.14%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LaborExpense" -> "Expenses" [label="5.85%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "CostOfGoodsSold" -> "Expenses" [label="-5.33%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="5.83%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Revenues" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-10.2%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="-9.60%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="2.00%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-6.94%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Liabilities" -> "Assets" [style = "invisible", arrowhead="none"]
    "Liabilities" -> "Expenses" [style = "invisible", arrowhead="none"]
    "StockholdersEquity" -> "Expenses" [style = "invisible", arrowhead="none"]
}