digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "Investments"[label = "Investments\n-3.18%" fillcolor="#FFC7AD"]
    "Assets"[label = "Assets\n-5.22%" fillcolor="#FFC7AD"]
    "AssetsNonCurrent"[label = "Assets, Non-\nCurrent\n1.49%" fillcolor="#EEEEEE"]
    "AssetsCurrent"[label = "Assets, \nCurrent\n0.813%" fillcolor="#EEEEEE"]
    "PremiumsReceivable"[label = "Premiums \nReceivable\n0.457%" fillcolor="#EEEEEE"]
    "ReinsuranceRecoverables"[label = "Reinsurance \nRecoverables\n6.10%" fillcolor="#BDE7BD"]
    "SeparateAccountAssets"[label = "Separate \nAccount Asset\n-2.74%" fillcolor="#FFC7AD"]
    "DeferredPolicyAcquisitionCosts"[label = "Deferred \nPolicy \nAcquisition \nCosts\n-0.403%" fillcolor="#EEEEEE"]
    "remainder_Assets"[label = "Other Assets\n-8.75%" fillcolor="#ff7973"]
    "IntangibleAssets"[label = "Intangible \nAssets\n2.91%" fillcolor="#BDE7BD"]
    "LongTermDebt"[label = "Long Term Debt\n-3.70%" fillcolor="#FFC7AD"]
    "Liabilities"[label = "Liabilities\n9.01%" fillcolor="#75cf73"]
    "LiabilityForClaimsAndClaimsAdjustmentExpense"[label = "Claims \nReserve and \nLAE\n-6.14%" fillcolor="#FFC7AD"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n10.8%" fillcolor="#75cf73"]
    "LiabilitiesCurrent"[label = "Liabilities \nCurrent\n0.539%" fillcolor="#EEEEEE"]
    "UnearnedPremiums"[label = "Unearned \nPremiums\n-0.353%" fillcolor="#EEEEEE"]
    "ReinsurancePayable"[label = "Reinsurance \nPayable\n0.580%" fillcolor="#EEEEEE"]
    "PolicyholderContractDeposits"[label = "Policyholder \nContract \nDeposits\n6.36%" fillcolor="#BDE7BD"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n1.12%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-1.23%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-0.857%" fillcolor="#EEEEEE"]
    "Investments" -> "Assets" [label="-3.18%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="-6.86%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="1.20%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "AssetsNonCurrent" -> "Assets" [label="1.49%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "AssetsCurrent" -> "Assets" [label="0.813%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "PremiumsReceivable" -> "Assets" [label="0.457%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "ReinsuranceRecoverables" -> "Assets" [label="6.10%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "SeparateAccountAssets" -> "Assets" [label="-2.74%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "DeferredPolicyAcquisitionCosts" -> "Assets" [label="-0.403%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-8.75%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "IntangibleAssets" -> "Assets" [label="2.91%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "LongTermDebt" -> "Liabilities" [label="-3.70%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="8.25%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="1.38%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilityForClaimsAndClaimsAdjustmentExpense" -> "Liabilities" [label="-6.14%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="10.8%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "LiabilitiesCurrent" -> "Liabilities" [label="0.539%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "UnearnedPremiums" -> "Liabilities" [label="-0.353%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "ReinsurancePayable" -> "Liabilities" [label="0.580%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "PolicyholderContractDeposits" -> "Liabilities" [label="6.36%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="1.12%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-1.23%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "Liabilities" [style = "invisible", arrowhead="none"]
}