Class SettlementPeriod

java.lang.Object
net.finmath.smartcontract.product.xml.SettlementPeriod
Direct Known Subclasses:
FxAccrualSettlementPeriod, FxTargetSettlementPeriod

public abstract class SettlementPeriod extends Object

Java class for SettlementPeriod complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="SettlementPeriod">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="expiryDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="settlementDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="notionalAmount" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>