Package cdm.base.staticdata.asset.common
Enum DebtInterestEnum
- All Implemented Interfaces:
Serializable,Comparable<DebtInterestEnum>
Represents an enumeration list that specifies the general rule for periodic interest rate payment.
- Version:
- 5.30.0
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDenotes payment calculated with reference to a fixed interest rate.Denotes payment calculated with reference to a floating interest rate.Denotes payment calculated with reference to one or more price or other indices (other than inflation rates).Denotes payment calculated with reference to one or more specified inflation rates.Denotes a stripped bond representing only the interest component.Denotes payment calculated with reference to the inverse of a floating interest rate.Denotes payment calculated with reference to other underlyings (not being floating interest rates, inflation rates or indices) or with a non-linear relationship to floating interest rates, inflation rates or indices.Denotes a zero coupon bond that does not pay intetrest. -
Method Summary
Modifier and TypeMethodDescriptionstatic DebtInterestEnumfromDisplayName(String name) toString()static DebtInterestEnumReturns the enum constant of this type with the specified name.static DebtInterestEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
FIXED
Denotes payment calculated with reference to a fixed interest rate. -
FLOATING
Denotes payment calculated with reference to a floating interest rate. -
INFLATION_LINKED
Denotes payment calculated with reference to one or more specified inflation rates. -
INDEX_LINKED
Denotes payment calculated with reference to one or more price or other indices (other than inflation rates). -
INTEREST_ONLY
Denotes a stripped bond representing only the interest component. -
OTHER_STRUCTURED
Denotes payment calculated with reference to other underlyings (not being floating interest rates, inflation rates or indices) or with a non-linear relationship to floating interest rates, inflation rates or indices. -
INVERSE_FLOATING
Denotes payment calculated with reference to the inverse of a floating interest rate. -
ZERO_COUPON
Denotes a zero coupon bond that does not pay intetrest.
-
-
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<DebtInterestEnum>
-
toDisplayString
-