optsensbysabr
Calculate option sensitivities using SABR model
Syntax
Description
specifies options using one or more name-value pair arguments in addition to the input
arguments in the previous syntax. Sens
= optsensbysabr(___,Name,Value
)
Examples
Input Arguments
Name-Value Arguments
Output Arguments
Algorithms
In the SABR model, an option with value V is defined by the modified Black formula B, where is the SABR implied Black volatility.
The Delta
and Vega
sensitivities under the SABR
model are expressed in terms of partial derivatives in the original paper by Hagan (2002).
Later, Bartlett (2006) made better use of the model dynamics by incorporating the correlated changes between F and α
where is the classic Black Delta
and is the classic Black Vega
. The Black implied volatility is computed internally by calling blackvolbysabr
, while its partial derivatives and are computed using closed-form expressions by
optsensbysabr
.
Similar expressions apply to the implied Normal volatility
σN. For more information, see normalvolbysabr
.
References
[1] Hagan, P. S., D. Kumar. A. S. Lesniewski, and D. E. Woodward. “Managing Smile Risk.” Wilmott Magazine, 2002.
[2] Bartlett, B. “Hedging under SABR Model.” Wilmott Magazine, 2006.