Interface Threshold

All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
Threshold.ThresholdBuilder
All Known Implementing Classes:
Threshold.ThresholdBuilderImpl, Threshold.ThresholdImpl

@RosettaDataType(value="Threshold", builder=ThresholdBuilderImpl.class, version="6.19.0") @RuneDataType(value="Threshold", model="cdm", builder=ThresholdBuilderImpl.class, version="6.19.0") public interface Threshold extends com.rosetta.model.lib.RosettaModelObject
A class to specify the unsecured credit exposure that each party to the agreement is prepared to accept before asking for collateral.
Version:
6.19.0 Body ISDA Corpus Deed CSD_IM_English_2016 ISDA 2016 English Law Credit Support Deed for Initial Margin paragraph "13 General Principles" * clause "(c)(vi)(A)" * name "Threshold" Provision Body ISDA Corpus Annex CSA_IM_Japanese_2016 ISDA 2016 Japanese Law Credit Support Annex for Initial Margin paragraph "13 General Principles" * clause "(d)(vi)(A)" * name "Threshold" Provision Body ISDA Corpus Annex CSA_IM_NewYork_2016 ISDA 2016 New York Law Credit Support Annex for Initial Margin paragraph "13 General Principles" * clause "(c)(vi)(A)" * name "Threshold" Provision
  • Field Details

  • Method Details

    • getPartyElection

      List<? extends ElectiveAmountElection> getPartyElection()
      The parties' Threshold election.
    • build

      Threshold 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

      static Threshold.ThresholdBuilder builder()
    • metaData

      default com.rosetta.model.lib.meta.RosettaMetaData<? extends Threshold> metaData()
      Utility Methods
      Specified by:
      metaData in interface com.rosetta.model.lib.RosettaModelObject
    • getType

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