Returns the sequence of dates on which the option can be exercised.
Usage:
=qlExerciseDates(<ExerciseObj>)
Object defining the option exercise.
First Date |
2011-06-01 |
-> |
First Date |
2011-06-01 |
Last Date |
2012-06-01 |
-> |
Last Date |
2012-06-01 |
ExerciseObj |
=qlAmericanExercise(RC[-1],R[-2]C,R[-1]C) |
-> |
ExerciseObj |
ExerciseObj#0000 |
Dates |
=qlExerciseDates(R[-1]C) |
-> |
Dates |
2011-06-01 |
nil |
2012-06-01 |
-> |
nil |
2012-06-01 |