Closed
Conversation
EXAA (Energy Exchange Austria) is the home exchange for the AT bidding zone. Its Classic auction runs at 10:15 CET, earlier than Nord Pool or EPEX Spot, making it the authoritative Austrian day-ahead price source. It also uniquely provides 15-minute MTU products for AT. - Add EXAAClient wrapping nexa-connect-exaa with CertificateAuth - Route BiddingZone.AT to EXAA; remove from _NORDPOOL_ZONES - Add DataSource.EXAA to types enum - Add nexa-connect-exaa git dependency - Add EXAA_* env var support to NexaClient (username, password, private_key_path, certificate_path) - 11 new tests for EXAAClient; 9 new tests for NexaClient routing - Update README status table, .env.example, and configuration docs Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
EXAAClientwrappingnexa-connect-exaawith certificate-based auth (CertificateAuth)BiddingZone.ATto EXAA (removed from Nord Pool's routing); EXAA's Classic auction at 10:15 CET is the authoritative Austrian day-ahead price and the only source of 15-minute products for ATDataSource.EXAAto the types enumNexaClientnow acceptsexaa_username,exaa_password,exaa_private_key_path,exaa_certificate_pathwith env var fallbacks (EXAA_*)EXAAClienttests; 9 new routing tests intest_client.pyFakeEXAAClientfromnexa-connect-exaafor offline testing (no live API calls)Design notes
EXAA's Classic auction (AT-only, 10:15 CET) is used rather than Market Coupling — it's the earlier, authoritative Austrian price and uniquely supports 15-minute resolution. DE-LU, NL, BE, FR remain on Nord Pool pending EPEX Spot implementation.
Test plan
make cipasses (lint, format-check, type-check, tests)exaa.pyat 86%BiddingZone.ATconfirmed absent from_NORDPOOL_ZONES, present in_EXAA_ZONES🤖 Generated with Claude Code