Class FxMultipleExercise
java.lang.Object
net.finmath.smartcontract.product.xml.FxMultipleExercise
Describes the limits on the size of notional when multiple exercise is
allowed.
Java class for FxMultipleExercise complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FxMultipleExercise"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="minimumNotionalAmount" type="{http://www.fpml.org/FpML-5/confirmation}NonNegativeMoney" minOccurs="0"/> <element name="maximumNotionalAmount" type="{http://www.fpml.org/FpML-5/confirmation}NonNegativeMoney" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the maximumNotionalAmount property.Gets the value of the minimumNotionalAmount property.void
Sets the value of the maximumNotionalAmount property.void
Sets the value of the minimumNotionalAmount property.
-
Field Details
-
minimumNotionalAmount
-
maximumNotionalAmount
-
-
Constructor Details
-
FxMultipleExercise
public FxMultipleExercise()
-
-
Method Details
-
getMinimumNotionalAmount
Gets the value of the minimumNotionalAmount property.- Returns:
- possible object is
NonNegativeMoney
-
setMinimumNotionalAmount
Sets the value of the minimumNotionalAmount property.- Parameters:
value
- allowed object isNonNegativeMoney
-
getMaximumNotionalAmount
Gets the value of the maximumNotionalAmount property.- Returns:
- possible object is
NonNegativeMoney
-
setMaximumNotionalAmount
Sets the value of the maximumNotionalAmount property.- Parameters:
value
- allowed object isNonNegativeMoney
-