Interface RatingAgencyAmount

All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
RatingAgencyAmount.RatingAgencyAmountBuilder
All Known Implementing Classes:
RatingAgencyAmount.RatingAgencyAmountBuilderImpl, RatingAgencyAmount.RatingAgencyAmountImpl

@RosettaDataType(value="RatingAgencyAmount", builder=RatingAgencyAmountBuilderImpl.class, version="7.0.0-dev.105") @RuneDataType(value="RatingAgencyAmount", model="cdm", builder=RatingAgencyAmountBuilderImpl.class, version="7.0.0-dev.105") public interface RatingAgencyAmount extends com.rosetta.model.lib.RosettaModelObject
A logical container to hold a defined set of related data. In this case the collation of Rating Information and an associated Independent Amount.
Version:
7.0.0-dev.105
  • Field Details

  • Method Details

    • getRatingVariableSet

      List<? extends CreditNotation> getRatingVariableSet()
      Allows a grouping of Rating agencies and Rating values.
    • getAmount

      BigDecimal getAmount()
      Specifies the notional or collateral Independent Amount.
    • 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 RatingAgencyAmount> metaData()
      Utility Methods
      Specified by:
      metaData in interface com.rosetta.model.lib.RosettaModelObject
    • getType

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