{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Linear API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Linear", "type": "folder" }, "items": [ { "info": { "name": "Factset Get available risk models", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/linear/:version/riskmodels", "params": [ { "name": "version", "value": "", "type": "path", "description": "Semantic version number. See [this link here](https://regexr.com/47b7t) to test validate patterns." } ] }, "docs": "Get the list of available risk models, including their respective model codes required for use with other routes." }, { "info": { "name": "Factset Get risk model details", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/linear/:version/riskmodels/:modelCode", "params": [ { "name": "version", "value": "", "type": "path", "description": "Semantic version number. See [this link here](https://regexr.com/47b7t) to test validate patterns." }, { "name": "modelCode", "value": "", "type": "path", "description": "Model code" } ] }, "docs": "Get the meta data of the risk model for the corresponding modelCode. modelCode can be obtained via '/linear/{version}/riskmodels/' route." }, { "info": { "name": "Factset Get available risk statistics details", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/linear/:version/stats", "params": [ { "name": "version", "value": "", "type": "path", "description": "Semantic version number. See [this link here](https://regexr.com/47b7t) to test validate patterns." } ] }, "docs": "All base risk statistic names and their respective support and/or requirement for certain name-settings statistics options (such as: correlated specific risk, covariance isolation method, etc.), available levels, and security group calculation methodology. When 'securityGroupMethod' is 'statSpecific', please refer to statistics documentation service for more information." }, { "info": { "name": "Factset Get available risk statistics names", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/linear/:version/stats-names-only", "params": [ { "name": "version", "value": "", "type": "path", "description": "Semantic version number. See [this link here](https://regexr.com/47b7t) to test validate patterns." } ] }, "docs": "All available risk statistic names including statistics names containing risk statistics options such as CSR (correlated specific risk)" }, { "info": { "name": "Factset Get health of service", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/linear/:version/health", "params": [ { "name": "version", "value": "", "type": "path", "description": "Semantic version number. See [this link here](https://regexr.com/47b7t) to test validate patterns." } ] }, "docs": "Health status of the service" }, { "info": { "name": "Factset Calculate risk statistics", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/linear/:version/calculate/from-holdings", "params": [ { "name": "version", "value": "", "type": "path", "description": "Semantic version number. See [this link here](https://regexr.com/47b7t) to test validate patterns." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Calculate predicted risk statistics for provided holdings using risk model data. Asset symbols and market values/weights are required." }, { "info": { "name": "Factset Generate risk model ID mapping", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/linear/:version/generate/id-mapping", "params": [ { "name": "version", "value": "", "type": "path", "description": "Semantic version number. See [this link here](https://regexr.com/47b7t) to test validate patterns." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Resolve all input holdings IDs against a risk model for coverage and provide a mapping to security indices in the model or the reason for exclusion" } ] } ], "bundled": true }