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
  • Field Details

  • 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

      Build Methods
      Specified by:
      build in interface com.rosetta.model.lib.RosettaModelObject
    • toBuilder

      Specified by:
      toBuilder in interface com.rosetta.model.lib.RosettaModelObject
    • builder

    • metaData

      default com.rosetta.model.lib.meta.RosettaMetaData<? extends AmendmentEffectiveDate> metaData()
      Utility Methods
      Specified by:
      metaData in interface com.rosetta.model.lib.RosettaModelObject
    • getType

      @RuneAttribute("@type") default Class<? extends AmendmentEffectiveDate> getType()
      Specified by:
      getType in interface com.rosetta.model.lib.RosettaModelObject
    • process

      default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor)
      Specified by:
      process in interface com.rosetta.model.lib.RosettaModelObject