Class FxWeightedFixingSchedule

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

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

Java class for FxWeightedFixingSchedule complex type.

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

 <complexType name="FxWeightedFixingSchedule">
   <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="fixing" type="{http://www.fpml.org/FpML-5/confirmation}FxFixingObservation" 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="fixing" type="{http://www.fpml.org/FpML-5/confirmation}FxFixingObservation" maxOccurs="unbounded"/>
           </choice>
         </sequence>
       </choice>
     </restriction>
   </complexContent>
 </complexType>