44 < meta charset ="UTF-8 ">
55 < meta name ="viewport " content ="width=device-width,initial-scale=1 ">
66 < meta name ="color-scheme " content ="light dark ">
7- < meta name ="turbo-cache-control " content ="no-cache " data-turbo-track ="reload " data-track-token ="4.3.0.827579284362 ">
7+ < meta name ="turbo-cache-control " content ="no-cache " data-turbo-track ="reload " data-track-token ="4.3.0.827579977646 ">
88
99 <!-- See retype.com -->
1010 < meta name ="generator " content ="Retype 4.3.0 ">
3333
3434 < script data-cfasync ="false "> ( function ( ) { var cl = document . documentElement . classList , ls = localStorage . getItem ( "retype_scheme" ) , hd = cl . contains ( "dark" ) , hl = cl . contains ( "light" ) , wm = window . matchMedia && window . matchMedia ( "(prefers-color-scheme: dark)" ) . matches ; if ( ls === "dark" || ( ! ls && wm && ! hd && ! hl ) ) { cl . remove ( "light" ) ; cl . add ( "dark" ) } else if ( ls === "light" || ( ! ls && ! wm && ! hd && ! hl ) ) { cl . remove ( "dark" ) ; cl . add ( "light" ) } } ) ( ) ; </ script >
3535
36- < link href ="../resources/css/retype.css?v=4.3.0.827579284362 " rel ="stylesheet ">
36+ < link href ="../resources/css/retype.css?v=4.3.0.827579977646 " rel ="stylesheet ">
3737
38- < script data-cfasync ="false " src ="../resources/js/config.js?v=4.3.0.827579284362 " data-turbo-eval ="false " defer > </ script >
38+ < script data-cfasync ="false " src ="../resources/js/config.js?v=4.3.0.827579977646 " data-turbo-eval ="false " defer > </ script >
3939 < script data-cfasync ="false " src ="../resources/js/retype.js?v=4.3.0 " data-turbo-eval ="false " defer > </ script >
40- < script id ="lunr-js " data-cfasync ="false " src ="../resources/js/lunr.js?v=4.3.0.827579284362 " data-turbo-eval ="false " defer > </ script >
40+ < script id ="lunr-js " data-cfasync ="false " src ="../resources/js/lunr.js?v=4.3.0.827579977646 " data-turbo-eval ="false " defer > </ script >
4141
4242 < link rel ="stylesheet " href ="/static/css/custom.css ">
4343 < link rel ="preconnect " href ="https://fonts.googleapis.com ">
@@ -198,7 +198,7 @@ <h1 id="libraries">Libraries</h1>
198198< tr >
199199< td > < a href ="nexa-mfrr-nordic-eam/ "> nexa-mfrr-nordic-eam</ a > </ td >
200200< td > Python</ td >
201- < td > mFRR energy activation market bids for Nordic TSOs (Statnett, Energinet, SVK, Fingrid) </ td >
201+ < td > mFRR energy activation market bid submission for Nordic TSOs</ td >
202202< td > < code translate ="no " v-pre > pip install nexa-mfrr-nordic-eam</ code > </ td >
203203</ tr >
204204< tr >
@@ -219,17 +219,18 @@ <h1 id="libraries">Libraries</h1>
219219< hr >
220220< h2 id ="how-they-fit-together "> How they fit together</ h2 >
221221< div id ="how-they-fit-together-code-1 " class ="codeblock-wrapper "> < doc-codeblock >
222- < pre translate ="no " class ="language-none "> < code v-pre class ="language-none "> Your Trading System
223- |
224- +-------------+-------------+
225- | | |
226- nexa-marketdata nexa-bidkit nexa-connect
227- | | |
228- +------+------+ +------+
229- | |
230- Nord Pool / EPEX SPOT / EEX / ENTSO-E</ code > </ pre >
222+ < pre translate ="no " class ="language-none "> < code v-pre class ="language-none "> Your Trading System
223+ |
224+ +-----------+---------+----------+-----------+
225+ | | | |
226+ nexa-marketdata nexa-bidkit nexa-mfrr-nordic-eam nexa-connect
227+ | | | |
228+ +-----+-----+ Nordic TSOs Exchange APIs
229+ | (Statnett, SVK,
230+ Nord Pool / EPEX SPOT / Energinet, Fingrid)
231+ EEX / ENTSO-E</ code > </ pre >
231232</ doc-codeblock > </ div >
232- < p > < strong > nexa-marketdata</ strong > fetches the data. < strong > nexa-bidkit</ strong > builds the bids. < strong > nexa-connect </ strong > submits them. Each library works independently, but they are designed to compose naturally .</ p >
233+ < p > < strong > nexa-marketdata</ strong > fetches the data. < strong > nexa-bidkit</ strong > builds day-ahead and intraday auction bids. < strong > nexa-mfrr-nordic-eam </ strong > builds mFRR balancing bids for Nordic TSOs. < strong > nexa-connect </ strong > handles exchange connectivity .</ p >
233234< p > < strong > nexa-mcp</ strong > sits alongside all of them, exposing their capabilities to LLM clients for interactive querying and exploration.</ p >
234235< hr >
235236< h2 id ="planned-libraries "> Planned libraries</ h2 >
0 commit comments