Uses of Enum
cdm.legaldocumentation.csa.ValuationDateFrequencyEnum
Packages that use ValuationDateFrequencyEnum
Package
Description
Credit support concepts: CSA, collateral, elections, initial margin, threshold, minimum transfer amount.
-
Uses of ValuationDateFrequencyEnum in cdm.legaldocumentation.csa
Fields in cdm.legaldocumentation.csa declared as ValuationDateFrequencyEnumModifier and TypeFieldDescriptionprotected ValuationDateFrequencyEnumCSAValuationDate.CSAValuationDateBuilderImpl.frequencyMethods in cdm.legaldocumentation.csa that return ValuationDateFrequencyEnumModifier and TypeMethodDescriptionstatic ValuationDateFrequencyEnumValuationDateFrequencyEnum.fromDisplayName(String name) CSAValuationDate.CSAValuationDateBuilderImpl.getFrequency()CSAValuationDate.CSAValuationDateImpl.getFrequency()CSAValuationDate.getFrequency()Defines the regularity of the date specified for the Valuation Date.static ValuationDateFrequencyEnumReturns the enum constant of this type with the specified name.static ValuationDateFrequencyEnum[]ValuationDateFrequencyEnum.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 ValuationDateFrequencyEnumModifier and TypeMethodDescriptionCSAValuationDate.CSAValuationDateBuilder.setFrequency(ValuationDateFrequencyEnum frequency) CSAValuationDate.CSAValuationDateBuilderImpl.setFrequency(ValuationDateFrequencyEnum _frequency)