Skip to content

Enum: DayTypeEnum

Lists the enumerated values to specify the day type classification used in counting the number of days between two dates.

URI: common_domain_model:DayTypeEnum

Permissible Values

Value Meaning Description
Business None Applies when calculating the number of days between two dates the count inclu...
Calendar None Applies when calculating the number of days between two dates the count inclu...
CurrencyBusiness None Applies when calculating the number of days between two dates the count inclu...
ExchangeBusiness None Applies when calculating the number of days between two dates the count inclu...
ScheduledTradingDay None Applies when calculating the number of days between two dates the count inclu...

Slots

Name Description
dayType In the case of an offset specified as a number of days, this element defines ...
notificationDayType The type of days on which notification should occur

Identifier and Mapping Information

Schema Source

LinkML Source

name: DayTypeEnum
description: Lists the enumerated values to specify the day type classification used
  in counting the number of days between two dates.
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
permissible_values:
  Business:
    text: Business
    description: Applies when calculating the number of days between two dates the
      count includes only business days.
  Calendar:
    text: Calendar
    description: Applies when calculating the number of days between two dates the
      count includes all calendar days.
  CurrencyBusiness:
    text: CurrencyBusiness
    description: Applies when calculating the number of days between two dates the
      count includes only currency business days.
  ExchangeBusiness:
    text: ExchangeBusiness
    description: Applies when calculating the number of days between two dates the
      count includes only stock exchange business days.
  ScheduledTradingDay:
    text: ScheduledTradingDay
    description: Applies when calculating the number of days between two dates the
      count includes only scheduled trading days.