Interface MTARatingsBased

All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
MTARatingsBased.MTARatingsBasedBuilder
All Known Implementing Classes:
MTARatingsBased.MTARatingsBasedBuilderImpl, MTARatingsBased.MTARatingsBasedImpl

@RosettaDataType(value="MTARatingsBased", builder=MTARatingsBasedBuilderImpl.class, version="6.19.0") @RuneDataType(value="MTARatingsBased", model="cdm", builder=MTARatingsBasedBuilderImpl.class, version="6.19.0") public interface MTARatingsBased extends com.rosetta.model.lib.RosettaModelObject
Defines that the Minimum Transfer Amount (MTA) is based on a Ratings condition(s).
Version:
6.19.0
  • Field Details

  • Method Details

    • getParty

      The party to which the Minimum Transfer Amount (MTA) applies.
    • getCurrency

      ISOCurrencyCodeEnum getCurrency()
      The minimum transfer amount currency code.
    • getRatingType

      RatingTypeEnum getRatingType()
      The relevant rating type.
    • getVariableSet

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

      MTARatedPartyEnum 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

      List<MTAZeroEventEnum> getEvent()
      The relevant trigger for the 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 MTARatingsBased> metaData()
      Utility Methods
      Specified by:
      metaData in interface com.rosetta.model.lib.RosettaModelObject
    • getType

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