digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "Liabilities"[label = "Liabilities\n-5.20%" fillcolor="#FFC7AD"]
    "SeparateAccountsLiability"[label = "Separate \nAccount, \nLiability\n-10.7%" fillcolor="#ff7973"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n2.73%" fillcolor="#BDE7BD"]
    "SeparateAccountAssets"[label = "Separate \nAccount, \nAssets\n3.49%" fillcolor="#BDE7BD"]
    "Assets"[label = "Assets\n-0.423%" fillcolor="#EEEEEE"]
    "MortgageLoansOnRealEstateCommercialAndConsumerNet"[label = "Mortgage \nLoans on Real \nEstate, Net\n-2.43%" fillcolor="#FFC7AD"]
    "remainder_Assets"[label = "Other Assets\n-10.1%" fillcolor="#ff7973"]
    "AvailableForSaleSecuritiesDebtSecurities"[label = "Debt \nSecurities, \nAvailable-for-\nsale\n2.73%" fillcolor="#BDE7BD"]
    "PolicyholderBenefitsAndClaimsIncurredNet"[label = "Benefits\n0.709%" fillcolor="#EEEEEE"]
    "Expenses"[label = "Expenses\n2.69%" fillcolor="#BDE7BD"]
    "remainder_Expenses"[label = "Other Expenses\n2.67%" fillcolor="#BDE7BD"]
    "InsuranceCommissionsAndFees"[label = "Insurance \nCommissions \nand Fees\n0.137%" fillcolor="#EEEEEE"]
    "Revenues"[label = "Revenues\n-4.00%" fillcolor="#FFC7AD"]
    "PremiumsEarnedNet"[label = "Premiums \nEarned, Net\n-2.45%" fillcolor="#FFC7AD"]
    "NetInvestmentIncome"[label = "Net \nInvestment \nIncome\n-0.480%" fillcolor="#EEEEEE"]
    "remainder_Revenues"[label = "Other Revenues\n-1.30%" fillcolor="#EEEEEE"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-5.21%" fillcolor="#FFC7AD"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n0.869%" fillcolor="#EEEEEE"]
    "remainder_ComprehensiveNetIncome"[label = "Other Compr. \nNet Income\n0.777%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-5.27%" fillcolor="#FFC7AD"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-4.78%" fillcolor="#FFC7AD"]
    "Liabilities" -> "StockholdersEquity" [label="-4.81%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "SeparateAccountsLiability" -> "Liabilities" [label="-10.7%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="2.73%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "SeparateAccountAssets" -> "Assets" [label="3.49%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="-0.437%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "MortgageLoansOnRealEstateCommercialAndConsumerNet" -> "Assets" [label="-2.43%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-10.1%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "AvailableForSaleSecuritiesDebtSecurities" -> "Assets" [label="2.73%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "PolicyholderBenefitsAndClaimsIncurredNet" -> "Expenses" [label="0.709%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "ComprehensiveNetIncome" [label="2.69%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="2.67%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "InsuranceCommissionsAndFees" -> "Revenues" [label="0.137%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Revenues" -> "ComprehensiveNetIncome" [label="-4.00%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "PremiumsEarnedNet" -> "Revenues" [label="-2.45%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "NetInvestmentIncome" -> "Revenues" [label="-0.480%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Revenues" -> "Revenues" [label="-1.30%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-5.21%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="0.869%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_ComprehensiveNetIncome" -> "ComprehensiveNetIncome" [label="0.777%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-5.27%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "Liabilities" [style = "invisible", arrowhead="none"]
    "Revenues" -> "Expenses" [style = "invisible", arrowhead="none"]
}