How to get Bond Type (Gov, Muni, Corp) using RDP

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!

Best Answer

  • Jirapongse
    Jirapongse ✭✭✭✭✭
    Answer ✓

    @ioana.iacob

    Thanks for reaching out to us.

    As this forum is more for programming-type queries, rather than content queries, I would recommend you contact the Instrument Pricing Analytics - Refinitiv Data Platform support team directly via MyRefinitiv.

    That way a Content specialist can work closely with you and verify the assumption.