preheat_open.supplypoint
supplypoint.py
This module defines classes and enums related to supply points, price components, and their associated data.
- Classes:
Authority PriceArea PriceComponentType PriceComponent FixedPriceData FixedPricePeriod PriceData AppliedPriceComponent SupplyPoint
- Enums:
ApplicationContext ApplicationType BillingContext FormatType
Classes
|
Enum representing the context in which an application is used. |
|
Enum representing the type of application. |
|
Represents an applied price component. |
|
Represents an authority entity. |
|
Enum representing the billing context. |
|
Represents fixed price data. |
|
Represents a period of fixed price data. |
|
Enum representing the format type of a price component. |
|
Represents a price area. |
|
Represents a price component. |
|
Represents a type of price component. |
|
Represents price data, including fixed price data and time series data. |
|
Represents a supply point. |