Uses of Enum
cdm.legaldocumentation.csa.DeliveryReturnAmountEnum
Packages that use DeliveryReturnAmountEnum
Package
Description
Credit support concepts: CSA, collateral, elections, initial margin, threshold, minimum transfer amount.
-
Uses of DeliveryReturnAmountEnum in cdm.legaldocumentation.csa
Fields in cdm.legaldocumentation.csa declared as DeliveryReturnAmountEnumModifier and TypeFieldDescriptionprotected DeliveryReturnAmountEnumCSADeliveryAmount.CSADeliveryAmountBuilderImpl.deliveryAmountprotected DeliveryReturnAmountEnumCSAReturnAmount.CSAReturnAmountBuilderImpl.returnAmountMethods in cdm.legaldocumentation.csa that return DeliveryReturnAmountEnumModifier and TypeMethodDescriptionstatic DeliveryReturnAmountEnumDeliveryReturnAmountEnum.fromDisplayName(String name) CSADeliveryAmount.CSADeliveryAmountBuilderImpl.getDeliveryAmount()CSADeliveryAmount.CSADeliveryAmountImpl.getDeliveryAmount()CSADeliveryAmount.getDeliveryAmount()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).CSAReturnAmount.CSAReturnAmountBuilderImpl.getReturnAmount()CSAReturnAmount.CSAReturnAmountImpl.getReturnAmount()CSAReturnAmount.getReturnAmount()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).static DeliveryReturnAmountEnumReturns the enum constant of this type with the specified name.static DeliveryReturnAmountEnum[]DeliveryReturnAmountEnum.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 DeliveryReturnAmountEnumModifier and TypeMethodDescriptionCSADeliveryAmount.CSADeliveryAmountBuilder.setDeliveryAmount(DeliveryReturnAmountEnum deliveryAmount) CSADeliveryAmount.CSADeliveryAmountBuilderImpl.setDeliveryAmount(DeliveryReturnAmountEnum _deliveryAmount) CSAReturnAmount.CSAReturnAmountBuilder.setReturnAmount(DeliveryReturnAmountEnum returnAmount) CSAReturnAmount.CSAReturnAmountBuilderImpl.setReturnAmount(DeliveryReturnAmountEnum _returnAmount)