Class PendingPayment

java.lang.Object
net.finmath.smartcontract.product.xml.PaymentBase
net.finmath.smartcontract.product.xml.PendingPayment

public class PendingPayment extends PaymentBase
A structure representing a pending dividend or coupon payment.

Java class for PendingPayment complex type.

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

 <complexType name="PendingPayment">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}PaymentBase">
       <sequence>
         <element name="paymentDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="amount" type="{http://www.fpml.org/FpML-5/confirmation}Money"/>
         <element name="accruedInterest" type="{http://www.fpml.org/FpML-5/confirmation}Money" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • PendingPayment

      public PendingPayment()
  • Method Details

    • getPaymentDate

      public XMLGregorianCalendar getPaymentDate()
      Gets the value of the paymentDate property.
      Returns:
      possible object is XMLGregorianCalendar
    • setPaymentDate

      public void setPaymentDate(XMLGregorianCalendar value)
      Sets the value of the paymentDate property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getAmount

      public Money getAmount()
      Gets the value of the amount property.
      Returns:
      possible object is Money
    • setAmount

      public void setAmount(Money value)
      Sets the value of the amount property.
      Parameters:
      value - allowed object is Money
    • getAccruedInterest

      public Money getAccruedInterest()
      Gets the value of the accruedInterest property.
      Returns:
      possible object is Money
    • setAccruedInterest

      public void setAccruedInterest(Money value)
      Sets the value of the accruedInterest property.
      Parameters:
      value - allowed object is Money