digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "remainder_Assets"[label = "Other Assets\n-5.73%" fillcolor="#EEEEEE"]
    "Assets"[label = "Assets\n-1.60%" fillcolor="#EEEEEE"]
    "CashAndCashEquivalents"[label = "Cash and Cash \nEquivalents\n-0.884%" fillcolor="#EEEEEE"]
    "NotesReceivable"[label = "Notes \nReceivable\n-2.26%" fillcolor="#EEEEEE"]
    "Loans"[label = "Loans\n6.57%" fillcolor="#EEEEEE"]
    "Securities"[label = "Securities\n-0.489%" fillcolor="#EEEEEE"]
    "Liabilities"[label = "Liabilities\n-0.512%" fillcolor="#EEEEEE"]
    "Deposits"[label = "Deposits\n10.0%" fillcolor="#EEEEEE"]
    "Debt"[label = "Debt\n4.52%" fillcolor="#EEEEEE"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n-51.0%" fillcolor="#ff7973"]
    "Expenses"[label = "Expenses\n-1.51%" fillcolor="#EEEEEE"]
    "remainder_Expenses"[label = "Other Expenses\n1.69%" fillcolor="#EEEEEE"]
    "OperatingExpenses"[label = "Operating \nExpenses\n-2.10%" fillcolor="#EEEEEE"]
    "LaborAndRelatedExpense"[label = "Labor and \nRelated \nExpense\n0.622%" fillcolor="#EEEEEE"]
    "InterestExpense"[label = "Interest \nExpense\n-1.78%" fillcolor="#EEEEEE"]
    "remainder_Revenues"[label = "Other Revenues\n3.54%" fillcolor="#EEEEEE"]
    "Revenues"[label = "Revenues\n3.54%" fillcolor="#EEEEEE"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-2.19%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-2.23%" fillcolor="#EEEEEE"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n-1.44%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-2.42%" fillcolor="#EEEEEE"]
    "remainder_Assets" -> "Assets" [label="-5.73%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="-1.75%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="0.115%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "CashAndCashEquivalents" -> "Assets" [label="-0.884%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "NotesReceivable" -> "Assets" [label="-2.26%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Loans" -> "Assets" [label="6.57%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Securities" -> "Assets" [label="-0.489%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="-0.478%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-0.0314%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Deposits" -> "Liabilities" [label="10.0%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Debt" -> "Liabilities" [label="4.52%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="-51.0%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "Expenses" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-1.51%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="1.69%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "OperatingExpenses" -> "Expenses" [label="-2.10%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LaborAndRelatedExpense" -> "Expenses" [label="0.622%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "InterestExpense" -> "Expenses" [label="-1.78%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="3.54%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Revenues" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="3.54%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-2.19%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-2.23%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_NetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-1.44%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "Liabilities" [style = "invisible", arrowhead="none"]
}