| Type | Description |
|---|---|
internal | Trade within the same TSO control area |
external | Cross-border trade between two TSO areas (requires market_agreement_id) |
foreign | Cross-border trade where your party is not a direct market participant (requires market_agreement_id) |
production | Own generation injected into the grid |
consumption | Own load withdrawn from the grid |
A Schedule Series representing one time series within a schedule version (e.g. one internal or external trade).
ISO 8601 datetime when this series was created.
"2026-03-25T14:00:00+00:00"
ISO 8601 datetime of the most recent status change.
"2026-03-25T14:05:00+00:00"
Full series specification including identifiers, type, and interval data.
Processing status of this series: ingested, submitted, accepted, rejected, cnf_partial, or icnf.
"accepted"
"rejected"
Time series identifier used in the ESS/CIM document.
"TS-001"
Unique identifier for this series record.
"d1e2f3a4-b5c6-4d7e-8f9a-0b1c2d3e4f5a"
Version number of the parent schedule version.
1
2
Highest acceptance level reached for this series: ack, cnf, or null if not yet responded to.
"cnf"
Per-interval status map (interval index to status string). Present only when the TSO provides interval-level feedback (e.g. partial CNF).
{ "0": "accepted", "1": "rejected" }