digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "CashDepositsAndCashEquivalents"[label = "Cash Deposits \nand Cash \nEquivalents\n-0.686%" fillcolor="#EEEEEE"]
    "Assets"[label = "Assets\n-3.28%" fillcolor="#EEEEEE"]
    "LoansAndLeasesReceivable"[label = "Loans and \nLeases \nReceivable\n1.20%" fillcolor="#EEEEEE"]
    "remainder_Assets"[label = "Other Assets\n-4.08%" fillcolor="#EEEEEE"]
    "Goodwill"[label = "Goodwill\n-0.730%" fillcolor="#EEEEEE"]
    "AssetsAndSecurities"[label = "Assets and \nSecurities\n-2.41%" fillcolor="#EEEEEE"]
    "Expenses"[label = "Expenses\n-3.76%" fillcolor="#EEEEEE"]
    "LaborExpense"[label = "Labor Expense\n-2.31%" fillcolor="#EEEEEE"]
    "remainder_Expenses"[label = "Other Expenses\n-1.46%" fillcolor="#EEEEEE"]
    "remainder_Revenues"[label = "Other Revenues\n-1.08%" fillcolor="#EEEEEE"]
    "Revenues"[label = "Revenues\n-1.08%" fillcolor="#EEEEEE"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-1.79%" fillcolor="#EEEEEE"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n2.25%" fillcolor="#EEEEEE"]
    "Deposits"[label = "Deposits\n-5.15%" fillcolor="#FFC7AD"]
    "LiabilitiesAndBorrowings"[label = "Liabilities \nand Borrowings\n-21.7%" fillcolor="#ff7973"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n0.929%" fillcolor="#EEEEEE"]
    "NetIncome"[label = "Net Income\n-2.02%" fillcolor="#EEEEEE"]
    "remainder_ComprehensiveNetIncome"[label = "Other Compr. \nNet Income\n-0.975%" fillcolor="#EEEEEE"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n-2.86%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-4.48%" fillcolor="#FFC7AD"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-5.48%" fillcolor="#FFC7AD"]
    "CashDepositsAndCashEquivalents" -> "Assets" [label="-0.686%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="-3.36%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LoansAndLeasesReceivable" -> "Assets" [label="1.20%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-4.08%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Goodwill" -> "Assets" [label="-0.730%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "AssetsAndSecurities" -> "Assets" [label="-2.41%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "NetIncome" [label="-3.76%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LaborExpense" -> "Expenses" [label="-2.31%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="-1.46%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="-1.08%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Revenues" -> "NetIncome" [label="-1.08%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-1.79%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Liabilities" -> "StockholdersEquity" [label="2.25%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Deposits" -> "StockholdersEquity" [label="-4.92%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "LiabilitiesAndBorrowings" -> "StockholdersEquity" [label="-18.5%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "remainder_NetIncome" -> "NetIncome" [label="0.929%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "NetIncome" -> "ComprehensiveNetIncome" [label="-2.02%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_ComprehensiveNetIncome" -> "ComprehensiveNetIncome" [label="-0.975%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-2.86%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-4.48%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "remainder_Liabilities" [style = "invisible", arrowhead="none"]
    "Expenses" -> "Revenues" [style = "invisible", arrowhead="none"]
}