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>