Interface SubstitutedRegimeTerms

All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
SubstitutedRegimeTerms.SubstitutedRegimeTermsBuilder
All Known Implementing Classes:
SubstitutedRegimeTerms.SubstitutedRegimeTermsBuilderImpl, SubstitutedRegimeTerms.SubstitutedRegimeTermsImpl

@RosettaDataType(value="SubstitutedRegimeTerms", builder=SubstitutedRegimeTermsBuilderImpl.class, version="6.19.0") @RuneDataType(value="SubstitutedRegimeTerms", model="cdm", builder=SubstitutedRegimeTermsBuilderImpl.class, version="6.19.0") public interface SubstitutedRegimeTerms extends com.rosetta.model.lib.RosettaModelObject
Specifies the applicability of the Substituted Regime as denoted in the Substituted Regime Table as part of certain legal agreements, such as such as the ISDA 2016 and 2018 CSA for Initial Margin.
Version:
6.19.0
  • Field Details

  • Method Details

    • getParty

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

      Boolean getIsApplicable()
      The specification of whether the regime is elected as applicable to the party when acting as collateral taker.
    • 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 SubstitutedRegimeTerms> metaData()
      Utility Methods
      Specified by:
      metaData in interface com.rosetta.model.lib.RosettaModelObject
    • getType

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