Uses of Enum
cdm.observable.asset.CreditNotationMismatchResolutionEnum
Packages that use CreditNotationMismatchResolutionEnum
Package
Description
Credit support concepts: CSA, collateral, elections, initial margin, threshold, minimum transfer amount.
Observable asset concepts: schedule, settlement, price and quantity notation etc.
-
Uses of CreditNotationMismatchResolutionEnum in cdm.legaldocumentation.csa
Fields in cdm.legaldocumentation.csa declared as CreditNotationMismatchResolutionEnumModifier and TypeFieldDescriptionprotected CreditNotationMismatchResolutionEnumMinimumTransferAmountRatingsBased.MinimumTransferAmountRatingsBasedBuilderImpl.compareprotected CreditNotationMismatchResolutionEnumThresholdRatingsBased.ThresholdRatingsBasedBuilderImpl.compareMethods in cdm.legaldocumentation.csa that return CreditNotationMismatchResolutionEnumModifier and TypeMethodDescriptionMinimumTransferAmountRatingsBased.getCompare()Where two ratings are specified whether the higher or lower rating prevails.MinimumTransferAmountRatingsBased.MinimumTransferAmountRatingsBasedBuilderImpl.getCompare()MinimumTransferAmountRatingsBased.MinimumTransferAmountRatingsBasedImpl.getCompare()ThresholdRatingsBased.getCompare()Where two ratings are specified whether the higher or lower rating prevails.ThresholdRatingsBased.ThresholdRatingsBasedBuilderImpl.getCompare()ThresholdRatingsBased.ThresholdRatingsBasedImpl.getCompare()Methods in cdm.legaldocumentation.csa with parameters of type CreditNotationMismatchResolutionEnumModifier and TypeMethodDescriptionMinimumTransferAmountRatingsBased.MinimumTransferAmountRatingsBasedBuilder.setCompare(CreditNotationMismatchResolutionEnum compare) MinimumTransferAmountRatingsBased.MinimumTransferAmountRatingsBasedBuilderImpl.setCompare(CreditNotationMismatchResolutionEnum _compare) ThresholdRatingsBased.ThresholdRatingsBasedBuilder.setCompare(CreditNotationMismatchResolutionEnum compare) ThresholdRatingsBased.ThresholdRatingsBasedBuilderImpl.setCompare(CreditNotationMismatchResolutionEnum _compare) -
Uses of CreditNotationMismatchResolutionEnum in cdm.observable.asset
Fields in cdm.observable.asset declared as CreditNotationMismatchResolutionEnumModifier and TypeFieldDescriptionprotected CreditNotationMismatchResolutionEnumMultipleCreditNotations.MultipleCreditNotationsBuilderImpl.mismatchResolutionMethods in cdm.observable.asset that return CreditNotationMismatchResolutionEnumModifier and TypeMethodDescriptionCreditNotationMismatchResolutionEnum.fromDisplayName(String name) MultipleCreditNotations.getMismatchResolution()MultipleCreditNotations.MultipleCreditNotationsBuilderImpl.getMismatchResolution()MultipleCreditNotations.MultipleCreditNotationsImpl.getMismatchResolution()Returns the enum constant of this type with the specified name.static CreditNotationMismatchResolutionEnum[]CreditNotationMismatchResolutionEnum.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 CreditNotationMismatchResolutionEnumModifier and TypeMethodDescriptionMultipleCreditNotations.MultipleCreditNotationsBuilder.setMismatchResolution(CreditNotationMismatchResolutionEnum mismatchResolution) MultipleCreditNotations.MultipleCreditNotationsBuilderImpl.setMismatchResolution(CreditNotationMismatchResolutionEnum _mismatchResolution) -
Uses of CreditNotationMismatchResolutionEnum in cdm.product.collateral
Fields in cdm.product.collateral declared as CreditNotationMismatchResolutionEnumModifier and TypeFieldDescriptionprotected CreditNotationMismatchResolutionEnumAgencyRatingCriteria.AgencyRatingCriteriaBuilderImpl.mismatchResolutionMethods in cdm.product.collateral that return CreditNotationMismatchResolutionEnumModifier and TypeMethodDescriptionAgencyRatingCriteria.AgencyRatingCriteriaBuilderImpl.getMismatchResolution()AgencyRatingCriteria.AgencyRatingCriteriaImpl.getMismatchResolution()AgencyRatingCriteria.getMismatchResolution()Indicator for options to be used if several agency ratings (>1) are specified and its necessary to identify specific charateristics. i.e (lowest or highest).Methods in cdm.product.collateral with parameters of type CreditNotationMismatchResolutionEnumModifier and TypeMethodDescriptionAgencyRatingCriteria.AgencyRatingCriteriaBuilder.setMismatchResolution(CreditNotationMismatchResolutionEnum mismatchResolution) AgencyRatingCriteria.AgencyRatingCriteriaBuilderImpl.setMismatchResolution(CreditNotationMismatchResolutionEnum _mismatchResolution)