Package cdm.product.asset
Enum DividendAmountTypeEnum
- All Implemented Interfaces:
Serializable,Comparable<DividendAmountTypeEnum>
@RosettaEnum("DividendAmountTypeEnum")
public enum DividendAmountTypeEnum
extends Enum<DividendAmountTypeEnum>
The enumerated values to specify whether the dividend is paid with respect to the Dividend Period.
- Version:
- 5.30.0
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe Amount is determined as provided in the relevant Master Confirmation.The ex-date for a dividend occurs during a dividend period.The payment date for a dividend occurs during a dividend period.The record date for a dividend occurs during a dividend period. -
Method Summary
Modifier and TypeMethodDescriptionstatic DividendAmountTypeEnumfromDisplayName(String name) toString()static DividendAmountTypeEnumReturns the enum constant of this type with the specified name.static DividendAmountTypeEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
RECORD_AMOUNT
The record date for a dividend occurs during a dividend period. -
EX_AMOUNT
The ex-date for a dividend occurs during a dividend period. -
PAID_AMOUNT
The payment date for a dividend occurs during a dividend period. -
AS_SPECIFIED_IN_MASTER_CONFIRMATION
@RosettaEnumValue("AsSpecifiedInMasterConfirmation") public static final DividendAmountTypeEnum AS_SPECIFIED_IN_MASTER_CONFIRMATIONThe Amount is determined as provided in the relevant Master Confirmation.
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
fromDisplayName
-
toString
- Overrides:
toStringin classEnum<DividendAmountTypeEnum>
-
toDisplayString
-