The Hull-White model, proposed by John Hull and Alan White in 1990, is a popular one-factor model used in the field of quantitative finance to model the dynamics of short-term interest rates and price interest rate derivatives, such as options on bonds, interest rate swaps, and swaptions. The model is based on the mean-reversion concept and assumes that interest rates revert to a long-term equilibrium level over time with random fluctuations driven by a stochastic process. Mathematically, the Hull-White model is defined as follows:
dr(t)β=βΞ»(ΞΈ(t)β
ββ
r(t))dtβ
+β
ΟdW(t)
where:
- r(t) is the short-term interest rate at time t
- Ξ» is the mean-reversion speed parameter, measuring how fast the interest rate reverts to its long-term mean value
- ΞΈ(t) is a deterministic time-dependent function representing the long-term mean of r(t)
- Ο is the constant volatility of the interest rate
- W(t) is a standard Brownian motion (Wiener process)
To use the Hull-White model for interest rate modeling and the pricing of interest rate derivatives, we first need to calibrate the parameters Ξ», ΞΈ(t), and Ο to match the current term structure of interest rates or the yield curve observed in the market. This typically involves minimizing the sum of squared differences between the model-predicted yields and the observed yields for a set of benchmark securities, such as government bonds.
$$\min_{\lambda, \theta(t), \sigma} \sum_{i=1}^n \left(\text{Model Yield}_i - \text{Observed Yield}_i\right)^2$$
After calibrating the model, we can then simulate the future paths of interest rates by solving the stochastic differential equation either analytically or numerically. The evolution of interest rates under the Hull-White model allows us to price interest rate derivatives, such as options on bonds, interest rate swaps, and swaptions, using risk-neutral valuation techniques like Monte Carlo simulations, finite difference methods or analytical approximation methods.
For example, consider the pricing of an interest rate caplet, an option on a future interest rate known as the underlying LIBOR rate. The payoff of a caplet at expiry is given by:
Payoffβ=βNβ
β
β
Ξ΄β
β
β
maxβ(L(Ti,βTiβ
+β
1)β
ββ
K,β0)
where:
- N is the notional amount of the caplet
- Ξ΄ is the day count fraction between Ti and Tiβ +β 1 (time to maturity)
- L(Ti,βTiβ +β 1) is the LIBOR rate observed at time Ti for the period [Ti,βTiβ +β 1]
- K is the caplet strike rate
The risk-neutral present value of this caplet can be calculated by discounting the expected payoff under the risk-neutral measure, Q, using the discount factor, P(t,βTiβ +β 1):
Caplet Priceβ=βNβ
β
β
Ξ΄β
β
β
P(t,βTiβ
+β
1)β
β
β
EQ[max(L(Ti,Tiβ
+β
1)βK,0)|β±t]
With the Hull-White model calibrated and the evolution of interest rates simulated, we can estimate the expected payoff of the caplet under the risk-neutral measure by averaging the simulated caplet payoffs and discounting them back to the present time. This Monte Carlo approach can then be used to price not only caplets but also other more complex interest rate derivatives dependent on interest ratesβ evolution.
In summary, the Hull-White model is widely used in quantitative finance for modeling the dynamics of short-term interest rates and the pricing of interest rate derivatives due to its simplicity, ease of calibration, and suitability for various numerical techniques like Monte Carlo simulations for pricing complex instruments.