Welcome to the World of Aggregate Claims!
Hi there! If you've made it to Exam ASTAM, you already know that insurance companies don't just care about one single claim—they care about the total amount they have to pay out over a period. This total amount is called the Aggregate Claim, usually denoted by \(S\).
In this chapter, we are going to learn how to calculate the probability distribution of \(S\). Why does this matter? Because if an actuary can't predict the likelihood of total claims exceeding a certain amount, the company might not have enough money to pay them! We will focus on two main "toolkits": Convolution (for when we know exactly how many claims occurred) and Recursive Formulas (specifically Panjer’s Recursion, for when the number of claims is a random variable).
Don't worry if this seems heavy on the math at first. We’ll break it down into bite-sized pieces!
1. The Building Blocks: What is \(S\)?
Before we dive into the formulas, let's remember our core model:
\( S = X_1 + X_2 + ... + X_N \)
Where:
• \(N\) is the Frequency (the number of claims).
• \(X_i\) is the Severity (the cost of the \(i\)-th claim).
• \(S\) is the Aggregate Loss (the total "pile" of money paid out).
In this chapter, we generally assume that all \(X_i\) are independent and identically distributed (i.i.d.) and that they are also independent of \(N\).
2. The Convolution Method
Imagine you know for a fact that exactly 2 claims occurred (\(N=2\)). To find the probability that the total cost is \$100, you have to look at all the ways two numbers can add up to 100 (e.g., 20+80, 50+50, 0+100).
\nConvolution is just the formal mathematical way of "adding up all the combinations."
\n\nHow it works:
\nIf we define \(f_X(x)\) as the probability mass function (pmf) of a single claim, then the pmf of the sum of \(n\) claims, denoted as \(f^{*n}(s)\), is calculated as:
\n\( f^{*n}(s) = \sum_{x=0}^{s} f_X(x) \cdot f^{*(n-1)}(s-x) \)
\n\nStep-by-Step Breakdown:
\n1. Start with \(n=1\): The distribution of the sum of one claim is just the distribution of the claim itself. \( f^{*1}(s) = f_X(s) \).\n
2. Move to \(n=2\): Calculate the "2-fold convolution" by sliding the distribution of \(X\) against itself.\n
3. Keep going: For \(n=3\), you convolve \(X\) with the result of \(n=2\).
Quick Tip: Convolution is great for small \(N\), but it becomes a nightmare to do by hand if \(N\) is large. Think of it like manual counting—accurate, but slow!
\n\nKey Takeaway: Convolution is the method of finding the distribution of a fixed number of independent variables added together.
\n\n3. Panjer’s Recursive Formula
\nNow, let's get to the "magic trick" of actuarial science. In the real world, \(N\) isn't fixed; it’s a random variable (like Poisson or Negative Binomial). If we used convolution here, we’d have to calculate a sum for every possible value of \(N\). That’s too much work!
\nHarry Panjer developed a recursive shortcut. If the frequency \(N\) belongs to the (a, b, 0) class, we can find the probability of the total sum \(S\) without needing to calculate every possible \(n\) individually.
\n\nThe (a, b, 0) Class Refresh
\nRecall that for these distributions, the probability \(p_n = P(N=n)\) satisfies:\n
\( \frac{p_n}{p_{n-1}} = a + \frac{b}{n} \)
Common members include:\n
• Poisson: \(a = 0, b = \lambda\)\n
• Binomial: \(a < 0\)\n
• Negative Binomial: \(a > 0\)
The Formula (The Star of the Show)
\nFor a discrete severity \(X\) with pmf \(f_X(x)\) where \(x = 1, 2, 3, ...\), the pmf of aggregate claims \(f_S(s)\) is:
\n\( f_S(s) = \frac{1}{1 - a f_X(0)} \sum_{x=1}^{s} (a + \frac{bx}{s}) f_X(x) f_S(s-x) \)
\n\nWait! How do I start the recursion?
\nYou need a starting value, \(f_S(0)\). This is the probability that the total aggregate claim is zero. This happens if \(N=0\), or if \(N>0\) but all claims happen to be \$0.
For the (a, b, 0) class, the formula is:
\( f_S(0) = P_N(f_X(0)) \)
Where \(P_N(z)\) is the probability generating function (pgf) of the frequency \(N\).
Did you know? If the severity \(X\) cannot be zero (i.e., \(f_X(0) = 0\)), the formula becomes much simpler because the leading fraction becomes 1!
Step-by-Step Panjer Process:
1. Identify \(a\) and \(b\): Based on the given frequency distribution (\(N\)).
2. Calculate \(f_S(0)\): Use the pgf of \(N\).
3. Solve for \(f_S(1)\): Use the formula with \(s=1\).
4. Solve for \(f_S(2)\): Use the formula with \(s=2\) (which will use your result from \(f_S(1)\)).
5. Repeat until you reach the desired value of \(s\).
Common Mistake: Forgetting that the sum in the Panjer formula starts at \(x=1\), not \(x=0\). If you include \(x=0\) in the sum, you’ll end up with \(f_S(s)\) on both sides and get very confused!
Key Takeaway: Panjer's recursion is a powerful way to find the distribution of \(S\) by using previously calculated values of \(f_S\).
4. Dealing with Continuous Severities: Discretization
Panjer’s formula only works if the severity \(X\) is discrete (meaning claims are \$1, \$2, etc., not \$1.2345...). But in the real world, claims are often continuous. What do we do?
We discretize the distribution! We "chop" the continuous curve into buckets of size \(h\).
Method of Rounding (The Simplest Way)
In this method, we assign the probability of an interval to the nearest "grid point." If our step size is \(h\):
• \( f_0 = P(0 \le X < h/2) = F_X(h/2) \)
• \( f_j = P(jh - h/2 \le X < jh + h/2) = F_X(jh + h/2) - F_X(jh - h/2) \)
Analogy: Imagine you have a bag of flour (continuous). Discretization is like putting that flour into 1lb bags (discrete). It's not exactly the same, but it's much easier to count!
5. Quick Review & Exam Tips
Memory Aid: The "A-B-S" of Panjer
Remember the term in the sum: (a + bx/s).
• a and b come from the frequency.
• x is the value of the claim you are looking at right now.
• s is the total sum you are trying to calculate.
Quick Summary Table:
• Frequency \(N\) is fixed: Use Convolution.
• Frequency \(N\) is (a, b, 0): Use Panjer’s Recursion.
• Severity \(X\) is continuous: Discretize it first, then use Panjer.
Final Encouragement
The first time you see a Panjer table, it looks like a mountain of numbers. But notice the pattern: each row uses the answers from the rows above it. Practice calculating \(f_S(1)\) and \(f_S(2)\) a few times, and you'll see the rhythm. You've got this!