digraph {
    node [style="filled,rounded"]
    node [shape=box]
    node [color="#444444"]
    ratio="compress"
    size="8,10"
    "PremiumsReceivable"[label = "Premiums \nReceivable\n4.37%" fillcolor="#EEEEEE"]
    "Assets"[label = "Assets\n25.2%" fillcolor="#75cf73"]
    "AssetsNonCurrent"[label = "Assets, Non-\nCurrent\n1.82%" fillcolor="#EEEEEE"]
    "AssetsCurrent"[label = "Assets, \nCurrent\n-0.540%" fillcolor="#EEEEEE"]
    "ReinsuranceRecoverables"[label = "Reinsurance \nRecoverables\n-0.972%" fillcolor="#EEEEEE"]
    "Investments"[label = "Investments\n24.8%" fillcolor="#75cf73"]
    "IntangibleAssets"[label = "Intangible \nAssets\n-0.434%" fillcolor="#EEEEEE"]
    "SeparateAccountAssets"[label = "Separate \nAccount Asset\n-0.833%" fillcolor="#EEEEEE"]
    "Liabilities"[label = "Liabilities\n-19.2%" fillcolor="#ff7973"]
    "PolicyholderContractDeposits"[label = "Policyholder \nContract \nDeposits\n3.37%" fillcolor="#EEEEEE"]
    "ReinsurancePayable"[label = "Reinsurance \nPayable\n0.784%" fillcolor="#EEEEEE"]
    "UnearnedPremiums"[label = "Unearned \nPremiums\n-20.4%" fillcolor="#ff7973"]
    "LiabilityForClaimsAndClaimsAdjustmentExpense"[label = "Claims \nReserve and \nLAE\n6.28%" fillcolor="#BDE7BD"]
    "remainder_Liabilities"[label = "Other \nLiabilities\n-1.12%" fillcolor="#EEEEEE"]
    "LongTermDebt"[label = "Long Term Debt\n-9.43%" fillcolor="#FFC7AD"]
    "Expenses"[label = "Expenses\n-0.498%" fillcolor="#EEEEEE"]
    "StockholdersEquity"[label = "Stockholders \nEquity\n20.9%" fillcolor="#75cf73"]
    "EconomicCapitalRatiobeforeLimitedLiability"[label = "ECR before \nLimitedLiability\n11.0%" fillcolor="#BDE7BD"]
    "remainder_Revenues"[label = "Other Revenues\n-0.703%" fillcolor="#EEEEEE"]
    "PremiumsEarned"[label = "Premiums \nEarned\n0.607%" fillcolor="#EEEEEE"]
    "EconomicCapitalRatio"[label = "Economic \nCapital Ratio\n11.3%" fillcolor="#BDE7BD"]
    "PremiumsReceivable" -> "Assets" [label="4.37%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "StockholdersEquity" [label="24.9%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "Assets" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-14.8%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "AssetsNonCurrent" -> "Assets" [label="1.82%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "AssetsCurrent" -> "Assets" [label="-0.540%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "ReinsuranceRecoverables" -> "Assets" [label="-0.972%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Investments" -> "Assets" [label="24.8%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "IntangibleAssets" -> "Assets" [label="-0.434%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "SeparateAccountAssets" -> "Assets" [label="-0.833%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Liabilities" -> "StockholdersEquity" [label="-12.9%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Liabilities" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-4.48%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "PolicyholderContractDeposits" -> "Liabilities" [label="3.37%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "ReinsurancePayable" -> "Liabilities" [label="0.784%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "UnearnedPremiums" -> "Liabilities" [label="-20.4%" color="#ff7973" penwidth="12", arrowsize=0.5]
    "LiabilityForClaimsAndClaimsAdjustmentExpense" -> "Liabilities" [label="6.28%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "remainder_Liabilities" -> "Liabilities" [label="-1.12%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "LongTermDebt" -> "Liabilities" [label="-9.43%" color="#FFC7AD" penwidth="8", arrowsize=0.5]
    "Expenses" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-0.498%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "StockholdersEquity" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="20.9%" color="#75cf73" penwidth="12", arrowsize=0.5]
    "EconomicCapitalRatiobeforeLimitedLiability" -> "EconomicCapitalRatio" [label="11.0%" color="#aad3aa" penwidth="8", arrowsize=0.5]
    "remainder_Revenues" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="-0.703%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "PremiumsEarned" -> "EconomicCapitalRatiobeforeLimitedLiability" [label="0.607%" color="#BBBBBB" penwidth="4", arrowsize=0.5]
    "Assets" -> "Liabilities" [style = "invisible", arrowhead="none"]
}