Package org.isda.cdm

Class UmbrellaAgreement


  • @RosettaClass
    public class 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:
    2.5.4
    • Method Detail

      • getLanguage

        @RosettaSynonym(value="language",
                        source="ISDA_Create_1_0")
        public final java.lang.String getLanguage()
        The language associated with the umbrella agreement, and which applies to all the parties to the umbrella agreement.
      • getParties

        @RosettaSynonym(value="principal_identification_schedule",
                        source="ISDA_Create_1_0")
        public final java.util.List<UmbrellaAgreementEntity> getParties()
        The parties to the umbrella agreement.
      • metaData

        public com.rosetta.model.lib.meta.RosettaMetaData<? extends UmbrellaAgreement> metaData()
        Specified by:
        metaData in class com.rosetta.model.lib.RosettaModelObject
      • process

        public void process​(com.rosetta.model.lib.path.RosettaPath path,
                            com.rosetta.model.lib.process.Processor processor)
        Specified by:
        process in class com.rosetta.model.lib.RosettaModelObject
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object