digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "remainder_Liabilities"[label = "Other \nLiabilities\n13.6%" fillcolor="#BDE7BD"]
    "Liabilities"[label = "Liabilities\n-0.427%" fillcolor="#EEEEEE"]
    "LiabilitiesAndBorrowings"[label = "Liabilities \nand Borrowings\n-23.2%" fillcolor="#ff7973"]
    "LongTermDebt"[label = "Long-term Debt\n0.788%" fillcolor="#EEEEEE"]
    "Deposits"[label = "Deposits\n-6.01%" fillcolor="#FFC7AD"]
    "LoansAndLeasesReceivable"[label = "Loans and \nLeases \nReceivable\n-6.02%" fillcolor="#FFC7AD"]
    "Assets"[label = "Assets\n0.364%" fillcolor="#EEEEEE"]
    "CashDepositsAndCashEquivalents"[label = "Cash Deposits \nand Cash \nEquivalents\n-1.62%" fillcolor="#EEEEEE"]
    "AssetsAndSecurities"[label = "Assets and \nSecurities\n13.9%" fillcolor="#BDE7BD"]
    "remainder_Assets"[label = "Other Assets\n-12.8%" fillcolor="#FFC7AD"]
    "Goodwill"[label = "Goodwill\n-0.745%" fillcolor="#EEEEEE"]
    "Expenses"[label = "Expenses\n1.15%" fillcolor="#EEEEEE"]
    "remainder_Expenses"[label = "Other Expenses\n0.278%" fillcolor="#EEEEEE"]
    "LaborExpense"[label = "Labor Expense\n0.549%" fillcolor="#EEEEEE"]
    "remainder_Revenues"[label = "Other Revenues\n-0.553%" fillcolor="#EEEEEE"]
    "Revenues"[label = "Revenues\n-0.553%" fillcolor="#EEEEEE"]
    "NetIncome"[label = "Net Income\n1.56%" fillcolor="#EEEEEE"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n0.972%" fillcolor="#EEEEEE"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n1.64%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n1.56%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n1.51%" fillcolor="#EEEEEE"]
    "remainder_Liabilities" -> "Liabilities" [label="13.6%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-0.427%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilitiesAndBorrowings" -> "Liabilities" [label="-23.2%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "LongTermDebt" -> "Liabilities" [label="0.788%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Deposits" -> "Liabilities" [label="-6.01%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "LoansAndLeasesReceivable" -> "Assets" [label="-6.02%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="0.364%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "CashDepositsAndCashEquivalents" -> "Assets" [label="-1.62%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "AssetsAndSecurities" -> "Assets" [label="13.9%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-12.8%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Goodwill" -> "Assets" [label="-0.745%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "NetIncome" [label="1.15%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="0.278%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LaborExpense" -> "Expenses" [label="0.549%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="-0.553%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Revenues" -> "NetIncome" [label="-0.553%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "NetIncome" -> "ComprehensiveNetIncome" [label="1.56%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_NetIncome" -> "NetIncome" [label="0.972%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="1.64%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="1.56%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "Liabilities" [style = "invisible", arrowhead="none"]
}