Case # 14904659:
Hi Dev Team,
We need your advice on the correct Refinitiv API call to be used.
What problem our client is facing: sometimes (5 cases for the last 6 months) the outdated file is taken from DSS, while the correct and actual one is already available. The latest scenario is the following:
Our system (MarketView Sphere) has a job named “TRAF_LME_STOCKS”, that reads data from DSS “MV_TRAF_LME_STOCKS” schedule.
MV_TRAF_LME_STOCKS is triggered at 09:15 AM UK time daily (+30 mins embargoed period) on DSS side.
MV job TRAF_LME_STOCKS is triggered at 09:50 AM UK time daily.
MV Sphere uses API’s Last Extraction call to retrieve the last file for the schedule:
https://selectapi.datascope.refinitiv.com/RestApi/v1/Extractions/Schedules('{scheduleId}')/LastExtraction
But on the 9th of June MV Sphere grabbed the previous file (from the 6th of June), when the actual one was already available. Could you please advise what correct API call should be used? And are there any issues in Last Extraction call that might cause such behavior?