One major client is doing a GovCorp search via API and the response from the API is limited compared to the results in the GUI (I am able to reproduce it). They are specially interested in getting if the bond is a corporate or government bond.
Fields responded by the API with GovCorpSearch:
{'Identifier': 'XS3102778191', 'IdentifierType': 'Isin', 'Source': 'UTT', 'Key': 'VjF8MHgwMDEwNTUxYzBkODcxYmM4fDB4MDAxMDU1MDBiZTkxMWI3MXxVVFR8R0NCRHx8fEd8RXxYUzMxMDI3NzgxOTE9VVNUV3w', 'Description': "REP 4.500 Perp '31 FRN", 'InstrumentType': 'GovCorpBond', 'Status': 'Valid'}
Indeed the response from the GVOCorpSearch is the same answer as with a generic InstrumentSearch (weird).
{'Identifier': 'XS3102778191', 'IdentifierType': 'Isin', 'Source': 'UTT', 'Key': 'VjF8MHgwMDEwNTUxYzBkODcxYmM4fDB4MDAxMDU1MDBiZTkxMWI3MXxVVFR8R0NCRHxDT1JQfENGSU58R3xFfFhTMzEwMjc3ODE5MT1VU1RXfA', 'Description': "REP 4.500 Perp '31 FRN", 'InstrumentType': 'GovCorpBond', 'Status': 'Valid'}
GUI GovCorp Search shows "Debt Type" and other fields.
Can you please ley me know if we are doing something incorrectly ? Is it possible to perform a bond search and retrieve the Debt Type ?
Thanks