Interface SinglePostingParty

All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
SinglePostingParty.SinglePostingPartyBuilder
All Known Implementing Classes:
SinglePostingParty.SinglePostingPartyBuilderImpl, SinglePostingParty.SinglePostingPartyImpl

@RosettaDataType(value="SinglePostingParty", builder=SinglePostingPartyBuilderImpl.class, version="6.19.0") @RuneDataType(value="SinglePostingParty", model="cdm", builder=SinglePostingPartyBuilderImpl.class, version="6.19.0") public interface SinglePostingParty extends com.rosetta.model.lib.RosettaModelObject
Where only a single party is explicitly designated to post collateral, the party which is specified as the sole poster of collateral.
Version:
6.19.0
  • Field Details

  • Method Details

    • getParty

      The party acting as the Single Posting Party.
    • getOther

      String getOther()
      Utilised where the clause data structure is not able to capture a material aspect of the clause.
    • 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 SinglePostingParty> metaData()
      Utility Methods
      Specified by:
      metaData in interface com.rosetta.model.lib.RosettaModelObject
    • getType

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