Class FxExpirySchedule

java.lang.Object
net.finmath.smartcontract.product.xml.FxSchedule
net.finmath.smartcontract.product.xml.FxExpirySchedule

public class FxExpirySchedule extends FxSchedule
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>