Class PaymentCalculationPeriod

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

public class PaymentCalculationPeriod extends Object
A type defining the adjusted payment date and associated calculation period parameters required to calculate the actual or projected payment amount. This type forms part of the cashflow representation of a swap stream.

Java class for PaymentCalculationPeriod complex type.

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

 <complexType name="PaymentCalculationPeriod">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="unadjustedPaymentDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="adjustedPaymentDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <choice>
           <element name="calculationPeriod" type="{http://www.fpml.org/FpML-5/confirmation}CalculationPeriod" maxOccurs="unbounded"/>
           <element name="fixedPaymentAmount" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         </choice>
         <element name="discountFactor" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="forecastPaymentAmount" type="{http://www.fpml.org/FpML-5/confirmation}Money" minOccurs="0"/>
         <element name="presentValueAmount" type="{http://www.fpml.org/FpML-5/confirmation}Money" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
       <attribute name="href" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • PaymentCalculationPeriod

      public PaymentCalculationPeriod()
  • Method Details

    • getUnadjustedPaymentDate

      public XMLGregorianCalendar getUnadjustedPaymentDate()
      Gets the value of the unadjustedPaymentDate property.
      Returns:
      possible object is XMLGregorianCalendar
    • setUnadjustedPaymentDate

      public void setUnadjustedPaymentDate(XMLGregorianCalendar value)
      Sets the value of the unadjustedPaymentDate property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getAdjustedPaymentDate

      public XMLGregorianCalendar getAdjustedPaymentDate()
      Gets the value of the adjustedPaymentDate property.
      Returns:
      possible object is XMLGregorianCalendar
    • setAdjustedPaymentDate

      public void setAdjustedPaymentDate(XMLGregorianCalendar value)
      Sets the value of the adjustedPaymentDate property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getCalculationPeriod

      public List<CalculationPeriod> getCalculationPeriod()
      Gets the value of the calculationPeriod 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 calculationPeriod property.

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

          getCalculationPeriod().add(newItem);
       

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

    • getFixedPaymentAmount

      public BigDecimal getFixedPaymentAmount()
      Gets the value of the fixedPaymentAmount property.
      Returns:
      possible object is BigDecimal
    • setFixedPaymentAmount

      public void setFixedPaymentAmount(BigDecimal value)
      Sets the value of the fixedPaymentAmount property.
      Parameters:
      value - allowed object is BigDecimal
    • getDiscountFactor

      public BigDecimal getDiscountFactor()
      Gets the value of the discountFactor property.
      Returns:
      possible object is BigDecimal
    • setDiscountFactor

      public void setDiscountFactor(BigDecimal value)
      Sets the value of the discountFactor property.
      Parameters:
      value - allowed object is BigDecimal
    • getForecastPaymentAmount

      public Money getForecastPaymentAmount()
      Gets the value of the forecastPaymentAmount property.
      Returns:
      possible object is Money
    • setForecastPaymentAmount

      public void setForecastPaymentAmount(Money value)
      Sets the value of the forecastPaymentAmount property.
      Parameters:
      value - allowed object is Money
    • getPresentValueAmount

      public Money getPresentValueAmount()
      Gets the value of the presentValueAmount property.
      Returns:
      possible object is Money
    • setPresentValueAmount

      public void setPresentValueAmount(Money value)
      Sets the value of the presentValueAmount property.
      Parameters:
      value - allowed object is Money
    • 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
    • getHref

      public Object getHref()
      Gets the value of the href property.
      Returns:
      possible object is Object
    • setHref

      public void setHref(Object value)
      Sets the value of the href property.
      Parameters:
      value - allowed object is Object