digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "Liabilities"[label = "Liabilities\n-2.65%" fillcolor="#EEEEEE"]
    "Deposits"[label = "Deposits\n-4.95%" fillcolor="#FFC7AD"]
    "LiabilitiesAndBorrowings"[label = "Liabilities \nand Borrowings\n-21.3%" fillcolor="#ff7973"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n13.5%" fillcolor="#75cf73"]
    "AssetsAndSecurities"[label = "Assets and \nSecurities\n14.7%" fillcolor="#75cf73"]
    "Assets"[label = "Assets\n1.90%" fillcolor="#EEEEEE"]
    "LoansAndLeasesReceivable"[label = "Loans and \nLeases \nReceivable\n-9.64%" fillcolor="#FFC7AD"]
    "Goodwill"[label = "Goodwill\n-0.747%" fillcolor="#EEEEEE"]
    "remainder_Assets"[label = "Other Assets\n-5.77%" fillcolor="#FFC7AD"]
    "CashDepositsAndCashEquivalents"[label = "Cash Deposits \nand Cash \nEquivalents\n-0.655%" fillcolor="#EEEEEE"]
    "Expenses"[label = "Expenses\n4.39%" fillcolor="#BDE7BD"]
    "OtherNoninterestExpense"[label = "Other \nNoninterest \nExpense\n0.535%" fillcolor="#EEEEEE"]
    "LaborExpense"[label = "Labor Expense\n2.41%" fillcolor="#EEEEEE"]
    "remainder_Revenues"[label = "Other Revenues\n-0.817%" fillcolor="#EEEEEE"]
    "Revenues"[label = "Revenues\n-0.817%" fillcolor="#EEEEEE"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n-2.24%" fillcolor="#EEEEEE"]
    "NetIncome"[label = "Net Income\n1.39%" fillcolor="#EEEEEE"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n3.20%" fillcolor="#EEEEEE"]
    "remainder_ComprehensiveNetIncome"[label = "Other Compr. \nNet Income\n1.82%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n2.55%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n2.43%" fillcolor="#EEEEEE"]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-2.65%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Deposits" -> "Liabilities" [label="-4.95%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "LiabilitiesAndBorrowings" -> "Liabilities" [label="-21.3%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="13.5%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "AssetsAndSecurities" -> "Assets" [label="14.7%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="1.90%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LoansAndLeasesReceivable" -> "Assets" [label="-9.64%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Goodwill" -> "Assets" [label="-0.747%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-5.77%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "CashDepositsAndCashEquivalents" -> "Assets" [label="-0.655%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "NetIncome" [label="4.39%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "OtherNoninterestExpense" -> "Expenses" [label="0.535%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LaborExpense" -> "Expenses" [label="2.41%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="-0.817%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Revenues" -> "NetIncome" [label="-0.817%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_NetIncome" -> "NetIncome" [label="-2.24%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "NetIncome" -> "ComprehensiveNetIncome" [label="1.39%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="3.20%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_ComprehensiveNetIncome" -> "ComprehensiveNetIncome" [label="1.82%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="2.55%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "Liabilities" [style = "invisible", arrowhead="none"]
    "NetIncome" -> "remainder_ComprehensiveNetIncome" [style = "invisible", arrowhead="none"]
}