Uses of Enum
cdm.legaldocumentation.csa.ValueCashEnum
Packages that use ValueCashEnum
Package
Description
Credit support concepts: CSA, collateral, elections, initial margin, threshold, minimum transfer amount.
-
Uses of ValueCashEnum in cdm.legaldocumentation.csa
Fields in cdm.legaldocumentation.csa declared as ValueCashEnumModifier and TypeFieldDescriptionprotected ValueCashEnumLegacyResolutionValue.LegacyResolutionValueBuilderImpl.cashprotected ValueCashEnumCollateralValueMethod.CollateralValueMethodBuilderImpl.cashCollateralMethods in cdm.legaldocumentation.csa that return ValueCashEnumModifier and TypeMethodDescriptionstatic ValueCashEnumValueCashEnum.fromDisplayName(String name) LegacyResolutionValue.getCash()Details of how cash collateral is valued when resolving disputes.LegacyResolutionValue.LegacyResolutionValueBuilderImpl.getCash()LegacyResolutionValue.LegacyResolutionValueImpl.getCash()CollateralValueMethod.CollateralValueMethodBuilderImpl.getCashCollateral()CollateralValueMethod.CollateralValueMethodImpl.getCashCollateral()CollateralValueMethod.getCashCollateral()Details of how cash collateral is valued.static ValueCashEnumReturns the enum constant of this type with the specified name.static ValueCashEnum[]ValueCashEnum.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 ValueCashEnumModifier and TypeMethodDescriptionLegacyResolutionValue.LegacyResolutionValueBuilder.setCash(ValueCashEnum cash) LegacyResolutionValue.LegacyResolutionValueBuilderImpl.setCash(ValueCashEnum _cash) CollateralValueMethod.CollateralValueMethodBuilder.setCashCollateral(ValueCashEnum cashCollateral) CollateralValueMethod.CollateralValueMethodBuilderImpl.setCashCollateral(ValueCashEnum _cashCollateral)