Skip to content

Enum: BusinessTimeFrame

Common business and financial time frames

URI: valuesets:BusinessTimeFrame

Permissible Values

Value Meaning Description
REAL_TIME None Real-time/instantaneous
INTRADAY None Within the same day
T_PLUS_1 None Trade date plus one business day
T_PLUS_2 None Trade date plus two business days
T_PLUS_3 None Trade date plus three business days
END_OF_DAY None End of business day
END_OF_WEEK None End of business week
END_OF_MONTH None End of calendar month
END_OF_QUARTER None End of calendar quarter
END_OF_YEAR None End of calendar year
YEAR_TO_DATE None From beginning of year to current date
MONTH_TO_DATE None From beginning of month to current date
QUARTER_TO_DATE None From beginning of quarter to current date

Slots

Name Description
business_time_frame Common business and financial time frames

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/linkml/valuesets

LinkML Source

name: BusinessTimeFrame
description: Common business and financial time frames
from_schema: https://w3id.org/linkml/valuesets
rank: 1000
permissible_values:
  REAL_TIME:
    text: REAL_TIME
    description: Real-time/instantaneous
  INTRADAY:
    text: INTRADAY
    description: Within the same day
  T_PLUS_1:
    text: T_PLUS_1
    description: Trade date plus one business day
    annotations:
      abbreviation:
        tag: abbreviation
        value: T+1
  T_PLUS_2:
    text: T_PLUS_2
    description: Trade date plus two business days
    annotations:
      abbreviation:
        tag: abbreviation
        value: T+2
  T_PLUS_3:
    text: T_PLUS_3
    description: Trade date plus three business days
    annotations:
      abbreviation:
        tag: abbreviation
        value: T+3
  END_OF_DAY:
    text: END_OF_DAY
    description: End of business day
    annotations:
      abbreviation:
        tag: abbreviation
        value: EOD
  END_OF_WEEK:
    text: END_OF_WEEK
    description: End of business week
    annotations:
      abbreviation:
        tag: abbreviation
        value: EOW
  END_OF_MONTH:
    text: END_OF_MONTH
    description: End of calendar month
    annotations:
      abbreviation:
        tag: abbreviation
        value: EOM
  END_OF_QUARTER:
    text: END_OF_QUARTER
    description: End of calendar quarter
    annotations:
      abbreviation:
        tag: abbreviation
        value: EOQ
  END_OF_YEAR:
    text: END_OF_YEAR
    description: End of calendar year
    annotations:
      abbreviation:
        tag: abbreviation
        value: EOY
  YEAR_TO_DATE:
    text: YEAR_TO_DATE
    description: From beginning of year to current date
    annotations:
      abbreviation:
        tag: abbreviation
        value: YTD
  MONTH_TO_DATE:
    text: MONTH_TO_DATE
    description: From beginning of month to current date
    annotations:
      abbreviation:
        tag: abbreviation
        value: MTD
  QUARTER_TO_DATE:
    text: QUARTER_TO_DATE
    description: From beginning of quarter to current date
    annotations:
      abbreviation:
        tag: abbreviation
        value: QTD