Interface AncillaryEntity

All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
AncillaryEntity.AncillaryEntityBuilder
All Known Implementing Classes:
AncillaryEntity.AncillaryEntityBuilderImpl, AncillaryEntity.AncillaryEntityImpl

@RosettaDataType(value="AncillaryEntity", builder=AncillaryEntityBuilderImpl.class, version="5.30.0") @RuneDataType(value="AncillaryEntity", model="cdm", builder=AncillaryEntityBuilderImpl.class, version="5.30.0") public interface AncillaryEntity extends com.rosetta.model.lib.RosettaModelObject
Holds an identifier for an ancillary entity, either identified directly via its ancillary role or directly as a legal entity.
Version:
5.30.0
  • Field Details

  • Method Details

    • getAncillaryParty

      AncillaryRoleEnum getAncillaryParty()
      Identifies a party via its ancillary role on a transaction (e.g. CCP or DCO through which the trade should be cleared.)
    • getLegalEntity

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

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