Class EquityMultipleExercise

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

public class EquityMultipleExercise extends Object
A type for defining the multiple exercise provisions of an American or Bermuda style equity option.

Java class for EquityMultipleExercise complex type.

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

 <complexType name="EquityMultipleExercise">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="integralMultipleExercise" type="{http://www.fpml.org/FpML-5/confirmation}PositiveDecimal" minOccurs="0"/>
         <element name="minimumNumberOfOptions" type="{http://www.fpml.org/FpML-5/confirmation}NonNegativeDecimal"/>
         <element name="maximumNumberOfOptions" type="{http://www.fpml.org/FpML-5/confirmation}NonNegativeDecimal"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • integralMultipleExercise

      protected BigDecimal integralMultipleExercise
    • minimumNumberOfOptions

      protected BigDecimal minimumNumberOfOptions
    • maximumNumberOfOptions

      protected BigDecimal maximumNumberOfOptions
  • Constructor Details

    • EquityMultipleExercise

      public EquityMultipleExercise()
  • Method Details

    • getIntegralMultipleExercise

      public BigDecimal getIntegralMultipleExercise()
      Gets the value of the integralMultipleExercise property.
      Returns:
      possible object is BigDecimal
    • setIntegralMultipleExercise

      public void setIntegralMultipleExercise(BigDecimal value)
      Sets the value of the integralMultipleExercise property.
      Parameters:
      value - allowed object is BigDecimal
    • getMinimumNumberOfOptions

      public BigDecimal getMinimumNumberOfOptions()
      Gets the value of the minimumNumberOfOptions property.
      Returns:
      possible object is BigDecimal
    • setMinimumNumberOfOptions

      public void setMinimumNumberOfOptions(BigDecimal value)
      Sets the value of the minimumNumberOfOptions property.
      Parameters:
      value - allowed object is BigDecimal
    • getMaximumNumberOfOptions

      public BigDecimal getMaximumNumberOfOptions()
      Gets the value of the maximumNumberOfOptions property.
      Returns:
      possible object is BigDecimal
    • setMaximumNumberOfOptions

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