preheat_open.supplypoint.PriceData
- class preheat_open.supplypoint.PriceData(fixed_price_data=<factory>, time_series_data=None)
Bases:
objectRepresents price data, including fixed price data and time series data.
- Variables:
fixed_price_data (list[FixedPricePeriod]) – A list of fixed price periods.
time_series_data (pd.Series) – The time series data.
- __init__(fixed_price_data=<factory>, time_series_data=None)
Methods
__init__([fixed_price_data, time_series_data])Attributes
time_series_datafixed_price_data