Package cdm.observable.asset
Interface Observable
- All Superinterfaces:
com.rosetta.model.lib.GlobalKey,com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
Observable.ObservableBuilder
- All Known Implementing Classes:
Observable.ObservableBuilderImpl,Observable.ObservableImpl
@RosettaDataType(value="Observable",
builder=ObservableBuilderImpl.class,
version="5.30.0")
@RuneDataType(value="Observable",
model="cdm",
builder=ObservableBuilderImpl.class,
version="5.30.0")
public interface Observable
extends com.rosetta.model.lib.RosettaModelObject, com.rosetta.model.lib.GlobalKey
Specifies the object to be observed for a price, it could be an asset or a reference.
- Version:
- 5.30.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of Observablestatic classImmutable Implementation of ObservableNested classes/interfaces inherited from interface com.rosetta.model.lib.GlobalKey
com.rosetta.model.lib.GlobalKey.GlobalKeyBuilder -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsstatic Observable.ObservableBuilderbuilder()Identifies a commodity by referencing a product identifier.Describes the composition of a rate that has been quoted or is to be quoted, including the two currencies and the quotation relationship between the two currencies.com.rosetta.model.metafields.MetaFieldsgetMeta()The underlying contract which is referenced when determining the final settlement price of the instrument.List<? extends FieldWithMetaProductIdentifier> Comprises of an identifier and a source.Specifies a floating rate index and tenor.default Class<? extends Observable> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends Observable> 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
-
getRateOption
FieldWithMetaFloatingRateOption getRateOption()Specifies a floating rate index and tenor. -
getCommodity
FieldWithMetaCommodity getCommodity()Identifies a commodity by referencing a product identifier. -
getProductIdentifier
List<? extends FieldWithMetaProductIdentifier> getProductIdentifier()Comprises of an identifier and a source. The associated metadata key denotes the ability to associate a hash value to the ProductIdentifier instantiations for the purpose of model cross-referencing, in support of functionality such as the event effect and the lineage. -
getCurrencyPair
FieldWithMetaQuotedCurrencyPair getCurrencyPair()Describes the composition of a rate that has been quoted or is to be quoted, including the two currencies and the quotation relationship between the two currencies. -
getOptionReferenceType
OptionReferenceTypeEnum getOptionReferenceType()The underlying contract which is referenced when determining the final settlement price of the instrument. Eg. Rolling Front Month Future; Spot etc. -
getMeta
com.rosetta.model.metafields.MetaFields getMeta()- Specified by:
getMetain interfacecom.rosetta.model.lib.GlobalKey
-
build
Observable build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
Observable.ObservableBuilder 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
-