digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "remainder_Assets"[label = "Other Assets\n-1.51%" fillcolor="#EEEEEE"]
    "Assets"[label = "Assets\n4.14%" fillcolor="#EEEEEE"]
    "IntangibleAssets"[label = "Intangible \nAssets\n18.6%" fillcolor="#BDE7BD"]
    "Investments"[label = "Investments\n-2.94%" fillcolor="#EEEEEE"]
    "CashAndCurrentAssets"[label = "Cash and \nCurrent Assets\n-3.01%" fillcolor="#EEEEEE"]
    "Expenses"[label = "Expenses\n8.99%" fillcolor="#BDE7BD"]
    "OperatingExpenses"[label = "Operating \nExpenses\n-2.18%" fillcolor="#EEEEEE"]
    "CostOfGoodsSold"[label = "Cost of Goods \nSold\n2.26%" fillcolor="#EEEEEE"]
    "remainder_Expenses"[label = "Other Expenses\n11.8%" fillcolor="#BDE7BD"]
    "Revenues"[label = "Revenues\n-28.5%" fillcolor="#ff7973"]
    "remainder_Revenues"[label = "Other Revenues\n-28.1%" fillcolor="#ff7973"]
    "OperatingAndEmployeeLiabilities"[label = "Operating and \nEmployee \nLiabilities\n7.78%" fillcolor="#BDE7BD"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n7.26%" fillcolor="#BDE7BD"]
    "DepositsAndPayablesToCustomers"[label = "Deposits and \nPayables to \nCustomers\n2.05%" fillcolor="#EEEEEE"]
    "LoansPayable"[label = "Loans Payable\n-6.72%" fillcolor="#FFC7AD"]
    "Debt"[label = "Debt\n-4.06%" fillcolor="#EEEEEE"]
    "NetIncome"[label = "Net Income\n6.94%" fillcolor="#BDE7BD"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n31.7%" fillcolor="#75cf73"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n8.05%" fillcolor="#BDE7BD"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n9.72%" fillcolor="#BDE7BD"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n8.01%" fillcolor="#BDE7BD"]
    "remainder_Assets" -> "Assets" [label="-1.51%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="7.97%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-4.51%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "IntangibleAssets" -> "Assets" [label="18.6%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Investments" -> "Assets" [label="-2.94%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "CashAndCurrentAssets" -> "Assets" [label="-3.01%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "NetIncome" [label="8.99%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "OperatingExpenses" -> "Expenses" [label="-2.18%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "CostOfGoodsSold" -> "Expenses" [label="2.26%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="11.8%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Revenues" -> "NetIncome" [label="-28.5%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="-28.1%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "OperatingAndEmployeeLiabilities" -> "StockholdersEquity" [label="5.41%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "OperatingAndEmployeeLiabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="2.64%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="7.26%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "DepositsAndPayablesToCustomers" -> "StockholdersEquity" [label="1.37%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "DepositsAndPayablesToCustomers" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="0.706%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LoansPayable" -> "StockholdersEquity" [label="-4.19%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LoansPayable" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-2.35%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Debt" -> "StockholdersEquity" [label="-2.58%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Debt" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-1.41%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "NetIncome" -> "ComprehensiveNetIncome" [label="6.94%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "remainder_NetIncome" -> "NetIncome" [label="31.7%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="8.05%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="9.72%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Assets" -> "OperatingAndEmployeeLiabilities" [style = "invisible", arrowhead="none"]
    "Expenses" -> "Revenues" [style = "invisible", arrowhead="none"]
}