I'd like to understand why many ISINs that we sent via DSS Rest API dll returned with the message "not found", but doing a new search today in Datascope Select: , were found.
Here are some samples of ISINs but there are many more:
BRBMEFCIVG54 - Not found at 2020-11-10 19:34:51.897
BRBMEFC20XA3 - Not found at 2020-11-11 18:35:09.103
BRBMEFVX2384 - Not found at 2020-11-12 19:05:39.650
BRBMEFC30XC8 - Not found at 2020-11-12 19:35:45.433
BRBMEFV30X36 - Not found at 2020-11-12 19:35:45.433
In the line below, we're using TermsAndConditionsExtractionRequest.
var extractionRequest = new TermsAndConditionsExtractionRequest { IdentifierList = InstrumentIdentifierList.Create(instrumentIdentifierList, null, false), ContentFieldNames = new[] { "RIC", "Trading Status" } }; var extractedRows = ExtractionsContext.Extract(extractionRequest).ToArray();
Best regards.