Class AdditionalPaymentAmount

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

public class AdditionalPaymentAmount extends Object
Specifies the amount of the fee along with, when applicable, the formula that supports its determination.

Java class for AdditionalPaymentAmount complex type.

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

 <complexType name="AdditionalPaymentAmount">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="paymentAmount" type="{http://www.fpml.org/FpML-5/confirmation}NonNegativeMoney" minOccurs="0"/>
         <element name="formula" type="{http://www.fpml.org/FpML-5/confirmation}Formula" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>