Uses of Enum
cdm.legaldocumentation.csa.IndependentAmountCompareEnum
Packages that use IndependentAmountCompareEnum
Package
Description
Credit support concepts: CSA, collateral, elections, initial margin, threshold, minimum transfer amount.
-
Uses of IndependentAmountCompareEnum in cdm.legaldocumentation.csa
Fields in cdm.legaldocumentation.csa declared as IndependentAmountCompareEnumModifier and TypeFieldDescriptionprotected IndependentAmountCompareEnumIndependentAmountRatings.IndependentAmountRatingsBuilderImpl.compareMethods in cdm.legaldocumentation.csa that return IndependentAmountCompareEnumModifier and TypeMethodDescriptionstatic IndependentAmountCompareEnumIndependentAmountCompareEnum.fromDisplayName(String name) IndependentAmountRatings.getCompare()Specifies how multiple credit ratings are compared when determining the applicable Independent Amount, and whether that measure is highest, lowest, or a comparison of either.IndependentAmountRatings.IndependentAmountRatingsBuilderImpl.getCompare()IndependentAmountRatings.IndependentAmountRatingsImpl.getCompare()static IndependentAmountCompareEnumReturns the enum constant of this type with the specified name.static IndependentAmountCompareEnum[]IndependentAmountCompareEnum.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 IndependentAmountCompareEnumModifier and TypeMethodDescriptionIndependentAmountRatings.IndependentAmountRatingsBuilder.setCompare(IndependentAmountCompareEnum compare) IndependentAmountRatings.IndependentAmountRatingsBuilderImpl.setCompare(IndependentAmountCompareEnum _compare) LegacyIndependentAmountRatingsBased.LegacyIndependentAmountRatingsBasedBuilder.setCompare(IndependentAmountCompareEnum compare) LegacyIndependentAmountRatingsBased.LegacyIndependentAmountRatingsBasedBuilderImpl.setCompare(IndependentAmountCompareEnum _compare) LegacyIndependentAmountRatingsXExposure.LegacyIndependentAmountRatingsXExposureBuilder.setCompare(IndependentAmountCompareEnum compare) LegacyIndependentAmountRatingsXExposure.LegacyIndependentAmountRatingsXExposureBuilderImpl.setCompare(IndependentAmountCompareEnum _compare)