Financial Toolbox | ![]() ![]() |
Syntax
Vega = blsvega(Price, Strike, Rate, Time, Volatility, DividendRate)
Description
Vega = blsvega(Price, Strike, Rate, Time, Volatility, DividendRate)
returns vega, the rate of change of the option value with respect to the volatility of the underlying asset.
Note:
This function uses normpdf , the normal probability density function in
the Statistics Toolbox.
|
Examples
Vega = blsvega(50, 50, 0.12, 0.25, 0.3, 0)Vega =
9.6035
See Also
blsdelta
, blsgamma
, blslambda
, blsprice
, blsrho
, blstheta
References
Hull, Options, Futures, and Other Derivative Securities, 2nd edition, Chapter 13.
![]() | blstheta | bndconvp | ![]() |