Class CommodityValuationDates

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

public class CommodityValuationDates extends Object
The dates on which prices are observed for the underlyer.

Java class for CommodityValuationDates complex type.

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

 <complexType name="CommodityValuationDates">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}CommodityCalculationPeriodsPointer.model"/>
         <choice>
           <sequence>
             <element name="lag" type="{http://www.fpml.org/FpML-5/confirmation}Lag" minOccurs="0"/>
             <choice>
               <sequence>
                 <group ref="{http://www.fpml.org/FpML-5/confirmation}Days.model"/>
                 <element name="businessCalendar" type="{http://www.fpml.org/FpML-5/confirmation}CommodityBusinessCalendar" minOccurs="0"/>
                 <element name="calendarSource" type="{http://www.fpml.org/FpML-5/confirmation}CalendarSourceEnum" minOccurs="0"/>
               </sequence>
               <element name="settlementPeriods" type="{http://www.fpml.org/FpML-5/confirmation}SettlementPeriods" maxOccurs="unbounded"/>
               <element name="settlementPeriodsReference" type="{http://www.fpml.org/FpML-5/confirmation}SettlementPeriodsReference" maxOccurs="unbounded"/>
             </choice>
           </sequence>
           <element name="valuationDates" type="{http://www.fpml.org/FpML-5/confirmation}AdjustableDates" maxOccurs="unbounded"/>
         </choice>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CommodityValuationDates

      public CommodityValuationDates()
  • Method Details

    • getCalculationPeriodsReference

      public CalculationPeriodsReference getCalculationPeriodsReference()
      Gets the value of the calculationPeriodsReference property.
      Returns:
      possible object is CalculationPeriodsReference
    • setCalculationPeriodsReference

      public void setCalculationPeriodsReference(CalculationPeriodsReference value)
      Sets the value of the calculationPeriodsReference property.
      Parameters:
      value - allowed object is CalculationPeriodsReference
    • getCalculationPeriodsScheduleReference

      public CalculationPeriodsScheduleReference getCalculationPeriodsScheduleReference()
      Gets the value of the calculationPeriodsScheduleReference property.
      Returns:
      possible object is CalculationPeriodsScheduleReference
    • setCalculationPeriodsScheduleReference

      public void setCalculationPeriodsScheduleReference(CalculationPeriodsScheduleReference value)
      Sets the value of the calculationPeriodsScheduleReference property.
      Parameters:
      value - allowed object is CalculationPeriodsScheduleReference
    • getCalculationPeriodsDatesReference

      public CalculationPeriodsDatesReference getCalculationPeriodsDatesReference()
      Gets the value of the calculationPeriodsDatesReference property.
      Returns:
      possible object is CalculationPeriodsDatesReference
    • setCalculationPeriodsDatesReference

      public void setCalculationPeriodsDatesReference(CalculationPeriodsDatesReference value)
      Sets the value of the calculationPeriodsDatesReference property.
      Parameters:
      value - allowed object is CalculationPeriodsDatesReference
    • getLag

      public Lag getLag()
      Gets the value of the lag property.
      Returns:
      possible object is Lag
    • setLag

      public void setLag(Lag value)
      Sets the value of the lag property.
      Parameters:
      value - allowed object is Lag
    • getDayType

      public String getDayType()
      Gets the value of the dayType property.
      Returns:
      possible object is String
    • setDayType

      public void setDayType(String value)
      Sets the value of the dayType property.
      Parameters:
      value - allowed object is String
    • getDayDistribution

      public CommodityFrequencyType getDayDistribution()
      Gets the value of the dayDistribution property.
      Returns:
      possible object is CommodityFrequencyType
    • setDayDistribution

      public void setDayDistribution(CommodityFrequencyType value)
      Sets the value of the dayDistribution property.
      Parameters:
      value - allowed object is CommodityFrequencyType
    • getDayCount

      public BigInteger getDayCount()
      Gets the value of the dayCount property.
      Returns:
      possible object is BigInteger
    • setDayCount

      public void setDayCount(BigInteger value)
      Sets the value of the dayCount property.
      Parameters:
      value - allowed object is BigInteger
    • getDayOfWeek

      public List<DayOfWeekEnum> getDayOfWeek()
      Gets the value of the dayOfWeek property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the dayOfWeek property.

      For example, to add a new item, do as follows:

          getDayOfWeek().add(newItem);
       

      Objects of the following type(s) are allowed in the list DayOfWeekEnum

    • getDayNumber

      public BigInteger getDayNumber()
      Gets the value of the dayNumber property.
      Returns:
      possible object is BigInteger
    • setDayNumber

      public void setDayNumber(BigInteger value)
      Sets the value of the dayNumber property.
      Parameters:
      value - allowed object is BigInteger
    • getBusinessDayConvention

      public BusinessDayConventionEnum getBusinessDayConvention()
      Gets the value of the businessDayConvention property.
      Returns:
      possible object is BusinessDayConventionEnum
    • setBusinessDayConvention

      public void setBusinessDayConvention(BusinessDayConventionEnum value)
      Sets the value of the businessDayConvention property.
      Parameters:
      value - allowed object is BusinessDayConventionEnum
    • getBusinessCalendar

      public CommodityBusinessCalendar getBusinessCalendar()
      Gets the value of the businessCalendar property.
      Returns:
      possible object is CommodityBusinessCalendar
    • setBusinessCalendar

      public void setBusinessCalendar(CommodityBusinessCalendar value)
      Sets the value of the businessCalendar property.
      Parameters:
      value - allowed object is CommodityBusinessCalendar
    • getCalendarSource

      public CalendarSourceEnum getCalendarSource()
      Gets the value of the calendarSource property.
      Returns:
      possible object is CalendarSourceEnum
    • setCalendarSource

      public void setCalendarSource(CalendarSourceEnum value)
      Sets the value of the calendarSource property.
      Parameters:
      value - allowed object is CalendarSourceEnum
    • getSettlementPeriods

      public List<SettlementPeriods> getSettlementPeriods()
      Gets the value of the settlementPeriods property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the settlementPeriods property.

      For example, to add a new item, do as follows:

          getSettlementPeriods().add(newItem);
       

      Objects of the following type(s) are allowed in the list SettlementPeriods

    • getSettlementPeriodsReference

      public List<SettlementPeriodsReference> getSettlementPeriodsReference()
      Gets the value of the settlementPeriodsReference property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the settlementPeriodsReference property.

      For example, to add a new item, do as follows:

          getSettlementPeriodsReference().add(newItem);
       

      Objects of the following type(s) are allowed in the list SettlementPeriodsReference

    • getValuationDates

      public List<AdjustableDates> getValuationDates()
      Gets the value of the valuationDates property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the valuationDates property.

      For example, to add a new item, do as follows:

          getValuationDates().add(newItem);
       

      Objects of the following type(s) are allowed in the list AdjustableDates

    • 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