Class FxDigitalAmericanExercise
java.lang.Object
net.finmath.smartcontract.product.xml.Exercise
net.finmath.smartcontract.product.xml.FxDigitalAmericanExercise
- Direct Known Subclasses:
FxAmericanExercise
Descrines the characteristics for American exercise in FX digital
options.
Java class for FxDigitalAmericanExercise complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FxDigitalAmericanExercise"> <complexContent> <extension base="{http://www.fpml.org/FpML-5/confirmation}Exercise"> <sequence> <element name="commencementDate" type="{http://www.fpml.org/FpML-5/confirmation}AdjustableOrRelativeDate"/> <element name="expiryDate" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="expiryTime" type="{http://www.fpml.org/FpML-5/confirmation}BusinessCenterTime" minOccurs="0"/> <element name="cutName" type="{http://www.fpml.org/FpML-5/confirmation}CutName" minOccurs="0"/> <element name="latestValueDate" type="{http://www.w3.org/2001/XMLSchema}date"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected AdjustableOrRelativeDate
protected CutName
protected XMLGregorianCalendar
protected BusinessCenterTime
protected XMLGregorianCalendar
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the commencementDate property.Gets the value of the cutName property.Gets the value of the expiryDate property.Gets the value of the expiryTime property.Gets the value of the latestValueDate property.void
Sets the value of the commencementDate property.void
setCutName
(CutName value) Sets the value of the cutName property.void
Sets the value of the expiryDate property.void
setExpiryTime
(BusinessCenterTime value) Sets the value of the expiryTime property.void
Sets the value of the latestValueDate property.
-
Field Details
-
commencementDate
-
expiryDate
-
expiryTime
-
cutName
-
latestValueDate
-
-
Constructor Details
-
FxDigitalAmericanExercise
public FxDigitalAmericanExercise()
-
-
Method Details
-
getCommencementDate
Gets the value of the commencementDate property.- Returns:
- possible object is
AdjustableOrRelativeDate
-
setCommencementDate
Sets the value of the commencementDate property.- Parameters:
value
- allowed object isAdjustableOrRelativeDate
-
getExpiryDate
Gets the value of the expiryDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setExpiryDate
Sets the value of the expiryDate property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getExpiryTime
Gets the value of the expiryTime property.- Returns:
- possible object is
BusinessCenterTime
-
setExpiryTime
Sets the value of the expiryTime property.- Parameters:
value
- allowed object isBusinessCenterTime
-
getCutName
-
setCutName
-
getLatestValueDate
Gets the value of the latestValueDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setLatestValueDate
Sets the value of the latestValueDate property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-