digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "Deposits"[label = "Deposits\n1.12%" fillcolor="#EEEEEE"]
    "Liabilities"[label = "Liabilities\n0.906%" fillcolor="#EEEEEE"]
    "LiabilitiesAndBorrowings"[label = "Liabilities \nand Borrowings\n-15.7%" fillcolor="#ff7973"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n2.25%" fillcolor="#EEEEEE"]
    "LongTermDebt"[label = "Long-term Debt\n-3.61%" fillcolor="#FFC7AD"]
    "CashDepositsAndCashEquivalents"[label = "Cash Deposits \nand Cash \nEquivalents\n-2.42%" fillcolor="#EEEEEE"]
    "Assets"[label = "Assets\n-3.65%" fillcolor="#FFC7AD"]
    "LoansAndLeasesReceivable"[label = "Loans and \nLeases \nReceivable\n-6.64%" fillcolor="#FFC7AD"]
    "remainder_Assets"[label = "Other Assets\n-4.21%" fillcolor="#FFC7AD"]
    "Goodwill"[label = "Goodwill\n0.0644%" fillcolor="#EEEEEE"]
    "AssetsAndSecurities"[label = "Assets and \nSecurities\n2.25%" fillcolor="#EEEEEE"]
    "Expenses"[label = "Expenses\n-2.57%" fillcolor="#EEEEEE"]
    "ITAndEquipmentExpense"[label = "IT and \nEquipment \nExpense\n-0.111%" fillcolor="#EEEEEE"]
    "LaborExpense"[label = "Labor Expense\n-1.48%" fillcolor="#EEEEEE"]
    "OtherNoninterestExpense"[label = "Other \nNoninterest \nExpense\n-1.02%" fillcolor="#EEEEEE"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-1.06%" fillcolor="#EEEEEE"]
    "remainder_ComprehensiveNetIncome"[label = "Other Compr. \nNet Income\n-3.44%" fillcolor="#FFC7AD"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n-3.42%" fillcolor="#FFC7AD"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n0.676%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-4.48%" fillcolor="#FFC7AD"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-5.49%" fillcolor="#FFC7AD"]
    "Deposits" -> "Liabilities" [label="1.12%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="0.940%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilitiesAndBorrowings" -> "Liabilities" [label="-15.7%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="2.25%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LongTermDebt" -> "Liabilities" [label="-3.61%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "CashDepositsAndCashEquivalents" -> "Assets" [label="-2.42%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="-3.76%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "LoansAndLeasesReceivable" -> "Assets" [label="-6.64%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-4.21%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Goodwill" -> "Assets" [label="0.0644%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "AssetsAndSecurities" -> "Assets" [label="2.25%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "ComprehensiveNetIncome" [label="-2.57%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "ITAndEquipmentExpense" -> "Expenses" [label="-0.111%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LaborExpense" -> "Expenses" [label="-1.48%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "OtherNoninterestExpense" -> "Expenses" [label="-1.02%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-1.06%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_ComprehensiveNetIncome" -> "ComprehensiveNetIncome" [label="-3.44%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-3.42%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_NetIncome" -> "ComprehensiveNetIncome" [label="0.676%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-4.48%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "Liabilities" [style = "invisible", arrowhead="none"]
    "Expenses" -> "remainder_ComprehensiveNetIncome" [style = "invisible", arrowhead="none"]
}