Uses of Class
net.finmath.smartcontract.product.xml.Exercise
-
Uses of Exercise in net.finmath.smartcontract.product.xml
Modifier and TypeClassDescriptionclass
A 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.class
A 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.class
A type for defining exercise procedures associated with an American style exercise of a commodity option.class
A type for defining exercise procedures associated with a European style exercise of a commodity option.class
The parameters for defining the expiration date(s) and time(s) for an American style option.class
The parameters for defining the expiration date(s) and time(s) for a European style option.class
A type for defining exercise procedures associated with an American style exercise of an equity option.class
A type for defining exercise procedures associated with a Bermuda style exercise of an equity option.class
A type for defining exercise procedures associated with a European style exercise of an equity option.class
A 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.class
Describes the characteristics for american exercise of FX products.class
Descrines the characteristics for American exercise in FX digital options.class
Describes the characteristics for European exercise of FX products.class
TBAModifier and TypeFieldDescriptionprotected jakarta.xml.bind.JAXBElement
<? extends Exercise> CancelableProvision.exercise
protected jakarta.xml.bind.JAXBElement
<? extends Exercise> ExtendibleProvision.exercise
protected jakarta.xml.bind.JAXBElement
<? extends Exercise> OptionalEarlyTermination.exercise
protected jakarta.xml.bind.JAXBElement
<? extends Exercise> OptionBaseExtended.exercise
protected jakarta.xml.bind.JAXBElement
<? extends Exercise> Swaption.exercise
Modifier 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.Modifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement
<Exercise> ObjectFactory.createExercise
(Exercise value) Modifier and TypeMethodDescriptionvoid
CancelableProvision.setExercise
(jakarta.xml.bind.JAXBElement<? extends Exercise> value) Sets the value of the exercise property.void
ExtendibleProvision.setExercise
(jakarta.xml.bind.JAXBElement<? extends Exercise> value) Sets the value of the exercise property.void
OptionalEarlyTermination.setExercise
(jakarta.xml.bind.JAXBElement<? extends Exercise> value) Sets the value of the exercise property.void
OptionBaseExtended.setExercise
(jakarta.xml.bind.JAXBElement<? extends Exercise> value) Sets the value of the exercise property.void
Swaption.setExercise
(jakarta.xml.bind.JAXBElement<? extends Exercise> value) Sets the value of the exercise property.