Class InitialPayment

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

public class InitialPayment extends PaymentBase

Java class for InitialPayment complex type.

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

 <complexType name="InitialPayment">
   <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="adjustablePaymentDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="adjustedPaymentDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="paymentAmount" type="{http://www.fpml.org/FpML-5/confirmation}Money"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>