digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "OperatingAndEmployeeLiabilities"[label = "Operating and \nEmployee \nLiabilities\n1.78%" fillcolor="#EEEEEE"]
    "Liabilities"[label = "Liabilities\n-11.9%" fillcolor="#ff7973"]
    "DepositsAndPayablesToCustomers"[label = "Deposits and \nPayables to \nCustomers\n1.52%" fillcolor="#EEEEEE"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n-18.4%" fillcolor="#ff7973"]
    "remainder_Assets"[label = "Other Assets\n16.7%" fillcolor="#75cf73"]
    "Assets"[label = "Assets\n1.26%" fillcolor="#EEEEEE"]
    "IntangibleAssets"[label = "Intangible \nAssets\n2.11%" fillcolor="#EEEEEE"]
    "Investments"[label = "Investments\n-6.13%" fillcolor="#FFC7AD"]
    "CashAndCurrentAssets"[label = "Cash and \nCurrent Assets\n-6.40%" fillcolor="#FFC7AD"]
    "SellingAndGeneralAdministrativeExpense"[label = "Selling and \nGeneral \nAdministrative \nExpense\n5.56%" fillcolor="#BDE7BD"]
    "Expenses"[label = "Expenses\n11.1%" fillcolor="#75cf73"]
    "OperatingExpenses"[label = "Operating \nExpenses\n2.73%" fillcolor="#EEEEEE"]
    "CostOfGoodsSold"[label = "Cost of Goods \nSold\n2.45%" fillcolor="#EEEEEE"]
    "RevenueFromContractWithCustomer"[label = "Revenue from \nContract with \nCustomer\n5.15%" fillcolor="#BDE7BD"]
    "Revenues"[label = "Revenues\n-7.11%" fillcolor="#FFC7AD"]
    "remainder_Revenues"[label = "Other Revenues\n-10.7%" fillcolor="#FFC7AD"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-7.72%" fillcolor="#FFC7AD"]
    "NetIncome"[label = "Net Income\n3.17%" fillcolor="#EEEEEE"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n3.69%" fillcolor="#BDE7BD"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-6.49%" fillcolor="#FFC7AD"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-8.49%" fillcolor="#FFC7AD"]
    "OperatingAndEmployeeLiabilities" -> "Liabilities" [label="1.78%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="-9.14%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-1.82%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "DepositsAndPayablesToCustomers" -> "Liabilities" [label="1.52%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="-18.4%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="16.7%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="1.50%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-0.264%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "IntangibleAssets" -> "Assets" [label="2.11%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Investments" -> "Assets" [label="-6.13%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "CashAndCurrentAssets" -> "Assets" [label="-6.40%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "SellingAndGeneralAdministrativeExpense" -> "Expenses" [label="5.56%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Expenses" -> "NetIncome" [label="11.1%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "OperatingExpenses" -> "Expenses" [label="2.73%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "CostOfGoodsSold" -> "Expenses" [label="2.45%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "RevenueFromContractWithCustomer" -> "Revenues" [label="5.15%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Revenues" -> "NetIncome" [label="-7.11%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="-10.7%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-7.72%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "NetIncome" -> "ComprehensiveNetIncome" [label="3.17%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="3.69%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-6.49%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "Liabilities" [style = "invisible", arrowhead="none"]
    "Expenses" -> "Revenues" [style = "invisible", arrowhead="none"]
}