Class FixedPaymentAmount

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

public class FixedPaymentAmount extends PaymentBase
Fixed payment amount within a Dividend Swap.

Java class for FixedPaymentAmount complex type.

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

 <complexType name="FixedPaymentAmount">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}PaymentBase">
       <sequence>
         <element name="paymentAmount" type="{http://www.fpml.org/FpML-5/confirmation}NonNegativeMoney" minOccurs="0"/>
         <element name="paymentDate" type="{http://www.fpml.org/FpML-5/confirmation}RelativeDateOffset"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>