digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "NotesReceivable"[label = "Notes \nReceivable\n-1.32%" fillcolor="#EEEEEE"]
    "Assets"[label = "Assets\n-1.31%" fillcolor="#EEEEEE"]
    "Securities"[label = "Securities\n-0.570%" fillcolor="#EEEEEE"]
    "CashAndCashEquivalents"[label = "Cash and Cash \nEquivalents\n-1.00%" fillcolor="#EEEEEE"]
    "remainder_Assets"[label = "Other Assets\n-5.19%" fillcolor="#EEEEEE"]
    "Loans"[label = "Loans\n6.93%" fillcolor="#EEEEEE"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n-50.4%" fillcolor="#ff7973"]
    "Liabilities"[label = "Liabilities\n-0.958%" fillcolor="#EEEEEE"]
    "Debt"[label = "Debt\n3.31%" fillcolor="#EEEEEE"]
    "Deposits"[label = "Deposits\n10.6%" fillcolor="#BDE7BD"]
    "remainder_Revenues"[label = "Other Revenues\n2.55%" fillcolor="#EEEEEE"]
    "Revenues"[label = "Revenues\n2.55%" fillcolor="#EEEEEE"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-2.28%" fillcolor="#EEEEEE"]
    "NetIncome"[label = "Net Income\n1.45%" fillcolor="#EEEEEE"]
    "SellingAndMarketingExpense"[label = "Selling and \nMarketing \nExpense\n0.532%" fillcolor="#EEEEEE"]
    "LaborAndRelatedExpense"[label = "Labor and \nRelated \nExpense\n0.597%" fillcolor="#EEEEEE"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n-0.952%" fillcolor="#EEEEEE"]
    "InterestExpense"[label = "Interest \nExpense\n-1.69%" fillcolor="#EEEEEE"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n1.76%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-0.755%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-1.46%" fillcolor="#EEEEEE"]
    "NotesReceivable" -> "Assets" [label="-1.32%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="-1.45%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="0.112%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Securities" -> "Assets" [label="-0.570%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "CashAndCashEquivalents" -> "Assets" [label="-1.00%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-5.19%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Loans" -> "Assets" [label="6.93%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="-50.4%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="-0.881%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-0.0695%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Debt" -> "Liabilities" [label="3.31%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Deposits" -> "Liabilities" [label="10.6%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="2.55%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Revenues" -> "NetIncome" [label="2.55%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-2.28%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "NetIncome" -> "ComprehensiveNetIncome" [label="1.45%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "SellingAndMarketingExpense" -> "NetIncome" [label="0.532%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LaborAndRelatedExpense" -> "NetIncome" [label="0.597%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_NetIncome" -> "NetIncome" [label="-0.952%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "InterestExpense" -> "NetIncome" [label="-1.69%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="1.76%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-0.755%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "Liabilities" [style = "invisible", arrowhead="none"]
}