# The acronym glossary every insurance professional needs
"Q3 combined ratio came in at 94.2%, GWP grew 8% year over year, but our A.M. Best outlook shifted to negative." That sentence, lifted from the kind of earnings call that happens every quarter at companies like Chubb or Allianz, is unreadable to most smart professionals. Not because the ideas are hard, but because the vocabulary is locked behind acronyms nobody explains. This lesson unlocks it.
Insurance runs on standardized shorthand because regulators, rating agencies, and analysts all need to compare thousands of companies on the same terms. Once you know the code, a dense earnings release turns into a simple story: how much business did they write, how much did claims cost, and did they make money doing it.
GWP (Gross Written Premium): the total premium a company books before subtracting anything, including what it hands off to reinsurers (companies that insure insurers, like Munich Re or Swiss Re).
NWP (Net Written Premium): GWP minus premium ceded to reinsurers. This is the revenue the insurer actually keeps exposure to.
NPE (Net Premium Earned): premium is written upfront but "earned" gradually over the policy term (a 12-month policy earns 1/12 of its premium per month). NPE is what actually shows up as revenue on the income statement in a given period.
Example sentence you'll now understand: "GWP grew 8%, but NWP was flat because we increased ceded reinsurance." Translation: they sold more policies, but passed more of that risk (and premium) to reinsurers.
LR (Loss Ratio): claims paid divided by premium earned. If an insurer collects $100 in premium and pays $65 in claims, the loss ratio is 65%.
LAE (Loss Adjustment Expenses): the cost of investigating and settling claims (adjusters, legal fees, inspections). Often quoted as "losses and LAE" together.
Expense Ratio: underwriting expenses (commissions, marketing, admin) divided by premium.
CR (Combined Ratio): Loss Ratio + Expense Ratio. This is the single most quoted number in property and casualty (P&C) insurance.
Worked example: An insurer has NPE of $500 million, incurred losses and LAE of $340 million, and underwriting expenses of $155 million.
A 99% combined ratio means the insurer made a small underwriting profit, roughly 1 cent per premium dollar, before counting investment income. As of recent industry data, the US P&C sector's combined ratio has typically hovered in the 96 to 103% range depending on catastrophe activity in a given year (estimate, source: III, Insurance Information Institute). Many insurers survive slightly unprofitable underwriting years because they still earn investment income on the "float," the premium held before claims are paid out.
A.M. Best: the dominant rating agency specifically for insurance company financial strength (ratings from A++ down to F). A downgrade can trigger contract clauses that let policyholders or reinsurers walk away, so it's watched closely.
NAIC (National Association of Insurance Commissioners): the US body that coordinates state insurance regulators. The US has no single federal insurance regulator; each state regulates independently, and NAIC creates model laws and shared data standards to keep some consistency.
Solvency II: the EU-wide regulatory framework (in force since 2016) that sets capital requirements for European insurers, roughly analogous to what Basel rules do for banks. Administered alongside national regulators and EIOPA (European Insurance and Occupational Pensions Authority).
S&P, Moody's, Fitch: also rate insurers, alongside A.M. Best, but A.M. Best is the specialist most insurance professionals cite first.
ROE (Return on Equity): net income divided by shareholders' equity. In insurance specifically, ROE is closely watched because it's compared against the industry's cost of capital; insurers with ROE persistently below 8 to 10% (estimate) struggle to justify their capital base to investors.
EBIT: less central in insurance than in other industries because investment income and reserve movements matter so much; analysts more often look at operating income or underwriting income specifically.
Some anchoring figures, all approximate and from recent public estimates:
Structurally, both markets split into two broad buckets: life and health insurance (long-duration, savings-linked) and P&C (property and casualty, shorter-duration, includes auto, home, commercial liability). The US market is more fragmented across thousands of state-licensed carriers; Europe has fewer, larger pan-national groups (Allianz, AXA, Generali, Zurich) partly because Solvency II and EU passporting let insurers operate across borders more easily than US insurers can across states.
Vérification des acquis
1. An insurer's GWP grows 8% year over year, but NWP stays flat. What does this most likely indicate?
2. Why does an insurer recognize Net Premium Earned (NPE) gradually over a policy term rather than all at once when the policy is written?
3. An insurer reports a loss ratio of 65%. What does this figure represent?
4. Select ALL correct answers about why standardized insurance acronyms and metrics (like GWP, NWP, LR) exist industry-wide.
Sélectionnez toutes les réponses correctes.
5. Select ALL correct answers that correctly distinguish GWP from NWP.
Sélectionnez toutes les réponses correctes.
When evaluating an insurer, whether as an investor, partner, or job candidate, professionals routinely run through:
1. Combined ratio trend over 3 to 5 years, not just one quarter. A single bad year can be a catastrophe event (hurricane, wildfire); a multi-year upward trend signals pricing or underwriting problems.
2. A.M. Best (and S&P/Moody's) rating and outlook. A "negative outlook" is often an earlier signal than an actual downgrade.
3. Reserve development: whether prior-year claim reserves are being revised up ("adverse development," a red flag) or down ("favorable development").
4. Reinsurance dependence: how much of GWP is ceded, and to whom. Heavy reliance on a single reinsurer is a concentration risk.
5. Regulatory capital position: in the US, the Risk-Based Capital (RBC) ratio set by NAIC; in Europe, the Solvency Capital Requirement (SCR) coverage ratio under Solvency II. Both measure capital held against a regulatory minimum.
Analysts often rebuild the combined ratio from public filings rather than trust the headline number, since companies sometimes report "ex-catastrophe" adjusted versions. A simple version:
loss_ratio = (incurred_losses + lae) / net_premium_earned
expense_ratio = underwriting_expenses / net_premium_earned
combined_ratio = loss_ratio + expense_ratio
# sanity check: is management's headline CR excluding cat losses?
adjusted_cr = combined_ratio - (catastrophe_losses / net_premium_earned)That last line matters: a company touting a "94% ex-cat combined ratio" may have a much higher reported (all-in) ratio once hurricane or wildfire losses are added back.
🎬 [VIDEO: "Insurance 101: Understanding the Combined Ratio" - youtube.com - a short, accessible walkthrough of how loss ratio and expense ratio combine to show underwriting profitability]