Class FxFixingDate

java.lang.Object

public class FxFixingDate extends Offset
A type that is extending the Offset structure for providing the ability to specify an FX fixing date as an offset to dates specified somewhere else in the document.

Java class for FxFixingDate complex type.

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

 <complexType name="FxFixingDate">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}Offset">
       <sequence>
         <element name="businessDayConvention" type="{http://www.fpml.org/FpML-5/confirmation}BusinessDayConventionEnum"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}BusinessCentersOrReference.model" minOccurs="0"/>
         <choice>
           <element name="dateRelativeToPaymentDates" type="{http://www.fpml.org/FpML-5/confirmation}DateRelativeToPaymentDates"/>
           <element name="dateRelativeToCalculationPeriodDates" type="{http://www.fpml.org/FpML-5/confirmation}DateRelativeToCalculationPeriodDates"/>
         </choice>
       </sequence>
     </extension>
   </complexContent>
 </complexType>