Package cdm.observable.asset
Enum CashPriceTypeEnum
- All Implemented Interfaces:
Serializable,Comparable<CashPriceTypeEnum>
Provides a list of possible types of cash prices, applicable when PriceTypeEnum is itself of type CashPrice.
- Version:
- 5.30.0
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDenotes a discount factor expressed as a decimal, e.g. 0.95.A generic term for describing a non-scheduled cashflow that can be associated either with the initial contract, with some later corrections to it (e.g. a correction to the day count fraction that has a cashflow impact) or with some lifecycle events.Denotes the amount payable by the buyer to the seller for an option. -
Method Summary
Modifier and TypeMethodDescriptionstatic CashPriceTypeEnumfromDisplayName(String name) toString()static CashPriceTypeEnumReturns the enum constant of this type with the specified name.static CashPriceTypeEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
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. -
FEE
A generic term for describing a non-scheduled cashflow that can be associated either with the initial contract, with some later corrections to it (e.g. a correction to the day count fraction that has a cashflow impact) or with some lifecycle events. Fees that are specifically associated with termination and partial termination, increase, amendment, and exercise events are qualified accordingly. -
DISCOUNT
Denotes a discount factor expressed as a decimal, e.g. 0.95.
-
-
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<CashPriceTypeEnum>
-
toDisplayString
-