Package cdm.product.asset
Enum CreditSeniorityEnum
- All Implemented Interfaces:
Serializable,Comparable<CreditSeniorityEnum>
@RosettaEnum("CreditSeniorityEnum")
public enum CreditSeniorityEnum
extends Enum<CreditSeniorityEnum>
Seniority of debt instruments comprising the index.
- Version:
- 5.30.0 Body ISDA Corpus Scheme FpML_Coding_Scheme schemeLocation "http://www.fpml.org/coding-scheme/credit-seniority" Provision
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionOther as defined under EMIR.Senior Loss Absorbing Capacity (RED Tier Code: SNRLAC).Senior domestic (RED Tier Code: SECDOM).Senior foreign (RED Tier Code: SNRFOR).Subordinate, Lower Tier 2 (RED Tier Code: SUBLT2).Subordinate Tier 1 (RED Tier Code: PREFT1).Subordinate, Tier 3.Subordinate, Upper Tier 2 (RED Tier Code: JRSUBUT2). -
Method Summary
Modifier and TypeMethodDescriptionstatic CreditSeniorityEnumfromDisplayName(String name) toString()static CreditSeniorityEnumReturns the enum constant of this type with the specified name.static CreditSeniorityEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
OTHER
Other as defined under EMIR. -
SENIOR_LOSS_ABSORBING_CAPACITY
@RosettaEnumValue("SeniorLossAbsorbingCapacity") public static final CreditSeniorityEnum SENIOR_LOSS_ABSORBING_CAPACITYSenior Loss Absorbing Capacity (RED Tier Code: SNRLAC). -
SENIOR_SEC
Senior domestic (RED Tier Code: SECDOM). -
SENIOR_UN_SEC
Senior foreign (RED Tier Code: SNRFOR). -
SUB_LOWER_TIER_2
Subordinate, Lower Tier 2 (RED Tier Code: SUBLT2). -
SUB_TIER_1
Subordinate Tier 1 (RED Tier Code: PREFT1). -
SUB_TIER_3
Subordinate, Tier 3. -
SUB_UPPER_TIER_2
Subordinate, Upper Tier 2 (RED Tier Code: JRSUBUT2).
-
-
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<CreditSeniorityEnum>
-
toDisplayString
-