Class ActionOnExpiration

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

public class ActionOnExpiration extends Object

Java class for ActionOnExpiration complex type.

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

 <complexType name="ActionOnExpiration">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}OptionExerciseAmount.model"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • exerciseAction

      protected ExerciseActionEnum exerciseAction
    • expiry

      protected Boolean expiry
    • fullExercise

      protected Boolean fullExercise
    • exerciseInNotionalAmount

      protected Money exerciseInNotionalAmount
    • outstandingNotionalAmount

      protected Money outstandingNotionalAmount
    • exerciseInNumberOfOptions

      protected BigDecimal exerciseInNumberOfOptions
    • outstandingNumberOfOptions

      protected BigDecimal outstandingNumberOfOptions
    • exerciseInNumberOfUnits

      protected BigDecimal exerciseInNumberOfUnits
    • outstandingNumberOfUnits

      protected BigDecimal outstandingNumberOfUnits
    • specifiedExercise

      protected List<OptionExerciseAmounts> specifiedExercise
  • Constructor Details

    • ActionOnExpiration

      public ActionOnExpiration()
  • Method Details

    • getExerciseAction

      public ExerciseActionEnum getExerciseAction()
      Gets the value of the exerciseAction property.
      Returns:
      possible object is ExerciseActionEnum
    • setExerciseAction

      public void setExerciseAction(ExerciseActionEnum value)
      Sets the value of the exerciseAction property.
      Parameters:
      value - allowed object is ExerciseActionEnum
    • isExpiry

      public Boolean isExpiry()
      Gets the value of the expiry property.
      Returns:
      possible object is Boolean
    • setExpiry

      public void setExpiry(Boolean value)
      Sets the value of the expiry property.
      Parameters:
      value - allowed object is Boolean
    • isFullExercise

      public Boolean isFullExercise()
      Gets the value of the fullExercise property.
      Returns:
      possible object is Boolean
    • setFullExercise

      public void setFullExercise(Boolean value)
      Sets the value of the fullExercise property.
      Parameters:
      value - allowed object is Boolean
    • 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
    • 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
    • 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
    • getSpecifiedExercise

      public List<OptionExerciseAmounts> getSpecifiedExercise()
      Gets the value of the specifiedExercise property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the specifiedExercise property.

      For example, to add a new item, do as follows:

          getSpecifiedExercise().add(newItem);
       

      Objects of the following type(s) are allowed in the list OptionExerciseAmounts