Package cdm.base.datetime
Interface AdjustableRelativeOrPeriodicDates
- All Superinterfaces:
com.rosetta.model.lib.GlobalKey,com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
AdjustableRelativeOrPeriodicDates.AdjustableRelativeOrPeriodicDatesBuilder
- All Known Implementing Classes:
AdjustableRelativeOrPeriodicDates.AdjustableRelativeOrPeriodicDatesBuilderImpl,AdjustableRelativeOrPeriodicDates.AdjustableRelativeOrPeriodicDatesImpl
@RosettaDataType(value="AdjustableRelativeOrPeriodicDates",
builder=AdjustableRelativeOrPeriodicDatesBuilderImpl.class,
version="5.30.0")
@RuneDataType(value="AdjustableRelativeOrPeriodicDates",
model="cdm",
builder=AdjustableRelativeOrPeriodicDatesBuilderImpl.class,
version="5.30.0")
public interface AdjustableRelativeOrPeriodicDates
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, or as a calculation period schedule.
- Version:
- 5.30.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of AdjustableRelativeOrPeriodicDatesstatic classImmutable Implementation of AdjustableRelativeOrPeriodicDatesNested 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 calculation period schedule.A series of dates specified as some offset to another series of dates (the anchor dates).default Class<? extends AdjustableRelativeOrPeriodicDates> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends AdjustableRelativeOrPeriodicDates> 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). -
getPeriodicDates
PeriodicDates getPeriodicDates()A calculation period schedule. -
getMeta
com.rosetta.model.metafields.MetaFields getMeta()- Specified by:
getMetain interfacecom.rosetta.model.lib.GlobalKey
-
build
Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
builder
-
metaData
default com.rosetta.model.lib.meta.RosettaMetaData<? extends AdjustableRelativeOrPeriodicDates> 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
-