| Financial Toolbox | Search  Help Desk |
| blstheta | Examples See Also |
Black-Scholes sensitivity to time-until-maturity change.
Syntax
[ct, pt] = blstheta(so, x, r, t, sig, q) [ct, pt] = blstheta(so, x, r, t, sig)
Arguments
soxrtsigq= 0.Description
[ct, pt] = blstheta(so, x, r, t, sig, q)
returns the call option theta ct, and the put option theta pt. 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.
Example
[ct, pt] = blstheta(50, 50, 0.12, 0.25, 0.3, 0)ct =-8.9630pt =-3.1404
See Also
blsdelta, blsgamma, blslambda, blsprice, blsrho, blsvega
Reference
Hull, Options, Futures, and Other Derivative Securities, 2nd edition, Chapter 13.