digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "Liabilities"[label = "Liabilities\n1.20%" fillcolor="#EEEEEE"]
    "Deposits"[label = "Deposits\n-4.01%" fillcolor="#FFC7AD"]
    "LiabilitiesAndBorrowings"[label = "Liabilities \nand Borrowings\n-17.3%" fillcolor="#ff7973"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n8.96%" fillcolor="#BDE7BD"]
    "AssetsAndSecurities"[label = "Assets and \nSecurities\n5.96%" fillcolor="#BDE7BD"]
    "Assets"[label = "Assets\n-3.28%" fillcolor="#EEEEEE"]
    "LoansAndLeasesReceivable"[label = "Loans and \nLeases \nReceivable\n-1.71%" fillcolor="#EEEEEE"]
    "remainder_Assets"[label = "Other Assets\n-3.75%" fillcolor="#FFC7AD"]
    "PropertyPlantAndEquipment"[label = "Property, \nPlant and \nEquipment\n0.906%" fillcolor="#EEEEEE"]
    "CashDepositsAndCashEquivalents"[label = "Cash Deposits \nand Cash \nEquivalents\n-5.19%" fillcolor="#FFC7AD"]
    "remainder_Expenses"[label = "Other Expenses\n-0.825%" fillcolor="#EEEEEE"]
    "Expenses"[label = "Expenses\n-3.98%" fillcolor="#FFC7AD"]
    "LaborExpense"[label = "Labor Expense\n-1.76%" fillcolor="#EEEEEE"]
    "remainder_Revenues"[label = "Other Revenues\n-0.794%" fillcolor="#EEEEEE"]
    "Revenues"[label = "Revenues\n-0.794%" fillcolor="#EEEEEE"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-2.27%" fillcolor="#EEEEEE"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n2.55%" fillcolor="#EEEEEE"]
    "NetIncome"[label = "Net Income\n-1.73%" fillcolor="#EEEEEE"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n-1.48%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-3.44%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-3.56%" fillcolor="#FFC7AD"]
    "Liabilities" -> "StockholdersEquity" [label="1.15%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="0.0681%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Deposits" -> "Liabilities" [label="-4.01%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "LiabilitiesAndBorrowings" -> "Liabilities" [label="-17.3%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="8.96%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "AssetsAndSecurities" -> "Assets" [label="5.96%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="-3.58%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="0.188%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LoansAndLeasesReceivable" -> "Assets" [label="-1.71%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-3.75%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "PropertyPlantAndEquipment" -> "Assets" [label="0.906%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "CashDepositsAndCashEquivalents" -> "Assets" [label="-5.19%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="-0.825%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "NetIncome" [label="-3.98%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "LaborExpense" -> "Expenses" [label="-1.76%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="-0.794%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Revenues" -> "NetIncome" [label="-0.794%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-2.27%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_NetIncome" -> "NetIncome" [label="2.55%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "NetIncome" -> "ComprehensiveNetIncome" [label="-1.73%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-1.48%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-3.44%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "Liabilities" [style = "invisible", arrowhead="none"]
    "Expenses" -> "Revenues" [style = "invisible", arrowhead="none"]
}