| Financial Toolbox | ![]() |
Black-Scholes sensitivity to time-until-maturity change
Syntax
Arguments
Description
[CallTheta, PutTheta] = blstheta(Price, Strike, Rate, Time,
Volatility, DividendRate)
returns the call option theta CallTheta, and the put option theta PutTheta. Theta is the sensitivity in option value with respect to time.
Note
This function uses normpdf, the normal probability density function and normcdf, the normal cumulative distribution function in the Statistics Toolbox.
|
Examples
See Also
blsdelta, blsgamma, blslambda, blsprice, blsrho, blsvega
References
Hull, Options, Futures, and Other Derivative Securities, 2nd edition, Chapter 13.
| blsrho | blsvega | ![]() |