Interface OtherAgreement

All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
OtherAgreement.OtherAgreementBuilder
All Known Implementing Classes:
OtherAgreement.OtherAgreementBuilderImpl, OtherAgreement.OtherAgreementImpl

@RosettaDataType(value="OtherAgreement", builder=OtherAgreementBuilderImpl.class, version="5.30.0") @RuneDataType(value="OtherAgreement", model="cdm", builder=OtherAgreementBuilderImpl.class, version="5.30.0") public interface OtherAgreement extends com.rosetta.model.lib.RosettaModelObject
A class for defining an agreement executed between parties.
Version:
5.30.0
  • Field Details

  • Method Details

    • getIdentifier

      FieldWithMetaString getIdentifier()
      An identifier that has been created to identify the agreement.
    • getOtherAgreementType

      FieldWithMetaString getOtherAgreementType()
      The agreement executed between the parties and intended to govern product-specific derivatives transactions between those parties.
    • getVersion

      FieldWithMetaString getVersion()
      The version of the agreement.
    • getDate

      com.rosetta.model.lib.records.Date getDate()
      The date on which the agreement was signed.
    • 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 OtherAgreement> metaData()
      Utility Methods
      Specified by:
      metaData in interface com.rosetta.model.lib.RosettaModelObject
    • getType

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