Uses of Enum
net.finmath.modelling.products.TouchSettlementTiming
Packages that use TouchSettlementTiming
Package
Description
Package net.finmath.finitedifference.assetderivativevaluation.products.
Interface and base classes related to products.
-
Uses of TouchSettlementTiming in net.finmath.finitedifference.assetderivativevaluation.products
Methods in net.finmath.finitedifference.assetderivativevaluation.products that return TouchSettlementTimingConstructors in net.finmath.finitedifference.assetderivativevaluation.products with parameters of type TouchSettlementTimingModifierConstructorDescriptionTouchOption(double maturity, double barrierValue, BarrierType barrierType, double payoffAmount, TouchSettlementTiming settlementTiming) Performs the operation.TouchOption(double maturity, double barrierValue, BarrierType barrierType, double payoffAmount, TouchSettlementTiming settlementTiming, Exercise exercise) Performs the operation.TouchOption(double maturity, double barrierValue, BarrierType barrierType, double payoffAmount, TouchSettlementTiming settlementTiming, Exercise exercise, MonitoringType monitoringType, double[] monitoringTimes) Performs the operation.TouchOption(String underlyingName, double maturity, double barrierValue, BarrierType barrierType, double payoffAmount, TouchSettlementTiming settlementTiming) Performs the operation.TouchOption(String underlyingName, double maturity, double barrierValue, BarrierType barrierType, double payoffAmount, TouchSettlementTiming settlementTiming, Exercise exercise) Performs the operation.TouchOption(String underlyingName, double maturity, double barrierValue, BarrierType barrierType, double payoffAmount, TouchSettlementTiming settlementTiming, Exercise exercise, MonitoringType monitoringType, double[] monitoringTimes) Performs the operation. -
Uses of TouchSettlementTiming in net.finmath.modelling.products
Subclasses with type arguments of type TouchSettlementTiming in net.finmath.modelling.productsModifier and TypeClassDescriptionenumSettlement timing for touch-style barrier products.Methods in net.finmath.modelling.products that return TouchSettlementTimingModifier and TypeMethodDescriptionstatic TouchSettlementTimingReturns the enum constant of this type with the specified name.static TouchSettlementTiming[]TouchSettlementTiming.values()Returns an array containing the constants of this enum type, in the order they are declared.