dblbarrierbybls
Price European double barrier options using Black-Scholes option pricing model
Syntax
Description
calculates European double barrier option prices using the Black-Scholes option
pricing model and the Ikeda and Kunitomo approximation.Price
= dblbarrierbybls(RateSpec
,StockSpec
,OptSpec
,Strike
,Settle
,ExerciseDates
,BarrierSpec
,Barrier
)
Note
Alternatively, you can use the DoubleBarrier
object to price double barrier options. For more
information, see Get Started with Workflows Using Object-Based Framework for Pricing Financial Instruments.
specifies options using one or more name-value pair arguments in addition to the
input arguments in the previous syntax.Price
= dblbarrierbybls(___,Name,Value
)
Examples
Input Arguments
Name-Value Arguments
Output Arguments
More About
References
[1] Hull, J. Options, Futures, and Other Derivatives. Fourth Edition. Upper Saddle River, NJ: Prentice Hall, 2000.
[2] Kunitomo, N., and M. Ikeda. “Pricing Options with Curved Boundaries.” Mathematical Finance. Vol. 2, Number 4, 1992.
[3] Rubinstein, M., and E. Reiner. “Breaking Down the Barriers.” Risk. Vol. 4, Number 8, 1991, pp. 28–35.