Skip to content

Enum: ResetRelativeToEnum

The enumerated values to specify whether resets occur relative to the first or last day of a calculation period.

URI: common_domain_model:ResetRelativeToEnum

Permissible Values

Value Meaning Description
CalculationPeriodStartDate None Resets occur relative to the first day of a calculation period
CalculationPeriodEndDate None Resets occur relative to the last day of a calculation period

Slots

Name Description
resetRelativeTo Specifies whether the reset dates are determined with respect to each adjuste...

Identifier and Mapping Information

Schema Source

LinkML Source

name: ResetRelativeToEnum
description: The enumerated values to specify whether resets occur relative to the
  first or last day of a calculation period.
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
permissible_values:
  CalculationPeriodStartDate:
    text: CalculationPeriodStartDate
    description: Resets occur relative to the first day of a calculation period.
  CalculationPeriodEndDate:
    text: CalculationPeriodEndDate
    description: Resets occur relative to the last day of a calculation period.