Uses of Enum
cdm.legaldocumentation.csa.RatingTypeEnum
Packages that use RatingTypeEnum
Package
Description
Credit support concepts: CSA, collateral, elections, initial margin, threshold, minimum transfer amount.
-
Uses of RatingTypeEnum in cdm.legaldocumentation.csa
Fields in cdm.legaldocumentation.csa declared as RatingTypeEnumModifier and TypeFieldDescriptionprotected RatingTypeEnumMTARatingsBased.MTARatingsBasedBuilderImpl.ratingTypeprotected RatingTypeEnumThresholdRatingsBased.ThresholdRatingsBasedBuilderImpl.ratingTypeMethods in cdm.legaldocumentation.csa that return RatingTypeEnumModifier and TypeMethodDescriptionstatic RatingTypeEnumRatingTypeEnum.fromDisplayName(String name) MTARatingsBased.getRatingType()The relevant rating type.MTARatingsBased.MTARatingsBasedBuilderImpl.getRatingType()MTARatingsBased.MTARatingsBasedImpl.getRatingType()ThresholdRatingsBased.getRatingType()The relevant rating type.ThresholdRatingsBased.ThresholdRatingsBasedBuilderImpl.getRatingType()ThresholdRatingsBased.ThresholdRatingsBasedImpl.getRatingType()static RatingTypeEnumReturns the enum constant of this type with the specified name.static RatingTypeEnum[]RatingTypeEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cdm.legaldocumentation.csa with parameters of type RatingTypeEnumModifier and TypeMethodDescriptionMTARatingsBased.MTARatingsBasedBuilder.setRatingType(RatingTypeEnum ratingType) MTARatingsBased.MTARatingsBasedBuilderImpl.setRatingType(RatingTypeEnum _ratingType) ThresholdRatingsBased.ThresholdRatingsBasedBuilder.setRatingType(RatingTypeEnum ratingType) ThresholdRatingsBased.ThresholdRatingsBasedBuilderImpl.setRatingType(RatingTypeEnum _ratingType)