Package cdm.base.staticdata.party
Interface AncillaryParty
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
AncillaryParty.AncillaryPartyBuilder
- All Known Implementing Classes:
AncillaryParty.AncillaryPartyBuilderImpl,AncillaryParty.AncillaryPartyImpl
@RosettaDataType(value="AncillaryParty",
builder=AncillaryPartyBuilderImpl.class,
version="5.30.0")
@RuneDataType(value="AncillaryParty",
model="cdm",
builder=AncillaryPartyBuilderImpl.class,
version="5.30.0")
public interface AncillaryParty
extends com.rosetta.model.lib.RosettaModelObject
Defines an ancillary role enumerated value with an associated party reference. The product is agnostic to the actual parties involved in the transaction, with the party references abstracted away from the product definition and replaced by the AncillaryRoleEnum. The AncillaryRoleEnum can then be positioned in the product and this AncillaryParty type, which is positioned outside of the product definition, allows the AncillaryRoleEnum to be associated with an actual party reference.
- Version:
- 5.30.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of AncillaryPartystatic classImmutable Implementation of AncillaryParty -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()Optionally specifies the counterparty that the ancillary party is acting on behalf of.List<? extends ReferenceWithMetaParty> Specifies the party, or parties, associated to the ancillary role.getRole()Specifies the AncillaryRoleEnum that is associated to the party reference.default Class<? extends AncillaryParty> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends AncillaryParty> 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
-
getRole
AncillaryRoleEnum getRole()Specifies the AncillaryRoleEnum that is associated to the party reference. An ancillary party is any involved party that is not one of the two principal parties to the transaction. -
getPartyReference
List<? extends ReferenceWithMetaParty> getPartyReference()Specifies the party, or parties, associated to the ancillary role. -
getOnBehalfOf
CounterpartyRoleEnum getOnBehalfOf()Optionally specifies the counterparty that the ancillary party is acting on behalf of. -
build
AncillaryParty build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
AncillaryParty.AncillaryPartyBuilder 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
-