ImportExportCost
Package: PowerCoreOpenAPIModels · Source: Core/common.json
Cost representation for static (non-time-varying) imports and exports with neighboring areas, together with the ancillary services offered alongside them. The offer curves are piecewise incremental cost curves with an implied zero cost at zero power, and a weekly energy limit bounds each direction. The time-varying counterpart is ImportExportTimeSeriesCost.
Properties
| Property | Type | Required | Unit | Description |
|---|---|---|---|---|
cost_type | string | — | — | — |
import_offer_curves | CostCurve | — | — | — |
export_offer_curves | CostCurve | — | — | — |
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. |