Class EquityEuropeanExercise
java.lang.Object
net.finmath.smartcontract.product.xml.Exercise
net.finmath.smartcontract.product.xml.EquityEuropeanExercise
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 Summary
FieldsModifier and TypeFieldDescriptionprotected BusinessCenterTimeprotected TimeTypeEnumprotected AdjustableOrRelativeDateprotected DeterminationMethod -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the equityExpirationTime property.Gets the value of the equityExpirationTimeType property.Gets the value of the expirationDate property.Gets the value of the expirationTimeDetermination property.voidSets the value of the equityExpirationTime property.voidSets the value of the equityExpirationTimeType property.voidSets the value of the expirationDate property.voidSets the value of the expirationTimeDetermination property.
-
Field Details
-
expirationDate
-
equityExpirationTimeType
-
equityExpirationTime
-
expirationTimeDetermination
-
-
Constructor Details
-
EquityEuropeanExercise
public EquityEuropeanExercise()
-
-
Method Details
-
getExpirationDate
Gets the value of the expirationDate property.- Returns:
- possible object is
AdjustableOrRelativeDate
-
setExpirationDate
Sets the value of the expirationDate property.- Parameters:
value- allowed object isAdjustableOrRelativeDate
-
getEquityExpirationTimeType
Gets the value of the equityExpirationTimeType property.- Returns:
- possible object is
TimeTypeEnum
-
setEquityExpirationTimeType
Sets the value of the equityExpirationTimeType property.- Parameters:
value- allowed object isTimeTypeEnum
-
getEquityExpirationTime
Gets the value of the equityExpirationTime property.- Returns:
- possible object is
BusinessCenterTime
-
setEquityExpirationTime
Sets the value of the equityExpirationTime property.- Parameters:
value- allowed object isBusinessCenterTime
-
getExpirationTimeDetermination
Gets the value of the expirationTimeDetermination property.- Returns:
- possible object is
DeterminationMethod
-
setExpirationTimeDetermination
Sets the value of the expirationTimeDetermination property.- Parameters:
value- allowed object isDeterminationMethod
-