digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "Liabilities"[label = "Liabilities\n-2.98%" fillcolor="#EEEEEE"]
    "LiabilityForClaimsAndClaimsAdjustmentExpense"[label = "Liability For \nClaims And \nClaims \nAdjustment \nExpense\n-22.0%" fillcolor="#FFC7AD"]
    "OtherAssets"[label = "Other Assets\n-4.19%" fillcolor="#EEEEEE"]
    "Assets"[label = "Assets\n-1.67%" fillcolor="#EEEEEE"]
    "remainder_Assets"[label = "Other Assets\n-9.93%" fillcolor="#FFC7AD"]
    "CashAndCashEquivalentsAtCarryingValue"[label = "Cash And Cash \nEquivalents \nAt Carrying \nValue\n-2.74%" fillcolor="#EEEEEE"]
    "Investments"[label = "Investments\n6.99%" fillcolor="#EEEEEE"]
    "DeferredPolicyAcquisitionCostAmortizationExpense"[label = "Deferred \nPolicy \nAcquisition \nCost \nAmortization \nExpense\n-3.68%" fillcolor="#EEEEEE"]
    "Expenses"[label = "Expenses\n2.72%" fillcolor="#EEEEEE"]
    "CostsAndExpenses"[label = "Costs And \nExpenses\n3.10%" fillcolor="#EEEEEE"]
    "PolicyholderBenefitsAndClaimsIncurredNet"[label = "Policyholder \nBenefits And \nClaims \nIncurred Net\n-41.7%" fillcolor="#ff7973"]
    "remainder_Expenses"[label = "Other Expenses\n10.7%" fillcolor="#BDE7BD"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-5.41%" fillcolor="#EEEEEE"]
    "NetIncome"[label = "Net Income\n4.60%" fillcolor="#EEEEEE"]
    "PremiumsEarnedNet"[label = "Premiums \nEarned Net\n8.87%" fillcolor="#BDE7BD"]
    "remainder_NetIncome"[label = "Other Net \nIncome\n-2.83%" fillcolor="#EEEEEE"]
    "OperatingRevenue"[label = "Operating \nRevenue\n-10.7%" fillcolor="#FFC7AD"]
    "remainder_Revenues"[label = "Other Revenues\n-14.3%" fillcolor="#FFC7AD"]
    "ComprehensiveNetIncome"[label = "Comprehensive \nNet Income\n2.14%" fillcolor="#EEEEEE"]
    "remainder_ComprehensiveNetIncome"[label = "Other Compr. \nNet Income\n-5.80%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-11.0%" fillcolor="#FFC7AD"]
    "Liabilities" -> "StockholdersEquity" [label="-2.90%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilityForClaimsAndClaimsAdjustmentExpense" -> "Liabilities" [label="-22.0%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "OtherAssets" -> "Assets" [label="-4.19%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="-1.71%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-9.93%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "CashAndCashEquivalentsAtCarryingValue" -> "Assets" [label="-2.74%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Investments" -> "Assets" [label="6.99%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "DeferredPolicyAcquisitionCostAmortizationExpense" -> "Expenses" [label="-3.68%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "NetIncome" [label="2.72%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "CostsAndExpenses" -> "Expenses" [label="3.10%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "PolicyholderBenefitsAndClaimsIncurredNet" -> "Expenses" [label="-41.7%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "remainder_Expenses" -> "Expenses" [label="10.7%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatio" [label="-5.41%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "NetIncome" -> "ComprehensiveNetIncome" [label="4.60%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "PremiumsEarnedNet" -> "NetIncome" [label="8.87%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "remainder_NetIncome" -> "NetIncome" [label="-2.83%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "OperatingRevenue" -> "NetIncome" [label="-10.7%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_Revenues" -> "NetIncome" [label="-14.3%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "ComprehensiveNetIncome" -> "EconomicCapitalRatio" [label="2.14%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_ComprehensiveNetIncome" -> "ComprehensiveNetIncome" [label="-5.80%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "NetIncome" -> "remainder_ComprehensiveNetIncome" [style = "invisible", arrowhead="none"]
}