Interface PostingObligationsElection

All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
PostingObligationsElection.PostingObligationsElectionBuilder
All Known Implementing Classes:
PostingObligationsElection.PostingObligationsElectionBuilderImpl, PostingObligationsElection.PostingObligationsElectionImpl

@RosettaDataType(value="PostingObligationsElection", builder=PostingObligationsElectionBuilderImpl.class, version="6.19.0") @RuneDataType(value="PostingObligationsElection", model="cdm", builder=PostingObligationsElectionBuilderImpl.class, version="6.19.0") public interface PostingObligationsElection extends com.rosetta.model.lib.RosettaModelObject
A class to specify the collateral posting obligations for the security provider party(ies).
Version:
6.19.0 Body ISDA Corpus Annex CSA_IM_2016 ISDA 2016 Credit Support Annex for Initial Margin paragraph "13 General Principles" * clause "(ii)" Provision
  • Field Details

  • Method Details

    • getParty

      The elective party.
    • getAsPermitted

      Boolean getAsPermitted()
      If set to True, the Control Agreement is a Credit Support Document with respect to the party(ies). Body ISDA Corpus Annex CSA_IM_2016 ISDA 2016 Credit Support Annex for Initial Margin paragraph "6" * clause "(e)" Provision
    • getEligibleCollateral

      List<? extends EligibleCollateralCriteria> getEligibleCollateral()
      The eligible collateral as specified in relation to the pledgor/chargor/obligor(s) posting obligation. Body ISDA Corpus Annex CSA_IM_2016 ISDA 2016 Credit Support Annex for Initial Margin name "Eligible Credit Support (IM) Schedule" Provision
    • getExcludedCollateral

      String getExcludedCollateral()
      The excluded collateral as specified in relation to the pledgor/chargor/obligor(s) posting obligation. Body ISDA Corpus Annex CSA_IM_2016 ISDA 2016 Credit Support Annex for Initial Margin paragraph "13 General Principles" * clause "(ii)(B)(i)" Provision
    • getAdditionalLanguage

      String getAdditionalLanguage()
      The additional language that might be specified by the parties to the legal agreement.
    • 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 PostingObligationsElection> metaData()
      Utility Methods
      Specified by:
      metaData in interface com.rosetta.model.lib.RosettaModelObject
    • getType

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