digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "Deposits"[label = "Deposits\n9.73%" fillcolor="#BDE7BD"]
    "Liabilities"[label = "Liabilities\n14.0%" fillcolor="#75cf73"]
    "LiabilitiesAndBorrowings"[label = "Liabilities \nand Borrowings\n-8.96%" fillcolor="#FFC7AD"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n12.4%" fillcolor="#BDE7BD"]
    "CashDepositsAndCashEquivalents"[label = "Cash Deposits \nand Cash \nEquivalents\n2.42%" fillcolor="#EEEEEE"]
    "Assets"[label = "Assets\n-9.18%" fillcolor="#FFC7AD"]
    "LoansAndLeasesReceivable"[label = "Loans and \nLeases \nReceivable\n1.76%" fillcolor="#EEEEEE"]
    "remainder_Assets"[label = "Other Assets\n-6.78%" fillcolor="#FFC7AD"]
    "Goodwill"[label = "Goodwill\n2.07%" fillcolor="#EEEEEE"]
    "AssetsAndSecurities"[label = "Assets and \nSecurities\n-8.88%" fillcolor="#FFC7AD"]
    "Expenses"[label = "Expenses\n-20.9%" fillcolor="#ff7973"]
    "ITAndEquipmentExpense"[label = "IT and \nEquipment \nExpense\n-2.36%" fillcolor="#EEEEEE"]
    "LaborExpense"[label = "Labor Expense\n-12.0%" fillcolor="#FFC7AD"]
    "OtherNoninterestExpense"[label = "Other \nNoninterest \nExpense\n-2.01%" fillcolor="#EEEEEE"]
    "remainder_Expenses"[label = "Other Expenses\n-1.90%" fillcolor="#EEEEEE"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n4.87%" fillcolor="#BDE7BD"]
    "remainder_ComprehensiveNetIncome"[label = "Other Compr. \nNet Income\n6.29%" fillcolor="#BDE7BD"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n6.04%" fillcolor="#BDE7BD"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n16.0%" fillcolor="#75cf73"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n10.8%" fillcolor="#BDE7BD"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n9.84%" fillcolor="#BDE7BD"]
    "Deposits" -> "Liabilities" [label="9.73%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="13.9%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="1.65%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilitiesAndBorrowings" -> "Liabilities" [label="-8.96%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="12.4%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "CashDepositsAndCashEquivalents" -> "Assets" [label="2.42%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="-11.1%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="1.18%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LoansAndLeasesReceivable" -> "Assets" [label="1.76%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-6.78%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Goodwill" -> "Assets" [label="2.07%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "AssetsAndSecurities" -> "Assets" [label="-8.88%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Expenses" -> "ComprehensiveNetIncome" [label="-20.9%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "ITAndEquipmentExpense" -> "Expenses" [label="-2.36%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LaborExpense" -> "Expenses" [label="-12.0%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "OtherNoninterestExpense" -> "Expenses" [label="-2.01%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="-1.90%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="4.87%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "remainder_ComprehensiveNetIncome" -> "ComprehensiveNetIncome" [label="6.29%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="6.04%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "remainder_NetIncome" -> "ComprehensiveNetIncome" [label="16.0%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="10.8%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Assets" -> "Liabilities" [style = "invisible", arrowhead="none"]
    "Expenses" -> "remainder_ComprehensiveNetIncome" [style = "invisible", arrowhead="none"]
}