digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "NotesReceivable"[label = "Notes \nReceivable\n-4.68%" fillcolor="#FFC7AD"]
    "Assets"[label = "Assets\n0.697%" fillcolor="#EEEEEE"]
    "remainder_Assets"[label = "Other Assets\n-6.97%" fillcolor="#FFC7AD"]
    "Loans"[label = "Loans\n11.2%" fillcolor="#75cf73"]
    "CashAndCashEquivalents"[label = "Cash and Cash \nEquivalents\n-1.24%" fillcolor="#EEEEEE"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n6.10%" fillcolor="#BDE7BD"]
    "Liabilities"[label = "Liabilities\n-3.47%" fillcolor="#EEEEEE"]
    "Deposits"[label = "Deposits\n-18.4%" fillcolor="#ff7973"]
    "Debt"[label = "Debt\n3.41%" fillcolor="#EEEEEE"]
    "Expenses"[label = "Expenses\n4.24%" fillcolor="#BDE7BD"]
    "GeneralAndAdministrativeExpense"[label = "General and \nAdministrative \nExpense\n0.487%" fillcolor="#EEEEEE"]
    "SellingAndMarketingExpense"[label = "Selling and \nMarketing \nExpense\n0.627%" fillcolor="#EEEEEE"]
    "OperatingExpenses"[label = "Operating \nExpenses\n1.12%" fillcolor="#EEEEEE"]
    "LaborAndRelatedExpense"[label = "Labor and \nRelated \nExpense\n0.796%" fillcolor="#EEEEEE"]
    "remainder_Expenses"[label = "Other Expenses\n0.430%" fillcolor="#EEEEEE"]
    "remainder_Revenues"[label = "Other Revenues\n-3.03%" fillcolor="#EEEEEE"]
    "Revenues"[label = "Revenues\n-3.03%" fillcolor="#EEEEEE"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-2.49%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-3.19%" fillcolor="#EEEEEE"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n-0.506%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-3.53%" fillcolor="#EEEEEE"]
    "NotesReceivable" -> "Assets" [label="-4.68%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="0.740%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-0.0486%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-6.97%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Loans" -> "Assets" [label="11.2%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "CashAndCashEquivalents" -> "Assets" [label="-1.24%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="6.10%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="-3.14%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-0.231%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Deposits" -> "Liabilities" [label="-18.4%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "Debt" -> "Liabilities" [label="3.41%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="4.24%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "GeneralAndAdministrativeExpense" -> "Expenses" [label="0.487%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "SellingAndMarketingExpense" -> "Expenses" [label="0.627%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "OperatingExpenses" -> "Expenses" [label="1.12%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LaborAndRelatedExpense" -> "Expenses" [label="0.796%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="0.430%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="-3.03%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Revenues" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-3.03%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-2.49%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-3.19%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_NetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-0.506%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "Liabilities" [style = "invisible", arrowhead="none"]
    "Assets" -> "Expenses" [style = "invisible", arrowhead="none"]
    "StockholdersEquity" -> "Expenses" [style = "invisible", arrowhead="none"]
}