digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "remainder_Assets"[label = "Other Assets\n-6.40%" fillcolor="#FFC7AD"]
    "Assets"[label = "Assets\n4.98%" fillcolor="#EEEEEE"]
    "IntangibleAssets"[label = "Intangible \nAssets\n7.31%" fillcolor="#BDE7BD"]
    "AssetsNonCurrent"[label = "Assets, Non-\nCurrent\n18.5%" fillcolor="#BDE7BD"]
    "AssetsCurrent"[label = "Assets, \nCurrent\n-2.75%" fillcolor="#EEEEEE"]
    "PropertyPlantAndEquipment"[label = "Property \nPlant and \nEquipment\n-6.38%" fillcolor="#EEEEEE"]
    "LiabilitiesCurrent"[label = "Liabilities, \nCurrent\n2.31%" fillcolor="#EEEEEE"]
    "Liabilities"[label = "Liabilities\n-8.03%" fillcolor="#FFC7AD"]
    "LongTermLiabilities"[label = "Long Term \nLiabilities\n2.25%" fillcolor="#EEEEEE"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n-12.8%" fillcolor="#FFC7AD"]
    "OperatingExpenses"[label = "Operating \nExpenses\n19.5%" fillcolor="#75cf73"]
    "Expenses"[label = "Expenses\n18.2%" fillcolor="#BDE7BD"]
    "remainder_Expenses"[label = "Other Expenses\n-10.9%" fillcolor="#FFC7AD"]
    "CostOfGoodsAndServicesSold"[label = "Cost of Goods \nand Services \nSold\n11.9%" fillcolor="#BDE7BD"]
    "remainder_Revenues"[label = "Other Revenues\n-5.49%" fillcolor="#EEEEEE"]
    "Revenues"[label = "Revenues\n-5.49%" fillcolor="#EEEEEE"]
    "NetIncome"[label = "Net Income\n-7.76%" fillcolor="#FFC7AD"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n-17.7%" fillcolor="#FFC7AD"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n-9.46%" fillcolor="#FFC7AD"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-27.0%" fillcolor="#ff7973"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-31.9%" fillcolor="#ff7973"]
    "remainder_Assets" -> "Assets" [label="-6.40%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="4.98%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "IntangibleAssets" -> "Assets" [label="7.31%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "AssetsNonCurrent" -> "Assets" [label="18.5%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "AssetsCurrent" -> "Assets" [label="-2.75%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "PropertyPlantAndEquipment" -> "Assets" [label="-6.38%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilitiesCurrent" -> "Liabilities" [label="2.31%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-8.03%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "LongTermLiabilities" -> "Liabilities" [label="2.25%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="-12.8%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "OperatingExpenses" -> "Expenses" [label="19.5%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "Expenses" -> "NetIncome" [label="18.2%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="-10.9%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "CostOfGoodsAndServicesSold" -> "Expenses" [label="11.9%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="-5.49%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Revenues" -> "NetIncome" [label="-5.49%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "NetIncome" -> "ComprehensiveNetIncome" [label="-7.76%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_NetIncome" -> "NetIncome" [label="-17.7%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-9.46%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-27.0%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "Assets" -> "Liabilities" [style = "invisible", arrowhead="none"]
}