Enum DividendAmountTypeEnum

java.lang.Object
java.lang.Enum<DividendAmountTypeEnum>
cdm.product.asset.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 Details

    • RECORD_AMOUNT

      @RosettaEnumValue("RecordAmount") public static final DividendAmountTypeEnum RECORD_AMOUNT
      The record date for a dividend occurs during a dividend period.
    • EX_AMOUNT

      @RosettaEnumValue("ExAmount") public static final DividendAmountTypeEnum EX_AMOUNT
      The ex-date for a dividend occurs during a dividend period.
    • AS_SPECIFIED_IN_MASTER_CONFIRMATION

      @RosettaEnumValue("AsSpecifiedInMasterConfirmation") public static final DividendAmountTypeEnum AS_SPECIFIED_IN_MASTER_CONFIRMATION
      The Amount is determined as provided in the relevant Master Confirmation.
  • Method Details

    • values

      public static DividendAmountTypeEnum[] 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

      public static DividendAmountTypeEnum valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • fromDisplayName

      public static DividendAmountTypeEnum fromDisplayName(String name)
    • toString

      public String toString()
      Overrides:
      toString in class Enum<DividendAmountTypeEnum>
    • toDisplayString

      public String toDisplayString()