Package cdm.observable.asset
Enum FeeTypeEnum
- All Implemented Interfaces:
Serializable,Comparable<FeeTypeEnum>
The enumerated values to specify an event that has given rise to a fee.
- Version:
- 5.30.0
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionA cash flow resulting from the assignment of a contract to a new counterparty.The brokerage commission.A cash flow associated with a corporate actionA cash flow associated with a credit event.A cash flow associated with an increase lifecycle event.The novation fee.A cash flow associated with a partial termination lifecycle event.Denotes the amount payable by the buyer to the seller for an option.A cash flow associated with a renegotiation lifecycle event.A cash flow associated with a termination lifecycle event.An upfront cashflow associated to the swap to adjust for a difference between the swap price and the current market price. -
Method Summary
Modifier and TypeMethodDescriptionstatic FeeTypeEnumfromDisplayName(String name) toString()static FeeTypeEnumReturns the enum constant of this type with the specified name.static FeeTypeEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
ASSIGNMENT
A cash flow resulting from the assignment of a contract to a new counterparty. -
BROKERAGE_COMMISSION
The brokerage commission. -
INCREASE
A cash flow associated with an increase lifecycle event. -
NOVATION
The novation fee. -
PARTIAL_TERMINATION
A cash flow associated with a partial termination lifecycle event. -
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
A cash flow associated with a renegotiation lifecycle event. -
TERMINATION
A cash flow associated with a termination lifecycle event. -
UPFRONT
An upfront cashflow associated to the swap to adjust for a difference between the swap price and the current market price. -
CREDIT_EVENT
A cash flow associated with a credit event. -
CORPORATE_ACTION
A cash flow associated with a corporate action
-
-
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<FeeTypeEnum>
-
toDisplayString
-