Package cdm.legaldocumentation.csa
Interface AmendmentEffectiveDate
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
AmendmentEffectiveDate.AmendmentEffectiveDateBuilder
- All Known Implementing Classes:
AmendmentEffectiveDate.AmendmentEffectiveDateBuilderImpl,AmendmentEffectiveDate.AmendmentEffectiveDateImpl
@RosettaDataType(value="AmendmentEffectiveDate",
builder=AmendmentEffectiveDateBuilderImpl.class,
version="6.19.0")
@RuneDataType(value="AmendmentEffectiveDate",
model="cdm",
builder=AmendmentEffectiveDateBuilderImpl.class,
version="6.19.0")
public interface AmendmentEffectiveDate
extends com.rosetta.model.lib.RosettaModelObject
A class to specify the effective date of the Amendment to Termination Currency. This date can be specified as either an actual date, a specific date (e.g. the annex date) or as a custom provision.
- Version:
- 6.19.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of AmendmentEffectiveDatestatic classImmutable Implementation of AmendmentEffectiveDate -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()The effective date of the Amendment to Termination Currency when specified as a non normalized custom provision.com.rosetta.model.lib.records.DategetDate()The effective date of the Amendment to Termination Currency when specified as an actual date.The effective date of the Amendment to Termination Currency when specified as relative to another date (e.g. the annex date).default Class<? extends AmendmentEffectiveDate> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends AmendmentEffectiveDate> 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
-
getDate
com.rosetta.model.lib.records.Date getDate()The effective date of the Amendment to Termination Currency when specified as an actual date. -
getSpecificDate
AmendmentEffectiveDateEnum getSpecificDate()The effective date of the Amendment to Termination Currency when specified as relative to another date (e.g. the annex date). -
getCustomProvision
String getCustomProvision()The effective date of the Amendment to Termination Currency when specified as a non normalized custom provision. -
build
AmendmentEffectiveDate 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
-