Uses of Enum
cdm.legaldocumentation.csa.CreditSupportAmountEnum
Packages that use CreditSupportAmountEnum
Package
Description
Credit support concepts: CSA, collateral, elections, initial margin, threshold, minimum transfer amount.
-
Uses of CreditSupportAmountEnum in cdm.legaldocumentation.csa
Fields in cdm.legaldocumentation.csa declared as CreditSupportAmountEnumModifier and TypeFieldDescriptionprotected CreditSupportAmountEnumCreditSupportAmount.CreditSupportAmountBuilderImpl.creditSupportAmountMethods in cdm.legaldocumentation.csa that return CreditSupportAmountEnumModifier and TypeMethodDescriptionstatic CreditSupportAmountEnumCreditSupportAmountEnum.fromDisplayName(String name) CreditSupportAmount.CreditSupportAmountBuilderImpl.getCreditSupportAmount()CreditSupportAmount.CreditSupportAmountImpl.getCreditSupportAmount()CreditSupportAmount.getCreditSupportAmount()Specifies whether the meaning of credit support amount follows the pre-print definition or deviates from the standard (either based on a rating or some other methodology).static CreditSupportAmountEnumReturns the enum constant of this type with the specified name.static CreditSupportAmountEnum[]CreditSupportAmountEnum.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 CreditSupportAmountEnumModifier and TypeMethodDescriptionCreditSupportAmount.CreditSupportAmountBuilder.setCreditSupportAmount(CreditSupportAmountEnum creditSupportAmount) CreditSupportAmount.CreditSupportAmountBuilderImpl.setCreditSupportAmount(CreditSupportAmountEnum _creditSupportAmount)