Class FxFlexibleForwardExecutionPeriod

java.lang.Object
net.finmath.smartcontract.product.xml.FxFlexibleForwardExecutionPeriod

public class FxFlexibleForwardExecutionPeriod extends Object

Java class for FxFlexibleForwardExecutionPeriod complex type.

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

 <complexType name="FxFlexibleForwardExecutionPeriod">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <sequence>
           <element name="startDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
           <element name="expiryDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
         </sequence>
         <element name="businessCenters" type="{http://www.fpml.org/FpML-5/confirmation}BusinessCenters"/>
       </sequence>
       <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>