Class FxExpirySchedule
java.lang.Object
net.finmath.smartcontract.product.xml.FxSchedule
net.finmath.smartcontract.product.xml.FxExpirySchedule
Defines the expiry/observation schedule of the target.
Java class for FxExpirySchedule complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FxExpirySchedule">
<complexContent>
<extension base="{http://www.fpml.org/FpML-5/confirmation}FxSchedule">
<sequence>
<element name="finalExpiryDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="expiryTime" type="{http://www.fpml.org/FpML-5/confirmation}BusinessCenterTime" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
Fields inherited from class net.finmath.smartcontract.product.xml.FxSchedule
content, id -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.finmath.smartcontract.product.xml.FxSchedule
getContent, getId, setId
-
Constructor Details
-
FxExpirySchedule
public FxExpirySchedule()
-