digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "Liabilities"[label = "Liabilities\n-8.24%" fillcolor="#FFC7AD"]
    "SeparateAccountsLiability"[label = "Separate \nAccount, \nLiability\n-30.2%" fillcolor="#ff7973"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n4.87%" fillcolor="#EEEEEE"]
    "SeparateAccountAssets"[label = "Separate \nAccount, \nAssets\n11.6%" fillcolor="#BDE7BD"]
    "Assets"[label = "Assets\n1.43%" fillcolor="#EEEEEE"]
    "remainder_Assets"[label = "Other Assets\n-6.39%" fillcolor="#FFC7AD"]
    "AvailableForSaleSecuritiesDebtSecurities"[label = "Debt \nSecurities, \nAvailable-for-\nsale\n-11.4%" fillcolor="#FFC7AD"]
    "MortgageLoansOnRealEstateCommercialAndConsumerNet"[label = "Mortgage \nLoans on Real \nEstate, Net\n-2.06%" fillcolor="#EEEEEE"]
    "remainder_Expenses"[label = "Other Expenses\n3.05%" fillcolor="#EEEEEE"]
    "Expenses"[label = "Expenses\n3.39%" fillcolor="#EEEEEE"]
    "PolicyholderBenefitsAndClaimsIncurredNet"[label = "Benefits\n3.08%" fillcolor="#EEEEEE"]
    "NetInvestmentIncome"[label = "Net \nInvestment \nIncome\n-0.736%" fillcolor="#EEEEEE"]
    "Revenues"[label = "Revenues\n-8.42%" fillcolor="#FFC7AD"]
    "PremiumsEarnedNet"[label = "Premiums \nEarned, Net\n-5.42%" fillcolor="#EEEEEE"]
    "remainder_Revenues"[label = "Other Revenues\n-2.87%" fillcolor="#EEEEEE"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-6.16%" fillcolor="#FFC7AD"]
    "NetIncome"[label = "Net Income\n-0.512%" fillcolor="#EEEEEE"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n-1.35%" fillcolor="#EEEEEE"]
    "remainder_ComprehensiveNetIncome"[label = "Other Compr. \nNet Income\n-0.842%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-8.89%" fillcolor="#FFC7AD"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-8.40%" fillcolor="#FFC7AD"]
    "Liabilities" -> "StockholdersEquity" [label="-7.38%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "SeparateAccountsLiability" -> "Liabilities" [label="-30.2%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="4.87%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "SeparateAccountAssets" -> "Assets" [label="11.6%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="1.45%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-6.39%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "AvailableForSaleSecuritiesDebtSecurities" -> "Assets" [label="-11.4%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "MortgageLoansOnRealEstateCommercialAndConsumerNet" -> "Assets" [label="-2.06%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="3.05%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "NetIncome" [label="3.39%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "PolicyholderBenefitsAndClaimsIncurredNet" -> "Expenses" [label="3.08%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "NetInvestmentIncome" -> "Revenues" [label="-0.736%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Revenues" -> "NetIncome" [label="-8.42%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "PremiumsEarnedNet" -> "Revenues" [label="-5.42%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="-2.87%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-6.16%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "NetIncome" -> "ComprehensiveNetIncome" [label="-0.512%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-1.35%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_ComprehensiveNetIncome" -> "ComprehensiveNetIncome" [label="-0.842%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-8.89%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "Liabilities" [style = "invisible", arrowhead="none"]
    "Revenues" -> "Expenses" [style = "invisible", arrowhead="none"]
}