digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "FinancialSecurities"[label = "Financial \nSecurities\n7.27%" fillcolor="#EEEEEE"]
    "Assets"[label = "Assets\n-100%" fillcolor="#EEEEEE"]
    "AssetsCurrent"[label = "Assets, \nCurrent\n-56.5%" fillcolor="#EEEEEE"]
    "Receivables"[label = "Receivables\n8.23%" fillcolor="#EEEEEE"]
    "remainder_Assets"[label = "Other Assets\n-95.9%" fillcolor="#EEEEEE"]
    "GoodwillAndIntangibleAssets"[label = "Goodwill And \nIntangible \nAssets\n-16.8%" fillcolor="#EEEEEE"]
    "Payables"[label = "Payables\n-18.9%" fillcolor="#EEEEEE"]
    "Liabilities"[label = "Liabilities\n9.45%" fillcolor="#EEEEEE"]
    "LiabilitiesCurrent"[label = "Liabilities, \nCurrent\n7.56%" fillcolor="#EEEEEE"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n8.57%" fillcolor="#EEEEEE"]
    "SecuritiesRepurchaseAgreements"[label = "Securities \nRepurchase \nAgreements\n-17.9%" fillcolor="#EEEEEE"]
    "Expenses"[label = "Expenses\n-347%" fillcolor="#FFC7AD"]
    "LaborExpense"[label = "Labor Expense\n7.45%" fillcolor="#EEEEEE"]
    "remainder_Expenses"[label = "Other Expenses\n-383%" fillcolor="#ff7973"]
    "remainder_Revenues"[label = "Other Revenues\n54.7%" fillcolor="#EEEEEE"]
    "Revenues"[label = "Revenues\n54.7%" fillcolor="#EEEEEE"]
    "BrokerageAndAdvisoryCommissions"[label = "Brokerage and \nAdvisory \nCommissions\n-12.8%" fillcolor="#EEEEEE"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-557%" fillcolor="#ff7973"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-86.1%" fillcolor="#EEEEEE"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n-29.4%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-88.7%" fillcolor="#EEEEEE"]
    "FinancialSecurities" -> "Assets" [label="7.27%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="-599%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="5.24%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "AssetsCurrent" -> "Assets" [label="-56.5%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Receivables" -> "Assets" [label="8.23%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-95.9%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "GoodwillAndIntangibleAssets" -> "Assets" [label="-16.8%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Payables" -> "Liabilities" [label="-18.9%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="10.8%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="1.26%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilitiesCurrent" -> "Liabilities" [label="7.56%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="8.57%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "SecuritiesRepurchaseAgreements" -> "Liabilities" [label="-17.9%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-347%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "LaborExpense" -> "Expenses" [label="7.45%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="-383%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="54.7%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Revenues" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="54.7%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "BrokerageAndAdvisoryCommissions" -> "Revenues" [label="-12.8%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-557%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-86.1%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_NetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-29.4%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "Liabilities" [style = "invisible", arrowhead="none"]
}