digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "SeparateAccountAssets"[label = "Separate \nAccount Asset\n1.12%" fillcolor="#EEEEEE"]
    "Assets"[label = "Assets\n1.34%" fillcolor="#EEEEEE"]
    "PremiumsReceivable"[label = "Premiums \nReceivable\n0.939%" fillcolor="#EEEEEE"]
    "Investments"[label = "Investments\n9.75%" fillcolor="#75cf73"]
    "IntangibleAssets"[label = "Intangible \nAssets\n-1.14%" fillcolor="#EEEEEE"]
    "AssetsCurrent"[label = "Assets, \nCurrent\n-0.721%" fillcolor="#EEEEEE"]
    "remainder_Assets"[label = "Other Assets\n-4.89%" fillcolor="#FFC7AD"]
    "DeferredPolicyAcquisitionCosts"[label = "Deferred \nPolicy \nAcquisition \nCosts\n0.318%" fillcolor="#EEEEEE"]
    "ReinsuranceRecoverables"[label = "Reinsurance \nRecoverables\n-1.66%" fillcolor="#EEEEEE"]
    "AssetsNonCurrent"[label = "Assets, Non-\nCurrent\n-0.494%" fillcolor="#EEEEEE"]
    "LiabilityForClaimsAndClaimsAdjustmentExpense"[label = "Claims \nReserve and \nLAE\n4.34%" fillcolor="#BDE7BD"]
    "Liabilities"[label = "Liabilities\n2.88%" fillcolor="#BDE7BD"]
    "LiabilitiesCurrent"[label = "Liabilities \nCurrent\n0.569%" fillcolor="#EEEEEE"]
    "LongTermDebt"[label = "Long Term Debt\n0.382%" fillcolor="#EEEEEE"]
    "PolicyholderContractDeposits"[label = "Policyholder \nContract \nDeposits\n-0.594%" fillcolor="#EEEEEE"]
    "ReinsurancePayable"[label = "Reinsurance \nPayable\n0.717%" fillcolor="#EEEEEE"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n-3.80%" fillcolor="#FFC7AD"]
    "UnearnedPremiums"[label = "Unearned \nPremiums\n1.08%" fillcolor="#EEEEEE"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n4.13%" fillcolor="#BDE7BD"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n2.27%" fillcolor="#BDE7BD"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n2.55%" fillcolor="#BDE7BD"]
    "SeparateAccountAssets" -> "Assets" [label="1.12%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="1.71%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-0.401%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "PremiumsReceivable" -> "Assets" [label="0.939%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Investments" -> "Assets" [label="9.75%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "IntangibleAssets" -> "Assets" [label="-1.14%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "AssetsCurrent" -> "Assets" [label="-0.721%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-4.89%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "DeferredPolicyAcquisitionCosts" -> "Assets" [label="0.318%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "ReinsuranceRecoverables" -> "Assets" [label="-1.66%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "AssetsNonCurrent" -> "Assets" [label="-0.494%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilityForClaimsAndClaimsAdjustmentExpense" -> "Liabilities" [label="4.34%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="2.40%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="0.538%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilitiesCurrent" -> "Liabilities" [label="0.569%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LongTermDebt" -> "Liabilities" [label="0.382%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "PolicyholderContractDeposits" -> "Liabilities" [label="-0.594%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "ReinsurancePayable" -> "Liabilities" [label="0.717%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="-3.80%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "UnearnedPremiums" -> "Liabilities" [label="1.08%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="4.13%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="2.27%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Assets" -> "Liabilities" [style = "invisible", arrowhead="none"]
}