filterStr = "IndustrySectorDescription eq 'Sovereign'"srchfields = "RIC, ExchangeCountry, IndustrySectorDescription, ContractCdsTermCode"N = 40
data = rdp.search( view = rdp.SearchViews.CdsQuotes, filter = filterStr, select = srchfields, top = N)
rdp.get_search_metadata(view = rdp.SearchViews.CdsQuotes)
I cannot find the 'Official Close' or something similar. Where can I find the correct variable?