it is an API question, not a content question.
I expanded a chainRIC, it produced this ric, then I query data for this ric, and no ric found.
please advise
{
"ExtractionRequest": {
"@odata.type": "#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.ElektronTimeseriesExtractionRequest",
"ContentFieldNames": [
"Trade Date","RIC", "Settlement Price", "Volume", "High", "Open", "Low",
"Last", "Ask", "Bid", "Put Call Flag"
# fails: "Cash Settlement Price"
],
"IdentifierList": {
"@odata.type": "#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.InstrumentIdentifierList",
"InstrumentIdentifiers": [
{"Identifier": "SPXe212142550.U", "IdentifierType": "Ric"}# expires am, 2021-05-21, last trade is day prior @ k = 4120
]
},
"Condition": {
#"MessageTimeStampIn": "GmtUtc",
"ReportDateRangeType": "Range",
"QueryStartDate": "2021-02-01T00:00:00.000Z",
"QueryEndDate": "2021-06-01T00:00:00.000Z",
#"DisplaySourceRIC": "true"
}
}