Enum FeeTypeEnum

java.lang.Object
java.lang.Enum<FeeTypeEnum>
cdm.observable.asset.FeeTypeEnum
All Implemented Interfaces:
Serializable, Comparable<FeeTypeEnum>

@RosettaEnum("FeeTypeEnum") public enum FeeTypeEnum extends Enum<FeeTypeEnum>
The enumerated values to specify an event that has given rise to a fee.
Version:
5.30.0
  • Enum Constant Details

    • ASSIGNMENT

      @RosettaEnumValue("Assignment") public static final FeeTypeEnum ASSIGNMENT
      A cash flow resulting from the assignment of a contract to a new counterparty.
    • BROKERAGE_COMMISSION

      @RosettaEnumValue("BrokerageCommission") public static final FeeTypeEnum BROKERAGE_COMMISSION
      The brokerage commission.
    • INCREASE

      @RosettaEnumValue("Increase") public static final FeeTypeEnum INCREASE
      A cash flow associated with an increase lifecycle event.
    • NOVATION

      @RosettaEnumValue("Novation") public static final FeeTypeEnum NOVATION
      The novation fee.
    • PARTIAL_TERMINATION

      @RosettaEnumValue("PartialTermination") public static final FeeTypeEnum PARTIAL_TERMINATION
      A cash flow associated with a partial termination lifecycle event.
    • PREMIUM

      @RosettaEnumValue("Premium") public static final FeeTypeEnum PREMIUM
      Denotes the amount payable by the buyer to the seller for an option. The premium is paid on the specified premium payment date or on each premium payment date if specified.
    • RENEGOTIATION

      @RosettaEnumValue("Renegotiation") public static final FeeTypeEnum RENEGOTIATION
      A cash flow associated with a renegotiation lifecycle event.
    • TERMINATION

      @RosettaEnumValue("Termination") public static final FeeTypeEnum TERMINATION
      A cash flow associated with a termination lifecycle event.
    • UPFRONT

      @RosettaEnumValue("Upfront") public static final FeeTypeEnum UPFRONT
      An upfront cashflow associated to the swap to adjust for a difference between the swap price and the current market price.
    • CREDIT_EVENT

      @RosettaEnumValue("CreditEvent") public static final FeeTypeEnum CREDIT_EVENT
      A cash flow associated with a credit event.
    • CORPORATE_ACTION

      @RosettaEnumValue("CorporateAction") public static final FeeTypeEnum CORPORATE_ACTION
      A cash flow associated with a corporate action
  • Method Details

    • values

      public static FeeTypeEnum[] 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 FeeTypeEnum 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 FeeTypeEnum fromDisplayName(String name)
    • toString

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

      public String toDisplayString()