digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "AssetsCurrent"[label = "Assets, \nCurrent\n-55.3%" fillcolor="#EEEEEE"]
    "Assets"[label = "Assets\n-98.2%" fillcolor="#EEEEEE"]
    "Receivables"[label = "Receivables\n8.05%" fillcolor="#EEEEEE"]
    "remainder_Assets"[label = "Other Assets\n-93.7%" fillcolor="#EEEEEE"]
    "GoodwillAndIntangibleAssets"[label = "Goodwill And \nIntangible \nAssets\n-16.4%" fillcolor="#EEEEEE"]
    "FinancialSecurities"[label = "Financial \nSecurities\n7.11%" fillcolor="#EEEEEE"]
    "Payables"[label = "Payables\n-18.5%" fillcolor="#EEEEEE"]
    "Liabilities"[label = "Liabilities\n9.25%" fillcolor="#EEEEEE"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n8.39%" fillcolor="#EEEEEE"]
    "SecuritiesRepurchaseAgreements"[label = "Securities \nRepurchase \nAgreements\n-17.5%" fillcolor="#EEEEEE"]
    "LiabilitiesCurrent"[label = "Liabilities, \nCurrent\n7.40%" fillcolor="#EEEEEE"]
    "LaborExpense"[label = "Labor Expense\n7.34%" fillcolor="#EEEEEE"]
    "Expenses"[label = "Expenses\n-349%" fillcolor="#FFC7AD"]
    "remainder_Expenses"[label = "Other Expenses\n-384%" fillcolor="#ff7973"]
    "Revenues"[label = "Revenues\n53.4%" fillcolor="#EEEEEE"]
    "BrokerageAndAdvisoryCommissions"[label = "Brokerage and \nAdvisory \nCommissions\n-12.8%" fillcolor="#EEEEEE"]
    "remainder_Revenues"[label = "Other Revenues\n53.4%" fillcolor="#EEEEEE"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-545%" fillcolor="#ff7973"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-84.3%" fillcolor="#EEEEEE"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n-29.3%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-86.8%" fillcolor="#EEEEEE"]
    "AssetsCurrent" -> "Assets" [label="-55.3%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="-586%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="5.13%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Receivables" -> "Assets" [label="8.05%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-93.7%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "GoodwillAndIntangibleAssets" -> "Assets" [label="-16.4%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "FinancialSecurities" -> "Assets" [label="7.11%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Payables" -> "Liabilities" [label="-18.5%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="10.6%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="1.23%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="8.39%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "SecuritiesRepurchaseAgreements" -> "Liabilities" [label="-17.5%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilitiesCurrent" -> "Liabilities" [label="7.40%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LaborExpense" -> "Expenses" [label="7.34%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-349%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="-384%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "Revenues" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="53.4%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "BrokerageAndAdvisoryCommissions" -> "Revenues" [label="-12.8%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="53.4%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-545%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-84.3%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_NetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-29.3%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "Liabilities" [style = "invisible", arrowhead="none"]
}