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 ValueCashEnumResolutionValue.ResolutionValueBuilderImpl.cashprotected ValueCashEnumCollateralValueMethod.CollateralValueMethodBuilderImpl.cashCollateralMethods in cdm.legaldocumentation.csa that return ValueCashEnumModifier and TypeMethodDescriptionstatic ValueCashEnumValueCashEnum.fromDisplayName(String name) ResolutionValue.getCash()Details of how cash collateral is valued when resolving disputes.ResolutionValue.ResolutionValueBuilderImpl.getCash()ResolutionValue.ResolutionValueImpl.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 TypeMethodDescriptionResolutionValue.ResolutionValueBuilder.setCash(ValueCashEnum cash) ResolutionValue.ResolutionValueBuilderImpl.setCash(ValueCashEnum _cash) CollateralValueMethod.CollateralValueMethodBuilder.setCashCollateral(ValueCashEnum cashCollateral) CollateralValueMethod.CollateralValueMethodBuilderImpl.setCashCollateral(ValueCashEnum _cashCollateral)