Uses of Enum
cdm.legaldocumentation.csa.LegacyDeliveryReturnAmountEnum
Packages that use LegacyDeliveryReturnAmountEnum
Package
Description
Credit support concepts: CSA, collateral, elections, initial margin, threshold, minimum transfer amount.
-
Uses of LegacyDeliveryReturnAmountEnum in cdm.legaldocumentation.csa
Fields in cdm.legaldocumentation.csa declared as LegacyDeliveryReturnAmountEnumModifier and TypeFieldDescriptionprotected LegacyDeliveryReturnAmountEnumLegacyDeliveryAmount.LegacyDeliveryAmountBuilderImpl.legacyDeliveryAmountprotected LegacyDeliveryReturnAmountEnumLegacyReturnAmount.LegacyReturnAmountBuilderImpl.legacyReturnAmountMethods in cdm.legaldocumentation.csa that return LegacyDeliveryReturnAmountEnumModifier and TypeMethodDescriptionLegacyDeliveryReturnAmountEnum.fromDisplayName(String name) LegacyDeliveryAmount.getLegacyDeliveryAmount()Specifies whether the meaning of Delivery Amount follows the pre-print definition or deviates from this (either based on a rating or some other methodology).LegacyDeliveryAmount.LegacyDeliveryAmountBuilderImpl.getLegacyDeliveryAmount()LegacyDeliveryAmount.LegacyDeliveryAmountImpl.getLegacyDeliveryAmount()LegacyReturnAmount.getLegacyReturnAmount()Specifies whether the meaning of Return Amount follows the pre-print definition or deviates from this (either based on a rating or some other methodology).LegacyReturnAmount.LegacyReturnAmountBuilderImpl.getLegacyReturnAmount()LegacyReturnAmount.LegacyReturnAmountImpl.getLegacyReturnAmount()Returns the enum constant of this type with the specified name.static LegacyDeliveryReturnAmountEnum[]LegacyDeliveryReturnAmountEnum.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 LegacyDeliveryReturnAmountEnumModifier and TypeMethodDescriptionLegacyDeliveryAmount.LegacyDeliveryAmountBuilder.setLegacyDeliveryAmount(LegacyDeliveryReturnAmountEnum legacyDeliveryAmount) LegacyDeliveryAmount.LegacyDeliveryAmountBuilderImpl.setLegacyDeliveryAmount(LegacyDeliveryReturnAmountEnum _legacyDeliveryAmount) LegacyReturnAmount.LegacyReturnAmountBuilder.setLegacyReturnAmount(LegacyDeliveryReturnAmountEnum legacyReturnAmount) LegacyReturnAmount.LegacyReturnAmountBuilderImpl.setLegacyReturnAmount(LegacyDeliveryReturnAmountEnum _legacyReturnAmount)