Uses of Enum
cdm.observable.asset.CreditRatingOutlookEnum
Packages that use CreditRatingOutlookEnum
Package
Description
Observable asset concepts: schedule, settlement, price and quantity notation etc.
-
Uses of CreditRatingOutlookEnum in cdm.observable.asset
Fields in cdm.observable.asset declared as CreditRatingOutlookEnumModifier and TypeFieldDescriptionprotected CreditRatingOutlookEnumCreditNotation.CreditNotationBuilderImpl.outlookMethods in cdm.observable.asset that return CreditRatingOutlookEnumModifier and TypeMethodDescriptionstatic CreditRatingOutlookEnumCreditRatingOutlookEnum.fromDisplayName(String name) CreditNotation.CreditNotationBuilderImpl.getOutlook()CreditNotation.CreditNotationImpl.getOutlook()CreditNotation.getOutlook()Assesses the potential direction of a long-term credit rating over the intermediate term, which is generally up to two years for investment grade and generally up to one year for speculative grade.static CreditRatingOutlookEnumReturns the enum constant of this type with the specified name.static CreditRatingOutlookEnum[]CreditRatingOutlookEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cdm.observable.asset with parameters of type CreditRatingOutlookEnumModifier and TypeMethodDescriptionCreditNotation.CreditNotationBuilder.setOutlook(CreditRatingOutlookEnum outlook) CreditNotation.CreditNotationBuilderImpl.setOutlook(CreditRatingOutlookEnum _outlook)