digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "Liabilities"[label = "Liabilities\n1.76%" fillcolor="#EEEEEE"]
    "Deposits"[label = "Deposits\n-1.79%" fillcolor="#EEEEEE"]
    "LiabilitiesAndBorrowings"[label = "Liabilities \nand Borrowings\n9.65%" fillcolor="#BDE7BD"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n-27.9%" fillcolor="#ff7973"]
    "AssetsAndSecurities"[label = "Assets and \nSecurities\n-7.55%" fillcolor="#FFC7AD"]
    "Assets"[label = "Assets\n-1.94%" fillcolor="#EEEEEE"]
    "LoansAndLeasesReceivable"[label = "Loans and \nLeases \nReceivable\n8.17%" fillcolor="#BDE7BD"]
    "Goodwill"[label = "Goodwill\n0.830%" fillcolor="#EEEEEE"]
    "remainder_Assets"[label = "Other Assets\n-3.15%" fillcolor="#EEEEEE"]
    "CashDepositsAndCashEquivalents"[label = "Cash Deposits \nand Cash \nEquivalents\n-3.22%" fillcolor="#EEEEEE"]
    "remainder_Expenses"[label = "Other Expenses\n0.669%" fillcolor="#EEEEEE"]
    "Expenses"[label = "Expenses\n-4.09%" fillcolor="#EEEEEE"]
    "OtherNoninterestExpense"[label = "Other \nNoninterest \nExpense\n-0.814%" fillcolor="#EEEEEE"]
    "LaborExpense"[label = "Labor Expense\n-2.96%" fillcolor="#EEEEEE"]
    "ITAndEquipmentExpense"[label = "IT and \nEquipment \nExpense\n-0.537%" fillcolor="#EEEEEE"]
    "NetIncome"[label = "Net Income\n-2.11%" fillcolor="#EEEEEE"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n2.01%" fillcolor="#EEEEEE"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n-2.92%" fillcolor="#EEEEEE"]
    "remainder_ComprehensiveNetIncome"[label = "Other Compr. \nNet Income\n-0.775%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-2.87%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-2.99%" fillcolor="#EEEEEE"]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="1.76%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Deposits" -> "Liabilities" [label="-1.79%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilitiesAndBorrowings" -> "Liabilities" [label="9.65%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="-27.9%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "AssetsAndSecurities" -> "Assets" [label="-7.55%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-1.94%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LoansAndLeasesReceivable" -> "Assets" [label="8.17%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Goodwill" -> "Assets" [label="0.830%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-3.15%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "CashDepositsAndCashEquivalents" -> "Assets" [label="-3.22%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="0.669%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "NetIncome" [label="-4.09%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "OtherNoninterestExpense" -> "Expenses" [label="-0.814%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LaborExpense" -> "Expenses" [label="-2.96%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "ITAndEquipmentExpense" -> "Expenses" [label="-0.537%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "NetIncome" -> "ComprehensiveNetIncome" [label="-2.11%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_NetIncome" -> "NetIncome" [label="2.01%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-2.92%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_ComprehensiveNetIncome" -> "ComprehensiveNetIncome" [label="-0.775%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-2.87%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "Liabilities" [style = "invisible", arrowhead="none"]
    "NetIncome" -> "remainder_ComprehensiveNetIncome" [style = "invisible", arrowhead="none"]
}