Class FxMultipleExercise

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

public class FxMultipleExercise extends Object
Describes the limits on the size of notional when multiple exercise is allowed.

Java class for FxMultipleExercise complex type.

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

 <complexType name="FxMultipleExercise">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="minimumNotionalAmount" type="{http://www.fpml.org/FpML-5/confirmation}NonNegativeMoney" minOccurs="0"/>
         <element name="maximumNotionalAmount" type="{http://www.fpml.org/FpML-5/confirmation}NonNegativeMoney" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • FxMultipleExercise

      public FxMultipleExercise()
  • Method Details

    • getMinimumNotionalAmount

      public NonNegativeMoney getMinimumNotionalAmount()
      Gets the value of the minimumNotionalAmount property.
      Returns:
      possible object is NonNegativeMoney
    • setMinimumNotionalAmount

      public void setMinimumNotionalAmount(NonNegativeMoney value)
      Sets the value of the minimumNotionalAmount property.
      Parameters:
      value - allowed object is NonNegativeMoney
    • getMaximumNotionalAmount

      public NonNegativeMoney getMaximumNotionalAmount()
      Gets the value of the maximumNotionalAmount property.
      Returns:
      possible object is NonNegativeMoney
    • setMaximumNotionalAmount

      public void setMaximumNotionalAmount(NonNegativeMoney value)
      Sets the value of the maximumNotionalAmount property.
      Parameters:
      value - allowed object is NonNegativeMoney