digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "FinancialSecurities"[label = "Financial \nSecurities\n-3.73%" fillcolor="#EEEEEE"]
    "Assets"[label = "Assets\n-25.8%" fillcolor="#FFC7AD"]
    "AssetsCurrent"[label = "Assets, \nCurrent\n-18.0%" fillcolor="#EEEEEE"]
    "Receivables"[label = "Receivables\n-2.38%" fillcolor="#EEEEEE"]
    "remainder_Assets"[label = "Other Assets\n-2.50%" fillcolor="#EEEEEE"]
    "GoodwillAndIntangibleAssets"[label = "Goodwill And \nIntangible \nAssets\n-3.51%" fillcolor="#EEEEEE"]
    "Payables"[label = "Payables\n3.09%" fillcolor="#EEEEEE"]
    "Liabilities"[label = "Liabilities\n-80.7%" fillcolor="#ff7973"]
    "LongTermLiabilities"[label = "Long-term \nLiabilities\n-111%" fillcolor="#ff7973"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n3.09%" fillcolor="#EEEEEE"]
    "SecuritiesRepurchaseAgreements"[label = "Securities \nRepurchase \nAgreements\n2.75%" fillcolor="#EEEEEE"]
    "Expenses"[label = "Expenses\n3.52%" fillcolor="#EEEEEE"]
    "LaborExpense"[label = "Labor Expense\n3.08%" fillcolor="#EEEEEE"]
    "remainder_Expenses"[label = "Other Expenses\n3.14%" fillcolor="#EEEEEE"]
    "remainder_Revenues"[label = "Other Revenues\n-5.86%" fillcolor="#EEEEEE"]
    "Revenues"[label = "Revenues\n-9.95%" fillcolor="#EEEEEE"]
    "BrokerageAndAdvisoryCommissions"[label = "Brokerage and \nAdvisory \nCommissions\n-2.37%" fillcolor="#EEEEEE"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-76.8%" fillcolor="#ff7973"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-89.8%" fillcolor="#ff7973"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n-4.91%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-92.4%" fillcolor="#ff7973"]
    "FinancialSecurities" -> "Assets" [label="-3.73%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="-30.8%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "AssetsCurrent" -> "Assets" [label="-18.0%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Receivables" -> "Assets" [label="-2.38%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-2.50%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "GoodwillAndIntangibleAssets" -> "Assets" [label="-3.51%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Payables" -> "Liabilities" [label="3.09%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="-53.3%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "LongTermLiabilities" -> "Liabilities" [label="-111%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="3.09%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "SecuritiesRepurchaseAgreements" -> "Liabilities" [label="2.75%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="3.52%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LaborExpense" -> "Expenses" [label="3.08%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="3.14%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="-5.86%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Revenues" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-9.95%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "BrokerageAndAdvisoryCommissions" -> "Revenues" [label="-2.37%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-76.8%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-89.8%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "remainder_NetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-4.91%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "Liabilities" [style = "invisible", arrowhead="none"]
}