lookbackbyls
Price European or American lookback options using Monte Carlo simulations
Syntax
Description
[
returns prices of lookback options using the Longstaff-Schwartz model for Monte Carlo
simulations. Price
,Paths
,Times
,Z
]
= lookbackbyls(RateSpec
,StockSpec
,OptSpec
,Strike
,Settle
,ExerciseDates
)lookbackbyls
computes prices of European and American
lookback options.
For American options, the Longstaff-Schwartz least squares method calculates the early exercise premium.
lookbackbyls
calculates values of fixed- and floating-strike
lookback options. To compute the value of a floating-strike lookback option,
Strike
must be specified as NaN
.
Note
Alternatively, you can use the Lookback
object to price
lookback options. For more information, see Get Started with Workflows Using Object-Based Framework for Pricing Financial Instruments.
Examples
Input Arguments
Name-Value Arguments
Output Arguments
More About
References
[1] Hull, J. C. Options, Futures, and Other Derivatives 5th Edition. Englewood Cliffs, NJ: Prentice Hall, 2002.