Package cdm.observable.asset
Interface QuotedCurrencyPair
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
CrossRate,CrossRate.CrossRateBuilder,QuotedCurrencyPair.QuotedCurrencyPairBuilder
- All Known Implementing Classes:
CrossRate.CrossRateBuilderImpl,CrossRate.CrossRateImpl,QuotedCurrencyPair.QuotedCurrencyPairBuilderImpl,QuotedCurrencyPair.QuotedCurrencyPairImpl
@RosettaDataType(value="QuotedCurrencyPair",
builder=QuotedCurrencyPairBuilderImpl.class,
version="5.30.0")
@RuneDataType(value="QuotedCurrencyPair",
model="cdm",
builder=QuotedCurrencyPairBuilderImpl.class,
version="5.30.0")
public interface QuotedCurrencyPair
extends com.rosetta.model.lib.RosettaModelObject
A class that describes the composition of a rate that has been quoted or is to be quoted. This includes the two currencies and the quotation relationship between the two currencies and is used as a building block throughout the FX specification.
- Version:
- 5.30.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of QuotedCurrencyPairstatic classImmutable Implementation of QuotedCurrencyPair -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()The first currency specified when a pair of currencies is to be evaluated.The second currency specified when a pair of currencies is to be evaluated.The method by which the exchange rate is quoted.default Class<? extends QuotedCurrencyPair> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends QuotedCurrencyPair> metaData()Utility Methodsdefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) Methods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Field Details
-
metaData
-
-
Method Details
-
getCurrency1
FieldWithMetaString getCurrency1()The first currency specified when a pair of currencies is to be evaluated. -
getCurrency2
FieldWithMetaString getCurrency2()The second currency specified when a pair of currencies is to be evaluated. -
getQuoteBasis
QuoteBasisEnum getQuoteBasis()The method by which the exchange rate is quoted. -
build
QuotedCurrencyPair build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
QuotedCurrencyPair.QuotedCurrencyPairBuilder toBuilder()- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
builder
-
metaData
Utility Methods- Specified by:
metaDatain interfacecom.rosetta.model.lib.RosettaModelObject
-
getType
- Specified by:
getTypein interfacecom.rosetta.model.lib.RosettaModelObject
-
process
default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) - Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObject
-