Package cdm.base.datetime
Interface BusinessDayAdjustments
- All Superinterfaces:
com.rosetta.model.lib.GlobalKey,com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
BusinessDayAdjustments.BusinessDayAdjustmentsBuilder
- All Known Implementing Classes:
BusinessDayAdjustments.BusinessDayAdjustmentsBuilderImpl,BusinessDayAdjustments.BusinessDayAdjustmentsImpl
@RosettaDataType(value="BusinessDayAdjustments",
builder=BusinessDayAdjustmentsBuilderImpl.class,
version="5.30.0")
@RuneDataType(value="BusinessDayAdjustments",
model="cdm",
builder=BusinessDayAdjustmentsBuilderImpl.class,
version="5.30.0")
public interface BusinessDayAdjustments
extends com.rosetta.model.lib.RosettaModelObject, com.rosetta.model.lib.GlobalKey
A class defining the business day convention and financial business centers used for adjusting any relevant date if it would otherwise fall on a day that is not a business day in the specified business center.
- Version:
- 5.30.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of BusinessDayAdjustmentsstatic classImmutable Implementation of BusinessDayAdjustmentsNested 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()The business center(s), specified either explicitly or by reference to those specified somewhere else in the instance document.The convention for adjusting a date if it would otherwise fall on a day that is not a business day.com.rosetta.model.metafields.MetaFieldsgetMeta()default Class<? extends BusinessDayAdjustments> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends BusinessDayAdjustments> 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
-
getBusinessDayConvention
BusinessDayConventionEnum getBusinessDayConvention()The convention for adjusting a date if it would otherwise fall on a day that is not a business day. -
getBusinessCenters
BusinessCenters getBusinessCenters()The business center(s), specified either explicitly or by reference to those specified somewhere else in the instance document. -
getMeta
com.rosetta.model.metafields.MetaFields getMeta()- Specified by:
getMetain interfacecom.rosetta.model.lib.GlobalKey
-
build
BusinessDayAdjustments 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
-