digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "LongTermDebt"[label = "Long-term Debt\n0.671%" fillcolor="#EEEEEE"]
    "Liabilities"[label = "Liabilities\n-0.323%" fillcolor="#EEEEEE"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n-20.7%" fillcolor="#ff7973"]
    "LiabilitiesAndBorrowings"[label = "Liabilities \nand Borrowings\n13.3%" fillcolor="#75cf73"]
    "Deposits"[label = "Deposits\n-9.93%" fillcolor="#FFC7AD"]
    "remainder_Assets"[label = "Other Assets\n9.99%" fillcolor="#BDE7BD"]
    "Assets"[label = "Assets\n1.76%" fillcolor="#EEEEEE"]
    "Goodwill"[label = "Goodwill\n1.17%" fillcolor="#EEEEEE"]
    "AssetsAndSecurities"[label = "Assets and \nSecurities\n-4.27%" fillcolor="#FFC7AD"]
    "LoansAndLeasesReceivable"[label = "Loans and \nLeases \nReceivable\n-4.64%" fillcolor="#FFC7AD"]
    "CashDepositsAndCashEquivalents"[label = "Cash Deposits \nand Cash \nEquivalents\n-0.648%" fillcolor="#EEEEEE"]
    "PropertyPlantAndEquipment"[label = "Property, \nPlant and \nEquipment\n-0.705%" fillcolor="#EEEEEE"]
    "Expenses"[label = "Expenses\n1.25%" fillcolor="#EEEEEE"]
    "remainder_Expenses"[label = "Other Expenses\n1.16%" fillcolor="#EEEEEE"]
    "remainder_Revenues"[label = "Other Revenues\n-0.640%" fillcolor="#EEEEEE"]
    "Revenues"[label = "Revenues\n-0.640%" fillcolor="#EEEEEE"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n1.61%" fillcolor="#EEEEEE"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n-0.358%" fillcolor="#EEEEEE"]
    "NetIncome"[label = "Net Income\n0.263%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n1.05%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n0.793%" fillcolor="#EEEEEE"]
    "LongTermDebt" -> "Liabilities" [label="0.671%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="-0.297%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-0.0258%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="-20.7%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "LiabilitiesAndBorrowings" -> "Liabilities" [label="13.3%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "Deposits" -> "Liabilities" [label="-9.93%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="9.99%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="1.91%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-0.169%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Goodwill" -> "Assets" [label="1.17%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "AssetsAndSecurities" -> "Assets" [label="-4.27%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "LoansAndLeasesReceivable" -> "Assets" [label="-4.64%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "CashDepositsAndCashEquivalents" -> "Assets" [label="-0.648%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "PropertyPlantAndEquipment" -> "Assets" [label="-0.705%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "NetIncome" [label="1.25%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="1.16%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="-0.640%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Revenues" -> "NetIncome" [label="-0.640%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="1.61%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_NetIncome" -> "NetIncome" [label="-0.358%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "NetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="0.263%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="1.05%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "Liabilities" [style = "invisible", arrowhead="none"]
    "Expenses" -> "Revenues" [style = "invisible", arrowhead="none"]
}