Interface UmbrellaAgreement

All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
UmbrellaAgreement.UmbrellaAgreementBuilder
All Known Implementing Classes:
UmbrellaAgreement.UmbrellaAgreementBuilderImpl, UmbrellaAgreement.UmbrellaAgreementImpl

@RosettaDataType(value="UmbrellaAgreement", builder=UmbrellaAgreementBuilderImpl.class, version="5.30.0") @RuneDataType(value="UmbrellaAgreement", model="cdm", builder=UmbrellaAgreementBuilderImpl.class, version="5.30.0") public interface UmbrellaAgreement extends com.rosetta.model.lib.RosettaModelObject
A class to specify a set of legal entities which are part of a legal agreement beyond the two contracting parties to that agreement. This data representation reflects the ISDA Create representation.
Version:
5.30.0
  • Field Details

  • Method Details

    • getIsApplicable

      Boolean getIsApplicable()
      The determination of whether Umbrella Agreement terms are Applicable (True), or Not Applicable (False)
    • getLanguage

      String getLanguage()
      The language associated with the umbrella agreement, and which applies to all the parties to the umbrella agreement.
    • getParties

      List<? extends UmbrellaAgreementEntity> getParties()
      Underlying principals to the umbrella agreement.
    • 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 UmbrellaAgreement> metaData()
      Utility Methods
      Specified by:
      metaData in interface com.rosetta.model.lib.RosettaModelObject
    • getType

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