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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials

question

Upvotes
Accepted
5 0 1 3

How to request Terms & Conditions Data via DSS REST API with the use of LEI identifier?

Hello Team,


could you please provide a sample request message on how to request Terms & Conditions data with the use of LEI (Issuer LEI) identifier via REST API? In GUI this can be done with the use of Entity List. I can also request T&C data with the use of standard Instrument Identifier List, but don't know how to apply Entity List to the request.

dss
icon clock
10 |1500

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

1 Answer

Upvotes
Accepted
38.1k 69 35 53

@Lukasz Ossowski

You can use the EntityIdentifierList in the request message, as shown below.


{
    "ExtractionRequest": {
        "@odata.type": "#DataScope.Select.Api.Extractions.ExtractionRequests.TermsAndConditionsExtractionRequest",
        "ContentFieldNames": [
            "RIC",
            "CUSIP",
            "ISIN",
            "Currency Code",
            "Maturity Date",
            "Total Amount Outstanding",
            "Callable Flag",
            "Issue Date"
        ],
        "IdentifierList": {
            "@odata.type": "#DataScope.Select.Api.Extractions.ExtractionRequests.EntityIdentifierList",
            "EntityIdentifiers": [
                {
                    "Identifier": "UWJKFUJFZ02DKWI3RY53",
                    "IdentifierType": "Lei"
                }
            ]
        }
    }
}
icon clock
10 |1500

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

Click below to post an Idea Post Idea