Package cdm.legaldocumentation.csa
Interface RatingAgencyValue
- All Superinterfaces:
CreditNotation,com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
RatingAgencyValue.RatingAgencyValueBuilder
- All Known Implementing Classes:
RatingAgencyValue.RatingAgencyValueBuilderImpl,RatingAgencyValue.RatingAgencyValueImpl
@RosettaDataType(value="RatingAgencyValue",
builder=RatingAgencyValueBuilderImpl.class,
version="7.0.0-dev.105")
@RuneDataType(value="RatingAgencyValue",
model="cdm",
builder=RatingAgencyValueBuilderImpl.class,
version="7.0.0-dev.105")
public interface RatingAgencyValue
extends CreditNotation
A logical container designed to hold a set of related data. In this case the Rating Agency, Rating Value and Rating Type.
- Version:
- 7.0.0-dev.105
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of RatingAgencyValuestatic classImmutable Implementation of RatingAgencyValueNested classes/interfaces inherited from interface cdm.observable.asset.CreditNotation
CreditNotation.CreditNotationBuilder, CreditNotation.CreditNotationBuilderImpl, CreditNotation.CreditNotationImpl -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()The relevant rating type.default Class<? extends RatingAgencyValue> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends RatingAgencyValue> metaData()Utility Methodsdefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) Methods inherited from interface cdm.observable.asset.CreditNotation
getAgency, getCreditWatch, getDebt, getNotation, getOutlook, getScaleMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Field Details
-
metaData
-
-
Method Details
-
getRatingType
RatingTypeEnum getRatingType()The relevant rating type. -
build
RatingAgencyValue build()Build Methods- Specified by:
buildin interfaceCreditNotation- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
RatingAgencyValue.RatingAgencyValueBuilder toBuilder()- Specified by:
toBuilderin interfaceCreditNotation- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
builder
-
metaData
Utility Methods- Specified by:
metaDatain interfaceCreditNotation- Specified by:
metaDatain interfacecom.rosetta.model.lib.RosettaModelObject
-
getType
- Specified by:
getTypein interfaceCreditNotation- Specified by:
getTypein interfacecom.rosetta.model.lib.RosettaModelObject
-
process
default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) - Specified by:
processin interfaceCreditNotation- Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObject
-