Welcome to Coverage Modifications!

Hello future Actuaries! Today, we are diving into a topic that bridges the gap between pure probability and the real world of insurance: Coverage Modifications. In the previous chapters, you learned about loss distributions (the "ground-up" losses). Now, we look at how insurance contracts actually work. Most policies don't pay every single cent of a loss. Instead, they use rules like deductibles, limits, and coinsurance to share the cost between the insurer and the policyholder. Understanding how these rules change the "expected payment" is a core skill for Exam FAM.

Don't worry if this seems like a lot of formulas at first. We will break it down piece by piece using simple logic and real-world analogies!

1. The Ordinary Deductible

An Ordinary Deductible is the most common modification. It is the amount the policyholder must pay "out of pocket" before the insurance company pays a dime.

How it Works

If the loss is \( X \) and the deductible is \( d \), the insurer pays nothing if the loss is less than or equal to \( d \). If the loss is greater than \( d \), the insurer pays the loss minus the deductible.

Mathematically, the payment \( Y \) is defined as:
\( Y = (X - d)_+ = \max(0, X - d) \)

Analogy: Imagine you have a $500 deductible on your car insurance. If you have a small "fender bender" that costs $300 to fix, you pay the whole $300. The insurance company pays $0. If you have a big accident costing $2,000, you pay the first $500, and the insurer pays the remaining $1,500.

\n\n

Ground-up vs. Per-payment

\n

This is a common point of confusion, so let's clear it up early:

\n

1. Expected payment per loss (\( E[Y^L] \)): This is the average payment over all losses, including the ones where the insurer pays zero. This is used for calculating the overall cost of the insurance program.
\nFormula: \( E[Y^L] = E[X] - E[X \wedge d] \)

\n

2. Expected payment per payment (\( E[Y^P] \)): This is the average payment given that a payment was actually made (i.e., the loss exceeded the deductible).
\nFormula: \( E[Y^P] = \frac{E[Y^L]}{P(X > d)} = \frac{E[X] - E[X \wedge d]}{S(d)} \)

\n\n
Quick Review Box
\n

Key Concept: \( E[X \wedge d] \) is called the Limited Expected Value. It represents the average value of losses if they were capped at \( d \). Think of it as "how much of the loss the policyholder covers on average."

\n\n

Key Takeaway: The insurer only pays for the part of the loss that exceeds the deductible. To find the average payment, we subtract the "limited" portion from the total average loss.

\n\n

2. Policy Limits

\n

A Policy Limit (\( u \)) is the maximum amount an insurance company will pay for a single loss. It protects the insurance company from catastrophic losses that could bankrupt them.

\n\n

How it Works

\n

If the loss \( X \) is less than the limit \( u \), the insurer pays the full loss. If the loss is greater than \( u \), the insurer pays exactly \( u \).

\n

Analogy: Think of a "Maximum Prize" at a carnival game. Even if you score a million points, the prize might be capped at a $50 stuffed animal. The $50 is the limit.

\n\n

The expected payment for a policy with only a limit \( u \) is simply the limited expected value:
\n\( E[Y] = E[X \wedge u] \)

\n\n
Common Mistake to Avoid
\n

Students often confuse the Deductible with the Limit. Just remember:
\n- A Deductible is a floor (the insurer pays what's above it).
\n- A Limit is a ceiling (the insurer pays what's below it, up to that cap).

\n\n

3. Coinsurance

\n

Coinsurance (\( \alpha \)) is a simple percentage. It means the insurer pays a fixed percentage of the loss, and the policyholder pays the rest.

\n\n

Example: If you have 80% coinsurance, the insurer pays 80 cents for every $1 of loss (after the deductible is met). You pay the other 20 cents.

Formula: \( Y = \alpha \times (\text{Loss after other modifications}) \)

4. Combining Modifications (The Full Formula)

In the real world (and on the FAM exam!), policies often have all three: a deductible \( d \), a limit \( u \), and coinsurance \( \alpha \).

The standard formula for the expected payment per loss with all modifications is:
\( E[Y^L] = \alpha \times [E(X \wedge u) - E(X \wedge d)] \)

Wait, why \( u \) and not \( u+d \)?
In the SOA curriculum, the Limit (\( u \)) is usually applied to the loss itself. If the limit is described as a maximum benefit, it might be applied differently. Always read the question carefully! If the limit is \( u \) and the deductible is \( d \), the insurer covers the "layer" of loss between \( d \) and \( u \).

Step-by-Step Process for Problems:

1. Identify the ground-up distribution (e.g., Exponential, Pareto, etc.).
2. Find the deductible \( d \) and the limit \( u \).
3. Use the table of distributions (provided in the exam) to find the formula for \( E[X \wedge x] \).
4. Plug \( d \) and \( u \) into the formula.
5. Apply coinsurance \( \alpha \) at the very end.

Key Takeaway: The expected payment is the coinsurance percentage times the difference between the limited expected value at the upper limit and the limited expected value at the deductible.

5. The Impact of Inflation

Inflation is a "hidden" modification that increases the size of all losses. In actuarial math, we usually represent inflation as a constant rate \( r \).

How Inflation Interacts with Deductibles

When inflation hits, it has a "leveraging" effect on insurance payments. This is a favorite topic for exam writers!

Did you know? If inflation increases ground-up losses by 10%, the insurance company’s expected payment will usually increase by more than 10% if there is a fixed deductible. Why? Because the deductible stays the same, so the insurer picks up the entire 10% increase for every claim that was already above the deductible, plus new claims that were previously below the deductible but have now been "pushed" above it.

Calculation Tip:
If the original loss is \( X \), the new loss after inflation is \( X' = (1+r)X \).
To calculate the new expected payment, you must adjust the distribution parameters. For example, if \( X \sim \text{Exponential}(\theta) \), then \( (1+r)X \sim \text{Exponential}(\theta(1+r)) \).

Quick Review Box

The Inflation Rule:
To find the expected payment after inflation \( r \) with a deductible \( d \):
1. Define the new distribution \( X' = (1+r)X \).
2. Calculate \( E[(X' - d)_+] \).
3. Note: This is not the same as taking the old expected payment and multiplying by \( (1+r) \)! The deductible is not inflated unless the problem specifically says so.

6. Summary and Final Tips

Congratulations! You've tackled the mechanics of coverage modifications. Here are the most important things to remember for your study sessions:

  • The "Per Loss" vs. "Per Payment" distinction: Always check which one the question is asking for. If it says "per payment," you must divide by the probability of a claim (\( S(d) \)).
  • Limited Expected Value: Master the \( E[X \wedge x] \) formulas for the Exponential and Pareto distributions. These appear most frequently.
  • The Layer Concept: Think of insurance as covering a "layer" of loss. The deductible is the bottom of the layer, and the limit is the top of the layer.
  • Practice Inflation: Be ready to handle problems where losses increase by a percentage but the deductible stays fixed.

Keep going! This chapter is very "points-heavy" on the exam. If you can master these formulas and the logic behind them, you are well on your way to passing Exam FAM!