digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "OperatingAndEmployeeLiabilities"[label = "Operating and \nEmployee \nLiabilities\n-3.26%" fillcolor="#EEEEEE"]
    "Liabilities"[label = "Liabilities\n-6.68%" fillcolor="#FFC7AD"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n13.4%" fillcolor="#75cf73"]
    "DepositsAndPayablesToCustomers"[label = "Deposits and \nPayables to \nCustomers\n-2.57%" fillcolor="#EEEEEE"]
    "Debt"[label = "Debt\n-19.4%" fillcolor="#ff7973"]
    "Investments"[label = "Investments\n5.94%" fillcolor="#BDE7BD"]
    "Assets"[label = "Assets\n6.24%" fillcolor="#BDE7BD"]
    "IntangibleAssets"[label = "Intangible \nAssets\n15.3%" fillcolor="#75cf73"]
    "remainder_Assets"[label = "Other Assets\n-7.81%" fillcolor="#FFC7AD"]
    "Expenses"[label = "Expenses\n15.1%" fillcolor="#75cf73"]
    "SellingAndGeneralAdministrativeExpense"[label = "Selling and \nGeneral \nAdministrative \nExpense\n4.12%" fillcolor="#BDE7BD"]
    "remainder_Expenses"[label = "Other Expenses\n12.2%" fillcolor="#75cf73"]
    "CostOfGoodsSold"[label = "Cost of Goods \nSold\n-6.23%" fillcolor="#FFC7AD"]
    "DepreciationInterestAndFeesExpenses"[label = "Depreciation \nInterest and \nFees Expenses\n3.18%" fillcolor="#EEEEEE"]
    "Revenues"[label = "Revenues\n-4.43%" fillcolor="#FFC7AD"]
    "remainder_Revenues"[label = "Other Revenues\n-4.01%" fillcolor="#FFC7AD"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n4.70%" fillcolor="#BDE7BD"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n5.84%" fillcolor="#BDE7BD"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n-7.29%" fillcolor="#FFC7AD"]
    "remainder_ComprehensiveNetIncome"[label = "Other Compr. \nNet Income\n3.46%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n4.08%" fillcolor="#BDE7BD"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n1.73%" fillcolor="#EEEEEE"]
    "OperatingAndEmployeeLiabilities" -> "Liabilities" [label="-3.26%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="-4.49%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-1.99%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="13.4%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "DepositsAndPayablesToCustomers" -> "Liabilities" [label="-2.57%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Debt" -> "Liabilities" [label="-19.4%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "Investments" -> "Assets" [label="5.94%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="9.50%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-4.23%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "IntangibleAssets" -> "Assets" [label="15.3%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-7.81%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Expenses" -> "ComprehensiveNetIncome" [label="15.1%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "SellingAndGeneralAdministrativeExpense" -> "Expenses" [label="4.12%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="12.2%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "CostOfGoodsSold" -> "Expenses" [label="-6.23%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "DepreciationInterestAndFeesExpenses" -> "Expenses" [label="3.18%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Revenues" -> "ComprehensiveNetIncome" [label="-4.43%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="-4.01%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="4.70%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="5.84%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "remainder_NetIncome" -> "ComprehensiveNetIncome" [label="-7.29%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_ComprehensiveNetIncome" -> "ComprehensiveNetIncome" [label="3.46%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="4.08%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Liabilities" -> "Assets" [style = "invisible", arrowhead="none"]
    "Expenses" -> "Revenues" [style = "invisible", arrowhead="none"]
}