Skip to content

Enum: RoundingFrequencyEnum

How often is rounding performed

URI: common_domain_model:RoundingFrequencyEnum

Permissible Values

Value Meaning Description
Daily None Rounding is done on each day
PeriodEnd None Rounding is done only at the end of the period

Slots

Name Description
roundingFrequency Specifies when/how often is rounding applied?

Identifier and Mapping Information

Schema Source

LinkML Source

name: RoundingFrequencyEnum
description: How often is rounding performed
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
permissible_values:
  Daily:
    text: Daily
    description: Rounding is done on each day
  PeriodEnd:
    text: PeriodEnd
    description: Rounding is done only at the end of the period