Class FxAmericanExercise
java.lang.Object
net.finmath.smartcontract.product.xml.Exercise
net.finmath.smartcontract.product.xml.FxDigitalAmericanExercise
net.finmath.smartcontract.product.xml.FxAmericanExercise
Describes the characteristics for american exercise of FX products.
Java class for FxAmericanExercise complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FxAmericanExercise"> <complexContent> <extension base="{http://www.fpml.org/FpML-5/confirmation}FxDigitalAmericanExercise"> <sequence> <element name="multipleExercise" type="{http://www.fpml.org/FpML-5/confirmation}FxMultipleExercise" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class net.finmath.smartcontract.product.xml.FxDigitalAmericanExercise
commencementDate, cutName, expiryDate, expiryTime, latestValueDate
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the multipleExercise property.void
Sets the value of the multipleExercise property.Methods inherited from class net.finmath.smartcontract.product.xml.FxDigitalAmericanExercise
getCommencementDate, getCutName, getExpiryDate, getExpiryTime, getLatestValueDate, setCommencementDate, setCutName, setExpiryDate, setExpiryTime, setLatestValueDate
-
Field Details
-
multipleExercise
-
-
Constructor Details
-
FxAmericanExercise
public FxAmericanExercise()
-
-
Method Details
-
getMultipleExercise
Gets the value of the multipleExercise property.- Returns:
- possible object is
FxMultipleExercise
-
setMultipleExercise
Sets the value of the multipleExercise property.- Parameters:
value
- allowed object isFxMultipleExercise
-