types#

Core type definitions for OpenSTEF time series analysis.

Provides typed wrappers for common temporal and quantile concepts used throughout the forecasting pipeline. Ensures consistent serialization and validation of key domain types like lead times, availability timestamps, and quantile values.

Classes#

AvailableAt(day_offset, time_of_day, *[, tzinfo])

Represents a time point available relative to a reference day.

EnergyComponentType(*values)

Enumeration of energy component types.

LeadTime(value)

Represents a lead time as a timedelta.

Q

alias of Quantile

Quantile(value)

A float subclass representing a quantile value between 0 and 1.