Welcome to the World of Aggregate Losses!
Hello there, future actuary! So far in your FAM journey, you’ve likely spent a lot of time looking at Severity (how much a single claim costs) and Frequency (how many claims happen). Now, we are putting them together to look at the Aggregate Loss (\(S\)). This is the total amount an insurance company pays out over a period.
In this chapter, we explore how to calculate the distribution of that total loss using the Convolution Method and how to calculate payments for Stop-Loss Insurance. Don't worry if these terms sound intimidating—we're going to break them down into simple, bite-sized pieces!
1. The Convolution Method: Adding It All Up
Imagine you have two mystery boxes. Box A has a random amount of money, and Box B has a random amount of money. Convolution is just a fancy mathematical way of figuring out the probability of the total amount of money you have when you combine both boxes.
In actuarial terms, if \(X_1\) is the cost of the first claim and \(X_2\) is the cost of the second claim, the aggregate loss is \(S = X_1 + X_2\). If the claims are independent, we use convolution to find the probability distribution of \(S\).
How the Formula Works
For discrete random variables, the probability that the total loss \(S\) equals a specific value \(x\) is:
\(f_S(x) = P(S=x) = \sum_{y} f_{X_1}(y) \cdot f_{X_2}(x-y)\)
Think of it like this: To get a total of \(x\), you could have \(y\) from the first claim and whatever is left over (\(x-y\)) from the second claim. You just sum up all the possible ways that can happen!
Step-by-Step Example
Suppose Claim 1 (\(X_1\)) and Claim 2 (\(X_2\)) both have the following distribution:
- \(P(X=1) = 0.7\)
- \(P(X=2) = 0.3\)
What is the probability that the total loss \(S = X_1 + X_2\) is 3?
1. Identify the combinations: To get a sum of 3, we could have (1, 2) or (2, 1).
2. Calculate probabilities:
- Case 1: \(P(X_1=1) \cdot P(X_2=2) = 0.7 \cdot 0.3 = 0.21\)
- Case 2: \(P(X_1=2) \cdot P(X_2=1) = 0.3 \cdot 0.7 = 0.21\)
3. Sum them up: \(0.21 + 0.21 = 0.42\).
So, \(f_S(3) = 0.42\).
Quick Tip: If you have more than two claims (e.g., \(S = X_1 + X_2 + X_3\)), you just convolve the first two to get a "temporary" distribution, then convolve that result with the third claim!
Common Mistake to Avoid: Make sure the sum of all your final probabilities in the distribution of \(S\) equals 1.0. If it doesn't, you missed a combination!
Key Takeaway:
Convolution is the process of determining the probability distribution of a sum of independent random variables by iterating through all possible combinations of outcomes that lead to that sum.
2. Stop-Loss Insurance: The "Big Picture" Deductible
You already know what a deductible is for a single car accident. Stop-Loss Insurance is similar, but it applies to the aggregate total of all claims over a year. It protects the insured (often a company self-insuring its employees) from a "bad year" where many claims happen at once.
The insurance pays the amount by which the aggregate loss \(S\) exceeds a stop-loss deductible (\(d\)).
The Expected Payment Formula
The expected payment for stop-loss insurance is written as \(E[(S-d)_+]\). The little "+" means "only if the number is positive" (if \(S < d\), the payment is zero).
To calculate this for a discrete distribution:
\(E[(S-d)_+] = \sum_{x > d} (x-d) \cdot P(S=x)\)
Step-by-Step Calculation:
1. List all possible values of the aggregate loss \(S\).
2. Find the probability of each value occurring.
3. For each value \(x\) that is greater than the deductible \(d\), subtract \(d\) from \(x\).
4. Multiply that result by the probability of \(x\).
5. Add those products together.
The Handy Relationship
There is a very famous identity you must know for Exam FAM:
\(E[S] = E[S \wedge d] + E[(S-d)_+]\)
In plain English: The total average loss equals the average amount the insured pays (the limited loss) plus the average amount the insurer pays (the stop-loss payment).
Did you know? This is often the fastest way to solve a problem! If the exam gives you \(E[S]\) and \(E[S \wedge d]\), you don't need to do any long summations—just subtract them!
Key Takeaway:
Stop-loss insurance covers the "tail" of the aggregate distribution. The expected cost is the weighted average of the losses that exceed the deductible.
3. Helpful Shortcuts and Tricks
The "Recursive" Formula for Discrete Stop-Loss
If you need to calculate the expected stop-loss payment for a deductible of \(d+1\) and you already know it for \(d\), you can use this shortcut (if \(S\) only takes integer values):
\(E[(S-(d+1))_+] = E[(S-d)_+] - P(S > d)\)
Mnemonics: Think of this like a staircase. As the deductible goes up by 1 step, the expected payment drops by the probability that you were actually on or above that step.
The Zero-Claim Problem
Sometimes, there is a chance that 0 claims occur. If \(N=0\), then \(S=0\).
- If \(d=0\), then \(E[(S-0)_+] = E[S]\).
- If \(d > 0\), the zero-case doesn't contribute to the stop-loss payment (because 0 is not greater than \(d\)).
Summary Checklist for Success
1. Can you convolve? Given two independent distributions, can you find the probability of their sum?
2. Do you know the stop-loss formula? Can you calculate \(E[(S-d)_+]\) using both the direct summation and the \(E[S] - E[S \wedge d]\) method?
3. Watch the deductible: In stop-loss, the deductible \(d\) applies to the sum, not individual claims. Don't mix them up!
Don't worry if this seems tricky at first! Aggregate models are often the most calculation-heavy part of the exam. Practice a few "sum of two dice" style problems to get the rhythm of convolution, and the stop-loss logic will start to feel like second nature. You've got this!