Skip to content

Enum: CompoundingMethodEnum

The enumerated values to specify the type of compounding, e.g. flat, straight.

URI: common_domain_model:CompoundingMethodEnum

Permissible Values

Value Meaning Description
Flat None Flat compounding
None None No compounding is to be applied
Straight None Straight compounding
SpreadExclusive None Spread Exclusive compounding

Slots

Name Description
compoundingMethod If one or more calculation period contributes to a single payment amount this...

Identifier and Mapping Information

Schema Source

LinkML Source

name: CompoundingMethodEnum
description: The enumerated values to specify the type of compounding, e.g. flat,
  straight.
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
permissible_values:
  Flat:
    text: Flat
    description: Flat compounding. Compounding excludes the spread. Note that the
      first compounding period has it's interest calculated including any spread then
      subsequent periods compound this at a rate excluding the spread.
  None:
    text: None
    description: No compounding is to be applied.
  Straight:
    text: Straight
    description: Straight compounding. Compounding includes the spread.
  SpreadExclusive:
    text: SpreadExclusive
    description: Spread Exclusive compounding.