Class FxFixingSchedule

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

public class FxFixingSchedule extends Object
Describes a schedule of fixing dates as a parametric description, an explicit list of dates or both.

Java class for FxFixingSchedule complex type.

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

 <complexType name="FxFixingSchedule">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <sequence>
           <element name="dateAdjustments" type="{http://www.fpml.org/FpML-5/confirmation}BusinessDayAdjustments" minOccurs="0"/>
           <element name="fixingDate" type="{http://www.w3.org/2001/XMLSchema}date" maxOccurs="unbounded"/>
         </sequence>
         <sequence>
           <group ref="{http://www.fpml.org/FpML-5/confirmation}ParametricSchedule.model"/>
           <choice minOccurs="0">
             <element name="numberOfFixings" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger"/>
             <element name="fixingDate" type="{http://www.w3.org/2001/XMLSchema}date" maxOccurs="unbounded"/>
           </choice>
         </sequence>
       </choice>
     </restriction>
   </complexContent>
 </complexType>