Package cdm.observable.asset
Enum QuotationRateTypeEnum
- All Implemented Interfaces:
Serializable,Comparable<QuotationRateTypeEnum>
@RosettaEnum("QuotationRateTypeEnum")
public enum QuotationRateTypeEnum
extends Enum<QuotationRateTypeEnum>
The enumerated values to specify the type of quotation rate to be obtained from each cash settlement reference bank.
- Version:
- 5.30.0
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionAn ask rate.A bid rate.If optional early termination is applicable to a swap transaction, the rate, which may be a bid or ask rate, which would result, if seller is in-the-money, in the higher absolute value of the cash settlement amount, or, is seller is out-of-the-money, in the lower absolute value of the cash settlement amount.A mid-market rate. -
Method Summary
Modifier and TypeMethodDescriptionstatic QuotationRateTypeEnumfromDisplayName(String name) toString()static QuotationRateTypeEnumReturns the enum constant of this type with the specified name.static QuotationRateTypeEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
BID
A bid rate. -
ASK
An ask rate. -
MID
A mid-market rate. -
EXERCISING_PARTY_PAYS
@RosettaEnumValue("ExercisingPartyPays") public static final QuotationRateTypeEnum EXERCISING_PARTY_PAYSIf optional early termination is applicable to a swap transaction, the rate, which may be a bid or ask rate, which would result, if seller is in-the-money, in the higher absolute value of the cash settlement amount, or, is seller is out-of-the-money, in the lower absolute value of the cash settlement amount.
-
-
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<QuotationRateTypeEnum>
-
toDisplayString
-