digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "AssetsCurrent"[label = "Assets, \nCurrent\n-1.15%" fillcolor="#EEEEEE"]
    "Assets"[label = "Assets\n6.41%" fillcolor="#EEEEEE"]
    "ReinsuranceRecoverables"[label = "Reinsurance \nRecoverables\n-0.979%" fillcolor="#EEEEEE"]
    "PremiumsReceivable"[label = "Premiums \nReceivable\n-1.18%" fillcolor="#EEEEEE"]
    "DeferredPolicyAcquisitionCosts"[label = "Deferred \nPolicy \nAcquisition \nCosts\n0.717%" fillcolor="#EEEEEE"]
    "Investments"[label = "Investments\n6.00%" fillcolor="#EEEEEE"]
    "SeparateAccountAssets"[label = "Separate \nAccount Asset\n4.42%" fillcolor="#EEEEEE"]
    "remainder_Assets"[label = "Other Assets\n-4.45%" fillcolor="#EEEEEE"]
    "AssetsNonCurrent"[label = "Assets, Non-\nCurrent\n0.842%" fillcolor="#EEEEEE"]
    "UnearnedPremiums"[label = "Unearned \nPremiums\n1.63%" fillcolor="#EEEEEE"]
    "Liabilities"[label = "Liabilities\n-38.8%" fillcolor="#ff7973"]
    "PolicyholderContractDeposits"[label = "Policyholder \nContract \nDeposits\n-9.91%" fillcolor="#FFC7AD"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n-0.847%" fillcolor="#EEEEEE"]
    "LiabilityForClaimsAndClaimsAdjustmentExpense"[label = "Claims \nReserve and \nLAE\n-26.9%" fillcolor="#ff7973"]
    "ReinsurancePayable"[label = "Reinsurance \nPayable\n0.311%" fillcolor="#EEEEEE"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n-1.39%" fillcolor="#EEEEEE"]
    "PremiumsEarned"[label = "Premiums \nEarned\n0.757%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n-13.1%" fillcolor="#FFC7AD"]
    "InvestmentIncome"[label = "Investment \nIncome\n-0.338%" fillcolor="#EEEEEE"]
    "remainder_Revenues"[label = "Other Revenues\n-0.649%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n-12.8%" fillcolor="#FFC7AD"]
    "AssetsCurrent" -> "Assets" [label="-1.15%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="5.49%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-2.32%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "ReinsuranceRecoverables" -> "Assets" [label="-0.979%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "PremiumsReceivable" -> "Assets" [label="-1.18%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "DeferredPolicyAcquisitionCosts" -> "Assets" [label="0.717%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Investments" -> "Assets" [label="6.00%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "SeparateAccountAssets" -> "Assets" [label="4.42%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="-4.45%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "AssetsNonCurrent" -> "Assets" [label="0.842%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "UnearnedPremiums" -> "Liabilities" [label="1.63%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="-26.8%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-2.49%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "PolicyholderContractDeposits" -> "Liabilities" [label="-9.91%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="-0.847%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilityForClaimsAndClaimsAdjustmentExpense" -> "Liabilities" [label="-26.9%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "ReinsurancePayable" -> "Liabilities" [label="0.311%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-1.39%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "PremiumsEarned" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="0.757%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="-13.1%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "InvestmentIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-0.338%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Revenues" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-0.649%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "Liabilities" [style = "invisible", arrowhead="none"]
}