| Financial Toolbox | Search  Help Desk |
| blsgamma | Examples See Also |
Black-Scholes sensitivity to underlying delta change.
Syntax
g = blsgamma(so, x, r, t, sig, q) g = blsgamma(so, x, r, t, sig)
Arguments
soxrtsigq= 0.Description
g = blsgamma(so, x, r, t, sig, q)
returns gamma g, the sensitivity of delta to change in the underlying security price.
Note: This function uses normpdf, the normal probability density function in the Statistics Toolbox.
Example
g = blsgamma(50, 50, 0.12, 0.25, 0.3, 0)g =0.0512
See Also
blsdelta, blslambda, blsprice, blsrho, blstheta, blsvega
Reference
Hull, Options, Futures, and Other Derivative Securities, 2nd edition, Chapter 13.