When I do a POST request hit to 'https://api.refinitiv.com/discovery/search/v1/' with the below payload, I receive a list of venues …
{
Filter: "BusinessEntity eq 'Quote' and BaseAsset eq '154423041' and not (ExchangeCode in ('NSQ' 'ASQ' 'NYQ' 'XDS' 'DEU' 'TOJ' 'ITE' 'RRC' 'PCQ' 'NAQ' 'NMQ' 'XBO' 'XCA' 'CAQ' 'AUX' 'BTQ'))",
Select:"RIC,Currency,ExchangeCode,ExchangeName,Mic,MicName,RCSExchangeCountryName,ComplexRIC,L2RICs",
Top: 800,
View: "SearchAll"
}
Upon hitting the api with the above payload, I receive a list of venues.
Among all the response , there is 1 venue which has the properties ComplexRIC & L2RICs missing.
Below is the response..
The question is why are ComplexRIC & L2RICs proprties missing from this response ?
{
"RIC": "GOOG.DEX",
"Currency": "USD",
"ExchangeCode": "DXX",
"ExchangeName": "Cboe EDGX Multicast (formerly Direct EDGE Multicast - EDGX)",
"RCSExchangeCountryName": "Country Grouping\\G7\\United States|Country Grouping\\NATO\\United States|Continent / Region\\Americas\\North America\\United States|Country Grouping\\APEC\\United States|Country Grouping\\OECD\\United States|Country Grouping\\G8\\United States|Country\\United States|Country Grouping\\G20\\United States|FRUC Regions\\Global\\North America\\United States|Country Grouping\\G10\\United States|Country Grouping\\North America\\United States"
},