Commit 751bc23
committed
feat: add comprehensive BOALF and balancing mechanism support
- Add BOALF, BOD, PN, B1610, SettlementStackPair, AcceptedVolumes models
- Implement get_latest_acceptances() and get_acceptances_by_time() methods
- Add get_physical_notifications(), get_bid_offer_data(), get_actual_generation()
- Add get_settlement_stack() and get_bm_units_reference() methods
- Fix BOALF model to match actual API response structure
- All BOALF endpoints now working with proper type validation
- Export new models in __init__.py for easy access
BOALF endpoints tested and working:
- /balancing/acceptances/all/latest ✅
- /datasets/BOALF ✅
- /datasets/PN, /datasets/BOD, /datasets/B1610 ✅
- /balancing/settlement/stack/all/{bid|offer}/{date}/{period} ✅
- /reference/bmunits/all ✅1 parent 845a403 commit 751bc23
3 files changed
+490
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
33 | 44 | | |
34 | 45 | | |
35 | 46 | | |
| |||
82 | 93 | | |
83 | 94 | | |
84 | 95 | | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
85 | 107 | | |
86 | 108 | | |
87 | 109 | | |
| |||
0 commit comments