Hi,
When requesting end of day data for the RIC, DIJU18, I receive the error message:
"Quota Message: ERROR: Unable to resolve Asset Class for (RIC, DIJU18) - Unable to determine RecordType".
This seems to be an issue with just this particular RIC, since it does not occur for other futures contracts for the same underlying . e.g. DIJQ18 is fine.
Could you please advise?
For reference, the request I'm using is as follows:
POST https://hosted.datascopeapi.reuters.com/RestApi/v1/Extractions/ExtractRaw HTTP/1.1
{
"ExtractionRequest":{
"@odata.type":"#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.ElektronTimeseriesExtractionRequest",
"ContentFieldNames": ["RIC","Trade Date","Open","High","Low","Last","Settlement Price","Volume","Floor Volume","Off Floor Volume","Number of Price Moves"],"IdentifierList":{
"@odata.type":"#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.InstrumentIdentifierList",
"InstrumentIdentifiers":[{
"Identifier":"DIJU18",
"IdentifierType":"Ric"}
],
"ValidationOptions":null,
"UseUserPreferencesForValidationOptions":false},
"Condition":{
"StartDate":"2017-09-01T00:00:00.000Z",
"EndDate":"2017-09-02T00:00:00.000Z"}
}
}
Many thanks