Uses of Class
net.finmath.smartcontract.product.xml.Exercise
Packages that use Exercise
-
Uses of Exercise in net.finmath.smartcontract.product.xml
Subclasses of Exercise in net.finmath.smartcontract.product.xmlModifier and TypeClassDescriptionclassA type defining the exercise period for an American style option together with any rules governing the notional amount of the underlying which can be exercised on any given exercise date and any associated exercise fees.classA type defining the Bermuda option exercise dates and the expiration date together with any rules govenerning the notional amount of the underlying which can be exercised on any given exercise date and any associated exercise fee.classA type for defining exercise procedures associated with an American style exercise of a commodity option.classA type for defining exercise procedures associated with a European style exercise of a commodity option.classThe parameters for defining the expiration date(s) and time(s) for an American style option.classThe parameters for defining the expiration date(s) and time(s) for a European style option.classA type for defining exercise procedures associated with an American style exercise of an equity option.classA type for defining exercise procedures associated with a Bermuda style exercise of an equity option.classA type for defining exercise procedures associated with a European style exercise of an equity option.classA type defining the exercise period for a European style option together with any rules governing the notional amount of the underlying which can be exercised on any given exercise date and any associated exercise fees.classDescribes the characteristics for american exercise of FX products.classDescrines the characteristics for American exercise in FX digital options.classDescribes the characteristics for European exercise of FX products.classTBAFields in net.finmath.smartcontract.product.xml with type parameters of type ExerciseModifier and TypeFieldDescriptionprotected jakarta.xml.bind.JAXBElement<? extends Exercise> CancelableProvision.exerciseprotected jakarta.xml.bind.JAXBElement<? extends Exercise> ExtendibleProvision.exerciseprotected jakarta.xml.bind.JAXBElement<? extends Exercise> OptionalEarlyTermination.exerciseprotected jakarta.xml.bind.JAXBElement<? extends Exercise> OptionBaseExtended.exerciseprotected jakarta.xml.bind.JAXBElement<? extends Exercise> Swaption.exerciseMethods in net.finmath.smartcontract.product.xml that return ExerciseMethods in net.finmath.smartcontract.product.xml that return types with arguments of type ExerciseModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<Exercise> ObjectFactory.createExercise(Exercise value) jakarta.xml.bind.JAXBElement<? extends Exercise> CancelableProvision.getExercise()Gets the value of the exercise property.jakarta.xml.bind.JAXBElement<? extends Exercise> ExtendibleProvision.getExercise()Gets the value of the exercise property.jakarta.xml.bind.JAXBElement<? extends Exercise> OptionalEarlyTermination.getExercise()Gets the value of the exercise property.jakarta.xml.bind.JAXBElement<? extends Exercise> OptionBaseExtended.getExercise()Gets the value of the exercise property.jakarta.xml.bind.JAXBElement<? extends Exercise> Swaption.getExercise()Gets the value of the exercise property.Methods in net.finmath.smartcontract.product.xml with parameters of type ExerciseModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<Exercise> ObjectFactory.createExercise(Exercise value) Method parameters in net.finmath.smartcontract.product.xml with type arguments of type ExerciseModifier and TypeMethodDescriptionvoidCancelableProvision.setExercise(jakarta.xml.bind.JAXBElement<? extends Exercise> value) Sets the value of the exercise property.voidExtendibleProvision.setExercise(jakarta.xml.bind.JAXBElement<? extends Exercise> value) Sets the value of the exercise property.voidOptionalEarlyTermination.setExercise(jakarta.xml.bind.JAXBElement<? extends Exercise> value) Sets the value of the exercise property.voidOptionBaseExtended.setExercise(jakarta.xml.bind.JAXBElement<? extends Exercise> value) Sets the value of the exercise property.voidSwaption.setExercise(jakarta.xml.bind.JAXBElement<? extends Exercise> value) Sets the value of the exercise property.