public class FlexiCap extends AbstractLIBORMonteCarloProduct
maximumNumberOfExercises = fixingDates.length then this is a Cap.
The payoff of the product is L(Ti) - Ki if L(Ti) - Ki > 0 and the number of
j < i such that L(Tj) - Kj if L(Tj) - Kj > 0
is less than maximumNumberOfExercises, where Ti is an
element of fixingDates.| Constructor and Description |
|---|
FlexiCap(double[] fixingDates,
double[] paymentDates,
double[] strikes,
int maximumNumberOfExercises)
Create a Flexi Cap (aka Auto Cap).
|
| Modifier and Type | Method and Description |
|---|---|
double[] |
getStrikes() |
RandomVariable |
getValue(double evaluationTime,
LIBORModelMonteCarloSimulationModel model)
This method returns the value random variable of the product within the specified model, evaluated at a given evalutationTime.
|
getFactorDrift, getValue, getValueForModifiedData, getValuesgetCurrency, getValue, getValue, getValues, getValues, getValues, getValuesForModifiedData, getValuesForModifiedData, getValuesForModifiedData, getValuesForModifiedData, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetCurrency, getValue, getValue, getValues, getValues, getValues, getValuesForModifiedData, getValuesForModifiedData, getValuesForModifiedData, getValuesForModifiedDatapublic FlexiCap(double[] fixingDates,
double[] paymentDates,
double[] strikes,
int maximumNumberOfExercises)
maximumNumberOfExercises = fixingDates.length then this is a Cap.fixingDates - Vector of fixing datespaymentDates - Vector of payment dates (must have same length as fixing dates)strikes - Vector of strikes (must have same length as fixing dates)maximumNumberOfExercises - Maximum number of exercises.public RandomVariable getValue(double evaluationTime, LIBORModelMonteCarloSimulationModel model) throws CalculationException
getValue in interface TermStructureMonteCarloProductgetValue in class AbstractLIBORMonteCarloProductevaluationTime - The time on which this products value should be observed.model - The model used to price the product.CalculationException - Thrown if the valuation fails, specific cause may be available via the cause() method.public double[] getStrikes()
Copyright © 2019. All rights reserved.