{ "opencollection": "1.0.0", "info": { "name": "Refinitiv Data Platform (RDP) APIs Authentication Quantitative Analytics API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Quantitative Analytics", "type": "folder" }, "items": [ { "info": { "name": "Calculate Financial Contracts", "type": "http" }, "http": { "method": "POST", "url": "https://api.refinitiv.com/data/quantitative-analytics/v1/financial-contracts", "body": { "type": "json", "data": "{}" } }, "docs": "Submits financial contract definitions to the Instrument Pricing Analytics (IPA) engine for pricing, risk calculation, and quantitative analysis. Supports bonds, swaps, options, and other derivative instruments." } ] } ], "bundled": true }