digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "Investments"[label = "Investments\n-17.6%" fillcolor="#ff7973"]
    "Assets"[label = "Assets\n-18.6%" fillcolor="#ff7973"]
    "AssetsCurrent"[label = "Assets, \nCurrent\n-1.76%" fillcolor="#EEEEEE"]
    "PremiumsReceivable"[label = "Premiums \nReceivable\n-2.50%" fillcolor="#EEEEEE"]
    "ReinsuranceRecoverables"[label = "Reinsurance \nRecoverables\n4.45%" fillcolor="#EEEEEE"]
    "SeparateAccountAssets"[label = "Separate \nAccount Asset\n-3.95%" fillcolor="#EEEEEE"]
    "DeferredPolicyAcquisitionCosts"[label = "Deferred \nPolicy \nAcquisition \nCosts\n3.71%" fillcolor="#EEEEEE"]
    "remainder_Assets"[label = "Other Assets\n-5.64%" fillcolor="#FFC7AD"]
    "IntangibleAssets"[label = "Intangible \nAssets\n1.83%" fillcolor="#EEEEEE"]
    "LongTermDebt"[label = "Long Term Debt\n-3.55%" fillcolor="#EEEEEE"]
    "Liabilities"[label = "Liabilities\n4.51%" fillcolor="#EEEEEE"]
    "LiabilityForClaimsAndClaimsAdjustmentExpense"[label = "Claims \nReserve and \nLAE\n4.84%" fillcolor="#EEEEEE"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n-2.78%" fillcolor="#EEEEEE"]
    "LiabilitiesCurrent"[label = "Liabilities \nCurrent\n0.605%" fillcolor="#EEEEEE"]
    "UnearnedPremiums"[label = "Unearned \nPremiums\n-10.1%" fillcolor="#FFC7AD"]
    "ReinsurancePayable"[label = "Reinsurance \nPayable\n-2.52%" fillcolor="#EEEEEE"]
    "PolicyholderContractDeposits"[label = "Policyholder \nContract \nDeposits\n4.43%" fillcolor="#EEEEEE"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-14.1%" fillcolor="#FFC7AD"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-13.3%" fillcolor="#FFC7AD"]
    "remainder_Expenses"[label = "Other Expenses\n0.348%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-12.9%" fillcolor="#FFC7AD"]
    "Investments" -> "Assets" [label="-17.6%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="-24.6%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="1.20%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "AssetsCurrent" -> "Assets" [label="-1.76%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "PremiumsReceivable" -> "Assets" [label="-2.50%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "ReinsuranceRecoverables" -> "Assets" [label="4.45%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "SeparateAccountAssets" -> "Assets" [label="-3.95%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "DeferredPolicyAcquisitionCosts" -> "Assets" [label="3.71%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-5.64%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "IntangibleAssets" -> "Assets" [label="1.83%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LongTermDebt" -> "Liabilities" [label="-3.55%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="4.53%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="0.602%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilityForClaimsAndClaimsAdjustmentExpense" -> "Liabilities" [label="4.84%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="-2.78%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilitiesCurrent" -> "Liabilities" [label="0.605%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "UnearnedPremiums" -> "Liabilities" [label="-10.1%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "ReinsurancePayable" -> "Liabilities" [label="-2.52%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "PolicyholderContractDeposits" -> "Liabilities" [label="4.43%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-14.1%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-13.3%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_Expenses" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="0.348%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "Liabilities" [style = "invisible", arrowhead="none"]
}