Uses of Enum
cdm.observable.asset.CreditNotationBoundaryEnum
Packages that use CreditNotationBoundaryEnum
Package
Description
Observable asset concepts: schedule, settlement, price and quantity notation etc.
-
Uses of CreditNotationBoundaryEnum in cdm.observable.asset
Methods in cdm.observable.asset that return CreditNotationBoundaryEnumModifier and TypeMethodDescriptionstatic CreditNotationBoundaryEnumCreditNotationBoundaryEnum.fromDisplayName(String name) static CreditNotationBoundaryEnumReturns the enum constant of this type with the specified name.static CreditNotationBoundaryEnum[]CreditNotationBoundaryEnum.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CreditNotationBoundaryEnum in cdm.product.collateral
Fields in cdm.product.collateral declared as CreditNotationBoundaryEnumModifier and TypeFieldDescriptionprotected CreditNotationBoundaryEnumAgencyRatingCriteria.AgencyRatingCriteriaBuilderImpl.boundaryMethods in cdm.product.collateral that return CreditNotationBoundaryEnumModifier and TypeMethodDescriptionAgencyRatingCriteria.AgencyRatingCriteriaBuilderImpl.getBoundary()AgencyRatingCriteria.AgencyRatingCriteriaImpl.getBoundary()AgencyRatingCriteria.getBoundary()Indicates the boundary of a credit agency rating i.e minimum or maximum.Methods in cdm.product.collateral with parameters of type CreditNotationBoundaryEnumModifier and TypeMethodDescriptionAgencyRatingCriteria.AgencyRatingCriteriaBuilder.setBoundary(CreditNotationBoundaryEnum boundary) AgencyRatingCriteria.AgencyRatingCriteriaBuilderImpl.setBoundary(CreditNotationBoundaryEnum _boundary)