digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "Securities"[label = "Securities\n-0.319%" fillcolor="#EEEEEE"]
    "Assets"[label = "Assets\n1.05%" fillcolor="#EEEEEE"]
    "Loans"[label = "Loans\n11.5%" fillcolor="#75cf73"]
    "remainder_Assets"[label = "Other Assets\n-7.34%" fillcolor="#ff7973"]
    "NotesReceivable"[label = "Notes \nReceivable\n-5.34%" fillcolor="#FFC7AD"]
    "CashAndCashEquivalents"[label = "Cash and Cash \nEquivalents\n1.12%" fillcolor="#EEEEEE"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n2.54%" fillcolor="#BDE7BD"]
    "Liabilities"[label = "Liabilities\n-3.09%" fillcolor="#FFC7AD"]
    "Deposits"[label = "Deposits\n-9.08%" fillcolor="#ff7973"]
    "Debt"[label = "Debt\n3.34%" fillcolor="#BDE7BD"]
    "SellingAndMarketingExpense"[label = "Selling and \nMarketing \nExpense\n0.627%" fillcolor="#EEEEEE"]
    "Expenses"[label = "Expenses\n3.99%" fillcolor="#BDE7BD"]
    "OperatingExpenses"[label = "Operating \nExpenses\n0.972%" fillcolor="#EEEEEE"]
    "LaborAndRelatedExpense"[label = "Labor and \nRelated \nExpense\n0.958%" fillcolor="#EEEEEE"]
    "GeneralAndAdministrativeExpense"[label = "General and \nAdministrative \nExpense\n0.635%" fillcolor="#EEEEEE"]
    "remainder_Revenues"[label = "Other Revenues\n-3.45%" fillcolor="#FFC7AD"]
    "Revenues"[label = "Revenues\n-3.45%" fillcolor="#FFC7AD"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-1.77%" fillcolor="#EEEEEE"]
    "NetIncome"[label = "Net Income\n-0.294%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-3.25%" fillcolor="#FFC7AD"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-3.69%" fillcolor="#FFC7AD"]
    "Securities" -> "Assets" [label="-0.319%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="1.12%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-0.0842%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Loans" -> "Assets" [label="11.5%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-7.34%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "NotesReceivable" -> "Assets" [label="-5.34%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "CashAndCashEquivalents" -> "Assets" [label="1.12%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="2.54%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="-2.77%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-0.230%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Deposits" -> "Liabilities" [label="-9.08%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "Debt" -> "Liabilities" [label="3.34%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "SellingAndMarketingExpense" -> "Expenses" [label="0.627%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "NetIncome" [label="3.99%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "OperatingExpenses" -> "Expenses" [label="0.972%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LaborAndRelatedExpense" -> "Expenses" [label="0.958%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "GeneralAndAdministrativeExpense" -> "Expenses" [label="0.635%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="-3.45%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Revenues" -> "NetIncome" [label="-3.45%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-1.77%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "NetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-0.294%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-3.25%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "Liabilities" [style = "invisible", arrowhead="none"]
    "Expenses" -> "Revenues" [style = "invisible", arrowhead="none"]
}