Class EquityEuropeanExercise

java.lang.Object
net.finmath.smartcontract.product.xml.Exercise
net.finmath.smartcontract.product.xml.EquityEuropeanExercise

public class EquityEuropeanExercise extends Exercise
A type for defining exercise procedures associated with a European style exercise of an equity option.

Java class for EquityEuropeanExercise complex type.

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

 <complexType name="EquityEuropeanExercise">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}Exercise">
       <sequence>
         <element name="expirationDate" type="{http://www.fpml.org/FpML-5/confirmation}AdjustableOrRelativeDate"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}EquityExpiration.model"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • EquityEuropeanExercise

      public EquityEuropeanExercise()
  • Method Details

    • getExpirationDate

      public AdjustableOrRelativeDate getExpirationDate()
      Gets the value of the expirationDate property.
      Returns:
      possible object is AdjustableOrRelativeDate
    • setExpirationDate

      public void setExpirationDate(AdjustableOrRelativeDate value)
      Sets the value of the expirationDate property.
      Parameters:
      value - allowed object is AdjustableOrRelativeDate
    • getEquityExpirationTimeType

      public TimeTypeEnum getEquityExpirationTimeType()
      Gets the value of the equityExpirationTimeType property.
      Returns:
      possible object is TimeTypeEnum
    • setEquityExpirationTimeType

      public void setEquityExpirationTimeType(TimeTypeEnum value)
      Sets the value of the equityExpirationTimeType property.
      Parameters:
      value - allowed object is TimeTypeEnum
    • getEquityExpirationTime

      public BusinessCenterTime getEquityExpirationTime()
      Gets the value of the equityExpirationTime property.
      Returns:
      possible object is BusinessCenterTime
    • setEquityExpirationTime

      public void setEquityExpirationTime(BusinessCenterTime value)
      Sets the value of the equityExpirationTime property.
      Parameters:
      value - allowed object is BusinessCenterTime
    • getExpirationTimeDetermination

      public DeterminationMethod getExpirationTimeDetermination()
      Gets the value of the expirationTimeDetermination property.
      Returns:
      possible object is DeterminationMethod
    • setExpirationTimeDetermination

      public void setExpirationTimeDetermination(DeterminationMethod value)
      Sets the value of the expirationTimeDetermination property.
      Parameters:
      value - allowed object is DeterminationMethod