Uses of Enum
cdm.observable.asset.CsaTypeEnum
Packages that use CsaTypeEnum
Package
Description
Observable asset concepts: schedule, settlement, price and quantity notation etc.
-
Uses of CsaTypeEnum in cdm.observable.asset
Fields in cdm.observable.asset declared as CsaTypeEnumModifier and TypeFieldDescriptionprotected CsaTypeEnumCashCollateralValuationMethod.CashCollateralValuationMethodBuilderImpl.applicableCsaMethods in cdm.observable.asset that return CsaTypeEnumModifier and TypeMethodDescriptionstatic CsaTypeEnumCsaTypeEnum.fromDisplayName(String name) CashCollateralValuationMethod.CashCollateralValuationMethodBuilderImpl.getApplicableCsa()CashCollateralValuationMethod.CashCollateralValuationMethodImpl.getApplicableCsa()CashCollateralValuationMethod.getApplicableCsa()This may be used to specify what type of CSA (credit support annex/agreement) is to be used for cash settlement purposes.static CsaTypeEnumReturns the enum constant of this type with the specified name.static CsaTypeEnum[]CsaTypeEnum.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 CsaTypeEnumModifier and TypeMethodDescriptionCashCollateralValuationMethod.CashCollateralValuationMethodBuilder.setApplicableCsa(CsaTypeEnum applicableCsa) CashCollateralValuationMethod.CashCollateralValuationMethodBuilderImpl.setApplicableCsa(CsaTypeEnum _applicableCsa)