
Explanation:
The two-period cumulative probability of default for a B-rated credit is 4.5% (option D).
The given table is a credit rating transition matrix (also called a Markov chain transition matrix). Each row shows the probabilities of moving from the current rating (row) to each possible rating (column) over one period.
The one-period (marginal) PD for a B credit is directly read from the matrix:
B → D = 0.02 or 2.0%.
For the two-period cumulative PD, we need the probability of having defaulted by the end of period 2 (i.e., being in the D state after two transitions), starting from B.
This can be calculated in two equivalent ways:
Compute the two-step transition matrix by multiplying the original matrix by itself (P × P).
The entry for row B, column D in P² gives the exact two-period cumulative default probability.
Result: 0.045 or 4.5%.
We sum the probabilities of all mutually exclusive paths that lead to default within two periods:
Path 1: B → D in period 1 (then stays in D):
0.02 × 1.00 = 0.0200 (2.0%)
Path 2: B → B in period 1, then B → D in period 2:
0.90 × 0.02 = 0.0180 (1.8%)
Path 3: B → C in period 1, then C → D in period 2:
0.05 × 0.14 = 0.0070 (0.7%)
Path 4: B → A in period 1, then A → D in period 2:
0.03 × 0.00 = 0.0000 (0%)
Total cumulative PD = 0.0200 + 0.0180 + 0.0070 + 0.0000 = 0.0450 or 4.5%.
This 4.5% represents the cumulative (not marginal) probability of default over the full two periods.
Tip for FRM Part 1: Always treat Default as absorbing. For multi-period cumulative PD from a starting rating i, compute the (i, Default) entry of the powered transition matrix Pⁿ (or sum the relevant paths). Matrix multiplication is the fastest method in exams.
Ultimate access to all questions.
Given the following ratings transition matrix, calculate the two-period cumulative probability of default for a B credit.
| Rating at beginning of period | A | B | C | D |
|---|---|---|---|---|
| A | 0.95 | 0.05 | 0.00 | 0.00 |
| B | 0.03 | 0.90 | 0.05 | 0.02 |
| C | 0.01 | 0.10 | 0.75 | 0.14 |
| Default | 0.00 | 0.00 | 0.00 | 1.00 |
A
2.0%
B
2.5%
C
4.0%
D
4.5%
No comments yet.