Hi,
Is it possible to retrieve all RICs associated with certain OrgID?
When I run extraction, using instrument list, it's possible to add "source": "*" to retrieve all RICs associated with certain Isin, for example:
but the "source" field, is not applicable for entity lists:
And if I run below code:
{
"ExtractionRequest": {
"@odata.type": "#DataScope.Select.Api.Extractions.ExtractionRequests.TermsAndConditionsExtractionRequest",
"ContentFieldNames": [
"RIC",
"SEDOL",
"ISIN",
"PILC",
"Issuer OrgID"
],
"IdentifierList": {
"@odata.type": "#DataScope.Select.Api.Extractions.ExtractionRequests.EntityIdentifierList",
"EntityIdentifiers": [
{
"Identifier": "31506","IdentifierType": "OrgId"}
]
}
}
}
It would only retrieve all ISINs along with their primary RICs, so not primary RICs will be missing from my extraction.