Interface PartyChangeInstruction

All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
PartyChangeInstruction.PartyChangeInstructionBuilder
All Known Implementing Classes:
PartyChangeInstruction.PartyChangeInstructionBuilderImpl, PartyChangeInstruction.PartyChangeInstructionImpl

@RosettaDataType(value="PartyChangeInstruction", builder=PartyChangeInstructionBuilderImpl.class, version="5.30.0") @RuneDataType(value="PartyChangeInstruction", model="cdm", builder=PartyChangeInstructionBuilderImpl.class, version="5.30.0") public interface PartyChangeInstruction extends com.rosetta.model.lib.RosettaModelObject
Specifies instruction to change the party on a trade. This primitive instruction is used in a number of scenarios including: clearing, allocation and novation. The instrution must include a trade identifier, because a change of party effectively results in a different trade.
Version:
5.30.0
  • Field Details

  • Method Details

    • getCounterparty

      Counterparty getCounterparty()
      The new counterparty who is stepping into the trade. The stepping out counterparty is inferred based on the counterparty role that is being updated.
    • getAncillaryParty

      AncillaryParty getAncillaryParty()
      Specifies an ancillary party to be added onto the new transaction, e.g. the original executing party in an allocation.
    • getPartyRole

      PartyRole getPartyRole()
      Specifies an additional party roles to be added on to the new transaction.
    • getTradeId

      List<? extends TradeIdentifier> getTradeId()
      The identifier to be assigned to the new trade post change of party.
    • 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 PartyChangeInstruction> metaData()
      Utility Methods
      Specified by:
      metaData in interface com.rosetta.model.lib.RosettaModelObject
    • getType

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