Package cdm.base.staticdata.party
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
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of AncillaryEntitystatic classImmutable Implementation of AncillaryEntity -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()Identifies a party via its ancillary role on a transaction (e.g.default Class<? extends AncillaryEntity> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends AncillaryEntity> metaData()Utility Methodsdefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) Methods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Field Details
-
metaData
-
-
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
AncillaryEntity build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
AncillaryEntity.AncillaryEntityBuilder toBuilder()- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
builder
-
metaData
Utility Methods- Specified by:
metaDatain interfacecom.rosetta.model.lib.RosettaModelObject
-
getType
- Specified by:
getTypein interfacecom.rosetta.model.lib.RosettaModelObject
-
process
default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) - Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObject
-