Uses of Enum
cdm.legaldocumentation.csa.NotRatedByEnum
Packages that use NotRatedByEnum
Package
Description
Credit support concepts: CSA, collateral, elections, initial margin, threshold, minimum transfer amount.
-
Uses of NotRatedByEnum in cdm.legaldocumentation.csa
Fields in cdm.legaldocumentation.csa declared as NotRatedByEnumModifier and TypeFieldDescriptionprotected NotRatedByEnumMinimumTransferAmountRatingsBased.MinimumTransferAmountRatingsBasedBuilderImpl.notRatedByprotected NotRatedByEnumThresholdRatingsBased.ThresholdRatingsBasedBuilderImpl.notRatedByMethods in cdm.legaldocumentation.csa that return NotRatedByEnumModifier and TypeMethodDescriptionstatic NotRatedByEnumNotRatedByEnum.fromDisplayName(String name) MinimumTransferAmountRatingsBased.getNotRatedBy()Defines where conditions apply if no Rating where ratings may not exist.MinimumTransferAmountRatingsBased.MinimumTransferAmountRatingsBasedBuilderImpl.getNotRatedBy()MinimumTransferAmountRatingsBased.MinimumTransferAmountRatingsBasedImpl.getNotRatedBy()ThresholdRatingsBased.getNotRatedBy()Defines where conditions apply if no Rating where ratings may not exist.ThresholdRatingsBased.ThresholdRatingsBasedBuilderImpl.getNotRatedBy()ThresholdRatingsBased.ThresholdRatingsBasedImpl.getNotRatedBy()static NotRatedByEnumReturns the enum constant of this type with the specified name.static NotRatedByEnum[]NotRatedByEnum.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 NotRatedByEnumModifier and TypeMethodDescriptionMinimumTransferAmountRatingsBased.MinimumTransferAmountRatingsBasedBuilder.setNotRatedBy(NotRatedByEnum notRatedBy) MinimumTransferAmountRatingsBased.MinimumTransferAmountRatingsBasedBuilderImpl.setNotRatedBy(NotRatedByEnum _notRatedBy) ThresholdRatingsBased.ThresholdRatingsBasedBuilder.setNotRatedBy(NotRatedByEnum notRatedBy) ThresholdRatingsBased.ThresholdRatingsBasedBuilderImpl.setNotRatedBy(NotRatedByEnum _notRatedBy)