Interface LegalEntity

All Superinterfaces:
com.rosetta.model.lib.GlobalKey, com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
LegalEntity.LegalEntityBuilder, UmbrellaAgreementEntity, UmbrellaAgreementEntity.UmbrellaAgreementEntityBuilder
All Known Implementing Classes:
LegalEntity.LegalEntityBuilderImpl, LegalEntity.LegalEntityImpl, UmbrellaAgreementEntity.UmbrellaAgreementEntityBuilderImpl, UmbrellaAgreementEntity.UmbrellaAgreementEntityImpl

@RosettaDataType(value="LegalEntity", builder=LegalEntityBuilderImpl.class, version="5.30.0") @RuneDataType(value="LegalEntity", model="cdm", builder=LegalEntityBuilderImpl.class, version="5.30.0") public interface LegalEntity extends com.rosetta.model.lib.RosettaModelObject, com.rosetta.model.lib.GlobalKey
A class to specify a legal entity, with a required name and an optional entity identifier (such as the LEI).
Version:
5.30.0
  • Field Details

  • Method Details

    • getEntityId

      List<? extends FieldWithMetaString> getEntityId()
      A legal entity identifier (e.g. RED entity code). This type is deprecated. It is recommended to use entityIdentifier.
    • getName

      The legal entity name.
    • getEntityIdentifier

      List<? extends EntityIdentifier> getEntityIdentifier()
      A legal entity identifier with a source (e.g. RED entity code).
    • getMeta

      com.rosetta.model.metafields.MetaFields getMeta()
      Specified by:
      getMeta in interface com.rosetta.model.lib.GlobalKey
    • build

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

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