digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "PremiumsReceivable"[label = "Premiums \nReceivable\n1.98%" fillcolor="#EEEEEE"]
    "Assets"[label = "Assets\n6.64%" fillcolor="#BDE7BD"]
    "Investments"[label = "Investments\n-1.45%" fillcolor="#EEEEEE"]
    "AssetsNonCurrent"[label = "Assets, Non-\nCurrent\n-0.392%" fillcolor="#EEEEEE"]
    "IntangibleAssets"[label = "Intangible \nAssets\n1.23%" fillcolor="#EEEEEE"]
    "SeparateAccountAssets"[label = "Separate \nAccount Asset\n-0.643%" fillcolor="#EEEEEE"]
    "remainder_Assets"[label = "Other Assets\n6.66%" fillcolor="#BDE7BD"]
    "AssetsCurrent"[label = "Assets, \nCurrent\n-1.41%" fillcolor="#EEEEEE"]
    "PolicyholderContractDeposits"[label = "Policyholder \nContract \nDeposits\n1.47%" fillcolor="#EEEEEE"]
    "Liabilities"[label = "Liabilities\n-20.0%" fillcolor="#ff7973"]
    "ReinsurancePayable"[label = "Reinsurance \nPayable\n-15.8%" fillcolor="#ff7973"]
    "LongTermDebt"[label = "Long Term Debt\n2.38%" fillcolor="#EEEEEE"]
    "LiabilitiesCurrent"[label = "Liabilities \nCurrent\n0.323%" fillcolor="#EEEEEE"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n5.27%" fillcolor="#BDE7BD"]
    "LiabilityForClaimsAndClaimsAdjustmentExpense"[label = "Claims \nReserve and \nLAE\n-12.3%" fillcolor="#ff7973"]
    "UnearnedPremiums"[label = "Unearned \nPremiums\n-1.70%" fillcolor="#EEEEEE"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-6.16%" fillcolor="#FFC7AD"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-13.6%" fillcolor="#ff7973"]
    "PolicyholderBenefitsAndClaims"[label = "Policyholder \nBenefits and \nClaims\n-0.251%" fillcolor="#EEEEEE"]
    "remainder_Expenses"[label = "Other Expenses\n0.583%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-12.9%" fillcolor="#ff7973"]
    "PremiumsReceivable" -> "Assets" [label="1.98%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="6.64%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-0.907%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Investments" -> "Assets" [label="-1.45%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "AssetsNonCurrent" -> "Assets" [label="-0.392%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "IntangibleAssets" -> "Assets" [label="1.23%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "SeparateAccountAssets" -> "Assets" [label="-0.643%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="6.66%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "AssetsCurrent" -> "Assets" [label="-1.41%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "PolicyholderContractDeposits" -> "Liabilities" [label="1.47%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="-15.6%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-1.59%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "ReinsurancePayable" -> "Liabilities" [label="-15.8%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "LongTermDebt" -> "Liabilities" [label="2.38%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilitiesCurrent" -> "Liabilities" [label="0.323%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="5.27%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "LiabilityForClaimsAndClaimsAdjustmentExpense" -> "Liabilities" [label="-12.3%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "UnearnedPremiums" -> "Liabilities" [label="-1.70%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-6.16%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-13.6%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "PolicyholderBenefitsAndClaims" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-0.251%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Expenses" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="0.583%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "Liabilities" [style = "invisible", arrowhead="none"]
}