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