Package cdm.event.workflow
Enum CreditLimitTypeEnum
- All Implemented Interfaces:
Serializable,Comparable<CreditLimitTypeEnum>
@RosettaEnum("CreditLimitTypeEnum")
public enum CreditLimitTypeEnum
extends Enum<CreditLimitTypeEnum>
The enumeration values to qualify the type of credit limits.
- Version:
- 5.30.0
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe type of credit line expressed in CS01.The type of credit line expressed in DV01.The type of credit line expressed in Initial Margin value.The type of credit line expressed in Notional amount.The type of credit line expressed as a Net Present Value.The type of credit line expressed in PV01. -
Method Summary
Modifier and TypeMethodDescriptionstatic CreditLimitTypeEnumfromDisplayName(String name) toString()static CreditLimitTypeEnumReturns the enum constant of this type with the specified name.static CreditLimitTypeEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
CS01
The type of credit line expressed in CS01. The sensitivity with respect to changes in the CDS spread. -
DV01
The type of credit line expressed in DV01. The dollar value of a one basis point decrease in interest rates. It shows the change in a bond's price compared to a decrease in the bond's yield. -
IM
The type of credit line expressed in Initial Margin value. -
NOTIONAL
The type of credit line expressed in Notional amount. -
NPV
The type of credit line expressed as a Net Present Value. -
PV01
The type of credit line expressed in PV01. The value of a one dollar or one basis point annuity.
-
-
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<CreditLimitTypeEnum>
-
toDisplayString
-