digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "FinancialSecurities"[label = "Financial \nSecurities\n25.1%" fillcolor="#BDE7BD"]
    "Assets"[label = "Assets\n-25.0%" fillcolor="#FFC7AD"]
    "AssetsCurrent"[label = "Assets, \nCurrent\n-4.93%" fillcolor="#EEEEEE"]
    "Receivables"[label = "Receivables\n5.56%" fillcolor="#EEEEEE"]
    "remainder_Assets"[label = "Other Assets\n-43.8%" fillcolor="#FFC7AD"]
    "GoodwillAndIntangibleAssets"[label = "Goodwill And \nIntangible \nAssets\n-1.54%" fillcolor="#EEEEEE"]
    "Payables"[label = "Payables\n-16.3%" fillcolor="#FFC7AD"]
    "Liabilities"[label = "Liabilities\n-67.6%" fillcolor="#ff7973"]
    "LongTermLiabilities"[label = "Long-term \nLiabilities\n-9.95%" fillcolor="#EEEEEE"]
    "LiabilitiesCurrent"[label = "Liabilities, \nCurrent\n4.56%" fillcolor="#EEEEEE"]
    "SecuritiesRepurchaseAgreements"[label = "Securities \nRepurchase \nAgreements\n-39.6%" fillcolor="#FFC7AD"]
    "Expenses"[label = "Expenses\n3.63%" fillcolor="#EEEEEE"]
    "remainder_Expenses"[label = "Other Expenses\n2.55%" fillcolor="#EEEEEE"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-71.7%" fillcolor="#ff7973"]
    "remainder_Revenues"[label = "Other Revenues\n-1.92%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-77.8%" fillcolor="#ff7973"]
    "InterestIncome"[label = "Interest \nIncome\n1.67%" fillcolor="#EEEEEE"]
    "BrokerageAndAdvisoryCommissions"[label = "Brokerage and \nAdvisory \nCommissions\n-1.69%" fillcolor="#EEEEEE"]
    "TradingGainsAndLosses"[label = "Trading Gains \nand Losses\n2.64%" fillcolor="#EEEEEE"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n-3.68%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-81.7%" fillcolor="#ff7973"]
    "FinancialSecurities" -> "Assets" [label="25.1%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="-32.4%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="2.50%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "AssetsCurrent" -> "Assets" [label="-4.93%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Receivables" -> "Assets" [label="5.56%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-43.8%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "GoodwillAndIntangibleAssets" -> "Assets" [label="-1.54%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Payables" -> "Liabilities" [label="-16.3%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="-44.4%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-6.24%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LongTermLiabilities" -> "Liabilities" [label="-9.95%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilitiesCurrent" -> "Liabilities" [label="4.56%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "SecuritiesRepurchaseAgreements" -> "Liabilities" [label="-39.6%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Expenses" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="3.63%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="2.55%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-71.7%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "remainder_Revenues" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-1.92%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-77.8%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "InterestIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="1.67%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "BrokerageAndAdvisoryCommissions" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-1.69%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "TradingGainsAndLosses" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="2.64%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_NetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-3.68%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "Liabilities" [style = "invisible", arrowhead="none"]
}