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>
 
  • Field Details

  • Constructor Details

    • AdditionalPaymentAmount

      public AdditionalPaymentAmount()
  • Method Details

    • getPaymentAmount

      public NonNegativeMoney getPaymentAmount()
      Gets the value of the paymentAmount property.
      Returns:
      possible object is NonNegativeMoney
    • setPaymentAmount

      public void setPaymentAmount(NonNegativeMoney value)
      Sets the value of the paymentAmount property.
      Parameters:
      value - allowed object is NonNegativeMoney
    • getFormula

      public Formula getFormula()
      Gets the value of the formula property.
      Returns:
      possible object is Formula
    • setFormula

      public void setFormula(Formula value)
      Sets the value of the formula property.
      Parameters:
      value - allowed object is Formula