Execution Handoff¶
euroflex_bess_lab produces handoff artifacts for people and downstream systems. It does not produce live submission payloads for EPEX, Elia, or EMS/SCADA systems.
Export profiles¶
benchmark¶
- analytics-first payloads
- richest field surface
- intended for notebooks, reviews, and offline analysis
operator¶
- human-in-the-loop schedule handoff
- cleaner site/asset schedule fields
- intended for schedulers and operations analysts
bid_planning¶
- human-in-the-loop bid planning payloads
- site-level reserve/energy nomination plus asset allocation annex
- intended for traders or scheduling desks preparing bids
submission_candidate¶
- closest handoff format to an execution router or internal scheduling service
- still not live-submission-ready
- explicit manifest metadata marks it as non-live
Typical handoff chain¶
- Build or revise the schedule.
- Reconcile expected vs realized outputs.
- Export
operatorschedule for review. - Export
bid_planningorsubmission_candidatepayloads for downstream ingestion. - Perform any market-specific XML/FIX/EMS transformation outside this repository.
What downstream teams usually map from¶
site_schedule.jsonorsite_bids.jsonasset_allocation.jsonorasset_reserve_allocation.jsonmanifest.jsonfor checksums, profile, run id, schedule version, and provenance
What a company still has to add¶
- market-specific submission adapters
- entitlement checks and approval workflow
- trader/ops review UI
- EMS or scheduling-system mapping
- live connector SLAs and operational monitoring