digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "DepositsAndPayablesToCustomers"[label = "Deposits and \nPayables to \nCustomers\n1.55%" fillcolor="#EEEEEE"]
    "Liabilities"[label = "Liabilities\n-14.2%" fillcolor="#FFC7AD"]
    "Debt"[label = "Debt\n5.12%" fillcolor="#EEEEEE"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n-35.3%" fillcolor="#ff7973"]
    "OperatingAndEmployeeLiabilities"[label = "Operating and \nEmployee \nLiabilities\n7.56%" fillcolor="#BDE7BD"]
    "Investments"[label = "Investments\n-5.06%" fillcolor="#EEEEEE"]
    "Assets"[label = "Assets\n13.4%" fillcolor="#BDE7BD"]
    "CashAndCurrentAssets"[label = "Cash and \nCurrent Assets\n-4.06%" fillcolor="#EEEEEE"]
    "remainder_Assets"[label = "Other Assets\n22.5%" fillcolor="#75cf73"]
    "IntangibleAssets"[label = "Intangible \nAssets\n-4.80%" fillcolor="#EEEEEE"]
    "LaborExpense"[label = "Labor Expense\n9.42%" fillcolor="#BDE7BD"]
    "Expenses"[label = "Expenses\n20.6%" fillcolor="#BDE7BD"]
    "OperatingExpenses"[label = "Operating \nExpenses\n14.1%" fillcolor="#BDE7BD"]
    "CostOfGoodsSold"[label = "Cost of Goods \nSold\n1.37%" fillcolor="#EEEEEE"]
    "SellingAndGeneralAdministrativeExpense"[label = "Selling and \nGeneral \nAdministrative \nExpense\n5.09%" fillcolor="#EEEEEE"]
    "remainder_Expenses"[label = "Other Expenses\n-7.74%" fillcolor="#FFC7AD"]
    "Revenues"[label = "Revenues\n-18.9%" fillcolor="#FFC7AD"]
    "remainder_Revenues"[label = "Other Revenues\n-5.56%" fillcolor="#EEEEEE"]
    "RevenueFromContractWithCustomer"[label = "Revenue from \nContract with \nCustomer\n-12.0%" fillcolor="#FFC7AD"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n3.09%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-7.87%" fillcolor="#FFC7AD"]
    "DepositsAndPayablesToCustomers" -> "Liabilities" [label="1.55%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="-10.4%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatio" [label="-2.67%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Debt" -> "Liabilities" [label="5.12%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="-35.3%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "OperatingAndEmployeeLiabilities" -> "Liabilities" [label="7.56%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Investments" -> "Assets" [label="-5.06%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="14.5%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatio" [label="-3.56%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "CashAndCurrentAssets" -> "Assets" [label="-4.06%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="22.5%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "IntangibleAssets" -> "Assets" [label="-4.80%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LaborExpense" -> "Expenses" [label="9.42%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Expenses" -> "EconomicCapitalRatio" [label="20.6%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "OperatingExpenses" -> "Expenses" [label="14.1%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "CostOfGoodsSold" -> "Expenses" [label="1.37%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "SellingAndGeneralAdministrativeExpense" -> "Expenses" [label="5.09%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="-7.74%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Revenues" -> "EconomicCapitalRatio" [label="-18.9%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="-5.56%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "RevenueFromContractWithCustomer" -> "Revenues" [label="-12.0%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatio" [label="3.09%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "Assets" [style = "invisible", arrowhead="none"]
}