Class CommodityRelativeExpirationDates

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

public class CommodityRelativeExpirationDates extends Object
The Expiration Dates of the trade relative to the Calculation Periods.

Java class for CommodityRelativeExpirationDates complex type.

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

 <complexType name="CommodityRelativeExpirationDates">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="expireRelativeToEvent" type="{http://www.fpml.org/FpML-5/confirmation}CommodityExpireRelativeToEvent"/>
         <element name="expirationDateOffset" 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>
 
  • Field Details

  • Constructor Details

    • CommodityRelativeExpirationDates

      public CommodityRelativeExpirationDates()
  • Method Details

    • getExpireRelativeToEvent

      public CommodityExpireRelativeToEvent getExpireRelativeToEvent()
      Gets the value of the expireRelativeToEvent property.
      Returns:
      possible object is CommodityExpireRelativeToEvent
    • setExpireRelativeToEvent

      public void setExpireRelativeToEvent(CommodityExpireRelativeToEvent value)
      Sets the value of the expireRelativeToEvent property.
      Parameters:
      value - allowed object is CommodityExpireRelativeToEvent
    • getExpirationDateOffset

      public DateOffset getExpirationDateOffset()
      Gets the value of the expirationDateOffset property.
      Returns:
      possible object is DateOffset
    • setExpirationDateOffset

      public void setExpirationDateOffset(DateOffset value)
      Sets the value of the expirationDateOffset property.
      Parameters:
      value - allowed object is DateOffset
    • getBusinessCentersReference

      public BusinessCentersReference getBusinessCentersReference()
      Gets the value of the businessCentersReference property.
      Returns:
      possible object is BusinessCentersReference
    • setBusinessCentersReference

      public void setBusinessCentersReference(BusinessCentersReference value)
      Sets the value of the businessCentersReference property.
      Parameters:
      value - allowed object is BusinessCentersReference
    • getBusinessCenters

      public BusinessCenters getBusinessCenters()
      Gets the value of the businessCenters property.
      Returns:
      possible object is BusinessCenters
    • setBusinessCenters

      public void setBusinessCenters(BusinessCenters value)
      Sets the value of the businessCenters property.
      Parameters:
      value - allowed object is BusinessCenters
    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String