Exam guide

ASTAM Aggregate Models

ASTAM aggregate models combine claim counts and claim sizes into a total loss distribution. The exam emphasis is convolution, Panjer recursion, severity discretization, and sums of compound Poisson models.

Credential side
SOA
Primary intent
ASTAM aggregate models
Best next page
ASTAM Coverage Modifications
Official Source Map

SOA Exam ASTAM

Official syllabus, notation, formula sheet, introductory note, study notes, and released exams are mapped for topic planning.

source map reviewed
Last verified 2026-05-1310 official source filesNo raw exam or textbook text published
Exam facts

What the official PDFs establish

Format
3-hour exam with six questions and 60 total points.
Excel component
One question is answered in an Excel workbook; five questions are answered in written booklets.
Assumed knowledge
FM, P, FAM, and mathematical statistics VEE are assumed.
Submission split
The Excel workbook is uploaded for the Excel question, while answer booklets are submitted for the written questions.
Tables and formula access
Paper tables and the paper formula sheet are not supplied; candidates use the provided Excel workbook and official electronic resources.
Weights

Topic and domain coverage

TopicWeightSource
Severity Models8-18%
Aggregate Models12-22%
Coverage Modifications8-18%
Construction and Selection of Parametric Models14-24%
Credibility12-20%
Reserving and Pricing15-29%
Readings

Chapter and reading intelligence

  • Loss Models, fifth edition

    Selected sections from chapters 3, 5, 7-9, 11-13, 15, 17, and 18 are mapped in the syllabus.

  • Introduction to Ratemaking and Loss Reserving

    Selected sections from chapters 1, 4, and 5 are listed for ratemaking and loss reserving context.

  • Outstanding Claims Reserves and QERM Chapter 5

    Study notes support reserving and risk-measure topics; the guide summarizes concepts and links official materials.

Materials

Official files used by the map

Source note: some study materials are private references. ActuaryPath links official sources and uses original explanations instead of republishing paid or copyrighted materials.

Quick Answer

The Spring 2026 ASTAM syllabus gives aggregate models a 12-22% weight. The outcomes name convolution, recursive formulas for (a,b,0) and (a,b,1) frequency classes, severity discretization, and sums of compound Poisson models.

The central random variable is S = X_1 + ... + X_N. Once you define N and the individual severity distribution, the rest is a distribution-building problem.

Aggregate loss
S=i=1NXiS=\sum_{i=1}^{N} X_i

Panjer Recognition

Panjer recursion works when the frequency distribution belongs to the right recursive class and severity has been placed on a discrete grid. Poisson, binomial, and negative binomial are the key families to recognize quickly.

The exam can test the mechanics, but the setup matters more. Define the grid, define the mass at zero, identify a and b, and then start the recursion. Skipping the setup usually causes off-by-one errors.

Discretization Choices

Continuous severities must be discretized before recursive aggregate calculations. Rounding and local moment matching are both syllabus-level methods.

The actuarial issue is approximation error. A finer grid gives more accuracy but more computation. A coarser grid is faster but can distort layer premiums and tail probabilities.

Original Practice Drill

Let N be Poisson with mean 2.5 and let severity take values 1, 2, and 3 with probabilities 0.50, 0.30, and 0.20. Use Panjer recursion to calculate probabilities for S = 0 through 5, then check the mean by E[S] = E[N]E[X].

A complete written answer states the frequency family, the severity grid, the recursion seed, and the reason the mean check is a diagnostic rather than a second solution.

Common Traps

Trap 1: using Var(X) where compound Poisson needs E[X squared] in the variance of S.

Trap 2: forgetting that a zero severity mass changes the recursion seed and the interpretation of claim count.

Trap 3: treating sums of compound Poisson models as unrelated. Independent compound Poisson sums can often be recombined into one compound Poisson with a mixture severity.

Practice

Original exam practice

3 questions built from syllabus outcomes and released-exam patterns. The prompts and answers are original, so they train the skill without copying official exam text.

ASTAM Aggregate and Panjer Drill

Practice for aggregate-loss setup, recursion seeds, zero severity mass, and compound Poisson mixtures.

ASTAM - 20 min
Source pattern: SOA ASTAM aggregate-model outcomes; original calculation checks.
  1. Question 1/Calculation

    Compound Poisson seed

    If the claim count is Poisson with mean lambda and the discrete severity distribution has no mass at zero, what is the probability of zero aggregate loss?

    Solution and grading points

    The probability is exp(-lambda). With no zero severity mass, total loss is zero only when there are no claims.

    • Uses the Poisson zero-count probability.
    • Explains why no zero severity mass matters.
    • Treats the seed as a distribution probability, not a recursion coefficient.
  2. Question 2/Written Answer

    Zero severity mass

    Why does positive severity mass at zero change the aggregate-loss setup?

    Solution and grading points

    If individual severities can be zero, then S can be zero even when N is positive. The recursion seed must reflect both zero claims and claims with zero payment.

    • Recognizes that positive claim counts may still produce zero total payment.
    • Connects zero mass to the seed probability.
    • Keeps claim count separate from payment count.
  3. Question 3/Written Answer

    Sum of compound Poisson models

    Two independent compound Poisson loss models have rates lambda_1 and lambda_2 and severity distributions F_1 and F_2. How can their sum be represented?

    Solution and grading points

    The sum is compound Poisson with rate lambda_1 + lambda_2 and mixture severity that chooses F_1 with weight lambda_1 / (lambda_1 + lambda_2) and F_2 with weight lambda_2 / (lambda_1 + lambda_2).

    • Adds the Poisson rates.
    • Uses rate-proportional severity mixture weights.
    • States the independence assumption.

References and official sources