digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "AssetsCurrent"[label = "Assets, \nCurrent\n1.79%" fillcolor="#EEEEEE"]
    "Assets"[label = "Assets\n5.89%" fillcolor="#BDE7BD"]
    "ReinsuranceRecoverables"[label = "Reinsurance \nRecoverables\n4.75%" fillcolor="#BDE7BD"]
    "IntangibleAssets"[label = "Intangible \nAssets\n-0.655%" fillcolor="#EEEEEE"]
    "PremiumsReceivable"[label = "Premiums \nReceivable\n-0.735%" fillcolor="#EEEEEE"]
    "Investments"[label = "Investments\n10.2%" fillcolor="#75cf73"]
    "SeparateAccountAssets"[label = "Separate \nAccount Asset\n-0.646%" fillcolor="#EEEEEE"]
    "remainder_Assets"[label = "Other Assets\n-5.82%" fillcolor="#FFC7AD"]
    "AssetsNonCurrent"[label = "Assets, Non-\nCurrent\n-0.926%" fillcolor="#EEEEEE"]
    "UnearnedPremiums"[label = "Unearned \nPremiums\n-3.34%" fillcolor="#FFC7AD"]
    "Liabilities"[label = "Liabilities\n-3.51%" fillcolor="#FFC7AD"]
    "PolicyholderContractDeposits"[label = "Policyholder \nContract \nDeposits\n1.88%" fillcolor="#EEEEEE"]
    "LongTermDebt"[label = "Long Term Debt\n3.05%" fillcolor="#BDE7BD"]
    "LiabilitiesCurrent"[label = "Liabilities \nCurrent\n0.414%" fillcolor="#EEEEEE"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n9.12%" fillcolor="#75cf73"]
    "LiabilityForClaimsAndClaimsAdjustmentExpense"[label = "Claims \nReserve and \nLAE\n-12.5%" fillcolor="#ff7973"]
    "ReinsurancePayable"[label = "Reinsurance \nPayable\n-3.84%" fillcolor="#FFC7AD"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n3.95%" fillcolor="#BDE7BD"]
    "PremiumsEarned"[label = "Premiums \nEarned\n-0.275%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n0.262%" fillcolor="#EEEEEE"]
    "remainder_Revenues"[label = "Other Revenues\n0.205%" fillcolor="#EEEEEE"]
    "AssetsCurrent" -> "Assets" [label="1.79%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="6.87%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatio" [label="-1.49%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "ReinsuranceRecoverables" -> "Assets" [label="4.75%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "IntangibleAssets" -> "Assets" [label="-0.655%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "PremiumsReceivable" -> "Assets" [label="-0.735%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Investments" -> "Assets" [label="10.2%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "SeparateAccountAssets" -> "Assets" [label="-0.646%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-5.82%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "AssetsNonCurrent" -> "Assets" [label="-0.926%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "UnearnedPremiums" -> "Liabilities" [label="-3.34%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="-2.83%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatio" [label="-0.599%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "PolicyholderContractDeposits" -> "Liabilities" [label="1.88%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LongTermDebt" -> "Liabilities" [label="3.05%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "LiabilitiesCurrent" -> "Liabilities" [label="0.414%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="9.12%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "LiabilityForClaimsAndClaimsAdjustmentExpense" -> "Liabilities" [label="-12.5%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "ReinsurancePayable" -> "Liabilities" [label="-3.84%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatio" [label="3.95%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "PremiumsEarned" -> "EconomicCapitalRatio" [label="-0.275%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Revenues" -> "EconomicCapitalRatio" [label="0.205%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "Liabilities" [style = "invisible", arrowhead="none"]
}