digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "PropertyPlantAndEquipment"[label = "Property, \nPlant and \nEquipment\n-8.49%" fillcolor="#FFC7AD"]
    "Assets"[label = "Assets\n-3.10%" fillcolor="#EEEEEE"]
    "IntangibleAssets"[label = "Intangible \nAssets\n-14.1%" fillcolor="#FFC7AD"]
    "AssetsNonCurrent"[label = "Assets, Non-\nCurrent\n-8.63%" fillcolor="#FFC7AD"]
    "AssetsCurrent"[label = "Assets, \nCurrent\n-11.6%" fillcolor="#FFC7AD"]
    "remainder_Assets"[label = "Other Assets\n9.39%" fillcolor="#BDE7BD"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n-14.7%" fillcolor="#ff7973"]
    "Liabilities"[label = "Liabilities\n0.191%" fillcolor="#EEEEEE"]
    "LiabilitiesNonCurrent"[label = "Liabilities, \nNon-Current\n0.703%" fillcolor="#EEEEEE"]
    "GeneralAndAdministrativeExpense"[label = "General and \nAdministrative \nExpense\n1.00%" fillcolor="#EEEEEE"]
    "Expenses"[label = "Expenses\n0.736%" fillcolor="#EEEEEE"]
    "SellingAndMarketingExpense"[label = "Marketing and \nSelling \nExpenses\n0.621%" fillcolor="#EEEEEE"]
    "CostOfGoodsAndServicesSold"[label = "Cost of Goods \nand Services \nSold\n-24.1%" fillcolor="#ff7973"]
    "remainder_Expenses"[label = "Other Expenses\n0.232%" fillcolor="#EEEEEE"]
    "remainder_Revenues"[label = "Other Revenues\n2.51%" fillcolor="#EEEEEE"]
    "Revenues"[label = "Revenues\n2.51%" fillcolor="#EEEEEE"]
    "NetIncome"[label = "Net Income\n2.30%" fillcolor="#EEEEEE"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n-17.3%" fillcolor="#ff7973"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n2.36%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n6.78%" fillcolor="#BDE7BD"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-9.82%" fillcolor="#FFC7AD"]
    "PropertyPlantAndEquipment" -> "Assets" [label="-8.49%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-3.10%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "IntangibleAssets" -> "Assets" [label="-14.1%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "AssetsNonCurrent" -> "Assets" [label="-8.63%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "AssetsCurrent" -> "Assets" [label="-11.6%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="9.39%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="-14.7%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="0.191%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilitiesNonCurrent" -> "Liabilities" [label="0.703%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "GeneralAndAdministrativeExpense" -> "Expenses" [label="1.00%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "NetIncome" [label="0.736%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "SellingAndMarketingExpense" -> "Expenses" [label="0.621%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "CostOfGoodsAndServicesSold" -> "Expenses" [label="-24.1%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="0.232%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="2.51%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Revenues" -> "NetIncome" [label="2.51%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "NetIncome" -> "ComprehensiveNetIncome" [label="2.30%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_NetIncome" -> "NetIncome" [label="-17.3%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="2.36%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="6.78%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Assets" -> "Liabilities" [style = "invisible", arrowhead="none"]
}