Uses of Enum
cdm.legaldocumentation.csa.ThresholdZeroEventEnum
Packages that use ThresholdZeroEventEnum
Package
Description
Credit support concepts: CSA, collateral, elections, initial margin, threshold, minimum transfer amount.
-
Uses of ThresholdZeroEventEnum in cdm.legaldocumentation.csa
Fields in cdm.legaldocumentation.csa with type parameters of type ThresholdZeroEventEnumModifier and TypeFieldDescriptionprotected List<ThresholdZeroEventEnum> ThresholdRatingsBased.ThresholdRatingsBasedBuilderImpl.eventMethods in cdm.legaldocumentation.csa that return ThresholdZeroEventEnumModifier and TypeMethodDescriptionstatic ThresholdZeroEventEnumThresholdZeroEventEnum.fromDisplayName(String name) static ThresholdZeroEventEnumReturns the enum constant of this type with the specified name.static ThresholdZeroEventEnum[]ThresholdZeroEventEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cdm.legaldocumentation.csa that return types with arguments of type ThresholdZeroEventEnumModifier and TypeMethodDescriptionThresholdRatingsBased.getEvent()The relevant trigger for the threshold to fall to zero.ThresholdRatingsBased.ThresholdRatingsBasedBuilderImpl.getEvent()ThresholdRatingsBased.ThresholdRatingsBasedImpl.getEvent()Methods in cdm.legaldocumentation.csa with parameters of type ThresholdZeroEventEnumModifier and TypeMethodDescriptionThresholdRatingsBased.ThresholdRatingsBasedBuilder.addEvent(ThresholdZeroEventEnum event) ThresholdRatingsBased.ThresholdRatingsBasedBuilder.addEvent(ThresholdZeroEventEnum event, int idx) ThresholdRatingsBased.ThresholdRatingsBasedBuilderImpl.addEvent(ThresholdZeroEventEnum _event) ThresholdRatingsBased.ThresholdRatingsBasedBuilderImpl.addEvent(ThresholdZeroEventEnum _event, int idx) Method parameters in cdm.legaldocumentation.csa with type arguments of type ThresholdZeroEventEnumModifier and TypeMethodDescriptionThresholdRatingsBased.ThresholdRatingsBasedBuilder.addEvent(List<ThresholdZeroEventEnum> event) ThresholdRatingsBased.ThresholdRatingsBasedBuilderImpl.addEvent(List<ThresholdZeroEventEnum> events) ThresholdRatingsBased.ThresholdRatingsBasedBuilder.setEvent(List<ThresholdZeroEventEnum> event) ThresholdRatingsBased.ThresholdRatingsBasedBuilderImpl.setEvent(List<ThresholdZeroEventEnum> events)