| Financial Toolbox | ![]() |
Syntax
[CallDelta, PutDelta] = blsdelta(Price, Strike, Rate, Time, Volatility, DividendRate)
Description
[CallDelta, PutDelta] = blsdelta(Price, Strike, Rate, Time,
Volatility, DividendRate)
returns delta, the sensitivity in option value to change in the underlying security price. Delta is also known as the hedge ratio.
Note:
This function uses normcdf, the normal cumulative distribution
function in the Statistics Toolbox.
|
Examples
[CallDelta, PutDelta] = blsdelta(50, 50, 0.1, 0.25, 0.3, 0) CallDelta=0.5955PutDelta=-0.4045
See Also
blsgamma, blslambda, blsprice, blsrho, blstheta, blsvega
References
Hull, Options, Futures, and Other Derivative Securities, 2nd edition, Chapter 13.
| blkprice | blsgamma | ![]() |