Class OptionExerciseAmounts

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

public class OptionExerciseAmounts extends Object

Java class for OptionExerciseAmounts complex type.

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

 <complexType name="OptionExerciseAmounts">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <sequence>
           <element name="notionalReference" type="{http://www.fpml.org/FpML-5/confirmation}NotionalReference" minOccurs="0"/>
           <element name="exerciseInNotionalAmount" type="{http://www.fpml.org/FpML-5/confirmation}Money"/>
           <element name="outstandingNotionalAmount" type="{http://www.fpml.org/FpML-5/confirmation}Money" minOccurs="0"/>
         </sequence>
         <sequence>
           <element name="notionalScheduleReference" type="{http://www.fpml.org/FpML-5/confirmation}NotionalReference" minOccurs="0"/>
           <element name="exerciseInNotionalSchedule" type="{http://www.fpml.org/FpML-5/confirmation}NonNegativeAmountSchedule"/>
           <element name="outstandingNotionalSchedule" type="{http://www.fpml.org/FpML-5/confirmation}NonNegativeAmountSchedule" minOccurs="0"/>
         </sequence>
         <sequence>
           <element name="numberOfOptionsReference" type="{http://www.fpml.org/FpML-5/confirmation}NumberOfOptionsReference" minOccurs="0"/>
           <element name="exerciseInNumberOfOptions" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
           <element name="outstandingNumberOfOptions" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         </sequence>
         <sequence>
           <element name="numberOfUnitsReference" type="{http://www.fpml.org/FpML-5/confirmation}NumberOfUnitsReference" minOccurs="0"/>
           <element name="exerciseInNumberOfUnits" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
           <element name="outstandingNumberOfUnits" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         </sequence>
       </choice>
     </restriction>
   </complexContent>
 </complexType>