question

Upvotes
1 0 0 0

API query for Amortization schedule

Please provide API query for below


Amortization Frequency CodeAmortization Frequency Code DescriptionAmortization TypeAmortization Type DescriptionAmortization Schedule

Sample ISIN

XS0180245515

XS0166025824

XS1171476739

#technologybondsterms-and-conditionstask-scheduler
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
86.5k 294 53 79

@hariprasad.n

Thank you for reaching out to us.

The request looks like this:

{
    "ExtractionRequest": {
        "@odata.type": "#DataScope.Select.Api.Extractions.ExtractionRequests.TermsAndConditionsExtractionRequest",
        "ContentFieldNames": [
            "Amortization Frequency Code",
            "Amortization Frequency Code Description",
            "Amortization Type",
            "Amortization Type Description"
        ],
        "IdentifierList": {
            "@odata.type": "#DataScope.Select.Api.Extractions.ExtractionRequests.InstrumentIdentifierList",
            "InstrumentIdentifiers": [
                {
                    "Identifier": "XS0180245515",
                    "IdentifierType": "Isin"
                },
                 {
                    "Identifier": "XS0166025824",
                    "IdentifierType": "Isin"
                },
                 {
                    "Identifier": "XS1171476739",
                    "IdentifierType": "Isin"
                }
            ]
        }
    }
}

The URL is https://selectapi.datascope.refinitiv.com/RestApi/v1/Extractions/ExtractWithNotes.

Please contact the DSS support team directly via MyAccount to verify the content.

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.