digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "remainder_Assets"[label = "Other Assets\n-3.88%" fillcolor="#FFC7AD"]
    "Assets"[label = "Assets\n1.01%" fillcolor="#EEEEEE"]
    "CashAndCashEquivalents"[label = "Cash and Cash \nEquivalents\n-0.603%" fillcolor="#EEEEEE"]
    "NotesReceivable"[label = "Notes \nReceivable\n-2.07%" fillcolor="#FFC7AD"]
    "Loans"[label = "Loans\n6.88%" fillcolor="#75cf73"]
    "Securities"[label = "Securities\n-0.449%" fillcolor="#EEEEEE"]
    "Liabilities"[label = "Liabilities\n-2.41%" fillcolor="#FFC7AD"]
    "Deposits"[label = "Deposits\n-6.11%" fillcolor="#ff7973"]
    "Debt"[label = "Debt\n4.15%" fillcolor="#75cf73"]
    "GeneralAndAdministrativeExpense"[label = "General and \nAdministrative \nExpense\n0.359%" fillcolor="#EEEEEE"]
    "Expenses"[label = "Expenses\n3.30%" fillcolor="#BDE7BD"]
    "remainder_Expenses"[label = "Other Expenses\n0.521%" fillcolor="#EEEEEE"]
    "OperatingExpenses"[label = "Operating \nExpenses\n0.603%" fillcolor="#EEEEEE"]
    "SellingAndMarketingExpense"[label = "Selling and \nMarketing \nExpense\n0.686%" fillcolor="#EEEEEE"]
    "LaborAndRelatedExpense"[label = "Labor and \nRelated \nExpense\n0.569%" fillcolor="#EEEEEE"]
    "remainder_Revenues"[label = "Other Revenues\n-2.32%" fillcolor="#FFC7AD"]
    "Revenues"[label = "Revenues\n-2.32%" fillcolor="#FFC7AD"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-1.21%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-1.69%" fillcolor="#FFC7AD"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n-0.577%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-1.88%" fillcolor="#FFC7AD"]
    "remainder_Assets" -> "Assets" [label="-3.88%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="1.08%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-0.0761%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "CashAndCashEquivalents" -> "Assets" [label="-0.603%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "NotesReceivable" -> "Assets" [label="-2.07%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Loans" -> "Assets" [label="6.88%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "Securities" -> "Assets" [label="-0.449%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="-2.19%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-0.168%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Deposits" -> "Liabilities" [label="-6.11%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "Debt" -> "Liabilities" [label="4.15%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "GeneralAndAdministrativeExpense" -> "Expenses" [label="0.359%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="3.30%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="0.521%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "OperatingExpenses" -> "Expenses" [label="0.603%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "SellingAndMarketingExpense" -> "Expenses" [label="0.686%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LaborAndRelatedExpense" -> "Expenses" [label="0.569%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="-2.32%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Revenues" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-2.32%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-1.21%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-1.69%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_NetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-0.577%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "Liabilities" [style = "invisible", arrowhead="none"]
    "Assets" -> "Expenses" [style = "invisible", arrowhead="none"]
    "Assets" -> "StockholdersEquity" [style = "invisible", arrowhead="none"]
    "Assets" -> "Revenues" [style = "invisible", arrowhead="none"]
}