Class EquityMultipleExercise
java.lang.Object
net.finmath.smartcontract.product.xml.EquityMultipleExercise
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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the integralMultipleExercise property.Gets the value of the maximumNumberOfOptions property.Gets the value of the minimumNumberOfOptions property.void
Sets the value of the integralMultipleExercise property.void
Sets the value of the maximumNumberOfOptions property.void
Sets the value of the minimumNumberOfOptions property.
-
Field Details
-
integralMultipleExercise
-
minimumNumberOfOptions
-
maximumNumberOfOptions
-
-
Constructor Details
-
EquityMultipleExercise
public EquityMultipleExercise()
-
-
Method Details
-
getIntegralMultipleExercise
Gets the value of the integralMultipleExercise property.- Returns:
- possible object is
BigDecimal
-
setIntegralMultipleExercise
Sets the value of the integralMultipleExercise property.- Parameters:
value
- allowed object isBigDecimal
-
getMinimumNumberOfOptions
Gets the value of the minimumNumberOfOptions property.- Returns:
- possible object is
BigDecimal
-
setMinimumNumberOfOptions
Sets the value of the minimumNumberOfOptions property.- Parameters:
value
- allowed object isBigDecimal
-
getMaximumNumberOfOptions
Gets the value of the maximumNumberOfOptions property.- Returns:
- possible object is
BigDecimal
-
setMaximumNumberOfOptions
Sets the value of the maximumNumberOfOptions property.- Parameters:
value
- allowed object isBigDecimal
-