digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "LiabilitiesAndBorrowings"[label = "Liabilities \nand Borrowings\n11.3%" fillcolor="#BDE7BD"]
    "Liabilities"[label = "Liabilities\n10.6%" fillcolor="#BDE7BD"]
    "Deposits"[label = "Deposits\n10.7%" fillcolor="#BDE7BD"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n-42.1%" fillcolor="#ff7973"]
    "AssetsAndSecurities"[label = "Assets and \nSecurities\n7.42%" fillcolor="#EEEEEE"]
    "Assets"[label = "Assets\n-17.1%" fillcolor="#FFC7AD"]
    "remainder_Assets"[label = "Other Assets\n-9.10%" fillcolor="#FFC7AD"]
    "Goodwill"[label = "Goodwill\n-1.01%" fillcolor="#EEEEEE"]
    "LoansAndLeasesReceivable"[label = "Loans and \nLeases \nReceivable\n-12.4%" fillcolor="#FFC7AD"]
    "CashDepositsAndCashEquivalents"[label = "Cash Deposits \nand Cash \nEquivalents\n-3.28%" fillcolor="#EEEEEE"]
    "remainder_Expenses"[label = "Other Expenses\n-2.10%" fillcolor="#EEEEEE"]
    "Expenses"[label = "Expenses\n-24.2%" fillcolor="#FFC7AD"]
    "ITAndEquipmentExpense"[label = "IT and \nEquipment \nExpense\n-1.91%" fillcolor="#EEEEEE"]
    "LaborExpense"[label = "Labor Expense\n-18.0%" fillcolor="#FFC7AD"]
    "Occupancy"[label = "Occupancy\n-1.72%" fillcolor="#EEEEEE"]
    "remainder_Revenues"[label = "Other Revenues\n11.2%" fillcolor="#BDE7BD"]
    "Revenues"[label = "Revenues\n11.2%" fillcolor="#BDE7BD"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-2.62%" fillcolor="#EEEEEE"]
    "NetIncome"[label = "Net Income\n0.883%" fillcolor="#EEEEEE"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n3.43%" fillcolor="#EEEEEE"]
    "remainder_ComprehensiveNetIncome"[label = "Other Compr. \nNet Income\n-1.68%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-0.516%" fillcolor="#EEEEEE"]
    "LiabilitiesAndBorrowings" -> "Liabilities" [label="11.3%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="10.8%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatio" [label="1.14%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Deposits" -> "Liabilities" [label="10.7%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="-42.1%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "AssetsAndSecurities" -> "Assets" [label="7.42%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="-20.9%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatio" [label="1.28%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-9.10%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Goodwill" -> "Assets" [label="-1.01%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LoansAndLeasesReceivable" -> "Assets" [label="-12.4%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "CashDepositsAndCashEquivalents" -> "Assets" [label="-3.28%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="-2.10%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "NetIncome" [label="-24.2%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "ITAndEquipmentExpense" -> "Expenses" [label="-1.91%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LaborExpense" -> "Expenses" [label="-18.0%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Occupancy" -> "Expenses" [label="-1.72%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="11.2%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Revenues" -> "NetIncome" [label="11.2%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatio" [label="-2.62%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "NetIncome" -> "EconomicCapitalRatio" [label="0.883%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_NetIncome" -> "NetIncome" [label="3.43%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_ComprehensiveNetIncome" -> "EconomicCapitalRatio" [label="-1.68%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "Liabilities" [style = "invisible", arrowhead="none"]
    "Expenses" -> "Revenues" [style = "invisible", arrowhead="none"]
}