Package cdm.observable.event
Interface ObservationIdentifier
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
ObservationIdentifier.ObservationIdentifierBuilder
- All Known Implementing Classes:
ObservationIdentifier.ObservationIdentifierBuilderImpl,ObservationIdentifier.ObservationIdentifierImpl
@RosettaDataType(value="ObservationIdentifier",
builder=ObservationIdentifierBuilderImpl.class,
version="5.30.0")
@RuneDataType(value="ObservationIdentifier",
model="cdm",
builder=ObservationIdentifierBuilderImpl.class,
version="5.30.0")
public interface ObservationIdentifier
extends com.rosetta.model.lib.RosettaModelObject
Defines the parameters needed to uniquely identify a piece of data among the population of all available market data.
- Version:
- 5.30.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of ObservationIdentifierstatic classImmutable Implementation of ObservationIdentifier -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()Specifies the method according to which an amount or a date is determined.Represents where the market data published and should be observed.Represents the asset or rate to which the observation relates.com.rosetta.model.lib.records.DateSpecifies the date value to use when resolving the market data.Represents the time and time-zone.default Class<? extends ObservationIdentifier> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends ObservationIdentifier> 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
-
getObservable
Observable getObservable()Represents the asset or rate to which the observation relates. -
getObservationDate
com.rosetta.model.lib.records.Date getObservationDate()Specifies the date value to use when resolving the market data. -
getObservationTime
TimeZone getObservationTime()Represents the time and time-zone. -
getInformationSource
InformationSource getInformationSource()Represents where the market data published and should be observed. -
getDeterminationMethodology
DeterminationMethodology getDeterminationMethodology()Specifies the method according to which an amount or a date is determined. -
build
ObservationIdentifier build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
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
-