Interface ThresholdRatingsBased

All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
ThresholdRatingsBased.ThresholdRatingsBasedBuilder
All Known Implementing Classes:
ThresholdRatingsBased.ThresholdRatingsBasedBuilderImpl, ThresholdRatingsBased.ThresholdRatingsBasedImpl

@RosettaDataType(value="ThresholdRatingsBased", builder=ThresholdRatingsBasedBuilderImpl.class, version="6.19.0") @RuneDataType(value="ThresholdRatingsBased", model="cdm", builder=ThresholdRatingsBasedBuilderImpl.class, version="6.19.0") public interface ThresholdRatingsBased extends com.rosetta.model.lib.RosettaModelObject
Defines that the Threshold is based on Ratings condition(s).
Version:
6.19.0
  • Field Details

  • Method Details

    • getParty

      The party to which the threshold applies.
    • getCurrency

      ISOCurrencyCodeEnum getCurrency()
      The threshold currency code.
    • getRatingType

      RatingTypeEnum getRatingType()
      The relevant rating type.
    • getVariableSet

      List<? extends CSAThresholdVariableSet> getVariableSet()
      Defines a combination of Rating Agency, Rating Value, Threshold amount and Currency code.
    • getRatedParty

      ThresholdRatedPartyEnum getRatedParty()
      The party to which a rating applies.
    • getNamedEntity

      String getNamedEntity()
      Details the Named Entity where the Rated Party is Named Entity.
    • getNamedAffiliate

      String getNamedAffiliate()
      Details the Named Affiliate where the Rated Party is Named Affiliate.
    • getCompare

      Where two ratings are specified whether the higher or lower rating prevails.
    • getNoRating

      Boolean getNoRating()
      What conditions apply where a party has no rating.
    • getNotRatedBy

      NotRatedByEnum getNotRatedBy()
      Defines where conditions apply if no Rating where ratings may not exist.
    • getNumberOfRatingAgencies

      NumberOfRatingAgenciesEnum getNumberOfRatingAgencies()
      Defines the number of Rating Agencies that the Party must be rated by.
    • getZeroEvent

      Boolean getZeroEvent()
      Whether a trigger applies for the threshold to fall to zero.
    • getEvent

      The relevant trigger for the threshold to fall to zero.
    • 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 ThresholdRatingsBased> metaData()
      Utility Methods
      Specified by:
      metaData in interface com.rosetta.model.lib.RosettaModelObject
    • getType

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