{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Debt API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Debt", "type": "folder" }, "items": [ { "info": { "name": "Factset Fundamental Data for a Debt Instrument.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/debtInstrument/get", "params": [ { "name": "id", "value": "", "type": "query" }, { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." }, { "name": "_language", "value": "", "type": "query" } ] }, "docs": "Fundamental data for a debt instrument; any other instrument yields empty values for debt-instrument-specific attributes. Dates are interpreted in the timezone of the issuer." }, { "info": { "name": "Factset Search for Issuers of Debt Instruments.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/debtInstrument/issuer/search", "body": { "type": "json", "data": "{}" } }, "docs": "Search for issuers of debt instruments. FactSet does not consolidate the data provided by different suppliers, therefore the result may contain more than one identifier for a given issuer. The response is limited to 100 results." }, { "info": { "name": "Factset Key Figures of a Debt Instrument.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/debtInstrument/keyFigures/notation/get", "params": [ { "name": "id", "value": "", "type": "query" }, { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." } ] }, "docs": "Key figures of a debt instrument. The key figures are calculated using delayed prices with an additional delay of 10 minutes after an update of the debt instrument's price. Special product features such as the right to a maturity extension, an attached option, or convertibility are not considered for the key figure calculation. Further, a calculation is not performed for perpetual products and for products with variable interest rate." }, { "info": { "name": "Factset Screener for Debt Instruments' Notations Based on Debt Instrument-specific Parameters.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/debtInstrument/notation/screener/search", "body": { "type": "json", "data": "{}" } }, "docs": "Screener for debt instruments' notations based on debt instrument-specific parameters. The result is limited to the notations that satisfy all the selected filters. If more than one notation of an instrument matches the parameters, and no market priority has been specified, only the notation with the highest trading volume, averaged over one month, is considered." }, { "info": { "name": "Factset Possible Values and Value Ranges for the Parameters Used in the Endpoint `/debtinstrument/notation/screener/search.`", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/debtInstrument/notation/screener/valueRanges/get", "body": { "type": "json", "data": "{}" } }, "docs": "The endpoint returns the possible values and value ranges for the parameters used in the endpoint `/debtInstrument/notation/screener/search`. It allows to request the values and value ranges only for a restricted set of notations that match predefined parameters. The functionality may be used to pre-fill the values and value ranges of the parameters of the `/debtInstrument/notation/screener/search` endpoint so that performing a search always leads to a non-empty set of notations. If more than on" } ] } ], "bundled": true }