{"info":{"_postman_id":"ce4966a2-c789-418b-9ad1-dd530aea9487","name":"API-FRM Developer documentation","description":"<html><head></head><body><p>The following API is created to enable interaction with Asset Mechanics calculators to external applications</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"20333264","collectionId":"ce4966a2-c789-418b-9ad1-dd530aea9487","publishedId":"2s8Yeivv3H","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-11-09T08:59:35.000Z"},"item":[{"name":"languages","id":"e9de4e58-358f-47ee-85e6-96337cfd3422","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api-frm.assetmechanics.org/languages","description":"<p>provides an overview of language versions available in the API</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"ce4966a2-c789-418b-9ad1-dd530aea9487","id":"ce4966a2-c789-418b-9ad1-dd530aea9487","name":"API-FRM Developer documentation","type":"collection"}},"urlObject":{"path":["languages"],"host":["https://api-frm.assetmechanics.org"],"query":[],"variable":[]}},"response":[{"id":"37df8443-a237-4d14-b841-02174b8ca330","name":"lists all available languages","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"}],"url":"https://api-frm.assetmechanics.org/languages"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  \"english\",\n  \"dutch\"\n]"}],"_postman_id":"e9de4e58-358f-47ee-85e6-96337cfd3422"},{"name":"meta","id":"905667df-a801-4b50-bd4b-2a97e6f6cc9f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api-frm.assetmechanics.org/meta?languageVersion=<string>","description":"<p>provides an overview of meta fields available per GET request</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"ce4966a2-c789-418b-9ad1-dd530aea9487","id":"ce4966a2-c789-418b-9ad1-dd530aea9487","name":"API-FRM Developer documentation","type":"collection"}},"urlObject":{"path":["meta"],"host":["https://api-frm.assetmechanics.org"],"query":[{"key":"languageVersion","value":"<string>"}],"variable":[]}},"response":[{"id":"ccae5b8e-5a24-4d99-b9b7-f28529a98244","name":"lists meta data for all GET requests","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"}],"url":{"raw":"https://api-frm.assetmechanics.org/meta?languageVersion=english","host":["https://api-frm.assetmechanics.org"],"path":["meta"],"query":[{"key":"languageVersion","value":"english"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"english\": {\n    \"calculators\": {\n      \"name\": \"name of the calculator (eg. Inflation, Ground, Interest Rate)\",\n      \"description\": \"description of the calculator\",\n      \"availableSources\": \"list of available sources for this calculator\",\n      \"parameters\": \"list of input parameters needed to retrieve results for this calculator\",\n      \"results\": \"list of output fields for this calculator\"\n    }\n  }\n}"}],"_postman_id":"905667df-a801-4b50-bd4b-2a97e6f6cc9f"},{"name":"models","id":"28a807da-1400-4829-b335-cf15108959ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api-frm.assetmechanics.org/models?languageVersion=<string>","description":"<p>lists all models provided by the AM calculator (BASE, REGIME-BASED). Not all risks have all models available</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"ce4966a2-c789-418b-9ad1-dd530aea9487","id":"ce4966a2-c789-418b-9ad1-dd530aea9487","name":"API-FRM Developer documentation","type":"collection"}},"urlObject":{"path":["models"],"host":["https://api-frm.assetmechanics.org"],"query":[{"key":"languageVersion","value":"<string>"}],"variable":[]}},"response":[{"id":"5ef6a6ca-c47b-4f88-b4e1-20c06550b186","name":"lists information on all models","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"}],"url":{"raw":"https://api-frm.assetmechanics.org/models?languageVersion=english","host":["https://api-frm.assetmechanics.org"],"path":["models"],"query":[{"key":"languageVersion","value":"english"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"english\": {\n    \"BASE\": {\n      \"name\": \"base VaR\",\n      \"description\": \"base historical VaR\",\n      \"version\": \"1.0.0\"\n    },\n    \"REGIME-MACRO\": {\n      \"name\": \"regime based VaR macro\",\n      \"description\": \"macro regime-based VaR, conditional on comparable macro variables relevant for the observed risk factor\",\n      \"version\": \"1.0.0\"\n    }\n  }\n}"}],"_postman_id":"28a807da-1400-4829-b335-cf15108959ce"},{"name":"calculators","id":"b87beb16-1866-40e4-a69d-3d705bfa3664","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api-frm.assetmechanics.org/calculators?languageVersion=<string>","description":"<p>returns a list with all available calculators</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"ce4966a2-c789-418b-9ad1-dd530aea9487","id":"ce4966a2-c789-418b-9ad1-dd530aea9487","name":"API-FRM Developer documentation","type":"collection"}},"urlObject":{"path":["calculators"],"host":["https://api-frm.assetmechanics.org"],"query":[{"key":"languageVersion","value":"<string>"}],"variable":[]}},"response":[{"id":"fe694224-9afb-4997-a1f0-bf5688fc0d4e","name":"lists all calculators","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"}],"url":{"raw":"https://api-frm.assetmechanics.org/calculators?languageVersion=english","host":["https://api-frm.assetmechanics.org"],"path":["calculators"],"query":[{"key":"languageVersion","value":"english"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"english\": {\n    \"GRND\": {\n      \"name\": \"Ground Risk Calculator\",\n      \"description\": \"The calculator estimates ground price risk for The Netherlands and for different ground quotes\",\n      \"availableSources\": [\n        \"CUST-GRND\"\n      ],\n      \"parameters\": {\n        \"calculatorId\": \"calculator to be used calculator (eg.: inflation, ground or interest)\",\n        \"clientExpId\": \"clientExpId is used to identify the groundlot in the ground administration system for which the risk is to be calculated\",\n        \"riskId\": \"riskid of the dataset to be used to calculate the risk\",\n        \"referenceId\": \"referenceId of the dataset to be used to calculate the reference risk on the hedge or compensation that is applied. Overrules a potential fixed reference value.\",\n        \"modelID\": \"model id to be used (base, regime simple, regime macro)\",\n        \"exposure\": \"outstanding marketvalue of the groundlot against the price level of end of last year (obtained using the residual valuation method)\",\n        \"startDate\": \"expected start date of the ground position; default empty\",\n        \"endDate\": \"expected end date of the ground position; default is empty, which means the ground stays in position \",\n        \"refRate\": \"projected fixed reference percentage. Default 0%.\",\n        \"costInd\": \"indicator used to specify if the item refers to a income or cost. To be specified 1 if an increase in the risk factor leads to negative consequences; else 0. For ground default set to 0\"\n      },\n      \"results\": {\n        \"VaR\": \"risk %\",\n        \"VaRReference\": \"risk % of the benchmark\",\n        \"VaRResidual\": \"remaining risk % compared to benchmark\",\n        \"Amount\": \"Marketvalue of the groundlot (calculated with residual valuation method)\",\n        \"AmountReference\": \"Marketvalue of the benchmark index (calculated with residual valuation method)\",\n        \"AmountResidual\": \"Marketvalue of the difference with the benchmark (calculated with residual valuation method)\",\n        \"Suplus\": \"Increase or decrease in marketvalue compared to price level end last year \",\n        \"SurplusReference\": \"Increase or decrease in marketvalue benchmark compared to price level end last year \",\n        \"SurplusResidual\": \"Increase or decrease in marketvalue of the difference with the benchmark compared to price level end last year \",\n        \"Risk\": \"risk on the marketvalue (in Eur)\",\n        \"RiskReference\": \"risk on the benchmark (in Eur)\",\n        \"RiskResidual\": \"remaining risk of the difference with the benchmark (in Eur)\",\n        \"SE_VaR\": \"Standard Error gives the confidence interval (of 1 standard deviation) of the VaR%\",\n        \"SE_VaRReference\": \"Standard Error gives the confidence interval (of 1 standard deviation) of the VaR% of the benchmark\",\n        \"SE_VaRResidual\": \"Standard Error gives the confidence interval (of 1 standard deviation) of the VaR% of the difference with the benchmark\",\n        \"SE_Risk\": \"Standard Error gives the confidence interval (of 1 standard deviation) of the reported risk\",\n        \"SE_RiskReference\": \"Standard Error gives the confidence interval (of 1 standard deviation) of the reported risk of the benchmark\",\n        \"SE_RiskResidual\": \"Standard Error gives the confidence interval (of 1 standard deviation) of the reported remaining risk of the difference with the benchmark\"\n      }\n    }\n  },\n  \"INFL\": {}\n}"}],"_postman_id":"b87beb16-1866-40e4-a69d-3d705bfa3664"},{"name":"sources","id":"003bac06-2e59-44fd-aa1e-9a8fdfed138c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api-frm.assetmechanics.org/sources?languageVersion=<string>","description":"<p>returns details about all available sources and risks within a specific calculator</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"ce4966a2-c789-418b-9ad1-dd530aea9487","id":"ce4966a2-c789-418b-9ad1-dd530aea9487","name":"API-FRM Developer documentation","type":"collection"}},"urlObject":{"path":["sources"],"host":["https://api-frm.assetmechanics.org"],"query":[{"key":"languageVersion","value":"<string>"}],"variable":[]}},"response":[{"id":"7af1259e-1d07-45d6-96fe-fffea94da415","name":"lists all sources","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"}],"url":{"raw":"https://api-frm.assetmechanics.org/sources?languageVersion=english","host":["https://api-frm.assetmechanics.org"],"path":["sources"],"query":[{"key":"languageVersion","value":"english"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"english\": {\n    \"CBS\": {\n      \"name\": \"Centraal Bureau van Statistiek\",\n      \"country\": \"Netherlands\",\n      \"description\": \"Contains datasets from the Central Bureau of Statistics (CBS) of the Netherlands \",\n      \"availableRiskIds\": [\n        \"141e17f2-14b6-11ed-b085-2e94bb885739\",\n        \"141e2a9e-14b6-11ed-b085-2e94bb885739\",\n        \"141e35b6-14b6-11ed-b085-2e94bb885739\"\n      ]\n    },\n    \"CUST-GRND\": {\n      \"name\": \"Custom Ground\",\n      \"country\": \"Netherlands\",\n      \"description\": \"House price and construction cost data based on KEF & CBS\",\n      \"availableRiskIds\": [\n        \"141ec684-14b6-11ed-b085-2e94bb885739\",\n        \"141ec972-14b6-11ed-b085-2e94bb885739\",\n        \"141ed21e-14b6-11ed-b085-2e94bb885739\"\n      ]\n    }\n  }\n}"}],"_postman_id":"003bac06-2e59-44fd-aa1e-9a8fdfed138c"},{"name":"risks","id":"07eda31d-033f-4bf5-82b0-db08eac39369","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api-frm.assetmechanics.org/risks?languageVersion=<string>","description":"<p>returns information on all available risks</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"ce4966a2-c789-418b-9ad1-dd530aea9487","id":"ce4966a2-c789-418b-9ad1-dd530aea9487","name":"API-FRM Developer documentation","type":"collection"}},"urlObject":{"path":["risks"],"host":["https://api-frm.assetmechanics.org"],"query":[{"key":"languageVersion","value":"<string>"}],"variable":[]}},"response":[{"id":"f9a89f3e-5daa-4922-bfa2-f168c05de9fb","name":"lists all risks","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"}],"url":{"raw":"https://api-frm.assetmechanics.org/risks?languageVersion=english","host":["https://api-frm.assetmechanics.org"],"path":["risks"],"query":[{"key":"languageVersion","value":"english"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"english\": {\n    \"141e17f2-14b6-11ed-b085-2e94bb885739\": {\n      \"calculatorId\": \"INFL\",\n      \"sourceId\": \"CBS\",\n      \"sourceTableDescription\": \"Zakelijke en ICT-dienstverlening; omzet. index 2015=100, ontwikkeling Naar bedrijfsactiviteit (SBI 2008)\",\n      \"filter\": \"'78 Uitzendbureaus en arbeidsbemiddeling'\",\n      \"category\": \"Services\",\n      \"subcategory\": \"HR agencies\",\n      \"measure\": \"Indexcijfers_3\",\n      \"measureDescription\": \"Omzet is de opbrengst uit verkoop van goederen en diensten aan derden, exclusief btw en inclusief bpm (voor zover van toepassing). De omzet omvat zowel de opbrengst uit hoofdactiviteit als uit nevenactiviteiten. Derden zijn consumenten en bedrijven buiten het (Nederlandse deel van het) eigen concernverband.\",\n      \"multipleDatasetsInd\": 0,\n      \"availableModelIds\": [\n        \"BASE\"\n      ],\n      \"referenceInd\": 0,\n      \"availableReferenceIds\": [\n        \"141eaf00-14b6-11ed-b085-2e94bb885739\"\n      ],\n      \"periodStart\": \"2005-03-01\",\n      \"periodEnd\": \"2022-03-01\",\n      \"dateModified\": \"2022-05-31T02:00:00\"\n    }\n  }\n}"}],"_postman_id":"07eda31d-033f-4bf5-82b0-db08eac39369"},{"name":"referenceIds","id":"a361a371-a480-4ce1-b835-d176958af407","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api-frm.assetmechanics.org/referenceIds","description":"<p>returns information on all available reference ids</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"ce4966a2-c789-418b-9ad1-dd530aea9487","id":"ce4966a2-c789-418b-9ad1-dd530aea9487","name":"API-FRM Developer documentation","type":"collection"}},"urlObject":{"path":["referenceIds"],"host":["https://api-frm.assetmechanics.org"],"query":[],"variable":[]}},"response":[{"id":"2bbbab46-498d-4a59-a80a-0c8639a912fa","name":"lists all reference ids","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"}],"url":"https://api-frm.assetmechanics.org/referenceIds"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  \"141eaf00-14b6-11ed-b085-2e94bb885739\",\n  \"141eb20c-14b6-11ed-b085-2e94bb885739\"\n]"}],"_postman_id":"a361a371-a480-4ce1-b835-d176958af407"},{"name":"referenceIdPairs","id":"8dadbdcd-ae87-4b4d-9651-9614cb22447f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api-frm.assetmechanics.org/referenceIdPairs","description":"<p>returns information on all available [risk id - reference id] pairs</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"ce4966a2-c789-418b-9ad1-dd530aea9487","id":"ce4966a2-c789-418b-9ad1-dd530aea9487","name":"API-FRM Developer documentation","type":"collection"}},"urlObject":{"path":["referenceIdPairs"],"host":["https://api-frm.assetmechanics.org"],"query":[],"variable":[]}},"response":[{"id":"5625c31b-f18a-4858-a052-9cdc7861aae4","name":"lists all [risk id - reference id pairs]","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"}],"url":"https://api-frm.assetmechanics.org/referenceIdPairs"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"141e17f2-14b6-11ed-b085-2e94bb885739\": [\n    \"141eaf00-14b6-11ed-b085-2e94bb885739\"\n  ],\n  \"141e2a9e-14b6-11ed-b085-2e94bb885739\": [\n    \"141eaf00-14b6-11ed-b085-2e94bb885739\",\n    \"141eb20c-14b6-11ed-b085-2e94bb885739\"\n  ]\n}"}],"_postman_id":"8dadbdcd-ae87-4b4d-9651-9614cb22447f"},{"name":"riskReport","id":"a00c2440-ed49-4d79-ad30-5d235b5e13f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api-frm.assetmechanics.org/riskReport?clientId=<string>&clientExpId=<string>&calculatorId=<string>&modelId=<string>&riskId=<string>&referenceId=<string>&exposure=<integer>&startDate=<string>&endDate=<string>&refRate=<float>&costInd=<boolean>","description":"<p>returns the output (VaR% and amounts) of the selected risk and exposure</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"<value>"}]},"isInherited":true,"source":{"_postman_id":"ce4966a2-c789-418b-9ad1-dd530aea9487","id":"ce4966a2-c789-418b-9ad1-dd530aea9487","name":"API-FRM Developer documentation","type":"collection"}},"urlObject":{"path":["riskReport"],"host":["https://api-frm.assetmechanics.org"],"query":[{"description":{"content":"<p>(Required) unique client id</p>\n","type":"text/plain"},"key":"clientId","value":"<string>"},{"description":{"content":"<p>(Required) client exposure id from software vendor OR a name of a project (can be used to aggregate all individual risks)</p>\n","type":"text/plain"},"key":"clientExpId","value":"<string>"},{"description":{"content":"<p>(Required) unique calculator identifier (can be an automatic input based on the risk id)</p>\n","type":"text/plain"},"key":"calculatorId","value":"<string>"},{"description":{"content":"<p>(Required) unique model id (BASE, REGIME-SIMPLE etc.)</p>\n","type":"text/plain"},"key":"modelId","value":"<string>"},{"description":{"content":"<p>(Required) unique risk identifier</p>\n","type":"text/plain"},"key":"riskId","value":"<string>"},{"description":{"content":"<p>reference Id for hedge calculation</p>\n","type":"text/plain"},"key":"referenceId","value":"<string>"},{"description":{"content":"<p>exposure used for the calculation of the risk amounts</p>\n","type":"text/plain"},"key":"exposure","value":"<integer>"},{"description":{"content":"<p>start date for the risk calculation (current date if no input is provided)</p>\n","type":"text/plain"},"key":"startDate","value":"<string>"},{"description":{"content":"<p>end date for the risk calculation (31 December +4years if not provided)</p>\n","type":"text/plain"},"key":"endDate","value":"<string>"},{"description":{"content":"<p>applicable rate which can be used as a comparison relative to risk</p>\n","type":"text/plain"},"key":"refRate","value":"<float>"},{"description":{"content":"<p>(Required) True if increase in risk has negative consequences, False if decrease in risk has negative consequences</p>\n","type":"text/plain"},"key":"costInd","value":"<boolean>"}],"variable":[]}},"response":[{"id":"cb8fd618-4834-4762-92a7-a2eb4c0dc69b","name":"lists calculated var and amounts for a given risk and exposure","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"X-Api-Key","value":"<API Key>"}],"url":{"raw":"https://api-frm.assetmechanics.org/riskReport?clientId=<string>&clientExpId=ConstructionProject/x-sfsd-a-fsdf&calculatorId=INFL&modelId=BASE&riskId=141e2a9e-14b6-11ed-b085-2e94bb885739&referenceId=141e2a20-14b6-11ed-b085-2e94bb885739&exposure=300000&startDate=2019-02-12&endDate=2025-12-31&refRate=2.3456&costInd=true","host":["https://api-frm.assetmechanics.org"],"path":["riskReport"],"query":[{"key":"clientId","value":"<string>"},{"key":"clientExpId","value":"ConstructionProject/x-sfsd-a-fsdf"},{"key":"calculatorId","value":"INFL"},{"key":"modelId","value":"BASE"},{"key":"riskId","value":"141e2a9e-14b6-11ed-b085-2e94bb885739"},{"key":"referenceId","value":"141e2a20-14b6-11ed-b085-2e94bb885739"},{"key":"exposure","value":"300000"},{"key":"startDate","value":"2019-02-12"},{"key":"endDate","value":"2025-12-31"},{"key":"refRate","value":"2.3456"},{"key":"costInd","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"reportingDate\": \"2022-08-10\",\n  \"clientId\": \"89dwewe-e394rm\",\n  \"calculatorId\": \"INFL\",\n  \"modelId\": \"BASE\",\n  \"clientExpId\": \"98nd-bdkk-smsf-XX\",\n  \"riskId\": \"141e2a9e-14b6-11ed-b085-2e94bb885739\",\n  \"referenceId\": \"141e2a9e-14b6-11ed-b085-2e94bb885739\",\n  \"exposure\": 10000,\n  \"startDate\": \"2022-10-20\",\n  \"endDate\": \"2025-10-20\",\n  \"refRate\": 2.34,\n  \"costInd\": true,\n  \"projectionDate\": {\n    \"1\": \"2022-12-31\",\n    \"2\": \"2023-12-31\",\n    \"3\": \"2024-12-31\",\n    \"4\": \"2025-12-31\"\n  },\n  \"VaR\": {\n    \"1\": {\n      \"10\": -3.234,\n      \"20\": -0.1798,\n      \"50\": 2.3456,\n      \"80\": 7.4536,\n      \"90\": 10.3876,\n      \"ES10\": -4.5543,\n      \"ES20\": -3.334,\n      \"ES80\": 8.762,\n      \"ES90\": 12.8725,\n      \"mean\": 2.6549\n    },\n    \"2\": {\n      \"10\": -3.234,\n      \"20\": -0.1798,\n      \"50\": 2.3456,\n      \"80\": 7.4536,\n      \"90\": 10.3876,\n      \"ES10\": -4.5543,\n      \"ES20\": -3.334,\n      \"ES80\": 8.762,\n      \"ES90\": 12.8725,\n      \"mean\": 2.6549\n    },\n    \"3\": {\n      \"10\": -3.234,\n      \"20\": -0.1798,\n      \"50\": 2.3456,\n      \"80\": 7.4536,\n      \"90\": 10.3876,\n      \"ES10\": -4.5543,\n      \"ES20\": -3.334,\n      \"ES80\": 8.762,\n      \"ES90\": 12.8725,\n      \"mean\": 2.6549\n    },\n    \"4\": {\n      \"10\": -3.234,\n      \"20\": -0.1798,\n      \"50\": 2.3456,\n      \"80\": 7.4536,\n      \"90\": 10.3876,\n      \"ES10\": -4.5543,\n      \"ES20\": -3.334,\n      \"ES80\": 8.762,\n      \"ES90\": 12.8725,\n      \"mean\": 2.6549\n    }\n  },\n  \"VaRReference\": {\n    \"1\": {\n      \"10\": -3.234,\n      \"20\": -0.1798,\n      \"50\": 2.3456,\n      \"80\": 7.4536,\n      \"90\": 10.3876,\n      \"ES10\": -4.5543,\n      \"ES20\": -3.334,\n      \"ES80\": 8.762,\n      \"ES90\": 12.8725,\n      \"mean\": 2.6549\n    },\n    \"2\": {\n      \"10\": -3.234,\n      \"20\": -0.1798,\n      \"50\": 2.3456,\n      \"80\": 7.4536,\n      \"90\": 10.3876,\n      \"ES10\": -4.5543,\n      \"ES20\": -3.334,\n      \"ES80\": 8.762,\n      \"ES90\": 12.8725,\n      \"mean\": 2.6549\n    },\n    \"3\": {\n      \"10\": -3.234,\n      \"20\": -0.1798,\n      \"50\": 2.3456,\n      \"80\": 7.4536,\n      \"90\": 10.3876,\n      \"ES10\": -4.5543,\n      \"ES20\": -3.334,\n      \"ES80\": 8.762,\n      \"ES90\": 12.8725,\n      \"mean\": 2.6549\n    },\n    \"4\": {\n      \"10\": -3.234,\n      \"20\": -0.1798,\n      \"50\": 2.3456,\n      \"80\": 7.4536,\n      \"90\": 10.3876,\n      \"ES10\": -4.5543,\n      \"ES20\": -3.334,\n      \"ES80\": 8.762,\n      \"ES90\": 12.8725,\n      \"mean\": 2.6549\n    }\n  },\n  \"VaRResidual\": {\n    \"1\": {\n      \"10\": -3.234,\n      \"20\": -0.1798,\n      \"50\": 2.3456,\n      \"80\": 7.4536,\n      \"90\": 10.3876,\n      \"ES10\": -4.5543,\n      \"ES20\": -3.334,\n      \"ES80\": 8.762,\n      \"ES90\": 12.8725,\n      \"mean\": 2.6549\n    },\n    \"2\": {\n      \"10\": -3.234,\n      \"20\": -0.1798,\n      \"50\": 2.3456,\n      \"80\": 7.4536,\n      \"90\": 10.3876,\n      \"ES10\": -4.5543,\n      \"ES20\": -3.334,\n      \"ES80\": 8.762,\n      \"ES90\": 12.8725,\n      \"mean\": 2.6549\n    },\n    \"3\": {\n      \"10\": -3.234,\n      \"20\": -0.1798,\n      \"50\": 2.3456,\n      \"80\": 7.4536,\n      \"90\": 10.3876,\n      \"ES10\": -4.5543,\n      \"ES20\": -3.334,\n      \"ES80\": 8.762,\n      \"ES90\": 12.8725,\n      \"mean\": 2.6549\n    },\n    \"4\": {\n      \"10\": -3.234,\n      \"20\": -0.1798,\n      \"50\": 2.3456,\n      \"80\": 7.4536,\n      \"90\": 10.3876,\n      \"ES10\": -4.5543,\n      \"ES20\": -3.334,\n      \"ES80\": 8.762,\n      \"ES90\": 12.8725,\n      \"mean\": 2.6549\n    }\n  },\n  \"Amount\": {\n    \"1\": {\n      \"10\": -3.234,\n      \"20\": -0.1798,\n      \"50\": 2.3456,\n      \"80\": 7.4536,\n      \"90\": 10.3876,\n      \"ES10\": -4.5543,\n      \"ES20\": -3.334,\n      \"ES80\": 8.762,\n      \"ES90\": 12.8725,\n      \"mean\": 2.6549\n    },\n    \"2\": {\n      \"10\": -3.234,\n      \"20\": -0.1798,\n      \"50\": 2.3456,\n      \"80\": 7.4536,\n      \"90\": 10.3876,\n      \"ES10\": -4.5543,\n      \"ES20\": -3.334,\n      \"ES80\": 8.762,\n      \"ES90\": 12.8725,\n      \"mean\": 2.6549\n    },\n    \"3\": {\n      \"10\": -3.234,\n      \"20\": -0.1798,\n      \"50\": 2.3456,\n      \"80\": 7.4536,\n      \"90\": 10.3876,\n      \"ES10\": -4.5543,\n      \"ES20\": -3.334,\n      \"ES80\": 8.762,\n      \"ES90\": 12.8725,\n      \"mean\": 2.6549\n    },\n    \"4\": {\n      \"10\": -3.234,\n      \"20\": -0.1798,\n      \"50\": 2.3456,\n      \"80\": 7.4536,\n      \"90\": 10.3876,\n      \"ES10\": -4.5543,\n      \"ES20\": -3.334,\n      \"ES80\": 8.762,\n      \"ES90\": 12.8725,\n      \"mean\": 2.6549\n    }\n  },\n  \"AmountReference\": {\n    \"1\": {\n      \"10\": -3.234,\n      \"20\": -0.1798,\n      \"50\": 2.3456,\n      \"80\": 7.4536,\n      \"90\": 10.3876,\n      \"ES10\": -4.5543,\n      \"ES20\": -3.334,\n      \"ES80\": 8.762,\n      \"ES90\": 12.8725,\n      \"mean\": 2.6549\n    },\n    \"2\": {\n      \"10\": -3.234,\n      \"20\": -0.1798,\n      \"50\": 2.3456,\n      \"80\": 7.4536,\n      \"90\": 10.3876,\n      \"ES10\": -4.5543,\n      \"ES20\": -3.334,\n      \"ES80\": 8.762,\n      \"ES90\": 12.8725,\n      \"mean\": 2.6549\n    },\n    \"3\": {\n      \"10\": -3.234,\n      \"20\": -0.1798,\n      \"50\": 2.3456,\n      \"80\": 7.4536,\n      \"90\": 10.3876,\n      \"ES10\": -4.5543,\n      \"ES20\": -3.334,\n      \"ES80\": 8.762,\n      \"ES90\": 12.8725,\n      \"mean\": 2.6549\n    },\n    \"4\": {\n      \"10\": -3.234,\n      \"20\": -0.1798,\n      \"50\": 2.3456,\n      \"80\": 7.4536,\n      \"90\": 10.3876,\n      \"ES10\": -4.5543,\n      \"ES20\": -3.334,\n      \"ES80\": 8.762,\n      \"ES90\": 12.8725,\n      \"mean\": 2.6549\n    }\n  },\n  \"AmountResidual\": {\n    \"1\": {\n      \"10\": -3.234,\n      \"20\": -0.1798,\n      \"50\": 2.3456,\n      \"80\": 7.4536,\n      \"90\": 10.3876,\n      \"ES10\": -4.5543,\n      \"ES20\": -3.334,\n      \"ES80\": 8.762,\n      \"ES90\": 12.8725,\n      \"mean\": 2.6549\n    },\n    \"2\": {\n      \"10\": -3.234,\n      \"20\": -0.1798,\n      \"50\": 2.3456,\n      \"80\": 7.4536,\n      \"90\": 10.3876,\n      \"ES10\": -4.5543,\n      \"ES20\": -3.334,\n      \"ES80\": 8.762,\n      \"ES90\": 12.8725,\n      \"mean\": 2.6549\n    },\n    \"3\": {\n      \"10\": -3.234,\n      \"20\": -0.1798,\n      \"50\": 2.3456,\n      \"80\": 7.4536,\n      \"90\": 10.3876,\n      \"ES10\": -4.5543,\n      \"ES20\": -3.334,\n      \"ES80\": 8.762,\n      \"ES90\": 12.8725,\n      \"mean\": 2.6549\n    },\n    \"4\": {\n      \"10\": -3.234,\n      \"20\": -0.1798,\n      \"50\": 2.3456,\n      \"80\": 7.4536,\n      \"90\": 10.3876,\n      \"ES10\": -4.5543,\n      \"ES20\": -3.334,\n      \"ES80\": 8.762,\n      \"ES90\": 12.8725,\n      \"mean\": 2.6549\n    }\n  },\n  \"Surplus\": {\n    \"1\": {\n      \"10\": -3.234,\n      \"20\": -0.1798,\n      \"50\": 2.3456,\n      \"80\": 7.4536,\n      \"90\": 10.3876,\n      \"ES10\": -4.5543,\n      \"ES20\": -3.334,\n      \"ES80\": 8.762,\n      \"ES90\": 12.8725,\n      \"mean\": 2.6549\n    },\n    \"2\": {\n      \"10\": -3.234,\n      \"20\": -0.1798,\n      \"50\": 2.3456,\n      \"80\": 7.4536,\n      \"90\": 10.3876,\n      \"ES10\": -4.5543,\n      \"ES20\": -3.334,\n      \"ES80\": 8.762,\n      \"ES90\": 12.8725,\n      \"mean\": 2.6549\n    },\n    \"3\": {\n      \"10\": -3.234,\n      \"20\": -0.1798,\n      \"50\": 2.3456,\n      \"80\": 7.4536,\n      \"90\": 10.3876,\n      \"ES10\": -4.5543,\n      \"ES20\": -3.334,\n      \"ES80\": 8.762,\n      \"ES90\": 12.8725,\n      \"mean\": 2.6549\n    },\n    \"4\": {\n      \"10\": -3.234,\n      \"20\": -0.1798,\n      \"50\": 2.3456,\n      \"80\": 7.4536,\n      \"90\": 10.3876,\n      \"ES10\": -4.5543,\n      \"ES20\": -3.334,\n      \"ES80\": 8.762,\n      \"ES90\": 12.8725,\n      \"mean\": 2.6549\n    }\n  },\n  \"SurplusReference\": {\n    \"1\": {\n      \"10\": -3.234,\n      \"20\": -0.1798,\n      \"50\": 2.3456,\n      \"80\": 7.4536,\n      \"90\": 10.3876,\n      \"ES10\": -4.5543,\n      \"ES20\": -3.334,\n      \"ES80\": 8.762,\n      \"ES90\": 12.8725,\n      \"mean\": 2.6549\n    },\n    \"2\": {\n      \"10\": -3.234,\n      \"20\": -0.1798,\n      \"50\": 2.3456,\n      \"80\": 7.4536,\n      \"90\": 10.3876,\n      \"ES10\": -4.5543,\n      \"ES20\": -3.334,\n      \"ES80\": 8.762,\n      \"ES90\": 12.8725,\n      \"mean\": 2.6549\n    },\n    \"3\": {\n      \"10\": -3.234,\n      \"20\": -0.1798,\n      \"50\": 2.3456,\n      \"80\": 7.4536,\n      \"90\": 10.3876,\n      \"ES10\": -4.5543,\n      \"ES20\": -3.334,\n      \"ES80\": 8.762,\n      \"ES90\": 12.8725,\n      \"mean\": 2.6549\n    },\n    \"4\": {\n      \"10\": -3.234,\n      \"20\": -0.1798,\n      \"50\": 2.3456,\n      \"80\": 7.4536,\n      \"90\": 10.3876,\n      \"ES10\": -4.5543,\n      \"ES20\": -3.334,\n      \"ES80\": 8.762,\n      \"ES90\": 12.8725,\n      \"mean\": 2.6549\n    }\n  },\n  \"SurplusResidual\": {\n    \"1\": {\n      \"10\": -3.234,\n      \"20\": -0.1798,\n      \"50\": 2.3456,\n      \"80\": 7.4536,\n      \"90\": 10.3876,\n      \"ES10\": -4.5543,\n      \"ES20\": -3.334,\n      \"ES80\": 8.762,\n      \"ES90\": 12.8725,\n      \"mean\": 2.6549\n    },\n    \"2\": {\n      \"10\": -3.234,\n      \"20\": -0.1798,\n      \"50\": 2.3456,\n      \"80\": 7.4536,\n      \"90\": 10.3876,\n      \"ES10\": -4.5543,\n      \"ES20\": -3.334,\n      \"ES80\": 8.762,\n      \"ES90\": 12.8725,\n      \"mean\": 2.6549\n    },\n    \"3\": {\n      \"10\": -3.234,\n      \"20\": -0.1798,\n      \"50\": 2.3456,\n      \"80\": 7.4536,\n      \"90\": 10.3876,\n      \"ES10\": -4.5543,\n      \"ES20\": -3.334,\n      \"ES80\": 8.762,\n      \"ES90\": 12.8725,\n      \"mean\": 2.6549\n    },\n    \"4\": {\n      \"10\": -3.234,\n      \"20\": -0.1798,\n      \"50\": 2.3456,\n      \"80\": 7.4536,\n      \"90\": 10.3876,\n      \"ES10\": -4.5543,\n      \"ES20\": -3.334,\n      \"ES80\": 8.762,\n      \"ES90\": 12.8725,\n      \"mean\": 2.6549\n    }\n  },\n  \"Risk\": {\n    \"1\": {\n      \"10\": -3.234,\n      \"20\": -0.1798,\n      \"50\": 2.3456,\n      \"80\": 7.4536,\n      \"90\": 10.3876,\n      \"ES10\": -4.5543,\n      \"ES20\": -3.334,\n      \"ES80\": 8.762,\n      \"ES90\": 12.8725,\n      \"mean\": 2.6549\n    },\n    \"2\": {\n      \"10\": -3.234,\n      \"20\": -0.1798,\n      \"50\": 2.3456,\n      \"80\": 7.4536,\n      \"90\": 10.3876,\n      \"ES10\": -4.5543,\n      \"ES20\": -3.334,\n      \"ES80\": 8.762,\n      \"ES90\": 12.8725,\n      \"mean\": 2.6549\n    },\n    \"3\": {\n      \"10\": -3.234,\n      \"20\": -0.1798,\n      \"50\": 2.3456,\n      \"80\": 7.4536,\n      \"90\": 10.3876,\n      \"ES10\": -4.5543,\n      \"ES20\": -3.334,\n      \"ES80\": 8.762,\n      \"ES90\": 12.8725,\n      \"mean\": 2.6549\n    },\n    \"4\": {\n      \"10\": -3.234,\n      \"20\": -0.1798,\n      \"50\": 2.3456,\n      \"80\": 7.4536,\n      \"90\": 10.3876,\n      \"ES10\": -4.5543,\n      \"ES20\": -3.334,\n      \"ES80\": 8.762,\n      \"ES90\": 12.8725,\n      \"mean\": 2.6549\n    }\n  },\n  \"RiskReference\": {\n    \"1\": {\n      \"10\": -3.234,\n      \"20\": -0.1798,\n      \"50\": 2.3456,\n      \"80\": 7.4536,\n      \"90\": 10.3876,\n      \"ES10\": -4.5543,\n      \"ES20\": -3.334,\n      \"ES80\": 8.762,\n      \"ES90\": 12.8725,\n      \"mean\": 2.6549\n    },\n    \"2\": {\n      \"10\": -3.234,\n      \"20\": -0.1798,\n      \"50\": 2.3456,\n      \"80\": 7.4536,\n      \"90\": 10.3876,\n      \"ES10\": -4.5543,\n      \"ES20\": -3.334,\n      \"ES80\": 8.762,\n      \"ES90\": 12.8725,\n      \"mean\": 2.6549\n    },\n    \"3\": {\n      \"10\": -3.234,\n      \"20\": -0.1798,\n      \"50\": 2.3456,\n      \"80\": 7.4536,\n      \"90\": 10.3876,\n      \"ES10\": -4.5543,\n      \"ES20\": -3.334,\n      \"ES80\": 8.762,\n      \"ES90\": 12.8725,\n      \"mean\": 2.6549\n    },\n    \"4\": {\n      \"10\": -3.234,\n      \"20\": -0.1798,\n      \"50\": 2.3456,\n      \"80\": 7.4536,\n      \"90\": 10.3876,\n      \"ES10\": -4.5543,\n      \"ES20\": -3.334,\n      \"ES80\": 8.762,\n      \"ES90\": 12.8725,\n      \"mean\": 2.6549\n    }\n  },\n  \"RiskResidual\": {\n    \"1\": {\n      \"10\": -3.234,\n      \"20\": -0.1798,\n      \"50\": 2.3456,\n      \"80\": 7.4536,\n      \"90\": 10.3876,\n      \"ES10\": -4.5543,\n      \"ES20\": -3.334,\n      \"ES80\": 8.762,\n      \"ES90\": 12.8725,\n      \"mean\": 2.6549\n    },\n    \"2\": {\n      \"10\": -3.234,\n      \"20\": -0.1798,\n      \"50\": 2.3456,\n      \"80\": 7.4536,\n      \"90\": 10.3876,\n      \"ES10\": -4.5543,\n      \"ES20\": -3.334,\n      \"ES80\": 8.762,\n      \"ES90\": 12.8725,\n      \"mean\": 2.6549\n    },\n    \"3\": {\n      \"10\": -3.234,\n      \"20\": -0.1798,\n      \"50\": 2.3456,\n      \"80\": 7.4536,\n      \"90\": 10.3876,\n      \"ES10\": -4.5543,\n      \"ES20\": -3.334,\n      \"ES80\": 8.762,\n      \"ES90\": 12.8725,\n      \"mean\": 2.6549\n    },\n    \"4\": {\n      \"10\": -3.234,\n      \"20\": -0.1798,\n      \"50\": 2.3456,\n      \"80\": 7.4536,\n      \"90\": 10.3876,\n      \"ES10\": -4.5543,\n      \"ES20\": -3.334,\n      \"ES80\": 8.762,\n      \"ES90\": 12.8725,\n      \"mean\": 2.6549\n    }\n  },\n  \"SE_VaR\": {\n    \"1\": {\n      \"10\": -6.789,\n      \"20\": -2.3456,\n      \"50\": 1.8908,\n      \"80\": 1.8908,\n      \"90\": 1.8908,\n      \"ES10\": -6.789,\n      \"ES20\": -6.789,\n      \"ES80\": 1.8908,\n      \"ES90\": 1.8908\n    },\n    \"2\": {\n      \"10\": -6.789,\n      \"20\": -2.3456,\n      \"50\": 1.8908,\n      \"80\": 1.8908,\n      \"90\": 1.8908,\n      \"ES10\": -6.789,\n      \"ES20\": -6.789,\n      \"ES80\": 1.8908,\n      \"ES90\": 1.8908\n    },\n    \"3\": {\n      \"10\": -6.789,\n      \"20\": -2.3456,\n      \"50\": 1.8908,\n      \"80\": 1.8908,\n      \"90\": 1.8908,\n      \"ES10\": -6.789,\n      \"ES20\": -6.789,\n      \"ES80\": 1.8908,\n      \"ES90\": 1.8908\n    },\n    \"4\": {\n      \"10\": -6.789,\n      \"20\": -2.3456,\n      \"50\": 1.8908,\n      \"80\": 1.8908,\n      \"90\": 1.8908,\n      \"ES10\": -6.789,\n      \"ES20\": -6.789,\n      \"ES80\": 1.8908,\n      \"ES90\": 1.8908\n    }\n  },\n  \"SE_VaRReference\": {\n    \"1\": {\n      \"10\": -6.789,\n      \"20\": -2.3456,\n      \"50\": 1.8908,\n      \"80\": 1.8908,\n      \"90\": 1.8908,\n      \"ES10\": -6.789,\n      \"ES20\": -6.789,\n      \"ES80\": 1.8908,\n      \"ES90\": 1.8908\n    },\n    \"2\": {\n      \"10\": -6.789,\n      \"20\": -2.3456,\n      \"50\": 1.8908,\n      \"80\": 1.8908,\n      \"90\": 1.8908,\n      \"ES10\": -6.789,\n      \"ES20\": -6.789,\n      \"ES80\": 1.8908,\n      \"ES90\": 1.8908\n    },\n    \"3\": {\n      \"10\": -6.789,\n      \"20\": -2.3456,\n      \"50\": 1.8908,\n      \"80\": 1.8908,\n      \"90\": 1.8908,\n      \"ES10\": -6.789,\n      \"ES20\": -6.789,\n      \"ES80\": 1.8908,\n      \"ES90\": 1.8908\n    },\n    \"4\": {\n      \"10\": -6.789,\n      \"20\": -2.3456,\n      \"50\": 1.8908,\n      \"80\": 1.8908,\n      \"90\": 1.8908,\n      \"ES10\": -6.789,\n      \"ES20\": -6.789,\n      \"ES80\": 1.8908,\n      \"ES90\": 1.8908\n    }\n  },\n  \"SE_VaRResidual\": {\n    \"1\": {\n      \"10\": -6.789,\n      \"20\": -2.3456,\n      \"50\": 1.8908,\n      \"80\": 1.8908,\n      \"90\": 1.8908,\n      \"ES10\": -6.789,\n      \"ES20\": -6.789,\n      \"ES80\": 1.8908,\n      \"ES90\": 1.8908\n    },\n    \"2\": {\n      \"10\": -6.789,\n      \"20\": -2.3456,\n      \"50\": 1.8908,\n      \"80\": 1.8908,\n      \"90\": 1.8908,\n      \"ES10\": -6.789,\n      \"ES20\": -6.789,\n      \"ES80\": 1.8908,\n      \"ES90\": 1.8908\n    },\n    \"3\": {\n      \"10\": -6.789,\n      \"20\": -2.3456,\n      \"50\": 1.8908,\n      \"80\": 1.8908,\n      \"90\": 1.8908,\n      \"ES10\": -6.789,\n      \"ES20\": -6.789,\n      \"ES80\": 1.8908,\n      \"ES90\": 1.8908\n    },\n    \"4\": {\n      \"10\": -6.789,\n      \"20\": -2.3456,\n      \"50\": 1.8908,\n      \"80\": 1.8908,\n      \"90\": 1.8908,\n      \"ES10\": -6.789,\n      \"ES20\": -6.789,\n      \"ES80\": 1.8908,\n      \"ES90\": 1.8908\n    }\n  },\n  \"SE_Risk\": {\n    \"1\": {\n      \"10\": -6.789,\n      \"20\": -2.3456,\n      \"50\": 1.8908,\n      \"80\": 1.8908,\n      \"90\": 1.8908,\n      \"ES10\": -6.789,\n      \"ES20\": -6.789,\n      \"ES80\": 1.8908,\n      \"ES90\": 1.8908\n    },\n    \"2\": {\n      \"10\": -6.789,\n      \"20\": -2.3456,\n      \"50\": 1.8908,\n      \"80\": 1.8908,\n      \"90\": 1.8908,\n      \"ES10\": -6.789,\n      \"ES20\": -6.789,\n      \"ES80\": 1.8908,\n      \"ES90\": 1.8908\n    },\n    \"3\": {\n      \"10\": -6.789,\n      \"20\": -2.3456,\n      \"50\": 1.8908,\n      \"80\": 1.8908,\n      \"90\": 1.8908,\n      \"ES10\": -6.789,\n      \"ES20\": -6.789,\n      \"ES80\": 1.8908,\n      \"ES90\": 1.8908\n    },\n    \"4\": {\n      \"10\": -6.789,\n      \"20\": -2.3456,\n      \"50\": 1.8908,\n      \"80\": 1.8908,\n      \"90\": 1.8908,\n      \"ES10\": -6.789,\n      \"ES20\": -6.789,\n      \"ES80\": 1.8908,\n      \"ES90\": 1.8908\n    }\n  },\n  \"SE_RiskReference\": {\n    \"1\": {\n      \"10\": -6.789,\n      \"20\": -2.3456,\n      \"50\": 1.8908,\n      \"80\": 1.8908,\n      \"90\": 1.8908,\n      \"ES10\": -6.789,\n      \"ES20\": -6.789,\n      \"ES80\": 1.8908,\n      \"ES90\": 1.8908\n    },\n    \"2\": {\n      \"10\": -6.789,\n      \"20\": -2.3456,\n      \"50\": 1.8908,\n      \"80\": 1.8908,\n      \"90\": 1.8908,\n      \"ES10\": -6.789,\n      \"ES20\": -6.789,\n      \"ES80\": 1.8908,\n      \"ES90\": 1.8908\n    },\n    \"3\": {\n      \"10\": -6.789,\n      \"20\": -2.3456,\n      \"50\": 1.8908,\n      \"80\": 1.8908,\n      \"90\": 1.8908,\n      \"ES10\": -6.789,\n      \"ES20\": -6.789,\n      \"ES80\": 1.8908,\n      \"ES90\": 1.8908\n    },\n    \"4\": {\n      \"10\": -6.789,\n      \"20\": -2.3456,\n      \"50\": 1.8908,\n      \"80\": 1.8908,\n      \"90\": 1.8908,\n      \"ES10\": -6.789,\n      \"ES20\": -6.789,\n      \"ES80\": 1.8908,\n      \"ES90\": 1.8908\n    }\n  },\n  \"SE_RiskResidual\": {\n    \"1\": {\n      \"10\": -6.789,\n      \"20\": -2.3456,\n      \"50\": 1.8908,\n      \"80\": 1.8908,\n      \"90\": 1.8908,\n      \"ES10\": -6.789,\n      \"ES20\": -6.789,\n      \"ES80\": 1.8908,\n      \"ES90\": 1.8908\n    },\n    \"2\": {\n      \"10\": -6.789,\n      \"20\": -2.3456,\n      \"50\": 1.8908,\n      \"80\": 1.8908,\n      \"90\": 1.8908,\n      \"ES10\": -6.789,\n      \"ES20\": -6.789,\n      \"ES80\": 1.8908,\n      \"ES90\": 1.8908\n    },\n    \"3\": {\n      \"10\": -6.789,\n      \"20\": -2.3456,\n      \"50\": 1.8908,\n      \"80\": 1.8908,\n      \"90\": 1.8908,\n      \"ES10\": -6.789,\n      \"ES20\": -6.789,\n      \"ES80\": 1.8908,\n      \"ES90\": 1.8908\n    },\n    \"4\": {\n      \"10\": -6.789,\n      \"20\": -2.3456,\n      \"50\": 1.8908,\n      \"80\": 1.8908,\n      \"90\": 1.8908,\n      \"ES10\": -6.789,\n      \"ES20\": -6.789,\n      \"ES80\": 1.8908,\n      \"ES90\": 1.8908\n    }\n  }\n}"}],"_postman_id":"a00c2440-ed49-4d79-ad30-5d235b5e13f2"}],"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"<value>"}]}},"variable":[{"id":"1ff757e9-7c4b-4c51-8a17-07084f34b8fd","key":"baseUrl","value":"https://api-frm.assetmechanics.org","type":"string"}]}