Interface CSAThresholdVariableSet

All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
CSAThresholdVariableSet.CSAThresholdVariableSetBuilder
All Known Implementing Classes:
CSAThresholdVariableSet.CSAThresholdVariableSetBuilderImpl, CSAThresholdVariableSet.CSAThresholdVariableSetImpl

@RosettaDataType(value="CSAThresholdVariableSet", builder=CSAThresholdVariableSetBuilderImpl.class, version="7.0.0-dev.105") @RuneDataType(value="CSAThresholdVariableSet", model="cdm", builder=CSAThresholdVariableSetBuilderImpl.class, version="7.0.0-dev.105") public interface CSAThresholdVariableSet extends com.rosetta.model.lib.RosettaModelObject
Defines a combination of Rating Agency, Rating Value, Threshold amount and Currency code.
Version:
7.0.0-dev.105
  • Field Details

  • Method Details

    • getName

      The relevant rating agency.
    • getValue

      String getValue()
      Rating applicable to the party from a given rating agency.
    • getAmount

      Integer getAmount()
      The amount value applicable to the 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

    • metaData

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

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