Class CommodityRelativePaymentDates

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

public class CommodityRelativePaymentDates extends Object
The Payment Dates of the trade relative to the Calculation Periods.

Java class for CommodityRelativePaymentDates complex type.

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

 <complexType name="CommodityRelativePaymentDates">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice>
           <element name="payRelativeTo" type="{http://www.fpml.org/FpML-5/confirmation}CommodityPayRelativeToEnum"/>
           <element name="payRelativeToEvent" type="{http://www.fpml.org/FpML-5/confirmation}CommodityPayRelativeToEvent"/>
         </choice>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}CommodityCalculationPeriodsPointer.model"/>
         <element name="paymentDaysOffset" type="{http://www.fpml.org/FpML-5/confirmation}DateOffset"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}BusinessCentersOrReference.model" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>