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
  • Field Details

  • Method Details

    • 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

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

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