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>