Hi,
I have the following use-case.
My component at startup will fetch a list of sedol identifiers.
The component will need to subscribe to RTO using EMA library (Real-Time Feeds) to receive the price data using the sedols list.
Obviously subscription needs to be done using RICs but not sedols.
So the mapping between sedols and RICs needs to be done automatically at application startup.
I've already tried Bulk Real-Time RICs Search APIs.
https://developers.lseg.com/en/article-catalog/article/bulk-real-time-rics-search-apis
real-rime-bulk-search-api-user_guide.pdf
It does not look like this search API is something I can use in my use-case?
So my question is there some tool/endpoint I could use to create such mapping on the fly?
Thanks
Grzegorz