Class FxCrossRateObservable
java.lang.Object
net.finmath.smartcontract.product.xml.FxCrossRateObservable
A type that is used for including the currency exchange rates information
used to cross between the traded currencies for non-base currency FX contracts.
Java class for FxCrossRateObservable complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FxCrossRateObservable"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="quotedCurrencyPair" type="{http://www.fpml.org/FpML-5/confirmation}QuotedCurrencyPair"/> <element name="informationSource" type="{http://www.fpml.org/FpML-5/confirmation}FxInformationSource"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the informationSource property.Gets the value of the quotedCurrencyPair property.void
Sets the value of the informationSource property.void
Sets the value of the quotedCurrencyPair property.
-
Field Details
-
quotedCurrencyPair
-
informationSource
-
-
Constructor Details
-
FxCrossRateObservable
public FxCrossRateObservable()
-
-
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
-
getInformationSource
Gets the value of the informationSource property.- Returns:
- possible object is
FxInformationSource
-
setInformationSource
Sets the value of the informationSource property.- Parameters:
value
- allowed object isFxInformationSource
-