Interface PledgeeRepresentativeRider

All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
PledgeeRepresentativeRider.PledgeeRepresentativeRiderBuilder
All Known Implementing Classes:
PledgeeRepresentativeRider.PledgeeRepresentativeRiderBuilderImpl, PledgeeRepresentativeRider.PledgeeRepresentativeRiderImpl

@RosettaDataType(value="PledgeeRepresentativeRider", builder=PledgeeRepresentativeRiderBuilderImpl.class, version="7.0.0-dev.105") @RuneDataType(value="PledgeeRepresentativeRider", model="cdm", builder=PledgeeRepresentativeRiderBuilderImpl.class, version="7.0.0-dev.105") public interface PledgeeRepresentativeRider extends com.rosetta.model.lib.RosettaModelObject
The terms of the Rider for the ISDA Euroclear 2019 Collateral Transfer Agreement with respect to the use of a Pledgee Representative attached to this Agreement.
Version:
7.0.0-dev.105
  • Field Details

  • Method Details

    • getIsApplicable

      Boolean getIsApplicable()
      Identification of whether the representative CTA provisions are applicable (True) or not applicable (False).
    • getParty

      Identification of the represented party.
    • getRepresentativeTerms

      String getRepresentativeTerms()
      The specific representative terms applicable when specified.
    • getRepresentativeEvent

      ExceptionEnum getRepresentativeEvent()
      The specification of whether the representative event terms are applicable.
    • getRepresentativeEventTerms

      String getRepresentativeEventTerms()
      The specific representative event terms applicable when specified.
    • getRepresentativeEndDate

      CustomisableOffset getRepresentativeEndDate()
      The definition of representative end date in relation to a representative event.
    • 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 PledgeeRepresentativeRider> metaData()
      Utility Methods
      Specified by:
      metaData in interface com.rosetta.model.lib.RosettaModelObject
    • getType

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