digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "SeparateAccountAssets"[label = "Separate \nAccount Asset\n0.799%" fillcolor="#EEEEEE"]
    "Assets"[label = "Assets\n-8.30%" fillcolor="#ff7973"]
    "PremiumsReceivable"[label = "Premiums \nReceivable\n-0.563%" fillcolor="#EEEEEE"]
    "Investments"[label = "Investments\n0.597%" fillcolor="#EEEEEE"]
    "IntangibleAssets"[label = "Intangible \nAssets\n-0.648%" fillcolor="#EEEEEE"]
    "AssetsCurrent"[label = "Assets, \nCurrent\n-2.66%" fillcolor="#FFC7AD"]
    "remainder_Assets"[label = "Other Assets\n-6.60%" fillcolor="#ff7973"]
    "DeferredPolicyAcquisitionCosts"[label = "Deferred \nPolicy \nAcquisition \nCosts\n0.405%" fillcolor="#EEEEEE"]
    "ReinsuranceRecoverables"[label = "Reinsurance \nRecoverables\n0.182%" fillcolor="#EEEEEE"]
    "LiabilityForClaimsAndClaimsAdjustmentExpense"[label = "Claims \nReserve and \nLAE\n1.87%" fillcolor="#EEEEEE"]
    "Liabilities"[label = "Liabilities\n1.26%" fillcolor="#EEEEEE"]
    "LiabilitiesCurrent"[label = "Liabilities \nCurrent\n0.602%" fillcolor="#EEEEEE"]
    "LongTermDebt"[label = "Long Term Debt\n-0.174%" fillcolor="#EEEEEE"]
    "PolicyholderContractDeposits"[label = "Policyholder \nContract \nDeposits\n-10.8%" fillcolor="#ff7973"]
    "ReinsurancePayable"[label = "Reinsurance \nPayable\n0.759%" fillcolor="#EEEEEE"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n5.84%" fillcolor="#BDE7BD"]
    "UnearnedPremiums"[label = "Unearned \nPremiums\n2.07%" fillcolor="#EEEEEE"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-9.19%" fillcolor="#ff7973"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-9.21%" fillcolor="#ff7973"]
    "remainder_Revenues"[label = "Other Revenues\n0.172%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-8.92%" fillcolor="#ff7973"]
    "SeparateAccountAssets" -> "Assets" [label="0.799%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="-10.3%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="1.05%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "PremiumsReceivable" -> "Assets" [label="-0.563%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Investments" -> "Assets" [label="0.597%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "IntangibleAssets" -> "Assets" [label="-0.648%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "AssetsCurrent" -> "Assets" [label="-2.66%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-6.60%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "DeferredPolicyAcquisitionCosts" -> "Assets" [label="0.405%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "ReinsuranceRecoverables" -> "Assets" [label="0.182%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilityForClaimsAndClaimsAdjustmentExpense" -> "Liabilities" [label="1.87%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="1.15%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="0.125%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilitiesCurrent" -> "Liabilities" [label="0.602%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LongTermDebt" -> "Liabilities" [label="-0.174%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "PolicyholderContractDeposits" -> "Liabilities" [label="-10.8%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "ReinsurancePayable" -> "Liabilities" [label="0.759%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="5.84%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "UnearnedPremiums" -> "Liabilities" [label="2.07%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-9.19%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-9.21%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "remainder_Revenues" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="0.172%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "Liabilities" [style = "invisible", arrowhead="none"]
}