Package cdm.base.datetime
Interface AdjustableOrRelativeDates
- All Superinterfaces:
com.rosetta.model.lib.GlobalKey,com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
AdjustableOrRelativeDates.AdjustableOrRelativeDatesBuilder
- All Known Implementing Classes:
AdjustableOrRelativeDates.AdjustableOrRelativeDatesBuilderImpl,AdjustableOrRelativeDates.AdjustableOrRelativeDatesImpl
@RosettaDataType(value="AdjustableOrRelativeDates",
builder=AdjustableOrRelativeDatesBuilderImpl.class,
version="5.30.0")
@RuneDataType(value="AdjustableOrRelativeDates",
model="cdm",
builder=AdjustableOrRelativeDatesBuilderImpl.class,
version="5.30.0")
public interface AdjustableOrRelativeDates
extends com.rosetta.model.lib.RosettaModelObject, com.rosetta.model.lib.GlobalKey
A class giving the choice between defining a series of dates as an explicit list of dates together with applicable adjustments or as relative to some other series of (anchor) dates.
- Version:
- 5.30.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of AdjustableOrRelativeDatesstatic classImmutable Implementation of AdjustableOrRelativeDatesNested 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()A series of dates that shall be subject to adjustment if they would otherwise fall on a day that is not a business day in the specified business centers, together with the convention for adjusting the date.com.rosetta.model.metafields.MetaFieldsgetMeta()A series of dates specified as some offset to another series of dates (the anchor dates).default Class<? extends AdjustableOrRelativeDates> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends AdjustableOrRelativeDates> 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
-
getAdjustableDates
AdjustableDates getAdjustableDates()A series of dates that shall be subject to adjustment if they would otherwise fall on a day that is not a business day in the specified business centers, together with the convention for adjusting the date. -
getRelativeDates
RelativeDates getRelativeDates()A series of dates specified as some offset to another series of dates (the anchor dates). -
getMeta
com.rosetta.model.metafields.MetaFields getMeta()- Specified by:
getMetain interfacecom.rosetta.model.lib.GlobalKey
-
build
AdjustableOrRelativeDates 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
-