Hi,
i'm running a historical raw data extract request:
{"ExtractionRequest":{ "@odata.type":"#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.TickHistoryRawExtractionRequest", "IdentifierList":{ "@odata.type":"#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.InstrumentIdentifierList", "InstrumentIdentifiers":[ {"Identifier":"USDSB3L2Y=TWEB","IdentifierType":"Ric"}, {"Identifier":"EURAB6E2Y=TWEB","IdentifierType":"Ric"}, {"Identifier":"GBPSB6L2Y=TWEB","IdentifierType":"Ric"} ], "ValidationOptions":{"AllowHistoricalInstruments":true,"AllowInactiveInstruments":true}, "UseUserPreferencesForValidationOptions":false }, "Condition":{ "MessageTimeStampIn":"GmtUtc", "ExtractBy":"Ric", "SortBy":"SingleByRic", "DomainCode":"MarketPrice", "ReportDateRangeType":"Range", "QueryStartDate":"2019-01-10T00:00:00.000Z", "QueryEndDate":"2019-01-10T23:59:59.999Z", "DisplaySourceRIC":true, "Fids":"22,25,875,1010,1021,3349,2286,14265" } }}
However, even setting the allow inactive instruments i get:
Instrument <RIC,EURAB6E40Y=TWEB> expanded to 1 RIC: EURAB6E40Y=TWEB. Instrument <RIC,GBPSB6L40Y=TWEB> expanded to 1 RIC: GBPSB6L40Y=TWEB. Instrument <RIC,JPYSB6L40Y=TWEB> expanded to 1 RIC: JPYSB6L40Y=TWEB. Instrument <RIC,EURAB6E50Y=TWEB> expanded to 1 RIC: EURAB6E50Y=TWEB. Instrument <RIC,GBPSB6L50Y=TWEB> expanded to 1 RIC: GBPSB6L50Y=TWEB. Total instruments after instrument expansion = 62 Manifest: #RIC,Domain,Start,End,Status,Count Manifest: EURAB6E10Y=TWEB,Market Price,,,Inactive,0 Manifest: EURAB6E12Y=TWEB,Market Price,,,Inactive,0 Manifest: EURAB6E15Y=TWEB,Market Price,,,Inactive,0 Manifest: EURAB6E20Y=TWEB,Market Price,,,Inactive,0 Manifest: EURAB6E25Y=TWEB,Market Price,,,Inactive,0
In the response body, and no data returned.
There is data in this period
Am i missing a parameter here?