Hello, I'm trying to develop a method to extract all bond emissions for a list of companies by using Workspace API.
Starting from a parent company ID, I can get all the related subsidiaries / affiliates. My goal now is to retrieve to retrieve all the bonds from the parent company and subsidiaries, but only the corporate bonds. The rationale behind this is that many times the parent company / subsidiaries / affiliates can be linked with governments, therefore the process retrieve all the related government bonds.
Do you have any idea on how to achieve this without having to check after the retrieve if the bond is corporate or government?