Class SimplePayment

java.lang.Object
net.finmath.smartcontract.product.xml.PaymentBase
net.finmath.smartcontract.product.xml.SimplePayment
Direct Known Subclasses:
Premium

public class SimplePayment extends PaymentBase
A complex type to specified payments in a simpler fashion than the Payment type. This construct should be used from the version 4.3 onwards.

Java class for SimplePayment complex type.

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

 <complexType name="SimplePayment">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}PaymentBase">
       <sequence>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}PayerReceiver.model"/>
         <element name="paymentAmount" type="{http://www.fpml.org/FpML-5/confirmation}NonNegativeMoney"/>
         <element name="paymentDate" type="{http://www.fpml.org/FpML-5/confirmation}AdjustableOrRelativeDate"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>