...IdentifierType (e.g. Pid | PermID) for constituents in response (instead of having always only the RIC)?
Sample request:
{
"Request": {
"ChainRics": [
"0#.SPX:"
],
"Range": {
"Start": "2008-01-01T00:00:00.000Z",
"End": "2016-01-01T00:00:00.000Z"
}
}
}
Sample response:
{
'@odata.context': 'https://hosted.datascopeapi.reuters.com/RestApi/v1/$metadata#Collection(ThomsonReuters.Dss.Api.Search.HistoricalChainInstrument)',
'value': [{'Identifier': '0#.STOXX50E',
'IdentifierType': 'ChainRIC',
'Source': '',
'Key': 'VjF8MHgzMDAwMDAwMDAwMDAwMDAwfDB4MzAwMDAwMDAwMDAwMDAwMHx8fHx8fHwwIy5TVE9YWDUwRXw',
'Description': 'Historical Chain',
'InstrumentType': 'Unknown',
'Status': 'Valid',
'Constituents': [{'Identifier': '.DJI',
'IdentifierType': 'Ric',
'Source': '',
'Key': 'VjF8MHgzMDAwMDAwMDAwMDAwMDAwfDB4MzAwMDAwMDAwMDAwMDAwMHx8fHx8fHwuREpJfA',
'Description': 'Historical Instrument',
'InstrumentType': 'Unknown',
'Status': 'Valid',
'DomainCode': '6'}
....]
}
I'd like to know if there is a way to get 'Pid' instead of 'Ric' as IdentifierType (by changing the request)