Interface RegimeTerms

All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
RegimeTerms.RegimeTermsBuilder
All Known Implementing Classes:
RegimeTerms.RegimeTermsBuilderImpl, RegimeTerms.RegimeTermsImpl

@RosettaDataType(value="RegimeTerms", builder=RegimeTermsBuilderImpl.class, version="6.19.0") @RuneDataType(value="RegimeTerms", model="cdm", builder=RegimeTermsBuilderImpl.class, version="6.19.0") public interface RegimeTerms extends com.rosetta.model.lib.RosettaModelObject
A class that is used by the ApplicableRegime and the AdditionalRegime classes to specify the regulatory regime terms.
Version:
6.19.0 Body ISDA Corpus Annex CSA_IM_2016 ISDA 2016 Credit Support Annex for Initial Margin name "Regime" Provision Body ISDA Corpus Annex CSA_IM_2018 ISDA 2018 Credit Support Annex For Initial Margin name "Regime" Provision
  • Field Details

  • Method Details

    • getParty

      The party for which the regime terms are being specified when acting as collateral taker.
    • getIsApplicable

      ExceptionEnum getIsApplicable()
      The specification of whether the regime is elected as applicable to the party when acting as collateral taker.
    • getAsSpecified

      String getAsSpecified()
      The bespoke party specific Regime term elections applicable when specified.
    • getSimmException

      SimmException getSimmException()
      The election for SIMM exception to the regulatory regime clause. Body ISDA Corpus Annex CSA_IM_2016 ISDA 2016 Credit Support Annex for Initial Margin paragraph "13" Provision
    • getRetrospectiveEffect

      RetrospectiveEffect getRetrospectiveEffect()
      Specifies the retrospective effect exception to the regulatory regime clause of Initial Margin documents as either a normalized value specified as part of an enumeration or a customized value specified of type string. Body ISDA Corpus Annex CSA_IM_2016 ISDA 2016 Credit Support Annex for Initial Margin paragraph "13" * clause "(b)(i)" Provision
    • build

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

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