While using HistoricalCriteriaSearch or FuturesAndOptionsSearch API in TRTH, I was wondering if it is possible to specify a regex style identification in the 'Identifier' key,
e.g. If i want the results for HSI*D2.HF and HSI*P2.HF in the same search request, how would I specify it? Example RIC expected in output HSI14600D2.HF
What changes do I need to make to the below code:
https://selectapi.datascope.refinitiv.com/RestApi/v1/Search/HistoricalCriteriaSearch
{"Request":
{"Range":
{"End":"2022-12-10T23:59:59.999",
"Start":"2022-04-01T00:00:00.000"},
"RicPattern":"^HSI[ABCDEFGHIJKLMNOPQRSTUVWXYZ][D2.HF]$",
"ExpiryDate":null,
"OptionMonthCodes":null,
"OptionTypeCodes":null,
"CouponRate":null,
"StrikePrice":null,
"MaturityDate":null,
"BondTypeCodes":null,
"ContributorIds":null,
"CountryCodes":null,
"CurrencyCodes":null,
"ExchangeCodes":null,
"FutureMonthCodes":null,
"InstrumentTypeCodes":null
}}