digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "Assets"[label = "Assets\n22.6%" fillcolor="#BDE7BD"]
    "PremiumsReceivable"[label = "Premiums \nReceivable\n-0.756%" fillcolor="#EEEEEE"]
    "Investments"[label = "Investments\n-10.0%" fillcolor="#FFC7AD"]
    "IntangibleAssets"[label = "Intangible \nAssets\n-0.577%" fillcolor="#EEEEEE"]
    "remainder_Assets"[label = "Other Assets\n40.1%" fillcolor="#75cf73"]
    "DeferredPolicyAcquisitionCosts"[label = "Deferred \nPolicy \nAcquisition \nCosts\n-0.383%" fillcolor="#EEEEEE"]
    "ReinsuranceRecoverables"[label = "Reinsurance \nRecoverables\n-1.29%" fillcolor="#EEEEEE"]
    "LiabilityForClaimsAndClaimsAdjustmentExpense"[label = "Claims \nReserve and \nLAE\n0.660%" fillcolor="#EEEEEE"]
    "Liabilities"[label = "Liabilities\n-3.34%" fillcolor="#EEEEEE"]
    "LiabilitiesCurrent"[label = "Liabilities \nCurrent\n0.406%" fillcolor="#EEEEEE"]
    "LongTermDebt"[label = "Long Term Debt\n2.11%" fillcolor="#EEEEEE"]
    "PolicyholderContractDeposits"[label = "Policyholder \nContract \nDeposits\n1.39%" fillcolor="#EEEEEE"]
    "ReinsurancePayable"[label = "Reinsurance \nPayable\n0.512%" fillcolor="#EEEEEE"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n-9.34%" fillcolor="#FFC7AD"]
    "UnearnedPremiums"[label = "Unearned \nPremiums\n0.451%" fillcolor="#EEEEEE"]
    "Expenses"[label = "Expenses\n-0.487%" fillcolor="#EEEEEE"]
    "PolicyholderBenefitsAndClaims"[label = "Policyholder \nBenefits and \nClaims\n-0.377%" fillcolor="#EEEEEE"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n23.8%" fillcolor="#BDE7BD"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n15.8%" fillcolor="#BDE7BD"]
    "remainder_ComprehensiveNetIncome"[label = "Other Compr. \nNet Income\n0.553%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n16.1%" fillcolor="#BDE7BD"]
    "Assets" -> "StockholdersEquity" [label="26.5%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-13.1%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "PremiumsReceivable" -> "Assets" [label="-0.756%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Investments" -> "Assets" [label="-10.0%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "IntangibleAssets" -> "Assets" [label="-0.577%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Assets" -> "Assets" [label="40.1%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "DeferredPolicyAcquisitionCosts" -> "Assets" [label="-0.383%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "ReinsuranceRecoverables" -> "Assets" [label="-1.29%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilityForClaimsAndClaimsAdjustmentExpense" -> "Liabilities" [label="0.660%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="-2.35%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-0.940%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LiabilitiesCurrent" -> "Liabilities" [label="0.406%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LongTermDebt" -> "Liabilities" [label="2.11%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "PolicyholderContractDeposits" -> "Liabilities" [label="1.39%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "ReinsurancePayable" -> "Liabilities" [label="0.512%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="-9.34%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "UnearnedPremiums" -> "Liabilities" [label="0.451%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Expenses" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-0.487%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "PolicyholderBenefitsAndClaims" -> "Expenses" [label="-0.377%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="23.8%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="15.8%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "remainder_ComprehensiveNetIncome" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="0.553%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "Assets" [style = "invisible", arrowhead="none"]
}