Class FxCounterCurrencyAmount
java.lang.Object
net.finmath.smartcontract.product.xml.NonNegativeSchedule
net.finmath.smartcontract.product.xml.NonNegativeAmountSchedule
net.finmath.smartcontract.product.xml.FxCounterCurrencyAmount
Java class for FxCounterCurrencyAmount complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FxCounterCurrencyAmount"> <complexContent> <extension base="{http://www.fpml.org/FpML-5/confirmation}NonNegativeAmountSchedule"> <sequence> <element name="strikeReference" type="{http://www.fpml.org/FpML-5/confirmation}FxStrikeReference" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class net.finmath.smartcontract.product.xml.NonNegativeAmountSchedule
currency
Fields inherited from class net.finmath.smartcontract.product.xml.NonNegativeSchedule
id, initialValue, step
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the strikeReference property.void
Sets the value of the strikeReference property.Methods inherited from class net.finmath.smartcontract.product.xml.NonNegativeAmountSchedule
getCurrency, setCurrency
Methods inherited from class net.finmath.smartcontract.product.xml.NonNegativeSchedule
getId, getInitialValue, getStep, setId, setInitialValue
-
Field Details
-
strikeReference
-
-
Constructor Details
-
FxCounterCurrencyAmount
public FxCounterCurrencyAmount()
-
-
Method Details
-
getStrikeReference
Gets the value of the strikeReference property.- Returns:
- possible object is
FxStrikeReference
-
setStrikeReference
Sets the value of the strikeReference property.- Parameters:
value
- allowed object isFxStrikeReference
-