ImportExportTimeSeriesCost
Package: PowerCoreOpenAPIModels · Source: Core/common.json
Cost representation for time-varying imports and exports with neighboring areas. The static counterpart is ImportExportCost.
Properties
| Property | Type | Required | Unit | Description |
|---|---|---|---|---|
cost_type | string | yes | — | — |
import_offer_curves | CostCurve | yes | — | Import price curves whose value curve admits only the TIME_SERIES_INCREMENTAL variant; any other variant is rejected by the consuming constructor. |
export_offer_curves | CostCurve | yes | — | Export price curves whose value curve admits only the TIME_SERIES_INCREMENTAL variant; any other variant is rejected by the consuming constructor. |
energy_import_weekly_limit | number | yes | MWh | Weekly limit on imported energy, in MWh. MWh is the only representation: neither producers nor consumers rescale it by a system base. Units: MWh. |
energy_export_weekly_limit | number | yes | MWh | Weekly limit on exported energy, in MWh. MWh is the only representation: neither producers nor consumers rescale it by a system base. Units: MWh. |
ancillary_service_offers | array of integer | yes | — | — |