Class FxRateAsset
java.lang.Object
net.finmath.smartcontract.product.xml.Asset
net.finmath.smartcontract.product.xml.IdentifiedAsset
net.finmath.smartcontract.product.xml.UnderlyingAsset
net.finmath.smartcontract.product.xml.FxRateAsset
Java class for FxRateAsset complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FxRateAsset"> <complexContent> <extension base="{http://www.fpml.org/FpML-5/confirmation}UnderlyingAsset"> <sequence> <element name="quotedCurrencyPair" type="{http://www.fpml.org/FpML-5/confirmation}QuotedCurrencyPair"/> <element name="rateSource" type="{http://www.fpml.org/FpML-5/confirmation}FxSpotRateSource" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class net.finmath.smartcontract.product.xml.UnderlyingAsset
clearanceSystem, currency, definition, exchangeId
Fields inherited from class net.finmath.smartcontract.product.xml.IdentifiedAsset
description, instrumentId
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the quotedCurrencyPair property.Gets the value of the rateSource property.void
Sets the value of the quotedCurrencyPair property.void
setRateSource
(FxSpotRateSource value) Sets the value of the rateSource property.Methods inherited from class net.finmath.smartcontract.product.xml.UnderlyingAsset
getClearanceSystem, getCurrency, getDefinition, getExchangeId, setClearanceSystem, setCurrency, setDefinition, setExchangeId
Methods inherited from class net.finmath.smartcontract.product.xml.IdentifiedAsset
getDescription, getInstrumentId, setDescription
-
Field Details
-
quotedCurrencyPair
-
rateSource
-
-
Constructor Details
-
FxRateAsset
public FxRateAsset()
-
-
Method Details
-
getQuotedCurrencyPair
Gets the value of the quotedCurrencyPair property.- Returns:
- possible object is
QuotedCurrencyPair
-
setQuotedCurrencyPair
Sets the value of the quotedCurrencyPair property.- Parameters:
value
- allowed object isQuotedCurrencyPair
-
getRateSource
Gets the value of the rateSource property.- Returns:
- possible object is
FxSpotRateSource
-
setRateSource
Sets the value of the rateSource property.- Parameters:
value
- allowed object isFxSpotRateSource
-