{ "opencollection": "1.0.0", "info": { "name": "Murex MX.3 Market Data Accounting Collateral API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Collateral", "type": "folder" }, "items": [ { "info": { "name": "Murex List collateral agreements", "type": "http" }, "http": { "method": "GET", "url": "https://api.murex.com/v1/marketdata/collateral/agreements", "params": [ { "name": "counterpartyId", "value": "", "type": "query", "description": "Filter by counterparty" }, { "name": "status", "value": "", "type": "query", "description": "Filter by agreement status" }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of results to return" }, { "name": "offset", "value": "", "type": "query", "description": "Number of results to skip for pagination" } ] }, "docs": "Retrieve CSA and collateral agreements with margin call status." }, { "info": { "name": "Murex List margin calls", "type": "http" }, "http": { "method": "GET", "url": "https://api.murex.com/v1/marketdata/collateral/margin-calls", "params": [ { "name": "agreementId", "value": "", "type": "query", "description": "Filter by collateral agreement" }, { "name": "status", "value": "", "type": "query", "description": "Filter by margin call status" }, { "name": "asOfDate", "value": "", "type": "query", "description": "Margin call date" }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of results to return" }, { "name": "offset", "value": "", "type": "query", "description": "Number of results to skip for pagination" } ] }, "docs": "Retrieve margin call calculations and their settlement status." } ] } ], "bundled": true }