digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "Liabilities"[label = "Liabilities\n0.901%" fillcolor="#EEEEEE"]
    "Deposits"[label = "Deposits\n-0.160%" fillcolor="#EEEEEE"]
    "LiabilitiesAndBorrowings"[label = "Liabilities \nand Borrowings\n-12.7%" fillcolor="#ff7973"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n2.06%" fillcolor="#EEEEEE"]
    "AssetsAndSecurities"[label = "Assets and \nSecurities\n0.241%" fillcolor="#EEEEEE"]
    "Assets"[label = "Assets\n-2.86%" fillcolor="#FFC7AD"]
    "LoansAndLeasesReceivable"[label = "Loans and \nLeases \nReceivable\n-8.89%" fillcolor="#ff7973"]
    "remainder_Assets"[label = "Other Assets\n-4.09%" fillcolor="#FFC7AD"]
    "PropertyPlantAndEquipment"[label = "Property, \nPlant and \nEquipment\n0.242%" fillcolor="#EEEEEE"]
    "CashDepositsAndCashEquivalents"[label = "Cash Deposits \nand Cash \nEquivalents\n2.06%" fillcolor="#EEEEEE"]
    "Expenses"[label = "Expenses\n-6.60%" fillcolor="#FFC7AD"]
    "OtherNoninterestExpense"[label = "Other \nNoninterest \nExpense\n-0.969%" fillcolor="#EEEEEE"]
    "Occupancy"[label = "Occupancy\n-0.350%" fillcolor="#EEEEEE"]
    "LaborExpense"[label = "Labor Expense\n-4.18%" fillcolor="#FFC7AD"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-0.617%" fillcolor="#EEEEEE"]
    "NetIncome"[label = "Net Income\n-6.78%" fillcolor="#FFC7AD"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n0.169%" fillcolor="#EEEEEE"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n-9.02%" fillcolor="#ff7973"]
    "remainder_ComprehensiveNetIncome"[label = "Other Compr. \nNet Income\n-0.873%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-10.5%" fillcolor="#ff7973"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-10.6%" fillcolor="#ff7973"]
    "Liabilities" -> "StockholdersEquity" [label="0.931%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Deposits" -> "Liabilities" [label="-0.160%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilitiesAndBorrowings" -> "Liabilities" [label="-12.7%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="2.06%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "AssetsAndSecurities" -> "Assets" [label="0.241%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="-2.94%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "LoansAndLeasesReceivable" -> "Assets" [label="-8.89%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-4.09%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "PropertyPlantAndEquipment" -> "Assets" [label="0.242%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "CashDepositsAndCashEquivalents" -> "Assets" [label="2.06%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "NetIncome" [label="-6.60%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "OtherNoninterestExpense" -> "Expenses" [label="-0.969%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Occupancy" -> "Expenses" [label="-0.350%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LaborExpense" -> "Expenses" [label="-4.18%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-0.617%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "NetIncome" -> "ComprehensiveNetIncome" [label="-6.78%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_NetIncome" -> "NetIncome" [label="0.169%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-9.02%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "remainder_ComprehensiveNetIncome" -> "ComprehensiveNetIncome" [label="-0.873%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-10.5%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "Assets" -> "Liabilities" [style = "invisible", arrowhead="none"]
    "Expenses" -> "remainder_NetIncome" [style = "invisible", arrowhead="none"]
}