Enum: CompoundingTypeEnum
The enumerated values to specify how the compounding calculation is done
URI: common_domain_model:CompoundingTypeEnum
Permissible Values
| Value | Meaning | Description |
|---|---|---|
| None | None | Compounding is not applicable |
| Business | None | Compounding is done only on business days, i |
| Calendar | None | Compounding is done on each calendar day |
Slots
| Name | Description |
|---|---|
| compoundingType | Specifies the type of compounding to be applied (None, Business, Calendar) |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/common-domain-model
LinkML Source
name: CompoundingTypeEnum
description: The enumerated values to specify how the compounding calculation is done
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
permissible_values:
None:
text: None
description: Compounding is not applicable
Business:
text: Business
description: Compounding is done only on business days, i.e. not compounded each
day on weekends or holidays.
Calendar:
text: Calendar
description: Compounding is done on each calendar day.