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

    • notionalReference

      protected NotionalReference notionalReference
    • exerciseInNotionalAmount

      protected Money exerciseInNotionalAmount
    • outstandingNotionalAmount

      protected Money outstandingNotionalAmount
    • notionalScheduleReference

      protected NotionalReference notionalScheduleReference
    • exerciseInNotionalSchedule

      protected NonNegativeAmountSchedule exerciseInNotionalSchedule
    • outstandingNotionalSchedule

      protected NonNegativeAmountSchedule outstandingNotionalSchedule
    • numberOfOptionsReference

      protected NumberOfOptionsReference numberOfOptionsReference
    • exerciseInNumberOfOptions

      protected BigDecimal exerciseInNumberOfOptions
    • outstandingNumberOfOptions

      protected BigDecimal outstandingNumberOfOptions
    • numberOfUnitsReference

      protected NumberOfUnitsReference numberOfUnitsReference
    • exerciseInNumberOfUnits

      protected BigDecimal exerciseInNumberOfUnits
    • outstandingNumberOfUnits

      protected BigDecimal outstandingNumberOfUnits
  • Constructor Details

    • OptionExerciseAmounts

      public OptionExerciseAmounts()
  • Method Details

    • getNotionalReference

      public NotionalReference getNotionalReference()
      Gets the value of the notionalReference property.
      Returns:
      possible object is NotionalReference
    • setNotionalReference

      public void setNotionalReference(NotionalReference value)
      Sets the value of the notionalReference property.
      Parameters:
      value - allowed object is NotionalReference
    • getExerciseInNotionalAmount

      public Money getExerciseInNotionalAmount()
      Gets the value of the exerciseInNotionalAmount property.
      Returns:
      possible object is Money
    • setExerciseInNotionalAmount

      public void setExerciseInNotionalAmount(Money value)
      Sets the value of the exerciseInNotionalAmount property.
      Parameters:
      value - allowed object is Money
    • getOutstandingNotionalAmount

      public Money getOutstandingNotionalAmount()
      Gets the value of the outstandingNotionalAmount property.
      Returns:
      possible object is Money
    • setOutstandingNotionalAmount

      public void setOutstandingNotionalAmount(Money value)
      Sets the value of the outstandingNotionalAmount property.
      Parameters:
      value - allowed object is Money
    • getNotionalScheduleReference

      public NotionalReference getNotionalScheduleReference()
      Gets the value of the notionalScheduleReference property.
      Returns:
      possible object is NotionalReference
    • setNotionalScheduleReference

      public void setNotionalScheduleReference(NotionalReference value)
      Sets the value of the notionalScheduleReference property.
      Parameters:
      value - allowed object is NotionalReference
    • getExerciseInNotionalSchedule

      public NonNegativeAmountSchedule getExerciseInNotionalSchedule()
      Gets the value of the exerciseInNotionalSchedule property.
      Returns:
      possible object is NonNegativeAmountSchedule
    • setExerciseInNotionalSchedule

      public void setExerciseInNotionalSchedule(NonNegativeAmountSchedule value)
      Sets the value of the exerciseInNotionalSchedule property.
      Parameters:
      value - allowed object is NonNegativeAmountSchedule
    • getOutstandingNotionalSchedule

      public NonNegativeAmountSchedule getOutstandingNotionalSchedule()
      Gets the value of the outstandingNotionalSchedule property.
      Returns:
      possible object is NonNegativeAmountSchedule
    • setOutstandingNotionalSchedule

      public void setOutstandingNotionalSchedule(NonNegativeAmountSchedule value)
      Sets the value of the outstandingNotionalSchedule property.
      Parameters:
      value - allowed object is NonNegativeAmountSchedule
    • getNumberOfOptionsReference

      public NumberOfOptionsReference getNumberOfOptionsReference()
      Gets the value of the numberOfOptionsReference property.
      Returns:
      possible object is NumberOfOptionsReference
    • setNumberOfOptionsReference

      public void setNumberOfOptionsReference(NumberOfOptionsReference value)
      Sets the value of the numberOfOptionsReference property.
      Parameters:
      value - allowed object is NumberOfOptionsReference
    • getExerciseInNumberOfOptions

      public BigDecimal getExerciseInNumberOfOptions()
      Gets the value of the exerciseInNumberOfOptions property.
      Returns:
      possible object is BigDecimal
    • setExerciseInNumberOfOptions

      public void setExerciseInNumberOfOptions(BigDecimal value)
      Sets the value of the exerciseInNumberOfOptions property.
      Parameters:
      value - allowed object is BigDecimal
    • getOutstandingNumberOfOptions

      public BigDecimal getOutstandingNumberOfOptions()
      Gets the value of the outstandingNumberOfOptions property.
      Returns:
      possible object is BigDecimal
    • setOutstandingNumberOfOptions

      public void setOutstandingNumberOfOptions(BigDecimal value)
      Sets the value of the outstandingNumberOfOptions property.
      Parameters:
      value - allowed object is BigDecimal
    • getNumberOfUnitsReference

      public NumberOfUnitsReference getNumberOfUnitsReference()
      Gets the value of the numberOfUnitsReference property.
      Returns:
      possible object is NumberOfUnitsReference
    • setNumberOfUnitsReference

      public void setNumberOfUnitsReference(NumberOfUnitsReference value)
      Sets the value of the numberOfUnitsReference property.
      Parameters:
      value - allowed object is NumberOfUnitsReference
    • getExerciseInNumberOfUnits

      public BigDecimal getExerciseInNumberOfUnits()
      Gets the value of the exerciseInNumberOfUnits property.
      Returns:
      possible object is BigDecimal
    • setExerciseInNumberOfUnits

      public void setExerciseInNumberOfUnits(BigDecimal value)
      Sets the value of the exerciseInNumberOfUnits property.
      Parameters:
      value - allowed object is BigDecimal
    • getOutstandingNumberOfUnits

      public BigDecimal getOutstandingNumberOfUnits()
      Gets the value of the outstandingNumberOfUnits property.
      Returns:
      possible object is BigDecimal
    • setOutstandingNumberOfUnits

      public void setOutstandingNumberOfUnits(BigDecimal value)
      Sets the value of the outstandingNumberOfUnits property.
      Parameters:
      value - allowed object is BigDecimal