Package cdm.legaldocumentation.csa
Interface DirectionRating
- All Superinterfaces:
CreditNotation,com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
DirectionRating.DirectionRatingBuilder
- All Known Implementing Classes:
DirectionRating.DirectionRatingBuilderImpl,DirectionRating.DirectionRatingImpl
@RosettaDataType(value="DirectionRating",
builder=DirectionRatingBuilderImpl.class,
version="7.0.0-dev.105")
@RuneDataType(value="DirectionRating",
model="cdm",
builder=DirectionRatingBuilderImpl.class,
version="7.0.0-dev.105")
public interface DirectionRating
extends CreditNotation
A logical container to hold a defined set of related data. In this case the collation of Ratings Agency, Rating value and an associated direction.
- Version:
- 7.0.0-dev.105
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of DirectionRatingstatic classImmutable Implementation of DirectionRatingNested 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()Specifies the direction of measurement for the rated party.default Class<? extends DirectionRating> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends DirectionRating> 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
-
getDirection
CompareOp getDirection()Specifies the direction of measurement for the rated party. -
build
DirectionRating build()Build Methods- Specified by:
buildin interfaceCreditNotation- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
DirectionRating.DirectionRatingBuilder 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
-