digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "Deposits"[label = "Deposits\n-1.59%" fillcolor="#EEEEEE"]
    "Liabilities"[label = "Liabilities\n0.501%" fillcolor="#EEEEEE"]
    "LiabilitiesAndBorrowings"[label = "Liabilities \nand Borrowings\n-17.0%" fillcolor="#ff7973"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n0.667%" fillcolor="#EEEEEE"]
    "CashDepositsAndCashEquivalents"[label = "Cash Deposits \nand Cash \nEquivalents\n-0.626%" fillcolor="#EEEEEE"]
    "Assets"[label = "Assets\n-1.59%" fillcolor="#EEEEEE"]
    "PropertyPlantAndEquipment"[label = "Property, \nPlant and \nEquipment\n0.507%" fillcolor="#EEEEEE"]
    "LoansAndLeasesReceivable"[label = "Loans and \nLeases \nReceivable\n-9.41%" fillcolor="#FFC7AD"]
    "remainder_Assets"[label = "Other Assets\n-1.85%" fillcolor="#EEEEEE"]
    "Goodwill"[label = "Goodwill\n-0.376%" fillcolor="#EEEEEE"]
    "AssetsAndSecurities"[label = "Assets and \nSecurities\n0.667%" fillcolor="#EEEEEE"]
    "Expenses"[label = "Expenses\n-0.592%" fillcolor="#EEEEEE"]
    "LaborExpense"[label = "Labor Expense\n-0.572%" fillcolor="#EEEEEE"]
    "OtherNoninterestExpense"[label = "Other \nNoninterest \nExpense\n-0.373%" fillcolor="#EEEEEE"]
    "remainder_Revenues"[label = "Other Revenues\n-0.335%" fillcolor="#EEEEEE"]
    "Revenues"[label = "Revenues\n-0.335%" fillcolor="#EEEEEE"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-0.929%" fillcolor="#EEEEEE"]
    "remainder_ComprehensiveNetIncome"[label = "Other Compr. \nNet Income\n-3.61%" fillcolor="#FFC7AD"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n-4.06%" fillcolor="#FFC7AD"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n0.451%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-6.06%" fillcolor="#FFC7AD"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-7.07%" fillcolor="#FFC7AD"]
    "Deposits" -> "Liabilities" [label="-1.59%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="0.518%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-0.0323%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilitiesAndBorrowings" -> "Liabilities" [label="-17.0%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="0.667%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "CashDepositsAndCashEquivalents" -> "Assets" [label="-0.626%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="-1.59%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "PropertyPlantAndEquipment" -> "Assets" [label="0.507%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LoansAndLeasesReceivable" -> "Assets" [label="-9.41%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-1.85%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Goodwill" -> "Assets" [label="-0.376%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "AssetsAndSecurities" -> "Assets" [label="0.667%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "ComprehensiveNetIncome" [label="-0.592%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LaborExpense" -> "Expenses" [label="-0.572%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "OtherNoninterestExpense" -> "Expenses" [label="-0.373%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="-0.335%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Revenues" -> "ComprehensiveNetIncome" [label="-0.335%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-0.929%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_ComprehensiveNetIncome" -> "ComprehensiveNetIncome" [label="-3.61%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-4.06%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_NetIncome" -> "ComprehensiveNetIncome" [label="0.451%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-6.06%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "Liabilities" [style = "invisible", arrowhead="none"]
    "Expenses" -> "Revenues" [style = "invisible", arrowhead="none"]
}