Uses of Enum
cdm.legaldocumentation.csa.ExposureScopeProductEnum
Packages that use ExposureScopeProductEnum
Package
Description
Credit support concepts: CSA, collateral, elections, initial margin, threshold, minimum transfer amount.
-
Uses of ExposureScopeProductEnum in cdm.legaldocumentation.csa
Fields in cdm.legaldocumentation.csa with type parameters of type ExposureScopeProductEnumModifier and TypeFieldDescriptionprotected List<ExposureScopeProductEnum> ExcludedProducts.ExcludedProductsBuilderImpl.productMethods in cdm.legaldocumentation.csa that return ExposureScopeProductEnumModifier and TypeMethodDescriptionstatic ExposureScopeProductEnumExposureScopeProductEnum.fromDisplayName(String name) static ExposureScopeProductEnumReturns the enum constant of this type with the specified name.static ExposureScopeProductEnum[]ExposureScopeProductEnum.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 ExposureScopeProductEnumModifier and TypeMethodDescriptionExcludedProducts.ExcludedProductsBuilderImpl.getProduct()ExcludedProducts.ExcludedProductsImpl.getProduct()ExcludedProducts.getProduct()Description of the relevant derivative transactions excluded from the calculation of exposure.Methods in cdm.legaldocumentation.csa with parameters of type ExposureScopeProductEnumModifier and TypeMethodDescriptionExcludedProducts.ExcludedProductsBuilder.addProduct(ExposureScopeProductEnum product) ExcludedProducts.ExcludedProductsBuilder.addProduct(ExposureScopeProductEnum product, int idx) ExcludedProducts.ExcludedProductsBuilderImpl.addProduct(ExposureScopeProductEnum _product) ExcludedProducts.ExcludedProductsBuilderImpl.addProduct(ExposureScopeProductEnum _product, int idx) Method parameters in cdm.legaldocumentation.csa with type arguments of type ExposureScopeProductEnumModifier and TypeMethodDescriptionExcludedProducts.ExcludedProductsBuilder.addProduct(List<ExposureScopeProductEnum> product) ExcludedProducts.ExcludedProductsBuilderImpl.addProduct(List<ExposureScopeProductEnum> products) ExcludedProducts.ExcludedProductsBuilder.setProduct(List<ExposureScopeProductEnum> product) ExcludedProducts.ExcludedProductsBuilderImpl.setProduct(List<ExposureScopeProductEnum> products)