Skip to content

Enum: DebtInterestEnum

Represents an enumeration list that specifies the general rule for periodic interest rate payment.

URI: common_domain_model:DebtInterestEnum

Permissible Values

Value Meaning Description
Fixed None Denotes payment calculated with reference to a fixed interest rate
Floating None Denotes payment calculated with reference to a floating interest rate
InflationLinked None Denotes payment calculated with reference to one or more specified inflation ...
IndexLinked None Denotes payment calculated with reference to one or more price or other indic...
InterestOnly None Denotes a stripped bond representing only the interest component
OtherStructured None Denotes payment calculated with reference to other underlyings (not being flo...
InverseFloating None Denotes payment calculated with reference to the inverse of a floating intere...
ZeroCoupon None Denotes a zero coupon bond that does not pay intetrest

Slots

Name Description
interest Specifies the general rule for periodic interest rate payment

Identifier and Mapping Information

Schema Source

LinkML Source

name: DebtInterestEnum
description: Represents an enumeration list that specifies the general rule for periodic
  interest rate payment.
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
permissible_values:
  Fixed:
    text: Fixed
    description: Denotes payment calculated with reference to a fixed interest rate.
  Floating:
    text: Floating
    description: Denotes payment calculated with reference to a floating interest
      rate.
  InflationLinked:
    text: InflationLinked
    description: Denotes payment calculated with reference to one or more specified
      inflation rates.
  IndexLinked:
    text: IndexLinked
    description: Denotes payment calculated with reference to one or more price or
      other indices (other than inflation rates).
  InterestOnly:
    text: InterestOnly
    description: Denotes a stripped bond representing only the interest component.
  OtherStructured:
    text: OtherStructured
    description: 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.
  InverseFloating:
    text: InverseFloating
    description: Denotes payment calculated with reference to the inverse of a floating
      interest rate.
  ZeroCoupon:
    text: ZeroCoupon
    description: Denotes a zero coupon bond that does not pay intetrest.