For a deeper look into our DataScope Select REST API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials

question

Upvotes
Accepted
1 5 7 5

Historical coupon dates for a Bond in REST API

Hi,

Could please provide me a complete example on how to get the historical coupon dates for a Bond in DSS REST API?

Thank you very much.

dss-rest-apidatascope-selectdssrest-api
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

· Write an Answer
Upvotes
Accepted
32.2k 40 11 19

Hello @modaresi,

In my best understanding, the request will be BondScheduleExtractionRequest, and it will look similar to:

{ {protocol}}{ {host}}{ {api}}Extractions/ExtractWithNotes

{
   "ExtractionRequest": {
    "@odata.type": "#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.BondScheduleExtractionRequest",
    "ContentFieldNames": [ "RIC", "Coupon Date" , "Coupon Rate", "Coupon Rate Effective Date"],
    "IdentifierList": {
      "@odata.type": "#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.InstrumentIdentifierList", 
      "InstrumentIdentifiers": [
        {                   
            "Identifier": "05490NAG0",
                   "IdentifierType": "Cusip"
               }
      ]
    },
   "Condition": {
            "BondScheduleTypeCodes": ["COUP"]
        }
  }
}

This returns many relevant historical coupon dates for the instrument.

However, there are several types of BondSchedule extractions, and to meet your specific content requirements, as a customer, I would suggest working through your requirements with a content expert via Refinitiv Helpdesk Online -> Content -> DSS, directly.

The complete spec of BondScheduleExtractionRequest can be reviewed via DSS API Reference Tree.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.