Package cdm.base.datetime
Interface AdjustableDate
- All Superinterfaces:
com.rosetta.model.lib.GlobalKey,com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
AdjustableDate.AdjustableDateBuilder
- All Known Implementing Classes:
AdjustableDate.AdjustableDateBuilderImpl,AdjustableDate.AdjustableDateImpl
@RosettaDataType(value="AdjustableDate",
builder=AdjustableDateBuilderImpl.class,
version="5.30.0")
@RuneDataType(value="AdjustableDate",
model="cdm",
builder=AdjustableDateBuilderImpl.class,
version="5.30.0")
public interface AdjustableDate
extends com.rosetta.model.lib.RosettaModelObject, com.rosetta.model.lib.GlobalKey
A class for defining a date that shall be subject to adjustment if it 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.
- Version:
- 5.30.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of AdjustableDatestatic classImmutable Implementation of AdjustableDateNested 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 date once the adjustment has been performed.The business day convention and financial business centers used for adjusting the date if it would otherwise fall on a day that is not a business date in the specified business centers.A pointer style reference to date adjustments defined elsewhere in the document.com.rosetta.model.metafields.MetaFieldsgetMeta()default Class<? extends AdjustableDate> getType()com.rosetta.model.lib.records.DateA date subject to adjustment.default com.rosetta.model.lib.meta.RosettaMetaData<? extends AdjustableDate> 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. While in FpML this date is required, this cardinality constraint has been relaxed as part of the CDM in order to support the FRA representation, which effective and termination dates are specified in FpML as adjusted dates. -
getDateAdjustments
BusinessDayAdjustments getDateAdjustments()The business day convention and financial business centers used for adjusting the date if it would otherwise fall on a day that is not a business date in the specified business centers. -
getDateAdjustmentsReference
ReferenceWithMetaBusinessDayAdjustments getDateAdjustmentsReference()A pointer style reference to date adjustments defined elsewhere in the document. -
getAdjustedDate
FieldWithMetaDate getAdjustedDate()The date once the adjustment has been performed. (Note that this date may change if the business center holidays change). -
getMeta
com.rosetta.model.metafields.MetaFields getMeta()- Specified by:
getMetain interfacecom.rosetta.model.lib.GlobalKey
-
build
AdjustableDate build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
AdjustableDate.AdjustableDateBuilder 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
-