Package cdm.product.common.schedule
Interface ObservationDate
- All Superinterfaces:
com.rosetta.model.lib.GlobalKey,com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
ObservationDate.ObservationDateBuilder
- All Known Implementing Classes:
ObservationDate.ObservationDateBuilderImpl,ObservationDate.ObservationDateImpl
@RosettaDataType(value="ObservationDate",
builder=ObservationDateBuilderImpl.class,
version="5.30.0")
@RuneDataType(value="ObservationDate",
model="cdm",
builder=ObservationDateBuilderImpl.class,
version="5.30.0")
public interface ObservationDate
extends com.rosetta.model.lib.RosettaModelObject, com.rosetta.model.lib.GlobalKey
Specifies a single date on which market observations take place and specifies optional associated weighting.
- Version:
- 5.30.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of ObservationDatestatic classImmutable Implementation of ObservationDateNested 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 Methodsbuilder()com.rosetta.model.lib.records.DateThe date once the adjustment has been performed.com.rosetta.model.metafields.MetaFieldsgetMeta()Specifies an identification key for the market observation.default Class<? extends ObservationDate> getType()com.rosetta.model.lib.records.DateA date subject to adjustment.Specifies the degree of importance of the observation.default com.rosetta.model.lib.meta.RosettaMetaData<? extends ObservationDate> 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
-
getUnadjustedDate
com.rosetta.model.lib.records.Date getUnadjustedDate()A date subject to adjustment. -
getAdjustedDate
com.rosetta.model.lib.records.Date getAdjustedDate()The date once the adjustment has been performed. (Note that this date may change if the business center holidays change). -
getWeight
BigDecimal getWeight()Specifies the degree of importance of the observation. -
getObservationReference
String getObservationReference()Specifies an identification key for the market observation. This attribute can be used as a reference to assign weights to a series of dates defined in a parametricSchedule. -
getMeta
com.rosetta.model.metafields.MetaFields getMeta()- Specified by:
getMetain interfacecom.rosetta.model.lib.GlobalKey
-
build
ObservationDate build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
ObservationDate.ObservationDateBuilder 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
-