digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "Deposits"[label = "Deposits\n-6.29%" fillcolor="#FFC7AD"]
    "Liabilities"[label = "Liabilities\n-3.46%" fillcolor="#EEEEEE"]
    "LiabilitiesAndBorrowings"[label = "Liabilities \nand Borrowings\n12.3%" fillcolor="#BDE7BD"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n-25.0%" fillcolor="#ff7973"]
    "remainder_Assets"[label = "Other Assets\n-0.780%" fillcolor="#EEEEEE"]
    "Assets"[label = "Assets\n3.91%" fillcolor="#EEEEEE"]
    "AssetsAndSecurities"[label = "Assets and \nSecurities\n-6.26%" fillcolor="#FFC7AD"]
    "PropertyPlantAndEquipment"[label = "Property, \nPlant and \nEquipment\n-0.436%" fillcolor="#EEEEEE"]
    "LoansAndLeasesReceivable"[label = "Loans and \nLeases \nReceivable\n6.26%" fillcolor="#BDE7BD"]
    "Goodwill"[label = "Goodwill\n1.05%" fillcolor="#EEEEEE"]
    "CashDepositsAndCashEquivalents"[label = "Cash Deposits \nand Cash \nEquivalents\n3.82%" fillcolor="#EEEEEE"]
    "Expenses"[label = "Expenses\n4.30%" fillcolor="#EEEEEE"]
    "ITAndEquipmentExpense"[label = "IT and \nEquipment \nExpense\n0.480%" fillcolor="#EEEEEE"]
    "LaborExpense"[label = "Labor Expense\n2.36%" fillcolor="#EEEEEE"]
    "OtherNoninterestExpense"[label = "Other \nNoninterest \nExpense\n0.509%" fillcolor="#EEEEEE"]
    "remainder_Expenses"[label = "Other Expenses\n0.605%" fillcolor="#EEEEEE"]
    "remainder_Revenues"[label = "Other Revenues\n-1.39%" fillcolor="#EEEEEE"]
    "Revenues"[label = "Revenues\n-1.39%" fillcolor="#EEEEEE"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n1.20%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-0.0938%" fillcolor="#EEEEEE"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n-3.33%" fillcolor="#EEEEEE"]
    "remainder_ComprehensiveNetIncome"[label = "Other Compr. \nNet Income\n0.343%" fillcolor="#EEEEEE"]
    "Deposits" -> "Liabilities" [label="-6.29%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="-3.14%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatio" [label="-0.258%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilitiesAndBorrowings" -> "Liabilities" [label="12.3%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="-25.0%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-0.780%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="4.11%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatio" [label="-0.361%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "AssetsAndSecurities" -> "Assets" [label="-6.26%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "PropertyPlantAndEquipment" -> "Assets" [label="-0.436%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LoansAndLeasesReceivable" -> "Assets" [label="6.26%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Goodwill" -> "Assets" [label="1.05%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "CashDepositsAndCashEquivalents" -> "Assets" [label="3.82%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "EconomicCapitalRatio" [label="4.30%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "ITAndEquipmentExpense" -> "Expenses" [label="0.480%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LaborExpense" -> "Expenses" [label="2.36%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "OtherNoninterestExpense" -> "Expenses" [label="0.509%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="0.605%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="-1.39%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Revenues" -> "EconomicCapitalRatio" [label="-1.39%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatio" [label="1.20%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_NetIncome" -> "EconomicCapitalRatio" [label="-3.33%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_ComprehensiveNetIncome" -> "EconomicCapitalRatio" [label="0.343%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "Liabilities" [style = "invisible", arrowhead="none"]
}