digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "remainder_Assets"[label = "Other Assets\n-7.80%" fillcolor="#ff7973"]
    "Assets"[label = "Assets\n-0.965%" fillcolor="#EEEEEE"]
    "NotesReceivable"[label = "Notes \nReceivable\n-1.30%" fillcolor="#EEEEEE"]
    "Securities"[label = "Securities\n-0.525%" fillcolor="#EEEEEE"]
    "CashAndCashEquivalents"[label = "Cash and Cash \nEquivalents\n0.584%" fillcolor="#EEEEEE"]
    "Loans"[label = "Loans\n5.87%" fillcolor="#BDE7BD"]
    "Liabilities"[label = "Liabilities\n-3.10%" fillcolor="#FFC7AD"]
    "Deposits"[label = "Deposits\n-11.0%" fillcolor="#ff7973"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n4.53%" fillcolor="#BDE7BD"]
    "Expenses"[label = "Expenses\n2.14%" fillcolor="#EEEEEE"]
    "LaborAndRelatedExpense"[label = "Labor and \nRelated \nExpense\n-0.509%" fillcolor="#EEEEEE"]
    "remainder_Expenses"[label = "Other Expenses\n0.634%" fillcolor="#EEEEEE"]
    "SellingAndMarketingExpense"[label = "Selling and \nMarketing \nExpense\n0.591%" fillcolor="#EEEEEE"]
    "OperatingExpenses"[label = "Operating \nExpenses\n1.39%" fillcolor="#EEEEEE"]
    "remainder_Revenues"[label = "Other Revenues\n-2.52%" fillcolor="#FFC7AD"]
    "Revenues"[label = "Revenues\n-2.52%" fillcolor="#FFC7AD"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-3.77%" fillcolor="#FFC7AD"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n0.298%" fillcolor="#EEEEEE"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n0.908%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-3.96%" fillcolor="#FFC7AD"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-4.23%" fillcolor="#FFC7AD"]
    "remainder_Assets" -> "Assets" [label="-7.80%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="-1.02%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "NotesReceivable" -> "Assets" [label="-1.30%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Securities" -> "Assets" [label="-0.525%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "CashAndCashEquivalents" -> "Assets" [label="0.584%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Loans" -> "Assets" [label="5.87%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="-2.87%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Deposits" -> "Liabilities" [label="-11.0%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="4.53%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Expenses" -> "ComprehensiveNetIncome" [label="2.14%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LaborAndRelatedExpense" -> "Expenses" [label="-0.509%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="0.634%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "SellingAndMarketingExpense" -> "Expenses" [label="0.591%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "OperatingExpenses" -> "Expenses" [label="1.39%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="-2.52%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Revenues" -> "ComprehensiveNetIncome" [label="-2.52%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-3.77%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="0.298%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_NetIncome" -> "ComprehensiveNetIncome" [label="0.908%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-3.96%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "Liabilities" [style = "invisible", arrowhead="none"]
    "Expenses" -> "Revenues" [style = "invisible", arrowhead="none"]
}