Why does .DEX , example GOOG.DEX receive no L2Rics OR complexRICs attribute in discovery search api

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"       

},

Answers

  • Hi @rajkumar_jhalani ,

    Thank you for posting the question in this forum. However, this forum is dedicated to an API usage question hence, the moderators on this forum do not have deep expertise in every type of content available through our products. Such expertise is available through the Helpdesk, which can be reached via MyAccount

    Hope this helps and please let me know in case you have any further questions.