Class PaymentDates

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

public class PaymentDates extends Object
A type defining parameters used to generate the payment dates schedule, including the specification of early or delayed payments. Payment dates are determined relative to the calculation period dates or the reset dates.

Java class for PaymentDates complex type.

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

 <complexType name="PaymentDates">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice>
           <element name="calculationPeriodDatesReference" type="{http://www.fpml.org/FpML-5/confirmation}CalculationPeriodDatesReference"/>
           <element name="resetDatesReference" type="{http://www.fpml.org/FpML-5/confirmation}ResetDatesReference"/>
           <element name="valuationDatesReference" type="{http://www.fpml.org/FpML-5/confirmation}ValuationDatesReference"/>
         </choice>
         <element name="paymentFrequency" type="{http://www.fpml.org/FpML-5/confirmation}Frequency"/>
         <element name="firstPaymentDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="lastRegularPaymentDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="payRelativeTo" type="{http://www.fpml.org/FpML-5/confirmation}PayRelativeToEnum"/>
         <element name="paymentDaysOffset" type="{http://www.fpml.org/FpML-5/confirmation}Offset" minOccurs="0"/>
         <element name="paymentDatesAdjustments" type="{http://www.fpml.org/FpML-5/confirmation}BusinessDayAdjustments"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • PaymentDates

      public PaymentDates()
  • 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
    • getResetDatesReference

      public ResetDatesReference getResetDatesReference()
      Gets the value of the resetDatesReference property.
      Returns:
      possible object is ResetDatesReference
    • setResetDatesReference

      public void setResetDatesReference(ResetDatesReference value)
      Sets the value of the resetDatesReference property.
      Parameters:
      value - allowed object is ResetDatesReference
    • getValuationDatesReference

      public ValuationDatesReference getValuationDatesReference()
      Gets the value of the valuationDatesReference property.
      Returns:
      possible object is ValuationDatesReference
    • setValuationDatesReference

      public void setValuationDatesReference(ValuationDatesReference value)
      Sets the value of the valuationDatesReference property.
      Parameters:
      value - allowed object is ValuationDatesReference
    • getPaymentFrequency

      public Frequency getPaymentFrequency()
      Gets the value of the paymentFrequency property.
      Returns:
      possible object is Frequency
    • setPaymentFrequency

      public void setPaymentFrequency(Frequency value)
      Sets the value of the paymentFrequency property.
      Parameters:
      value - allowed object is Frequency
    • getFirstPaymentDate

      public XMLGregorianCalendar getFirstPaymentDate()
      Gets the value of the firstPaymentDate property.
      Returns:
      possible object is XMLGregorianCalendar
    • setFirstPaymentDate

      public void setFirstPaymentDate(XMLGregorianCalendar value)
      Sets the value of the firstPaymentDate property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getLastRegularPaymentDate

      public XMLGregorianCalendar getLastRegularPaymentDate()
      Gets the value of the lastRegularPaymentDate property.
      Returns:
      possible object is XMLGregorianCalendar
    • setLastRegularPaymentDate

      public void setLastRegularPaymentDate(XMLGregorianCalendar value)
      Sets the value of the lastRegularPaymentDate property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getPayRelativeTo

      public PayRelativeToEnum getPayRelativeTo()
      Gets the value of the payRelativeTo property.
      Returns:
      possible object is PayRelativeToEnum
    • setPayRelativeTo

      public void setPayRelativeTo(PayRelativeToEnum value)
      Sets the value of the payRelativeTo property.
      Parameters:
      value - allowed object is PayRelativeToEnum
    • getPaymentDaysOffset

      public Offset getPaymentDaysOffset()
      Gets the value of the paymentDaysOffset property.
      Returns:
      possible object is Offset
    • setPaymentDaysOffset

      public void setPaymentDaysOffset(Offset value)
      Sets the value of the paymentDaysOffset property.
      Parameters:
      value - allowed object is Offset
    • getPaymentDatesAdjustments

      public BusinessDayAdjustments getPaymentDatesAdjustments()
      Gets the value of the paymentDatesAdjustments property.
      Returns:
      possible object is BusinessDayAdjustments
    • setPaymentDatesAdjustments

      public void setPaymentDatesAdjustments(BusinessDayAdjustments value)
      Sets the value of the paymentDatesAdjustments 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