Rahul Sharma (Editor)

SABR volatility model

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

In mathematical finance, the SABR model is a stochastic volatility model, which attempts to capture the volatility smile in derivatives markets. The name stands for "stochastic alpha, beta, rho", referring to the parameters of the model. The SABR model is widely used by practitioners in the financial industry, especially in the interest rate derivative markets. It was developed by Patrick S. Hagan, Deep Kumar, Andrew Lesniewski, and Diana Woodward.

Contents

Dynamics

The SABR model describes a single forward F , such as a LIBOR forward rate, a forward swap rate, or a forward stock price. The volatility of the forward F is described by a parameter σ . SABR is a dynamic model in which both F and σ are represented by stochastic state variables whose time evolution is given by the following system of stochastic differential equations:

d F t = σ t F t β d W t , d σ t = α σ t d Z t ,

with the prescribed time zero (currently observed) values F 0 and σ 0 . Here, W t and Z t are two correlated Wiener processes with correlation coefficient 1 < ρ < 1 :

d W t d Z t = ρ d t

The constant parameters β , α satisfy the conditions 0 β 1 , α 0 .

The above dynamics is a stochastic version of the CEV model with the skewness parameter β : in fact, it reduces to the CEV model if α = 0 The parameter α is often referred to as the volvol, and its meaning is that of the lognormal volatility of the volatility parameter σ .

Asymptotic solution

We consider a European option (say, a call) on the forward F strike at K , which expires T years from now. The value of this option is equal to the suitably discounted expected value of the payoff max ( F T K , 0 ) under the probability distribution of the process F t .

Except for the special cases of β = 0 and β = 1 , no closed form expression for this probability distribution is known. The general case can be solved approximately by means of an asymptotic expansion in the parameter ε = T α 2 . Under typical market conditions, this parameter is small and the approximate solution is actually quite accurate. Also significantly, this solution has a rather simple functional form, is very easy to implement in computer code, and lends itself well to risk management of large portfolios of options in real time.

It is convenient to express the solution in terms of the implied volatility of the option. Namely, we force the SABR model price of the option into the form of the Black model valuation formula. Then the implied volatility, which is the value of the lognormal volatility parameter in Black's model that forces it to match the SABR price, is approximately given by:

σ impl = α log ( F 0 / K ) D ( ζ ) { 1 + [ 2 γ 2 γ 1 2 + 1 / F mid 2 24 ( σ 0 C ( F mid ) α ) 2 + ρ γ 1 4 σ 0 C ( F mid ) α + 2 3 ρ 2 24 ] ε } ,

where, for clarity, we have set C ( F ) = F β . The value F mid denotes a conveniently chosen midpoint between F 0 and K (such as the geometric average F 0 K or the arithmetic average ( F 0 + K ) / 2 ). We have also set

ζ = α σ 0 K F 0 d x C ( x ) = α σ 0 ( 1 β ) ( F 0 1 β K 1 β ) ,

and

γ 1 = C ( F mid ) C ( F mid ) = β F mid , γ 2 = C ( F mid ) C ( F mid ) = β ( 1 β ) F mid 2 .

The function D ( ζ ) entering the formula above is given by

D ( ζ ) = log ( 1 2 ρ ζ + ζ 2 + ζ ρ 1 ρ ) .

Alternatively, one can express the SABR price in terms of the normal Black's model. Then the implied normal volatility can be asymptotically computed by means of the following expression:

σ impl n = α F 0 K D ( ζ ) { 1 + [ 2 γ 2 γ 1 2 24 ( σ 0 C ( F mid ) α ) 2 + ρ γ 1 4 σ 0 C ( F mid ) α + 2 3 ρ 2 24 ] ε } .

It is worth noting that the normal SABR implied volatility is generally somewhat more accurate than the lognormal implied volatility.

SABR for the negative rates

A SABR model extension for Negative interest rates that has gained popularity in the recent years is the shifted SABR model, where shifted forward rate is assumed to follow a SABR process

d F t = σ t ( F t + s ) β d W t , d σ t = α σ t d Z t ,

for some positive shift s . Since shifts are included in a market quotes, and there is an intuitive soft boundary for how negative rates can become, shifted SABR has become market best practice to accommodate negative rates.

The SABR model can also be modified to cover Negative interest rates by:

d F t = σ t | F t | β d W t , d σ t = α σ t d Z t ,

for 0 β 1 / 2 and a free boundary condition for F = 0 . Its exact solution for the zero correlation as well as an efficient approximation for a general case are available.

An obvious drawback of this approach is the a priori assumption of potential highly negative interest rates via the free boundary.

Arbitrage problem in the implied volatility formula

Although the asymptotic solution is very easy to implement, the density implied by the approximation is not always arbitrage-free, especially not for very low strikes (it becomes negative or the density does not integrate to one).

One possibility to "fix" the formula is use the stochastic collocation method and to project the corresponding implied, ill-posed, model on a polynomial of an arbitrage-free variables, e.g. normal. This will guarantee equality in probability at the collocation points while the generated density is arbitrage-free . Using the projection method analytic European option prices are available and the implied volatilities stay very close to those initially obtained by the asymptotic formula.

Another possibility is to rely on a fast and robust PDE solver on an equivalent expansion of the forward PDE, that preserves numerically the zero-th and first moment, thus guaranteeing the absence of arbitrage.

Extensions

The SABR model can be extended by assuming its parameters to be time-dependent. This however complicates the calibration procedure. An advanced calibration method of the time-dependent SABR model is based on so-called "effective parameters".

References

SABR volatility model Wikipedia