digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "Liabilities"[label = "Liabilities\n-6.78%" fillcolor="#FFC7AD"]
    "Debt"[label = "Debt\n-27.1%" fillcolor="#ff7973"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n6.47%" fillcolor="#BDE7BD"]
    "LoansPayable"[label = "Loans Payable\n2.45%" fillcolor="#EEEEEE"]
    "OperatingAndEmployeeLiabilities"[label = "Operating and \nEmployee \nLiabilities\n6.65%" fillcolor="#BDE7BD"]
    "Investments"[label = "Investments\n-5.73%" fillcolor="#FFC7AD"]
    "Assets"[label = "Assets\n-2.20%" fillcolor="#EEEEEE"]
    "CashAndCurrentAssets"[label = "Cash and \nCurrent Assets\n-4.74%" fillcolor="#EEEEEE"]
    "remainder_Assets"[label = "Other Assets\n-12.8%" fillcolor="#FFC7AD"]
    "IntangibleAssets"[label = "Intangible \nAssets\n15.3%" fillcolor="#BDE7BD"]
    "Revenues"[label = "Revenues\n3.99%" fillcolor="#EEEEEE"]
    "remainder_Revenues"[label = "Other Revenues\n-13.9%" fillcolor="#FFC7AD"]
    "RevenueFromContractWithCustomer"[label = "Revenue from \nContract with \nCustomer\n13.5%" fillcolor="#BDE7BD"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-8.13%" fillcolor="#FFC7AD"]
    "NetIncome"[label = "Net Income\n-2.53%" fillcolor="#EEEEEE"]
    "OperatingExpenses"[label = "Operating \nExpenses\n13.4%" fillcolor="#BDE7BD"]
    "DepreciationInterestAndFeesExpenses"[label = "Depreciation \nInterest and \nFees Expenses\n-12.8%" fillcolor="#FFC7AD"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n-4.36%" fillcolor="#EEEEEE"]
    "remainder_Expenses"[label = "Other Expenses\n-11.0%" fillcolor="#FFC7AD"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-7.28%" fillcolor="#FFC7AD"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-15.2%" fillcolor="#FFC7AD"]
    "Liabilities" -> "StockholdersEquity" [label="-5.60%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-0.840%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Debt" -> "Liabilities" [label="-27.1%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="6.47%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "LoansPayable" -> "Liabilities" [label="2.45%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "OperatingAndEmployeeLiabilities" -> "Liabilities" [label="6.65%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Investments" -> "Assets" [label="-5.73%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="-2.62%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="0.356%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "CashAndCurrentAssets" -> "Assets" [label="-4.74%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-12.8%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "IntangibleAssets" -> "Assets" [label="15.3%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Revenues" -> "NetIncome" [label="3.99%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="-13.9%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "RevenueFromContractWithCustomer" -> "Revenues" [label="13.5%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-8.13%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "NetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-2.53%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "OperatingExpenses" -> "NetIncome" [label="13.4%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "DepreciationInterestAndFeesExpenses" -> "NetIncome" [label="-12.8%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_NetIncome" -> "NetIncome" [label="-4.36%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Expenses" -> "NetIncome" [label="-11.0%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-7.28%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Liabilities" -> "NetIncome" [style = "invisible", arrowhead="none"]
    "StockholdersEquity" -> "NetIncome" [style = "invisible", arrowhead="none"]
    "Assets" -> "Liabilities" [style = "invisible", arrowhead="none"]
}