{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Coupons API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Coupons", "type": "folder" }, "items": [ { "info": { "name": "Factset List of Coupons for an Interest-bearing Instrument.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/instrument/coupon/list", "params": [ { "name": "identifier", "value": "", "type": "query" }, { "name": "identifierType", "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": "List of coupons for an interest-bearing instrument; any other instrument yields empty values. The endpoint provides details regarding the coupon period, the respective interest rate, and payable amount (the latter only for instruments with a fixed nominal value). The list of coupons is generally not available for a perpetual, i.e. without a predefined maturity date, interst-bearing instrument. \n\nIf there is no entitled provider supplying a full list of coupons, the list will be synthesized from " }, { "info": { "name": "Factset List of Day Count Convention Types.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/instrument/coupon/dayCountConvention/type/list", "params": [ { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." }, { "name": "_language", "value": "", "type": "query" } ] }, "docs": "List of day count convention types." }, { "info": { "name": "Factset List of Interest Rate Types.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/instrument/coupon/interestRate/type/list", "params": [ { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." }, { "name": "_language", "value": "", "type": "query" } ] }, "docs": "List of interest rate types." }, { "info": { "name": "Factset Interest Rate Details for Selected Periods of an Interest-bearing Instrument.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/instrument/coupon/keyData/get", "params": [ { "name": "identifier", "value": "", "type": "query" }, { "name": "identifierType", "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": "Interest rate details for selected periods of an interest-bearing instrument; any other instrument yields empty values." } ] } ], "bundled": true }