Hi,
I'm finding I get duplicate bonds for an issuer/entity when using InstrumentSearch from the REST API. For example, if I search with orgid = 115689364
var resultingInstruments =
_searchContext.InstrumentSearch(
AllInstrumentSearchRequest.Create(
new DssCollection<InstrumentTypeGroup>() { InstrumentTypeGroup.GovCorp },
IdentifierType.OrgId,
"115689364",
IdentifierType.Ric));
I get back several bonds, but some appear to be duplicates on slightly different Ric's, for example:
ZATH14A7=J
ZATH14A7VT=J
I would like to choose only one of these, but I'm not sure how to differentiate them? If I do a composite and T&C lookup they seem to be on the the same exchange and other Composite and T&C fields seem to also have the same values.
Can someone please explain how I can eliminate one of them, or what Composite and T&C fields I should look at for this?
Thanks,
Lindsay