Hello,
I am trying to retrieve the Bond Type: Government, Municipal, Corporate using RDP.
I could not find a type field that would allow me to imply the above type. Please help out.
I am using https://api.refinitiv.com/data/quantitative-analytics/v1/financial-contracts
For the below Bond request I would need a field that allows me to imply this is a Corporate bond:
{ "fields": [ "InstrumentCode", "AssetIdCode", "InstrumentDescription", "DebtType", "BondType" ], "outputs": [ "Headers", "Data" ], "universe": [ { "instrumentType": "Bond", "instrumentDefinition": { "instrumentCode": "US037833CJ77" } } ] }
Should we be using another API to get the GOV / CORP / MUNI information?
Regards!