digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "CashAndCashEquivalents"[label = "Cash and Cash \nEquivalents\n0.636%" fillcolor="#EEEEEE"]
    "Assets"[label = "Assets\n1.83%" fillcolor="#EEEEEE"]
    "remainder_Assets"[label = "Other Assets\n-5.60%" fillcolor="#FFC7AD"]
    "NotesReceivable"[label = "Notes \nReceivable\n-1.38%" fillcolor="#EEEEEE"]
    "Loans"[label = "Loans\n7.01%" fillcolor="#BDE7BD"]
    "Liabilities"[label = "Liabilities\n-3.27%" fillcolor="#FFC7AD"]
    "Deposits"[label = "Deposits\n-14.3%" fillcolor="#ff7973"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n5.88%" fillcolor="#BDE7BD"]
    "Debt"[label = "Debt\n3.74%" fillcolor="#BDE7BD"]
    "Expenses"[label = "Expenses\n5.79%" fillcolor="#BDE7BD"]
    "SellingAndMarketingExpense"[label = "Selling and \nMarketing \nExpense\n0.999%" fillcolor="#EEEEEE"]
    "GeneralAndAdministrativeExpense"[label = "General and \nAdministrative \nExpense\n1.11%" fillcolor="#EEEEEE"]
    "remainder_Expenses"[label = "Other Expenses\n-0.871%" fillcolor="#EEEEEE"]
    "OperatingExpenses"[label = "Operating \nExpenses\n3.08%" fillcolor="#BDE7BD"]
    "remainder_Revenues"[label = "Other Revenues\n-3.64%" fillcolor="#FFC7AD"]
    "Revenues"[label = "Revenues\n-3.64%" fillcolor="#FFC7AD"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-1.28%" fillcolor="#EEEEEE"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n-0.898%" fillcolor="#EEEEEE"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n0.665%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-1.41%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-2.67%" fillcolor="#EEEEEE"]
    "CashAndCashEquivalents" -> "Assets" [label="0.636%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="1.92%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-0.125%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-5.60%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "NotesReceivable" -> "Assets" [label="-1.38%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Loans" -> "Assets" [label="7.01%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="-2.96%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-0.218%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Deposits" -> "Liabilities" [label="-14.3%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="5.88%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Debt" -> "Liabilities" [label="3.74%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Expenses" -> "ComprehensiveNetIncome" [label="5.79%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "SellingAndMarketingExpense" -> "Expenses" [label="0.999%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "GeneralAndAdministrativeExpense" -> "Expenses" [label="1.11%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="-0.871%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "OperatingExpenses" -> "Expenses" [label="3.08%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="-3.64%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Revenues" -> "ComprehensiveNetIncome" [label="-3.64%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-1.28%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_NetIncome" -> "ComprehensiveNetIncome" [label="-0.898%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="0.665%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-1.41%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "Liabilities" [style = "invisible", arrowhead="none"]
    "Expenses" -> "Revenues" [style = "invisible", arrowhead="none"]
}