Class ActionOnExpiration
java.lang.Object
net.finmath.smartcontract.product.xml.ActionOnExpiration
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 Summary
Modifier and TypeFieldDescriptionprotected ExerciseActionEnum
protected Money
protected BigDecimal
protected BigDecimal
protected Boolean
protected Boolean
protected Money
protected BigDecimal
protected BigDecimal
protected List
<OptionExerciseAmounts> -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the exerciseAction property.Gets the value of the exerciseInNotionalAmount property.Gets the value of the exerciseInNumberOfOptions property.Gets the value of the exerciseInNumberOfUnits property.Gets the value of the outstandingNotionalAmount property.Gets the value of the outstandingNumberOfOptions property.Gets the value of the outstandingNumberOfUnits property.Gets the value of the specifiedExercise property.isExpiry()
Gets the value of the expiry property.Gets the value of the fullExercise property.void
Sets the value of the exerciseAction property.void
setExerciseInNotionalAmount
(Money value) Sets the value of the exerciseInNotionalAmount property.void
Sets the value of the exerciseInNumberOfOptions property.void
Sets the value of the exerciseInNumberOfUnits property.void
Sets the value of the expiry property.void
setFullExercise
(Boolean value) Sets the value of the fullExercise property.void
Sets the value of the outstandingNotionalAmount property.void
Sets the value of the outstandingNumberOfOptions property.void
Sets the value of the outstandingNumberOfUnits property.
-
Field Details
-
exerciseAction
-
expiry
-
fullExercise
-
exerciseInNotionalAmount
-
outstandingNotionalAmount
-
exerciseInNumberOfOptions
-
outstandingNumberOfOptions
-
exerciseInNumberOfUnits
-
outstandingNumberOfUnits
-
specifiedExercise
-
-
Constructor Details
-
ActionOnExpiration
public ActionOnExpiration()
-
-
Method Details
-
getExerciseAction
Gets the value of the exerciseAction property.- Returns:
- possible object is
ExerciseActionEnum
-
setExerciseAction
Sets the value of the exerciseAction property.- Parameters:
value
- allowed object isExerciseActionEnum
-
isExpiry
-
setExpiry
-
isFullExercise
-
setFullExercise
-
getExerciseInNotionalAmount
-
setExerciseInNotionalAmount
-
getOutstandingNotionalAmount
-
setOutstandingNotionalAmount
-
getExerciseInNumberOfOptions
Gets the value of the exerciseInNumberOfOptions property.- Returns:
- possible object is
BigDecimal
-
setExerciseInNumberOfOptions
Sets the value of the exerciseInNumberOfOptions property.- Parameters:
value
- allowed object isBigDecimal
-
getOutstandingNumberOfOptions
Gets the value of the outstandingNumberOfOptions property.- Returns:
- possible object is
BigDecimal
-
setOutstandingNumberOfOptions
Sets the value of the outstandingNumberOfOptions property.- Parameters:
value
- allowed object isBigDecimal
-
getExerciseInNumberOfUnits
Gets the value of the exerciseInNumberOfUnits property.- Returns:
- possible object is
BigDecimal
-
setExerciseInNumberOfUnits
Sets the value of the exerciseInNumberOfUnits property.- Parameters:
value
- allowed object isBigDecimal
-
getOutstandingNumberOfUnits
Gets the value of the outstandingNumberOfUnits property.- Returns:
- possible object is
BigDecimal
-
setOutstandingNumberOfUnits
Sets the value of the outstandingNumberOfUnits property.- Parameters:
value
- allowed object isBigDecimal
-
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
-