Class FxKnockoutLevel
java.lang.Object
net.finmath.smartcontract.product.xml.FxKnockoutLevel
Defines the Target level of gain.
Java class for FxKnockoutLevel complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FxKnockoutLevel"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <choice> <element name="amount" type="{http://www.fpml.org/FpML-5/confirmation}NonNegativeMoney"/> <element name="intrinsicValue" type="{http://www.w3.org/2001/XMLSchema}decimal"/> </choice> <element name="targetStyle" type="{http://www.fpml.org/FpML-5/confirmation}FxTargetStyleEnum"/> <element name="settlementAdjustmentStyle" type="{http://www.fpml.org/FpML-5/confirmation}FxSettlementAdjustmentMethodEnum" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected NonNegativeMoney
protected BigDecimal
protected FxSettlementAdjustmentMethodEnum
protected FxTargetStyleEnum
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the amount property.Gets the value of the intrinsicValue property.Gets the value of the settlementAdjustmentStyle property.Gets the value of the targetStyle property.void
setAmount
(NonNegativeMoney value) Sets the value of the amount property.void
setIntrinsicValue
(BigDecimal value) Sets the value of the intrinsicValue property.void
Sets the value of the settlementAdjustmentStyle property.void
setTargetStyle
(FxTargetStyleEnum value) Sets the value of the targetStyle property.
-
Field Details
-
amount
-
intrinsicValue
-
targetStyle
-
settlementAdjustmentStyle
-
-
Constructor Details
-
FxKnockoutLevel
public FxKnockoutLevel()
-
-
Method Details
-
getAmount
Gets the value of the amount property.- Returns:
- possible object is
NonNegativeMoney
-
setAmount
Sets the value of the amount property.- Parameters:
value
- allowed object isNonNegativeMoney
-
getIntrinsicValue
Gets the value of the intrinsicValue property.- Returns:
- possible object is
BigDecimal
-
setIntrinsicValue
Sets the value of the intrinsicValue property.- Parameters:
value
- allowed object isBigDecimal
-
getTargetStyle
Gets the value of the targetStyle property.- Returns:
- possible object is
FxTargetStyleEnum
-
setTargetStyle
Sets the value of the targetStyle property.- Parameters:
value
- allowed object isFxTargetStyleEnum
-
getSettlementAdjustmentStyle
Gets the value of the settlementAdjustmentStyle property.- Returns:
- possible object is
FxSettlementAdjustmentMethodEnum
-
setSettlementAdjustmentStyle
Sets the value of the settlementAdjustmentStyle property.- Parameters:
value
- allowed object isFxSettlementAdjustmentMethodEnum
-