I - we have been experimenting with doing a security search using the Rest API and on demand extraction in Datascope. Traditionally we have done this lookup using the RIC as the identifier, but we're trying to see if it can be done by Perm ID instead. We are passing in the identifier type along with the instrument, but I don't see an option there for PermID.
For example:
new InstrumentIdentifier { Identifier = "IBM.N", IdentifierType = IdentifierType.Ric }
I thought that perm ID was the recommended way to do something like this going forward.
Thanks,
Wayne