digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "Liabilities"[label = "Liabilities\n25.6%" fillcolor="#BDE7BD"]
    "DepositsAndPayablesToCustomers"[label = "Deposits and \nPayables to \nCustomers\n2.83%" fillcolor="#EEEEEE"]
    "LoansPayable"[label = "Loans Payable\n3.62%" fillcolor="#EEEEEE"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n21.9%" fillcolor="#BDE7BD"]
    "remainder_Assets"[label = "Other Assets\n-7.00%" fillcolor="#EEEEEE"]
    "Assets"[label = "Assets\n-4.29%" fillcolor="#EEEEEE"]
    "IntangibleAssets"[label = "Intangible \nAssets\n8.26%" fillcolor="#EEEEEE"]
    "Investments"[label = "Investments\n-2.83%" fillcolor="#EEEEEE"]
    "SellingAndGeneralAdministrativeExpense"[label = "Selling and \nGeneral \nAdministrative \nExpense\n6.26%" fillcolor="#EEEEEE"]
    "Expenses"[label = "Expenses\n-25.0%" fillcolor="#FFC7AD"]
    "LaborExpense"[label = "Labor Expense\n-13.8%" fillcolor="#FFC7AD"]
    "OperatingExpenses"[label = "Operating \nExpenses\n-30.7%" fillcolor="#FFC7AD"]
    "CostOfGoodsSold"[label = "Cost of Goods \nSold\n3.23%" fillcolor="#EEEEEE"]
    "remainder_Expenses"[label = "Other Expenses\n14.2%" fillcolor="#BDE7BD"]
    "RevenueFromContractWithCustomer"[label = "Revenue from \nContract with \nCustomer\n57.6%" fillcolor="#75cf73"]
    "Revenues"[label = "Revenues\n51.4%" fillcolor="#75cf73"]
    "remainder_Revenues"[label = "Other Revenues\n-14.1%" fillcolor="#FFC7AD"]
    "NetIncome"[label = "Net Income\n19.5%" fillcolor="#BDE7BD"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n21.5%" fillcolor="#BDE7BD"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n33.7%" fillcolor="#BDE7BD"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n31.7%" fillcolor="#BDE7BD"]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="25.6%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "DepositsAndPayablesToCustomers" -> "Liabilities" [label="2.83%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LoansPayable" -> "Liabilities" [label="3.62%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="21.9%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-7.00%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-4.29%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "IntangibleAssets" -> "Assets" [label="8.26%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Investments" -> "Assets" [label="-2.83%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "SellingAndGeneralAdministrativeExpense" -> "Expenses" [label="6.26%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "NetIncome" [label="-25.0%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "LaborExpense" -> "Expenses" [label="-13.8%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "OperatingExpenses" -> "Expenses" [label="-30.7%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "CostOfGoodsSold" -> "Expenses" [label="3.23%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="14.2%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "RevenueFromContractWithCustomer" -> "Revenues" [label="57.6%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "Revenues" -> "NetIncome" [label="51.4%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="-14.1%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "NetIncome" -> "ComprehensiveNetIncome" [label="19.5%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="21.5%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="33.7%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Liabilities" -> "Assets" [style = "invisible", arrowhead="none"]
    "Expenses" -> "Revenues" [style = "invisible", arrowhead="none"]
}