Interface DatedAsOfDate

All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
DatedAsOfDate.DatedAsOfDateBuilder
All Known Implementing Classes:
DatedAsOfDate.DatedAsOfDateBuilderImpl, DatedAsOfDate.DatedAsOfDateImpl

@RosettaDataType(value="DatedAsOfDate", builder=DatedAsOfDateBuilderImpl.class, version="6.19.0") @RuneDataType(value="DatedAsOfDate", model="cdm", builder=DatedAsOfDateBuilderImpl.class, version="6.19.0") public interface DatedAsOfDate extends com.rosetta.model.lib.RosettaModelObject
Defines the dates agreed by the parties as the date of the Credit Support Annex or Credit Support Deed.
Version:
6.19.0
  • Field Details

  • Method Details

    • getCsaDatedAsOfDate

      com.rosetta.model.lib.records.Date getCsaDatedAsOfDate()
      The date agreed by the parties as the Dated as of Date for the Credit Support Annex.
    • getMasterAgreementDatedAsOfDate

      com.rosetta.model.lib.records.Date getMasterAgreementDatedAsOfDate()
      The date agreed by the parties as the Dated as of Date for the Master Agreement.
    • getCsaMadeOn

      com.rosetta.model.lib.records.Date getCsaMadeOn()
      The date agreed by the parties as the Made On date of the Credit Support Deed.
    • getAdditionalLanguage

      String getAdditionalLanguage()
      The additional language that might be specified by the parties to the legal agreement.
    • build

      DatedAsOfDate 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 DatedAsOfDate> metaData()
      Utility Methods
      Specified by:
      metaData in interface com.rosetta.model.lib.RosettaModelObject
    • getType

      @RuneAttribute("@type") default Class<? extends DatedAsOfDate> 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