The Structural Approach To Default Prediction and Valuation
The Structural Approach To Default Prediction and Valuation
and the rule that equity holders receive the residual value of the firm, it
follows that the value of equity is negative if the asset value is smaller
than the value of liabilities. If you have something with negative value,
and you can give it away at no cost, you are more than willing to do so.
This is what equity holders are expected to do. They exercise the walk-
away option that they have because of limited liability and leave the firm
to the creditors. As the asset value is smaller than the value of liabilities,
creditors' claims are not fully covered, meaning that the firm is in default.
The walk-away option can be priced with standard approaches from op-
tion pricing theory.
The basic premise of structural models is that default occurs if the value
of the assets falls below a critical value associated with the firm's liabili-
ties. To clarify the issues, we consider the simple set-up examined by
Merton (1974): the firm's liabilities consist of just one zero-coupon bond
with principal L maturing in T. There are no payments up until T, and eq-
uity holders will wait until T before they decide whether to default or not.
(If they defaulted before T they would forego the chance of benefiting
from an increase of the asset value). Accordingly, the default probability
is then the probability that, at time T, the value of the assets is below the
value of the liabilities.
In the literature, one often uses the term distance to default (DD). It mea-
sures the number of standard deviations the expected asset value AT is
away from the default. We can therefore write
So far, we have not used any option pricing formula. In fact, there is no
theoretical reason why we need them to determine default probabilities,
but instead a practical one: for a typical firm, we cannot observe the mar-
ket value of assets. What we can observe are book values of assets, which
can diverge from market values for many reasons. If we do not observe
asset values, we do not know today's asset value At needed for formula
(2.2). In addition, we cannot use observed asset values to derive an esti-
mate of the asset volatility σ.
This is the pay-off of a European call option. The underlying of the call
are the firm's assets; the call's strike is L. The pay-off to bond holders cor-
responds to a portfolio composed of a risk-free zero-coupon bond with
principal L and a short put on the firm's assets, again with strike L.
If the firm pays no dividends, the equity value can be determined with
the standard Black-Scholes call option formula:
For simplicity, we have not added time subscripts to the d1s and d2s,
whereas we have added them to the other variables that can change over
time. Using time-varying interest rates and liabilities is somehow incon-
sistent with the Merton model, in which both are constant. However, we
can hope to come closer to market valuations with this approach, because
the latter will be based on the information the market has at a particular
date.
If we make the ad hoc assumption that the maturity is one year, there is
no reason why we should not apply it to every day in the past. On the con-
trary, it seems natural because firms often have relatively stable maturity
structures, i.e., issue new debt when some part of the debt is retired.
Setting (T – t) to one for each day within the preceding twelve months,
(2.8) simplifies to
Iteration 0: Set starting values At–a for each a = 0, 1,…, 260. A sensible choice is to set the At–
a equal to the sum of the market value of equity Et–a and the book value of liabilities Lt–a.
Set σ equal to the standard deviation of the log asset returns computed with the At–a.
Iteration k: Insert At–a and σ from the previous iteration into the Black-Scholes formulae d1
and d2. Input these d1 and d2 into Equation (2.7) to compute the new At–a. Again use the At–
a to compute the asset volatility.
We will now implement this procedure for Enron, three months before its
default in December 2001. At that time, this default was the biggest corpo-
rate default ever. It also caught many investors by surprise because
Enron had decent agency ratings until a few days before default.
We collect quarterly data on Enron's liabilities from the SEC Edgar data
base. The one-year US treasury rate serves as the risk-free rate of return2
and the market value of equity can be obtained from various data
providers. When linking the daily data on equity value with the quarterly
liability data, we take the most recent, available data. The date of avail-
ability is taken to be the filing date stated in the SEC filings. On July 31,
2001, for example, the liability data is from the report for the first quarter
of 2001, filed on May 15, 2001. We therefore use only information actually
available to the market at our valuation date.
Table 2.1 Using the iterative approach to estimate asset values and asset
volatility
The data and calculations are contained in Table 2.1. We start by entering
the initial values for the asset value in column F. Our guess is that the as-
set value equals the market value of equity plus the (book) value of liabili-
ties. Cell F4, for example, would read = B4 + C4.
Column G contains the system of Equations (2.9). For each day, we com-
pute the asset value using the rearranged Black-Scholes formula. For con-
venience we write a VBA-function BSd to compute the d1 as given in
Equation (2.6):
Function BSd(S, x, h, r, sigma)
‘S=value underlying, x=strike, h=time to maturity,
‘r=risk-free rate, sigma=volatility underlying
BSd = (Log(S / x) + (r + 0.5 * sigma ^ 2) * h) / (sigma * h ^ 0.5)
End Function
In column H, we compute the log returns of the asset values from column
F. We use the function STDEV to determine their standard deviation and
multiply the result with the square-root of 260 (the number of trading
days within a year) to transform it into a per annum volatility (this is an
application of the root-T-rule explained in Box 2.1).
PT / P0 = R0,T = R1 × R2 × R3 × … × RT
where P denotes price and R the simple, gross return. With logarithmic
returns r = ln(R) we have (recall ln(x y) = ln(x) + ln(y))
r0,T = r1 + r2 + r3 + … + rT
Var(r0,T) = T × Var(rt)
For the default probability formula, we need the expected change in asset
values. With the asset values obtained in Table 2.1, we can apply the
standard procedure for estimating expected returns with the Capital
Asset Pricing Model (CAPM). We obtain the beta of the assets with respect
to a market index, and then apply the CAPM formula for the return on an
asset i:
Table 2.2 Using estimated asset values and the CAPM to derive an esti-
mate of the drift rate of asset returns
By regressing the asset value returns on S&P 500 returns, we obtain an es-
timate of the asset's beta. This is done in Cell I5 with the function SLOPE.
Assuming a standard value of 4% for the market risk premium E[RM] – R,
the expected asset return is then 4.6%. This, however, is not the drift rate
μ that we use in our formula 2.2. The drift rate μ is for logarithmic re-
turns. We determine μ as ln(1.046).
Now that we have estimates of the asset volatility, the asset value and the
drift rate, we can compute the default probability. This is done in Table
2.3. The estimated one-year default probability as of August 31, 2001, is
8.72%.
The iterative solution of the last section used the Black-Scholes formula
and solved the problem of one equation with two unknowns by examin-
ing (2.11) for various dates t.
Another common approach is to use (2.11) for the current date t only, and
introduce another equation that also contains the two unknowns. Since
equity is a call on the asset value, its riskiness depends on the riskiness of
the asset value. Specifically, one can show that the equity volatility σE is
related to the asset value At and the asset volatility σ in the following way:
where d1 is the standard Black-Scholes d1 as given in Equation (2.6). If we
know the equity value Et and have an estimate of the equity volatility σE,
(2.11) and (2.12) are two equations with two unknowns. This system of
equations does not have a closed-form solution, but we can use numerical
routines to solve it.
In the following, we apply this approach to the case study from the previ-
ous section. We use the same data and assumptions, i.e., we set the hori-
zon T – t to one year, we take the equity value Et from the stock market,
set liabilities L equal to book liabilities, and use the one-year yield on US
treasuries as the risk-free rate of return. The only new parameter that we
need is an estimate of the equity volatility σE. We choose to base our esti-
mate on the historical volatility measured over the preceding 260 days.
Data and computations are shown in Table 2.4. Daily Enron stock prices
are in column B.3 They are converted to daily log returns in column C. For
example the formula reads =LN(B3/B2) for cell C3. By applying the STDEV
command to the range containing the returns, we get the standard devia-
tion of daily returns. Multiplying this figure with the square root of 260
gives us the annualized equity volatility (see Box 2.1). The whole formula
for cell E2 then reads =STDEV(C3:C263)*260^0.5.
Table 2.5 Calibrating the Merton model to equity value and equity
volatility
We now have all the data needed to solve the Black-Scholes equation sys-
tem. This is done in Table 2.5. Our input data is contained in the range
B2:B6.
A good choice for the initial asset value in cell B9 is the market value of
equity plus the book value of liabilities. An approximation of the un-
known asset volatility in cell B10 can be based on Equation 2.12. Solving
this equation with respect to σ and assuming Φ(d1) = 1, we get the
approximation
To see why Equation (2.13) is useful, examine when the assumption Φ(d1)
= 1 holds. Through the properties of the normal distribution, Φ(d1) lies be-
tween 0 and 1. For large d1, Φ(d1) approaches 1. Comparing the equation
for d1 (2.6) with the equation for the distance to default (2.3), we see that
they have the same structure, and differ only in the drift rate and the sign
of the variance in the numerator. Thus, a large d1 goes along with a high
distance to default, and a low default probability. If this is true – and most
firms have default probabilities smaller than 5% – the approximation
(2.13) is reasonable.
The option pricing equations are entered in B13:B16. We could again use
our Bd1 function. For the sake of variation, we type the formulae for d1
and d2 in cells B13 and B14, respectively. The two Black-Scholes equations
(2.11) and (2.12) are in cells B15 and B16, respectively.
The equation system is solved if the difference between model values and
observed values is zero. That is, we would like to reach B15=B2 and
B16=B3 by changing B9 and B10. To arrive at a solution, we can minimize
the sum of squared differences between model values and observed val-
ues. Since equity value and equity volatility are of different order, it is ad-
visable to minimize the sum of squared percentage differences.
Otherwise, the numerical routine could be insensitive to errors in equity
volatility and stop short of a solution that sets both equations to zero.
which we write in cell B19. We then use the Solver to minimize B19 by
changing B9 and B10 (see screenshot in Table 2.5). The precision option
of the Solver is set to 0.000001. We also tick the options ‘Assume non-nega-
tive’ and ‘Use Automatic Scaling’.
The Solver worked fine in this example – model values are very close to
observed equity values, and convergence was quick. In cases where the
Solver has approached the solution but stopped before errors were close
to zero, try running the Solver again. In cases where the Solver procedure
stops because it considers a value of zero for the asset volatility, add the
constraint B10≥0.000001 in the Solver window. In some cases, playing
around with the objective function might also help.
To compute the default probability, we again need the drift rate of asset
returns. We could, for example, obtain it in a fashion similar to the previ-
ous section. Apply the calculations from Table 2.5 to a series of dates in
the past, obtain a series of asset values, and use the CAPM as in Table 2.2.
For simplicity, we do not spell out the calculations but rather use the drift
rate obtained in the previous section, which was 4.5%. The default proba-
bility can then be determined as in Table 2.3, which gives 0.38%.
The following table summarizes the key results that we obtained with the
two different approaches:
This may seem odd because we used the same one-year history of equity
prices in both approaches. However, we used them in different ways. In
the 2-equation approach, we estimated the equity volatility from those
prices. This is a good way of estimating a volatility if we believe it to be
constant across time. But equity is a call option in the Merton world, with
risk varying if the asset-to-equity ratio At/Et varies (see Equation 2.12).
Equivalently, we could also say that equity risk varies with leverage, be-
cause leverage can be measured through (At – Et)/At = 1 – Et/At.
We can also compare our estimates to the ones from a commercial imple-
mentation of the Merton model: the EDF™ measure by Moody's KMV
(MKMV, see Box 2.2 for a brief description). One element that MKMV adds
to the simple Merton approach is calibration of the model outcome to de-
fault data. For various reasons (e.g., non-normal asset returns) Merton de-
fault probabilities can underestimate the actual default probabilities.
MKMV thus uses a historical default database to map model default prob-
abilities into estimates of actual default probabilities. Partly for this rea-
son, EDFs are usually larger than the default probabilities we get from
implementations like the ones we followed here.
For August 2001, the EDF for Enron was roughly 2%,4 which is larger than
the result we get from the 2-equation approach, but smaller than the re-
sult from the iterative approach. The latter is somewhat atypical. One rea-
son could be that the critical value that triggers default in the EDF model
is not total liabilities, but short-term debt plus a fraction of long-term lia-
bilities. Although this adjustment increases the quality of EDFs on aver-
age, it may have led to an underestimation for Enron. Due to off-balance
sheet transactions, financial statements understated the Enron's liabili-
ties. By using the total liabilities, we may have unwittingly corrected this
bias.
To sum up, the case that we have examined may be somewhat atypical in
the sense that a simple implementation of the Merton model yields rela-
tively high default probabilities, which also seem to be close to the true
default probability. In many cases and especially for short maturities, a
simple Merton approach will produce default probabilities that are very
low, such as 0.0000001%, even though we have good reason to believe
that they should be much higher. We would then be hesitant to use the
model result as an estimate of the actual default probability. Empirical
studies, however, show that the results can nonetheless be very useful for
ordering firms according to their default risk (see Vassalou and Xing,
2004).
We start with step 1. In the balance sheet of a firm, liabilities are split up
into current liabilities (maturity less than one year) and long-term liabili-
ties (maturity larger than one year). Additional information on maturity
can be obtained from the annual report, an examination of outstanding
bonds or other sources. Usually, however, this information is not suffi-
cient for precisely determining the average maturity. Here, we follow a
simple rule that requires little information: assuming that current (long-
term) liabilities have an average maturity of 0.5 (10) years, the average
maturity obtains as (L is total liabilities, CL is current liabilities)
[0.5 × CL + 10 × (L – CL)]/L
With the balance sheet from Enron's quarterly report for June 2001, this
leads to a maturity of T – t = 5.53 years.
Having fixed T, we can proceed to step 2 and compute the value of ac-
crued dividends and interest payments at T. We assume that dividends
are paid annually, and that they grow at an annual rate of g. With the div-
idend just paid (D0), the end value of the dividend stream, which we de-
note by D, then obtains as
From Enron's annual report, the dividend for 2000 was D0 = 368m, up
3.66% on the 1999 dividend. This motivates our assumption of g = 3%.
Note that we accrue dividends at the risk-free rate r, which we take to be
the yield of five-year treasuries. Using the risk-free rate seems ad hoc, be-
cause dividends are risky, but it has some justification because dividends
will be treated senior to debt, and so it is probably a better choice than
the yield on Enron's debt.
Interest payments are treated in a similar fashion. Assuming that they are
due annually, and that the coupon rate is c, the end value of interest pay-
ments (denoted by I) is
Now we can move to step 3. As in the first two sections, the analysis will
rest on the option pricing formula that returns equity value as a function
of the asset value, liabilities and asset volatility. To understand how eq-
uity should be valued, we examine the pay-off to equity holders at matu-
rity T. Assuming that accrued dividends D have priority over the princi-
pal L, and that accrued interest I and accrued dividends have equal prior-
ity, we can distinguish three regimes (AT is the asset value at maturity):
Table 2.6 Pay-off structure if accrued dividends and interest have priority
over other liabilities L
The pay-off structure is shown in Table 2.6 for example values for D, I
and L.
= equity value.
In Table 2.7, the approach is applied to Enron. Dividends and interest are
accrued in E1:G12 using Equations (2.14) and (2.15), respectively.
The starting value for the asset value is equity value plus book value of li-
abilities; the starting value for the asset correlation is equity correlation
times Et/At. Cells B19:B24 contain the formulae (2.16) to (2.19). We then
use the Solver to minimize the squared percentage errors between the
observed values (for equity value and volatility) and their model
counterparts.
We also determine the default probability (cell B29). Assuming the drift
rate to be 4.5% as in the previous section, we get a default probability of
31.37%. Note that this is a default probability over a horizon of 5.5 years.
Within our framework, it is not obvious how to convert it to an annual
default probability, because the model does not allow interim defaults. To
get some indication, we can derive an annual default probability under
the assumption that default probabilities are constant across time. This
leads to
Table 2.7 Calibrating the multi-period model to equity value and equity
volatility
CREDIT SPREADS
With the estimates from Table 2.7, we can also determine the yield on
Enron's liabilities. In our model, the firm has just one bond that pays L + I
at maturity (if the firm is not in default). The current value of the bond Bt
is the payment in T discounted at the yield y. We also know that it is equal
to the asset value minus the equity value. Therefore, we have
Solving for the yield y we get
Here, we have inserted the results from Table 2.7. The spread s (i.e., the
difference between the corporate bond yield and the risk-free rate) is
CREDITGRADES
default barrier = Λ D
The drift rate is set to zero. This is justified if firms tend to maintain a
constant leverage over time. Assets may rise at some rate but if debt rises
at the same rate, the distance to the default barrier remains constant and
we can describe the situation by assuming a zero drift for both assets and
debt.
For the initial asset value, the CG model suggests the approximation A = S
+ D where S is the firm's stock price. This choice is based on an inspec-
tion of boundary cases; details can be found in Finger et al. (2002, p. 10).
The asset volatility is set to
where σE is equity volatility. This expression is an approximation of the
theoretical relationship between asset volatility and equity volatility that
we also used in previous sections (see Equations (2.12 and 2.13)).
Moving on, one can derive an approximation for the probability that the
firm survives until time t, as seen from today (t = 0):
with
For financial firms and companies with large financial subsidiaries the
debt calculation is adjusted by either excluding the financial subsidiary
or changing the whole financial debt calculation procedure. For banks
some authors suggest eliminating the short-term borrowings. Another
way to obtain an estimate for the debt-per-share ratio is to compare the
leverage ratios of the company with its peers.
The recovery rate and its volatility λ can be based on recovery statistics
published by rating agencies, e.g., see Chapter 7, Table 7.6. CG proposes
= 0.5 and λ = 0.3. Equity volatility can be estimated as described above
(see Table 2.4). Alternatively, option implied volatilities can be used.
In Table 2.8 we estimate the CreditGrades model for John Wiley & Sons as
of December 09. The parameters for the global recovery Λ and the volatil-
ity of the default barrier are set to 50% (cell B4) and 30% (cell B5) re-
spectively. The time horizon can be specified in cell B6.
From the SEC filings we obtain the balance sheet information needed to
calculate the financial debt: the short-term borrowings (cell B10), long-
term borrowings (B11) and the other short-term (B12) and long-term
(B13) liabilities.
Both the preferred equity and minority interest (cells B14/B15) are zero
for Wiley. The financial debt is then given in cell B17 as the sum of the
former, with a weighting of ½ on other liabilities:
=B10+B11+0.5*(B12+B13).
=B17-MIN(0.5*B17,B15).
=(B24*EXP(B5^2))/(B4*B19)
=(((E18*E11)/(B24))^2*B6 + B5^2)^0.5
In the following case study we will show the calculation of a time series of
CreditGrade survival probabilities for one company, Lehman Brothers. As
mentioned before, the adjustments necessary when dealing with finan-
cial companies are not standard. The estimation of the debt-per-share
variable should be adjusted in order not to overweight short-term bor-
rowings. Furthermore, the volatility of the barrier is usually set to a lower
level, e.g., 10% as proposed by Veraart (2004). Here we show that these
simple adjustments are sufficient to obtain a timely credit assessment.10
When dealing with time series it is convenient to comprise the calculation
into one function; here CG_PS(S, sigma_E, D, Lambda, sigma_B, t) will di-
rectly estimate the survival probability according to Equation (2.23):11
At the end of the second quarter 2008, when Lehman published its last
quarterly report, the Lehman CDS trades around 230 basis points.
Assuming that the CDS spread correctly prices the default risk, we obtain
a market-implied debt-per-share ratio of $62.15 Using this implied debt-
per-share ratio lowers the PD implied by CreditGrades compared to the
use of balance sheet information, but it is still large enough to create seri-
ous concerns about the solvency of Lehman. The subsequent increase of
both PD measures is driven by the increasing stock volatility and the de-
crease of the stock price, predictors that are particularly useful in such
crisis scenarios. Concluding, we find that CreditGrades is able to provide
quite timely credit signals, even in difficult cases.
APPENDIX
Here we collect some equations of the CreditGrades model mentioned in
the main text. The formulae can be used to estimate the implied asset
volatility and implied barrier. Furthermore we give the CDS spread for-
mula for estimating the implied debt-per-share from observed CDS
spreads. To start, the price of an European put option under the CG
framework is given as16
where X is the strike, T the maturity of the option, B the random default
barrier, Φ(x, y) the integral over the normal distribution density from x to
y and Φ(x) the corresponding integral over [–∞, x]. I is given as
where
With two at-the-money put prices P1,2 we can use Equation (2.A1) to solve
for the implied asset volatility and the implied barrier. However here it is
easier to solve
Converting the survival probability into a credit spread we specify R as
the recovery rate of the underlying credit17 and obtain18
Using observed CDS spreads we can now use Solver in combination with
the CG_CDS function, e.g., to find the implied debt-per-share ratio or any
other parameter of interest.
NOTES AND LITERATURE
Assumptions
The Merton model, like any model, simplifies the reality to make things
tractable. Important assumptions in Merton (1974) are: no transactions
cost; no bankruptcy cost; no taxes; unrestricted borrowing and lending at
the risk-free interest rate; no short selling restrictions; no uncertainty
about liabilities; lognormally distributed assets. Many extensions to
Merton (1974) have been proposed and tested, and the design and practi-
cal application of structural models is still high on the agenda in credit
risk research.
Literature
The seminal paper is Merton, R.C., 1974, On the pricing of corporate debt.
The risk structure of interest rates, Journal of Finance 29, 449–470.
The iterative method is used, for example, in Vassalou, M. and Xing, Y.,
2004, Default risk in equity returns, Journal of Finance 59, 831–868. Our
multi-year analysis follows Delianedis, G. and Geske, R., 2001, The compo-
nents of corporate credit spreads. Default, recovery, tax, jumps, liquidity,
and market factors, Working paper, UCLA. The approach behind Moody's
KMV EDFs is described in Kealhofer, S., 2003, Quantifying credit risk I:
Default prediction, Financial Analysts Journal 59(1), 30–44.
3
Prices should be adjusted for stock splits etc.
6
The exact solution involves the bivariate normal distribution, which can
be evaluated with a function used in Chapter 6.
7 See Hull, Nelken and White (2005) for a discussion of implied leverage
in the Merton model.
8
See Chapter 10 of this book for an extensive discussion of CDS and im-
plied probabilities. See Equation (2.A2) in the Appendix of this chapter
for a closed form solution of a CDS spread under the CG model. Another
approach to market implied leverage is the use of two at-the-money op-
tion prices to estimate both the implied asset volatility and implied lever-
age using the option pricing formula (2.A1).
9 Cells E16–E17 present both the 30 days historical volatility and the op-
tion implied volatility. In cell E18 we enter our assumed volatility.
12 Note that Lehman undertook two stock splits (2:1), one in September
2000, the other in June 2006. The share prices we use adjust for these
splits.
13
Increasing the global recovery parameter, e.g., to 60%, as examined for
financials by Veraart (2004), improves the match to the rating implied PDs
during that period.
14
In early 2007 the historical volatility climbed from around 30% to 50%.
With option implied volatility this pattern is even more pronounced. The
stock price started dipping two quarters later.
16
See Finger et al. (2002).
17 Note the difference between R and Λ. The former refers to the expected
recovery of a specific part of the firm's liabilities, e.g., a bond, whereas
the expected value of the random variable Λ gives the expected average
recovery over all assets of the firm.
18 For more details on CDS spreads and the procedure underlying the de-
viation of this equation, see Chapter 10.