Chapter 16 Credit
In these notes we price the instruments that trade on default. Chapter 2 built the default time and observed that its survival probability is formally a discount factor; here we collect on that observation, deriving the credit default swap, the relation between a spread and a hazard rate — which turns out to be exact rather than approximate — and the bootstrap that turns a handful of quotes into a curve. We end with the one thing a single-name model cannot do, which is the subject of chapter 18.
16.1 What We Already Have
Chapter 2 did most of the modelling. Default is the first jump of a Cox process with intensity , the intensity exists because default arrives at a totally inaccessible time, and the survival probability is
| (16.1) |
which is chapter 7’s bond price with the intensity where the short rate was.
What is missing is everything on the instrument side: what trades, how it is priced, and how is recovered from what trades. That is this chapter, and the reader who has been through chapters 7 and 8 will find the shape familiar — an instrument that pays a stream against a contingent payment, a par rate at which the two balance, and a bootstrap. It is the swap market again with a different underlying.
Throughout, is the recovery rate: the fraction of notional a claim is worth after default. The loss given default is . We take deterministic, which makes (16.1) an ordinary integral, and note where stochastic intensity would change things.
16.2 The Credit Default Swap
Definition 16.1 (Credit default swap).
A credit default swap is an agreement in which the buyer of protection pays a periodic spread on a notional until the earlier of maturity and default, and in exchange receives at default if it happens before maturity.
It is an insurance contract written as a swap, and like a swap it has two legs to value.
Calculation 16.2 (The protection leg).
The buyer receives at if . Default happens in with probability — survive to , then default immediately — so
| (16.2) |
with the ordinary discount factor of chapter 7. Note that , so this is the loss integrated against the density of the default time.
Calculation 16.3 (The premium leg).
The seller receives per period while the name survives. On payment dates with accruals , the expected discounted receipts are
plus one correction. If default falls partway through a period, the protection buyer still owes the spread accrued up to that moment; conventionally this is taken as half a period, contributing
The sum of the two, per unit of spread, is the risky annuity RiskyAnn — chapter 7’s annuity with survival probabilities inserted alongside the discount factors.
Definition 16.4 (Par spread).
The par spread is the making the contract worth zero:
| (16.3) |
This is chapter 7’s par swap rate again — a contingent leg over an annuity — and everything structural follows as it did there. The par spread is what is quoted. The risky annuity is the sensitivity of the contract’s value to the spread, so it is the desk’s risk measure, quoted in the same units and for the same reason.
16.3 The Credit Triangle
There is a relation between spread, hazard and recovery that every credit desk uses to convert between them in their head. It is usually presented as an approximation. It is not.
Theorem 16.5 (The credit triangle).
With a flat hazard rate and premium paid continuously, the par spread is
| (16.4) |
exactly, for any deterministic interest rate curve.
Proof.
With constant, . Writing the premium leg as a continuous integral, the two legs are
| Prot | |||
| RiskyAnn |
The integrands differ by the constant factor and by nothing else. So the ratio (16.3) is that constant, whatever happens to be. ∎
The interest rate curve cancelling entirely deserves a pause. A credit default swap is a swap between two streams that stop at the same moment and are discounted by the same factors, so the discounting divides out. That is why a credit spread can be quoted and traded without reference to the rate curve, and why the credit market and the rates market can move independently without either repricing the other.
Example 16.1 (Converting in your head).
A name quoted at basis points, at the conventional forty percent recovery, is defaulting at
two and a half percent a year. Over five years that is a survival probability of , so the market is pricing about a one in eight chance of this name failing within five years. Running it the other way, a desk that believes a name defaults with probability one in twenty over five years believes and should be paid about basis points to insure it.
Doing this conversion quickly is most of what the triangle is for. It turns a quoted price into a statement about the world.
Calculation 16.6 (What the payment convention costs).
Real contracts pay quarterly, not continuously, so (16.4) is not exactly the quoted spread.
A premium paid at the end of each period is on average half a period later than one paid continuously, and that delay is discounted by both the interest rate and the survival probability. But the accrued-interest convention — the half-period term in the premium leg — was put there precisely to compensate the survival part of the delay. What it does not compensate is the interest rate part. So the error should be about half a period of interest,
| (16.5) |
with the accrual period. At a three percent rate and quarterly payment this predicts , and the model in quant/src/credit.rs gives . At annual payment it predicts and gives . At a zero interest rate it predicts nothing at all, and the computed error is zero to eight decimal places at every spread tried.
Notice what does not appear in (16.5): the spread. The error is at thirty basis points and at twelve hundred. This is the opposite of the usual guess — that the triangle “breaks down for distressed names” — and the reason is Theorem 16.5: the hazard rate cancels between the legs whatever it is, so nothing that survives the cancellation can depend on it. What survives is the interest rate, which the theorem removed only because continuous payment let it cancel too.
Remark (Recovery cannot be fitted).
Equation (16.4) pins down the product and not the two factors. A quoted spread of basis points is equally consistent with a two percent hazard and forty percent recovery, or a three percent hazard and sixty percent recovery, and no amount of staring at that quote will separate them.
This is why recovery is fixed by convention — forty percent for senior unsecured, conventionally — rather than calibrated. It is not laziness. There is nothing in the price to calibrate it against, and pretending otherwise would produce a number that looked estimated and was in fact assumed. Separating the two requires an instrument sensitive to recovery on its own, which is what a recovery swap or a pair of bonds at different seniority provides.
Compare this with the identification problems of chapters 10 to 12. It is the same shape — a product of parameters is observable, the factors individually are not — but with an unusually honest resolution, since the market agreed on a convention rather than each desk picking its own.
16.4 Bootstrapping the Hazard Curve
One quote gives one hazard rate. A curve of quotes — one, three, five, seven and ten years are the liquid points — gives a term structure, and the procedure is chapter 7’s.
Take the hazard rate to be piecewise constant between quoted maturities. Then the one year quote involves only the first segment and fixes it. The three year quote involves the first segment, now known, and the second, which it therefore fixes. And so on outward.