digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "Liabilities"[label = "Liabilities\n-7.89%" fillcolor="#FFC7AD"]
    "SeparateAccountsLiability"[label = "Separate \nAccount, \nLiability\n-29.3%" fillcolor="#ff7973"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n4.41%" fillcolor="#EEEEEE"]
    "remainder_Assets"[label = "Other Assets\n-5.32%" fillcolor="#EEEEEE"]
    "Assets"[label = "Assets\n1.21%" fillcolor="#EEEEEE"]
    "AvailableForSaleSecuritiesDebtSecurities"[label = "Debt \nSecurities, \nAvailable-for-\nsale\n-12.9%" fillcolor="#FFC7AD"]
    "MortgageLoansOnRealEstateCommercialAndConsumerNet"[label = "Mortgage \nLoans on Real \nEstate, Net\n-2.17%" fillcolor="#EEEEEE"]
    "SeparateAccountAssets"[label = "Separate \nAccount, \nAssets\n11.8%" fillcolor="#BDE7BD"]
    "remainder_Expenses"[label = "Other Expenses\n2.52%" fillcolor="#EEEEEE"]
    "Expenses"[label = "Expenses\n2.92%" fillcolor="#EEEEEE"]
    "PolicyholderBenefitsAndClaimsIncurredNet"[label = "Benefits\n2.63%" fillcolor="#EEEEEE"]
    "PremiumsEarnedNet"[label = "Premiums \nEarned, Net\n-5.88%" fillcolor="#FFC7AD"]
    "Revenues"[label = "Revenues\n-7.59%" fillcolor="#FFC7AD"]
    "NetInvestmentIncome"[label = "Net \nInvestment \nIncome\n-0.582%" fillcolor="#EEEEEE"]
    "remainder_Revenues"[label = "Other Revenues\n-1.56%" fillcolor="#EEEEEE"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-6.09%" fillcolor="#FFC7AD"]
    "NetIncome"[label = "Net Income\n0.494%" fillcolor="#EEEEEE"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n-0.301%" fillcolor="#EEEEEE"]
    "remainder_ComprehensiveNetIncome"[label = "Other Compr. \nNet Income\n-0.787%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-7.71%" fillcolor="#FFC7AD"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-7.29%" fillcolor="#FFC7AD"]
    "Liabilities" -> "StockholdersEquity" [label="-7.13%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "SeparateAccountsLiability" -> "Liabilities" [label="-29.3%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="4.41%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-5.32%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="1.22%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "AvailableForSaleSecuritiesDebtSecurities" -> "Assets" [label="-12.9%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "MortgageLoansOnRealEstateCommercialAndConsumerNet" -> "Assets" [label="-2.17%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "SeparateAccountAssets" -> "Assets" [label="11.8%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="2.52%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "NetIncome" [label="2.92%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "PolicyholderBenefitsAndClaimsIncurredNet" -> "Expenses" [label="2.63%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "PremiumsEarnedNet" -> "Revenues" [label="-5.88%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Revenues" -> "NetIncome" [label="-7.59%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "NetInvestmentIncome" -> "Revenues" [label="-0.582%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="-1.56%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-6.09%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "NetIncome" -> "ComprehensiveNetIncome" [label="0.494%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-0.301%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_ComprehensiveNetIncome" -> "ComprehensiveNetIncome" [label="-0.787%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-7.71%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "Liabilities" [style = "invisible", arrowhead="none"]
    "Revenues" -> "Expenses" [style = "invisible", arrowhead="none"]
}