Class ResetDates

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

public class ResetDates extends Object
A type defining the parameters used to generate the reset dates schedule and associated fixing dates. The reset dates are determined relative to the calculation periods schedules dates.

Java class for ResetDates complex type.

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

 <complexType name="ResetDates">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="calculationPeriodDatesReference" type="{http://www.fpml.org/FpML-5/confirmation}CalculationPeriodDatesReference"/>
         <element name="resetRelativeTo" type="{http://www.fpml.org/FpML-5/confirmation}ResetRelativeToEnum" minOccurs="0"/>
         <element name="initialFixingDate" type="{http://www.fpml.org/FpML-5/confirmation}RelativeDateOffset" minOccurs="0"/>
         <element name="fixingDates" type="{http://www.fpml.org/FpML-5/confirmation}RelativeDateOffset"/>
         <element name="rateCutOffDaysOffset" type="{http://www.fpml.org/FpML-5/confirmation}Offset" minOccurs="0"/>
         <element name="resetFrequency" type="{http://www.fpml.org/FpML-5/confirmation}ResetFrequency"/>
         <element name="resetDatesAdjustments" type="{http://www.fpml.org/FpML-5/confirmation}BusinessDayAdjustments"/>
       </sequence>
       <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • ResetDates

      public ResetDates()
  • Method Details

    • getCalculationPeriodDatesReference

      public CalculationPeriodDatesReference getCalculationPeriodDatesReference()
      Gets the value of the calculationPeriodDatesReference property.
      Returns:
      possible object is CalculationPeriodDatesReference
    • setCalculationPeriodDatesReference

      public void setCalculationPeriodDatesReference(CalculationPeriodDatesReference value)
      Sets the value of the calculationPeriodDatesReference property.
      Parameters:
      value - allowed object is CalculationPeriodDatesReference
    • getResetRelativeTo

      public ResetRelativeToEnum getResetRelativeTo()
      Gets the value of the resetRelativeTo property.
      Returns:
      possible object is ResetRelativeToEnum
    • setResetRelativeTo

      public void setResetRelativeTo(ResetRelativeToEnum value)
      Sets the value of the resetRelativeTo property.
      Parameters:
      value - allowed object is ResetRelativeToEnum
    • getInitialFixingDate

      public RelativeDateOffset getInitialFixingDate()
      Gets the value of the initialFixingDate property.
      Returns:
      possible object is RelativeDateOffset
    • setInitialFixingDate

      public void setInitialFixingDate(RelativeDateOffset value)
      Sets the value of the initialFixingDate property.
      Parameters:
      value - allowed object is RelativeDateOffset
    • getFixingDates

      public RelativeDateOffset getFixingDates()
      Gets the value of the fixingDates property.
      Returns:
      possible object is RelativeDateOffset
    • setFixingDates

      public void setFixingDates(RelativeDateOffset value)
      Sets the value of the fixingDates property.
      Parameters:
      value - allowed object is RelativeDateOffset
    • getRateCutOffDaysOffset

      public Offset getRateCutOffDaysOffset()
      Gets the value of the rateCutOffDaysOffset property.
      Returns:
      possible object is Offset
    • setRateCutOffDaysOffset

      public void setRateCutOffDaysOffset(Offset value)
      Sets the value of the rateCutOffDaysOffset property.
      Parameters:
      value - allowed object is Offset
    • getResetFrequency

      public ResetFrequency getResetFrequency()
      Gets the value of the resetFrequency property.
      Returns:
      possible object is ResetFrequency
    • setResetFrequency

      public void setResetFrequency(ResetFrequency value)
      Sets the value of the resetFrequency property.
      Parameters:
      value - allowed object is ResetFrequency
    • getResetDatesAdjustments

      public BusinessDayAdjustments getResetDatesAdjustments()
      Gets the value of the resetDatesAdjustments property.
      Returns:
      possible object is BusinessDayAdjustments
    • setResetDatesAdjustments

      public void setResetDatesAdjustments(BusinessDayAdjustments value)
      Sets the value of the resetDatesAdjustments property.
      Parameters:
      value - allowed object is BusinessDayAdjustments
    • 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