Class PaymentProjection

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

public class PaymentProjection extends Object
Represents interest payment projections.

Java class for PaymentProjection complex type.

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

 <complexType name="PaymentProjection">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="nextPaymentDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="projectedAmount" type="{http://www.fpml.org/FpML-5/confirmation}MoneyWithParticipantShare" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>