{"info":{"_postman_id":"6580ce3c-bce8-4820-974d-72d07aede715","name":"Bridgeweave API Store","description":"<html><head></head><body><p>Bridgeweave’s API marketplace enables wealth and investment managers to accelerate their front-office innovation through easy access to our global APIs. </p>\n<p>Our APIs deliver intelligent capabilities that enable you to manage and access the following: </p>\n<ul>\n<li>Market insights</li>\n<li>Portfolio insights</li>\n<li>Behavioral insights</li>\n</ul>\n<p>Depending on the type of insights sought after and the problem to be solved, our clients use different combinations of the APIs listed below.  </p>\n<h1 id=\"api-security-and-communication\">API Security and Communication</h1>\n<h2 id=\"communication\">Communication</h2>\n<ul>\n<li><p>All our APIs are RESTful and supports JSON requests and responses</p>\n</li>\n<li><p>Some of our APIs also support Excel (XML) uploads to aid bulk uploads of\ndata</p>\n</li>\n<li><p>All API communication takes place using Secure Sockets Layer (SSL)</p>\n</li>\n<li><p>Timestamp is a mandatory header for all API requests</p>\n</li>\n</ul>\n<h2 id=\"payload-encryption-supported\">Payload Encryption Supported</h2>\n<ul>\n<li><p>Our APIs use GET and POST methods to transfer data from a client to the server in HTTPS protocol</p>\n</li>\n<li><p>Each POST API is enabled to support encrypted data payload</p>\n</li>\n<li><p>A client can choose the payload format to be either plain or encrypted</p>\n</li>\n<li><p>Based on the client’s choice, the backend will expect either a plain payload or encrypted payload. It will reject a format that does not match what the client selected</p>\n</li>\n</ul>\n<h2 id=\"authentication\">Authentication</h2>\n<p>We use a secure OAuth 2.0 authorisation system. Key features include: </p>\n<ul>\n<li><p>Each client and its end users are mapped in an identification system </p>\n</li>\n<li><p>All APIs need a valid access token (we send Bearer tokens)</p>\n</li>\n<li><p>To receive an access token, a client passes their Client ID and Client Secret in the Get Token API. The response of this API gives access to a token and details of how long it is valid and a refresh token</p>\n</li>\n<li><p>The access token must be passed in all subsequent API calls, until it expires</p>\n</li>\n<li><p>Once the access token expires, the client can use either the refresh token or the client credentials to obtain a new access token</p>\n</li>\n</ul>\n<h2 id=\"rate-limit\">Rate limit</h2>\n<p>Our APIs do not have a rate limit.</p>\n<h2 id=\"http-status-codes\">HTTP Status Codes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Status Code</th>\n<th>Status Text</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>200</td>\n<td>OK</td>\n<td>Request Successful</td>\n</tr>\n<tr>\n<td>201</td>\n<td>CREATED</td>\n<td>Request Successful</td>\n</tr>\n<tr>\n<td>400</td>\n<td>BAD REQUEST</td>\n<td>Server identified issue in the data</td>\n</tr>\n<tr>\n<td>401</td>\n<td>UNAUTHORIZED</td>\n<td>Invalid credentials/token or unauthorized resource access</td>\n</tr>\n<tr>\n<td>409</td>\n<td>CONFLICT</td>\n<td>There is issue to process the request, may be additional input needed</td>\n</tr>\n<tr>\n<td>422</td>\n<td>UNPROCESSABLE ENTITY</td>\n<td>Validation failed</td>\n</tr>\n<tr>\n<td>500</td>\n<td>INTERNAL SERVER ERROR</td>\n<td>Issue with server to handle the request</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"supported-http-request-headers\">Supported HTTP Request Headers</h2>\n<p>The following HTTP request headers are supported in our APIs:</p>\n<p><strong>Content-Type</strong> : application/json or multipart/form-data</p>\n<p><strong>timestamp</strong> : {{current time in UTC}}</p>\n<p><strong>Authorization</strong> : Bearer {{accesstoken}}</p>\n<h2 id=\"common-url-parameter\">Common URL Parameter</h2>\n<p>The URL parameter which is common to all our APIs is:</p>\n<p><strong>locale</strong> : {{language_code}}  <strong>Default is EN</strong></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"API Security and Communication","slug":"api-security-and-communication"}],"owner":"10874022","collectionId":"6580ce3c-bce8-4820-974d-72d07aede715","publishedId":"Szme3HYE","public":true,"customColor":{"top-bar":"000000","right-sidebar":"303030","highlight":"2186a7"},"publishDate":"2021-09-20T04:38:37.000Z"},"item":[{"name":"Value Investing","item":[{"name":"Get Value Investing Insight","id":"8bac7f60-36d9-4c2c-ae23-5a92a0207cb3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"timestamp","value":"{{timestamp}}","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"string\",\r\n    \"userId\": \"string\",\r\n    \"parentUserId\": \"string\",\r\n    \"recordsPerPage\": \"string\",\r\n    \"filter\": \"string\",\r\n    \"lastDays\": 0,\r\n    \"sort\": {\r\n        \"field\": \"string\",\r\n        \"orderBy\": \"string\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{api_host}}/bw-equity-services/apis/equity/v2/getUVInsights?pageNo={{pageNo}}&locale={{language_code}}","description":"<p>This API delivers a list of Value Investing insights, based on the End User’s market and sector preferences. </p>\n<p>Before the list is delivered, an End User must select one of the sort criteria:</p>\n<ul>\n<li>inception date</li>\n<li>returns</li>\n<li>most viewed</li>\n</ul>\n<p>Once the sort criteria has been selected, the End User has the choice to filter insights:</p>\n<ul>\n<li>monitor</li>\n<li>monitor unread</li>\n<li>most viewed </li>\n<li>read</li>\n<li>unread</li>\n<li>gainer</li>\n</ul>\n<p>If filter criteria is not selected, the End User will see all insights delivered by the sort criteria.</p>\n<p>The End User must also select how many insights are to be displayed per page. </p>\n<p>The sort, filter and page criteria are passed through the API and the API generates a list. Details in the list include: </p>\n<ul>\n<li>insight ID</li>\n<li>ticker name</li>\n<li>stock name </li>\n<li>stock exchange code</li>\n<li>inception date</li>\n<li>a flag which indicates whether the insight is read or unread </li>\n<li>returns </li>\n<li>sector code</li>\n<li>sector name</li>\n<li>sector short name</li>\n<li>algo ID</li>\n</ul>\n","urlObject":{"protocol":"https","path":["bw-equity-services","apis","equity","v2","getUVInsights"],"host":["{{api_host}}"],"query":[{"key":"pageNo","value":"{{pageNo}}"},{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[],"_postman_id":"8bac7f60-36d9-4c2c-ae23-5a92a0207cb3"},{"name":"Get Insight Details","id":"2591690a-d52d-46ab-8a36-b2856e3f9657","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"timestamp","value":"{{timestamp}}","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"string\",\r\n    \"userId\": \"string\",\r\n    \"parentUserId\": \"string\",\r\n    \"companyId\": 0,\r\n    \"clientCompanyId\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{api_host}}/bw-equity-services/apis/equity/v2/getUVInsightsDetails?locale={{language_code}}","description":"<p>This API delivers details of an insight relating to a particular stock. Details include the name of the stock, sector, date on which the insight was generated and its valuation relative to the index, and insight returns.</p>\n<p>It also delivers details of the relative performance of the stock against its sector (for peer comparison) and carries out back-testing (to test historic recovery rates).</p>\n","urlObject":{"protocol":"https","path":["bw-equity-services","apis","equity","v2","getUVInsightsDetails"],"host":["{{api_host}}"],"query":[{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[],"_postman_id":"2591690a-d52d-46ab-8a36-b2856e3f9657"},{"name":"Delete Insight","id":"14d84c86-bcd7-4bf1-94a5-e0d567f7cf01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"timestamp","value":"{{timestamp}}","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"string\",\r\n    \"userId\": \"string\",\r\n    \"companyId\": 0,\r\n    \"clientCompanyId\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{api_host}}/bw-equity-services/apis/equity/v2/deleteUVInsight?locale={{language_code}}","description":"<p>This API enables a user to delete an insight. </p>\n<p>When a user deletes an insight, this is passed into a feedback loop and the model learns that the user did not like that type of insight. Over time, this enables the model to provide more tailored insights.</p>\n","urlObject":{"protocol":"https","path":["bw-equity-services","apis","equity","v2","deleteUVInsight"],"host":["{{api_host}}"],"query":[{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[],"_postman_id":"14d84c86-bcd7-4bf1-94a5-e0d567f7cf01"},{"name":"Get Insight Performance","id":"f2eba970-f9c5-4cd6-8759-d97019426e4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"timestamp","value":"{{timestamp}}","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"string\",\r\n    \"userId\": \"string\",\r\n    \"insightId\": 0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{api_host}}/bw-equity-services/apis/equity/getUVInsightsPerformance?locale={{language_code}}","description":"<p>This API provides three performance metrics for an insight:</p>\n<ul>\n<li>Sector accuracy – shows accuracy of the algo within this sector;</li>\n<li>Insight returns – absolute returns for this idea since date it was generated; and</li>\n<li>Insight vintage – days since this idea was generated.</li>\n</ul>\n<p>The Insight ID needs to be passed in order for the performance metrics to be displayed.</p>\n","urlObject":{"protocol":"https","path":["bw-equity-services","apis","equity","getUVInsightsPerformance"],"host":["{{api_host}}"],"query":[{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[],"_postman_id":"f2eba970-f9c5-4cd6-8759-d97019426e4f"},{"name":"Get Algo Performance","id":"f21a3988-957c-4373-9efb-8ea60c644736","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"timestamp","value":"{{timestamp}}","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"string\",\r\n    \"userId\": \"string\",\r\n    \"algoId\": \"bw_uv\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{api_host}}/bw-equity-services/apis/equity/getUVAlgoPerformance?locale={{language_code}}","description":"<p>This API provides three performance metrics for the Value Investing model:</p>\n<ul>\n<li>Algo accuracy – Correct predictions made by algo in the last 90 days; </li>\n<li>Algo returns – Returns from all ideas by this algo in last 90 days; and</li>\n<li>Algo insights – Number of ideas in last 90 days.</li>\n</ul>\n<p>The Algo ID needs to be passed in order for the performance metrics to be displayed.</p>\n","urlObject":{"protocol":"https","path":["bw-equity-services","apis","equity","getUVAlgoPerformance"],"host":["{{api_host}}"],"query":[{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[],"_postman_id":"f21a3988-957c-4373-9efb-8ea60c644736"}],"id":"b30e99a6-3af1-48ad-b266-28878caedba9","description":"<p>The Value Investing module identifies stocks of good companies which have the propensity to generate long-term positive returns. It is based on mean reversion theory, i.e., that good stocks will revert over time to their average relative value.</p>\n<p>The model is set to identify the best point in time to generate insights which show buying opportunities for stocks in good companies which are currently undervalued. It uses the relative performance of the stock against its sector (for peer comparison) and carries out back-testing (to test historic recovery rates.)</p>\n<p>The model produces hundreds of insights. In order to show a user only those insights that are relevant to them, the model takes into account set preferences in relation to sectors and markets. </p>\n<p>The model learns about a user’s behaviour from actions such as selecting monitor/un-monitor, the length of time a user spends looking at a particular insight and their declared preferences. This enables the model to create a profile of the user. Over time, the model is able to provide more relevant insights to the user.</p>\n","_postman_id":"b30e99a6-3af1-48ad-b266-28878caedba9"},{"name":"ETF Investing","item":[{"name":"Get ETF Investing Levels","event":[{"listen":"prerequest","script":{"id":"0a74cfd4-25a6-46ff-b8dc-42ac5fa84fd9","exec":["pm.environment.set(\"timestamp\", new Date().getTime());"],"type":"text/javascript"}},{"listen":"test","script":{"id":"950f748f-04ed-435d-8e90-f2d92dbaa6fb","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}}],"id":"4dfba403-7c0f-4a8a-96dd-88e9875ea740","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"timestamp","value":"{{timestamp}}"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"string\",\r\n    \"userId\": \"string\",\r\n    \"marketCode\": \"\",\r\n    \"level1\": \"string\",\r\n    \"level2\": \"string\",\r\n    \"level3\": \"string\",\r\n    \"level4\": \"string\"\r\n}"},"url":"https://{{api_host}}/bw-etf-services/apis/etf/getInvestingLevels?locale={{language_code}}","description":"<p>This API is called recursively to deliver investing levels. The levels are staged filters that a user selects to choose their preferred ETFs.</p>\n<p>The first time the API is called, it will deliver the total count of ETFs in the universe and the Level 1 names. The End User selects their preferred Level 1 name.</p>\n<p>The second time the API is called, the selected Level 1 name needs to be passed in the level1 parameter. The API will deliver the Level 2 names. The End User selects their preferred Level 2 name.</p>\n<p>The third time the API is called, the selected Level 2 name needs to be passed in the level2 parameter. The API will deliver the Level 3 names. The End User selects their preferred Level 3 name. If there is no next level available, the API will not deliver Level 3 names. </p>\n<p>The same process is followed for Level 4.</p>\n<p>For each level, details delivered by the API include:</p>\n<ul>\n<li>ETF count</li>\n<li>Next level name (this will be blank if no next level available)</li>\n<li>Array of level values</li>\n</ul>\n","urlObject":{"protocol":"https","path":["bw-etf-services","apis","etf","getInvestingLevels"],"host":["{{api_host}}"],"query":[{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[],"_postman_id":"4dfba403-7c0f-4a8a-96dd-88e9875ea740"},{"name":"Get ETF Criteria List","event":[{"listen":"prerequest","script":{"id":"9fa21776-e218-4e5f-a4b8-37147cadcf12","exec":["pm.environment.set(\"timestamp\", new Date().getTime());"],"type":"text/javascript"}},{"listen":"test","script":{"id":"92344727-13d3-4b83-a614-21cc173eeff4","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript"}}],"id":"9cf516a1-5527-49bb-ab46-e476a5cb62e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"timestamp","value":"{{timestamp}}"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{api_host}}/bw-etf-services/apis/etf/getCriteriaList?locale={{language_code}}&clientId={{client_id}}&userId={{user_id}}&parentUserId={{parentUserId}}","description":"<p>This API delivers a list of ranking criteria. The ranking criteria enables an End User to sort the ETFs. </p>\n<p>The list delivered by the API includes the criteria name, criteria display name, ranking criteria code, and description.</p>\n","urlObject":{"protocol":"https","path":["bw-etf-services","apis","etf","getCriteriaList"],"host":["{{api_host}}"],"query":[{"key":"locale","value":"{{language_code}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"userId","value":"{{user_id}}"},{"key":"parentUserId","value":"{{parentUserId}}"}],"variable":[]}},"response":[],"_postman_id":"9cf516a1-5527-49bb-ab46-e476a5cb62e3"},{"name":"Get ETF List","event":[{"listen":"prerequest","script":{"id":"78dedc25-46bb-4012-96b1-12e466dd54f3","exec":["pm.environment.set(\"timestamp\", new Date().getTime());"],"type":"text/javascript"}},{"listen":"test","script":{"id":"79cc880f-bce0-4241-aa18-3b88c4c961c9","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","var responseJson = JSON.parse(responseBody);\r","\r","postman.setEnvironmentVariable(\"ETF_INV_etfId-1\",responseJson.data.criteriaDetails[0].etfId);\r","postman.setEnvironmentVariable(\"ETF_INV_etfId-2\",responseJson.data.criteriaDetails[1].etfId);\r","postman.setEnvironmentVariable(\"ETF_INV_etfId-3\",responseJson.data.criteriaDetails[2].etfId);\r","\r","postman.setEnvironmentVariable(\"ETF_INV_etfName1\",responseJson.data.criteriaDetails[0].etfName);\r","postman.setEnvironmentVariable(\"ETF_INV_etfName2\",responseJson.data.criteriaDetails[1].etfName);\r","postman.setEnvironmentVariable(\"ETF_INV_etfName3\",responseJson.data.criteriaDetails[2].etfName);\r",""],"type":"text/javascript"}}],"id":"709b54aa-6532-4db3-90f0-eab885993152","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"timestamp","value":"{{timestamp}}"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"string\",\r\n    \"userId\": \"string\",\r\n    \"parentUserId\": \"string\",\r\n    \"criteriaCode\": \"string\",\r\n    \"marketCode\": \"\",\r\n    \"level1\": \"string\",\r\n    \"level2\": \"string\",\r\n    \"level3\": \"string\",\r\n    \"level4\": \"string\",\r\n    \"maxCount\": 0,\r\n    \"recordsPerPage\": 0\r\n}"},"url":"https://{{api_host}}/bw-etf-services/apis/etf/getCriteriaETFs?locale={{language_code}}&pageNo={{pageNo}}","description":"<p>This API delivers a list of ETFs based on the selected Investing Levels (see Get ETF Investing Levels) and ranking criteria (see Get ETF Criteria List).</p>\n<p>The following details must be passed in the API: investing levels (level 1 and 2 names are mandatory), criteria code, and number of records to be displayed per page. </p>\n<p>In addition, there is an option to pass:</p>\n<ul>\n<li>a max count parameter (e.g. 5 or 10), resulting in a shorter list that matches the count parameter. If the max count parameter is not selected, all ETFs will appear on the list; and</li>\n<li>level 3 and 4 names</li>\n</ul>\n<p>Details in the list of ETFs include:</p>\n<ul>\n<li>ETF name</li>\n<li>Ticker name</li>\n<li>Stock exchange code</li>\n<li>Theme code</li>\n<li>LTM returns</li>\n<li>ETF score</li>\n<li>ETF score label</li>\n<li>Criteria code</li>\n<li>Criteria name</li>\n<li>Criteria display name</li>\n<li>Criteria value </li>\n<li>Units of criteria value </li>\n<li>Criteria rank</li>\n</ul>\n","urlObject":{"protocol":"https","path":["bw-etf-services","apis","etf","getCriteriaETFs"],"host":["{{api_host}}"],"query":[{"key":"locale","value":"{{language_code}}"},{"key":"pageNo","value":"{{pageNo}}"}],"variable":[]}},"response":[],"_postman_id":"709b54aa-6532-4db3-90f0-eab885993152"},{"name":"Activate Investing Basket Monitoring","event":[{"listen":"prerequest","script":{"id":"7c552862-d2ce-40e9-8e02-37d00d57671a","exec":["pm.environment.set(\"timestamp\", new Date().getTime());"],"type":"text/javascript"}},{"listen":"test","script":{"id":"93bcd76d-be92-456e-950d-31a9b67ded4f","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript"}}],"id":"74a79fdd-a1e5-40b0-ad4f-13fa523b052c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"timestamp","value":"{{timestamp}}"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"string\",\r\n    \"userId\": \"string\",\r\n    \"parentUserId\": \"string\",\r\n    \"criteriaCode\": \"string\",\r\n    \"marketCode\": \"\",\r\n    \"level1\": \"string\",\r\n    \"level2\": \"string\",\r\n    \"level3\": \"string\",\r\n    \"level4\": \"string\",\r\n    \"etfId\": [\r\n        0\r\n    ]\r\n}"},"url":"https://{{api_host}}/bw-etf-services/apis/etf/activateInvestingMonitoring?locale={{language_code}}","description":"<p>This API enables a user to monitor selected ETFs as an investing basket.</p>\n<p>An array of ETF IDs, investing level names (levels 1-4) and criteria code needs to be passed in the API in order for the basket to be added to the user’s monitoring list.</p>\n","urlObject":{"protocol":"https","path":["bw-etf-services","apis","etf","activateInvestingMonitoring"],"host":["{{api_host}}"],"query":[{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[],"_postman_id":"74a79fdd-a1e5-40b0-ad4f-13fa523b052c"},{"name":"Get Investing Monitoring List","event":[{"listen":"prerequest","script":{"id":"10f6d5d0-5d61-47ca-995e-cf1bd5e26698","exec":["pm.environment.set(\"timestamp\", new Date().getTime());"],"type":"text/javascript"}},{"listen":"test","script":{"id":"7915f968-0d0b-4af3-9c68-f915e71dc58e","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","var responseJson = JSON.parse(responseBody);\r","\r","postman.setEnvironmentVariable(\"ETF_INV_monitoringId-1\",responseJson.data.activeMonitoring[0].monitoringId);"],"type":"text/javascript"}}],"id":"62554197-0282-410a-bcf2-55a61aff1fc8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"timestamp","value":"{{timestamp}}"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"string\",\r\n    \"userId\": \"string\",\r\n    \"parentUserId\": \"string\",\r\n    \"recordsPerPage\": 0\r\n}"},"url":"https://{{api_host}}/bw-etf-services/apis/etf/getInvestingMonitoring?pageNo={{pageNo}}&locale={{language_code}}","description":"<p>This API generates a list of all the ETF investing baskets which an End User is actively monitoring. </p>\n<p>The End User must select how many baskets are to be displayed per page. The page criteria is passed through the API and the API generates a list. </p>\n<p>The list includes details of:</p>\n<ul>\n<li>monitoring ID</li>\n<li>basket title </li>\n<li>criteria code</li>\n<li>criteria name</li>\n<li>criteria display name</li>\n<li>insight status (number of all active insights, or none)</li>\n<li>alert flag </li>\n<li>3 month back test returns</li>\n<li>monitoring since date</li>\n</ul>\n","urlObject":{"protocol":"https","path":["bw-etf-services","apis","etf","getInvestingMonitoring"],"host":["{{api_host}}"],"query":[{"key":"pageNo","value":"{{pageNo}}"},{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[],"_postman_id":"62554197-0282-410a-bcf2-55a61aff1fc8"},{"name":"Get Investing Monitoring Details","event":[{"listen":"prerequest","script":{"id":"cda46202-c2e5-40e7-906b-7eb92f8bac8f","exec":["pm.environment.set(\"timestamp\", new Date().getTime());"],"type":"text/javascript"}},{"listen":"test","script":{"id":"ce08bc78-ed91-4b0e-836a-2c7b851ccd3b","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript"}}],"id":"dc533617-12b8-4bc0-890e-8c473ab0d741","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"timestamp","value":"{{timestamp}}"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"string\",\r\n    \"userId\": \"string\",\r\n    \"parentUserId\": \"string\",\r\n    \"monitoringId\": 0\r\n}"},"url":"https://{{api_host}}/bw-etf-services/apis/etf/getInvestingMonitoringDetails?locale={{language_code}}","description":"<p>This API delivers details of a particular ETF investing basket which an End User is monitoring. </p>\n<p>The Monitoring ID needs to be passed in the API in order for details of the basket to be displayed.</p>\n<p>This API delivers 3 sets of information:</p>\n<ul>\n<li>Monitored ETFs</li>\n<li>Existing ETFs below criteria</li>\n<li>New ETFs meeting criteria</li>\n</ul>\n<p>First, Monitored ETFs delivers details of all the ETFs which an End User is monitoring within an investing basket. </p>\n<p>Second, Existing ETFs below criteria delivers details of ETFs in an End User’s basket which have fallen below the selected ranking criteria (see Activate Investing Basket Monitoring API).  </p>\n<p>Details for Monitored ETS and Existing ETFs include: </p>\n<ul>\n<li>ETF name</li>\n<li>Ticker name</li>\n<li>Monitoring ID</li>\n<li>Basket title </li>\n<li>Stock exchange code </li>\n<li>Monitoring since date</li>\n<li>Returns </li>\n<li>LTM returns</li>\n<li>ETF score </li>\n<li>ETF score label</li>\n<li>Criteria code</li>\n<li>Criteria name</li>\n<li>Criteria display name</li>\n<li>Criteria value </li>\n<li>Units of criteria value </li>\n<li>Criteria rank</li>\n</ul>\n<p>Third, New ETFs meeting criteria delivers details of new ETFs which meet the ranking criteria but which an End User is not yet monitoring. Our predictive algorithm identifies the new ETFs. Details include: </p>\n<ul>\n<li>ETF name</li>\n<li>Ticker name</li>\n<li>Monitoring ID</li>\n<li>Basket title </li>\n<li>Stock exchange code </li>\n<li>LTM returns</li>\n<li>ETF score </li>\n<li>ETF score label</li>\n<li>Criteria code</li>\n<li>Criteria name</li>\n<li>Criteria display name</li>\n<li>Criteria value </li>\n<li>Units of criteria value </li>\n<li>Criteria rank</li>\n</ul>\n<p>In addition to the 3 main sets of information delivered by this API, the API also generates:</p>\n<ul>\n<li>Monitoring ID</li>\n<li>Basket title </li>\n<li>No existing ETFs below criteria message (set to none if there are none)</li>\n<li>No new ETFs meeting criteria message (set to none if there are none)</li>\n</ul>\n","urlObject":{"protocol":"https","path":["bw-etf-services","apis","etf","getInvestingMonitoringDetails"],"host":["{{api_host}}"],"query":[{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[],"_postman_id":"dc533617-12b8-4bc0-890e-8c473ab0d741"},{"name":"Add ETF to Basket","event":[{"listen":"prerequest","script":{"id":"a5ddf5c3-05a7-4f75-b409-64cd82a6263f","exec":["pm.environment.set(\"timestamp\", new Date().getTime());"],"type":"text/javascript"}},{"listen":"test","script":{"id":"b41e0e18-d591-4634-b63e-77a4e8c6c18c","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript"}}],"id":"56c019d3-be8d-4564-b54b-4f032b90250f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"timestamp","value":"{{timestamp}}"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"string\",\r\n    \"userId\": \"string\",\r\n    \"parentUserId\": \"string\",\r\n    \"monitoringId\": 0,\r\n    \"etfId\": 0\r\n}"},"url":"https://{{api_host}}/bw-etf-services/apis/etf/investingAddETF?locale={{language_code}}","description":"<p>This API enables a new ETF to be added to an investing basket which an End User is currently monitoring. The ETF must belong to the same investing labels in order for it to be added to the basket.</p>\n<p>The ETF ID and Monitoring ID needs to be passed in the API in order for the new ETF to be added to the basket.</p>\n","urlObject":{"protocol":"https","path":["bw-etf-services","apis","etf","investingAddETF"],"host":["{{api_host}}"],"query":[{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[],"_postman_id":"56c019d3-be8d-4564-b54b-4f032b90250f"},{"name":"Remove ETF from Basket","event":[{"listen":"prerequest","script":{"id":"6bead8c9-d7f1-44be-9fe4-ac2108ac3706","exec":["pm.environment.set(\"timestamp\", new Date().getTime());"],"type":"text/javascript"}},{"listen":"test","script":{"id":"1ed46084-ab93-4712-9940-7c2c22e99e38","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript"}}],"id":"eb4cf826-d89b-4820-922a-f20a1a918b4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"timestamp","value":"{{timestamp}}"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"string\",\r\n    \"userId\": \"string\",\r\n    \"parentUserId\": \"string\",\r\n    \"monitoringId\": 0,\r\n    \"etfId\": 0\r\n}"},"url":"https://{{api_host}}/bw-etf-services/apis/etf/investingRemoveETF?locale={{language_code}}","description":"<p>This API enables a monitored ETF to be removed from an investing basket.</p>\n<p>The ETF ID and Monitoring ID needs to be passed in the API in order for the ETF to be removed from the basket.</p>\n","urlObject":{"protocol":"https","path":["bw-etf-services","apis","etf","investingRemoveETF"],"host":["{{api_host}}"],"query":[{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[],"_postman_id":"eb4cf826-d89b-4820-922a-f20a1a918b4d"},{"name":"Delete suggested ETF","event":[{"listen":"prerequest","script":{"id":"59fd3be4-0ff7-4963-a1f4-6a711bbfccd2","exec":["pm.environment.set(\"timestamp\", new Date().getTime());"],"type":"text/javascript"}},{"listen":"test","script":{"id":"f0ccce07-97a8-4280-b866-32e876eb5cd6","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript"}}],"id":"66b1cbf7-cc96-4f34-aa98-0ef2c106414d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"timestamp","value":"{{timestamp}}"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"string\",\r\n    \"userId\": \"string\",\r\n    \"parentUserId\": \"string\",\r\n    \"monitoringId\": 0,\r\n    \"etfId\": 0\r\n}"},"url":"https://{{api_host}}/bw-etf-services/apis/etf/investingDeleteSuggestedEtf?locale={{language_code}}","description":"<p>In the Get Investing Monitoring Details API, new ETFs meeting criteria for the investing basket are suggested to the End User. </p>\n<p>This API enables an End User to delete an AI suggested ETF from an investing basket. If an ETF is deleted, the ETF will not appear on the End User’s suggested ETF list for the following 90 days.</p>\n","urlObject":{"protocol":"https","path":["bw-etf-services","apis","etf","investingDeleteSuggestedEtf"],"host":["{{api_host}}"],"query":[{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[],"_postman_id":"66b1cbf7-cc96-4f34-aa98-0ef2c106414d"},{"name":"Deactivate Investing Basket Monitoring","event":[{"listen":"prerequest","script":{"id":"cb40b709-d59d-4f32-9fcc-e9909a9151dc","exec":["pm.environment.set(\"timestamp\", new Date().getTime());"],"type":"text/javascript"}},{"listen":"test","script":{"id":"c476dd60-8765-4438-a748-a21fc50ab668","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}}],"id":"032921a9-16ac-4875-8571-687d938a00cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"timestamp","value":"{{timestamp}}"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"string\",\r\n    \"userId\": \"string\",\r\n    \"parentUserId\": \"string\",\r\n    \"monitoringId\": 0\r\n}"},"url":"https://{{api_host}}/bw-etf-services/apis/etf/deActivateInvestingMonitoring?locale={{language_code}}","description":"<p>This API enables an End User to stop monitoring an ETF investing basket. This will deactivate the investing basket and all ETFs within the basket will no longer be monitored.  </p>\n<p>The Monitoring ID needs to be passed through the API in order to deactivate the ETF investing basket.</p>\n","urlObject":{"protocol":"https","path":["bw-etf-services","apis","etf","deActivateInvestingMonitoring"],"host":["{{api_host}}"],"query":[{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[],"_postman_id":"032921a9-16ac-4875-8571-687d938a00cf"}],"id":"cb1d2992-1269-4027-bafd-dc3b19f000a2","description":"<p>This module guides a user through steps to invest in ETFs. Even though the ETF universe is for UK and US ETFs, users can get exposure to many markets, sectors, industries and asset classes.</p>\n","_postman_id":"cb1d2992-1269-4027-bafd-dc3b19f000a2"},{"name":"New Age Theme","item":[{"name":"Equities","item":[{"name":"Theme List","event":[{"listen":"prerequest","script":{"id":"5ae483e0-8a1c-49e8-a61a-3a4e7f697631","exec":["pm.environment.set(\"timestamp\", new Date().getTime());"],"type":"text/javascript"}},{"listen":"test","script":{"id":"3b61a6c6-0b9d-41ec-a9bb-1ab8397d8373","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","var responseJson = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"EQT_themeCode\",responseJson.data[2].themeCode);\r","\r",""],"type":"text/javascript"}}],"id":"666c79af-51b8-4071-a8ab-1b9c71930212","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"timestamp","value":"{{timestamp}}"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{api_host}}/bw-equity-services/apis/equity/getThemeList?clientId={{client_id}}&userId={{user_id}}&locale={{language_code}}","description":"<p>This API delivers a list of all the pre-curated themes. </p>\n<p>The list delivered by the API includes the theme name, theme title, theme code, number of stocks and ETFs within a theme, and description.</p>\n","urlObject":{"protocol":"https","path":["bw-equity-services","apis","equity","getThemeList"],"host":["{{api_host}}"],"query":[{"key":"clientId","value":"{{client_id}}"},{"key":"userId","value":"{{user_id}}"},{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[],"_postman_id":"666c79af-51b8-4071-a8ab-1b9c71930212"},{"name":"Theme Criteria List","event":[{"listen":"prerequest","script":{"id":"292fa21e-59d2-4f79-a6f2-163610b069ac","exec":["pm.environment.set(\"timestamp\", new Date().getTime());"],"type":"text/javascript"}},{"listen":"test","script":{"id":"745df39f-a8ae-44f6-bdfa-9bc04d520428","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","var responseJson = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"EQT_criteriaCode\",responseJson.data[1].criteriaCode);"],"type":"text/javascript"}}],"id":"ff4136b0-a994-480f-92e4-5f25a787e2f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"timestamp","value":"{{timestamp}}"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{api_host}}/bw-equity-services/apis/equity/getThematicCriteriaList?clientId={{client_id}}&userId={{user_id}}&locale={{language_code}}","description":"<p>This API delivers a list of ranking criteria. The ranking criteria enables an End User to sort the stocks within a theme. </p>\n<p>The list delivered by the API includes the criteria name, criteria display name, ranking criteria code, and description.</p>\n","urlObject":{"protocol":"https","path":["bw-equity-services","apis","equity","getThematicCriteriaList"],"host":["{{api_host}}"],"query":[{"key":"clientId","value":"{{client_id}}"},{"key":"userId","value":"{{user_id}}"},{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[],"_postman_id":"ff4136b0-a994-480f-92e4-5f25a787e2f8"},{"name":"Get Theme Stocks","event":[{"listen":"prerequest","script":{"id":"cf2d2f77-f6b6-4a8f-81a4-1d270bc4a301","exec":["pm.environment.set(\"timestamp\", new Date().getTime());"],"type":"text/javascript"}},{"listen":"test","script":{"id":"19faa047-a0bb-47bb-baa3-85fe56bf3f66","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","var responseJson = JSON.parse(responseBody);\r","\r","postman.setEnvironmentVariable(\"EQT_companyId-1\",responseJson.data.companyDetails[0].companyId);\r","postman.setEnvironmentVariable(\"EQT_companyId-2\",responseJson.data.companyDetails[1].companyId);\r","postman.setEnvironmentVariable(\"EQT_companyId-3\",responseJson.data.companyDetails[2].companyId);\r","postman.setEnvironmentVariable(\"EQT_companyName1\",responseJson.data.companyDetails[0].companyName);\r","postman.setEnvironmentVariable(\"EQT_companyName2\",responseJson.data.companyDetails[1].companyName);\r","postman.setEnvironmentVariable(\"EQT_companyName3\",responseJson.data.companyDetails[3].companyName);\r",""],"type":"text/javascript"}}],"id":"de1be8a4-d0ad-4c2e-85c2-0a1ae43be19f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"timestamp","value":"{{timestamp}}"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"string\",\r\n    \"userId\": \"string\",\r\n    \"parentUserId\": \"string\",\r\n    \"themeCode\": \"string\",\r\n    \"criteriaCode\": \"string\",\r\n    \"maxCount\": 0,\r\n    \"recordsPerPage\": 0\r\n}"},"url":"https://{{api_host}}/bw-equity-services/apis/equity/getThematicCompanyList?pageNo={{pageNo}}&locale={{language_code}}","description":"<p>This API delivers a list of stocks within a theme (see Theme List API) and for the selected criteria (see Theme Criteria List API). </p>\n<p>The following details must be passed in the API: theme code, ranking criteria code and number of records to be displayed per page. </p>\n<p>In addition, there is an option to pass a max count parameter (e.g. 5 or 10), resulting in a shorter list that matches the count parameter. If the max count parameter is not selected, all stocks of the selected theme and ranking criteria will appear on the list. </p>\n<p>Details in the list include:</p>\n<ul>\n<li>Stock name</li>\n<li>Ticker name</li>\n<li>Stock exchange code</li>\n<li>Score name</li>\n<li>Score value </li>\n<li>Theme code</li>\n<li>Ranking criteria code</li>\n<li>Criteria name</li>\n<li>Criteria display name</li>\n<li>Criteria rank</li>\n</ul>\n","urlObject":{"protocol":"https","path":["bw-equity-services","apis","equity","getThematicCompanyList"],"host":["{{api_host}}"],"query":[{"key":"pageNo","value":"{{pageNo}}"},{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[],"_postman_id":"de1be8a4-d0ad-4c2e-85c2-0a1ae43be19f"},{"name":"Basket Backtest","event":[{"listen":"prerequest","script":{"id":"7fe9104b-01c0-4ca0-b2ca-0767ecf99993","exec":["pm.environment.set(\"timestamp\", new Date().getTime());"],"type":"text/javascript"}},{"listen":"test","script":{"id":"c805aa56-3134-41a8-9075-91622471d5ee","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}}],"id":"edf0202d-1142-4c63-9272-1db5eaa7857b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"timestamp","value":"{{timestamp}}"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"string\",\r\n    \"userId\": \"string\",\r\n    \"parentUserId\": \"string\",\r\n    \"companyId\": [\r\n        0\r\n    ],\r\n    \"clientCompanyId\": [\r\n        \"string\"\r\n    ]\r\n}"},"url":"https://{{api_host}}/bw-equity-services/apis/equity/stockBacktest?locale={{language_code}}","description":"<p>The stocks selected in the Get Theme Stocks API are passed into this API in order to deliver back testing results. </p>\n<p>The following details must be passed in the API: the array of Company IDs or Client Company IDs.</p>\n<p>Back testing results are delivered for 1 year, 6 months and 3 months. For each of these back testing periods, the following information is displayed:</p>\n<ul>\n<li>performance graph data </li>\n<li>return for the basket of stocks</li>\n<li>index return</li>\n</ul>\n<p>If there is insufficient data available for a particular stock in a back testing period, the API will capture data for the period(s) which are available.</p>\n","urlObject":{"protocol":"https","path":["bw-equity-services","apis","equity","stockBacktest"],"host":["{{api_host}}"],"query":[{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[],"_postman_id":"edf0202d-1142-4c63-9272-1db5eaa7857b"},{"name":"Activate Theme Basket Monitoring","event":[{"listen":"prerequest","script":{"id":"200c533a-8a25-4e2c-94c1-d8bd63975cdd","exec":["pm.environment.set(\"timestamp\", new Date().getTime());"],"type":"text/javascript"}},{"listen":"test","script":{"id":"bca99f16-8a61-48ec-9215-6b39d69a331f","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript"}}],"id":"168094e9-037b-4258-903e-8ee8f9e5862d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"timestamp","value":"{{timestamp}}"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"string\",\r\n    \"userId\": \"string\",\r\n    \"parentUserId\": \"string\",\r\n    \"companyId\": [\r\n        0\r\n    ],\r\n    \"clientCompanyId\": [\r\n        \"string\"\r\n    ],\r\n    \"themeCode\": \"string\",\r\n    \"criteriaCode\": \"string\"\r\n}"},"url":"https://{{api_host}}/bw-equity-services/apis/equity/activateThemeMonitoring?locale={{language_code}}","description":"<p>This API enables a user to monitor a particular theme basket of selected stocks.</p>\n<p>An array of Company IDs or Client Company IDs need to be passed, along with ranking criteria code and theme code, in the API in order for the basket to be added to the user’s monitoring list.</p>\n","urlObject":{"protocol":"https","path":["bw-equity-services","apis","equity","activateThemeMonitoring"],"host":["{{api_host}}"],"query":[{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[],"_postman_id":"168094e9-037b-4258-903e-8ee8f9e5862d"},{"name":"Get Theme Monitoring List","event":[{"listen":"prerequest","script":{"id":"270f3853-4776-4f5c-bcd5-2129d25481f1","exec":["pm.environment.set(\"timestamp\", new Date().getTime());"],"type":"text/javascript"}},{"listen":"test","script":{"id":"ebf75d5a-af11-46a1-b950-c8537950d183","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","var responseJson = JSON.parse(responseBody);\r","\r","postman.setEnvironmentVariable(\"EQT_monitoringId-1\",responseJson.data.activeMonitoringDtls[0].monitoringId);"],"type":"text/javascript"}}],"id":"0f1b1958-5d16-465f-9787-1ea5175fe75d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"{{BW_CLIENT_USER_ACCESS-TOKEN}}"}],"advancedConfig":[{"key":"headerPrefix","value":"<header-prefix>"}]},"isInherited":false},"method":"POST","header":[{"key":"timestamp","value":"{{timestamp}}"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"string\",\r\n    \"userId\": \"string\",\r\n    \"parentUserId\": \"string\",\r\n    \"recordsPerPage\": 0\r\n}"},"url":"https://{{api_host}}/bw-equity-services/apis/equity/getThematicMonitoring?locale={{language_code}}&pageNo={{pageNo}}","description":"<p>This API generates a list of all the equity theme baskets which an End User is monitoring. </p>\n<p>The End User must select how many baskets are to be displayed per page. The page criteria is passed through the API and the API generates a list. </p>\n<p>The list includes details of:</p>\n<ul>\n<li>monitoring ID</li>\n<li>basket title </li>\n<li>theme code</li>\n<li>theme name</li>\n<li>ranking criteria code</li>\n<li>criteria name</li>\n<li>criteria display name</li>\n<li>insight status (number of all active insights, or none)</li>\n<li>alert flag </li>\n<li>3 month back test returns</li>\n<li>monitoring since date</li>\n</ul>\n","urlObject":{"protocol":"https","path":["bw-equity-services","apis","equity","getThematicMonitoring"],"host":["{{api_host}}"],"query":[{"key":"locale","value":"{{language_code}}"},{"key":"pageNo","value":"{{pageNo}}"}],"variable":[]}},"response":[],"_postman_id":"0f1b1958-5d16-465f-9787-1ea5175fe75d"},{"name":"Get Theme Monitoring Details","event":[{"listen":"prerequest","script":{"id":"e75b5286-d8ef-4cf2-b8ac-6131e0781bcb","exec":["pm.environment.set(\"timestamp\", new Date().getTime());"],"type":"text/javascript"}},{"listen":"test","script":{"id":"8426db9e-3112-4555-9a87-762148a8d3c2","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","// postman.setEnvironmentVariable(\"EQT_stocksMeetsCriteria-1\",responseJson.data.stocksMeetsCriteria[0].companyId);\r","\r","// var responseJson = JSON.parse(responseBody);\r","\r","// if(Object.keys(responseJson.data.stocksMeetsCriteria[0]).length>0)\r","// {\r","// postman.setEnvironmentVariable(\"EQT_stocksMeetsCriteria-1\",responseJson.data.stocksMeetsCriteria[0].companyId);\r","// }\r","// if(Object.keys(responseJson.data.stocksBelowCriteria[0]).length>0)\r","// {\r","// postman.setEnvironmentVariable(\"EQT_stocksBelowCriteria-1\",responseJson.data.stocksBelowCriteria[0].companyId);\r","// }"],"type":"text/javascript"}}],"id":"f6ed4a54-93c6-4bad-a9d9-ecf6a97a31cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"timestamp","value":"{{timestamp}}"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"string\",\r\n    \"userId\": \"string\",\r\n    \"parentUserId\": \"string\",\r\n    \"monitoringId\": 0\r\n}"},"url":"https://{{api_host}}/bw-equity-services/apis/equity/getThematicMonitoringDetails?locale={{language_code}}","description":"<p>This API delivers details of a particular equity theme basket which an End User is monitoring. </p>\n<p>The Monitoring ID needs to be passed in the API in order for details of the basket to be displayed.</p>\n<p>This API delivers 3 sets of information:</p>\n<ul>\n<li>Monitored stocks</li>\n<li>Existing stocks below criteria</li>\n<li>New stocks meeting criteria</li>\n</ul>\n<p>First, Monitored stocks delivers details of all the stocks which an End User is monitoring within a theme basket. </p>\n<p>Second, Existing stocks below criteria delivers details of stocks in an End User’s basket which have fallen below the selected ranking criteria (see Activate Theme Basket Monitoring API).  </p>\n<p>Details for Monitored stocks and Existing stocks include: </p>\n<ul>\n<li>Stock name</li>\n<li>Ticker name</li>\n<li>Stock exchange code </li>\n<li>Monitoring since date</li>\n<li>Returns </li>\n<li>Ranking criteria code</li>\n<li>Criteria name</li>\n<li>Criteria display name</li>\n<li>Criteria rank</li>\n<li>Score name</li>\n<li>Score value</li>\n</ul>\n<p>Third, New stocks meeting criteria delivers details of new stocks within a theme basket which meet the ranking criteria but which an End User is not yet monitoring. Our predictive algorithm identifies the new stocks. Details include: </p>\n<ul>\n<li>Stock name</li>\n<li>Ticker name</li>\n<li>Stock exchange code </li>\n<li>Ranking criteria code</li>\n<li>Criteria name</li>\n<li>Criteria display name</li>\n<li>Criteria rank</li>\n<li>Score name</li>\n<li>Score value</li>\n</ul>\n<p>In addition to the 3 main sets of information delivered by this API, the API also generates:</p>\n<ul>\n<li>Monitoring ID</li>\n<li>Basket title </li>\n<li>No existing stocks below criteria message (set to none if there are none)</li>\n<li>No new stocks meeting criteria message (set to none if there are none)</li>\n</ul>\n","urlObject":{"protocol":"https","path":["bw-equity-services","apis","equity","getThematicMonitoringDetails"],"host":["{{api_host}}"],"query":[{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[],"_postman_id":"f6ed4a54-93c6-4bad-a9d9-ecf6a97a31cc"},{"name":"Add Stock to Basket","event":[{"listen":"prerequest","script":{"id":"42fea6bd-5e91-4898-9eec-8a352013cb00","exec":["pm.environment.set(\"timestamp\", new Date().getTime());"],"type":"text/javascript"}},{"listen":"test","script":{"id":"7be9fb81-206c-42d5-92d8-2c3e12b97d0a","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}}],"id":"1bfae022-376a-4a37-b0b9-062afea50848","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"timestamp","value":"{{timestamp}}"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"string\",\r\n    \"userId\": \"string\",\r\n    \"parentUserId\": \"string\",\r\n    \"monitoringId\": 0,\r\n    \"companyId\": 0,\r\n    \"clientCompanyId\": \"string\"\r\n}"},"url":"https://{{api_host}}/bw-equity-services/apis/equity/themeAddStock?locale={{language_code}}","description":"<p>This API enables a new stock to be added to a theme basket which an End User is currently monitoring. The stock must belong to the same theme in order for it to be added to the basket.</p>\n<p>The Company ID/Client Company ID and Monitoring ID needs to be passed in the API in order for the new stock to be added to the basket.</p>\n","urlObject":{"protocol":"https","path":["bw-equity-services","apis","equity","themeAddStock"],"host":["{{api_host}}"],"query":[{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[],"_postman_id":"1bfae022-376a-4a37-b0b9-062afea50848"},{"name":"Remove Stock from Basket","event":[{"listen":"prerequest","script":{"id":"60c26b44-b075-4a13-bf35-0939975f8628","exec":["pm.environment.set(\"timestamp\", new Date().getTime());"],"type":"text/javascript"}},{"listen":"test","script":{"id":"bfcacd80-274b-4723-a252-f2d2ed324bd6","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}}],"id":"3701a410-e0f3-408d-b2b4-6829d86a32a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"timestamp","value":"{{timestamp}}"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"string\",\r\n    \"userId\": \"string\",\r\n    \"parentUserId\": \"string\",\r\n    \"monitoringId\": 0,\r\n    \"companyId\": 0,\r\n    \"clientCompanyId\": \"string\"\r\n}"},"url":"https://{{api_host}}/bw-equity-services/apis/equity/themeRemoveStock?locale={{language_code}}","description":"<p>This API enables a monitored stock to be removed from a theme basket.</p>\n<p>The Company ID/Client Company ID and Monitoring ID needs to be passed in the API in order for the stock to be removed from the basket.</p>\n","urlObject":{"protocol":"https","path":["bw-equity-services","apis","equity","themeRemoveStock"],"host":["{{api_host}}"],"query":[{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[],"_postman_id":"3701a410-e0f3-408d-b2b4-6829d86a32a8"},{"name":"Delete Suggested Stock","event":[{"listen":"prerequest","script":{"id":"6322ea0b-86b0-4dd4-ba18-6af2e4b3ac91","exec":["pm.environment.set(\"timestamp\", new Date().getTime());"],"type":"text/javascript"}},{"listen":"test","script":{"id":"8c8e7b16-0bc3-4839-b2f1-f42de4fedf8b","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript"}}],"id":"02afccb5-041b-4b94-be66-75f358f66cdb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"timestamp","value":"{{timestamp}}"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"string\",\r\n    \"userId\": \"string\",\r\n    \"parentUserId\": \"string\",\r\n    \"monitoringId\": 0,\r\n    \"companyId\": 0,\r\n    \"clientCompanyId\": \"string\"\r\n}"},"url":"https://{{api_host}}/bw-equity-services/apis/equity/themeDeleteSuggestedStock?locale={{language_code}}","description":"<p>In the Get Theme Monitoring Details API, new stocks meeting criteria for the theme basket are suggested to the End User. </p>\n<p>This API enables an End User to delete an AI suggested stock from a theme basket. If a stock is deleted, the stock will not appear on the End User’s suggested stock list for the following 90 days.</p>\n","urlObject":{"protocol":"https","path":["bw-equity-services","apis","equity","themeDeleteSuggestedStock"],"host":["{{api_host}}"],"query":[{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[],"_postman_id":"02afccb5-041b-4b94-be66-75f358f66cdb"},{"name":"Get Theme Monitoring Live Insights","event":[{"listen":"prerequest","script":{"id":"34738a8c-a318-461b-9879-d58570377636","exec":["pm.environment.set(\"timestamp\", new Date().getTime());"],"type":"text/javascript"}},{"listen":"test","script":{"id":"ff0c05d7-f4f0-4313-9b49-d2bf0dfbaafe","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}}],"id":"7b56ef9c-6032-448a-a624-82d1b9f0c036","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"timestamp","value":"{{timestamp}}"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"string\",\r\n    \"userId\": \"string\",\r\n    \"parentUserId\": \"string\",\r\n    \"monitoringId\": 0\r\n}"},"url":"https://{{api_host}}/bw-equity-services/apis/equity/themeMonitoringLiveInsights?locale={{language_code}}","description":"<p>This API displays summary information of stocks within a theme basket which currently have live insights. </p>\n<p>The Monitoring ID needs to be passed through the API in order for the summary information of live insights to be displayed.</p>\n<p>Live insights for the following AI modules are displayed: </p>\n<ul>\n<li>Value investing</li>\n<li>Alpha 3:30</li>\n<li>Quarterly results (expected and declared)</li>\n<li>Swing</li>\n</ul>\n<p>Summary information includes:</p>\n<ul>\n<li>Insight title </li>\n<li>Insight type </li>\n<li>Ticker name</li>\n<li>Stock name</li>\n<li>Stock exchange code</li>\n<li>Insight date</li>\n<li>Returns</li>\n</ul>\n","urlObject":{"protocol":"https","path":["bw-equity-services","apis","equity","themeMonitoringLiveInsights"],"host":["{{api_host}}"],"query":[{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[],"_postman_id":"7b56ef9c-6032-448a-a624-82d1b9f0c036"},{"name":"Get Theme Monitoring Past Insights","event":[{"listen":"prerequest","script":{"id":"c489aa23-44eb-4d45-9168-61fa6d806fc3","exec":["pm.environment.set(\"timestamp\", new Date().getTime());"],"type":"text/javascript"}},{"listen":"test","script":{"id":"09b326f4-dc5f-4193-b803-4a200c30ce29","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}}],"id":"309e1a95-c4fe-4bf7-a3c5-d548ce10e0ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"timestamp","value":"{{timestamp}}"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"string\",\r\n    \"userId\": \"string\",\r\n    \"parentUserId\": \"string\",\r\n    \"monitoringId\": 0\r\n}"},"url":"https://{{api_host}}/bw-equity-services/apis/equity/themeMonitoringPastInsights?locale={{language_code}}","description":"<p>This API displays summary information of stocks within a theme basket which have past insights. </p>\n<p>The Monitoring ID needs to be passed through the API in order for the summary information of past insights to be displayed.</p>\n<p>Past insights for the following AI modules are displayed: </p>\n<ul>\n<li>Value investing</li>\n<li>Alpha 3:30</li>\n<li>Quarterly results (declared)</li>\n<li>Swing</li>\n</ul>\n<p>Summary information includes:</p>\n<ul>\n<li>Insight title </li>\n<li>Insight type </li>\n<li>Ticker name</li>\n<li>Stock name</li>\n<li>Stock exchange code</li>\n<li>Insight date</li>\n<li>Returns</li>\n</ul>\n","urlObject":{"protocol":"https","path":["bw-equity-services","apis","equity","themeMonitoringPastInsights"],"host":["{{api_host}}"],"query":[{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[],"_postman_id":"309e1a95-c4fe-4bf7-a3c5-d548ce10e0ec"},{"name":"Deactivate Theme Basket Monitoring","event":[{"listen":"prerequest","script":{"id":"c1f5244c-9a70-4771-b783-5e5ec6977461","exec":["pm.environment.set(\"timestamp\", new Date().getTime());"],"type":"text/javascript"}},{"listen":"test","script":{"id":"3c405444-9d26-4f80-8264-5a32a98ea5b3","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}}],"id":"89bc182c-80f3-4e41-81cc-a4bcbcbf19fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"timestamp","value":"{{timestamp}}"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"string\",\r\n    \"userId\": \"string\",\r\n    \"parentUserId\": \"string\",\r\n    \"monitoringId\": 0\r\n}"},"url":"https://{{api_host}}/bw-equity-services/apis/equity/deActivateThemeMonitoring?locale={{language_code}}","description":"<p>This API enables an End User to stop monitoring an equity theme basket. This will deactivate the theme basket and all stocks within the basket will no longer be monitored. </p>\n<p>The Monitoring ID needs to be passed through the API in order to deactivate the theme basket.</p>\n","urlObject":{"protocol":"https","path":["bw-equity-services","apis","equity","deActivateThemeMonitoring"],"host":["{{api_host}}"],"query":[{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[],"_postman_id":"89bc182c-80f3-4e41-81cc-a4bcbcbf19fd"}],"id":"82dbd269-3197-42d5-83f5-03d33bfcd513","description":"<p>This module creates an equity portfolio or basket based around a theme. There are 16 pre-curated themes such as blockchain, clean energy, Covid vaccine, telemedicine and digital payments.</p>\n<p>Baskets are personalised to each user based on their selection of theme, number of stocks and ranking criteria. The ranking criteria are: consensus view, earnings upgrades, forward valuations, LTM returns, predictive performance, size and valuation.</p>\n<p>Baskets can be back-tested to see historic performance (1 year, 6 months or 3 months) against the index. </p>\n<p>The AI monitors the basket and provides re-balancing updates.</p>\n","_postman_id":"82dbd269-3197-42d5-83f5-03d33bfcd513"},{"name":"ETFs","item":[{"name":"ETF Theme List","event":[{"listen":"prerequest","script":{"id":"e9470e81-ee55-4e58-808e-26fe121292cd","exec":["pm.environment.set(\"timestamp\", new Date().getTime());"],"type":"text/javascript"}},{"listen":"test","script":{"id":"37cae2ac-ba62-4dc7-bd8a-a49ce3d1bbc6","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","var schema = {\r","    \"data\": [\r","        {\r","           \"themeName\": String,\r","           \"themeTitle\": String,\r","           \"themeCode\": String,\r","           \"etfCount\": Number,\r","           \"description\": String       \r","        }\r","    ],\r","    \"errorCode\": null,\r","    \"statusCode\": Number,\r","    \"statusMsg\": String,\r","    \"message\": String,\r","    \"datetime\": String,\r","    \"timestamp\": Number,\r","    \"success\": Boolean\r","}\r","\r","var responseJson = JSON.parse(responseBody);\r","\r","pm.test('Schema is valid', function () {\r","    pm.expect(tv4.validate(responseJson, schema)).to.be.true;\r","});"],"type":"text/javascript"}}],"id":"50bf5c66-b8f2-42f1-b820-ceed710826f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"timestamp","value":"{{timestamp}}"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{api_host}}/bw-etf-services/apis/etf/getThemeList?clientId={{client_id}}&userId={{user_id}}&locale={{language_code}}","description":"<p>This API delivers a list of all the pre-curated themes. </p>\n<p>The list delivered by the API includes the theme name, theme title, theme code, number of ETFs within a theme, and description.</p>\n","urlObject":{"protocol":"https","path":["bw-etf-services","apis","etf","getThemeList"],"host":["{{api_host}}"],"query":[{"key":"clientId","value":"{{client_id}}"},{"key":"userId","value":"{{user_id}}"},{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[],"_postman_id":"50bf5c66-b8f2-42f1-b820-ceed710826f0"},{"name":"Get Theme ETFs","event":[{"listen":"prerequest","script":{"id":"90e31457-84af-4728-a405-f77ce10a984c","exec":["pm.environment.set(\"timestamp\", new Date().getTime());"],"type":"text/javascript"}},{"listen":"test","script":{"id":"558c8687-0367-4037-bc78-abf4078803b0","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","var responseJson = JSON.parse(responseBody);\r","\r","postman.setEnvironmentVariable(\"ETF_etfId-1\",responseJson.data.etfDetails[0].etfId);\r","postman.setEnvironmentVariable(\"ETF_etfId-2\",responseJson.data.etfDetails[1].etfId);\r","postman.setEnvironmentVariable(\"ETF_etfId-3\",responseJson.data.etfDetails[2].etfId);\r","\r","postman.setEnvironmentVariable(\"ETF_etfName1\",responseJson.data.etfDetails[0].etfName);\r","postman.setEnvironmentVariable(\"ETF_etfName2\",responseJson.data.etfDetails[1].etfName);\r","postman.setEnvironmentVariable(\"ETF_etfName3\",responseJson.data.etfDetails[2].etfName);\r","\r","postman.setEnvironmentVariable(\"ETF_etfId_ticker-1\",responseJson.data.etfDetails[0].tickerName);\r","postman.setEnvironmentVariable(\"ETF_etfId_ticker-2\",responseJson.data.etfDetails[1].tickerName);\r","postman.setEnvironmentVariable(\"ETF_etfId_ticker-3\",responseJson.data.etfDetails[2].tickerName);"],"type":"text/javascript"}}],"id":"d62f2d25-2ca5-494e-9369-67d069f817ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"timestamp","value":"{{timestamp}}"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"string\",\r\n    \"userId\": \"string\",\r\n    \"parentUserId\": \"string\",\r\n    \"themeCode\": \"string\",\r\n    \"maxCount\": 0,\r\n    \"recordsPerPage\": 0\r\n}"},"url":"https://{{api_host}}/bw-etf-services/apis/etf/getThematicETFs?pageNo={{pageNo}}&locale={{language_code}}","description":"<p>This API delivers a list of ETFs within a theme (see ETF Theme List API).</p>\n<p>The following details must be passed in the API: theme code and number of records to be displayed per page. </p>\n<p>In addition, there is an option to pass a max count parameter (e.g. 5 or 10), resulting in a shorter list that matches the count parameter. If the max count parameter is not selected, all ETFs of the selected theme will appear on the list. </p>\n<p>Details in the list include:</p>\n<ul>\n<li>ETF name</li>\n<li>Ticker name</li>\n<li>Stock exchange code</li>\n<li>Theme code</li>\n<li>LTM returns</li>\n<li>ETF score</li>\n<li>ETF score label</li>\n</ul>\n","urlObject":{"protocol":"https","path":["bw-etf-services","apis","etf","getThematicETFs"],"host":["{{api_host}}"],"query":[{"key":"pageNo","value":"{{pageNo}}"},{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[],"_postman_id":"d62f2d25-2ca5-494e-9369-67d069f817ab"},{"name":"Activate Theme Basket Monitoring","event":[{"listen":"prerequest","script":{"id":"c137dae6-fe25-4451-a472-85a556105ebd","exec":["pm.environment.set(\"timestamp\", new Date().getTime());"],"type":"text/javascript"}},{"listen":"test","script":{"id":"bc43d07b-26ab-4d0c-91e5-fb7893e9eb84","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript"}}],"id":"7bd21332-c3f1-4355-b5a6-69b0ea0890f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"timestamp","value":"{{timestamp}}"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"string\",\r\n    \"userId\": \"string\",\r\n    \"parentUserId\": \"string\",\r\n    \"themeCode\": \"string\",\r\n    \"etfId\": [\r\n        0\r\n    ]\r\n}"},"url":"https://{{api_host}}/bw-etf-services/apis/etf/activateThemeMonitoring?pageNo={{pageNo}}&locale={{language_code}}","description":"<p>This API enables a user to monitor a particular theme basket of selected ETFs.</p>\n<p>An array of ETF IDs and the theme code needs to be passed in the API in order for the basket to be added to the user’s monitoring list.</p>\n","urlObject":{"protocol":"https","path":["bw-etf-services","apis","etf","activateThemeMonitoring"],"host":["{{api_host}}"],"query":[{"key":"pageNo","value":"{{pageNo}}"},{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[],"_postman_id":"7bd21332-c3f1-4355-b5a6-69b0ea0890f0"},{"name":"Get Theme Monitoring List","event":[{"listen":"prerequest","script":{"id":"f2f77627-cb75-48cc-8d7e-14003c56511d","exec":["pm.environment.set(\"timestamp\", new Date().getTime());"],"type":"text/javascript"}},{"listen":"test","script":{"id":"36bf8908-0884-4974-b61d-5b19339b408c","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","var responseJson = JSON.parse(responseBody);\r","\r","postman.setEnvironmentVariable(\"ETF_monitoringId-1\",responseJson.data.activeMonitoring[0].monitoringId);"],"type":"text/javascript"}}],"id":"8851a49f-0f0a-4eb3-9cf5-76d60b3b82f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"timestamp","value":"{{timestamp}}"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"string\",\r\n    \"userId\": \"string\",\r\n    \"parentUserId\": \"string\",\r\n    \"recordsPerPage\": 0\r\n}"},"url":"https://{{api_host}}/bw-etf-services/apis/etf/getThemeMonitoring?pageNo={{pageNo}}&locale={{language_code}}","description":"<p>This API generates a list of all the ETF theme baskets which an End User is actively monitoring. </p>\n<p>The End User must select how many baskets are to be displayed per page. The page criteria is passed through the API and the API generates a list. </p>\n<p>The list includes details of:</p>\n<ul>\n<li>monitoring ID</li>\n<li>basket title </li>\n<li>theme code</li>\n<li>theme name</li>\n<li>insight status (number of all active insights, or none)</li>\n<li>alert flag </li>\n<li>3 month back test returns</li>\n<li>monitoring since date</li>\n</ul>\n","urlObject":{"protocol":"https","path":["bw-etf-services","apis","etf","getThemeMonitoring"],"host":["{{api_host}}"],"query":[{"key":"pageNo","value":"{{pageNo}}"},{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[],"_postman_id":"8851a49f-0f0a-4eb3-9cf5-76d60b3b82f2"},{"name":"Get Theme Monitoring Details","event":[{"listen":"prerequest","script":{"id":"aba04bcf-84af-4aa4-81f6-b4c52eea921a","exec":["pm.environment.set(\"timestamp\", new Date().getTime());"],"type":"text/javascript"}},{"listen":"test","script":{"id":"2dabcf44-a221-477b-8667-f7bd84003995","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript"}}],"id":"2fba5004-dc06-4fa5-beae-96edc362a72c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"timestamp","value":"{{timestamp}}"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"string\",\r\n    \"userId\": \"string\",\r\n    \"parentUserId\": \"string\",\r\n    \"monitoringId\": 0\r\n}"},"url":"https://{{api_host}}/bw-etf-services/apis/etf/getThematicMonitoringDetails?locale={{language_code}}","description":"<p>This API delivers details of a particular ETF theme basket which an End User is monitoring. </p>\n<p>The Monitoring ID needs to be passed in the API in order for details of the basket to be displayed.</p>\n<p>Details for monitored ETFs include: </p>\n<ul>\n<li>ETF name</li>\n<li>Ticker name</li>\n<li>Monitoring ID</li>\n<li>Basket title </li>\n<li>Stock exchange code </li>\n<li>Monitoring since date</li>\n<li>Returns </li>\n<li>LTM returns</li>\n<li>ETF score </li>\n<li>ETF score label</li>\n</ul>\n","urlObject":{"protocol":"https","path":["bw-etf-services","apis","etf","getThematicMonitoringDetails"],"host":["{{api_host}}"],"query":[{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[],"_postman_id":"2fba5004-dc06-4fa5-beae-96edc362a72c"},{"name":"Add ETF to Basket","event":[{"listen":"prerequest","script":{"id":"1a6486cc-0592-47a0-9350-fe61e2d4f729","exec":["pm.environment.set(\"timestamp\", new Date().getTime());"],"type":"text/javascript"}},{"listen":"test","script":{"id":"46b97711-cd9f-4e37-b1b2-23633e015352","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}}],"id":"297fb5e5-feee-4093-aaea-c13bfb5b8753","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"timestamp","value":"{{timestamp}}"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"string\",\r\n    \"userId\": \"string\",\r\n    \"parentUserId\": \"string\",\r\n    \"monitoringId\": 0,\r\n    \"etfId\": 0\r\n}"},"url":"https://{{api_host}}/bw-etf-services/apis/etf/themeAddETF?locale={{language_code}}","description":"<p>This API enables a new ETF to be added to an ETF theme basket which an End User is currently monitoring. The ETF must belong to the same theme in order for it to be added to the basket.</p>\n<p>The ETF ID and Monitoring ID needs to be passed in the API in order for the new ETF to be added to the basket.</p>\n","urlObject":{"protocol":"https","path":["bw-etf-services","apis","etf","themeAddETF"],"host":["{{api_host}}"],"query":[{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[],"_postman_id":"297fb5e5-feee-4093-aaea-c13bfb5b8753"},{"name":"Remove ETF from Basket","event":[{"listen":"prerequest","script":{"id":"be805ee9-6920-4204-8cf6-3263275db5a2","exec":["pm.environment.set(\"timestamp\", new Date().getTime());"],"type":"text/javascript"}},{"listen":"test","script":{"id":"a38c709d-394f-4f85-9a8a-edd17c25e1c8","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}}],"id":"e0aaa4b0-17c3-47bc-9f74-ea46fcb241b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"timestamp","value":"{{timestamp}}"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"string\",\r\n    \"userId\": \"string\",\r\n    \"parentUserId\": \"string\",\r\n    \"monitoringId\": 0,\r\n    \"etfId\": 0\r\n}"},"url":"https://{{api_host}}/bw-etf-services/apis/etf/themeRemoveETF?locale={{language_code}}","description":"<p>This API enables a monitored ETF to be removed from a theme basket.</p>\n<p>The ETF ID and Monitoring ID needs to be passed in the API in order for the ETF to be removed from the basket.</p>\n","urlObject":{"protocol":"https","path":["bw-etf-services","apis","etf","themeRemoveETF"],"host":["{{api_host}}"],"query":[{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[],"_postman_id":"e0aaa4b0-17c3-47bc-9f74-ea46fcb241b8"},{"name":"Deactivate Theme Basket Monitoring","event":[{"listen":"prerequest","script":{"id":"67ecc23f-9796-4033-bd94-8babf07e94e5","exec":["pm.environment.set(\"timestamp\", new Date().getTime());"],"type":"text/javascript"}},{"listen":"test","script":{"id":"8d2410fb-6b9a-4c82-92f8-41ccfaafecc9","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}}],"id":"da18c026-c0da-4e3d-b243-36cf5aa953ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"timestamp","value":"{{timestamp}}"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"string\",\r\n    \"userId\": \"string\",\r\n    \"parentUserId\": \"string\",\r\n    \"monitoringId\": 0\r\n}"},"url":"https://{{api_host}}/bw-etf-services/apis/etf/deActivateThemeMonitoring?pageNo={{pageNo}}&locale={{language_code}}","description":"<p>This API enables an End User to stop monitoring an ETF theme basket. This will deactivate the theme basket and all ETFs within the basket will no longer be monitored. </p>\n<p>The Monitoring ID needs to be passed through the API in order to deactivate the ETF theme basket.</p>\n","urlObject":{"protocol":"https","path":["bw-etf-services","apis","etf","deActivateThemeMonitoring"],"host":["{{api_host}}"],"query":[{"key":"pageNo","value":"{{pageNo}}"},{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[],"_postman_id":"da18c026-c0da-4e3d-b243-36cf5aa953ce"}],"id":"31cf2705-4f33-4f2d-a5b6-9961030ae6ab","description":"<p>This module creates an ETF portfolio or basket based around a theme. There are 16 pre-curated themes such as blockchain, clean energy, Covid vaccine, telemedicine and digital payments.</p>\n<p>Baskets are personalised to each user based on their selection of theme and the ranking criteria (LTM returns).</p>\n<p>Baskets can be back-tested to see historic performance (1 year, 6 months or 3 months) against the index. </p>\n<p>The AI monitors the basket and provides re-balancing updates.</p>\n","_postman_id":"31cf2705-4f33-4f2d-a5b6-9961030ae6ab"}],"id":"401cd2e3-f882-4784-a040-aa5c9ea1979a","_postman_id":"401cd2e3-f882-4784-a040-aa5c9ea1979a","description":""},{"name":"Alpha 3:30 Equities","item":[{"name":"Get Alpha 3:30 Insight","id":"aab0ad29-26cb-4e7b-9594-1434309b5cee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"timestamp","type":"text","value":"{{timestamp}}"},{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"clientId\": \"string\",\r\n  \"userId\": \"string\",\r\n  \"parentUserId\": \"string\",\r\n  \"filter\": \"string\",\r\n  \"sort\": {\r\n    \"field\": \"string\",\r\n    \"orderBy\": \"string\"\r\n  },\r\n  \"recordsPerPage\": \"string\",\r\n  \"lastDays\": 0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{api_host}}/bw-equity-services/apis/equity/v2/getTrackInsights?pageNo={{pageNo}}&locale={{language_code}}","description":"<p>This API delivers a list of Alpha 3:30 insights, based on the End User’s market and sector preferences. </p>\n<p>Before the list is delivered, an End User must select one of the sort criteria:</p>\n<ul>\n<li>inception date</li>\n<li>returns</li>\n<li>probability score</li>\n<li>most viewed</li>\n</ul>\n<p>Once the sort criteria has been selected, the End User has the choice to filter insights:</p>\n<ul>\n<li>monitor</li>\n<li>monitor unread</li>\n<li>most viewed </li>\n<li>read</li>\n<li>unread</li>\n<li>gainer</li>\n</ul>\n<p>If filter criteria is not selected, the End User will see all insights delivered by the sort criteria.</p>\n<p>The End User must also select how many insights are to be displayed per page. </p>\n<p>The sort, filter and page criteria are passed through the API and the API generates a list. Details in the list include: </p>\n<ul>\n<li>insight ID</li>\n<li>ticker name</li>\n<li>stock name </li>\n<li>stock exchange code</li>\n<li>inception date</li>\n<li>a flag which indicates whether the insight is read or unread </li>\n<li>returns </li>\n<li>sector code</li>\n<li>sector name</li>\n<li>sector short name</li>\n<li>algo ID</li>\n</ul>\n","urlObject":{"protocol":"https","path":["bw-equity-services","apis","equity","v2","getTrackInsights"],"host":["{{api_host}}"],"query":[{"key":"pageNo","value":"{{pageNo}}"},{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[],"_postman_id":"aab0ad29-26cb-4e7b-9594-1434309b5cee"},{"name":"Get Stock Insight Details ","id":"9a60166f-00e0-4473-b580-2f177f7cc807","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"timestamp","value":"{{timestamp}}","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"string\",\r\n    \"userId\": \"string\",\r\n    \"parentUserId\": \"string\",\r\n    \"companyId\": 0,\r\n    \"clientCompanyId\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{api_host}}/bw-equity-services/apis/equity/v2/getInsightDetails?locale={{language_code}}","description":"<p>This API delivers details of an insight relating to a particular stock. </p>\n<p>The Company ID or Client Company ID needs to be passed in the API in order for details of the insight to be displayed.</p>\n<p>Details include the name of the stock, sector, date on which the insight was generated, insight returns and strength of the signal for the stock.</p>\n<p>This API also shows other stocks in the same sector and market that meet the model’s target criteria (for peer comparison).</p>\n","urlObject":{"protocol":"https","path":["bw-equity-services","apis","equity","v2","getInsightDetails"],"host":["{{api_host}}"],"query":[{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[],"_postman_id":"9a60166f-00e0-4473-b580-2f177f7cc807"},{"name":"Delete Insight","id":"dd3069c9-db6a-4a9d-be81-5119acb062a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"timestamp","type":"text","value":"{{timestamp}}"},{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"string\",\r\n    \"userId\": \"string\",\r\n    \"parentUserId\": \"string\",\r\n    \"companyId\": 0,\r\n    \"clientCompanyId\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{api_host}}/bw-equity-services/apis/equity/v2/deleteTrackInsight?locale={{language_code}}","description":"<p>This API enables a user to delete an insight. </p>\n<p>The Company ID or Client Company ID needs to be passed in the API in order for the insight to be deleted.</p>\n<p>When a user deletes an insight, this is passed into a feedback loop and the model learns that the user did not like that type of insight. Over time, this enables the model to provide more tailored insights.</p>\n","urlObject":{"protocol":"https","path":["bw-equity-services","apis","equity","v2","deleteTrackInsight"],"host":["{{api_host}}"],"query":[{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[],"_postman_id":"dd3069c9-db6a-4a9d-be81-5119acb062a9"},{"name":"Get Insight Performance","id":"d02a4946-d1e3-402d-a5eb-c1d17784a3ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"timestamp","type":"text","value":"{{timestamp}}"},{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"string\",\r\n    \"userId\": \"string\",\r\n    \"insightId\": 0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{api_host}}/bw-equity-services/apis/equity/trackInsightPerformance?locale={{language_code}}","description":"<p>This API provides three performance metrics for an insight:</p>\n<ul>\n<li>Sector accuracy – shows accuracy of the algo within this sector;</li>\n<li>Insight returns – absolute returns for this idea since date it was generated; and</li>\n<li>Insight vintage – days since this idea was generated.</li>\n</ul>\n<p>The Insight ID needs to be passed in order for the performance metrics to be displayed.</p>\n","urlObject":{"protocol":"https","path":["bw-equity-services","apis","equity","trackInsightPerformance"],"host":["{{api_host}}"],"query":[{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[],"_postman_id":"d02a4946-d1e3-402d-a5eb-c1d17784a3ca"},{"name":"Get Algo Performance","id":"3c6cf24b-5320-45f2-bc37-8b2bfa68210e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"timestamp","type":"text","value":"{{timestamp}}"},{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"string\",\r\n    \"userId\": \"string\",\r\n    \"algoId\": \"track_tb\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{api_host}}/bw-equity-services/apis/equity/trackAlgoPerformance?locale={{language_code}}","description":"<p>This API provides three performance metrics for the Alpha 3:30 model:</p>\n<ul>\n<li>Algo accuracy – Correct predictions made by algo in the last 30 days; </li>\n<li>Algo returns – Returns from all ideas by this algo in last 30 days; and</li>\n<li>Algo insights – Number of ideas in last 30 days.</li>\n</ul>\n<p>The Algo ID needs to be passed in order for the performance metrics to be displayed.</p>\n","urlObject":{"protocol":"https","path":["bw-equity-services","apis","equity","trackAlgoPerformance"],"host":["{{api_host}}"],"query":[{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[],"_postman_id":"3c6cf24b-5320-45f2-bc37-8b2bfa68210e"}],"id":"f133b496-ffd6-489e-b475-6e24c0aca178","description":"<p>The Alpha 3:30 module capitalises on the continuance of existing positive upward trends in the market. It is set to identify stocks with an upward trend that have a propensity to deliver an absolute 3% return in the next 30 days.</p>\n<p>Once the model has analysed the fundamental, technical and other factors, it produces insights when good short-term buying opportunities arise.</p>\n<p>The model produces hundreds of insights. In order to show a user only those insights that are relevant to them, the model takes into account:</p>\n<ol>\n<li><p>Set preferences in relation to sectors and markets; and</p>\n</li>\n<li><p>When a user selects to monitor a particular stock (see Monitoring APIs).</p>\n</li>\n</ol>\n<p>The model learns about a user’s behaviour from actions such as selecting monitor/un-monitor, the length of time a user spends looking at a particular insight and their declared preferences. This enables the model to create a profile of the user. Over time, the model is able to provide more relevant insights to the user.</p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"2271149b-abd1-4ad6-bde3-4f5129cf718d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"7af335ae-3a38-4610-89c8-c2f5431c0ce9","type":"text/javascript","exec":[""]}}],"_postman_id":"f133b496-ffd6-489e-b475-6e24c0aca178"},{"name":"Alpha 3:30 ETF","item":[{"name":"Get Alpha 3:30 ETF Insight","event":[{"listen":"prerequest","script":{"id":"73ffa81a-e064-4e59-8a15-d8566565c919","exec":["pm.environment.set(\"timestamp\", new Date().getTime());"],"type":"text/javascript"}},{"listen":"test","script":{"id":"e401b04b-bed7-477d-b1b5-86318a2fa39e","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","//ETF_insightId-1\r","//ETF_Track_etfId-3\r","\r","var responseJson = JSON.parse(responseBody);\r","\r","postman.setEnvironmentVariable(\"ETF_Track_etfId_1\",responseJson.data.insightDetails[0].etfId);\r","postman.setEnvironmentVariable(\"ETF_Track_etfId_2\",responseJson.data.insightDetails[1].etfId);\r","postman.setEnvironmentVariable(\"ETF_Track_etfId_3\",responseJson.data.insightDetails[2].etfId);\r",""],"type":"text/javascript"}}],"id":"ae1c375d-5389-4513-8567-d1dc0e7a2122","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"timestamp","value":"{{timestamp}}"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"string\",\r\n    \"userId\": \"string\",\r\n    \"parentUserId\": \"string\",\r\n    \"filter\": \"string\",\r\n    \"recordsPerPage\": \"string\",\r\n    \"lastDays\": 0,\r\n    \"sort\": {\r\n        \"field\": \"string\",\r\n        \"orderBy\": \"string\"\r\n    }\r\n}"},"url":"https://{{api_host}}/bw-etf-services/apis/etf/getAlphaInsights?pageNo={{pageNo}}&locale={{language_code}}","description":"<p>This API delivers a list of Alpha 3:30 ETF insights. </p>\n<p>Before the list is delivered, an End User must select one of the sort criteria:</p>\n<ul>\n<li>inception date</li>\n<li>returns</li>\n<li>probability score</li>\n<li>most viewed</li>\n</ul>\n<p>Once the sort criteria has been selected, the End User has the choice to filter insights:</p>\n<ul>\n<li>monitor</li>\n<li>monitor unread</li>\n<li>most viewed </li>\n<li>read</li>\n<li>unread</li>\n<li>gainer</li>\n</ul>\n<p>If filter criteria is not selected, the End User will see all insights delivered by the sort criteria.</p>\n<p>The End User must also select how many insights are to be displayed per page. </p>\n<p>The sort, filter and page criteria is passed through the API and the API generates a list. Details in the list include: </p>\n<ul>\n<li>insight ID</li>\n<li>ticker name</li>\n<li>ETF name </li>\n<li>stock exchange code</li>\n<li>inception date</li>\n<li>a flag which indicates whether the insight is read or unread </li>\n<li>returns </li>\n<li>custom ETF classification </li>\n<li>algo ID</li>\n</ul>\n","urlObject":{"protocol":"https","path":["bw-etf-services","apis","etf","getAlphaInsights"],"host":["{{api_host}}"],"query":[{"key":"pageNo","value":"{{pageNo}}"},{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[],"_postman_id":"ae1c375d-5389-4513-8567-d1dc0e7a2122"},{"name":"Get ETF Insight Details","event":[{"listen":"prerequest","script":{"id":"1966aabe-a565-4f6a-b960-ac9ce4c5f202","exec":["pm.environment.set(\"timestamp\", new Date().getTime());"],"type":"text/javascript"}},{"listen":"test","script":{"id":"cf570676-f7ba-4dc0-acb4-ba358d4878ae","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript"}}],"id":"27579597-7c2a-4594-aa29-02988a463417","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"timestamp","value":"{{timestamp}}"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"string\",\r\n    \"userId\": \"string\",\r\n    \"parentUserId\": \"string\",\r\n    \"etfId\": 0\r\n}"},"url":"https://{{api_host}}/bw-etf-services/apis/etf/getAlphaInsightDetails?locale={{language_code}}","description":"<p>This API delivers details of an insight relating to a particular ETF. </p>\n<p>The ETF ID needs to be passed in the API in order for details of the insight to be displayed.</p>\n<p>Details of the insight include name of the ETF, date on which the insight was generated, insight returns, strength of the signal for the ETF, signal history, ETF holdings and signal graph.</p>\n<p>This API also shows how the ETF ranks against other ETFs. Factors that are used to derive the rank are: future outlook, consensus view, valuation and expense ratio.</p>\n","urlObject":{"protocol":"https","path":["bw-etf-services","apis","etf","getAlphaInsightDetails"],"host":["{{api_host}}"],"query":[{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[],"_postman_id":"27579597-7c2a-4594-aa29-02988a463417"},{"name":"Delete ETF Insight","event":[{"listen":"prerequest","script":{"id":"e62e3a41-3404-4714-bbf2-00276dafde9e","exec":["pm.environment.set(\"timestamp\", new Date().getTime());"],"type":"text/javascript"}},{"listen":"test","script":{"id":"b48f60b6-da2a-4dff-a0f9-e9cadd44f729","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript"}}],"id":"e83782f1-1974-4b42-a0cf-b6d73f81677e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"timestamp","value":"{{timestamp}}"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"string\",\r\n    \"userId\": \"string\",\r\n    \"parentUserId\": \"string\",\r\n    \"etfId\": 0\r\n}"},"url":"https://{{api_host}}/bw-etf-services/apis/etf/deleteAlphaInsight?locale={{language_code}}","description":"<p>This API enables a user to delete an insight. </p>\n<p>The ETF ID needs to be passed in the API in order for the insight to be deleted.</p>\n<p>When a user deletes an insight, this is passed into a feedback loop and the model learns that the user did not like that type of insight. Over time, this enables the model to provide more tailored insights.</p>\n","urlObject":{"protocol":"https","path":["bw-etf-services","apis","etf","deleteAlphaInsight"],"host":["{{api_host}}"],"query":[{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[],"_postman_id":"e83782f1-1974-4b42-a0cf-b6d73f81677e"},{"name":"Get Insight Performance","event":[{"listen":"prerequest","script":{"id":"60a673b0-3e6f-4537-96b8-cfa1d2a313ed","exec":["pm.environment.set(\"timestamp\", new Date().getTime());"],"type":"text/javascript"}},{"listen":"test","script":{"id":"fa51c6c1-dc63-4395-a2c5-2dc4107399f6","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript"}}],"id":"47a10d47-9d83-4429-818c-a332dec44240","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"timestamp","value":"{{timestamp}}"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"string\",\r\n    \"userId\": \"string\",\r\n    \"parentUserId\": \"string\",\r\n    \"insightId\": \"string\"\r\n}"},"url":"https://{{api_host}}/bw-etf-services/apis/etf/alphaInsightPerformance?locale={{language_code}}","description":"<p>This API provides three performance metrics for an insight:</p>\n<ul>\n<li>Insight returns – absolute returns for this idea since date it was generated; and</li>\n<li>Insight vintage – days since this idea was generated.</li>\n</ul>\n<p>The Insight ID needs to be passed in order for the performance metrics to be displayed.</p>\n","urlObject":{"protocol":"https","path":["bw-etf-services","apis","etf","alphaInsightPerformance"],"host":["{{api_host}}"],"query":[{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[],"_postman_id":"47a10d47-9d83-4429-818c-a332dec44240"},{"name":"Get Algo Performance","event":[{"listen":"prerequest","script":{"id":"63c59b31-3f54-492e-81b3-31fb38e15c38","exec":["pm.environment.set(\"timestamp\", new Date().getTime());"],"type":"text/javascript"}},{"listen":"test","script":{"id":"ff76585d-dab9-4160-b4c2-404d0eaebf23","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript"}}],"id":"98992787-2d97-46cb-b793-62d7fbba35e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"timestamp","value":"{{timestamp}}"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"string\",\r\n    \"userId\": \"string\",\r\n    \"parentUserId\": \"string\",\r\n    \"algoId\": \"track_etf_tb\"\r\n}"},"url":"https://{{api_host}}/bw-etf-services/apis/etf/alphaAlgoPerformance?locale={{language_code}}","description":"<p>This API provides three performance metrics for the Alpha 3:30 ETF model:</p>\n<ul>\n<li>Algo accuracy – Correct predictions made by algo in the last 30 days; </li>\n<li>Algo returns – Returns from all ideas by this algo in last 30 days; and</li>\n<li>Algo insights – Number of ideas in last 30 days.</li>\n</ul>\n<p>The Algo ID needs to be passed in order for the performance metrics to be displayed</p>\n","urlObject":{"protocol":"https","path":["bw-etf-services","apis","etf","alphaAlgoPerformance"],"host":["{{api_host}}"],"query":[{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[],"_postman_id":"98992787-2d97-46cb-b793-62d7fbba35e0"}],"id":"9f19fda6-c0a8-43d9-a5f1-1215bf225d8b","description":"<p>The Alpha 3:30 ETF module capitalises on the continuance of existing positive upward trends in the market. It is set to identify ETFs with an upward trend that have a propensity to deliver an absolute 3% return in the next 30 days.</p>\n<p>Once the model has analysed the fundamental, technical and other factors, it produces insights when good short-term buying opportunities arise.</p>\n<p>The model learns about a user’s behaviour from actions such as selecting monitor/un-monitor, the length of time a user spends looking at a particular insight and their declared preferences. This enables the model to create a profile of the user. Over time, the model is able to provide more relevant insights to the user.</p>\n","_postman_id":"9f19fda6-c0a8-43d9-a5f1-1215bf225d8b"},{"name":"Swing Trades","item":[{"name":"Get Swing Summary Counts","event":[{"listen":"prerequest","script":{"id":"042b21a8-5332-43df-b32f-52db189d06ab","exec":["pm.environment.set(\"timestamp\", new Date().getTime());"],"type":"text/javascript"}}],"id":"26c07f2b-b7ab-42d5-8a6c-74d50bdd5049","protocolProfileBehavior":{"disabledSystemHeaders":{"content-type":true,"accept-encoding":true,"connection":true},"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"timestamp","value":"{{timestamp}}"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"string\",\r\n    \"userId\": \"string\",\r\n    \"parentUserId\": \"string\"\r\n}"},"url":"https://{{api_host}}/bw-equity-services/apis/equity/swingCount?locale={{language_code}}","description":"<p>This API delivers a summary of the number of:</p>\n<ul>\n<li>active insights for swing trades; and</li>\n<li>total stocks in the chosen market.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["bw-equity-services","apis","equity","swingCount"],"host":["{{api_host}}"],"query":[{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[{"id":"9154b8d1-edd9-464a-91e4-9b34804c1d56","name":"Get Swing Counts","originalRequest":{"method":"POST","header":[{"key":"authority","value":"invest-alb-1642688056.ap-south-1.elb.amazonaws.com:51443"},{"key":"accept","value":"application/json"},{"key":"timestamp","value":"{{timestamp}}"},{"key":"user-agent","value":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36"},{"key":"content-type","value":"application/json"},{"key":"origin","value":"https://invest-alb-1642688056.ap-south-1.elb.amazonaws.com:51443"},{"key":"sec-fetch-site","value":"same-origin"},{"key":"sec-fetch-mode","value":"cors"},{"key":"sec-fetch-dest","value":"empty"},{"key":"referer","value":"https://invest-alb-1642688056.ap-south-1.elb.amazonaws.com:51443/bw-equity-services/apis/swagger/"},{"key":"accept-language","value":"en-US,en;q=0.9,kn;q=0.8"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"BW_CLIENT\",\r\n    \"userId\": \"BW.USER22\" \r\n}"},"url":{"raw":"{{BaseURL}}/bw-equity-services/apis/equity/swingCount?locale=en","host":["{{BaseURL}}"],"path":["bw-equity-services","apis","equity","swingCount"],"query":[{"key":"locale","value":"en"}]}},"status":"OK","code":200,"_postman_previewlanguage":"JSON","header":[{"key":"Date","value":"Tue, 29 Sep 2020 06:18:36 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"272"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Origin,X-Requested-With,Content-Type,Accept,authorization"},{"key":"ETag","value":"W/\"110-jFF49uu69jtOHK3IjEceuB7O6vU\""},{"key":"X-Response-Time","value":"106.751ms"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"countryCode\": \"IND\",\n            \"countryName\": \"India\",\n            \"activeCount\": \"126\",\n            \"stockCount\": \"3\"\n        }\n    ],\n    \"errorCode\": null,\n    \"statusCode\": 200,\n    \"statusMsg\": \"OK\",\n    \"message\": \"Swing Trade count fetched successfully\",\n    \"datetime\": \"2020-09-29T06:18:36.125Z\",\n    \"timestamp\": 1601360316125,\n    \"success\": true\n}"},{"id":"ccc72ce7-3761-44f5-8cd1-f79f86a30c8e","name":"Get Swing Counts - Error","originalRequest":{"method":"POST","header":[{"key":"authority","value":"invest-alb-1642688056.ap-south-1.elb.amazonaws.com:51443"},{"key":"accept","value":"application/json"},{"key":"timestamp","value":"{{timestamp}}"},{"key":"user-agent","value":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36"},{"key":"content-type","value":"application/json"},{"key":"origin","value":"https://invest-alb-1642688056.ap-south-1.elb.amazonaws.com:51443"},{"key":"sec-fetch-site","value":"same-origin"},{"key":"sec-fetch-mode","value":"cors"},{"key":"sec-fetch-dest","value":"empty"},{"key":"referer","value":"https://invest-alb-1642688056.ap-south-1.elb.amazonaws.com:51443/bw-equity-services/apis/swagger/"},{"key":"accept-language","value":"en-US,en;q=0.9,kn;q=0.8"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"BW_CLIENT\",\r\n    \"userId\": \"BW.USER21\" \r\n}"},"url":{"raw":"{{BaseURL}}/bw-equity-services/apis/equity/swingCount?locale=en","host":["{{BaseURL}}"],"path":["bw-equity-services","apis","equity","swingCount"],"query":[{"key":"locale","value":"en"}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"JSON","header":[{"key":"Date","value":"Tue, 29 Sep 2020 05:33:36 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"231"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Origin,X-Requested-With,Content-Type,Accept,authorization"},{"key":"ETag","value":"W/\"e7-IdjxD0MeSrxQfwhNubzyhUp5L9c\""},{"key":"X-Response-Time","value":"36.590ms"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": null,\n    \"errorCode\": \"BWEQAPI0140\",\n    \"statusCode\": 422,\n    \"statusMsg\": \"Unprocessable Entity\",\n    \"message\": \"User doesn't have subscription for Swing Trades\",\n    \"datetime\": \"2020-09-29T05:33:36.970Z\",\n    \"timestamp\": 1601357616970,\n    \"success\": false\n}"}],"_postman_id":"26c07f2b-b7ab-42d5-8a6c-74d50bdd5049"},{"name":"Get Open Swing Trades","event":[{"listen":"prerequest","script":{"id":"7f77f91f-0aa2-490e-bc27-85f8ccdb9577","exec":["pm.environment.set(\"timestamp\", new Date().getTime());"],"type":"text/javascript"}}],"id":"25d11e1e-e96b-4e03-9fbc-b036c78a67aa","protocolProfileBehavior":{"disabledSystemHeaders":{"accept-encoding":true,"connection":true,"content-type":true},"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"timestamp","value":"{{timestamp}}"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"string\",\r\n    \"userId\": \"string\",\r\n    \"parentUserId\": \"string\",\r\n    \"countryCode\": \"string\",\r\n    \"recordsPerPage\": 0\r\n}"},"url":"https://{{api_host}}/bw-equity-services/apis/equity/openSwingTrades?locale={{language_code}}&pageNo={{pageNo}}","description":"<p>This API delivers a list of all active swing trades over 1-3 days.</p>\n<p>The End User must select their preferred:</p>\n<ul>\n<li>market; and</li>\n<li>number of insights to be displayed per page</li>\n</ul>\n<p>Based on the selected market and number of insights to display, the API will deliver a list of active insights. The list includes details such as the date the insight was generated, expiry date, type of insight (long/short), insight returns and the price (long above/short below).</p>\n","urlObject":{"protocol":"https","path":["bw-equity-services","apis","equity","openSwingTrades"],"host":["{{api_host}}"],"query":[{"key":"locale","value":"{{language_code}}"},{"key":"pageNo","value":"{{pageNo}}"}],"variable":[]}},"response":[{"id":"95a6fe0a-aacf-403c-b5b2-1cb849647c2a","name":"Open Swing Trades","originalRequest":{"method":"POST","header":[{"key":"timestamp","value":"{{timestamp}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"BW383\",\r\n    \"userId\": \"BW383.USER1\",\r\n    \"countryCode\": \"IND\",\r\n    \"recordsPerPage\": 10\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{BaseURL}}/bw-equity-services/apis/equity/openSwingTrades?locale=en","host":["{{BaseURL}}"],"path":["bw-equity-services","apis","equity","openSwingTrades"],"query":[{"key":"locale","value":"en"}]}},"status":"OK","code":200,"_postman_previewlanguage":"JSON","header":[{"key":"Date","value":"Wed, 30 Sep 2020 13:06:04 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"798"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Origin,X-Requested-With,Content-Type,Accept,authorization"},{"key":"ETag","value":"W/\"31e-FJluOipO7/tk4H7Xown8J3oFsk8\""},{"key":"X-Response-Time","value":"1338.627ms"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"summary\": {\n            \"totalCount\": 1,\n            \"maxPageNumber\": 1,\n            \"currentPage\": 1\n        },\n        \"title\": \"Currently open ideas\",\n        \"daysText\": \"Between 1-3 Days\",\n        \"swingTrades\": [\n            {\n                \"swingInsightId\": 7,\n                \"insightDate\": \"2020-09-08T00:00:00.000Z\",\n                \"insightDateText\": \"8 Sep 2020\",\n                \"expiryDate\": \"2020-09-27T00:00:00.000Z\",\n                \"expiryDateText\": \"27 Sep 2020\",\n                \"companyId\": 518,\n                \"clientCompanyId\": null,\n                \"companyName\": \"MRF LIMITED\",\n                \"insightTypeLbl\": \"Insight Type\",\n                \"insightType\": \"long\",\n                \"insightTypeText\": \"Long\",\n                \"triggerPrice\": \"58212.65\",\n                \"triggerPriceLbl\": \"Long Above\",\n                \"insightReturnsLbl\": \"Insight Returns\",\n                \"insightReturns\": null,\n                \"insightReturnsText\": \"\",\n                \"openInsight\": true\n            }\n        ]\n    },\n    \"errorCode\": null,\n    \"statusCode\": 200,\n    \"statusMsg\": \"OK\",\n    \"message\": \"Successfully fetched open swing trades\",\n    \"datetime\": \"2020-09-30T13:06:04.466Z\",\n    \"timestamp\": 1601471164466,\n    \"success\": true\n}"}],"_postman_id":"25d11e1e-e96b-4e03-9fbc-b036c78a67aa"},{"name":"Get Closed Swing Trades","event":[{"listen":"prerequest","script":{"id":"94a98c3f-dc6c-4370-9479-766c2e9521dd","exec":["pm.environment.set(\"timestamp\", new Date().getTime());"],"type":"text/javascript"}}],"id":"5f02f60b-84b7-4267-8fd4-34bd3e357bf0","protocolProfileBehavior":{"disabledSystemHeaders":{"accept-encoding":true,"connection":true,"content-type":true},"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"timestamp","value":"{{timestamp}}"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"string\",\r\n    \"userId\": \"string\",\r\n    \"parentUserId\": \"string\",\r\n    \"countryCode\": \"string\",\r\n    \"recordsPerPage\": 0,\r\n    \"fromDate\": \"string\",\r\n    \"toDate\": \"string\"\r\n}"},"url":"https://{{api_host}}/bw-equity-services/apis/equity/closedSwingTrades?locale={{language_code}}&pageNo={{pageNo}}","description":"<p>This API delivers a list of closed swing trades between chosen dates.</p>\n<p>The End User must select their preferred:</p>\n<ul>\n<li>market; </li>\n<li>date range (from date and to date); and</li>\n<li>number of insights to be displayed per page</li>\n</ul>\n<p>Based on the selected market, date range and number of insights to display, the API will deliver a list of closed insights. The list includes details such as the date the insight was generated, expiry date, type of insight (long/short) and insight returns.</p>\n","urlObject":{"protocol":"https","path":["bw-equity-services","apis","equity","closedSwingTrades"],"host":["{{api_host}}"],"query":[{"key":"locale","value":"{{language_code}}"},{"key":"pageNo","value":"{{pageNo}}"}],"variable":[]}},"response":[{"id":"3976bb7a-724c-489b-8ea4-4848ec5e76d6","name":"Closed Swing Trades","originalRequest":{"method":"POST","header":[{"key":"timestamp","value":"{{timestamp}}"},{"key":"content-type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"BW383\",\r\n    \"userId\": \"BW383.USER1\",\r\n    \"fromDate\": \"02-09-2020\",\r\n    \"toDate\": \"30-09-2020\",\r\n    \"countryCode\": \"IND\",\r\n    \"recordsPerPage\": 10\r\n}"},"url":{"raw":"{{BaseURL}}/bw-equity-services/apis/equity/closedSwingTrades?locale=en&pageNo=1","host":["{{BaseURL}}"],"path":["bw-equity-services","apis","equity","closedSwingTrades"],"query":[{"key":"locale","value":"en"},{"key":"pageNo","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"JSON","header":[{"key":"Date","value":"Thu, 01 Oct 2020 04:14:36 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1357"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Origin,X-Requested-With,Content-Type,Accept,authorization"},{"key":"ETag","value":"W/\"54d-bpKehXHVvicSYd8FHulmQcujQwM\""},{"key":"X-Response-Time","value":"753.734ms"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"summary\": {\n            \"totalCount\": 2,\n            \"maxPageNumber\": 1,\n            \"currentPage\": 1\n        },\n        \"title\": \"Closed ideas\",\n        \"daysText\": \"In last 28 Days\",\n        \"swingTrades\": [\n            {\n                \"swingInsightId\": 3,\n                \"insightDate\": \"2020-09-08T00:00:00.000Z\",\n                \"insightDateText\": \"8 Sep}\",\n                \"expiryDate\": \"2020-09-10T00:00:00.000Z\",\n                \"expiryDateText\": \"10 Sep\",\n                \"companyId\": 4189,\n                \"clientCompanyId\": \"TEST_1\",\n                \"tickerName\": \"REPCOHOME\",\n                \"companyName\": \"Repco Home Finance Ltd\",\n                \"exchangeCode\": \"NSE\",\n                \"insightTypeLbl\": \"Insight Type\",\n                \"insightType\": \"long\",\n                \"insightTypeText\": \"Long\",\n                \"triggerPrice\": \"190.9\",\n                \"triggerPriceLbl\": \"Long Above\",\n                \"insightReturnsLbl\": \"Insight Returns\",\n                \"insightReturns\": null,\n                \"insightReturnsText\": \"\",\n                \"openInsight\": false\n            },\n            {\n                \"swingInsightId\": 4,\n                \"insightDate\": \"2020-09-08T00:00:00.000Z\",\n                \"insightDateText\": \"8 Sep}\",\n                \"expiryDate\": \"2020-09-10T00:00:00.000Z\",\n                \"expiryDateText\": \"10 Sep\",\n                \"companyId\": 4112,\n                \"clientCompanyId\": null,\n                \"tickerName\": \"VENKEYS\",\n                \"companyName\": \"Venky's (India) Ltd\",\n                \"exchangeCode\": \"NSE\",\n                \"insightTypeLbl\": \"Insight Type\",\n                \"insightType\": \"short\",\n                \"insightTypeText\": \"Short\",\n                \"triggerPrice\": \"1503.1\",\n                \"triggerPriceLbl\": \"Short Below\",\n                \"insightReturnsLbl\": \"Insight Returns\",\n                \"insightReturns\": null,\n                \"insightReturnsText\": \"\",\n                \"openInsight\": false\n            }\n        ]\n    },\n    \"errorCode\": null,\n    \"statusCode\": 200,\n    \"statusMsg\": \"OK\",\n    \"message\": \"Successfully fetched closed swing trades\",\n    \"datetime\": \"2020-10-01T04:14:36.838Z\",\n    \"timestamp\": 1601525676838,\n    \"success\": true\n}"}],"_postman_id":"5f02f60b-84b7-4267-8fd4-34bd3e357bf0"},{"name":"Mark Swing Trade as Read","event":[{"listen":"prerequest","script":{"id":"cae97a62-d3a4-40d8-8d9d-0e19b42c682e","exec":["pm.environment.set(\"timestamp\", new Date().getTime());"],"type":"text/javascript"}}],"id":"c2dec4fa-1eaf-4bb3-bfd4-31d2bc4acda2","protocolProfileBehavior":{"disabledSystemHeaders":{"accept-encoding":true,"connection":true,"content-type":true},"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"timestamp","value":"{{timestamp}}"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"string\",\r\n    \"userId\": \"string\",\r\n    \"parentUserId\": \"string\",\r\n    \"swingInsightId\": 0\r\n}"},"url":"https://{{api_host}}/bw-equity-services/apis/equity/readSwingTrade?locale={{language_code}}","description":"<p>Using this API, any swing trade insight can be marked as read.</p>\n<p>The Insight ID will be passed through API and it will be marked as read by a particular End User.</p>\n","urlObject":{"protocol":"https","path":["bw-equity-services","apis","equity","readSwingTrade"],"host":["{{api_host}}"],"query":[{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[{"id":"8d52a7d7-204d-4bf4-afed-90e1d6f376bc","name":"Read Swing Trades","originalRequest":{"method":"POST","header":[{"key":"timestamp","value":"{{timestamp}}"},{"key":"content-type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n   \"clientId\": \"BW_CLIENT\",\r\n    \"userId\": \"BW_USER5\",\r\n    \"swingInsightId\": 3\r\n}"},"url":{"raw":"{{BaseURL}}/bw-equity-services/apis/equity/readSwingTrade?locale=en&pageNo=1","host":["{{BaseURL}}"],"path":["bw-equity-services","apis","equity","readSwingTrade"],"query":[{"key":"locale","value":"en"},{"key":"pageNo","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"JSON","header":[{"key":"Date","value":"Mon, 05 Oct 2020 05:28:20 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"218"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Origin,X-Requested-With,Content-Type,Accept,authorization"},{"key":"ETag","value":"W/\"da-bo3oVzG5PAREdMxe9VkOjNH1XPA\""},{"key":"X-Response-Time","value":"85.691ms"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": \"Insight marked read successfully\",\n    \"errorCode\": null,\n    \"statusCode\": 200,\n    \"statusMsg\": \"OK\",\n    \"message\": \"Insight marked read successfully\",\n    \"datetime\": \"2020-10-05T05:28:20.039Z\",\n    \"timestamp\": 1601875700039,\n    \"success\": true\n}"}],"_postman_id":"c2dec4fa-1eaf-4bb3-bfd4-31d2bc4acda2"}],"id":"182219f4-f564-4726-ae3b-034b74a8503c","description":"<p>The Swing Trades module aims to capitalise on stock price upsides or downsides over 1-3 days. Its short-term nature tends to appeal to traders. </p>\n<p>The model takes into account a number of technical factors, such as MACD and V-WAP, and several fundamental features.</p>\n<p>This model is only available for Indian stocks at the moment.</p>\n","_postman_id":"182219f4-f564-4726-ae3b-034b74a8503c"},{"name":"Quarterly Results","item":[{"name":"Get Quarterly Results","event":[{"listen":"prerequest","script":{"id":"121c2886-2b88-4fad-b1da-16d48f9b12f2","exec":["pm.environment.set(\"timestamp\", new Date().getTime());"],"type":"text/javascript"}}],"id":"c56c73c9-5152-4150-b165-191cd90a4e76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"timestamp","value":"{{timestamp}}"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"string\",\r\n    \"userId\": \"string\",\r\n    \"parentUserId\": \"string\",\r\n    \"type\": \"string\",\r\n    \"recordsPerPage\": 0\r\n}"},"url":"https://{{api_host}}/bw-equity-services/apis/equity/quarterlyResults?locale={{language_code}}&pageNo={{pageNo}}","description":"<p>This API delivers a list of quarterly results of stocks. Stocks which appear on the list are either: </p>\n<ul>\n<li>stocks which an End User is monitoring; or </li>\n<li>stocks with active insights in an End User’s market and sector preferences</li>\n</ul>\n<p>The following details need to be passed in the API in order to deliver the list: </p>\n<ul>\n<li>Type – expected results or declared results; and</li>\n<li>Records per page – select how many quarterly results are to be displayed per page.</li>\n</ul>\n<p>The type of result and page criteria are passed through the API and the API generates the list. </p>\n<p>Details in the list include:</p>\n<ul>\n<li>stock name</li>\n<li>ticker name</li>\n<li>exchange code</li>\n<li>results date</li>\n<li>consensus view (very low, low, neutral, high, very high)</li>\n<li>technicals (very low, low, neutral, high, very high)</li>\n<li>3 day returns</li>\n<li>returns since the quarterly result was declared</li>\n</ul>\n","urlObject":{"protocol":"https","path":["bw-equity-services","apis","equity","quarterlyResults"],"host":["{{api_host}}"],"query":[{"key":"locale","value":"{{language_code}}"},{"key":"pageNo","value":"{{pageNo}}"}],"variable":[]}},"response":[{"id":"1d112ce9-9de8-480c-9518-112a3f6c8166","name":"Quaterly-Result","originalRequest":{"method":"POST","header":[{"key":"authority","value":"invest-alb-1642688056.ap-south-1.elb.amazonaws.com:51443"},{"key":"accept","value":"application/json"},{"key":"timestamp","value":"{{timestamp}}"},{"key":"user-agent","value":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36"},{"key":"content-type","value":"application/json"},{"key":"origin","value":"https://invest-alb-1642688056.ap-south-1.elb.amazonaws.com:51443"},{"key":"accept-language","value":"en-US,en;q=0.9,kn;q=0.8"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"BW_CLIENT\",\r\n    \"userId\": \"BW.USER22\",\r\n    \"type\": \"expected\",\r\n    \"recordsPerPage\": 1\r\n}"},"url":{"raw":"{{BaseURL}}/bw-equity-services/apis/equity/quarterlyResults?locale=en&pageNo=1","host":["{{BaseURL}}"],"path":["bw-equity-services","apis","equity","quarterlyResults"],"query":[{"key":"locale","value":"en"},{"key":"pageNo","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"JSON","header":[{"key":"Date","value":"Mon, 12 Oct 2020 11:24:38 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"766"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Origin,X-Requested-With,Content-Type,Accept,authorization"},{"key":"ETag","value":"W/\"2fe-6zuFc+yHd2GlIzNxTPUg4b68MpY\""},{"key":"X-Response-Time","value":"94.862ms"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"summary\": {\n            \"insightCount\": 3,\n            \"maxPageNumber\": 3,\n            \"currentPage\": 1\n        },\n        \"results\": [\n            {\n                \"companyId\": 518,\n                \"clientCompanyId\": \"MRFL\",\n                \"tickerName\": \"MRF\",\n                \"companyName\": \"MRF LIMITED\",\n                \"exchangeCode\": \"NSE\",\n                \"monitoring\": true,\n                \"type\": \"expected\",\n                \"resultDate\": \"2020-10-15T00:00:00.000Z\",\n                \"resultDateText\": \"15 Oct 2020\",\n                \"consensusViewLbl\": \"Consensus View\",\n                \"consensusView\": \"High\",\n                \"technicalsLbl\": \"Technicals\",\n                \"technicals\": \"High\",\n                \"daysChangeLbl\": \"3 Day Change\",\n                \"dayChange\": 0.5,\n                \"dayChangeText\": \"+0.5\",\n                \"changeSinceResultLbl\": \"Change since result\",\n                \"changeSinceResult\": 0.2,\n                \"changeSinceResultText\": \"+0.2\"\n            }\n        ]\n    },\n    \"errorCode\": null,\n    \"statusCode\": 200,\n    \"statusMsg\": \"OK\",\n    \"message\": \"Successfully fetched company quaterly list\",\n    \"datetime\": \"2020-10-12T11:24:38.809Z\",\n    \"timestamp\": 1602501878809,\n    \"success\": true\n}"}],"_postman_id":"c56c73c9-5152-4150-b165-191cd90a4e76"}],"id":"2142a996-c693-46cd-a60b-85f3d657145d","description":"<p>This module shows upcoming and declared results announcements for stocks which a user is monitoring or stocks with active insights.</p>\n","_postman_id":"2142a996-c693-46cd-a60b-85f3d657145d"},{"name":"Technicals","item":[{"name":"Get Technicals Categories","event":[{"listen":"prerequest","script":{"id":"ec1b0c90-2df0-4230-93c9-7557b9418066","exec":["pm.environment.set(\"timestamp\", new Date().getTime());"],"type":"text/javascript"}}],"id":"db17d86a-a511-48d5-a0db-30cc890620d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"timestamp","value":"{{timestamp}}"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"string\",\r\n    \"userId\": \"string\",\r\n    \"parentUserId\": \"string\"\r\n}"},"url":"https://{{api_host}}/bw-equity-services/apis/equity/technicalsMaster?locale={{language_code}}","description":"<p>This API delivers all the categories of technical signals. </p>\n<p>The list delivered by the API includes the category name, category short name, category code, market indicator (bullish or bearish signal), and a flag which indicates whether a particular category has any active technical insights on stocks which match an End User’s market preferences.</p>\n","urlObject":{"protocol":"https","path":["bw-equity-services","apis","equity","technicalsMaster"],"host":["{{api_host}}"],"query":[{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[{"id":"7f334ea0-9c4a-4da1-a9c8-fd56ebb4198e","name":"Technicals Master","originalRequest":{"method":"POST","header":[{"key":"authority","value":"invest-alb-1642688056.ap-south-1.elb.amazonaws.com:51443"},{"key":"accept","value":"application/json"},{"key":"timestamp","value":"{{timestamp}}"},{"key":"user-agent","value":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36"},{"key":"content-type","value":"application/json"},{"key":"origin","value":"https://invest-alb-1642688056.ap-south-1.elb.amazonaws.com:51443"},{"key":"sec-fetch-site","value":"same-origin"},{"key":"sec-fetch-mode","value":"cors"},{"key":"sec-fetch-dest","value":"empty"},{"key":"referer","value":"https://invest-alb-1642688056.ap-south-1.elb.amazonaws.com:51443/bw-equity-services/apis/swagger/"},{"key":"accept-language","value":"en-US,en;q=0.9,kn;q=0.8"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"BW_CLIENT\",\r\n    \"userId\": \"BW.USER22\"\r\n}"},"url":{"raw":"{{BaseURL}}/bw-equity-services/apis/equity/technicalsMaster?locale=en","host":["{{BaseURL}}"],"path":["bw-equity-services","apis","equity","technicalsMaster"],"query":[{"key":"locale","value":"en"}]}},"status":"OK","code":200,"_postman_previewlanguage":"JSON","header":[{"key":"Date","value":"Tue, 06 Oct 2020 06:47:58 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"3127"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Origin,X-Requested-With,Content-Type,Accept,authorization"},{"key":"ETag","value":"W/\"c37-ZTSN0DBkj6j+fLZYWY735mh6+EM\""},{"key":"X-Response-Time","value":"54.848ms"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"categoryCode\": \"TEC1\",\n            \"categoryName\": \"RSI Overbought and now reversing\",\n            \"marketIndicator\": \"Bearish\",\n            \"marketIndicatorText\": \"technicals_fundamentals.market_indicator.Bearish\",\n            \"type\": \"technicals\",\n            \"typeText\": \"Technicals\"\n        },\n        {\n            \"categoryCode\": \"TEC4\",\n            \"categoryName\": \"MACD bearish Crossover\",\n            \"marketIndicator\": \"Bearish\",\n            \"marketIndicatorText\": \"technicals_fundamentals.market_indicator.Bearish\",\n            \"type\": \"technicals\",\n            \"typeText\": \"Technicals\"\n        },\n        {\n            \"categoryCode\": \"TEC7\",\n            \"categoryName\": \"Evening Star\",\n            \"marketIndicator\": \"Bearish\",\n            \"marketIndicatorText\": \"technicals_fundamentals.market_indicator.Bearish\",\n            \"type\": \"technicals\",\n            \"typeText\": \"Technicals\"\n        },\n        {\n            \"categoryCode\": \"TEC8\",\n            \"categoryName\": \"bearish Engulfing\",\n            \"marketIndicator\": \"Bearish\",\n            \"marketIndicatorText\": \"technicals_fundamentals.market_indicator.Bearish\",\n            \"type\": \"technicals\",\n            \"typeText\": \"Technicals\"\n        },\n        {\n            \"categoryCode\": \"TEC10\",\n            \"categoryName\": \"Crash with Volume\",\n            \"marketIndicator\": \"Bearish\",\n            \"marketIndicatorText\": \"technicals_fundamentals.market_indicator.Bearish\",\n            \"type\": \"technicals\",\n            \"typeText\": \"Technicals\"\n        },\n        {\n            \"categoryCode\": \"TEC12\",\n            \"categoryName\": \"Crossed 52 week Low with Volume\",\n            \"marketIndicator\": \"Bearish\",\n            \"marketIndicatorText\": \"technicals_fundamentals.market_indicator.Bearish\",\n            \"type\": \"technicals\",\n            \"typeText\": \"Technicals\"\n        },\n        {\n            \"categoryCode\": \"TEC14\",\n            \"categoryName\": \"Stock crosses below 200DMA\",\n            \"marketIndicator\": \"Bearish\",\n            \"marketIndicatorText\": \"technicals_fundamentals.market_indicator.Bearish\",\n            \"type\": \"technicals\",\n            \"typeText\": \"Technicals\"\n        },\n        {\n            \"categoryCode\": \"TEC2\",\n            \"categoryName\": \"RSI Oversold and now reversing\",\n            \"marketIndicator\": \"Bullish\",\n            \"marketIndicatorText\": \"technicals_fundamentals.market_indicator.Bullish\",\n            \"type\": \"technicals\",\n            \"typeText\": \"Technicals\"\n        },\n        {\n            \"categoryCode\": \"TEC3\",\n            \"categoryName\": \"MACD bullish Crossover\",\n            \"marketIndicator\": \"Bullish\",\n            \"marketIndicatorText\": \"technicals_fundamentals.market_indicator.Bullish\",\n            \"type\": \"technicals\",\n            \"typeText\": \"Technicals\"\n        },\n        {\n            \"categoryCode\": \"TEC5\",\n            \"categoryName\": \"Morning Star\",\n            \"marketIndicator\": \"Bullish\",\n            \"marketIndicatorText\": \"technicals_fundamentals.market_indicator.Bullish\",\n            \"type\": \"technicals\",\n            \"typeText\": \"Technicals\"\n        },\n        {\n            \"categoryCode\": \"TEC6\",\n            \"categoryName\": \"bullish Engulfing\",\n            \"marketIndicator\": \"Bullish\",\n            \"marketIndicatorText\": \"technicals_fundamentals.market_indicator.Bullish\",\n            \"type\": \"technicals\",\n            \"typeText\": \"Technicals\"\n        },\n        {\n            \"categoryCode\": \"TEC9\",\n            \"categoryName\": \"Spike with Volume\",\n            \"marketIndicator\": \"Bullish\",\n            \"marketIndicatorText\": \"technicals_fundamentals.market_indicator.Bullish\",\n            \"type\": \"technicals\",\n            \"typeText\": \"Technicals\"\n        },\n        {\n            \"categoryCode\": \"TEC11\",\n            \"categoryName\": \"Crossed 52 week High with Volume\",\n            \"marketIndicator\": \"Bullish\",\n            \"marketIndicatorText\": \"technicals_fundamentals.market_indicator.Bullish\",\n            \"type\": \"technicals\",\n            \"typeText\": \"Technicals\"\n        },\n        {\n            \"categoryCode\": \"TEC13\",\n            \"categoryName\": \"Stock crosses above 200DMA\",\n            \"marketIndicator\": \"Bullish\",\n            \"marketIndicatorText\": \"technicals_fundamentals.market_indicator.Bullish\",\n            \"type\": \"technicals\",\n            \"typeText\": \"Technicals\"\n        }\n    ],\n    \"errorCode\": null,\n    \"statusCode\": 200,\n    \"statusMsg\": \"OK\",\n    \"message\": \"Technicals master fetched successfully\",\n    \"datetime\": \"2020-10-06T06:47:58.138Z\",\n    \"timestamp\": 1601966878138,\n    \"success\": true\n}"}],"_postman_id":"db17d86a-a511-48d5-a0db-30cc890620d1"},{"name":"Get Technicals Sectors","event":[{"listen":"prerequest","script":{"id":"680fd4cd-68fb-4c47-8e41-73f02de15a14","exec":["pm.environment.set(\"timestamp\", new Date().getTime());"],"type":"text/javascript"}},{"listen":"test","script":{"id":"3588781d-3f95-4424-8c4c-6474f3d0cccc","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","pm.test(\"Body matches string\", function () {\r","    pm.expect(pm.response.text()).to.include(\"Technicals sector fetched successfully\");\r","pm.test(\"Body matches string\", function () {\r","    pm.expect(pm.response.text()).to.include(\"sectorCode\");\r","});\r","});"],"type":"text/javascript"}}],"id":"5ddbcec9-f753-48d9-a672-5ab1e628c2f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"timestamp","value":"{{timestamp}}"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"string\",\r\n    \"userId\": \"string\",\r\n    \"parentUserId\": \"string\",\r\n    \"categoryCode\": \"string\",\r\n    \"marketCode\": \"string\"\r\n}"},"url":"https://{{api_host}}/bw-equity-services/apis/equity/technicalsSector?locale={{language_code}}","description":"<p>This API delivers all the sectors which have active technical insights for a particular technical category and market. </p>\n<p>The following details need to be passed in the API in order to deliver the list: category code and market code (from the End User’s preferences). </p>\n<p>This list includes sector code, sector name and sector short name.</p>\n","urlObject":{"protocol":"https","path":["bw-equity-services","apis","equity","technicalsSector"],"host":["{{api_host}}"],"query":[{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[],"_postman_id":"5ddbcec9-f753-48d9-a672-5ab1e628c2f3"},{"name":"Get Technicals Insights","event":[{"listen":"prerequest","script":{"id":"7c4f4da0-f021-4d10-aef5-8f9af88778bc","exec":["pm.environment.set(\"timestamp\", new Date().getTime());"],"type":"text/javascript"}}],"id":"b0c04613-6e5a-4837-a5b0-d9594d89f074","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"timestamp","value":"{{timestamp}}"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"string\",\r\n    \"userId\": \"string\",\r\n    \"parentUserId\": \"string\",\r\n    \"categoryCode\": \"string\",\r\n    \"marketCode\": \"string\",\r\n    \"sectorCode\": \"string\",\r\n    \"recordsPerPage\": 0\r\n}"},"url":"https://{{api_host}}/bw-equity-services/apis/equity/technicalsInsights?pageNo={{pageNo}}&locale={{language_code}}","description":"<p>This API delivers all the active insights for a particular technical category, market and sector. Insights which appear on the list relate to stocks that match an End User’s market preferences.</p>\n<p>The following details must be passed in the API: category code and number of records per page. </p>\n<p>Additionally, a user has the option to pass the market code and sector code. If not selected, a list of all insights (for all markets within an End User’s preferences and for all sectors) within the selected category code and page criteria will be delivered.  </p>\n<p>The list includes stock name, ticker name, stock exchange code, the price at which the insight was triggered, back testing returns and AI star rating.</p>\n","urlObject":{"protocol":"https","path":["bw-equity-services","apis","equity","technicalsInsights"],"host":["{{api_host}}"],"query":[{"key":"pageNo","value":"{{pageNo}}"},{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[{"id":"f7d01fd3-9149-436c-96a6-a5fdbe89d277","name":"Technicals Insights","originalRequest":{"method":"POST","header":[{"key":"authority","value":"invest-alb-1642688056.ap-south-1.elb.amazonaws.com:51443"},{"key":"accept","value":"application/json"},{"key":"timestamp","value":"{{timestamp}}"},{"key":"user-agent","value":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36"},{"key":"content-type","value":"application/json"},{"key":"origin","value":"https://invest-alb-1642688056.ap-south-1.elb.amazonaws.com:51443"},{"key":"sec-fetch-site","value":"same-origin"},{"key":"sec-fetch-mode","value":"cors"},{"key":"sec-fetch-dest","value":"empty"},{"key":"referer","value":"https://invest-alb-1642688056.ap-south-1.elb.amazonaws.com:51443/bw-equity-services/apis/swagger/"},{"key":"accept-language","value":"en-US,en;q=0.9,kn;q=0.8"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"BW_CLIENT\",\r\n    \"userId\": \"BW.USER22\",\r\n    \"categoryCode\": \"TEC1\",\r\n    \"marketCode\": \"IND\",\r\n    \"sectorCode\": \"sec_ai\",\r\n    \"recordsPerPage\": 10\r\n}"},"url":{"raw":"{{BaseURL}}/bw-equity-services/apis/equity/technicalsInsights?locale=en&pageNo=1","host":["{{BaseURL}}"],"path":["bw-equity-services","apis","equity","technicalsInsights"],"query":[{"key":"locale","value":"en"},{"key":"pageNo","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"JSON","header":[{"key":"Date","value":"Wed, 14 Oct 2020 05:04:34 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1237"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Origin,X-Requested-With,Content-Type,Accept,authorization"},{"key":"ETag","value":"W/\"4d5-BdvFKgKdkkraMd5zKuP6WgFK55w\""},{"key":"X-Response-Time","value":"60.395ms"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"summary\": {\n            \"insightCount\": 3,\n            \"maxPageNumber\": 1,\n            \"currentPage\": 1\n        },\n        \"insightData\": {\n            \"categoryCode\": \"TEC1\",\n            \"categoryName\": \"RSI Overbought and now reversing\",\n            \"marketIndicator\": \"Bearish\",\n            \"marketIndicatorText\": \"Bearish Signals\",\n            \"type\": \"technicals\",\n            \"typeText\": \"Technicals\",\n            \"insights\": [\n                {\n                    \"backTestReturns\": \"55\",\n                    \"backTextReturnsText\": \"+5500.00%\",\n                    \"backTextReturnsLbl\": \"Backtest Returns\",\n                    \"companyId\": 518,\n                    \"companyName\": \"MRF Limited India\",\n                    \"clientCompanyId\": \"MRFL\",\n                    \"exchangeCode\": \"NSE\",\n                    \"tickerName\": \"MRF\",\n                    \"triggerPrice\": \"104\",\n                    \"monitoring\": true\n                },\n                {\n                    \"backTestReturns\": \"55\",\n                    \"backTextReturnsText\": \"+5500.00%\",\n                    \"backTextReturnsLbl\": \"Backtest Returns\",\n                    \"companyId\": 518,\n                    \"companyName\": \"MRF Limited India\",\n                    \"clientCompanyId\": \"MRFL\",\n                    \"exchangeCode\": \"NSE\",\n                    \"tickerName\": \"MRF\",\n                    \"triggerPrice\": \"104\",\n                    \"monitoring\": true\n                },\n                {\n                    \"backTestReturns\": \"35\",\n                    \"backTextReturnsText\": \"+3500.00%\",\n                    \"backTextReturnsLbl\": \"Backtest Returns\",\n                    \"companyId\": 531,\n                    \"companyName\": \"Hero MotoCorp Limited\",\n                    \"clientCompanyId\": null,\n                    \"exchangeCode\": \"NSE\",\n                    \"tickerName\": \"HEROMOTOCO\",\n                    \"triggerPrice\": \"101\",\n                    \"monitoring\": true\n                }\n            ]\n        }\n    },\n    \"errorCode\": null,\n    \"statusCode\": 200,\n    \"statusMsg\": \"OK\",\n    \"message\": \"Technicals insights fetched successfully\",\n    \"datetime\": \"2020-10-14T05:04:34.800Z\",\n    \"timestamp\": 1602651874800,\n    \"success\": true\n}"}],"_postman_id":"b0c04613-6e5a-4837-a5b0-d9594d89f074"},{"name":"Get Technicals Backtest","event":[{"listen":"prerequest","script":{"id":"71160e32-a443-420b-9e0f-cb26d016bb02","exec":["pm.environment.set(\"timestamp\", new Date().getTime());"],"type":"text/javascript"}}],"id":"9a3e36cf-2a3e-4f1e-84d3-de0cdd7dbddb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"timestamp","value":"{{timestamp}}"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"string\",\r\n    \"userId\": \"string\",\r\n    \"parentUserId\": \"string\",\r\n    \"categoryCode\": \"string\",\r\n    \"companyId\": 0,\r\n    \"clientCompanyId\": \"string\"\r\n}"},"url":"https://{{api_host}}/bw-equity-services/apis/equity/technicalsBacktest?locale={{language_code}}","description":"<p>This API delivers the backtesting results relating to a technical signal.</p>\n<p>The following details must be passed in the API: category code, company ID or client company ID. </p>\n<p>The backtesting results include: stock name, ticker name, stock exchange code, number of occurrences and backtest time period, period 1 average returns and period 2 average returns.</p>\n","urlObject":{"protocol":"https","path":["bw-equity-services","apis","equity","technicalsBacktest"],"host":["{{api_host}}"],"query":[{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[],"_postman_id":"9a3e36cf-2a3e-4f1e-84d3-de0cdd7dbddb"}],"id":"ea45c2d9-e0ab-448b-abe2-ebb4964e009c","description":"<p>This module generates technical signals for specific stocks that have been detected by our AI. </p>\n<p>Bullish and bearish signals are generated for individual stocks based on near-term price movement, volume, etc. Stocks are then ranked by our AI using Alpha Scores and are back tested.</p>\n","_postman_id":"ea45c2d9-e0ab-448b-abe2-ebb4964e009c"},{"name":"Fundamentals","item":[{"name":"Get Fundamentals Categories","event":[{"listen":"prerequest","script":{"id":"115435a6-2cab-4dc7-82de-f9d50f3dc928","exec":["pm.environment.set(\"timestamp\", new Date().getTime());"],"type":"text/javascript"}}],"id":"31b069a8-6b99-4f29-9b70-385b34a9dfec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"timestamp","value":"{{timestamp}}"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"string\",\r\n    \"userId\": \"string\",\r\n    \"parentUserId\": \"string\"\r\n}"},"url":"https://{{api_host}}/bw-equity-services/apis/equity/fundamentalsMaster?locale={{language_code}}","description":"<p>This API delivers all the categories of fundamental signals. </p>\n<p>The list delivered by the API includes the category name, category short name, category code, market indicator (bullish or bearish signal), and a flag which indicates whether a particular category has any active fundamental insights on stocks which match an End User’s market preferences.</p>\n","urlObject":{"protocol":"https","path":["bw-equity-services","apis","equity","fundamentalsMaster"],"host":["{{api_host}}"],"query":[{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[{"id":"61e85086-9876-4ac4-8667-a02e6ad5d308","name":"Fundamentals Master","originalRequest":{"method":"POST","header":[{"key":"authority","value":"invest-alb-1642688056.ap-south-1.elb.amazonaws.com:51443"},{"key":"accept","value":"application/json"},{"key":"timestamp","value":"{{timestamp}}"},{"key":"user-agent","value":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36"},{"key":"content-type","value":"application/json"},{"key":"origin","value":"https://invest-alb-1642688056.ap-south-1.elb.amazonaws.com:51443"},{"key":"sec-fetch-site","value":"same-origin"},{"key":"sec-fetch-mode","value":"cors"},{"key":"sec-fetch-dest","value":"empty"},{"key":"referer","value":"https://invest-alb-1642688056.ap-south-1.elb.amazonaws.com:51443/bw-equity-services/apis/swagger/"},{"key":"accept-language","value":"en-US,en;q=0.9,kn;q=0.8"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"BW_CLIENT\",\r\n    \"userId\": \"BW_USER1\"\r\n}"},"url":{"raw":"{{BaseURL}}/bw-equity-services/apis/equity/fundamentalsMaster?locale=en","host":["{{BaseURL}}"],"path":["bw-equity-services","apis","equity","fundamentalsMaster"],"query":[{"key":"locale","value":"en"}]}},"status":"OK","code":200,"_postman_previewlanguage":"JSON","header":[{"key":"Date","value":"Wed, 14 Oct 2020 04:38:31 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"4074"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Origin,X-Requested-With,Content-Type,Accept,authorization"},{"key":"ETag","value":"W/\"fea-p45ai1oqXtu5/iMqCjfhVUih4Kc\""},{"key":"X-Response-Time","value":"88.916ms"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"categoryCode\": \"FUN2\",\n            \"categoryName\": \"High PEG ratio\",\n            \"marketIndicator\": \"Bearish\",\n            \"marketIndicatorText\": \"Bearish Signals\",\n            \"type\": \"fundamentals\",\n            \"typeText\": \"Fundamentals\"\n        },\n        {\n            \"categoryCode\": \"FUN4\",\n            \"categoryName\": \"Downside to Analyst Target\",\n            \"marketIndicator\": \"Bearish\",\n            \"marketIndicatorText\": \"Bearish Signals\",\n            \"type\": \"fundamentals\",\n            \"typeText\": \"Fundamentals\"\n        },\n        {\n            \"categoryCode\": \"FUN6\",\n            \"categoryName\": \"High PE Ratio among peers\",\n            \"marketIndicator\": \"Bearish\",\n            \"marketIndicatorText\": \"Bearish Signals\",\n            \"type\": \"fundamentals\",\n            \"typeText\": \"Fundamentals\"\n        },\n        {\n            \"categoryCode\": \"FUN8\",\n            \"categoryName\": \"High Price to Forward Sales Ratio among peers\",\n            \"marketIndicator\": \"Bearish\",\n            \"marketIndicatorText\": \"Bearish Signals\",\n            \"type\": \"fundamentals\",\n            \"typeText\": \"Fundamentals\"\n        },\n        {\n            \"categoryCode\": \"FUN11\",\n            \"categoryName\": \"Low Profit to cash conversion\",\n            \"marketIndicator\": \"Bearish\",\n            \"marketIndicatorText\": \"Bearish Signals\",\n            \"type\": \"fundamentals\",\n            \"typeText\": \"Fundamentals\"\n        },\n        {\n            \"categoryCode\": \"FUN15\",\n            \"categoryName\": \"technicals_fundamentals.category_name.FUN15\",\n            \"marketIndicator\": \"Bearish\",\n            \"marketIndicatorText\": \"Bearish Signals\",\n            \"type\": \"fundamentals\",\n            \"typeText\": \"Fundamentals\"\n        },\n        {\n            \"categoryCode\": \"FUN17\",\n            \"categoryName\": \"technicals_fundamentals.category_name.FUN17\",\n            \"marketIndicator\": \"Bearish\",\n            \"marketIndicatorText\": \"Bearish Signals\",\n            \"type\": \"fundamentals\",\n            \"typeText\": \"Fundamentals\"\n        },\n        {\n            \"categoryCode\": \"FUN20\",\n            \"categoryName\": \"technicals_fundamentals.category_name.FUN20\",\n            \"marketIndicator\": \"Bearish\",\n            \"marketIndicatorText\": \"Bearish Signals\",\n            \"type\": \"fundamentals\",\n            \"typeText\": \"Fundamentals\"\n        },\n        {\n            \"categoryCode\": \"FUN1\",\n            \"categoryName\": \"Low PEG ratio\",\n            \"marketIndicator\": \"Bullish\",\n            \"marketIndicatorText\": \"Bullish Signals\",\n            \"type\": \"fundamentals\",\n            \"typeText\": \"Fundamentals\"\n        },\n        {\n            \"categoryCode\": \"FUN3\",\n            \"categoryName\": \"Upside to Analyst Target\",\n            \"marketIndicator\": \"Bullish\",\n            \"marketIndicatorText\": \"Bullish Signals\",\n            \"type\": \"fundamentals\",\n            \"typeText\": \"Fundamentals\"\n        },\n        {\n            \"categoryCode\": \"FUN5\",\n            \"categoryName\": \"Low PE Ratio among peers\",\n            \"marketIndicator\": \"Bullish\",\n            \"marketIndicatorText\": \"Bullish Signals\",\n            \"type\": \"fundamentals\",\n            \"typeText\": \"Fundamentals\"\n        },\n        {\n            \"categoryCode\": \"FUN7\",\n            \"categoryName\": \"Low Price to Forward Sales Ratio among peers\",\n            \"marketIndicator\": \"Bullish\",\n            \"marketIndicatorText\": \"Bullish Signals\",\n            \"type\": \"fundamentals\",\n            \"typeText\": \"Fundamentals\"\n        },\n        {\n            \"categoryCode\": \"FUN9\",\n            \"categoryName\": \"Dividend companies with good revenue growth\",\n            \"marketIndicator\": \"Bullish\",\n            \"marketIndicatorText\": \"Bullish Signals\",\n            \"type\": \"fundamentals\",\n            \"typeText\": \"Fundamentals\"\n        },\n        {\n            \"categoryCode\": \"FUN10\",\n            \"categoryName\": \"High Profit to cash conversion\",\n            \"marketIndicator\": \"Bullish\",\n            \"marketIndicatorText\": \"Bullish Signals\",\n            \"type\": \"fundamentals\",\n            \"typeText\": \"Fundamentals\"\n        },\n        {\n            \"categoryCode\": \"FUN13\",\n            \"categoryName\": \"Low volatility and improving earnings expectation\",\n            \"marketIndicator\": \"Bullish\",\n            \"marketIndicatorText\": \"Bullish Signals\",\n            \"type\": \"fundamentals\",\n            \"typeText\": \"Fundamentals\"\n        },\n        {\n            \"categoryCode\": \"FUN14\",\n            \"categoryName\": \"technicals_fundamentals.category_name.FUN14\",\n            \"marketIndicator\": \"Bullish\",\n            \"marketIndicatorText\": \"Bullish Signals\",\n            \"type\": \"fundamentals\",\n            \"typeText\": \"Fundamentals\"\n        },\n        {\n            \"categoryCode\": \"FUN16\",\n            \"categoryName\": \"technicals_fundamentals.category_name.FUN16\",\n            \"marketIndicator\": \"Bullish\",\n            \"marketIndicatorText\": \"Bullish Signals\",\n            \"type\": \"fundamentals\",\n            \"typeText\": \"Fundamentals\"\n        },\n        {\n            \"categoryCode\": \"FUN18\",\n            \"categoryName\": \"technicals_fundamentals.category_name.FUN18\",\n            \"marketIndicator\": \"Bullish\",\n            \"marketIndicatorText\": \"Bullish Signals\",\n            \"type\": \"fundamentals\",\n            \"typeText\": \"Fundamentals\"\n        },\n        {\n            \"categoryCode\": \"FUN19\",\n            \"categoryName\": \"technicals_fundamentals.category_name.FUN19\",\n            \"marketIndicator\": \"Bullish\",\n            \"marketIndicatorText\": \"Bullish Signals\",\n            \"type\": \"fundamentals\",\n            \"typeText\": \"Fundamentals\"\n        },\n        {\n            \"categoryCode\": \"FUN21\",\n            \"categoryName\": \"technicals_fundamentals.category_name.FUN21\",\n            \"marketIndicator\": \"Bullish\",\n            \"marketIndicatorText\": \"Bullish Signals\",\n            \"type\": \"fundamentals\",\n            \"typeText\": \"Fundamentals\"\n        }\n    ],\n    \"errorCode\": null,\n    \"statusCode\": 200,\n    \"statusMsg\": \"OK\",\n    \"message\": \"Fundamentals master fetched successfully\",\n    \"datetime\": \"2020-10-14T04:38:31.158Z\",\n    \"timestamp\": 1602650311158,\n    \"success\": true\n}"}],"_postman_id":"31b069a8-6b99-4f29-9b70-385b34a9dfec"},{"name":"Get Fundamentals Sectors","event":[{"listen":"prerequest","script":{"id":"44b4ea45-a940-4a0a-b889-f51e5cc25b14","exec":["pm.environment.set(\"timestamp\", new Date().getTime());"],"type":"text/javascript"}},{"listen":"test","script":{"id":"eb948f10-f01a-4851-a3dd-61626b761dcf","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","pm.test(\"Body matches string\", function () {\r","    pm.expect(pm.response.text()).to.include(\"Fundamentals sector fetched successfully\");\r","pm.test(\"Body matches string\", function () {\r","    pm.expect(pm.response.text()).to.include(\"sectorCode\");\r","});\r","});"],"type":"text/javascript"}}],"id":"cfbb8aa3-c9ba-461d-ad02-9c48525cc78b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"timestamp","value":"{{timestamp}}"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"string\",\r\n    \"userId\": \"string\",\r\n    \"parentUserId\": \"string\",\r\n    \"categoryCode\": \"string\",\r\n    \"marketCode\": \"string\"\r\n}"},"url":"https://{{api_host}}/bw-equity-services/apis/equity/fundamentalsSector?locale={{language_code}}","description":"<p>This API delivers all the sectors which have active fundamental insights for a particular fundamental category and market. </p>\n<p>The following details need to be passed in the API in order to deliver the list: category code and market code (from the End User’s preferences). </p>\n<p>This list includes sector code, sector name and sector short name.</p>\n","urlObject":{"protocol":"https","path":["bw-equity-services","apis","equity","fundamentalsSector"],"host":["{{api_host}}"],"query":[{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[],"_postman_id":"cfbb8aa3-c9ba-461d-ad02-9c48525cc78b"},{"name":"Get Fundamentals Insights","event":[{"listen":"prerequest","script":{"id":"6b210fd8-f4b4-4872-80da-e1c7565d3f6c","exec":["pm.environment.set(\"timestamp\", new Date().getTime());"],"type":"text/javascript"}}],"id":"97392cf5-0ed6-423b-a6c9-3a3fb284f102","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"timestamp","value":"{{timestamp}}"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"string\",\r\n    \"userId\": \"string\",\r\n    \"parentUserId\": \"string\",\r\n    \"categoryCode\": \"string\",\r\n    \"marketCode\": \"string\",\r\n    \"sectorCode\": \"string\",\r\n    \"recordsPerPage\": 0\r\n}"},"url":"https://{{api_host}}/bw-equity-services/apis/equity/fundamentalsInsights?locale={{language_code}}&pageNo={{pageNo}}","description":"<p>This API delivers all the active insights for a particular fundamental category, market and sector. Insights which appear on the list relate to stocks that match an End User’s market preferences.</p>\n<p>The following details must be passed in the API: category code and number of records per page. </p>\n<p>Additionally, a user has the option to pass the market code and sector code. If not selected, a list of all insights (for all markets within an End User’s preferences and for all sectors) within the selected category code and page criteria will be delivered.  </p>\n<p>The list includes stock name, ticker name, stock exchange code, the price at which the insight was triggered, back testing returns and AI star rating.</p>\n","urlObject":{"protocol":"https","path":["bw-equity-services","apis","equity","fundamentalsInsights"],"host":["{{api_host}}"],"query":[{"key":"locale","value":"{{language_code}}"},{"key":"pageNo","value":"{{pageNo}}"}],"variable":[]}},"response":[],"_postman_id":"97392cf5-0ed6-423b-a6c9-3a3fb284f102"},{"name":"Get Fundamentals Backtest","event":[{"listen":"prerequest","script":{"id":"a61068db-84e7-4465-a921-1fc19c550f05","exec":["pm.environment.set(\"timestamp\", new Date().getTime());"],"type":"text/javascript"}}],"id":"6f2ff690-2c37-48c6-8f6c-b629957b5d4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"timestamp","value":"{{timestamp}}"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"string\",\r\n    \"userId\": \"string\",\r\n    \"parentUserId\": \"string\",\r\n    \"categoryCode\": \"string\",\r\n    \"companyId\": 0,\r\n    \"clientCompanyId\": \"string\"\r\n}"},"url":"https://{{api_host}}/bw-equity-services/apis/equity/fundamentalsBacktest?locale={{language_code}}","description":"<p>This API delivers the backtesting results relating to a fundamentals signal.</p>\n<p>The following details must be passed in the API: category code, company ID or client company ID. </p>\n<p>The backtesting results include: stock name, ticker name, stock exchange code, number of occurrences and backtest time period, period 1 average returns and period 2 average returns.</p>\n","urlObject":{"protocol":"https","path":["bw-equity-services","apis","equity","fundamentalsBacktest"],"host":["{{api_host}}"],"query":[{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[{"id":"b55392cb-cd0f-4653-a30b-be57738c9829","name":"Fundamentals Backtest","originalRequest":{"method":"POST","header":[{"key":"authority","value":"invest-alb-1642688056.ap-south-1.elb.amazonaws.com:51443"},{"key":"accept","value":"application/json"},{"key":"timestamp","value":"{{timestamp}}"},{"key":"user-agent","value":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36"},{"key":"content-type","value":"application/json"},{"key":"origin","value":"https://invest-alb-1642688056.ap-south-1.elb.amazonaws.com:51443"},{"key":"sec-fetch-site","value":"same-origin"},{"key":"sec-fetch-mode","value":"cors"},{"key":"sec-fetch-dest","value":"empty"},{"key":"referer","value":"https://invest-alb-1642688056.ap-south-1.elb.amazonaws.com:51443/bw-equity-services/apis/swagger/"},{"key":"accept-language","value":"en-US,en;q=0.9,kn;q=0.8"}],"body":{"mode":"raw","raw":"{\r\n   \"clientId\": \"BW_CLIENT\",\r\n    \"userId\": \"BW.USER22\",\r\n    \"categoryCode\": \"FUN1\",\r\n    \"companyId\": 845,\r\n    \"clientCompanyId\": \"MINDTREE\"\r\n}"},"url":{"raw":"{{BaseURL}}/bw-equity-services/apis/equity/fundamentalsBacktest?locale=en","host":["{{BaseURL}}"],"path":["bw-equity-services","apis","equity","fundamentalsBacktest"],"query":[{"key":"locale","value":"en"}]}},"status":"OK","code":200,"_postman_previewlanguage":"JSON","header":[{"key":"Date","value":"Wed, 14 Oct 2020 04:49:11 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"985"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Origin,X-Requested-With,Content-Type,Accept,authorization"},{"key":"ETag","value":"W/\"3d9-x/miCcESDJHNyucbnt7g1nIIfhI\""},{"key":"X-Response-Time","value":"81.090ms"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"currentPatternLbl\": \"Current pattern\",\n        \"categoryCode\": \"FUN1\",\n        \"categoryName\": \"Low PEG ratio\",\n        \"marketIndicator\": \"Bullish\",\n        \"marketIndicatorText\": \"Bullish Signals\",\n        \"type\": \"fundamentals\",\n        \"typeText\": \"Fundamentals\",\n        \"companyId\": 845,\n        \"clientCompanyId\": \"MINDTREE\",\n        \"tickerName\": \"MINDTREE\",\n        \"companyName\": \"Mindtree Limited India\",\n        \"exchangeCode\": \"NSE\",\n        \"monitoring\": false,\n        \"noOfinstancesLbl\": \"No of occurrences\",\n        \"noOfinstances\": 15,\n        \"overAllLbl\": \"Time period\",\n        \"overAllPeriodText\": \"In the past 2 year\",\n        \"overAllPeriod\": 2,\n        \"overallPeriodUnitsIn\": \"year\",\n        \"period1Lbl\": \"Average 1 week returns\",\n        \"period1\": 1,\n        \"period1UnitsIn\": \"week\",\n        \"period1Returns\": \"-11\",\n        \"period1ReturnsText\": \"-1100.00%\",\n        \"period2Lbl\": \"Average 1 month returns\",\n        \"period2\": 1,\n        \"period2UnitsIn\": \"month\",\n        \"period2Returns\": \"11\",\n        \"period2ReturnsText\": \"+1100.00%\"\n    },\n    \"errorCode\": null,\n    \"statusCode\": 200,\n    \"statusMsg\": \"OK\",\n    \"message\": \"Fundamentals backtest fetched successfully\",\n    \"datetime\": \"2020-10-14T04:49:11.607Z\",\n    \"timestamp\": 1602650951607,\n    \"success\": true\n}"}],"_postman_id":"6f2ff690-2c37-48c6-8f6c-b629957b5d4c"}],"id":"6068f7bd-a5a1-4a0c-b7a9-e7ae0859276e","description":"<p>This module generates fundamental signals for specific stocks that have been detected by our AI. </p>\n<p>Bullish and bearish signals are generated for individual stocks based on near-term price movement, volume, etc. Stocks are then ranked by our AI using Alpha Scores and are back tested.</p>\n","_postman_id":"6068f7bd-a5a1-4a0c-b7a9-e7ae0859276e"},{"name":"Account Management","item":[{"name":"Identity","item":[{"name":"Get Token","event":[{"listen":"test","script":{"id":"16233e86-104e-4b8c-bea0-121c7a0fa2ba","exec":[""],"type":"text/javascript"}}],"id":"edc39eab-c7a1-4e43-b7fe-20b75f75fd25","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"timestamp","type":"text","value":"{{timestamp}}"}],"body":{"mode":"raw","raw":"{\r\n  \"clientId\": \"string\",                   \r\n  \"clientSecret\": \"string\",\r\n  \"userId\": \"string\",\r\n  \"userPassword\": \"string\",\r\n  \"refreshToken\": \"string\",\r\n  \"authCode\": \"string\",\r\n  \"grantType\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{api_host}}/bw-identity-service/apis/identity/token?locale={{language_code}}","description":"<p>This API is used to generate an access token from our identity system. The access token can then be used to call Bridgeweave’s APIs.</p>\n<p>There are three ways to obtain the access token:</p>\n<ul>\n<li>client credentials (Client ID and Client Secret);</li>\n<li>authentication code; or</li>\n<li>refresh token</li>\n</ul>\n","urlObject":{"protocol":"https","path":["bw-identity-service","apis","identity","token"],"host":["{{api_host}}"],"query":[{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[{"id":"1a886ff6-c325-498f-b55b-2e51e934003d","name":"Success Response - Client Credentials","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"clientId\": \"Abcd1234\",\r\n  \"clientSecret\": \"6e75480072cafd411e144.....d28f4787e588a60da53c51098da4\",\r\n  \"grantType\": \"client_credential\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{api_host}}/brigeweaveapihost/apis/identity/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Origin,X-Requested-With,Content-Type,Accept,Authorization,Content-Type,Cache-Control,Pragma,Expires"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1590"},{"key":"ETag","value":"W/\"636-7EBGFD4bPHlXyRFM/u2EhIzFDmQ\""},{"key":"X-Response-Time","value":"76.751ms"},{"key":"Date","value":"Tue, 19 May 2020 07:00:08 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"access_token\": \"503f6d44abb059275......4c342844be22a579b678c\",\n        \"refresh_token\": \"413cc8420186d81d......a853a79a8851\",\n        \"access_token_expiresIn\": \"2020-05-21T09:00:08.561Z\",\n        \"refresh_token_expiresIn\": null,\n        \"token_type\": \"Bearer\",\n        \"scope\": \"userWrite,masterDataRead,clientPrefwrite\"\n    },\n    \"error\": null,\n    \"statusCode\": 200,\n    \"statusMsg\": \"OK\",\n    \"message\": \"Success\",\n    \"datetime\": \"2020-05-19T07:00:08.598Z\",\n    \"timestamp\": 1589871608598,\n    \"success\": true\n}"},{"id":"bf6b2dfc-2e04-43f0-b4a4-a01b25cd05fc","name":"Error Response - Invalid client ID","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"clientId\": \"Abcd123433\",\r\n  \"clientSecret\": \"6d40acbf2d8a3488.....e588a60da53c51098da4\",\r\n  \"grantType\": \"client_credential\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{api_host}}/brigeweaveapihost/apis/identity/token"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Origin,X-Requested-With,Content-Type,Accept,Authorization,Content-Type,Cache-Control,Pragma,Expires"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"185"},{"key":"ETag","value":"W/\"b9-H2eU7mF9o9wQWJsmvB4dTbL1MDE\""},{"key":"X-Response-Time","value":"26.674ms"},{"key":"Date","value":"Tue, 19 May 2020 07:06:54 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": null,\n    \"error\": null,\n    \"statusCode\": 400,\n    \"statusMsg\": \"Bad Request\",\n    \"message\": \"Client id is not present\",\n    \"datetime\": \"2020-05-19T07:06:54.447Z\",\n    \"timestamp\": 1589872014447,\n    \"success\": true\n}"},{"id":"38062ff8-35ec-4b83-b5f4-63667b1d500b","name":"Error Response - Validation failed","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"clientId\": \"\",\r\n  \"clientSecret\": \"\",\r\n  \"grantType\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{api_host}}/brigeweaveapihost/apis/identity/token"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Origin,X-Requested-With,Content-Type,Accept,Authorization,Content-Type,Cache-Control,Pragma,Expires"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"200"},{"key":"ETag","value":"W/\"c8-z/Yg3mnNKP42FmMxHpvoTZHlLFw\""},{"key":"X-Response-Time","value":"3.741ms"},{"key":"Date","value":"Tue, 19 May 2020 09:23:22 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": null,\n    \"error\": \"Error while validating request: request.body.grantType should be equal to one of the allowed values\",\n    \"status\": {\n        \"statusCode\": 422,\n        \"message\": \"Request parameter validation failed.\"\n    }\n}"},{"id":"48b368d5-8774-4c29-b754-267b97790082","name":"Success Response - Refresh Token","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"clientId\" : \"BWXYZ\",\r\n  \"refreshToken\" : \"4e74c45635a0b75224f71ce4a1933e683b9c7c25e....79a8851\",\r\n  \"grantType\" : \"refresh_token\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://{{api_host}}/brigeweaveapihost/apis/identity/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Origin,X-Requested-With,Content-Type,Accept,Authorization,Content-Type,Cache-Control,Pragma,Expires"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1584"},{"key":"ETag","value":"W/\"630-9MOr+CM45HYLiE98ZCCTTwUkfz0\""},{"key":"X-Response-Time","value":"346.346ms"},{"key":"Date","value":"Tue, 19 May 2020 10:33:55 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"access_token\": \"3f8a0ff0ac19fdb39c560402f7d5b3c.....b392686717b4171\",\n        \"refresh_token\": \"4e74c45635a0b75224f71ce4a1933......2eda853a79a8851\",\n        \"access_token_expiresIn\": \"2020-05-21T12:33:55.064Z\",\n        \"refresh_token_expiresIn\": null,\n        \"token_type\": \"Bearer\",\n        \"scope\": \"userWrite,masterDataRead,clientPrefwrite,clientPrefRead,userPrefWrite,userPrefRead,fundDataRead,equityDataRead,portfolioWrite,portfolioRead,themeRead,trackRead,trackWrite,uvRead,uvWrite,clientSubscriptionRead,userSubscriptionRead,userSubscriptionWrite\"\n    },\n    \"error\": null,\n    \"statusCode\": 200,\n    \"statusMsg\": \"OK\",\n    \"message\": \"Success\",\n    \"datetime\": \"2020-05-19T10:33:55.112Z\",\n    \"timestamp\": 1589884435112,\n    \"success\": true\n}"},{"id":"e5f345f9-e8f4-4969-8a45-cf742173bb55","name":"Success Response - User Credentials","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"clientId\" : \"\",\r\n  \"clientSecret\" : \"\",\r\n  \"authCode\" : \"\",\r\n  \"userId\" : \"\",\r\n  \"userPassword\" : \"\",\r\n  \"grantType\" : \"implicit\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://{{api_host}}/brigeweaveapihost/apis/identity/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Origin,X-Requested-With,Content-Type,Accept,Authorization,Content-Type,Cache-Control,Pragma,Expires"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1498"},{"key":"ETag","value":"W/\"5da-RPMrCTfal9quM/DT7rGx8qXiIAs\""},{"key":"X-Response-Time","value":"90.286ms"},{"key":"Date","value":"Tue, 19 May 2020 10:37:02 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"access_token\": \"0072cde1555912257ed24f33f6bd......e2b4043e226d11\",\n        \"refresh_token\": \"5f34e69d76d8f864acd7c7a9db4......791d5c\",\n        \"access_token_expiresIn\": \"2020-05-21T12:37:02.074Z\",\n        \"refresh_token_expiresIn\": null,\n        \"token_type\": \"Bearer\",\n        \"scope\": \"masterDataRead,userPrefWrite,userPrefRead,fundDataRead,equityDataRead,portfolioWrite,portfolioRead,themeRead,trackRead,trackWrite,uvRead,uvWrite,userSubscriptionRead\"\n    },\n    \"error\": null,\n    \"statusCode\": 200,\n    \"statusMsg\": \"OK\",\n    \"message\": \"Success\",\n    \"datetime\": \"2020-05-19T10:37:02.142Z\",\n    \"timestamp\": 1589884622142,\n    \"success\": true\n}"}],"_postman_id":"edc39eab-c7a1-4e43-b7fe-20b75f75fd25"}],"id":"e9f44bb3-6baa-4ec2-a46e-be4d7abd347a","description":"<p>All our APIs use an identity layer on top of OAuth 2.0. The identity system facilitates authentication and authorisation.</p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"cf8a13b1-3806-43fe-8019-dddf9a6d91b0","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"bd45e5bc-3662-4134-bdf9-29c5dfb66d18","type":"text/javascript","exec":[""]}}],"_postman_id":"e9f44bb3-6baa-4ec2-a46e-be4d7abd347a"},{"name":"User and Subscription Management","item":[{"name":"Set Default Client Subscription","id":"fcaa85df-2771-4b66-b45f-a158ad55bfc0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"},{"key":"Content-Type","type":"text","value":"application/json"},{"key":"timestamp","value":"{{timestamp}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"clientId\": \"string\",\r\n  \"subscriptionsCode\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{api_host}}/bw-client-user-service/apis/subscription/setDefaultSubscription?locale={{language_code}}","description":"<p>At the onboarding stage, a Client subscribes to its preferred modules. A default subscription is applied to some or all of the modules. </p>\n<p>The default subscription will be assigned automatically to all new End Users.</p>\n<p>Through this API, a Client can change its default subscription. </p>\n","urlObject":{"protocol":"https","path":["bw-client-user-service","apis","subscription","setDefaultSubscription"],"host":["{{api_host}}"],"query":[{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[{"id":"3c12bd16-9acd-4c3c-907d-d6f549e797c3","name":"Error - Invalid Subscription","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"clientId\": \"BWXYZ\",\r\n  \"subscriptionsCode\": \"XYZ\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{api_host}}/brigeweaveapihost/apis/subscription/setDefaultSubscription"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Origin,X-Requested-With,Content-Type,Accept,Authorization,Content-Type,Cache-Control,Pragma,Expires"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"189"},{"key":"ETag","value":"W/\"bd-QIDTtYdYoxdP2f8xTwM6y9tqp/o\""},{"key":"X-Response-Time","value":"25.484ms"},{"key":"Date","value":"Thu, 21 May 2020 14:18:17 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": \"Invalid subscription code.\",\n    \"error\": null,\n    \"statusCode\": 409,\n    \"statusMsg\": \"Conflict\",\n    \"message\": \"Success\",\n    \"datetime\": \"2020-05-21T14:18:17.214Z\",\n    \"timestamp\": 1590070697214,\n    \"success\": true\n}"},{"id":"fe45594b-d6ba-4c79-b838-1386c8c1da1f","name":"Success Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"clientId\": \"BW208\",\r\n  \"subscriptionsCode\": \"sub1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://104.196.201.10:51007/brigeweaveapihost/apis/subscription/setDefaultSubscription"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Origin,X-Requested-With,Content-Type,Accept,Authorization,Content-Type,Cache-Control,Pragma,Expires"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"195"},{"key":"ETag","value":"W/\"c3-jmlGDkV5V4xTTUYRQ78dfoVG4cw\""},{"key":"X-Response-Time","value":"100.284ms"},{"key":"Date","value":"Thu, 21 May 2020 14:19:08 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": \"Subscription updated successfully\",\n    \"error\": null,\n    \"statusCode\": 201,\n    \"statusMsg\": \"Created\",\n    \"message\": \"Success\",\n    \"datetime\": \"2020-05-21T14:19:08.490Z\",\n    \"timestamp\": 1590070748490,\n    \"success\": true\n}"}],"_postman_id":"fcaa85df-2771-4b66-b45f-a158ad55bfc0"},{"name":"Get Client Subscriptions","id":"4759db06-4ee8-4c88-95ef-aa14bcb93977","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"},{"key":"timestamp","type":"text","value":"{{timestamp}}"}],"url":"https://{{api_host}}/bw-client-user-service/apis/subscription/getClientSubscription?clientId={{client_id}}&service={{service_name}}&locale={{language_code}}","description":"<p>This API allows a Client to view a list of the modules which they are currently subscribed to.  </p>\n<p>Before the list is delivered, a user can filter \nwhich modules they would like to see. If no selection is made, the user will receive the full list of active modules. </p>\n<p>Criteria to select the modules are passed through the API and the API generates the list.</p>\n","urlObject":{"protocol":"https","path":["bw-client-user-service","apis","subscription","getClientSubscription"],"host":["{{api_host}}"],"query":[{"description":{"content":"<p>ID of the client</p>\n","type":"text/plain"},"key":"clientId","value":"{{client_id}}"},{"description":{"content":"<p>Possible values - Funds,  Equity</p>\n","type":"text/plain"},"key":"service","value":"{{service_name}}"},{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[],"_postman_id":"4759db06-4ee8-4c88-95ef-aa14bcb93977"},{"name":"Get Country Code","id":"4aee5502-339c-4fcd-acdf-b1a5dd3fb06e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"},{"key":"timestamp","value":"{{timestamp}}","type":"text"}],"url":"https://{{api_host}}/bw-client-user-service/apis/getCountryCode?clientId={{client_id}}&userId={{user_id}}&locale={{language_code}}","description":"<p>This API delivers a default list of country codes. </p>\n","urlObject":{"protocol":"https","path":["bw-client-user-service","apis","getCountryCode"],"host":["{{api_host}}"],"query":[{"key":"clientId","value":"{{client_id}}"},{"key":"userId","value":"{{user_id}}"},{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[{"id":"41ad6748-be83-4dc9-83e5-e11710f875c2","name":"Success Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://104.196.201.10:51007/brigeweaveapihost/apis/getCountryCode?clientId&userId","protocol":"https","host":["104","196","201","10"],"port":"51007","path":["brigeweaveapihost","apis","getCountryCode"],"query":[{"key":"clientId","value":null},{"key":"userId","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Origin,X-Requested-With,Content-Type,Accept,Authorization,Content-Type,Cache-Control,Pragma,Expires"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"262"},{"key":"ETag","value":"W/\"106-vy0XS2XaGuSV4NW/59TXWKM2ObQ\""},{"key":"X-Response-Time","value":"29.614ms"},{"key":"Date","value":"Thu, 21 May 2020 13:35:21 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"countryName\": \"India\",\n            \"countryCode\": \"IND\"\n        },\n        {\n            \"countryName\": \"United states of America\",\n            \"countryCode\": \"US\"\n        }\n    ],\n    \"error\": null,\n    \"statusCode\": 200,\n    \"statusMsg\": \"OK\",\n    \"message\": \"Success\",\n    \"datetime\": \"2020-05-21T13:35:21.126Z\",\n    \"timestamp\": 1590068121126,\n    \"success\": true\n}"}],"_postman_id":"4aee5502-339c-4fcd-acdf-b1a5dd3fb06e"},{"name":"Add Advisor/RM","id":"a68b2af3-b607-4237-855a-bd9f5d0ffe43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"timestamp","type":"text","value":"{{timestamp}}"},{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"userId\": \"string\",\r\n    \"clientId\": \"string\",\r\n    \"fullName\": \"string\",\r\n    \"mobileNumber\": \"string\",\r\n    \"password\": \"string\",\r\n    \"userEmailId\": \"string\",\r\n    \"countryCode\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{api_host}}/bw-client-user-service/apis/addParentUser?locale={{language_code}}","description":"<p>This API enables a new Advisor/RM to be added to the system. </p>\n<p>Before the Advisor/RM is added, the Client must select to either:</p>\n<ul>\n<li>use its internal Advisor/RM ID. This ID will then be used in our system; or </li>\n<li>not provide an ID for the Advisor/RM. Our system will then allocate a new ID to the Advisor/RM.</li>\n</ul>\n<p>Criteria to select the Advisor/RM’s ID is passed through the API and the API enables the new Advisor/RM to be added to the system.</p>\n<p>A new Advisor/RM is automatically assigned the default preferences set by the Client. </p>\n<p>If the default preferences are not desired for a particular Advisor/RM, this can be changed using the Set Advisor/RM Preference API.</p>\n","urlObject":{"protocol":"https","path":["bw-client-user-service","apis","addParentUser"],"host":["{{api_host}}"],"query":[{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[{"id":"9fa18601-9e02-42c4-9b8f-ad68942ad51a","name":"Success Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"userId\": \"Parent1\",\r\n  \"clientId\": \"BW208\",\r\n  \"fullName\": \"Parent1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://104.196.201.10:51007/brigeweaveapihost/apis/addParentUser"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Origin,X-Requested-With,Content-Type,Accept,Authorization,Content-Type,Cache-Control,Pragma,Expires"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"199"},{"key":"ETag","value":"W/\"c7-8uC5WC669X/JH+SlQZ8DYFaQBwI\""},{"key":"X-Response-Time","value":"227.430ms"},{"key":"Date","value":"Sat, 23 May 2020 04:17:16 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"userId\": \"Parent1\",\n        \"clientId\": \"BW208\"\n    },\n    \"error\": null,\n    \"statusCode\": 201,\n    \"statusMsg\": \"Created\",\n    \"message\": \"Success\",\n    \"datetime\": \"2020-05-23T04:17:16.527Z\",\n    \"timestamp\": 1590207436527,\n    \"success\": true\n}"}],"_postman_id":"a68b2af3-b607-4237-855a-bd9f5d0ffe43"},{"name":"Get Advisor/RM","event":[{"listen":"prerequest","script":{"id":"bd9786be-3673-413c-84b4-e9170b720f2c","exec":["pm.environment.set(\"timestamp\", new Date().getTime());"],"type":"text/javascript"}}],"id":"8455c4fd-8373-4146-aaee-31a6210ad3b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"timestamp","value":"{{timestamp}}","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{api_host}}/bw-client-user-service/apis/clientConfig/getParentUser?clientId={{client_id}}&userId={{user_id}}&locale={{language_code}}","description":"<p>This API delivers an Advisor/RM’s details, including Advisor/RM ID, name, email, phone number and country code.</p>\n","urlObject":{"protocol":"https","path":["bw-client-user-service","apis","clientConfig","getParentUser"],"host":["{{api_host}}"],"query":[{"key":"clientId","value":"{{client_id}}"},{"key":"userId","value":"{{user_id}}"},{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[{"id":"bf85141f-707a-428c-993d-ef2fafd14681","name":"Get Parent User","originalRequest":{"method":"GET","header":[{"key":"timestamp","value":"{{timestamp}}","type":"text"}],"url":{"raw":"{{BaseURL}}/bw-client-user-service/apis/clientConfig/getParentUser?clientId={{BW_CLIENT_XX_ID}}&userId={{BW_CLIENT_PARENT_USER_ID}}","host":["{{BaseURL}}"],"path":["bw-client-user-service","apis","clientConfig","getParentUser"],"query":[{"key":"clientId","value":"{{BW_CLIENT_XX_ID}}"},{"key":"userId","value":"{{BW_CLIENT_PARENT_USER_ID}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 24 Aug 2020 05:19:24 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"339"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Origin,X-Requested-With,Content-Type,Accept,Authorization,Content-Type,Cache-Control,Pragma,Expires"},{"key":"ETag","value":"W/\"153-E9Yboa5sAsmIHtv5wm7DBoPT188\""},{"key":"X-Response-Time","value":"26.960ms"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"userId\": \"BW383_PARENT_USER_5902\",\n        \"userEmailId\": \"BW383_PARENT_USER_5902@bridgeweave.com\",\n        \"fullName\": \"Bridgeweave BW383 Parent 5902\",\n        \"mobileNumber\": \"8740339673\",\n        \"countryCode\": \"UK\"\n    },\n    \"errorCode\": null,\n    \"statusCode\": 200,\n    \"statusMsg\": \"OK\",\n    \"message\": \"Success\",\n    \"datetime\": \"2020-08-24T05:19:24.497Z\",\n    \"timestamp\": 1598246364497,\n    \"success\": true\n}"}],"_postman_id":"8455c4fd-8373-4146-aaee-31a6210ad3b6"},{"name":"Update Advisor/RM","id":"c7651a02-072d-4d12-a1d5-3a35f1a69398","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"timestamp","value":"{{timestamp}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"string\",\r\n    \"userId\": \"string\",\r\n    \"userEmailId\": \"string\",\r\n    \"fullName\": \"string\",\r\n    \"mobileNumber\": \"string\",\r\n    \"countryCode\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{api_host}}/bw-client-user-service/apis/clientConfig/updateParentUser?locale={{language_code}}","description":"<p>This API enables an Advisor/RM’s details to be updated in the system. Details that can be updated are: name, email, phone number and country code.</p>\n<p>The Advisor/RM’s ID, together with the updated details, are passed through the API and the API updates the details in the system.</p>\n","urlObject":{"protocol":"https","path":["bw-client-user-service","apis","clientConfig","updateParentUser"],"host":["{{api_host}}"],"query":[{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[{"id":"ce8198fd-4262-4ba3-9cb2-da826a07860b","name":"SetClientSubscription","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"clientId\": \"BW_CLIENT\",\r\n  \"subscriptionsCode\": [\r\n    \"sub1\",\r\n    \"sub2\",\r\n    \"sub5\"\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{BaseURL}}/bw-client-user-service/apis/subscription/setClientSubscription"},"status":"Created","code":201,"_postman_previewlanguage":"JSON","header":[{"key":"Date","value":"Mon, 07 Sep 2020 11:05:43 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"199"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Origin,X-Requested-With,Content-Type,Accept,Authorization,Content-Type,Cache-Control,Pragma,Expires"},{"key":"ETag","value":"W/\"c7-Bg9npMdDBRU8c5zkJbL1UDrq8pc\""},{"key":"X-Response-Time","value":"32.842ms"}],"cookie":[],"responseTime":null,"body":"{\"data\":\"Subscription updated successfully\",\"errorCode\":null,\"statusCode\":201,\"statusMsg\":\"Created\",\"message\":\"Success\",\"datetime\":\"2020-09-07T11:05:43.916Z\",\"timestamp\":1599476743916,\"success\":true}"}],"_postman_id":"c7651a02-072d-4d12-a1d5-3a35f1a69398"},{"name":"Add End User","id":"d22542d1-b532-4c20-bf51-de505b281206","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"timestamp","value":"{{timestamp}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"userId\": \"string\",\r\n    \"clientId\": \"string\",\r\n    \"fullName\": \"string\",\r\n    \"mobileNumber\": \"string\",\r\n    \"password\": \"string\",\r\n    \"userEmailId\": \"string\",\r\n    \"countryCode\": \"string\",\r\n    \"parentUserId\": \"string\",\r\n    \"subscriptions\": {\r\n        \"subscriptionCode\": \"string\",\r\n        \"serviceAlgo\": [\r\n            \"string\"\r\n        ]\r\n    },\r\n    \"additionalDetails\": {\r\n        \"city\": \"string\",\r\n        \"postalCode\": \"string\",\r\n        \"ageRange\": \"string\",\r\n        \"incomeRange\": \"string\",\r\n        \"networthRange\": \"string\",\r\n        \"investingExperience\": \"string\",\r\n        \"homeCountryCode\": \"string\"\r\n    },\r\n    \"partnerCode\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{api_host}}/bw-client-user-service/apis/adduser?locale={{language_code}}","description":"<p>Through this API a new End User can be added to the system. </p>\n<p>Before the End User is added, the Client or Advisor/RM must select to either:</p>\n<ul>\n<li>use its internal End User ID. This ID will then be used in our system; or </li>\n<li>not provide an ID for the End User. Our system will then allocate a new ID to the End User.</li>\n</ul>\n<p>Criteria to select the End User’s ID is passed through the API and the API enables the new End User to be added to the system.</p>\n<p>A new End User is automatically assigned:</p>\n<ul>\n<li>the default modules which the Client is currently subscribed to; and</li>\n<li>any default preferences set by the Client or Advisor/RM (as applicable).</li>\n</ul>\n<p>If the default preferences are not desired for a particular End User, this can be changed using the Set User Preference API.</p>\n","urlObject":{"protocol":"https","path":["bw-client-user-service","apis","adduser"],"host":["{{api_host}}"],"query":[{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[],"_postman_id":"d22542d1-b532-4c20-bf51-de505b281206"},{"name":"Get End User","event":[{"listen":"prerequest","script":{"id":"ec19b779-b0b3-421a-9d3e-0f442ad07dac","exec":["pm.environment.set(\"timestamp\", new Date().getTime());"],"type":"text/javascript"}}],"id":"ac7e9fe0-be4e-43ef-a2b4-749faed4c180","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"timestamp","type":"text","value":"{{timestamp}}"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{api_host}}/bw-client-user-service/apis/clientConfig/getEndUser?clientId={{client_id}}&userId={{user_id}}&locale={{language_code}}","description":"<p>This API delivers an End User’s details, including End User ID, name, email, phone number, home country code, country code to which mobile is registered, city, postal code, age range, income range, net worth range and investing experience range.</p>\n","urlObject":{"protocol":"https","path":["bw-client-user-service","apis","clientConfig","getEndUser"],"host":["{{api_host}}"],"query":[{"key":"clientId","value":"{{client_id}}"},{"key":"userId","value":"{{user_id}}"},{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[],"_postman_id":"ac7e9fe0-be4e-43ef-a2b4-749faed4c180"},{"name":"Update End User","id":"bacd5413-5385-4abf-958a-e3ff976444a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"timestamp","value":"{{timestamp}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"string\",\r\n    \"userId\": \"string\",\r\n    \"userEmailId\": \"string\",\r\n    \"fullName\": \"string\",\r\n    \"mobileNumber\": \"string\",\r\n    \"countryCode\": \"string\",\r\n    \"additionalDetails\": {\r\n        \"city\": \"string\",\r\n        \"postalCode\": \"string\",\r\n        \"ageRange\": \"string\",\r\n        \"incomeRange\": \"string\",\r\n        \"networthRange\": \"string\",\r\n        \"investingExperience\": \"string\",\r\n        \"homeCountryCode\": \"string\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{api_host}}/bw-client-user-service/apis/clientConfig/updateEndUser?locale={{language_code}}","description":"<p>This API enables an End User’s details to be updated in the system. Details that can be updated are: name, email, phone number, home country code, country code to which mobile is registered, city, postal code, age range, income range, net worth range and investing experience range.</p>\n<p>The End User’s ID, together with the updated details, are passed through the API and the API updates the details in the system.</p>\n","urlObject":{"protocol":"https","path":["bw-client-user-service","apis","clientConfig","updateEndUser"],"host":["{{api_host}}"],"query":[{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[{"id":"25ceac40-4081-4405-adc4-72906676990b","name":"SetClientSubscription","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"clientId\": \"BW_CLIENT\",\r\n  \"subscriptionsCode\": [\r\n    \"sub1\",\r\n    \"sub2\",\r\n    \"sub5\"\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{BaseURL}}/bw-client-user-service/apis/subscription/setClientSubscription"},"status":"Created","code":201,"_postman_previewlanguage":"JSON","header":[{"key":"Date","value":"Mon, 07 Sep 2020 11:05:43 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"199"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Origin,X-Requested-With,Content-Type,Accept,Authorization,Content-Type,Cache-Control,Pragma,Expires"},{"key":"ETag","value":"W/\"c7-Bg9npMdDBRU8c5zkJbL1UDrq8pc\""},{"key":"X-Response-Time","value":"32.842ms"}],"cookie":[],"responseTime":null,"body":"{\"data\":\"Subscription updated successfully\",\"errorCode\":null,\"statusCode\":201,\"statusMsg\":\"Created\",\"message\":\"Success\",\"datetime\":\"2020-09-07T11:05:43.916Z\",\"timestamp\":1599476743916,\"success\":true}"}],"_postman_id":"bacd5413-5385-4abf-958a-e3ff976444a0"},{"name":"Change User Status","id":"ed2fb614-1530-426e-b99c-873663bba25e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"timestamp","value":"{{timestamp}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"clientId\": \"string\",\n  \"userId\": \"string\",\n  \"isActive\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://{{api_host}}/bw-client-user-service/apis/changeUserStatus?locale={{language_code}}","description":"<p>This API enables the status of an Advisor/RM or End User to be changed from 'active' to 'inactive' and vice versa.</p>\n","urlObject":{"protocol":"https","path":["bw-client-user-service","apis","changeUserStatus"],"host":["{{api_host}}"],"query":[{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[{"id":"0c98b772-827b-48ba-94a8-c1b1488d4c5a","name":"Already Inactive Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"BW208\",\n    \"userId\": \"advisor10\",\n    \"isActive\": false\n}","options":{"raw":{"language":"json"}}},"url":"https://104.196.201.10:51007/brigeweaveapihost/apis/changeUserStatus"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Origin,X-Requested-With,Content-Type,Accept,Authorization,Content-Type,Cache-Control,Pragma,Expires"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"145"},{"key":"ETag","value":"W/\"91-tmN6qiSyWrYzAJpI4p8t2O2kx4A\""},{"key":"X-Response-Time","value":"26.753ms"},{"key":"Date","value":"Thu, 21 May 2020 13:47:40 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": null,\n    \"error\": null,\n    \"statusCode\": 409,\n    \"statusMsg\": \"Conflict\",\n    \"datetime\": \"2020-05-21T13:47:40.557Z\",\n    \"timestamp\": 1590068860557,\n    \"success\": true\n}"},{"id":"e8d50723-1b4e-419e-920b-408aa88ac3ab","name":"Success Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"BW208\",\n    \"userId\": \"advisor10\",\n    \"isActive\": false\n}","options":{"raw":{"language":"json"}}},"url":"https://104.196.201.10:51007/brigeweaveapihost/apis/changeUserStatus"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Origin,X-Requested-With,Content-Type,Accept,Authorization,Content-Type,Cache-Control,Pragma,Expires"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"139"},{"key":"ETag","value":"W/\"8b-jjbTcWpDgqzb/7YYiSbTH8OsCh0\""},{"key":"X-Response-Time","value":"52.719ms"},{"key":"Date","value":"Thu, 21 May 2020 13:47:15 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": null,\n    \"error\": null,\n    \"statusCode\": 200,\n    \"statusMsg\": \"OK\",\n    \"datetime\": \"2020-05-21T13:47:15.596Z\",\n    \"timestamp\": 1590068835596,\n    \"success\": true\n}"}],"_postman_id":"ed2fb614-1530-426e-b99c-873663bba25e"},{"name":"Set User Subscription","id":"34898001-1f00-4cab-b9d3-e0eb6d3b364a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"timestamp","value":"{{timestamp}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"clientId\": \"string\",\r\n  \"userId\": \"string\",\r\n  \"subscriptions\": [\r\n    {\r\n      \"subscriptionCode\": \"string\",\r\n      \"serviceAlgo\": [\r\n        \"string\"\r\n      ]\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{api_host}}/bw-client-user-service/apis/subscription/setClientUserSubscription?locale={{language_code}}","description":"<p>An End User will automatically be assigned the Client’s default subscription. </p>\n<p>This API makes it possible to change an End User’s subscription, for example, to select different modules and underlying APIs for a particular End User.</p>\n","urlObject":{"protocol":"https","path":["bw-client-user-service","apis","subscription","setClientUserSubscription"],"host":["{{api_host}}"],"query":[{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[{"id":"20139c16-f191-448e-902b-24d18a5b3641","name":"Success Response - Equity","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer 7de5dd34738bfd6e58acc80a88ebd93e327e88a04cbb669cf97b675f573d68508f3707eb71d6e90319e8b0c296862c39cd26b46d48e0ffeddd8b6acb438caed0ee70e49dc160927e314ca8189b03b9c1cd5bde97543e492dd0daa40266e9b83abe522e719eaecbdfce095bbd5f4f3694e09e627d799531c8ffd831cf83022a83e40504ac8ba15847c05c5aceeb888f4675408148154728fcc6874b167f8632cd39a3407b933965d11cc49f34d0add20f74a4cd7140f847b4d6f9c44892af107589ec0c7f29eb5c8b2e174688e49dc06d81a82bd95f65bf2e416a0b8478a5b66b07ed02bcf990f82851ab9fe797f2a05423bfbe1b540648cc6e0ebfe709d373e7","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"clientId\": \"BW320\",\r\n  \"userId\": \"BW320_User001\",\r\n  \"subscriptions\": [\r\n    {\r\n      \"subscriptionCode\": \"sub1\",\r\n      \"serviceAlgo\": [\r\n        \"UV\", \"Track\"\r\n      ]\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://104.196.201.10:51007/brigeweaveapihost/apis/subscription/setClientUserSubscription"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Origin,X-Requested-With,Content-Type,Accept,Authorization,Content-Type,Cache-Control,Pragma,Expires"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"195"},{"key":"ETag","value":"W/\"c3-zDlbJvAsRYESGgdtUL2PSS+ILso\""},{"key":"X-Response-Time","value":"44.924ms"},{"key":"Date","value":"Tue, 26 May 2020 07:13:22 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": \"Subscription updated successfully\",\n    \"error\": null,\n    \"statusCode\": 201,\n    \"statusMsg\": \"Created\",\n    \"message\": \"Success\",\n    \"datetime\": \"2020-05-26T07:13:22.590Z\",\n    \"timestamp\": 1590477202590,\n    \"success\": true\n}"},{"id":"4a40dcd7-11a4-4f01-839a-4b8460313965","name":"Error Response - Subscription not found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"clientId\": \"BW208\",\r\n  \"userId\": \"user10\",\r\n  \"subscriptions\": [\r\n    {\r\n      \"subscriptionCode\": \"su33b1\",\r\n      \"serviceAlgo\": [\r\n        \"UV\"\r\n      ]\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://104.196.201.10:51007/brigeweaveapihost/apis/subscription/setClientUserSubscription"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Origin,X-Requested-With,Content-Type,Accept,Authorization,Content-Type,Cache-Control,Pragma,Expires"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"223"},{"key":"ETag","value":"W/\"df-FMAFwaH+IHnsJOrlORsfL17Z4X4\""},{"key":"X-Response-Time","value":"29.535ms"},{"key":"Date","value":"Thu, 21 May 2020 14:08:14 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": \"All the provided subscriptions are not subscribed by client.\",\n    \"error\": null,\n    \"statusCode\": 409,\n    \"statusMsg\": \"Conflict\",\n    \"message\": \"Success\",\n    \"datetime\": \"2020-05-21T14:08:14.688Z\",\n    \"timestamp\": 1590070094688,\n    \"success\": true\n}"},{"id":"8a31f819-c3c5-4daf-92c8-d7bfe824b464","name":"Success Response - Funds","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer 7de5dd34738bfd6e58acc80a88ebd93e327e88a04cbb669cf97b675f573d68508f3707eb71d6e90319e8b0c296862c39cd26b46d48e0ffeddd8b6acb438caed0ee70e49dc160927e314ca8189b03b9c1cd5bde97543e492dd0daa40266e9b83abe522e719eaecbdfce095bbd5f4f3694e09e627d799531c8ffd831cf83022a83e40504ac8ba15847c05c5aceeb888f4675408148154728fcc6874b167f8632cd39a3407b933965d11cc49f34d0add20f74a4cd7140f847b4d6f9c44892af107589ec0c7f29eb5c8b2e174688e49dc06d81a82bd95f65bf2e416a0b8478a5b66b07ed02bcf990f82851ab9fe797f2a05423bfbe1b540648cc6e0ebfe709d373e7","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"clientId\": \"BW320\",\r\n  \"userId\": \"BW320_User001\",\r\n  \"subscriptions\": [\r\n    {\r\n      \"subscriptionCode\": \"sub5\",\r\n      \"serviceAlgo\": [\r\n      \t\"TOPFUND\", \"WPSFUND\"\r\n      ]\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://104.196.201.10:51007/brigeweaveapihost/apis/subscription/setClientUserSubscription"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Origin,X-Requested-With,Content-Type,Accept,Authorization,Content-Type,Cache-Control,Pragma,Expires"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"195"},{"key":"ETag","value":"W/\"c3-6ZwAJvuOjm4m8oE2jXvoS8enBMI\""},{"key":"X-Response-Time","value":"66.937ms"},{"key":"Date","value":"Tue, 26 May 2020 07:15:28 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": \"Subscription updated successfully\",\n    \"error\": null,\n    \"statusCode\": 201,\n    \"statusMsg\": \"Created\",\n    \"message\": \"Success\",\n    \"datetime\": \"2020-05-26T07:15:28.184Z\",\n    \"timestamp\": 1590477328184,\n    \"success\": true\n}"},{"id":"fdb955e7-1fd0-4621-89a0-9c6475f6b8e3","name":"Success Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"clientId\": \"BW208\",\r\n  \"userId\": \"user10\",\r\n  \"subscriptions\": [\r\n    {\r\n      \"subscriptionCode\": \"sub1\",\r\n      \"serviceAlgo\": [\r\n        \"UV\"\r\n      ]\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://104.196.201.10:51007/brigeweaveapihost/apis/subscription/setClientUserSubscription"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Origin,X-Requested-With,Content-Type,Accept,Authorization,Content-Type,Cache-Control,Pragma,Expires"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"227"},{"key":"ETag","value":"W/\"e3-7odO+SrOFCkLKynlQqgq5u310Oc\""},{"key":"X-Response-Time","value":"19.316ms"},{"key":"Date","value":"Thu, 21 May 2020 14:07:20 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": \"Only one valid subscription per user, client and service allowed\",\n    \"error\": null,\n    \"statusCode\": 409,\n    \"statusMsg\": \"Conflict\",\n    \"message\": \"Success\",\n    \"datetime\": \"2020-05-21T14:07:20.320Z\",\n    \"timestamp\": 1590070040320,\n    \"success\": true\n}"}],"_postman_id":"34898001-1f00-4cab-b9d3-e0eb6d3b364a"},{"name":"Get User Subscription","id":"86e7da63-7ac8-4f3c-a29f-03bf6c1a2ef0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"},{"key":"timestamp","value":"{{timestamp}}","type":"text"}],"url":"https://{{api_host}}/bw-client-user-service/apis/subscription/getUserSubscription?clientId={{client_id}}&userId={{user_id}}&service={{service_name}}&locale={{language_code}}","description":"<p>This API delivers a list of active subscriptions for an End User.</p>\n<p>Before the list is delivered, a user can choose to see: </p>\n<ul>\n<li>all modules in the Client’s subscription, and which End Users are assigned to which modules; and</li>\n<li>specific modules, and which End Users are assigned to those modules.</li>\n</ul>\n<p>If no selection is made, the user will receive the full list of active modules and corresponding End Users. </p>\n<p>Criteria to select the modules are passed through the API and the API generates the list.</p>\n","urlObject":{"protocol":"https","path":["bw-client-user-service","apis","subscription","getUserSubscription"],"host":["{{api_host}}"],"query":[{"key":"clientId","value":"{{client_id}}"},{"key":"userId","value":"{{user_id}}"},{"description":{"content":"<p>Possible values - Funds,  Equity</p>\n","type":"text/plain"},"key":"service","value":"{{service_name}}"},{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[{"id":"7b9dcd5f-adaa-4ed4-9306-4860a91b7694","name":"No Subscriptions","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://104.196.201.10:51007/brigeweaveapihost/apis/subscription/getUserSubscription?clientId=BW208&userId=user10&service=E","protocol":"https","host":["104","196","201","10"],"port":"51007","path":["brigeweaveapihost","apis","subscription","getUserSubscription"],"query":[{"key":"clientId","value":"BW208"},{"key":"userId","value":"user10"},{"key":"service","value":"E"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Origin,X-Requested-With,Content-Type,Accept,Authorization,Content-Type,Cache-Control,Pragma,Expires"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"141"},{"key":"ETag","value":"W/\"8d-uxRJ6WFBl8UhBjvc06db0zoyZE0\""},{"key":"X-Response-Time","value":"31.781ms"},{"key":"Date","value":"Thu, 21 May 2020 14:25:47 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        null\n    ],\n    \"error\": null,\n    \"statusCode\": 200,\n    \"statusMsg\": \"OK\",\n    \"datetime\": \"2020-05-21T14:25:47.482Z\",\n    \"timestamp\": 1590071147482,\n    \"success\": true\n}"},{"id":"d5f0f2ef-557d-4047-ad7e-603703b59b09","name":"Success Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://104.196.201.10:51007/brigeweaveapihost/apis/subscription/getUserSubscription?clientId=BW208&userId=user10&service=Equity","protocol":"https","host":["104","196","201","10"],"port":"51007","path":["brigeweaveapihost","apis","subscription","getUserSubscription"],"query":[{"key":"clientId","value":"BW208"},{"key":"userId","value":"user10"},{"key":"service","value":"Equity"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Origin,X-Requested-With,Content-Type,Accept,Authorization,Content-Type,Cache-Control,Pragma,Expires"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"742"},{"key":"ETag","value":"W/\"2e6-OPNanS5PZcakejuOTsDyfBEWfgM\""},{"key":"X-Response-Time","value":"18.194ms"},{"key":"Date","value":"Thu, 21 May 2020 14:24:39 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"name\": \"subscription1\",\n            \"code\": \"sub1\",\n            \"maxMarket\": 10,\n            \"serviceName\": \"Equity\",\n            \"isActive\": true,\n            \"validFrom\": \"2020-05-21T14:17:31.164Z\",\n            \"validUpto\": null,\n            \"serviceAlgo\": [\n                {\n                    \"algoName\": \"UV\",\n                    \"algoDesc\": \"UV service\",\n                    \"insightsPerDay\": 3,\n                    \"isFree\": true,\n                    \"freeForDays\": 10,\n                    \"validFrom\": \"2020-05-21T14:17:31.164Z\",\n                    \"validUpto\": null\n                },\n                {\n                    \"algoName\": \"Track\",\n                    \"algoDesc\": \"Track service\",\n                    \"insightsPerDay\": 3,\n                    \"isFree\": true,\n                    \"freeForDays\": 10,\n                    \"validFrom\": \"2020-05-21T14:17:31.164Z\",\n                    \"validUpto\": null\n                }\n            ],\n            \"serviceAlert\": [\n                {\n                    \"alertName\": \"alert1\"\n                }\n            ],\n            \"subcriptionPrice\": [\n                {\n                    \"subscriptionDays\": 10,\n                    \"price\": \"2000.25\",\n                    \"currency\": \"INR\",\n                    \"displayText\": null\n                }\n            ]\n        }\n    ],\n    \"error\": null,\n    \"statusCode\": 200,\n    \"statusMsg\": \"OK\",\n    \"datetime\": \"2020-05-21T14:24:39.878Z\",\n    \"timestamp\": 1590071079878,\n    \"success\": true\n}"}],"_postman_id":"86e7da63-7ac8-4f3c-a29f-03bf6c1a2ef0"}],"id":"42075c42-f7a8-4a18-91c3-538599197eb9","description":"<p>Configuration of user and subscription settings can be done at the initial set up stage and easily updated later on. </p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"79f5b641-b858-46a1-b0f6-c57b12a05212","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"5fd7969d-7618-4acd-a0fd-138ed6594951","type":"text/javascript","exec":[""]}}],"_postman_id":"42075c42-f7a8-4a18-91c3-538599197eb9"},{"name":"Preferences & Configuration","item":[{"name":"Get Market and Sector List","id":"69abbd9f-28f8-4160-8a7e-39d56d9bff4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"timestamp","value":"{{timestamp}}","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{api_host}}/bw-equity-services/apis/equity/getMarketSector?clientId={{client_id}}&userId={{user_id}}&locale={{language_code}}","description":"<p>This API delivers a default list of markets and sectors. </p>\n<p>It can be used as a basis to tailor to specific Client preferences.</p>\n","urlObject":{"protocol":"https","path":["bw-equity-services","apis","equity","getMarketSector"],"host":["{{api_host}}"],"query":[{"key":"clientId","value":"{{client_id}}"},{"key":"userId","value":"{{user_id}}"},{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[{"id":"cdf5b496-e14d-4df3-a14e-9d4a68d4943a","name":"Success Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://104.196.201.10:51010/bw-equity-services/apis/equity/getMarketSector?clientId=BW208&userId=user1","protocol":"https","host":["104","196","201","10"],"port":"51010","path":["bw-equity-services","apis","equity","getMarketSector"],"query":[{"key":"clientId","value":"BW208"},{"key":"userId","value":"user1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Origin,X-Requested-With,Content-Type,Accept,authorization"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1415"},{"key":"ETag","value":"W/\"587-3HiSf6JdmTi5wCxX+h3jtBLHmOI\""},{"key":"X-Response-Time","value":"28.963ms"},{"key":"Date","value":"Thu, 21 May 2020 16:45:19 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"datetime\": \"2020-05-21T16:45:19Z\",\n    \"timestamp\": \"1590079519000\",\n    \"success\": true,\n    \"statusCode\": 200,\n    \"statusMsg\": \"OK\",\n    \"errorCode\": \"\",\n    \"message\": \"Retrieved successfully\",\n    \"data\": {\n        \"market\": [\n            {\n                \"mCode\": \"FRA\",\n                \"mName\": \"France\"\n            },\n            {\n                \"mCode\": \"GER\",\n                \"mName\": \"Germany\"\n            },\n            {\n                \"mCode\": \"HKG\",\n                \"mName\": \"Hong Kong\"\n            },\n            {\n                \"mCode\": \"SGP\",\n                \"mName\": \"Singapore\"\n            },\n            {\n                \"mCode\": \"NORDIC\",\n                \"mName\": \"Nordics\"\n            },\n            {\n                \"mCode\": \"UK\",\n                \"mName\": \"United Kingdom\"\n            },\n            {\n                \"mCode\": \"IND\",\n                \"mName\": \"India\"\n            },\n            {\n                \"mCode\": \"US\",\n                \"mName\": \"United States of America\"\n            },\n            {\n                \"mCode\": \"JPN\",\n                \"mName\": \"Japan\"\n            },\n            {\n                \"mCode\": \"ITY\",\n                \"mName\": \"Italy\"\n            }\n        ],\n        \"sector\": [\n            {\n                \"sCode\": \"sec_rt\",\n                \"sName\": \"Retail\"\n            },\n            {\n                \"sCode\": \"sec_ss\",\n                \"sName\": \"Support services\"\n            },\n            {\n                \"sCode\": \"sec_ai\",\n                \"sName\": \"Auto industry\"\n            },\n            {\n                \"sCode\": \"sec_fnb\",\n                \"sName\": \"Financials - non banking\"\n            },\n            {\n                \"sCode\": \"sec_pb\",\n                \"sName\": \"Pharma & biotech\"\n            },\n            {\n                \"sCode\": \"sec_us\",\n                \"sName\": \"Transport\"\n            },\n            {\n                \"sCode\": \"sec_hp\",\n                \"sName\": \"Healthcare services\"\n            },\n            {\n                \"sCode\": \"sec_ip\",\n                \"sName\": \"Industrial & products\"\n            },\n            {\n                \"sCode\": \"sec_st\",\n                \"sName\": \"Retail - food & staples\"\n            },\n            {\n                \"sCode\": \"sec_dg\",\n                \"sName\": \"Consumer goods\"\n            },\n            {\n                \"sCode\": \"sec_fc\",\n                \"sName\": \"Financials - banking\"\n            },\n            {\n                \"sCode\": \"sec_te\",\n                \"sName\": \"Media & leisure\"\n            },\n            {\n                \"sCode\": \"sec_re\",\n                \"sName\": \"Property & real estate\"\n            },\n            {\n                \"sCode\": \"sec_en\",\n                \"sName\": \"Energy, power & utilities\"\n            },\n            {\n                \"sCode\": \"sec_tec\",\n                \"sName\": \"Technology\"\n            },\n            {\n                \"sCode\": \"sec_rm\",\n                \"sName\": \"Chemicals & materials\"\n            },\n            {\n                \"sCode\": \"sec_ot\",\n                \"sName\": \"Diversified others\"\n            },\n            {\n                \"sCode\": \"sec_fi\",\n                \"sName\": \"Financials - investment co\"\n            }\n        ]\n    }\n}"}],"_postman_id":"69abbd9f-28f8-4160-8a7e-39d56d9bff4a"},{"name":"Set Client Preference","id":"26256995-97d5-42c2-9b26-69515a9f9267","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"timestamp","type":"text","value":"{{timestamp}}"},{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"string\",\r\n    \"markets\": [\r\n        \"string\"\r\n    ],\r\n    \"sectors\": [\r\n        \"string\"\r\n    ],\r\n    \"uvPreference\": {\r\n        \"valuationThreshold\": 0,\r\n        \"sectorRanking\": 0,\r\n        \"backtestingReturns\": 0\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{api_host}}/bw-equity-services/apis/equity/setClientPreference?locale={{language_code}}","description":"<p>This API enables a Client to upload a list of their preferred markets and sectors. The upload can be made by Excel/csv file or JSON.</p>\n<p>A Client can also later change their market and sector preferences through this API.</p>\n","urlObject":{"protocol":"https","path":["bw-equity-services","apis","equity","setClientPreference"],"host":["{{api_host}}"],"query":[{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[{"id":"34ded1b7-9aa8-4f8f-aba7-1b267d0fc1ba","name":"Error Response - Invalid UV Preference","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"BW208\",\n    \"markets\": [\n        \"IND\"\n    ],\n    \"sectors\": [\n        \"sec_rt\"\n    ],\n    \"uvPreference\": {\n        \"uvThreshold\": 30,\n        \"uvRank\": 40,\n        \"uvReturn\": 3\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://104.196.201.10:51010/bw-equity-services/apis/equity/setClientPreference"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Origin,X-Requested-With,Content-Type,Accept,authorization"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"252"},{"key":"ETag","value":"W/\"fc-26mgu5qLbdYBmWVzIc6Afypo5yg\""},{"key":"X-Response-Time","value":"32.865ms"},{"key":"Date","value":"Thu, 21 May 2020 16:52:10 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"datetime\": \"2020-05-21T16:52:10Z\",\n    \"timestamp\": \"1590079930000\",\n    \"success\": false,\n    \"statusCode\": 422,\n    \"statusMsg\": \"Matching of uv preference details not found uvThreshold:: 30 uvRank:: 40 uvReturn:: 3\",\n    \"errorCode\": 422,\n    \"message\": \"[object Object]\",\n    \"data\": null\n}"},{"id":"9aa90c1e-12e7-467d-a331-b19830d6ab4e","name":"Success Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"BW208\",\n    \"markets\": [\n        \"IND\"\n    ],\n    \"sectors\": [\n        \"sec_rt\"\n    ],\n    \"uvPreference\": {\n        \"uvThreshold\": 20,\n        \"uvRank\": 40,\n        \"uvReturn\": 3\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://104.196.201.10:51010/bw-equity-services/apis/equity/setClientPreference"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Origin,X-Requested-With,Content-Type,Accept,authorization"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"252"},{"key":"ETag","value":"W/\"fc-7r+ZUyphnupuWIz27iZ9APWByO4\""},{"key":"X-Response-Time","value":"32.900ms"},{"key":"Date","value":"Thu, 21 May 2020 16:50:10 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"datetime\": \"2020-05-21T16:50:10Z\",\n    \"timestamp\": \"1590079810000\",\n    \"success\": false,\n    \"statusCode\": 422,\n    \"statusMsg\": \"Matching of uv preference details not found uvThreshold:: 30 uvRank:: 60 uvReturn:: 6\",\n    \"errorCode\": 422,\n    \"message\": \"[object Object]\",\n    \"data\": null\n}"}],"_postman_id":"26256995-97d5-42c2-9b26-69515a9f9267"},{"name":"Get Client Preference","id":"3ba7cd22-d6ad-4c2c-ac64-fb9149c67809","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"timestamp","value":"{{timestamp}}","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"clientId\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{api_host}}/bw-equity-services/apis/equity/getClientPreference?locale={{language_code}}","description":"<p>This API allows a Client to view their preferred markets and sectors list. </p>\n","urlObject":{"protocol":"https","path":["bw-equity-services","apis","equity","getClientPreference"],"host":["{{api_host}}"],"query":[{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[{"id":"8393257f-0243-49f6-a1b8-77cfb0e9c636","name":"Success Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"clientId\": \"BW208\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://104.196.201.10:51010/bw-equity-services/apis/equity/getClientPreference"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Origin,X-Requested-With,Content-Type,Accept,authorization"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"288"},{"key":"ETag","value":"W/\"120-1zsB9Sm25szLTsyWQzPF1kviNCQ\""},{"key":"X-Response-Time","value":"29.801ms"},{"key":"Date","value":"Thu, 21 May 2020 16:53:34 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"datetime\": \"2020-05-21T16:53:34Z\",\n    \"timestamp\": \"1590080014000\",\n    \"success\": true,\n    \"statusCode\": 200,\n    \"statusMsg\": \"OK\",\n    \"errorCode\": \"\",\n    \"message\": \"Retrieved successfully\",\n    \"data\": {\n        \"clientId\": \"BW208\",\n        \"markets\": [\n            \"IND\"\n        ],\n        \"sectors\": [\n            \"sec_rt\"\n        ],\n        \"uvPreference\": {\n            \"uvThreshold\": 20,\n            \"uvRank\": 40,\n            \"uvReturn\": 3\n        }\n    }\n}"}],"_postman_id":"3ba7cd22-d6ad-4c2c-ac64-fb9149c67809"},{"name":"Set Advisor/RM Preference","id":"333639c3-ef7c-40a4-bb15-627dedfa5cb8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"timestamp","value":"{{timestamp}}","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"string\",\r\n    \"preferences\": [\r\n        {\r\n            \"parentUserId\": \"string\",\r\n            \"markets\": [\r\n                \"string\"\r\n            ],\r\n            \"sectors\": [\r\n                \"string\"\r\n            ],\r\n            \"uvPreference\": {\r\n                \"valuationThreshold\": 0,\r\n                \"sectorRanking\": 0,\r\n                \"backtestingReturns\": 0\r\n            }\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{api_host}}/bw-equity-services/apis/equity/setParentUserPreference?locale={{language_code}}","description":"<p>When a new Advisor/RM is added to the system, they will either be given the default market and sector preferences determined by the Client, or they may have the ability to choose a list of their own preferred markets and sectors. </p>\n<p>This API enables an Advisor/RM to upload a list of their preferred markets and sectors. The upload can be made by Excel/csv file or JSON.</p>\n<p>The list of market and sector preferences for the Advisor/RM can also later be changed (by the Client or Advisor/RM, as applicable) through this API. </p>\n","urlObject":{"protocol":"https","path":["bw-equity-services","apis","equity","setParentUserPreference"],"host":["{{api_host}}"],"query":[{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[{"id":"335a2c92-4be4-4eac-9371-2451ebc9b8b0","name":"Success Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"BW208\",\n    \"preferences\": [\n        {\n            \"parentUserId\": \"advisor1\",\n            \"markets\": [\n                \"IND\",\n                \"UK\"\n            ],\n            \"sectors\": [\n                \"sec_rt\"\n            ],\n            \"uvPreference\": {}\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://104.196.201.10:51010/bw-equity-services/apis/equity/setParentUserPreference"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Origin,X-Requested-With,Content-Type,Accept,authorization"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"194"},{"key":"ETag","value":"W/\"c2-JxpOVMiopqphIE+wY+o18B/2ql4\""},{"key":"X-Response-Time","value":"423.203ms"},{"key":"Date","value":"Fri, 22 May 2020 05:33:09 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"datetime\": \"2020-05-22T05:33:08Z\",\n    \"timestamp\": \"1590125588000\",\n    \"success\": true,\n    \"statusCode\": 200,\n    \"statusMsg\": \"OK\",\n    \"errorCode\": \"\",\n    \"message\": \"Parent User Preferences updated successfully\",\n    \"data\": []\n}"},{"id":"a0d7a658-6569-4788-a6e9-dae3422a5b09","name":"Error Response - Invalid Sector","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"BW208\",\n    \"preferences\": [\n        {\n            \"parentUserId\": \"advisor1\",\n            \"markets\": [\n                \"IND\",\n                \"UK\"\n            ],\n            \"sectors\": [\n                \"sector_123\"\n            ],\n            \"uvPreference\": {}\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://104.196.201.10:51010/bw-equity-services/apis/equity/setParentUserPreference"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Origin,X-Requested-With,Content-Type,Accept,authorization"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"197"},{"key":"ETag","value":"W/\"c5-pBL6cAXwoEBtAn41j8dmXyzsJp4\""},{"key":"X-Response-Time","value":"14.960ms"},{"key":"Date","value":"Fri, 22 May 2020 05:34:54 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"datetime\": \"2020-05-22T05:34:54Z\",\n    \"timestamp\": \"1590125694000\",\n    \"success\": false,\n    \"statusCode\": 422,\n    \"statusMsg\": \"Invalid preference: sector_123\",\n    \"errorCode\": 422,\n    \"message\": \"[object Object]\",\n    \"data\": null\n}"}],"_postman_id":"333639c3-ef7c-40a4-bb15-627dedfa5cb8"},{"name":"Get Advisor/RM Preference","id":"fca9a924-d14b-42a5-ad31-250f55115a91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"timestamp","value":"{{timestamp}}","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"clientId\": \"string\",\r\n  \"parentUserId\": [\r\n    \"string\"\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{api_host}}/bw-equity-services/apis/equity/getParentUserPreference?locale={{language_code}}","description":"<p>This API allows an Advisor/RM to view their preferred markets and sectors list.</p>\n<p>It also enables a Client to view one or many Advisor/RMs preferred markets and sectors lists.</p>\n","urlObject":{"protocol":"https","path":["bw-equity-services","apis","equity","getParentUserPreference"],"host":["{{api_host}}"],"query":[{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[{"id":"5da30225-fa66-498d-bb35-b22c32be442b","name":"Success Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"clientId\": \"BW320\",\r\n  \"parentUserId\": [\r\n    \"BW320_Parent001\"\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://104.196.201.10:51010/bw-equity-services/apis/equity/getParentUserPreference"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Origin,X-Requested-With,Content-Type,Accept,authorization"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"504"},{"key":"ETag","value":"W/\"1f8-+ycyIgehvjadPg8kqaLDQfutsAo\""},{"key":"X-Response-Time","value":"30.345ms"},{"key":"Date","value":"Tue, 26 May 2020 06:40:25 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"datetime\": \"2020-05-26T06:40:25Z\",\n    \"timestamp\": \"1590475225000\",\n    \"success\": true,\n    \"statusCode\": 200,\n    \"statusMsg\": \"OK\",\n    \"errorCode\": \"\",\n    \"message\": \"Retrieved successfully\",\n    \"data\": {\n        \"clientId\": \"BW320\",\n        \"preferences\": [\n            {\n                \"parentUserId\": \"BW320_Parent001\",\n                \"markets\": [\n                    \"IND\",\n                    \"UK\",\n                    \"US\"\n                ],\n                \"sectors\": [\n                    \"sec_rt\",\n                    \"sec_ss\",\n                    \"sec_ai\",\n                    \"sec_fnb\",\n                    \"sec_pb\",\n                    \"sec_us\",\n                    \"sec_hp\",\n                    \"sec_ip\",\n                    \"sec_st\",\n                    \"sec_dg\",\n                    \"sec_fc\",\n                    \"sec_te\",\n                    \"sec_re\",\n                    \"sec_en\",\n                    \"sec_tec\",\n                    \"sec_rm\",\n                    \"sec_ot\",\n                    \"sec_fi\"\n                ],\n                \"uvPreference\": {\n                    \"uvThreshold\": 20,\n                    \"uvRank\": 40,\n                    \"uvReturn\": 3\n                }\n            }\n        ]\n    }\n}"}],"_postman_id":"fca9a924-d14b-42a5-ad31-250f55115a91"},{"name":"Set User Preference","id":"e70fdfbc-fa48-4603-8ab0-b20e47a1e4a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"timestamp","type":"text","value":"{{timestamp}}"},{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"clientId\": \"string\",\r\n  \"preferences\": [\r\n    {\r\n      \"parentUserId\": \"string\",\r\n      \"userId\": \"string\",\r\n      \"markets\": [\r\n        \"string\"\r\n      ],\r\n      \"sectors\": [\r\n        \"string\"\r\n      ],\r\n      \"uvPreference\": {\r\n        \"valuationThreshold\": 0,\r\n        \"sectorRanking\": 0,\r\n        \"backtestingReturns\": 0\r\n      }\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{api_host}}/bw-equity-services/apis/equity/setUserPreference?locale={{language_code}}","description":"<p>When a new End User is added to the system, their market and sector preferences can be configured in one of three ways: </p>\n<ul>\n<li>the Client’s default settings are used; </li>\n<li>the Advisor/RM’s default settings are used; or</li>\n<li>the End User may have the ability to choose a list of their own preferred markets and sectors.</li>\n</ul>\n<p>This API enables an End User to upload a list of their preferred markets and sectors. The upload can be made by Excel/csv file or JSON.</p>\n<p>The list of market and sector preferences for the End User can also later be changed (by the Client, Advisor/RM or End User, as applicable) through this API. </p>\n","urlObject":{"protocol":"https","path":["bw-equity-services","apis","equity","setUserPreference"],"host":["{{api_host}}"],"query":[{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[{"id":"ec48221b-1071-4068-b138-1048080d6775","name":"Success Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"clientId\": \"BW320\",\r\n  \"preferences\": [\r\n    {\r\n      \"userId\": \"BW320_User001\",\r\n      \"markets\": [\r\n        \"IND\"\r\n      ],\r\n      \"uvPreference\": {}\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://104.196.201.10:51010/bw-equity-services/apis/equity/setUserPreference"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Origin,X-Requested-With,Content-Type,Accept,authorization"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"187"},{"key":"ETag","value":"W/\"bb-kFL7qhaqJbZIAOLfh7TGsqZ5sIk\""},{"key":"X-Response-Time","value":"240.663ms"},{"key":"Date","value":"Tue, 26 May 2020 07:18:40 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"datetime\": \"2020-05-26T07:18:40Z\",\n    \"timestamp\": \"1590477520000\",\n    \"success\": true,\n    \"statusCode\": 200,\n    \"statusMsg\": \"OK\",\n    \"errorCode\": \"\",\n    \"message\": \"User Preferences updated successfully\",\n    \"data\": []\n}"}],"_postman_id":"e70fdfbc-fa48-4603-8ab0-b20e47a1e4a0"},{"name":"Get User Preference","id":"91385b03-ec71-492a-94e0-59efe22e6205","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"timestamp","type":"text","value":"{{timestamp}}"},{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"clientId\": \"string\",\n  \"parentUserId\": [\n    \"string\"\n  ],\n  \"userId\": [\n    \"string\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://{{api_host}}/bw-equity-services/apis/equity/getUserPreference?locale={{language_code}}","description":"<p>This API enables a Client or Advisor/RM to view one or many End Users’ preferred markets and sectors lists.</p>\n","urlObject":{"protocol":"https","path":["bw-equity-services","apis","equity","getUserPreference"],"host":["{{api_host}}"],"query":[{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[{"id":"e9669451-66b9-4b82-8008-93128805e6da","name":"Success Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"BW320\",\n    \"userId\" : [\"BW320_User001\"]\n}","options":{"raw":{"language":"json"}}},"url":"https://104.196.201.10:51010/bw-equity-services/apis/equity/getUserPreference"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Origin,X-Requested-With,Content-Type,Accept,authorization"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"511"},{"key":"ETag","value":"W/\"1ff-1BEM8JySziQKyjnbuPeGzcw9cco\""},{"key":"X-Response-Time","value":"15.690ms"},{"key":"Date","value":"Tue, 26 May 2020 07:19:54 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"datetime\": \"2020-05-26T07:19:54Z\",\n    \"timestamp\": \"1590477594000\",\n    \"success\": true,\n    \"statusCode\": 200,\n    \"statusMsg\": \"OK\",\n    \"errorCode\": \"\",\n    \"message\": \"Retrieved successfully\",\n    \"data\": {\n        \"clientId\": \"BW320\",\n        \"preferences\": [\n            {\n                \"parentUserId\": null,\n                \"userId\": \"BW320_User001\",\n                \"markets\": [\n                    \"IND\",\n                    \"US\"\n                ],\n                \"sectors\": [\n                    \"sec_rt\",\n                    \"sec_ss\",\n                    \"sec_ai\",\n                    \"sec_fnb\",\n                    \"sec_pb\",\n                    \"sec_us\",\n                    \"sec_hp\",\n                    \"sec_ip\",\n                    \"sec_st\",\n                    \"sec_dg\",\n                    \"sec_fc\",\n                    \"sec_te\",\n                    \"sec_re\",\n                    \"sec_en\",\n                    \"sec_tec\",\n                    \"sec_rm\",\n                    \"sec_ot\",\n                    \"sec_fi\"\n                ],\n                \"uvPreference\": {\n                    \"uvThreshold\": 20,\n                    \"uvRank\": 40,\n                    \"uvReturn\": 3\n                }\n            }\n        ]\n    }\n}"}],"_postman_id":"91385b03-ec71-492a-94e0-59efe22e6205"},{"name":"Get Bridgeweave Equity Universe","id":"9d9b0058-6629-47d0-bd82-c64ce5fadf54","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"timestamp","value":"{{timestamp}}","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{api_host}}/bw-equity-services/apis/equity/getUniverse?clientId={{client_id}}&locale={{language_code}}","description":"<p>This API delivers a default list of Equities, available from Bridgeweave’s universe. </p>\n<p>It can be used as a basis to tailor to specific Client preferences.</p>\n","urlObject":{"protocol":"https","path":["bw-equity-services","apis","equity","getUniverse"],"host":["{{api_host}}"],"query":[{"key":"clientId","value":"{{client_id}}"},{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[],"_postman_id":"9d9b0058-6629-47d0-bd82-c64ce5fadf54"},{"name":"Update Client Equity Universe","id":"d2d1fe8e-b533-4c1e-89ea-aa6bd8ae2fe3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"timestamp","type":"text","value":"{{timestamp}}"},{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"},{"key":"Content-Type","type":"text","value":"multipart/form-data","warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman."}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"/C:/Users/getpu/Desktop/BW-MP-TEST/clinet_equity_universe.xlsx"}]},"url":"https://{{api_host}}/bw-equity-services/apis/equity/updateClientUniverse?clientId={{client_id}}&locale={{language_code}}","description":"<p>This API enables a Client to upload their preferred list of Equities universe. The upload can be made by Excel/csv file or JSON.</p>\n<p>This list of stocks will be used in all the Equity APIs selected by a Client.</p>\n<p>A Client can also later change the Equities universe through this API.</p>\n","urlObject":{"protocol":"https","path":["bw-equity-services","apis","equity","updateClientUniverse"],"host":["{{api_host}}"],"query":[{"key":"clientId","value":"{{client_id}}"},{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[],"_postman_id":"d2d1fe8e-b533-4c1e-89ea-aa6bd8ae2fe3"},{"name":"Get Client Equity Universe","id":"a8d7ad01-d4f6-4678-a992-e6cbf3dcd012","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"timestamp","value":"{{timestamp}}","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://{{api_host}}/bw-equity-services/apis/equity/getClientUniverse?clientId={{client_id}}&locale={{language_code}}","description":"<p>This API allows a Client to view the list of stocks in their universe.</p>\n","urlObject":{"protocol":"https","path":["bw-equity-services","apis","equity","getClientUniverse"],"host":["{{api_host}}"],"query":[{"key":"clientId","value":"{{client_id}}"},{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[],"_postman_id":"a8d7ad01-d4f6-4678-a992-e6cbf3dcd012"}],"id":"48e06045-a0c6-4245-8ec3-2d077df1c44c","description":"<p>Configuration of our Equities APIs can be done at the initial set up stage and easily updated later on. </p>\n<p>Configuration for Equities includes setting market and sector preferences at the Client, Advisor/RM and End User levels, as well as setting the preferred Equities universe.</p>\n","_postman_id":"48e06045-a0c6-4245-8ec3-2d077df1c44c"}],"id":"464423a1-d499-4eb7-8e1d-70687126cc97","_postman_id":"464423a1-d499-4eb7-8e1d-70687126cc97","description":""},{"name":"Play","item":[{"name":"Search Stock in Compare module","id":"f64f84e2-c1ba-418f-ad39-1d7fa2c7fd0d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"timestamp","type":"text","value":"{{timestamp}}"},{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"string\",\r\n    \"userId\": \"string\",\r\n    \"parentUserId\": \"string\",\r\n    \"companyName\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{api_host}}/bw-equity-services/apis/equity/searchPlayCompanies?locale={{language_code}}","description":"<p>This API enables a user to search for a particular stock, by entering in either the name of the entity or the ticker. It will show results of stocks which have the same/similar name or ticker to that which was entered.  </p>\n<p>The search results will only display stocks which:</p>\n<ul>\n<li>are in the Client’s universe; and</li>\n<li>the model has sufficient data on.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["bw-equity-services","apis","equity","searchPlayCompanies"],"host":["{{api_host}}"],"query":[{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[{"id":"d8136f22-af38-4f9e-b491-f98742b2f250","name":"Success Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"clientId\": \"BW208\",\r\n  \"userId\": \"\",\r\n  \"parentUserId\": \"\",\r\n  \"companyName\": \"AMERESCO\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://104.196.201.10:51010/bw-equity-services/apis/equity/searchPlayCompanies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Origin,X-Requested-With,Content-Type,Accept,authorization"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"269"},{"key":"ETag","value":"W/\"10d-emdeV+Hxk4rPGffyDXSZ8ZthN1s\""},{"key":"X-Response-Time","value":"39.999ms"},{"key":"Date","value":"Fri, 22 May 2020 08:38:06 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"datetime\": \"2020-05-22T08:38:06Z\",\n    \"timestamp\": \"1590136686000\",\n    \"success\": true,\n    \"statusCode\": 200,\n    \"statusMsg\": \"OK\",\n    \"errorCode\": \"\",\n    \"message\": \"Retrieved successfully\",\n    \"data\": [\n        {\n            \"companyId\": 3734,\n            \"companyName\": \"AMERESCO INCORPORATION\",\n            \"tickerName\": \"AMRC\",\n            \"exchangeCode\": \"US\"\n        }\n    ]\n}"}],"_postman_id":"f64f84e2-c1ba-418f-ad39-1d7fa2c7fd0d"},{"name":"Compare against Competitor","id":"5c5bba95-ccb6-41fd-8e87-462d111b0fb8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"timestamp","type":"text","value":"{{timestamp}}"},{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"string\",\r\n    \"userId\": \"string\",\r\n    \"companyId\": \"string\",\r\n    \"clientCompanyId\": \"string\",\r\n    \"competitorCompId\": \"string\",\r\n    \"competitorClientCompId\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{api_host}}/bw-equity-services/apis/equity/compCompetitor?locale={{language_code}}","description":"<p>This API scores how a stock is performing against any other stock, such as a competitor. </p>\n<p>A comparative score is calculated against pre-selected criteria such as valuation, future outlook, historical performance, maximum drawdown, capital structure and consensus view. Each criterion is scored on a scale of 1-20 (20 being the best).</p>\n","urlObject":{"protocol":"https","path":["bw-equity-services","apis","equity","compCompetitor"],"host":["{{api_host}}"],"query":[{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[{"id":"737f3a01-71f2-4094-b00f-4665e67abfee","name":"Success Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"clientId\": \"BW208\",\r\n  \"userId\": \"user1\",\r\n  \"companyId\": \"6112\",\r\n  \"clientCompanyId\": \"\",\r\n  \"competitorCompId\": \"6820\",\r\n  \"competitorClientCompId\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://104.196.201.10:51010/bw-equity-services/apis/equity/compCompetitor"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Origin,X-Requested-With,Content-Type,Accept,authorization"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"485"},{"key":"ETag","value":"W/\"1e5-S5gFm9bKUrxrUDEqWJ4WCssp/94\""},{"key":"X-Response-Time","value":"55.905ms"},{"key":"Date","value":"Fri, 22 May 2020 08:49:54 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"datetime\": \"2020-05-22T08:49:54Z\",\n    \"timestamp\": \"1590137394000\",\n    \"success\": true,\n    \"statusCode\": 200,\n    \"statusMsg\": \"OK\",\n    \"errorCode\": \"\",\n    \"message\": \"Retrieved successfully\",\n    \"data\": {\n        \"competitor\": {\n            \"name\": \"ACM Research Inc\",\n            \"values\": {\n                \"capitalStructure\": 16,\n                \"consensusView\": 19,\n                \"fundamentals\": 6,\n                \"futureOutlook\": 13,\n                \"returnIndex\": 6,\n                \"maxDropDown\": 15\n            }\n        },\n        \"company\": {\n            \"name\": \"APPLE Inc.\",\n            \"values\": {\n                \"capitalStructure\": 12,\n                \"consensusView\": 7,\n                \"fundamentals\": 4,\n                \"futureOutlook\": 15,\n                \"returnIndex\": 20,\n                \"maxDropDown\": 2\n            }\n        }\n    }\n}"}],"_postman_id":"5c5bba95-ccb6-41fd-8e87-462d111b0fb8"},{"name":"Compare against Market and Sector","id":"40c20a5e-5f38-4997-b113-cba5e489879f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"timestamp","type":"text","value":"{{timestamp}}"},{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"string\",\r\n    \"userId\": \"string\",\r\n    \"companyId\": 0,\r\n    \"clientCompanyId\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{api_host}}/bw-equity-services/apis/equity/compMarketSectorCompare?locale={{language_code}}","description":"<p>This API scores how a stock is performing against its sector and market. </p>\n<p>A comparative score is calculated against pre-selected criteria such as valuation, future outlook, historical performance, maximum drawdown, capital structure and consensus view. Each criterion is scored on a scale of 1-20 (20 being the best).</p>\n","urlObject":{"protocol":"https","path":["bw-equity-services","apis","equity","compMarketSectorCompare"],"host":["{{api_host}}"],"query":[{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[{"id":"07601a90-a453-4b6b-9b04-6a2f933e8678","name":"Success Reaponse","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"clientId\": \"BW208\",\r\n  \"userId\": \"\",\r\n  \"companyId\": 6816,\r\n  \"clientCompanyId\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://104.196.201.10:51010/bw-equity-services/apis/equity/compMarketSectorCompare"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Origin,X-Requested-With,Content-Type,Accept,authorization"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1007"},{"key":"ETag","value":"W/\"3ef-qSNwtLrqD4ZvNwoh2Y2zuceMjfg\""},{"key":"X-Response-Time","value":"50.603ms"},{"key":"Date","value":"Fri, 22 May 2020 08:54:15 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"datetime\": \"2020-05-22T08:54:15Z\",\n    \"timestamp\": \"1590137655000\",\n    \"success\": true,\n    \"statusCode\": 200,\n    \"statusMsg\": \"OK\",\n    \"errorCode\": \"\",\n    \"message\": \"Retrieved successfully\",\n    \"data\": {\n        \"sectors\": {\n            \"name\": \"Pharma & biotech\",\n            \"sectorValues\": {\n                \"capital_structure_grade\": 10,\n                \"consensus_view_grade\": 6,\n                \"fundamentals_grade\": 13,\n                \"future_outlook_grade\": 9,\n                \"ri_grade\": 15,\n                \"max_drop_down_grade\": 4\n            },\n            \"sectorCompanyValues\": {\n                \"capitalStructure\": 18,\n                \"consensusView\": 10,\n                \"fundamentals\": 7,\n                \"futureOutlook\": 1,\n                \"returnIndex\": 5,\n                \"maxDropDown\": 14\n            }\n        },\n        \"market\": {\n            \"market\": \"United States of America\",\n            \"indexValues\": {\n                \"capital_structure_grade\": 12,\n                \"consensus_view_grade\": 9,\n                \"fundamentals_grade\": 8,\n                \"future_outlook_grade\": 12,\n                \"ri_grade\": 15,\n                \"max_drop_down_grade\": 6\n            },\n            \"indexCompanyValues\": {\n                \"capitalStructure\": 20,\n                \"consensusView\": 15,\n                \"fundamentals\": 1,\n                \"futureOutlook\": 1,\n                \"returnIndex\": 6,\n                \"maxDropDown\": 12\n            }\n        },\n        \"company\": {\n            \"name\": \"Arrowhead Pharmaceuticals Inc\",\n            \"values\": {\n                \"capitalStructure\": 20,\n                \"consensusView\": 15,\n                \"fundamentals\": 1,\n                \"futureOutlook\": 1,\n                \"returnIndex\": 5,\n                \"maxDropDown\": 13\n            }\n        }\n    }\n}"},{"id":"d7da04e0-d7e5-4202-af88-2d49db1425ef","name":"No Details","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"clientId\": \"BW208\",\r\n  \"userId\": \"\",\r\n  \"companyId\": 9999,\r\n  \"clientCompanyId\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://104.196.201.10:51010/bw-equity-services/apis/equity/compMarketSectorCompare"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Origin,X-Requested-With,Content-Type,Accept,authorization"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"172"},{"key":"ETag","value":"W/\"ac-lWPoBjjpb+jAClbVQFWi8s4yHE4\""},{"key":"X-Response-Time","value":"24.347ms"},{"key":"Date","value":"Fri, 22 May 2020 08:55:18 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"datetime\": \"2020-05-22T08:55:18Z\",\n    \"timestamp\": \"1590137718000\",\n    \"success\": true,\n    \"statusCode\": 200,\n    \"statusMsg\": \"OK\",\n    \"errorCode\": \"\",\n    \"message\": \"Retrieved successfully\",\n    \"data\": {}\n}"}],"_postman_id":"40c20a5e-5f38-4997-b113-cba5e489879f"}],"id":"1761f9eb-09a6-4734-8da2-5300297486cf","description":"<p>This module compares how a stock is performing against the index, the sector or any other stock. </p>\n<p>A comparative score is calculated against pre-selected criteria such as valuation, future outlook, historical performance, maximum drawdown, capital structure and consensus view.</p>\n","_postman_id":"1761f9eb-09a6-4734-8da2-5300297486cf"},{"name":"Active Monitoring","item":[{"name":"Stock Monitoring","item":[{"name":"Search Stock","id":"bab217d9-5cbf-408b-b271-c42198fc9cc5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"timestamp","type":"text","value":"{{timestamp}}"},{"key":"Authorization","type":"text","value":"Bearer {{access_token}}"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"string\",\r\n    \"userId\": \"string\",\r\n    \"companyName\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{api_host}}/bw-equity-services/apis/equity/searchcompanies?locale={{language_code}}","description":"<p>This API enables a user to search for a particular stock, by entering either the name of the entity or the ticker. It will display results of stocks which have the same/similar name or ticker to that which was entered.  </p>\n<p>The search results will only display stocks which are in the universe.</p>\n","urlObject":{"protocol":"https","path":["bw-equity-services","apis","equity","searchcompanies"],"host":["{{api_host}}"],"query":[{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[],"_postman_id":"bab217d9-5cbf-408b-b271-c42198fc9cc5"},{"name":"Set Stock Monitoring","event":[{"listen":"prerequest","script":{"id":"a2a2ca77-bb86-4d7b-a6cf-63391aae7984","exec":["pm.environment.set(\"timestamp\", new Date().getTime());"],"type":"text/javascript"}}],"id":"891eaaa8-b491-4a9b-97ea-a6dd120bc590","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"timestamp","value":"{{timestamp}}"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"clientId\": \"string\",\r\n  \"userId\": \"string\",\r\n  \"parentUserId\": \"string\",\r\n  \"companyId\": 0,\r\n  \"clientCompanyId\": \"string\",\r\n  \"stopLossPer\": 0,\r\n  \"profitTargetPer\": 0,\r\n  \"purchasePrice\": 0\r\n}"},"url":"https://{{api_host}}/bw-equity-services/apis/equity/setActiveMonitoring?locale={{language_code}}","description":"<p>This API enables a user to monitor a particular stock.</p>\n<p>The Company ID or Client Company ID needs to be passed in the API in order for the stock to be added to the user’s monitoring list.</p>\n","urlObject":{"protocol":"https","path":["bw-equity-services","apis","equity","setActiveMonitoring"],"host":["{{api_host}}"],"query":[{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[{"id":"6ba31deb-eb9e-4fba-92dc-3f9ae6b493a0","name":"Set Active Monitoring - By Client Company ID","originalRequest":{"method":"POST","header":[{"key":"authority","value":"invest-alb-1642688056.ap-south-1.elb.amazonaws.com:51443"},{"key":"accept","value":"application/json"},{"key":"timestamp","value":"{{timestamp}}"},{"key":"user-agent","value":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36"},{"key":"content-type","value":"application/json"},{"key":"origin","value":"https://invest-alb-1642688056.ap-south-1.elb.amazonaws.com:51443"},{"key":"accept-language","value":"en-US,en;q=0.9,kn;q=0.8"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"BW_CLIENT\",\r\n    \"userId\": \"BW.USER21\",\r\n    \"clientCompanyId\": 4\r\n}"},"url":{"raw":"{{BaseURL}}/bw-equity-services/apis/equity/setActiveMonitoring?locale=en","host":["{{BaseURL}}"],"path":["bw-equity-services","apis","equity","setActiveMonitoring"],"query":[{"key":"locale","value":"en"}]}},"status":"OK","code":200,"_postman_previewlanguage":"JSON","header":[{"key":"Date","value":"Mon, 28 Sep 2020 11:20:34 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"222"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Origin,X-Requested-With,Content-Type,Accept,authorization"},{"key":"ETag","value":"W/\"de-ZX5eDNOnYPYWvdIspC6qqNnvaYw\""},{"key":"X-Response-Time","value":"88.836ms"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": \"Monitoring activated successfully.\",\n    \"errorCode\": null,\n    \"statusCode\": 200,\n    \"statusMsg\": \"OK\",\n    \"message\": \"Monitoring activated successfully.\",\n    \"datetime\": \"2020-09-28T11:20:34.315Z\",\n    \"timestamp\": 1601292034315,\n    \"success\": true\n}"},{"id":"a9be992a-0e34-459a-94e7-52c19d5bc9a7","name":"Set Active Monitoring - Spanish","originalRequest":{"method":"POST","header":[{"key":"authority","value":"invest-alb-1642688056.ap-south-1.elb.amazonaws.com:51443"},{"key":"accept","value":"application/json"},{"key":"timestamp","value":"{{timestamp}}"},{"key":"user-agent","value":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36"},{"key":"content-type","value":"application/json"},{"key":"origin","value":"https://invest-alb-1642688056.ap-south-1.elb.amazonaws.com:51443"},{"key":"accept-language","value":"en-US,en;q=0.9,kn;q=0.8"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"BW_CLIENT\",\r\n    \"userId\": \"BW.USER21\",\r\n    \"companyId\": 543\r\n}"},"url":{"raw":"{{BaseURL}}/bw-equity-services/apis/equity/setActiveMonitoring?locale=es","host":["{{BaseURL}}"],"path":["bw-equity-services","apis","equity","setActiveMonitoring"],"query":[{"key":"locale","value":"es"}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"JSON","header":[{"key":"Date","value":"Mon, 28 Sep 2020 10:38:39 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"247"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Origin,X-Requested-With,Content-Type,Accept,authorization"},{"key":"ETag","value":"W/\"f7-H/l/xlNaccIXTTyBUf2LcFC4BbY\""},{"key":"X-Response-Time","value":"59.337ms"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": null,\n    \"errorCode\": \"BWEQAPI0126\",\n    \"statusCode\": 422,\n    \"statusMsg\": \"Entidad no procesable\",\n    \"message\": \"Dado que la empresa ya está en la lista de seguimiento activa\",\n    \"datetime\": \"2020-09-28T10:38:39.116Z\",\n    \"timestamp\": 1601289519116,\n    \"success\": false\n}"},{"id":"f30a899c-1ef4-4011-a486-b441d16082ae","name":"Set Active Monitoring - Error","originalRequest":{"method":"POST","header":[{"key":"authority","value":"invest-alb-1642688056.ap-south-1.elb.amazonaws.com:51443"},{"key":"accept","value":"application/json"},{"key":"timestamp","value":"{{timestamp}}"},{"key":"user-agent","value":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36"},{"key":"content-type","value":"application/json"},{"key":"origin","value":"https://invest-alb-1642688056.ap-south-1.elb.amazonaws.com:51443"},{"key":"sec-fetch-site","value":"same-origin"},{"key":"sec-fetch-mode","value":"cors"},{"key":"sec-fetch-dest","value":"empty"},{"key":"referer","value":"https://invest-alb-1642688056.ap-south-1.elb.amazonaws.com:51443/bw-equity-services/apis/swagger/"},{"key":"accept-language","value":"en-US,en;q=0.9,kn;q=0.8"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"BW_CLIENT\",\r\n    \"userId\": \"BW.USER21\",\r\n    \"companyId\": 543\r\n}"},"url":{"raw":"{{BaseURL}}/bw-equity-services/apis/equity/setActiveMonitoring?locale=en","host":["{{BaseURL}}"],"path":["bw-equity-services","apis","equity","setActiveMonitoring"],"query":[{"key":"locale","value":"en"}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"JSON","header":[{"key":"Date","value":"Mon, 28 Sep 2020 09:56:14 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"235"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Origin,X-Requested-With,Content-Type,Accept,authorization"},{"key":"ETag","value":"W/\"eb-i6ANkwnq5gSayQ4PzZgx+KEya0k\""},{"key":"X-Response-Time","value":"61.037ms"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": null,\n    \"errorCode\": \"BWEQAPI0126\",\n    \"statusCode\": 422,\n    \"statusMsg\": \"Unprocessable Entity\",\n    \"message\": \"Given company already in the active monitoring list\",\n    \"datetime\": \"2020-09-28T09:56:14.248Z\",\n    \"timestamp\": 1601286974248,\n    \"success\": false\n}"},{"id":"672c85f0-c171-493c-8105-22771ef664e9","name":"Active Monitoring","originalRequest":{"method":"POST","header":[{"key":"authority","value":"invest-alb-1642688056.ap-south-1.elb.amazonaws.com:51443"},{"key":"accept","value":"application/json"},{"key":"timestamp","value":"{{timestamp}}"},{"key":"user-agent","value":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36"},{"key":"content-type","value":"application/json"},{"key":"origin","value":"https://invest-alb-1642688056.ap-south-1.elb.amazonaws.com:51443"},{"key":"sec-fetch-site","value":"same-origin"},{"key":"sec-fetch-mode","value":"cors"},{"key":"sec-fetch-dest","value":"empty"},{"key":"referer","value":"https://invest-alb-1642688056.ap-south-1.elb.amazonaws.com:51443/bw-equity-services/apis/swagger/"},{"key":"accept-language","value":"en-US,en;q=0.9,kn;q=0.8"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"BW_CLIENT\",\r\n    \"userId\": \"BW.USER21\",\r\n    \"companyId\": 543\r\n}"},"url":{"raw":"{{BaseURL}}/bw-equity-services/apis/equity/setActiveMonitoring?locale=en","host":["{{BaseURL}}"],"path":["bw-equity-services","apis","equity","setActiveMonitoring"],"query":[{"key":"locale","value":"en"}]}},"status":"OK","code":200,"_postman_previewlanguage":"JSON","header":[{"key":"Date","value":"Mon, 28 Sep 2020 09:54:20 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"222"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Origin,X-Requested-With,Content-Type,Accept,authorization"},{"key":"ETag","value":"W/\"de-/lVrEJZ84BcZYakCuegRQn7q+B0\""},{"key":"X-Response-Time","value":"60.568ms"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": \"Monitoring activated successfully.\",\n    \"errorCode\": null,\n    \"statusCode\": 200,\n    \"statusMsg\": \"OK\",\n    \"message\": \"Monitoring activated successfully.\",\n    \"datetime\": \"2020-09-28T09:54:20.041Z\",\n    \"timestamp\": 1601286860041,\n    \"success\": true\n}"}],"_postman_id":"891eaaa8-b491-4a9b-97ea-a6dd120bc590"},{"name":"Stock Monitoring List","event":[{"listen":"prerequest","script":{"id":"e4c6f6d5-8f97-458a-aff6-c7112c928ec2","exec":["pm.environment.set(\"timestamp\", new Date().getTime());"],"type":"text/javascript"}}],"id":"c6aade4a-59c5-408b-ab2a-9424b1cb4d99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"timestamp","value":"{{timestamp}}"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"string\",\r\n    \"userId\": \"string\",\r\n    \"parentUserId\": \"string\",\r\n    \"recordsPerPage\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{api_host}}/bw-equity-services/apis/equity/activeMonitoringList?locale={{language_code}}&pageNo={{pageNo}}","description":"<p>This API generates a list of all the stocks which a user is monitoring. </p>\n<p>The End User must select how many stocks are to be displayed per page. The page criteria is passed through the API and the API generates a list. </p>\n<p>The list includes details of:</p>\n<ul>\n<li>stock name</li>\n<li>ticker name</li>\n<li>stock exchange code</li>\n<li>returns</li>\n<li>monitoring since date</li>\n<li>insight status (names of all active insights, or none)</li>\n<li>alert flag</li>\n</ul>\n","urlObject":{"protocol":"https","path":["bw-equity-services","apis","equity","activeMonitoringList"],"host":["{{api_host}}"],"query":[{"key":"locale","value":"{{language_code}}"},{"key":"pageNo","value":"{{pageNo}}"}],"variable":[]}},"response":[],"_postman_id":"c6aade4a-59c5-408b-ab2a-9424b1cb4d99"},{"name":"Stock Monitoring Details","event":[{"listen":"prerequest","script":{"id":"89d3c632-93c4-42c2-97df-79b8603c4b17","exec":["pm.environment.set(\"timestamp\", new Date().getTime());"],"type":"text/javascript"}}],"id":"ccd4dff4-8ac4-4ce1-bdc0-766d5c524b4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"timestamp","value":"{{timestamp}}","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"string\",\r\n    \"userId\": \"string\",\r\n    \"parentUserId\": \"string\",\r\n    \"companyId\": 0,\r\n    \"clientCompanyId\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{api_host}}/bw-equity-services/apis/equity/v2/activeMonitoringDetails?locale={{language_code}}","description":"<p>This API delivers details of a particular stock which an End User is monitoring. </p>\n<p>The Company ID or Client Company ID needs to be passed in the API in order for details of the stock to be displayed.</p>\n<p>Details include:</p>\n<ul>\n<li>name of the stock</li>\n<li>ticker name</li>\n<li>stock exchange code</li>\n<li>monitoring since date</li>\n<li>3 month performance graph data</li>\n<li>index and stock returns and max drawdown</li>\n<li>live insights (if any) </li>\n<li>details of live insight(s), including the type of insight (Alpha 3:30, Value Investing, Swing and Quarterly results), returns and date.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["bw-equity-services","apis","equity","v2","activeMonitoringDetails"],"host":["{{api_host}}"],"query":[{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[{"id":"097dda3e-d3a7-4ce7-80cb-d80828a8614b","name":"Active Monitoring Details - Spanish","originalRequest":{"method":"POST","header":[{"key":"timestamp","value":"{{timestamp}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"BW383\",\r\n    \"userId\": \"BW383.USER1\",\r\n    \"companyId\": \"845\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{BaseURL}}/bw-equity-services/apis/equity/activeMonitoringDetails?pageNo=1&locale=es","host":["{{BaseURL}}"],"path":["bw-equity-services","apis","equity","activeMonitoringDetails"],"query":[{"key":"pageNo","value":"1"},{"key":"locale","value":"es"}]}},"status":"OK","code":200,"_postman_previewlanguage":"JSON","header":[{"key":"Date","value":"Thu, 01 Oct 2020 06:26:37 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"8685"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Origin,X-Requested-With,Content-Type,Accept,authorization"},{"key":"ETag","value":"W/\"21ed-A0ozJ4SfcXwzSE7f0rDPUR44g9s\""},{"key":"X-Response-Time","value":"8996.201ms"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"companyId\": 845,\n        \"clientCompanyId\": \"MINDTREE\",\n        \"tickerName\": \"MINDTREE\",\n        \"companyName\": \"MINDTREE LIMITED\",\n        \"exchangeCode\": \"NSE\",\n        \"monitoringDate\": \"2020-10-01T06:25:36.725Z\",\n        \"monitoringDateText\": \"1 Oct 2020\",\n        \"returns\": 0,\n        \"returnsText\": \"0%\",\n        \"returnsIndex\": 0,\n        \"returnsIndexText\": \"0%\",\n        \"maxDrawDown\": 0,\n        \"maxDrawDownText\": \"0%\",\n        \"maxDrawDownIndex\": 0,\n        \"maxDrawDownIndexText\": \"0%\",\n        \"3mPerformance\": [\n            {\n                \"date\": \"2020-07-01\",\n                \"cum_return_RI\": 100,\n                \"cum_return_index\": 100\n            },\n            {\n                \"date\": \"2020-07-02\",\n                \"cum_return_RI\": 101.4825581395,\n                \"cum_return_index\": 101.137779679\n            },\n            {\n                \"date\": \"2020-07-03\",\n                \"cum_return_RI\": 102.3217054264,\n                \"cum_return_index\": 101.703957198\n            },\n            {\n                \"date\": \"2020-07-04\",\n                \"cum_return_RI\": 102.3217054264,\n                \"cum_return_index\": 101.703957198\n            },\n            {\n                \"date\": \"2020-07-05\",\n                \"cum_return_RI\": 102.3217054264,\n                \"cum_return_index\": 101.703957198\n            },\n            {\n                \"date\": \"2020-07-06\",\n                \"cum_return_RI\": 105.0775193798,\n                \"cum_return_index\": 103.1045994755\n            },\n            {\n                \"date\": \"2020-07-07\",\n                \"cum_return_RI\": 107.4234496124,\n                \"cum_return_index\": 103.5095876653\n            },\n            {\n                \"date\": \"2020-07-08\",\n                \"cum_return_RI\": 108.1075581395,\n                \"cum_return_index\": 102.746495682\n            },\n            {\n                \"date\": \"2020-07-09\",\n                \"cum_return_RI\": 108.0910852713,\n                \"cum_return_index\": 103.5846801942\n            },\n            {\n                \"date\": \"2020-07-10\",\n                \"cum_return_RI\": 110.2567829457,\n                \"cum_return_index\": 103.1454392719\n            },\n            {\n                \"date\": \"2020-07-11\",\n                \"cum_return_RI\": 110.2567829457,\n                \"cum_return_index\": 103.1454392719\n            },\n            {\n                \"date\": \"2020-07-12\",\n                \"cum_return_RI\": 110.2567829457,\n                \"cum_return_index\": 103.1454392719\n            },\n            {\n                \"date\": \"2020-07-13\",\n                \"cum_return_RI\": 110.2403100775,\n                \"cum_return_index\": 103.3879982145\n            },\n            {\n                \"date\": \"2020-07-14\",\n                \"cum_return_RI\": 106.9970930233,\n                \"cum_return_index\": 101.743867056\n            },\n            {\n                \"date\": \"2020-07-15\",\n                \"cum_return_RI\": 106.7073643411,\n                \"cum_return_index\": 101.7113192107\n            },\n            {\n                \"date\": \"2020-07-16\",\n                \"cum_return_RI\": 110.3604651163,\n                \"cum_return_index\": 102.6273085722\n            },\n            {\n                \"date\": \"2020-07-17\",\n                \"cum_return_RI\": 111.7936046512,\n                \"cum_return_index\": 104.1372186161\n            },\n            {\n                \"date\": \"2020-07-18\",\n                \"cum_return_RI\": 111.7936046512,\n                \"cum_return_index\": 104.1372186161\n            },\n            {\n                \"date\": \"2020-07-19\",\n                \"cum_return_RI\": 111.7936046512,\n                \"cum_return_index\": 104.1372186161\n            },\n            {\n                \"date\": \"2020-07-20\",\n                \"cum_return_RI\": 112.3187984496,\n                \"cum_return_index\": 105.1898314332\n            },\n            {\n                \"date\": \"2020-07-21\",\n                \"cum_return_RI\": 110.3934108527,\n                \"cum_return_index\": 106.1910651515\n            },\n            {\n                \"date\": \"2020-07-22\",\n                \"cum_return_RI\": 110.8197674419,\n                \"cum_return_index\": 105.9114636611\n            },\n            {\n                \"date\": \"2020-07-23\",\n                \"cum_return_RI\": 110.6065891473,\n                \"cum_return_index\": 106.7114432025\n            },\n            {\n                \"date\": \"2020-07-24\",\n                \"cum_return_RI\": 111.6841085271,\n                \"cum_return_index\": 106.3827874595\n            },\n            {\n                \"date\": \"2020-07-25\",\n                \"cum_return_RI\": 111.6841085271,\n                \"cum_return_index\": 106.3827874595\n            },\n            {\n                \"date\": \"2020-07-26\",\n                \"cum_return_RI\": 111.6841085271,\n                \"cum_return_index\": 106.3827874595\n            },\n            {\n                \"date\": \"2020-07-27\",\n                \"cum_return_RI\": 114.867248062,\n                \"cum_return_index\": 105.6685172442\n            },\n            {\n                \"date\": \"2020-07-28\",\n                \"cum_return_RI\": 115.0804263566,\n                \"cum_return_index\": 107.0374641199\n            },\n            {\n                \"date\": \"2020-07-29\",\n                \"cum_return_RI\": 116.2509689922,\n                \"cum_return_index\": 106.5053068487\n            },\n            {\n                \"date\": \"2020-07-30\",\n                \"cum_return_RI\": 118.5532945736,\n                \"cum_return_index\": 105.7705779877\n            },\n            {\n                \"date\": \"2020-07-31\",\n                \"cum_return_RI\": 118.5096899225,\n                \"cum_return_index\": 105.8176173737\n            },\n            {\n                \"date\": \"2020-08-01\",\n                \"cum_return_RI\": 118.5096899225,\n                \"cum_return_index\": 105.8176173737\n            },\n            {\n                \"date\": \"2020-08-02\",\n                \"cum_return_RI\": 118.5096899225,\n                \"cum_return_index\": 105.8176173737\n            },\n            {\n                \"date\": \"2020-08-03\",\n                \"cum_return_RI\": 123.2742248062,\n                \"cum_return_index\": 104.6107122708\n            },\n            {\n                \"date\": \"2020-08-04\",\n                \"cum_return_RI\": 123.1589147287,\n                \"cum_return_index\": 106.2852214183\n            },\n            {\n                \"date\": \"2020-08-05\",\n                \"cum_return_RI\": 124.734496124,\n                \"cum_return_index\": 106.4668693932\n            },\n            {\n                \"date\": \"2020-08-06\",\n                \"cum_return_RI\": 125.0019379845,\n                \"cum_return_index\": 107.4287357177\n            },\n            {\n                \"date\": \"2020-08-07\",\n                \"cum_return_RI\": 126.0416666667,\n                \"cum_return_index\": 107.7751377859\n            },\n            {\n                \"date\": \"2020-08-08\",\n                \"cum_return_RI\": 126.0416666667,\n                \"cum_return_index\": 107.7751377859\n            },\n            {\n                \"date\": \"2020-08-09\",\n                \"cum_return_RI\": 126.0416666667,\n                \"cum_return_index\": 107.7751377859\n            },\n            {\n                \"date\": \"2020-08-10\",\n                \"cum_return_RI\": 124.9418604651,\n                \"cum_return_index\": 108.5945685396\n            },\n            {\n                \"date\": \"2020-08-11\",\n                \"cum_return_RI\": 122.1579457364,\n                \"cum_return_index\": 108.8575086329\n            },\n            {\n                \"date\": \"2020-08-12\",\n                \"cum_return_RI\": 123.9680232558,\n                \"cum_return_index\": 108.7849734348\n            },\n            {\n                \"date\": \"2020-08-13\",\n                \"cum_return_RI\": 125.7189922481,\n                \"cum_return_index\": 109.090845686\n            },\n            {\n                \"date\": \"2020-08-14\",\n                \"cum_return_RI\": 124.2587209302,\n                \"cum_return_index\": 107.9962306495\n            },\n            {\n                \"date\": \"2020-08-15\",\n                \"cum_return_RI\": 124.2587209302,\n                \"cum_return_index\": 107.9962306495\n            },\n            {\n                \"date\": \"2020-08-16\",\n                \"cum_return_RI\": 124.2587209302,\n                \"cum_return_index\": 107.9962306495\n            },\n            {\n                \"date\": \"2020-08-17\",\n                \"cum_return_RI\": 127.2606589147,\n                \"cum_return_index\": 108.6251790131\n            },\n            {\n                \"date\": \"2020-08-18\",\n                \"cum_return_RI\": 127.6269379845,\n                \"cum_return_index\": 109.964290364\n            },\n            {\n                \"date\": \"2020-08-19\",\n                \"cum_return_RI\": 128.1686046512,\n                \"cum_return_index\": 110.3296011804\n            },\n            {\n                \"date\": \"2020-08-20\",\n                \"cum_return_RI\": 128.4912790698,\n                \"cum_return_index\": 109.8181350395\n            },\n            {\n                \"date\": \"2020-08-21\",\n                \"cum_return_RI\": 127.1676356589,\n                \"cum_return_index\": 110.4641322744\n            },\n            {\n                \"date\": \"2020-08-22\",\n                \"cum_return_RI\": 127.1676356589,\n                \"cum_return_index\": 110.4641322744\n            },\n            {\n                \"date\": \"2020-08-23\",\n                \"cum_return_RI\": 127.1676356589,\n                \"cum_return_index\": 110.4641322744\n            },\n            {\n                \"date\": \"2020-08-24\",\n                \"cum_return_RI\": 126.1346899225,\n                \"cum_return_index\": 111.3405992523\n            },\n            {\n                \"date\": \"2020-08-25\",\n                \"cum_return_RI\": 124.4118217054,\n                \"cum_return_index\": 111.4683107978\n            },\n            {\n                \"date\": \"2020-08-26\",\n                \"cum_return_RI\": 128.1744186047,\n                \"cum_return_index\": 112.1668495546\n            },\n            {\n                \"date\": \"2020-08-27\",\n                \"cum_return_RI\": 125.7238372093,\n                \"cum_return_index\": 112.3271089454\n            },\n            {\n                \"date\": \"2020-08-28\",\n                \"cum_return_RI\": 129.5910852713,\n                \"cum_return_index\": 113.0367294685\n            },\n            {\n                \"date\": \"2020-08-29\",\n                \"cum_return_RI\": 129.5910852713,\n                \"cum_return_index\": 113.0367294685\n            },\n            {\n                \"date\": \"2020-08-30\",\n                \"cum_return_RI\": 129.5910852713,\n                \"cum_return_index\": 113.0367294685\n            },\n            {\n                \"date\": \"2020-08-31\",\n                \"cum_return_RI\": 126.4244186047,\n                \"cum_return_index\": 109.8826107712\n            },\n            {\n                \"date\": \"2020-09-01\",\n                \"cum_return_RI\": 124.8439922481,\n                \"cum_return_index\": 110.7056837837\n            },\n            {\n                \"date\": \"2020-09-02\",\n                \"cum_return_RI\": 130.625,\n                \"cum_return_index\": 111.6157060403\n            },\n            {\n                \"date\": \"2020-09-03\",\n                \"cum_return_RI\": 131.8992248062,\n                \"cum_return_index\": 111.8089782456\n            },\n            {\n                \"date\": \"2020-09-04\",\n                \"cum_return_RI\": 130.625,\n                \"cum_return_index\": 109.971419892\n            },\n            {\n                \"date\": \"2020-09-05\",\n                \"cum_return_RI\": 130.625,\n                \"cum_return_index\": 109.971419892\n            },\n            {\n                \"date\": \"2020-09-06\",\n                \"cum_return_RI\": 130.625,\n                \"cum_return_index\": 109.971419892\n            },\n            {\n                \"date\": \"2020-09-07\",\n                \"cum_return_RI\": 131.8439922481,\n                \"cum_return_index\": 109.9852914737\n            },\n            {\n                \"date\": \"2020-09-08\",\n                \"cum_return_RI\": 129.8372093023,\n                \"cum_return_index\": 109.4079546934\n            },\n            {\n                \"date\": \"2020-09-09\",\n                \"cum_return_RI\": 128.2567829457,\n                \"cum_return_index\": 108.9445353718\n            },\n            {\n                \"date\": \"2020-09-10\",\n                \"cum_return_RI\": 128.6065891473,\n                \"cum_return_index\": 110.4717267717\n            },\n            {\n                \"date\": \"2020-09-11\",\n                \"cum_return_RI\": 129.492248062,\n                \"cum_return_index\": 110.7794588998\n            },\n            {\n                \"date\": \"2020-09-12\",\n                \"cum_return_RI\": 129.492248062,\n                \"cum_return_index\": 110.7794588998\n            },\n            {\n                \"date\": \"2020-09-13\",\n                \"cum_return_RI\": 129.492248062,\n                \"cum_return_index\": 110.7794588998\n            },\n            {\n                \"date\": \"2020-09-14\",\n                \"cum_return_RI\": 133.6385658915,\n                \"cum_return_index\": 111.3340121884\n            },\n            {\n                \"date\": \"2020-09-15\",\n                \"cum_return_RI\": 136.9195736434,\n                \"cum_return_index\": 112.2765047954\n            },\n            {\n                \"date\": \"2020-09-16\",\n                \"cum_return_RI\": 137.8934108527,\n                \"cum_return_index\": 112.9725637163\n            },\n            {\n                \"date\": \"2020-09-17\",\n                \"cum_return_RI\": 139.4360465116,\n                \"cum_return_index\": 112.2109441355\n            },\n            {\n                \"date\": \"2020-09-18\",\n                \"cum_return_RI\": 139.1947674419,\n                \"cum_return_index\": 112.1266297171\n            },\n            {\n                \"date\": \"2020-09-19\",\n                \"cum_return_RI\": 139.1947674419,\n                \"cum_return_index\": 112.1266297171\n            },\n            {\n                \"date\": \"2020-09-20\",\n                \"cum_return_RI\": 139.1947674419,\n                \"cum_return_index\": 112.1266297171\n            },\n            {\n                \"date\": \"2020-09-21\",\n                \"cum_return_RI\": 139.0532945736,\n                \"cum_return_index\": 109.2383184233\n            },\n            {\n                \"date\": \"2020-09-22\",\n                \"cum_return_RI\": 143.0455426357,\n                \"cum_return_index\": 108.0765153347\n            },\n            {\n                \"date\": \"2020-09-23\",\n                \"cum_return_RI\": 141.9680232558,\n                \"cum_return_index\": 107.8470530251\n            },\n            {\n                \"date\": \"2020-09-24\",\n                \"cum_return_RI\": 136.5319767442,\n                \"cum_return_index\": 104.9194518323\n            },\n            {\n                \"date\": \"2020-09-25\",\n                \"cum_return_RI\": 138.8013565891,\n                \"cum_return_index\": 107.3984352236\n            },\n            {\n                \"date\": \"2020-09-26\",\n                \"cum_return_RI\": 138.8013565891,\n                \"cum_return_index\": 107.3984352236\n            },\n            {\n                \"date\": \"2020-09-27\",\n                \"cum_return_RI\": 138.8013565891,\n                \"cum_return_index\": 107.3984352236\n            },\n            {\n                \"date\": \"2020-09-28\",\n                \"cum_return_RI\": 140.644379845,\n                \"cum_return_index\": 109.441509972\n            },\n            {\n                \"date\": \"2020-09-29\",\n                \"cum_return_RI\": 144.7742248062,\n                \"cum_return_index\": 109.3177506649\n            }\n        ],\n        \"insightStatus\": {\n            \"valueInvesting\": {\n                \"title\": \"Value Investing\",\n                \"inceptionDate\": \"\",\n                \"inceptionDateText\": \"\"\n            },\n            \"trackEquity\": {\n                \"title\": \"Track (Equity)\",\n                \"inceptionDate\": \"\",\n                \"inceptionDateText\": \"\"\n            },\n            \"swingTrades\": [],\n            \"quarterlyResults\": {\n                \"title\": \"Upcoming Result\",\n                \"inceptionDate\": \"\",\n                \"inceptionDateText\": \"\"\n            }\n        }\n    },\n    \"errorCode\": null,\n    \"statusCode\": 200,\n    \"statusMsg\": \"OK\",\n    \"message\": \"Successful\",\n    \"datetime\": \"2020-10-01T06:26:37.280Z\",\n    \"timestamp\": 1601533597280,\n    \"success\": true\n}"},{"id":"46ec90b4-cda4-4b22-8e26-e7048288413f","name":"Active Monitoring Details","originalRequest":{"method":"POST","header":[{"key":"timestamp","value":"{{timestamp}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"BW383\",\r\n    \"userId\": \"BW383.USER1\",\r\n    \"companyId\": \"845\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{BaseURL}}/bw-equity-services/apis/equity/activeMonitoringDetails?pageNo=1&locale=en","host":["{{BaseURL}}"],"path":["bw-equity-services","apis","equity","activeMonitoringDetails"],"query":[{"key":"pageNo","value":"1"},{"key":"locale","value":"en"}]}},"status":"OK","code":200,"_postman_previewlanguage":"JSON","header":[{"key":"Date","value":"Thu, 01 Oct 2020 06:25:46 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"8685"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Origin,X-Requested-With,Content-Type,Accept,authorization"},{"key":"ETag","value":"W/\"21ed-hyKL0IBX2FF189F3lTuLVYtZnsQ\""},{"key":"X-Response-Time","value":"4063.060ms"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"companyId\": 845,\n        \"clientCompanyId\": \"MINDTREE\",\n        \"tickerName\": \"MINDTREE\",\n        \"companyName\": \"MINDTREE LIMITED\",\n        \"exchangeCode\": \"NSE\",\n        \"monitoringDate\": \"2020-10-01T06:25:36.725Z\",\n        \"monitoringDateText\": \"1 Oct 2020\",\n        \"returns\": 0,\n        \"returnsText\": \"0%\",\n        \"returnsIndex\": 0,\n        \"returnsIndexText\": \"0%\",\n        \"maxDrawDown\": 0,\n        \"maxDrawDownText\": \"0%\",\n        \"maxDrawDownIndex\": 0,\n        \"maxDrawDownIndexText\": \"0%\",\n        \"3mPerformance\": [\n            {\n                \"date\": \"2020-07-01\",\n                \"cum_return_RI\": 100,\n                \"cum_return_index\": 100\n            },\n            {\n                \"date\": \"2020-07-02\",\n                \"cum_return_RI\": 101.4825581395,\n                \"cum_return_index\": 101.137779679\n            },\n            {\n                \"date\": \"2020-07-03\",\n                \"cum_return_RI\": 102.3217054264,\n                \"cum_return_index\": 101.703957198\n            },\n            {\n                \"date\": \"2020-07-04\",\n                \"cum_return_RI\": 102.3217054264,\n                \"cum_return_index\": 101.703957198\n            },\n            {\n                \"date\": \"2020-07-05\",\n                \"cum_return_RI\": 102.3217054264,\n                \"cum_return_index\": 101.703957198\n            },\n            {\n                \"date\": \"2020-07-06\",\n                \"cum_return_RI\": 105.0775193798,\n                \"cum_return_index\": 103.1045994755\n            },\n            {\n                \"date\": \"2020-07-07\",\n                \"cum_return_RI\": 107.4234496124,\n                \"cum_return_index\": 103.5095876653\n            },\n            {\n                \"date\": \"2020-07-08\",\n                \"cum_return_RI\": 108.1075581395,\n                \"cum_return_index\": 102.746495682\n            },\n            {\n                \"date\": \"2020-07-09\",\n                \"cum_return_RI\": 108.0910852713,\n                \"cum_return_index\": 103.5846801942\n            },\n            {\n                \"date\": \"2020-07-10\",\n                \"cum_return_RI\": 110.2567829457,\n                \"cum_return_index\": 103.1454392719\n            },\n            {\n                \"date\": \"2020-07-11\",\n                \"cum_return_RI\": 110.2567829457,\n                \"cum_return_index\": 103.1454392719\n            },\n            {\n                \"date\": \"2020-07-12\",\n                \"cum_return_RI\": 110.2567829457,\n                \"cum_return_index\": 103.1454392719\n            },\n            {\n                \"date\": \"2020-07-13\",\n                \"cum_return_RI\": 110.2403100775,\n                \"cum_return_index\": 103.3879982145\n            },\n            {\n                \"date\": \"2020-07-14\",\n                \"cum_return_RI\": 106.9970930233,\n                \"cum_return_index\": 101.743867056\n            },\n            {\n                \"date\": \"2020-07-15\",\n                \"cum_return_RI\": 106.7073643411,\n                \"cum_return_index\": 101.7113192107\n            },\n            {\n                \"date\": \"2020-07-16\",\n                \"cum_return_RI\": 110.3604651163,\n                \"cum_return_index\": 102.6273085722\n            },\n            {\n                \"date\": \"2020-07-17\",\n                \"cum_return_RI\": 111.7936046512,\n                \"cum_return_index\": 104.1372186161\n            },\n            {\n                \"date\": \"2020-07-18\",\n                \"cum_return_RI\": 111.7936046512,\n                \"cum_return_index\": 104.1372186161\n            },\n            {\n                \"date\": \"2020-07-19\",\n                \"cum_return_RI\": 111.7936046512,\n                \"cum_return_index\": 104.1372186161\n            },\n            {\n                \"date\": \"2020-07-20\",\n                \"cum_return_RI\": 112.3187984496,\n                \"cum_return_index\": 105.1898314332\n            },\n            {\n                \"date\": \"2020-07-21\",\n                \"cum_return_RI\": 110.3934108527,\n                \"cum_return_index\": 106.1910651515\n            },\n            {\n                \"date\": \"2020-07-22\",\n                \"cum_return_RI\": 110.8197674419,\n                \"cum_return_index\": 105.9114636611\n            },\n            {\n                \"date\": \"2020-07-23\",\n                \"cum_return_RI\": 110.6065891473,\n                \"cum_return_index\": 106.7114432025\n            },\n            {\n                \"date\": \"2020-07-24\",\n                \"cum_return_RI\": 111.6841085271,\n                \"cum_return_index\": 106.3827874595\n            },\n            {\n                \"date\": \"2020-07-25\",\n                \"cum_return_RI\": 111.6841085271,\n                \"cum_return_index\": 106.3827874595\n            },\n            {\n                \"date\": \"2020-07-26\",\n                \"cum_return_RI\": 111.6841085271,\n                \"cum_return_index\": 106.3827874595\n            },\n            {\n                \"date\": \"2020-07-27\",\n                \"cum_return_RI\": 114.867248062,\n                \"cum_return_index\": 105.6685172442\n            },\n            {\n                \"date\": \"2020-07-28\",\n                \"cum_return_RI\": 115.0804263566,\n                \"cum_return_index\": 107.0374641199\n            },\n            {\n                \"date\": \"2020-07-29\",\n                \"cum_return_RI\": 116.2509689922,\n                \"cum_return_index\": 106.5053068487\n            },\n            {\n                \"date\": \"2020-07-30\",\n                \"cum_return_RI\": 118.5532945736,\n                \"cum_return_index\": 105.7705779877\n            },\n            {\n                \"date\": \"2020-07-31\",\n                \"cum_return_RI\": 118.5096899225,\n                \"cum_return_index\": 105.8176173737\n            },\n            {\n                \"date\": \"2020-08-01\",\n                \"cum_return_RI\": 118.5096899225,\n                \"cum_return_index\": 105.8176173737\n            },\n            {\n                \"date\": \"2020-08-02\",\n                \"cum_return_RI\": 118.5096899225,\n                \"cum_return_index\": 105.8176173737\n            },\n            {\n                \"date\": \"2020-08-03\",\n                \"cum_return_RI\": 123.2742248062,\n                \"cum_return_index\": 104.6107122708\n            },\n            {\n                \"date\": \"2020-08-04\",\n                \"cum_return_RI\": 123.1589147287,\n                \"cum_return_index\": 106.2852214183\n            },\n            {\n                \"date\": \"2020-08-05\",\n                \"cum_return_RI\": 124.734496124,\n                \"cum_return_index\": 106.4668693932\n            },\n            {\n                \"date\": \"2020-08-06\",\n                \"cum_return_RI\": 125.0019379845,\n                \"cum_return_index\": 107.4287357177\n            },\n            {\n                \"date\": \"2020-08-07\",\n                \"cum_return_RI\": 126.0416666667,\n                \"cum_return_index\": 107.7751377859\n            },\n            {\n                \"date\": \"2020-08-08\",\n                \"cum_return_RI\": 126.0416666667,\n                \"cum_return_index\": 107.7751377859\n            },\n            {\n                \"date\": \"2020-08-09\",\n                \"cum_return_RI\": 126.0416666667,\n                \"cum_return_index\": 107.7751377859\n            },\n            {\n                \"date\": \"2020-08-10\",\n                \"cum_return_RI\": 124.9418604651,\n                \"cum_return_index\": 108.5945685396\n            },\n            {\n                \"date\": \"2020-08-11\",\n                \"cum_return_RI\": 122.1579457364,\n                \"cum_return_index\": 108.8575086329\n            },\n            {\n                \"date\": \"2020-08-12\",\n                \"cum_return_RI\": 123.9680232558,\n                \"cum_return_index\": 108.7849734348\n            },\n            {\n                \"date\": \"2020-08-13\",\n                \"cum_return_RI\": 125.7189922481,\n                \"cum_return_index\": 109.090845686\n            },\n            {\n                \"date\": \"2020-08-14\",\n                \"cum_return_RI\": 124.2587209302,\n                \"cum_return_index\": 107.9962306495\n            },\n            {\n                \"date\": \"2020-08-15\",\n                \"cum_return_RI\": 124.2587209302,\n                \"cum_return_index\": 107.9962306495\n            },\n            {\n                \"date\": \"2020-08-16\",\n                \"cum_return_RI\": 124.2587209302,\n                \"cum_return_index\": 107.9962306495\n            },\n            {\n                \"date\": \"2020-08-17\",\n                \"cum_return_RI\": 127.2606589147,\n                \"cum_return_index\": 108.6251790131\n            },\n            {\n                \"date\": \"2020-08-18\",\n                \"cum_return_RI\": 127.6269379845,\n                \"cum_return_index\": 109.964290364\n            },\n            {\n                \"date\": \"2020-08-19\",\n                \"cum_return_RI\": 128.1686046512,\n                \"cum_return_index\": 110.3296011804\n            },\n            {\n                \"date\": \"2020-08-20\",\n                \"cum_return_RI\": 128.4912790698,\n                \"cum_return_index\": 109.8181350395\n            },\n            {\n                \"date\": \"2020-08-21\",\n                \"cum_return_RI\": 127.1676356589,\n                \"cum_return_index\": 110.4641322744\n            },\n            {\n                \"date\": \"2020-08-22\",\n                \"cum_return_RI\": 127.1676356589,\n                \"cum_return_index\": 110.4641322744\n            },\n            {\n                \"date\": \"2020-08-23\",\n                \"cum_return_RI\": 127.1676356589,\n                \"cum_return_index\": 110.4641322744\n            },\n            {\n                \"date\": \"2020-08-24\",\n                \"cum_return_RI\": 126.1346899225,\n                \"cum_return_index\": 111.3405992523\n            },\n            {\n                \"date\": \"2020-08-25\",\n                \"cum_return_RI\": 124.4118217054,\n                \"cum_return_index\": 111.4683107978\n            },\n            {\n                \"date\": \"2020-08-26\",\n                \"cum_return_RI\": 128.1744186047,\n                \"cum_return_index\": 112.1668495546\n            },\n            {\n                \"date\": \"2020-08-27\",\n                \"cum_return_RI\": 125.7238372093,\n                \"cum_return_index\": 112.3271089454\n            },\n            {\n                \"date\": \"2020-08-28\",\n                \"cum_return_RI\": 129.5910852713,\n                \"cum_return_index\": 113.0367294685\n            },\n            {\n                \"date\": \"2020-08-29\",\n                \"cum_return_RI\": 129.5910852713,\n                \"cum_return_index\": 113.0367294685\n            },\n            {\n                \"date\": \"2020-08-30\",\n                \"cum_return_RI\": 129.5910852713,\n                \"cum_return_index\": 113.0367294685\n            },\n            {\n                \"date\": \"2020-08-31\",\n                \"cum_return_RI\": 126.4244186047,\n                \"cum_return_index\": 109.8826107712\n            },\n            {\n                \"date\": \"2020-09-01\",\n                \"cum_return_RI\": 124.8439922481,\n                \"cum_return_index\": 110.7056837837\n            },\n            {\n                \"date\": \"2020-09-02\",\n                \"cum_return_RI\": 130.625,\n                \"cum_return_index\": 111.6157060403\n            },\n            {\n                \"date\": \"2020-09-03\",\n                \"cum_return_RI\": 131.8992248062,\n                \"cum_return_index\": 111.8089782456\n            },\n            {\n                \"date\": \"2020-09-04\",\n                \"cum_return_RI\": 130.625,\n                \"cum_return_index\": 109.971419892\n            },\n            {\n                \"date\": \"2020-09-05\",\n                \"cum_return_RI\": 130.625,\n                \"cum_return_index\": 109.971419892\n            },\n            {\n                \"date\": \"2020-09-06\",\n                \"cum_return_RI\": 130.625,\n                \"cum_return_index\": 109.971419892\n            },\n            {\n                \"date\": \"2020-09-07\",\n                \"cum_return_RI\": 131.8439922481,\n                \"cum_return_index\": 109.9852914737\n            },\n            {\n                \"date\": \"2020-09-08\",\n                \"cum_return_RI\": 129.8372093023,\n                \"cum_return_index\": 109.4079546934\n            },\n            {\n                \"date\": \"2020-09-09\",\n                \"cum_return_RI\": 128.2567829457,\n                \"cum_return_index\": 108.9445353718\n            },\n            {\n                \"date\": \"2020-09-10\",\n                \"cum_return_RI\": 128.6065891473,\n                \"cum_return_index\": 110.4717267717\n            },\n            {\n                \"date\": \"2020-09-11\",\n                \"cum_return_RI\": 129.492248062,\n                \"cum_return_index\": 110.7794588998\n            },\n            {\n                \"date\": \"2020-09-12\",\n                \"cum_return_RI\": 129.492248062,\n                \"cum_return_index\": 110.7794588998\n            },\n            {\n                \"date\": \"2020-09-13\",\n                \"cum_return_RI\": 129.492248062,\n                \"cum_return_index\": 110.7794588998\n            },\n            {\n                \"date\": \"2020-09-14\",\n                \"cum_return_RI\": 133.6385658915,\n                \"cum_return_index\": 111.3340121884\n            },\n            {\n                \"date\": \"2020-09-15\",\n                \"cum_return_RI\": 136.9195736434,\n                \"cum_return_index\": 112.2765047954\n            },\n            {\n                \"date\": \"2020-09-16\",\n                \"cum_return_RI\": 137.8934108527,\n                \"cum_return_index\": 112.9725637163\n            },\n            {\n                \"date\": \"2020-09-17\",\n                \"cum_return_RI\": 139.4360465116,\n                \"cum_return_index\": 112.2109441355\n            },\n            {\n                \"date\": \"2020-09-18\",\n                \"cum_return_RI\": 139.1947674419,\n                \"cum_return_index\": 112.1266297171\n            },\n            {\n                \"date\": \"2020-09-19\",\n                \"cum_return_RI\": 139.1947674419,\n                \"cum_return_index\": 112.1266297171\n            },\n            {\n                \"date\": \"2020-09-20\",\n                \"cum_return_RI\": 139.1947674419,\n                \"cum_return_index\": 112.1266297171\n            },\n            {\n                \"date\": \"2020-09-21\",\n                \"cum_return_RI\": 139.0532945736,\n                \"cum_return_index\": 109.2383184233\n            },\n            {\n                \"date\": \"2020-09-22\",\n                \"cum_return_RI\": 143.0455426357,\n                \"cum_return_index\": 108.0765153347\n            },\n            {\n                \"date\": \"2020-09-23\",\n                \"cum_return_RI\": 141.9680232558,\n                \"cum_return_index\": 107.8470530251\n            },\n            {\n                \"date\": \"2020-09-24\",\n                \"cum_return_RI\": 136.5319767442,\n                \"cum_return_index\": 104.9194518323\n            },\n            {\n                \"date\": \"2020-09-25\",\n                \"cum_return_RI\": 138.8013565891,\n                \"cum_return_index\": 107.3984352236\n            },\n            {\n                \"date\": \"2020-09-26\",\n                \"cum_return_RI\": 138.8013565891,\n                \"cum_return_index\": 107.3984352236\n            },\n            {\n                \"date\": \"2020-09-27\",\n                \"cum_return_RI\": 138.8013565891,\n                \"cum_return_index\": 107.3984352236\n            },\n            {\n                \"date\": \"2020-09-28\",\n                \"cum_return_RI\": 140.644379845,\n                \"cum_return_index\": 109.441509972\n            },\n            {\n                \"date\": \"2020-09-29\",\n                \"cum_return_RI\": 144.7742248062,\n                \"cum_return_index\": 109.3177506649\n            }\n        ],\n        \"insightStatus\": {\n            \"valueInvesting\": {\n                \"title\": \"Value Investing\",\n                \"inceptionDate\": \"\",\n                \"inceptionDateText\": \"\"\n            },\n            \"trackEquity\": {\n                \"title\": \"Track (Equity)\",\n                \"inceptionDate\": \"\",\n                \"inceptionDateText\": \"\"\n            },\n            \"swingTrades\": [],\n            \"quarterlyResults\": {\n                \"title\": \"Upcoming Result\",\n                \"inceptionDate\": \"\",\n                \"inceptionDateText\": \"\"\n            }\n        }\n    },\n    \"errorCode\": null,\n    \"statusCode\": 200,\n    \"statusMsg\": \"OK\",\n    \"message\": \"Successful\",\n    \"datetime\": \"2020-10-01T06:25:46.850Z\",\n    \"timestamp\": 1601533546850,\n    \"success\": true\n}"}],"_postman_id":"ccd4dff4-8ac4-4ce1-bdc0-766d5c524b4c"},{"name":"Monitoring Similar Stocks","event":[{"listen":"prerequest","script":{"id":"e56e730e-e851-4136-8587-5246a70c4b98","exec":["pm.environment.set(\"timestamp\", new Date().getTime());"],"type":"text/javascript"}}],"id":"00d0569b-96b0-41cd-848c-530de9e5085e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"timestamp","value":"{{timestamp}}","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"clientId\": \"string\",\r\n  \"userId\": \"string\",\r\n  \"parentUserId\": \"string\",\r\n  \"monitoringId\": 0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{api_host}}/bw-equity-services/apis/equity/similarStockActiveInsights?locale={{language_code}}","description":"<p>This API delivers similar stocks with active signal details of a particular stock which an End User is monitoring. </p>\n<p>The monitoring ID needs to be passed in the API in order for details of the similar stock to be displayed.</p>\n","urlObject":{"protocol":"https","path":["bw-equity-services","apis","equity","similarStockActiveInsights"],"host":["{{api_host}}"],"query":[{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[],"_postman_id":"00d0569b-96b0-41cd-848c-530de9e5085e"},{"name":"See Past Insights","event":[{"listen":"prerequest","script":{"id":"65018da7-6ce3-4cf4-83a7-c392cfab10b3","exec":["pm.environment.set(\"timestamp\", new Date().getTime());"],"type":"text/javascript"}}],"id":"be452089-34b2-4122-848f-a73d3bc68e83","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"timestamp","type":"text","value":"{{timestamp}}"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"string\",\r\n    \"userId\": \"string\",\r\n    \"parentUserId\": \"string\",\r\n    \"companyId\": 0,\r\n    \"clientCompanyId\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{api_host}}/bw-equity-services/apis/equity/pastInsightsList?locale={{language_code}}","description":"<p>This API enables an End User to see past insights relating to a particular stock which they are monitoring. </p>\n<p>The Company ID or Client Company ID needs to be passed in the API in order to retrieve the past insights.</p>\n<p>Details of past insights include the type of insight (Alpha 3:30, Value Investing, Swing and Quarterly results), returns and date the insight was generated.</p>\n","urlObject":{"protocol":"https","path":["bw-equity-services","apis","equity","pastInsightsList"],"host":["{{api_host}}"],"query":[{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[{"id":"8e24a3a3-c48c-4a4e-a841-9d899f13f373","name":"Company Past Insights List - ERROR","originalRequest":{"method":"POST","header":[{"key":"timestamp","type":"text","value":"{{timestamp}}"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"BW383\",\r\n    \"userId\": \"BW383.USER4\",\r\n    \"companyId\": 6201\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{BaseURL}}/bw-equity-services/apis/equity/pastInsightsList?locale=en","host":["{{BaseURL}}"],"path":["bw-equity-services","apis","equity","pastInsightsList"],"query":[{"key":"locale","value":"en"}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"JSON","header":[{"key":"Date","value":"Wed, 14 Oct 2020 07:55:08 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"240"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Origin,X-Requested-With,Content-Type,Accept,authorization"},{"key":"ETag","value":"W/\"f0-o/Jroayh3U01PZEweieBC+ixEXc\""},{"key":"X-Response-Time","value":"22.574ms"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": null,\n    \"errorCode\": \"BWEQAPI0162\",\n    \"statusCode\": 422,\n    \"statusMsg\": \"Unprocessable Entity\",\n    \"message\": \"Given company is not available in active monitoring list\",\n    \"datetime\": \"2020-10-14T07:55:08.686Z\",\n    \"timestamp\": 1602662108686,\n    \"success\": false\n}"},{"id":"57a24de3-a2bb-4a3a-8a8c-a695821d2785","name":"Company Past Insights List","originalRequest":{"method":"POST","header":[{"key":"timestamp","type":"text","value":"{{timestamp}}"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"BW_CLIENT\",\r\n    \"userId\": \"BW.USER22\",\r\n    \"companyId\": \"518\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{BaseURL}}/bw-equity-services/apis/equity/pastInsightsList?locale=en","host":["{{BaseURL}}"],"path":["bw-equity-services","apis","equity","pastInsightsList"],"query":[{"key":"locale","value":"en"}]}},"status":"OK","code":200,"_postman_previewlanguage":"JSON","header":[{"key":"Date","value":"Thu, 08 Oct 2020 12:15:20 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"433"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Origin,X-Requested-With,Content-Type,Accept,authorization"},{"key":"ETag","value":"W/\"1b1-zBzRPQwQa6HeduoMHNLQt8AD0aI\""},{"key":"X-Response-Time","value":"48.306ms"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"trackEquity\": {\n            \"title\": \"Track (Equity)\",\n            \"inceptionDate\": \"2020-09-01T00:00:00.000Z\",\n            \"inceptionDateText\": \"1 Sep 2020\"\n        },\n        \"swingTrades\": {\n            \"title\": \"Swing Trades\",\n            \"inceptionDate\": \"2020-10-01T00:00:00.000Z\",\n            \"inceptionDateText\": \"1 Oct 2020\",\n            \"countryCode\": \"IND\"\n        },\n        \"noInsightMsg\": \"\"\n    },\n    \"errorCode\": null,\n    \"statusCode\": 200,\n    \"statusMsg\": \"OK\",\n    \"message\": \"Successful\",\n    \"datetime\": \"2020-10-08T12:15:20.270Z\",\n    \"timestamp\": 1602159320270,\n    \"success\": true\n}"}],"_postman_id":"be452089-34b2-4122-848f-a73d3bc68e83"},{"name":"Stock Snapshot","event":[{"listen":"prerequest","script":{"id":"a6194217-21d1-414f-aada-d261f473e17e","exec":["pm.environment.set(\"timestamp\", new Date().getTime());"],"type":"text/javascript"}}],"id":"e01961e3-d6b7-46e3-a302-bf469b94b4e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"timestamp","type":"text","value":"{{timestamp}}"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"string\",\r\n    \"userId\": \"string\",\r\n    \"parentUserId\": \"string\",\r\n    \"companyId\": 0,\r\n    \"clientCompanyId\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{api_host}}/bw-equity-services/apis/equity/companySnapshot?locale={{language_code}}","description":"<p>This API provides a current snapshot of a stock. </p>\n<p>The Company ID or Client Company ID needs to be passed in the API in order to retrieve the particular stock.</p>\n<p>Snapshot details include:</p>\n<ul>\n<li>Snapshot date</li>\n<li>Stock name</li>\n<li>Stock exchange code</li>\n<li>Sector details</li>\n<li>Index details</li>\n<li>Market details </li>\n<li>Beta</li>\n<li>Market cap (small, mid or large cap)</li>\n<li>Price</li>\n<li>1 year performance graph data</li>\n<li>3 month performance graph data</li>\n<li>1 year returns </li>\n<li>3 month returns</li>\n</ul>\n","urlObject":{"protocol":"https","path":["bw-equity-services","apis","equity","companySnapshot"],"host":["{{api_host}}"],"query":[{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[{"id":"662442b7-446d-4e4d-9c95-ad7f83607c5a","name":"Company Snapshot data","originalRequest":{"method":"POST","header":[{"key":"timestamp","type":"text","value":"{{timestamp}}"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"BW_CLIENT\",\r\n    \"userId\": \"BW.USER22\",\r\n    \"companyId\": \"513\",\r\n    \"clientCompanyId\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{BaseURL}}/bw-equity-services/apis/equity/companySnapshot?locale=en","host":["{{BaseURL}}"],"path":["bw-equity-services","apis","equity","companySnapshot"],"query":[{"key":"locale","value":"en"}]}},"status":"OK","code":200,"_postman_previewlanguage":"JSON","header":[{"key":"Date","value":"Fri, 09 Oct 2020 12:24:00 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"43714"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Origin,X-Requested-With,Content-Type,Accept,authorization"},{"key":"ETag","value":"W/\"aac2-gq5HCZy0SfbvctZW6BK03FdBhsU\""},{"key":"X-Response-Time","value":"51.786ms"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"companyId\": 513,\n        \"clientCompanyId\": null,\n        \"tickerName\": \"MOTHERSUMI\",\n        \"companyName\": \"Motherson Sumi Systems Limited\",\n        \"exchangeCode\": \"NSE\",\n        \"monitoring\": true,\n        \"sectorCode\": \"sec_ai\",\n        \"sectorName\": \"Auto industry\",\n        \"sectorShortName\": \"Auto\",\n        \"indexCode\": \"NIFTY500\",\n        \"indexName\": \"NIFTY500\",\n        \"3mPerformanceJson\": [\n            {\n                \"date\": \"2020-07-10\",\n                \"cum_return_RI\": 100,\n                \"cum_return_index\": 100\n            },\n            {\n                \"date\": \"2020-07-11\",\n                \"cum_return_RI\": 100,\n                \"cum_return_index\": 100\n            },\n            {\n                \"date\": \"2020-07-12\",\n                \"cum_return_RI\": 100,\n                \"cum_return_index\": 100\n            },\n            {\n                \"date\": \"2020-07-13\",\n                \"cum_return_RI\": 99.89600002144331,\n                \"cum_return_index\": 100.23516206272443\n            },\n            {\n                \"date\": \"2020-07-14\",\n                \"cum_return_RI\": 97.60913966821863,\n                \"cum_return_index\": 98.64116898835987\n            },\n            {\n                \"date\": \"2020-07-15\",\n                \"cum_return_RI\": 97.81700560474113,\n                \"cum_return_index\": 98.60961369559811\n            },\n            {\n                \"date\": \"2020-07-16\",\n                \"cum_return_RI\": 95.99787711383976,\n                \"cum_return_index\": 99.49766979189285\n            },\n            {\n                \"date\": \"2020-07-17\",\n                \"cum_return_RI\": 97.03740782733861,\n                \"cum_return_index\": 100.96153484943994\n            },\n            {\n                \"date\": \"2020-07-18\",\n                \"cum_return_RI\": 97.03740782733861,\n                \"cum_return_index\": 100.96153484943994\n            },\n            {\n                \"date\": \"2020-07-19\",\n                \"cum_return_RI\": 97.03740782733861,\n                \"cum_return_index\": 100.96153484943994\n            },\n            {\n                \"date\": \"2020-07-20\",\n                \"cum_return_RI\": 98.02493855155906,\n                \"cum_return_index\": 101.98204804368456\n            },\n            {\n                \"date\": \"2020-07-21\",\n                \"cum_return_RI\": 100.93553073494212,\n                \"cum_return_index\": 102.95274895435527\n            },\n            {\n                \"date\": \"2020-07-22\",\n                \"cum_return_RI\": 99.42826815911998,\n                \"cum_return_index\": 102.68167396320203\n            },\n            {\n                \"date\": \"2020-07-23\",\n                \"cum_return_RI\": 100.57166483058457,\n                \"cum_return_index\": 103.45725798029596\n            },\n            {\n                \"date\": \"2020-07-24\",\n                \"cum_return_RI\": 99.22033521230202,\n                \"cum_return_index\": 103.13862465505181\n            },\n            {\n                \"date\": \"2020-07-25\",\n                \"cum_return_RI\": 99.22033521230202,\n                \"cum_return_index\": 103.13862465505181\n            },\n            {\n                \"date\": \"2020-07-26\",\n                \"cum_return_RI\": 99.22033521230202,\n                \"cum_return_index\": 103.13862465505181\n            },\n            {\n                \"date\": \"2020-07-27\",\n                \"cum_return_RI\": 96.72554191225939,\n                \"cum_return_index\": 102.44613624223045\n            },\n            {\n                \"date\": \"2020-07-28\",\n                \"cum_return_RI\": 97.60913966821863,\n                \"cum_return_index\": 103.77333682945944\n            },\n            {\n                \"date\": \"2020-07-29\",\n                \"cum_return_RI\": 96.15381007137938,\n                \"cum_return_index\": 103.25740779280494\n            },\n            {\n                \"date\": \"2020-07-30\",\n                \"cum_return_RI\": 97.3492737424178,\n                \"cum_return_index\": 102.54508462453333\n            },\n            {\n                \"date\": \"2020-07-31\",\n                \"cum_return_RI\": 98.648603371422,\n                \"cum_return_index\": 102.590689535739\n            },\n            {\n                \"date\": \"2020-08-01\",\n                \"cum_return_RI\": 98.648603371422,\n                \"cum_return_index\": 102.590689535739\n            },\n            {\n                \"date\": \"2020-08-02\",\n                \"cum_return_RI\": 98.648603371422,\n                \"cum_return_index\": 102.590689535739\n            },\n            {\n                \"date\": \"2020-08-03\",\n                \"cum_return_RI\": 101.55919555480506,\n                \"cum_return_index\": 101.42058922747384\n            },\n            {\n                \"date\": \"2020-08-04\",\n                \"cum_return_RI\": 102.96259217266142,\n                \"cum_return_index\": 103.04403390841601\n            },\n            {\n                \"date\": \"2020-08-05\",\n                \"cum_return_RI\": 104.36585476992686,\n                \"cum_return_index\": 103.22014249468631\n            },\n            {\n                \"date\": \"2020-08-06\",\n                \"cum_return_RI\": 103.89805589730807,\n                \"cum_return_index\": 104.15267652744522\n            },\n            {\n                \"date\": \"2020-08-07\",\n                \"cum_return_RI\": 103.74218995006392,\n                \"cum_return_index\": 104.48851500040948\n            },\n            {\n                \"date\": \"2020-08-08\",\n                \"cum_return_RI\": 103.74218995006392,\n                \"cum_return_index\": 104.48851500040948\n            },\n            {\n                \"date\": \"2020-08-09\",\n                \"cum_return_RI\": 103.74218995006392,\n                \"cum_return_index\": 104.48851500040948\n            },\n            {\n                \"date\": \"2020-08-10\",\n                \"cum_return_RI\": 109.04364246522837,\n                \"cum_return_index\": 105.28295706151103\n            },\n            {\n                \"date\": \"2020-08-11\",\n                \"cum_return_RI\": 111.90223465933306,\n                \"cum_return_index\": 105.53787874803623\n            },\n            {\n                \"date\": \"2020-08-12\",\n                \"cum_return_RI\": 121.36174301819733,\n                \"cum_return_index\": 105.46755552416722\n            },\n            {\n                \"date\": \"2020-08-13\",\n                \"cum_return_RI\": 125.46773186232333,\n                \"cum_return_index\": 105.76410014447816\n            },\n            {\n                \"date\": \"2020-08-14\",\n                \"cum_return_RI\": 124.74006706390371,\n                \"cum_return_index\": 104.70286559624103\n            },\n            {\n                \"date\": \"2020-08-15\",\n                \"cum_return_RI\": 124.74006706390371,\n                \"cum_return_index\": 104.70286559624103\n            },\n            {\n                \"date\": \"2020-08-16\",\n                \"cum_return_RI\": 124.74006706390371,\n                \"cum_return_index\": 104.70286559624103\n            },\n            {\n                \"date\": \"2020-08-17\",\n                \"cum_return_RI\": 132.06858101678742,\n                \"cum_return_index\": 105.31263406303697\n            },\n            {\n                \"date\": \"2020-08-18\",\n                \"cum_return_RI\": 131.3409162183678,\n                \"cum_return_index\": 106.61090896523433\n            },\n            {\n                \"date\": \"2020-08-19\",\n                \"cum_return_RI\": 129.98958660008523,\n                \"cum_return_index\": 106.96507956066017\n            },\n            {\n                \"date\": \"2020-08-20\",\n                \"cum_return_RI\": 124.06440225476243,\n                \"cum_return_index\": 106.46921067440422\n            },\n            {\n                \"date\": \"2020-08-21\",\n                \"cum_return_RI\": 122.1933407848782,\n                \"cum_return_index\": 107.09550810407535\n            },\n            {\n                \"date\": \"2020-08-22\",\n                \"cum_return_RI\": 122.1933407848782,\n                \"cum_return_index\": 107.09550810407535\n            },\n            {\n                \"date\": \"2020-08-23\",\n                \"cum_return_RI\": 122.1933407848782,\n                \"cum_return_index\": 107.09550810407535\n            },\n            {\n                \"date\": \"2020-08-24\",\n                \"cum_return_RI\": 122.24527376386109,\n                \"cum_return_index\": 107.94524705915943\n            },\n            {\n                \"date\": \"2020-08-25\",\n                \"cum_return_RI\": 121.67354192298106,\n                \"cum_return_index\": 108.06906401742454\n            },\n            {\n                \"date\": \"2020-08-26\",\n                \"cum_return_RI\": 121.25774303964062,\n                \"cum_return_index\": 108.74630070541107\n            },\n            {\n                \"date\": \"2020-08-27\",\n                \"cum_return_RI\": 121.5176759757369,\n                \"cum_return_index\": 108.90167295643793\n            },\n            {\n                \"date\": \"2020-08-28\",\n                \"cum_return_RI\": 121.25774303964062,\n                \"cum_return_index\": 109.58965347029333\n            },\n            {\n                \"date\": \"2020-08-29\",\n                \"cum_return_RI\": 121.25774303964062,\n                \"cum_return_index\": 109.58965347029333\n            },\n            {\n                \"date\": \"2020-08-30\",\n                \"cum_return_RI\": 121.25774303964062,\n                \"cum_return_index\": 109.58965347029333\n            },\n            {\n                \"date\": \"2020-08-31\",\n                \"cum_return_RI\": 114.0332290653136,\n                \"cum_return_index\": 106.53172020673225\n            },\n            {\n                \"date\": \"2020-09-01\",\n                \"cum_return_RI\": 117.93135197291713,\n                \"cum_return_index\": 107.32969345535714\n            },\n            {\n                \"date\": \"2020-09-02\",\n                \"cum_return_RI\": 120.06234637889766,\n                \"cum_return_index\": 108.21196441464555\n            },\n            {\n                \"date\": \"2020-09-03\",\n                \"cum_return_RI\": 120.4781452622381,\n                \"cum_return_index\": 108.39934274833077\n            },\n            {\n                \"date\": \"2020-09-04\",\n                \"cum_return_RI\": 117.09975420623626,\n                \"cum_return_index\": 106.61782107698214\n            },\n            {\n                \"date\": \"2020-09-05\",\n                \"cum_return_RI\": 117.09975420623626,\n                \"cum_return_index\": 106.61782107698214\n            },\n            {\n                \"date\": \"2020-09-06\",\n                \"cum_return_RI\": 117.09975420623626,\n                \"cum_return_index\": 106.61782107698214\n            },\n            {\n                \"date\": \"2020-09-07\",\n                \"cum_return_RI\": 118.50308381379718,\n                \"cum_return_index\": 106.63126964223059\n            },\n            {\n                \"date\": \"2020-09-08\",\n                \"cum_return_RI\": 116.21622346057248,\n                \"cum_return_index\": 106.07153885395687\n            },\n            {\n                \"date\": \"2020-09-09\",\n                \"cum_return_RI\": 114.13722904387032,\n                \"cum_return_index\": 105.6222515903492\n            },\n            {\n                \"date\": \"2020-09-10\",\n                \"cum_return_RI\": 116.0602905030329,\n                \"cum_return_index\": 107.10287100571978\n            },\n            {\n                \"date\": \"2020-09-11\",\n                \"cum_return_RI\": 116.63202234391292,\n                \"cum_return_index\": 107.4012187856171\n            },\n            {\n                \"date\": \"2020-09-12\",\n                \"cum_return_RI\": 116.63202234391292,\n                \"cum_return_index\": 107.4012187856171\n            },\n            {\n                \"date\": \"2020-09-13\",\n                \"cum_return_RI\": 116.63202234391292,\n                \"cum_return_index\": 107.4012187856171\n            },\n            {\n                \"date\": \"2020-09-14\",\n                \"cum_return_RI\": 120.94594413485689,\n                \"cum_return_index\": 107.93886086895763\n            },\n            {\n                \"date\": \"2020-09-15\",\n                \"cum_return_RI\": 125.67566480914127,\n                \"cum_return_index\": 108.85261198935837\n            },\n            {\n                \"date\": \"2020-09-16\",\n                \"cum_return_RI\": 127.39086033178137,\n                \"cum_return_index\": 109.52744446456305\n            },\n            {\n                \"date\": \"2020-09-17\",\n                \"cum_return_RI\": 126.71519552264013,\n                \"cum_return_index\": 108.78905061393829\n            },\n            {\n                \"date\": \"2020-09-18\",\n                \"cum_return_RI\": 127.49479330004263,\n                \"cum_return_index\": 108.70730737935548\n            },\n            {\n                \"date\": \"2020-09-19\",\n                \"cum_return_RI\": 127.49479330004263,\n                \"cum_return_index\": 108.70730737935548\n            },\n            {\n                \"date\": \"2020-09-20\",\n                \"cum_return_RI\": 127.49479330004263,\n                \"cum_return_index\": 108.70730737935548\n            },\n            {\n                \"date\": \"2020-09-21\",\n                \"cum_return_RI\": 118.65901677133675,\n                \"cum_return_index\": 105.90707567334863\n            },\n            {\n                \"date\": \"2020-09-22\",\n                \"cum_return_RI\": 116.78795530145251,\n                \"cum_return_index\": 104.78070198505331\n            },\n            {\n                \"date\": \"2020-09-23\",\n                \"cum_return_RI\": 113.56549720299027,\n                \"cum_return_index\": 104.55823717108304\n            },\n            {\n                \"date\": \"2020-09-24\",\n                \"cum_return_RI\": 108.05611174100788,\n                \"cum_return_index\": 101.71991371881379\n            },\n            {\n                \"date\": \"2020-09-25\",\n                \"cum_return_RI\": 114.18916202285318,\n                \"cum_return_index\": 104.12330005251704\n            },\n            {\n                \"date\": \"2020-09-26\",\n                \"cum_return_RI\": 114.18916202285318,\n                \"cum_return_index\": 104.12330005251704\n            },\n            {\n                \"date\": \"2020-09-27\",\n                \"cum_return_RI\": 114.18916202285318,\n                \"cum_return_index\": 104.12330005251704\n            },\n            {\n                \"date\": \"2020-09-28\",\n                \"cum_return_RI\": 117.04782122725337,\n                \"cum_return_index\": 106.10407085816122\n            },\n            {\n                \"date\": \"2020-09-29\",\n                \"cum_return_RI\": 120.11434636817602,\n                \"cum_return_index\": 105.98408561401718\n            },\n            {\n                \"date\": \"2020-09-30\",\n                \"cum_return_RI\": 119.3866815697564,\n                \"cum_return_index\": 106.23449940157643\n            },\n            {\n                \"date\": \"2020-10-01\",\n                \"cum_return_RI\": 120.73801118803893,\n                \"cum_return_index\": 107.59843936537798\n            },\n            {\n                \"date\": \"2020-10-02\",\n                \"cum_return_RI\": 120.73801118803893,\n                \"cum_return_index\": 107.59843936537798\n            },\n            {\n                \"date\": \"2020-10-03\",\n                \"cum_return_RI\": 120.73801118803893,\n                \"cum_return_index\": 107.59843936537798\n            },\n            {\n                \"date\": \"2020-10-04\",\n                \"cum_return_RI\": 120.73801118803893,\n                \"cum_return_index\": 107.59843936537798\n            },\n            {\n                \"date\": \"2020-10-05\",\n                \"cum_return_RI\": 121.25774303964062,\n                \"cum_return_index\": 108.21940244793939\n            },\n            {\n                \"date\": \"2020-10-06\",\n                \"cum_return_RI\": 121.5696089547198,\n                \"cum_return_index\": 109.42549081628283\n            },\n            {\n                \"date\": \"2020-10-07\",\n                \"cum_return_RI\": 121.67354192298106,\n                \"cum_return_index\": 109.79100629077301\n            },\n            {\n                \"date\": \"2020-10-08\",\n                \"cum_return_RI\": 124.8960000214433,\n                \"cum_return_index\": 110.44307387619958\n            }\n        ],\n        \"3mPerformanceText\": \"Last 3 months performance\",\n        \"1yPerformanceJson\": [\n            {\n                \"date\": \"2019-10-09\",\n                \"cum_return_RI\": 100,\n                \"cum_return_index\": 100\n            },\n            {\n                \"date\": \"2019-10-10\",\n                \"cum_return_RI\": 98.9706145657564,\n                \"cum_return_index\": 99.28953372878816\n            },\n            {\n                \"date\": \"2019-10-11\",\n                \"cum_return_RI\": 98.76477817144034,\n                \"cum_return_index\": 99.81989305559394\n            },\n            {\n                \"date\": \"2019-10-12\",\n                \"cum_return_RI\": 98.76477817144034,\n                \"cum_return_index\": 99.81989305559394\n            },\n            {\n                \"date\": \"2019-10-13\",\n                \"cum_return_RI\": 98.76477817144034,\n                \"cum_return_index\": 99.81989305559394\n            },\n            {\n                \"date\": \"2019-10-14\",\n                \"cum_return_RI\": 101.90420706530878,\n                \"cum_return_index\": 100.16011121985554\n            },\n            {\n                \"date\": \"2019-10-15\",\n                \"cum_return_RI\": 104.83786738574892,\n                \"cum_return_index\": 100.82709587913565\n            },\n            {\n                \"date\": \"2019-10-16\",\n                \"cum_return_RI\": 102.36742372862963,\n                \"cum_return_index\": 101.13212156818831\n            },\n            {\n                \"date\": \"2019-10-17\",\n                \"cum_return_RI\": 112.55785121724928,\n                \"cum_return_index\": 102.39359729628718\n            },\n            {\n                \"date\": \"2019-10-18\",\n                \"cum_return_RI\": 110.70512020574144,\n                \"cum_return_index\": 103.35513715612808\n            },\n            {\n                \"date\": \"2019-10-19\",\n                \"cum_return_RI\": 110.70512020574144,\n                \"cum_return_index\": 103.35513715612808\n            },\n            {\n                \"date\": \"2019-10-20\",\n                \"cum_return_RI\": 110.70512020574144,\n                \"cum_return_index\": 103.35513715612808\n            },\n            {\n                \"date\": \"2019-10-21\",\n                \"cum_return_RI\": 110.70512020574144,\n                \"cum_return_index\": 103.35513715612808\n            },\n            {\n                \"date\": \"2019-10-22\",\n                \"cum_return_RI\": 106.74214227194547,\n                \"cum_return_index\": 103.01768203744071\n            },\n            {\n                \"date\": \"2019-10-23\",\n                \"cum_return_RI\": 110.75652843865464,\n                \"cum_return_index\": 103.18760934025741\n            },\n            {\n                \"date\": \"2019-10-24\",\n                \"cum_return_RI\": 114.77098242625156,\n                \"cum_return_index\": 102.95965808038135\n            },\n            {\n                \"date\": \"2019-10-25\",\n                \"cum_return_RI\": 114.25628970912977,\n                \"cum_return_index\": 102.88825516580455\n            },\n            {\n                \"date\": \"2019-10-26\",\n                \"cum_return_RI\": 114.25628970912977,\n                \"cum_return_index\": 102.88825516580455\n            },\n            {\n                \"date\": \"2019-10-27\",\n                \"cum_return_RI\": 114.25628970912977,\n                \"cum_return_index\": 102.88825516580455\n            },\n            {\n                \"date\": \"2019-10-28\",\n                \"cum_return_RI\": 116.00613643392346,\n                \"cum_return_index\": 102.88825516580455\n            },\n            {\n                \"date\": \"2019-10-29\",\n                \"cum_return_RI\": 126.1965639225431,\n                \"cum_return_index\": 104.71288320897204\n            },\n            {\n                \"date\": \"2019-10-30\",\n                \"cum_return_RI\": 125.83629936682419,\n                \"cum_return_index\": 105.2532767539159\n            },\n            {\n                \"date\": \"2019-10-31\",\n                \"cum_return_RI\": 126.55682847826203,\n                \"cum_return_index\": 105.71623231105494\n            },\n            {\n                \"date\": \"2019-11-01\",\n                \"cum_return_RI\": 125.88777542062513,\n                \"cum_return_index\": 105.87292607980547\n            },\n            {\n                \"date\": \"2019-11-02\",\n                \"cum_return_RI\": 125.88777542062513,\n                \"cum_return_index\": 105.87292607980547\n            },\n            {\n                \"date\": \"2019-11-03\",\n                \"cum_return_RI\": 125.88777542062513,\n                \"cum_return_index\": 105.87292607980547\n            },\n            {\n                \"date\": \"2019-11-04\",\n                \"cum_return_RI\": 129.28458458349837,\n                \"cum_return_index\": 106.18660446420911\n            },\n            {\n                \"date\": \"2019-11-05\",\n                \"cum_return_RI\": 130.21095008925226,\n                \"cum_return_index\": 105.77040254665549\n            },\n            {\n                \"date\": \"2019-11-06\",\n                \"cum_return_RI\": 135.6664622997249,\n                \"cum_return_index\": 106.06939316248017\n            },\n            {\n                \"date\": \"2019-11-07\",\n                \"cum_return_RI\": 138.13683813595645,\n                \"cum_return_index\": 106.54689106474689\n            },\n            {\n                \"date\": \"2019-11-08\",\n                \"cum_return_RI\": 133.04165830209053,\n                \"cum_return_index\": 105.66286190443644\n            },\n            {\n                \"date\": \"2019-11-09\",\n                \"cum_return_RI\": 133.04165830209053,\n                \"cum_return_index\": 105.66286190443644\n            },\n            {\n                \"date\": \"2019-11-10\",\n                \"cum_return_RI\": 133.04165830209053,\n                \"cum_return_index\": 105.66286190443644\n            },\n            {\n                \"date\": \"2019-11-11\",\n                \"cum_return_RI\": 138.13683813595645,\n                \"cum_return_index\": 105.799850795539\n            },\n            {\n                \"date\": \"2019-11-12\",\n                \"cum_return_RI\": 138.13683813595645,\n                \"cum_return_index\": 105.799850795539\n            },\n            {\n                \"date\": \"2019-11-13\",\n                \"cum_return_RI\": 138.39421840496124,\n                \"cum_return_index\": 105.12603123404887\n            },\n            {\n                \"date\": \"2019-11-14\",\n                \"cum_return_RI\": 140.34996934495874,\n                \"cum_return_index\": 105.3072288543395\n            },\n            {\n                \"date\": \"2019-11-15\",\n                \"cum_return_RI\": 138.39421840496124,\n                \"cum_return_index\": 105.4921347726377\n            },\n            {\n                \"date\": \"2019-11-16\",\n                \"cum_return_RI\": 138.39421840496124,\n                \"cum_return_index\": 105.4921347726377\n            },\n            {\n                \"date\": \"2019-11-17\",\n                \"cum_return_RI\": 138.39421840496124,\n                \"cum_return_index\": 105.4921347726377\n            },\n            {\n                \"date\": \"2019-11-18\",\n                \"cum_return_RI\": 138.2398580644461,\n                \"cum_return_index\": 105.51140337993186\n            },\n            {\n                \"date\": \"2019-11-19\",\n                \"cum_return_RI\": 138.08542990304323,\n                \"cum_return_index\": 105.87954284683856\n            },\n            {\n                \"date\": \"2019-11-20\",\n                \"cum_return_RI\": 136.1811550168467,\n                \"cum_return_index\": 106.34671568406463\n            },\n            {\n                \"date\": \"2019-11-21\",\n                \"cum_return_RI\": 125.88777542062513,\n                \"cum_return_index\": 105.9967541485675\n            },\n            {\n                \"date\": \"2019-11-22\",\n                \"cum_return_RI\": 130.98302307537884,\n                \"cum_return_index\": 105.63639483630409\n            },\n            {\n                \"date\": \"2019-11-23\",\n                \"cum_return_RI\": 130.98302307537884,\n                \"cum_return_index\": 105.63639483630409\n            },\n            {\n                \"date\": \"2019-11-24\",\n                \"cum_return_RI\": 130.98302307537884,\n                \"cum_return_index\": 105.63639483630409\n            },\n            {\n                \"date\": \"2019-11-25\",\n                \"cum_return_RI\": 134.63714468636908,\n                \"cum_return_index\": 106.9761810929154\n            },\n            {\n                \"date\": \"2019-11-26\",\n                \"cum_return_RI\": 137.77664140112526,\n                \"cum_return_index\": 106.54827258753402\n            },\n            {\n                \"date\": \"2019-11-27\",\n                \"cum_return_RI\": 137.5192611321205,\n                \"cum_return_index\": 107.12763961741997\n            },\n            {\n                \"date\": \"2019-11-28\",\n                \"cum_return_RI\": 138.29126629735933,\n                \"cum_return_index\": 107.71522307230308\n            },\n            {\n                \"date\": \"2019-11-29\",\n                \"cum_return_RI\": 133.35051462489622,\n                \"cum_return_index\": 107.10269949552604\n            },\n            {\n                \"date\": \"2019-11-30\",\n                \"cum_return_RI\": 133.35051462489622,\n                \"cum_return_index\": 107.10269949552604\n            },\n            {\n                \"date\": \"2019-12-01\",\n                \"cum_return_RI\": 133.35051462489622,\n                \"cum_return_index\": 107.10269949552604\n            },\n            {\n                \"date\": \"2019-12-02\",\n                \"cum_return_RI\": 136.95316018208553,\n                \"cum_return_index\": 106.9321177871786\n            },\n            {\n                \"date\": \"2019-12-03\",\n                \"cum_return_RI\": 135.15183740349087,\n                \"cum_return_index\": 106.33406384380358\n            },\n            {\n                \"date\": \"2019-12-04\",\n                \"cum_return_RI\": 136.79873202068265,\n                \"cum_return_index\": 106.75891845670816\n            },\n            {\n                \"date\": \"2019-12-05\",\n                \"cum_return_RI\": 135.563510192123,\n                \"cum_return_index\": 106.49184828843869\n            },\n            {\n                \"date\": \"2019-12-06\",\n                \"cum_return_RI\": 136.74732378776943,\n                \"cum_return_index\": 105.52936317616451\n            },\n            {\n                \"date\": \"2019-12-07\",\n                \"cum_return_RI\": 136.74732378776943,\n                \"cum_return_index\": 105.52936317616451\n            },\n            {\n                \"date\": \"2019-12-08\",\n                \"cum_return_RI\": 136.74732378776943,\n                \"cum_return_index\": 105.52936317616451\n            },\n            {\n                \"date\": \"2019-12-09\",\n                \"cum_return_RI\": 138.34274235116027,\n                \"cum_return_index\": 105.5513948290329\n            },\n            {\n                \"date\": \"2019-12-10\",\n                \"cum_return_RI\": 135.563510192123,\n                \"cum_return_index\": 104.72473522025108\n            },\n            {\n                \"date\": \"2019-12-11\",\n                \"cum_return_RI\": 136.74732378776943,\n                \"cum_return_index\": 105.17053081013952\n            },\n            {\n                \"date\": \"2019-12-12\",\n                \"cum_return_RI\": 139.42353601831707,\n                \"cum_return_index\": 105.7693118707709\n            },\n            {\n                \"date\": \"2019-12-13\",\n                \"cum_return_RI\": 145.03347639019253,\n                \"cum_return_index\": 106.77847791090487\n            },\n            {\n                \"date\": \"2019-12-14\",\n                \"cum_return_RI\": 145.03347639019253,\n                \"cum_return_index\": 106.77847791090487\n            },\n            {\n                \"date\": \"2019-12-15\",\n                \"cum_return_RI\": 145.03347639019253,\n                \"cum_return_index\": 106.77847791090487\n            },\n            {\n                \"date\": \"2019-12-16\",\n                \"cum_return_RI\": 145.65105339402848,\n                \"cum_return_index\": 106.44465837849944\n            },\n            {\n                \"date\": \"2019-12-17\",\n                \"cum_return_RI\": 146.21715434406352,\n                \"cum_return_index\": 107.2995301368289\n            },\n            {\n                \"date\": \"2019-12-18\",\n                \"cum_return_RI\": 151.3124019988172,\n                \"cum_return_index\": 107.66199808913586\n            },\n            {\n                \"date\": \"2019-12-19\",\n                \"cum_return_RI\": 152.29024355837208,\n                \"cum_return_index\": 107.96818716579872\n            },\n            {\n                \"date\": \"2019-12-20\",\n                \"cum_return_RI\": 150.5918050664916,\n                \"cum_return_index\": 108.11077485977543\n            },\n            {\n                \"date\": \"2019-12-21\",\n                \"cum_return_RI\": 150.5918050664916,\n                \"cum_return_index\": 108.11077485977543\n            },\n            {\n                \"date\": \"2019-12-22\",\n                \"cum_return_RI\": 150.5918050664916,\n                \"cum_return_index\": 108.11077485977543\n            },\n            {\n                \"date\": \"2019-12-23\",\n                \"cum_return_RI\": 152.29024355837208,\n                \"cum_return_index\": 108.0273745104683\n            },\n            {\n                \"date\": \"2019-12-24\",\n                \"cum_return_RI\": 150.7977092816954,\n                \"cum_return_index\": 107.7078791880136\n            },\n            {\n                \"date\": \"2019-12-25\",\n                \"cum_return_RI\": 150.7977092816954,\n                \"cum_return_index\": 107.7078791880136\n            },\n            {\n                \"date\": \"2019-12-26\",\n                \"cum_return_RI\": 151.00361349689922,\n                \"cum_return_index\": 107.14938042338585\n            },\n            {\n                \"date\": \"2019-12-27\",\n                \"cum_return_RI\": 152.13588321785696,\n                \"cum_return_index\": 108.14778512812534\n            },\n            {\n                \"date\": \"2019-12-28\",\n                \"cum_return_RI\": 152.13588321785696,\n                \"cum_return_index\": 108.14778512812534\n            },\n            {\n                \"date\": \"2019-12-29\",\n                \"cum_return_RI\": 152.13588321785696,\n                \"cum_return_index\": 108.14778512812534\n            },\n            {\n                \"date\": \"2019-12-30\",\n                \"cum_return_RI\": 153.52546538693173,\n                \"cum_return_index\": 108.32258411655982\n            },\n            {\n                \"date\": \"2019-12-31\",\n                \"cum_return_RI\": 150.84918533549637,\n                \"cum_return_index\": 107.7536148634401\n            },\n            {\n                \"date\": \"2020-01-01\",\n                \"cum_return_RI\": 149.97422806265564,\n                \"cum_return_index\": 107.92812300497204\n            },\n            {\n                \"date\": \"2020-01-02\",\n                \"cum_return_RI\": 154.19451844456862,\n                \"cum_return_index\": 108.92609143935769\n            },\n            {\n                \"date\": \"2020-01-03\",\n                \"cum_return_RI\": 152.54755600648912,\n                \"cum_return_index\": 108.50763545830928\n            },\n            {\n                \"date\": \"2020-01-04\",\n                \"cum_return_RI\": 152.54755600648912,\n                \"cum_return_index\": 108.50763545830928\n            },\n            {\n                \"date\": \"2020-01-05\",\n                \"cum_return_RI\": 152.54755600648912,\n                \"cum_return_index\": 108.50763545830928\n            },\n            {\n                \"date\": \"2020-01-06\",\n                \"cum_return_RI\": 145.18783673070766,\n                \"cum_return_index\": 106.38750696214771\n            },\n            {\n                \"date\": \"2020-01-07\",\n                \"cum_return_RI\": 148.99638650310075,\n                \"cum_return_index\": 107.02053524555477\n            },\n            {\n                \"date\": \"2020-01-08\",\n                \"cum_return_RI\": 151.3124019988172,\n                \"cum_return_index\": 106.87642060533966\n            },\n            {\n                \"date\": \"2020-01-09\",\n                \"cum_return_RI\": 154.29747055217052,\n                \"cum_return_index\": 108.53279371538014\n            },\n            {\n                \"date\": \"2020-01-10\",\n                \"cum_return_RI\": 152.90788838309578,\n                \"cum_return_index\": 108.90478690374567\n            },\n            {\n                \"date\": \"2020-01-11\",\n                \"cum_return_RI\": 152.90788838309578,\n                \"cum_return_index\": 108.90478690374567\n            },\n            {\n                \"date\": \"2020-01-12\",\n                \"cum_return_RI\": 152.90788838309578,\n                \"cum_return_index\": 108.90478690374567\n            },\n            {\n                \"date\": \"2020-01-13\",\n                \"cum_return_RI\": 150.1286562240585,\n                \"cum_return_index\": 109.60863640792442\n            },\n            {\n                \"date\": \"2020-01-14\",\n                \"cum_return_RI\": 146.4230585592673,\n                \"cum_return_index\": 109.97263130646972\n            },\n            {\n                \"date\": \"2020-01-15\",\n                \"cum_return_RI\": 143.23208579071016,\n                \"cum_return_index\": 110.09507785244463\n            },\n            {\n                \"date\": \"2020-01-16\",\n                \"cum_return_RI\": 147.45237617262313,\n                \"cum_return_index\": 110.34593330589676\n            },\n            {\n                \"date\": \"2020-01-17\",\n                \"cum_return_RI\": 143.952614902148,\n                \"cum_return_index\": 110.44031312577529\n            },\n            {\n                \"date\": \"2020-01-18\",\n                \"cum_return_RI\": 143.952614902148,\n                \"cum_return_index\": 110.44031312577529\n            },\n            {\n                \"date\": \"2020-01-19\",\n                \"cum_return_RI\": 143.952614902148,\n                \"cum_return_index\": 110.44031312577529\n            },\n            {\n                \"date\": \"2020-01-20\",\n                \"cum_return_RI\": 141.68807546023254,\n                \"cum_return_index\": 109.4256209944928\n            },\n            {\n                \"date\": \"2020-01-21\",\n                \"cum_return_RI\": 142.5115566792723,\n                \"cum_return_index\": 109.00934636521353\n            },\n            {\n                \"date\": \"2020-01-22\",\n                \"cum_return_RI\": 142.82034518119028,\n                \"cum_return_index\": 108.56667737952759\n            },\n            {\n                \"date\": \"2020-01-23\",\n                \"cum_return_RI\": 144.87904822878969,\n                \"cum_return_index\": 109.22319155031579\n            },\n            {\n                \"date\": \"2020-01-24\",\n                \"cum_return_RI\": 149.3566510588197,\n                \"cum_return_index\": 109.67618560104239\n            },\n            {\n                \"date\": \"2020-01-25\",\n                \"cum_return_RI\": 149.3566510588197,\n                \"cum_return_index\": 109.67618560104239\n            },\n            {\n                \"date\": \"2020-01-26\",\n                \"cum_return_RI\": 149.3566510588197,\n                \"cum_return_index\": 109.67618560104239\n            },\n            {\n                \"date\": \"2020-01-27\",\n                \"cum_return_RI\": 144.82757217498875,\n                \"cum_return_index\": 109.1543335461363\n            },\n            {\n                \"date\": \"2020-01-28\",\n                \"cum_return_RI\": 143.07772545019503,\n                \"cum_return_index\": 108.68876036687428\n            },\n            {\n                \"date\": \"2020-01-29\",\n                \"cum_return_RI\": 145.75393768074264,\n                \"cum_return_index\": 109.26034724211695\n            },\n            {\n                \"date\": \"2020-01-30\",\n                \"cum_return_RI\": 142.97477334259312,\n                \"cum_return_index\": 108.2768484411333\n            },\n            {\n                \"date\": \"2020-01-31\",\n                \"cum_return_RI\": 137.6222132397224,\n                \"cum_return_index\": 107.64658320330052\n            },\n            {\n                \"date\": \"2020-02-01\",\n                \"cum_return_RI\": 137.6222132397224,\n                \"cum_return_index\": 107.64658320330052\n            },\n            {\n                \"date\": \"2020-02-02\",\n                \"cum_return_RI\": 137.6222132397224,\n                \"cum_return_index\": 107.64658320330052\n            },\n            {\n                \"date\": \"2020-02-03\",\n                \"cum_return_RI\": 128.82136792017752,\n                \"cum_return_index\": 105.34605691583036\n            },\n            {\n                \"date\": \"2020-02-04\",\n                \"cum_return_RI\": 137.98247779544133,\n                \"cum_return_index\": 107.55671151041157\n            },\n            {\n                \"date\": \"2020-02-05\",\n                \"cum_return_RI\": 139.32065173160288,\n                \"cum_return_index\": 108.63095454499184\n            },\n            {\n                \"date\": \"2020-02-06\",\n                \"cum_return_RI\": 140.86459424119278,\n                \"cum_return_index\": 109.21213936801874\n            },\n            {\n                \"date\": \"2020-02-07\",\n                \"cum_return_RI\": 136.1811550168467,\n                \"cum_return_index\": 109.1763651990047\n            },\n            {\n                \"date\": \"2020-02-08\",\n                \"cum_return_RI\": 136.1811550168467,\n                \"cum_return_index\": 109.1763651990047\n            },\n            {\n                \"date\": \"2020-02-09\",\n                \"cum_return_RI\": 136.1811550168467,\n                \"cum_return_index\": 109.1763651990047\n            },\n            {\n                \"date\": \"2020-02-10\",\n                \"cum_return_RI\": 128.40962731065764,\n                \"cum_return_index\": 108.5752573631529\n            },\n            {\n                \"date\": \"2020-02-11\",\n                \"cum_return_RI\": 128.71848363346334,\n                \"cum_return_index\": 109.0301419187461\n            },\n            {\n                \"date\": \"2020-02-12\",\n                \"cum_return_RI\": 131.1888594696949,\n                \"cum_return_index\": 109.57773392452815\n            },\n            {\n                \"date\": \"2020-02-13\",\n                \"cum_return_RI\": 128.5640554720605,\n                \"cum_return_index\": 109.3720324526974\n            },\n            {\n                \"date\": \"2020-02-14\",\n                \"cum_return_RI\": 127.58621391250561,\n                \"cum_return_index\": 108.75485532547948\n            },\n            {\n                \"date\": \"2020-02-15\",\n                \"cum_return_RI\": 127.58621391250561,\n                \"cum_return_index\": 108.75485532547948\n            },\n            {\n                \"date\": \"2020-02-16\",\n                \"cum_return_RI\": 127.58621391250561,\n                \"cum_return_index\": 108.75485532547948\n            },\n            {\n                \"date\": \"2020-02-17\",\n                \"cum_return_RI\": 126.50535242446108,\n                \"cum_return_index\": 108.0148680936585\n            },\n            {\n                \"date\": \"2020-02-18\",\n                \"cum_return_RI\": 126.91716085486871,\n                \"cum_return_index\": 107.5358432451534\n            },\n            {\n                \"date\": \"2020-02-19\",\n                \"cum_return_RI\": 125.16724630918728,\n                \"cum_return_index\": 108.90056962365865\n            },\n            {\n                \"date\": \"2020-02-20\",\n                \"cum_return_RI\": 126.55682847826203,\n                \"cum_return_index\": 108.7715790223763\n            },\n            {\n                \"date\": \"2020-02-21\",\n                \"cum_return_RI\": 126.55682847826203,\n                \"cum_return_index\": 108.7715790223763\n            },\n            {\n                \"date\": \"2020-02-22\",\n                \"cum_return_RI\": 126.55682847826203,\n                \"cum_return_index\": 108.7715790223763\n            },\n            {\n                \"date\": \"2020-02-23\",\n                \"cum_return_RI\": 126.55682847826203,\n                \"cum_return_index\": 108.7715790223763\n            },\n            {\n                \"date\": \"2020-02-24\",\n                \"cum_return_RI\": 117.96188737392097,\n                \"cum_return_index\": 106.58906386561708\n            },\n            {\n                \"date\": \"2020-02-25\",\n                \"cum_return_RI\": 120.22642681583645,\n                \"cum_return_index\": 106.22688676021272\n            },\n            {\n                \"date\": \"2020-02-26\",\n                \"cum_return_RI\": 114.5136021572468,\n                \"cum_return_index\": 108.7715790223763\n            },\n            {\n                \"date\": \"2020-02-27\",\n                \"cum_return_RI\": 112.30053876913226,\n                \"cum_return_index\": 104.64002605988247\n            },\n            {\n                \"date\": \"2020-02-28\",\n                \"cum_return_RI\": 106.69066621814451,\n                \"cum_return_index\": 100.88999152181279\n            },\n            {\n                \"date\": \"2020-02-29\",\n                \"cum_return_RI\": 106.69066621814451,\n                \"cum_return_index\": 100.88999152181279\n            },\n            {\n                \"date\": \"2020-03-01\",\n                \"cum_return_RI\": 106.69066621814451,\n                \"cum_return_index\": 100.88999152181279\n            },\n            {\n                \"date\": \"2020-03-02\",\n                \"cum_return_RI\": 104.11733827431107,\n                \"cum_return_index\": 100.27455947601023\n            },\n            {\n                \"date\": \"2020-03-03\",\n                \"cum_return_RI\": 109.31547021577894,\n                \"cum_return_index\": 101.90293857167994\n            },\n            {\n                \"date\": \"2020-03-04\",\n                \"cum_return_RI\": 103.55116950338832,\n                \"cum_return_index\": 101.1854192630812\n            },\n            {\n                \"date\": \"2020-03-05\",\n                \"cum_return_RI\": 103.39680916287321,\n                \"cum_return_index\": 101.43743810414354\n            },\n            {\n                \"date\": \"2020-03-06\",\n                \"cum_return_RI\": 100.46314884243309,\n                \"cum_return_index\": 99.03395201316954\n            },\n            {\n                \"date\": \"2020-03-07\",\n                \"cum_return_RI\": 100.46314884243309,\n                \"cum_return_index\": 99.03395201316954\n            },\n            {\n                \"date\": \"2020-03-08\",\n                \"cum_return_RI\": 100.46314884243309,\n                \"cum_return_index\": 99.03395201316954\n            },\n            {\n                \"date\": \"2020-03-09\",\n                \"cum_return_RI\": 94.08133894709427,\n                \"cum_return_index\": 94.35175315241686\n            },\n            {\n                \"date\": \"2020-03-10\",\n                \"cum_return_RI\": 94.08133894709427,\n                \"cum_return_index\": 94.35175315241686\n            },\n            {\n                \"date\": \"2020-03-11\",\n                \"cum_return_RI\": 92.38290045521379,\n                \"cum_return_index\": 94.20785664737868\n            },\n            {\n                \"date\": \"2020-03-12\",\n                \"cum_return_RI\": 71.43594452793948,\n                \"cum_return_index\": 86.37927599480547\n            },\n            {\n                \"date\": \"2020-03-13\",\n                \"cum_return_RI\": 67.17502265217651,\n                \"cum_return_index\": 89.24157307455715\n            },\n            {\n                \"date\": \"2020-03-14\",\n                \"cum_return_RI\": 67.17502265217651,\n                \"cum_return_index\": 89.24157307455715\n            },\n            {\n                \"date\": \"2020-03-15\",\n                \"cum_return_RI\": 67.17502265217651,\n                \"cum_return_index\": 89.24157307455715\n            },\n            {\n                \"date\": \"2020-03-16\",\n                \"cum_return_RI\": 70.22601989050995,\n                \"cum_return_index\": 83.02610205526963\n            },\n            {\n                \"date\": \"2020-03-17\",\n                \"cum_return_RI\": 63.91355685289377,\n                \"cum_return_index\": 81.1243268711999\n            },\n            {\n                \"date\": \"2020-03-18\",\n                \"cum_return_RI\": 64.80781595038766,\n                \"cum_return_index\": 76.67727773116148\n            },\n            {\n                \"date\": \"2020-03-19\",\n                \"cum_return_RI\": 67.49060002495808,\n                \"cum_return_index\": 74.48494649144111\n            },\n            {\n                \"date\": \"2020-03-20\",\n                \"cum_return_RI\": 70.17345870250503,\n                \"cum_return_index\": 78.34681166354248\n            },\n            {\n                \"date\": \"2020-03-21\",\n                \"cum_return_RI\": 70.17345870250503,\n                \"cum_return_index\": 78.34681166354248\n            },\n            {\n                \"date\": \"2020-03-22\",\n                \"cum_return_RI\": 70.17345870250503,\n                \"cum_return_index\": 78.34681166354248\n            },\n            {\n                \"date\": \"2020-03-23\",\n                \"cum_return_RI\": 56.18078878405286,\n                \"cum_return_index\": 68.35600242566315\n            },\n            {\n                \"date\": \"2020-03-24\",\n                \"cum_return_RI\": 58.75840979008079,\n                \"cum_return_index\": 69.71607525372757\n            },\n            {\n                \"date\": \"2020-03-25\",\n                \"cum_return_RI\": 63.755744429192276,\n                \"cum_return_index\": 73.64287199682394\n            },\n            {\n                \"date\": \"2020-03-26\",\n                \"cum_return_RI\": 67.49060002495808,\n                \"cum_return_index\": 76.60682006901797\n            },\n            {\n                \"date\": \"2020-03-27\",\n                \"cum_return_RI\": 66.4385285037627,\n                \"cum_return_index\": 76.71232478291915\n            },\n            {\n                \"date\": \"2020-03-28\",\n                \"cum_return_RI\": 66.4385285037627,\n                \"cum_return_index\": 76.71232478291915\n            },\n            {\n                \"date\": \"2020-03-29\",\n                \"cum_return_RI\": 66.4385285037627,\n                \"cum_return_index\": 76.71232478291915\n            },\n            {\n                \"date\": \"2020-03-30\",\n                \"cum_return_RI\": 63.8609549723562,\n                \"cum_return_index\": 73.92935619583885\n            },\n            {\n                \"date\": \"2020-03-31\",\n                \"cum_return_RI\": 64.22918170029678,\n                \"cum_return_index\": 76.64128542697051\n            },\n            {\n                \"date\": \"2020-04-01\",\n                \"cum_return_RI\": 60.96775659354671,\n                \"cum_return_index\": 74.0695444028695\n            },\n            {\n                \"date\": \"2020-04-02\",\n                \"cum_return_RI\": 60.96775659354671,\n                \"cum_return_index\": 74.0695444028695\n            },\n            {\n                \"date\": \"2020-04-03\",\n                \"cum_return_RI\": 57.54848515265125,\n                \"cum_return_index\": 72.71797884670478\n            },\n            {\n                \"date\": \"2020-04-04\",\n                \"cum_return_RI\": 57.54848515265125,\n                \"cum_return_index\": 72.71797884670478\n            },\n            {\n                \"date\": \"2020-04-05\",\n                \"cum_return_RI\": 57.54848515265125,\n                \"cum_return_index\": 72.71797884670478\n            },\n            {\n                \"date\": \"2020-04-06\",\n                \"cum_return_RI\": 57.54848515265125,\n                \"cum_return_index\": 72.71797884670478\n            },\n            {\n                \"date\": \"2020-04-07\",\n                \"cum_return_RI\": 59.38965270279801,\n                \"cum_return_index\": 78.31089207107715\n            },\n            {\n                \"date\": \"2020-04-08\",\n                \"cum_return_RI\": 59.12662973593259,\n                \"cum_return_index\": 78.44729926837462\n            },\n            {\n                \"date\": \"2020-04-09\",\n                \"cum_return_RI\": 69.48955287045125,\n                \"cum_return_index\": 81.5167520544698\n            },\n            {\n                \"date\": \"2020-04-10\",\n                \"cum_return_RI\": 69.48955287045125,\n                \"cum_return_index\": 81.5167520544698\n            },\n            {\n                \"date\": \"2020-04-11\",\n                \"cum_return_RI\": 69.48955287045125,\n                \"cum_return_index\": 81.5167520544698\n            },\n            {\n                \"date\": \"2020-04-12\",\n                \"cum_return_RI\": 69.48955287045125,\n                \"cum_return_index\": 81.5167520544698\n            },\n            {\n                \"date\": \"2020-04-13\",\n                \"cum_return_RI\": 66.4385285037627,\n                \"cum_return_index\": 80.6261788388519\n            },\n            {\n                \"date\": \"2020-04-14\",\n                \"cum_return_RI\": 66.4385285037627,\n                \"cum_return_index\": 80.6261788388519\n            },\n            {\n                \"date\": \"2020-04-15\",\n                \"cum_return_RI\": 74.85513458376964,\n                \"cum_return_index\": 80.4507254448867\n            },\n            {\n                \"date\": \"2020-04-16\",\n                \"cum_return_RI\": 85.74411721619671,\n                \"cum_return_index\": 81.19478453334341\n            },\n            {\n                \"date\": \"2020-04-17\",\n                \"cum_return_RI\": 91.3200793233103,\n                \"cum_return_index\": 83.40863844385272\n            },\n            {\n                \"date\": \"2020-04-18\",\n                \"cum_return_RI\": 91.3200793233103,\n                \"cum_return_index\": 83.40863844385272\n            },\n            {\n                \"date\": \"2020-04-19\",\n                \"cum_return_RI\": 91.3200793233103,\n                \"cum_return_index\": 83.40863844385272\n            },\n            {\n                \"date\": \"2020-04-20\",\n                \"cum_return_RI\": 89.11074608402193,\n                \"cum_return_index\": 83.41081979562188\n            },\n            {\n                \"date\": \"2020-04-21\",\n                \"cum_return_RI\": 75.69679180072595,\n                \"cum_return_index\": 81.01496843583989\n            },\n            {\n                \"date\": \"2020-04-22\",\n                \"cum_return_RI\": 76.95927762616041,\n                \"cum_return_index\": 82.52584538287813\n            },\n            {\n                \"date\": \"2020-04-23\",\n                \"cum_return_RI\": 77.43273524353124,\n                \"cum_return_index\": 83.52832194425336\n            },\n            {\n                \"date\": \"2020-04-24\",\n                \"cum_return_RI\": 75.74935298873088,\n                \"cum_return_index\": 82.08412164962546\n            },\n            {\n                \"date\": \"2020-04-25\",\n                \"cum_return_RI\": 75.74935298873088,\n                \"cum_return_index\": 82.08412164962546\n            },\n            {\n                \"date\": \"2020-04-26\",\n                \"cum_return_RI\": 75.74935298873088,\n                \"cum_return_index\": 82.08412164962546\n            },\n            {\n                \"date\": \"2020-04-27\",\n                \"cum_return_RI\": 80.79936411135647,\n                \"cum_return_index\": 83.29433561114932\n            },\n            {\n                \"date\": \"2020-04-28\",\n                \"cum_return_RI\": 82.37748834837147,\n                \"cum_return_index\": 84.04508417836477\n            },\n            {\n                \"date\": \"2020-04-29\",\n                \"cum_return_RI\": 85.63885919841137,\n                \"cum_return_index\": 85.41751799978769\n            },\n            {\n                \"date\": \"2020-04-30\",\n                \"cum_return_RI\": 92.10917535226169,\n                \"cum_return_index\": 87.78072179475807\n            },\n            {\n                \"date\": \"2020-05-01\",\n                \"cum_return_RI\": 92.10917535226169,\n                \"cum_return_index\": 87.78072179475807\n            },\n            {\n                \"date\": \"2020-05-02\",\n                \"cum_return_RI\": 92.10917535226169,\n                \"cum_return_index\": 87.78072179475807\n            },\n            {\n                \"date\": \"2020-05-03\",\n                \"cum_return_RI\": 92.10917535226169,\n                \"cum_return_index\": 87.78072179475807\n            },\n            {\n                \"date\": \"2020-05-04\",\n                \"cum_return_RI\": 80.58891589667351,\n                \"cum_return_index\": 83.22373252555452\n            },\n            {\n                \"date\": \"2020-05-05\",\n                \"cum_return_RI\": 78.06394424580459,\n                \"cum_return_index\": 82.41975897517185\n            },\n            {\n                \"date\": \"2020-05-06\",\n                \"cum_return_RI\": 80.69417391445887,\n                \"cum_return_index\": 82.99425431944005\n            },\n            {\n                \"date\": \"2020-05-07\",\n                \"cum_return_RI\": 78.95823047165358,\n                \"cum_return_index\": 82.3959095291625\n            },\n            {\n                \"date\": \"2020-05-08\",\n                \"cum_return_RI\": 81.00974450515167,\n                \"cum_return_index\": 82.7369275224061\n            },\n            {\n                \"date\": \"2020-05-09\",\n                \"cum_return_RI\": 81.00974450515167,\n                \"cum_return_index\": 82.7369275224061\n            },\n            {\n                \"date\": \"2020-05-10\",\n                \"cum_return_RI\": 81.00974450515167,\n                \"cum_return_index\": 82.7369275224061\n            },\n            {\n                \"date\": \"2020-05-11\",\n                \"cum_return_RI\": 84.63938277566477,\n                \"cum_return_index\": 82.7851353965043\n            },\n            {\n                \"date\": \"2020-05-12\",\n                \"cum_return_RI\": 86.32269720957738,\n                \"cum_return_index\": 82.39641851124196\n            },\n            {\n                \"date\": \"2020-05-13\",\n                \"cum_return_RI\": 88.74254648443645,\n                \"cum_return_index\": 83.99324071798466\n            },\n            {\n                \"date\": \"2020-05-14\",\n                \"cum_return_RI\": 84.11336397028903,\n                \"cum_return_index\": 82.32356136215238\n            },\n            {\n                \"date\": \"2020-05-15\",\n                \"cum_return_RI\": 86.48051641536767,\n                \"cum_return_index\": 82.20882225909514\n            },\n            {\n                \"date\": \"2020-05-16\",\n                \"cum_return_RI\": 86.48051641536767,\n                \"cum_return_index\": 82.20882225909514\n            },\n            {\n                \"date\": \"2020-05-17\",\n                \"cum_return_RI\": 86.48051641536767,\n                \"cum_return_index\": 82.20882225909514\n            },\n            {\n                \"date\": \"2020-05-18\",\n                \"cum_return_RI\": 81.90403073100065,\n                \"cum_return_index\": 79.37364665300655\n            },\n            {\n                \"date\": \"2020-05-19\",\n                \"cum_return_RI\": 83.21914556532779,\n                \"cum_return_index\": 79.80671769090827\n            },\n            {\n                \"date\": \"2020-05-20\",\n                \"cum_return_RI\": 86.27013602157245,\n                \"cum_return_index\": 81.36631149412416\n            },\n            {\n                \"date\": \"2020-05-21\",\n                \"cum_return_RI\": 86.00712661888458,\n                \"cum_return_index\": 81.84562718953184\n            },\n            {\n                \"date\": \"2020-05-22\",\n                \"cum_return_RI\": 83.32433576222539,\n                \"cum_return_index\": 81.24764595788247\n            },\n            {\n                \"date\": \"2020-05-23\",\n                \"cum_return_RI\": 83.32433576222539,\n                \"cum_return_index\": 81.24764595788247\n            },\n            {\n                \"date\": \"2020-05-24\",\n                \"cum_return_RI\": 83.32433576222539,\n                \"cum_return_index\": 81.24764595788247\n            },\n            {\n                \"date\": \"2020-05-25\",\n                \"cum_return_RI\": 83.32433576222539,\n                \"cum_return_index\": 81.24764595788247\n            },\n            {\n                \"date\": \"2020-05-26\",\n                \"cum_return_RI\": 89.00555588712434,\n                \"cum_return_index\": 81.3405715432482\n            },\n            {\n                \"date\": \"2020-05-27\",\n                \"cum_return_RI\": 91.1096989295151,\n                \"cum_return_index\": 83.21464355984975\n            },\n            {\n                \"date\": \"2020-05-28\",\n                \"cum_return_RI\": 97.21167984200446,\n                \"cum_return_index\": 84.71214154937053\n            },\n            {\n                \"date\": \"2020-05-29\",\n                \"cum_return_RI\": 100.26273811913688,\n                \"cum_return_index\": 85.75279176670588\n            },\n            {\n                \"date\": \"2020-05-30\",\n                \"cum_return_RI\": 100.26273811913688,\n                \"cum_return_index\": 85.75279176670588\n            },\n            {\n                \"date\": \"2020-05-31\",\n                \"cum_return_RI\": 100.26273811913688,\n                \"cum_return_index\": 85.75279176670588\n            },\n            {\n                \"date\": \"2020-06-01\",\n                \"cum_return_RI\": 101.63048196235668,\n                \"cum_return_index\": 87.92323677700914\n            },\n            {\n                \"date\": \"2020-06-02\",\n                \"cum_return_RI\": 107.25900525747521,\n                \"cum_return_index\": 89.20965262700193\n            },\n            {\n                \"date\": \"2020-06-03\",\n                \"cum_return_RI\": 106.15433863783103,\n                \"cum_return_index\": 89.93822411789769\n            },\n            {\n                \"date\": \"2020-06-04\",\n                \"cum_return_RI\": 106.57516724630918,\n                \"cum_return_index\": 89.75077328920217\n            },\n            {\n                \"date\": \"2020-06-05\",\n                \"cum_return_RI\": 109.41577730875865,\n                \"cum_return_index\": 90.99443464451964\n            },\n            {\n                \"date\": \"2020-06-06\",\n                \"cum_return_RI\": 109.41577730875865,\n                \"cum_return_index\": 90.99443464451964\n            },\n            {\n                \"date\": \"2020-06-07\",\n                \"cum_return_RI\": 109.41577730875865,\n                \"cum_return_index\": 90.99443464451964\n            },\n            {\n                \"date\": \"2020-06-08\",\n                \"cum_return_RI\": 104.41846301591349,\n                \"cum_return_index\": 91.2641224349121\n            },\n            {\n                \"date\": \"2020-06-09\",\n                \"cum_return_RI\": 104.20801480123052,\n                \"cum_return_index\": 90.32337812860378\n            },\n            {\n                \"date\": \"2020-06-10\",\n                \"cum_return_RI\": 99.57890010797084,\n                \"cum_return_index\": 90.92892137971953\n            },\n            {\n                \"date\": \"2020-06-11\",\n                \"cum_return_RI\": 98.42160447943398,\n                \"cum_return_index\": 89.21786905199906\n            },\n            {\n                \"date\": \"2020-06-12\",\n                \"cum_return_RI\": 99.89447069866365,\n                \"cum_return_index\": 89.87023865442588\n            },\n            {\n                \"date\": \"2020-06-13\",\n                \"cum_return_RI\": 99.89447069866365,\n                \"cum_return_index\": 89.87023865442588\n            },\n            {\n                \"date\": \"2020-06-14\",\n                \"cum_return_RI\": 99.89447069866365,\n                \"cum_return_index\": 89.87023865442588\n            },\n            {\n                \"date\": \"2020-06-15\",\n                \"cum_return_RI\": 96.15964223125295,\n                \"cum_return_index\": 88.66460553161724\n            },\n            {\n                \"date\": \"2020-06-16\",\n                \"cum_return_RI\": 96.63309984862376,\n                \"cum_return_index\": 89.38626940857736\n            },\n            {\n                \"date\": \"2020-06-17\",\n                \"cum_return_RI\": 102.20906195573735,\n                \"cum_return_index\": 89.2566971134899\n            },\n            {\n                \"date\": \"2020-06-18\",\n                \"cum_return_RI\": 101.78823334725922,\n                \"cum_return_index\": 90.82857919833867\n            },\n            {\n                \"date\": \"2020-06-19\",\n                \"cum_return_RI\": 102.41951017042032,\n                \"cum_return_index\": 92.15767683128115\n            },\n            {\n                \"date\": \"2020-06-20\",\n                \"cum_return_RI\": 102.41951017042032,\n                \"cum_return_index\": 92.15767683128115\n            },\n            {\n                \"date\": \"2020-06-21\",\n                \"cum_return_RI\": 102.41951017042032,\n                \"cum_return_index\": 92.15767683128115\n            },\n            {\n                \"date\": \"2020-06-22\",\n                \"cum_return_RI\": 102.31425215263496,\n                \"cum_return_index\": 93.06802763627267\n            },\n            {\n                \"date\": \"2020-06-23\",\n                \"cum_return_RI\": 104.99711083018191,\n                \"cum_return_index\": 94.54603888332241\n            },\n            {\n                \"date\": \"2020-06-24\",\n                \"cum_return_RI\": 100.68356672761503,\n                \"cum_return_index\": 93.17716793645576\n            },\n            {\n                \"date\": \"2020-06-25\",\n                \"cum_return_RI\": 101.0517663272005,\n                \"cum_return_index\": 93.21708667383119\n            },\n            {\n                \"date\": \"2020-06-26\",\n                \"cum_return_RI\": 100.99913731830783,\n                \"cum_return_index\": 93.8677111948427\n            },\n            {\n                \"date\": \"2020-06-27\",\n                \"cum_return_RI\": 100.99913731830783,\n                \"cum_return_index\": 93.8677111948427\n            },\n            {\n                \"date\": \"2020-06-28\",\n                \"cum_return_RI\": 100.99913731830783,\n                \"cum_return_index\": 93.8677111948427\n            },\n            {\n                \"date\": \"2020-06-29\",\n                \"cum_return_RI\": 100.26273811913688,\n                \"cum_return_index\": 93.09485826303322\n            },\n            {\n                \"date\": \"2020-06-30\",\n                \"cum_return_RI\": 99.57890010797084,\n                \"cum_return_index\": 92.95067091109247\n            },\n            {\n                \"date\": \"2020-07-01\",\n                \"cum_return_RI\": 102.15650076773244,\n                \"cum_return_index\": 93.82779245746727\n            },\n            {\n                \"date\": \"2020-07-02\",\n                \"cum_return_RI\": 109.04757770917317,\n                \"cum_return_index\": 94.89534601328879\n            },\n            {\n                \"date\": \"2020-07-03\",\n                \"cum_return_RI\": 103.20853837848396,\n                \"cum_return_index\": 95.4265778808022\n            },\n            {\n                \"date\": \"2020-07-04\",\n                \"cum_return_RI\": 103.20853837848396,\n                \"cum_return_index\": 95.4265778808022\n            },\n            {\n                \"date\": \"2020-07-05\",\n                \"cum_return_RI\": 103.20853837848396,\n                \"cum_return_index\": 95.4265778808022\n            },\n            {\n                \"date\": \"2020-07-06\",\n                \"cum_return_RI\": 104.26064381012321,\n                \"cum_return_index\": 96.74076960998886\n            },\n            {\n                \"date\": \"2020-07-07\",\n                \"cum_return_RI\": 103.83981520164505,\n                \"cum_return_index\": 97.12076108817459\n            },\n            {\n                \"date\": \"2020-07-08\",\n                \"cum_return_RI\": 101.63048196235668,\n                \"cum_return_index\": 96.40476872581426\n            },\n            {\n                \"date\": \"2020-07-09\",\n                \"cum_return_RI\": 102.73514858200087,\n                \"cum_return_index\": 97.19121875031811\n            },\n            {\n                \"date\": \"2020-07-10\",\n                \"cum_return_RI\": 101.20965335387852,\n                \"cum_return_index\": 96.77908868940021\n            },\n            {\n                \"date\": \"2020-07-11\",\n                \"cum_return_RI\": 101.20965335387852,\n                \"cum_return_index\": 96.77908868940021\n            },\n            {\n                \"date\": \"2020-07-12\",\n                \"cum_return_RI\": 101.20965335387852,\n                \"cum_return_index\": 96.77908868940021\n            },\n            {\n                \"date\": \"2020-07-13\",\n                \"cum_return_RI\": 101.10439533609319,\n                \"cum_return_index\": 97.00667639064811\n            },\n            {\n                \"date\": \"2020-07-14\",\n                \"cum_return_RI\": 98.78987189990721,\n                \"cum_return_index\": 95.46402441950595\n            },\n            {\n                \"date\": \"2020-07-15\",\n                \"cum_return_RI\": 99.00025229370242,\n                \"cum_return_index\": 95.43348549473785\n            },\n            {\n                \"date\": \"2020-07-16\",\n                \"cum_return_RI\": 97.15911865399953,\n                \"cum_return_index\": 96.29293809178256\n            },\n            {\n                \"date\": \"2020-07-17\",\n                \"cum_return_RI\": 98.21122408563879,\n                \"cum_return_index\": 97.7096533541192\n            },\n            {\n                \"date\": \"2020-07-18\",\n                \"cum_return_RI\": 98.21122408563879,\n                \"cum_return_index\": 97.7096533541192\n            },\n            {\n                \"date\": \"2020-07-19\",\n                \"cum_return_RI\": 98.21122408563879,\n                \"cum_return_index\": 97.7096533541192\n            },\n            {\n                \"date\": \"2020-07-20\",\n                \"cum_return_RI\": 99.21070050838536,\n                \"cum_return_index\": 98.69729672346422\n            },\n            {\n                \"date\": \"2020-07-21\",\n                \"cum_return_RI\": 102.15650076773244,\n                \"cum_return_index\": 99.63673221871105\n            },\n            {\n                \"date\": \"2020-07-22\",\n                \"cum_return_RI\": 100.6310055396101,\n                \"cum_return_index\": 99.37438831260806\n            },\n            {\n                \"date\": \"2020-07-23\",\n                \"cum_return_RI\": 101.78823334725922,\n                \"cum_return_index\": 100.12499145637224\n            },\n            {\n                \"date\": \"2020-07-24\",\n                \"cum_return_RI\": 100.42055732492715,\n                \"cum_return_index\": 99.8166210279402\n            },\n            {\n                \"date\": \"2020-07-25\",\n                \"cum_return_RI\": 100.42055732492715,\n                \"cum_return_index\": 99.8166210279402\n            },\n            {\n                \"date\": \"2020-07-26\",\n                \"cum_return_RI\": 100.42055732492715,\n                \"cum_return_index\": 99.8166210279402\n            },\n            {\n                \"date\": \"2020-07-27\",\n                \"cum_return_RI\": 97.89558567405822,\n                \"cum_return_index\": 99.14643705273198\n            },\n            {\n                \"date\": \"2020-07-28\",\n                \"cum_return_RI\": 98.78987189990721,\n                \"cum_return_index\": 100.43088968613256\n            },\n            {\n                \"date\": \"2020-07-29\",\n                \"cum_return_RI\": 97.3169378597898,\n                \"cum_return_index\": 99.93157826617436\n            },\n            {\n                \"date\": \"2020-07-30\",\n                \"cum_return_RI\": 98.52686249721934,\n                \"cum_return_index\": 99.24219839539762\n            },\n            {\n                \"date\": \"2020-07-31\",\n                \"cum_return_RI\": 99.84190951065872,\n                \"cum_return_index\": 99.28633441286009\n            },\n            {\n                \"date\": \"2020-08-01\",\n                \"cum_return_RI\": 99.84190951065872,\n                \"cum_return_index\": 99.28633441286009\n            },\n            {\n                \"date\": \"2020-08-02\",\n                \"cum_return_RI\": 99.84190951065872,\n                \"cum_return_index\": 99.28633441286009\n            },\n            {\n                \"date\": \"2020-08-03\",\n                \"cum_return_RI\": 102.78770977000579,\n                \"cum_return_index\": 98.1539219977692\n            },\n            {\n                \"date\": \"2020-08-04\",\n                \"cum_return_RI\": 104.20808262211827,\n                \"cum_return_index\": 99.72507696536158\n            },\n            {\n                \"date\": \"2020-08-05\",\n                \"cum_return_RI\": 105.62831983245526,\n                \"cum_return_index\": 99.89551325025776\n            },\n            {\n                \"date\": \"2020-08-06\",\n                \"cum_return_RI\": 105.15486221508444,\n                \"cum_return_index\": 100.79801118888034\n            },\n            {\n                \"date\": \"2020-08-07\",\n                \"cum_return_RI\": 104.99711083018191,\n                \"cum_return_index\": 101.12303260248355\n            },\n            {\n                \"date\": \"2020-08-08\",\n                \"cum_return_RI\": 104.99711083018191,\n                \"cum_return_index\": 101.12303260248355\n            },\n            {\n                \"date\": \"2020-08-09\",\n                \"cum_return_RI\": 104.99711083018191,\n                \"cum_return_index\": 101.12303260248355\n            },\n            {\n                \"date\": \"2020-08-10\",\n                \"cum_return_RI\": 110.3626925435003,\n                \"cum_return_index\": 101.89188638938292\n            },\n            {\n                \"date\": \"2020-08-11\",\n                \"cum_return_RI\": 113.25586379395472,\n                \"cum_return_index\": 102.13859727447368\n            },\n            {\n                \"date\": \"2020-08-12\",\n                \"cum_return_RI\": 122.82979941294239,\n                \"cum_return_index\": 102.07053909927623\n            },\n            {\n                \"date\": \"2020-08-13\",\n                \"cum_return_RI\": 126.98545648883123,\n                \"cum_return_index\": 102.35753228037059\n            },\n            {\n                \"date\": \"2020-08-14\",\n                \"cum_return_RI\": 126.24898946877255,\n                \"cum_return_index\": 101.33047915572962\n            },\n            {\n                \"date\": \"2020-08-15\",\n                \"cum_return_RI\": 126.24898946877255,\n                \"cum_return_index\": 101.33047915572962\n            },\n            {\n                \"date\": \"2020-08-16\",\n                \"cum_return_RI\": 126.24898946877255,\n                \"cum_return_index\": 101.33047915572962\n            },\n            {\n                \"date\": \"2020-08-17\",\n                \"cum_return_RI\": 133.66615303647677,\n                \"cum_return_index\": 101.92060752101004\n            },\n            {\n                \"date\": \"2020-08-18\",\n                \"cum_return_RI\": 132.9296860164181,\n                \"cum_return_index\": 103.17706614003987\n            },\n            {\n                \"date\": \"2020-08-19\",\n                \"cum_return_RI\": 131.562009994086,\n                \"cum_return_index\": 103.51982921469882\n            },\n            {\n                \"date\": \"2020-08-20\",\n                \"cum_return_RI\": 125.56515145760649,\n                \"cum_return_index\": 103.03993182548604\n            },\n            {\n                \"date\": \"2020-08-21\",\n                \"cum_return_RI\": 123.67145662989869,\n                \"cum_return_index\": 103.6460567704069\n            },\n            {\n                \"date\": \"2020-08-22\",\n                \"cum_return_RI\": 123.67145662989869,\n                \"cum_return_index\": 103.6460567704069\n            },\n            {\n                \"date\": \"2020-08-23\",\n                \"cum_return_RI\": 123.67145662989869,\n                \"cum_return_index\": 103.6460567704069\n            },\n            {\n                \"date\": \"2020-08-24\",\n                \"cum_return_RI\": 123.72401781790363,\n                \"cum_return_index\": 104.46842638737608\n            },\n            {\n                \"date\": \"2020-08-25\",\n                \"cum_return_RI\": 123.1453700036352,\n                \"cum_return_index\": 104.588255311228\n            },\n            {\n                \"date\": \"2020-08-26\",\n                \"cum_return_RI\": 122.72454139515703,\n                \"cum_return_index\": 105.24367880613164\n            },\n            {\n                \"date\": \"2020-08-27\",\n                \"cum_return_RI\": 122.98761861873267,\n                \"cum_return_index\": 105.39404665475165\n            },\n            {\n                \"date\": \"2020-08-28\",\n                \"cum_return_RI\": 122.72454139515703,\n                \"cum_return_index\": 106.05986792642155\n            },\n            {\n                \"date\": \"2020-08-29\",\n                \"cum_return_RI\": 122.72454139515703,\n                \"cum_return_index\": 106.05986792642155\n            },\n            {\n                \"date\": \"2020-08-30\",\n                \"cum_return_RI\": 122.72454139515703,\n                \"cum_return_index\": 106.05986792642155\n            },\n            {\n                \"date\": \"2020-08-31\",\n                \"cum_return_RI\": 115.41263584523816,\n                \"cum_return_index\": 103.10042798121711\n            },\n            {\n                \"date\": \"2020-09-01\",\n                \"cum_return_RI\": 119.3579125273318,\n                \"cum_return_index\": 103.87269921922149\n            },\n            {\n                \"date\": \"2020-09-02\",\n                \"cum_return_RI\": 121.51468457861525,\n                \"cum_return_index\": 104.72655301339205\n            },\n            {\n                \"date\": \"2020-09-03\",\n                \"cum_return_RI\": 121.93551318709342,\n                \"cum_return_index\": 104.90789605713395\n            },\n            {\n                \"date\": \"2020-09-04\",\n                \"cum_return_RI\": 118.51625531037551,\n                \"cum_return_index\": 103.1837556187986\n            },\n            {\n                \"date\": \"2020-09-05\",\n                \"cum_return_RI\": 118.51625531037551,\n                \"cum_return_index\": 103.1837556187986\n            },\n            {\n                \"date\": \"2020-09-06\",\n                \"cum_return_RI\": 118.51625531037551,\n                \"cum_return_index\": 103.1837556187986\n            },\n            {\n                \"date\": \"2020-09-07\",\n                \"cum_return_RI\": 119.93656034160026,\n                \"cum_return_index\": 103.19677101768785\n            },\n            {\n                \"date\": \"2020-09-08\",\n                \"cum_return_RI\": 117.62203690541426,\n                \"cum_return_index\": 102.65506866168252\n            },\n            {\n                \"date\": \"2020-09-09\",\n                \"cum_return_RI\": 115.51789386302349,\n                \"cum_return_index\": 102.22025254236549\n            },\n            {\n                \"date\": \"2020-09-10\",\n                \"cum_return_RI\": 117.464217699624,\n                \"cum_return_index\": 103.65318251951948\n            },\n            {\n                \"date\": \"2020-09-11\",\n                \"cum_return_RI\": 118.04286551389242,\n                \"cum_return_index\": 103.94192078202916\n            },\n            {\n                \"date\": \"2020-09-12\",\n                \"cum_return_RI\": 118.04286551389242,\n                \"cum_return_index\": 103.94192078202916\n            },\n            {\n                \"date\": \"2020-09-13\",\n                \"cum_return_RI\": 118.04286551389242,\n                \"cum_return_index\": 103.94192078202916\n            },\n            {\n                \"date\": \"2020-09-14\",\n                \"cum_return_RI\": 122.40897080446425,\n                \"cum_return_index\": 104.46224589069682\n            },\n            {\n                \"date\": \"2020-09-15\",\n                \"cum_return_RI\": 127.19590470351419,\n                \"cum_return_index\": 105.34656589790983\n            },\n            {\n                \"date\": \"2020-09-16\",\n                \"cum_return_RI\": 128.93184814631948,\n                \"cum_return_index\": 105.99966261759303\n            },\n            {\n                \"date\": \"2020-09-17\",\n                \"cum_return_RI\": 128.24801013515346,\n                \"cum_return_index\": 105.28505177801983\n            },\n            {\n                \"date\": \"2020-09-18\",\n                \"cum_return_RI\": 129.0370383432171,\n                \"cum_return_index\": 105.20594142052535\n            },\n            {\n                \"date\": \"2020-09-19\",\n                \"cum_return_RI\": 129.0370383432171,\n                \"cum_return_index\": 105.20594142052535\n            },\n            {\n                \"date\": \"2020-09-20\",\n                \"cum_return_RI\": 129.0370383432171,\n                \"cum_return_index\": 105.20594142052535\n            },\n            {\n                \"date\": \"2020-09-21\",\n                \"cum_return_RI\": 120.0943795473905,\n                \"cum_return_index\": 102.49590269426028\n            },\n            {\n                \"date\": \"2020-09-22\",\n                \"cum_return_RI\": 118.2006847196827,\n                \"cum_return_index\": 101.4058085034909\n            },\n            {\n                \"date\": \"2020-09-23\",\n                \"cum_return_RI\": 114.93924604875507,\n                \"cum_return_index\": 101.19050908387588\n            },\n            {\n                \"date\": \"2020-09-24\",\n                \"cum_return_RI\": 109.36321612075372,\n                \"cum_return_index\": 98.44360551271218\n            },\n            {\n                \"date\": \"2020-09-25\",\n                \"cum_return_RI\": 115.57045505102843,\n                \"cum_return_index\": 100.76958090415577\n            },\n            {\n                \"date\": \"2020-09-26\",\n                \"cum_return_RI\": 115.57045505102843,\n                \"cum_return_index\": 100.76958090415577\n            },\n            {\n                \"date\": \"2020-09-27\",\n                \"cum_return_RI\": 115.57045505102843,\n                \"cum_return_index\": 100.76958090415577\n            },\n            {\n                \"date\": \"2020-09-28\",\n                \"cum_return_RI\": 118.46369412237057,\n                \"cum_return_index\": 102.6865528388839\n            },\n            {\n                \"date\": \"2020-09-29\",\n                \"cum_return_RI\": 121.56731358750793,\n                \"cum_return_index\": 102.57043221303954\n            },\n            {\n                \"date\": \"2020-09-30\",\n                \"cum_return_RI\": 120.83084656744923,\n                \"cum_return_index\": 102.81278039459198\n            },\n            {\n                \"date\": \"2020-10-01\",\n                \"cum_return_RI\": 122.19852258978128,\n                \"cum_return_index\": 104.13278906182968\n            },\n            {\n                \"date\": \"2020-10-02\",\n                \"cum_return_RI\": 122.19852258978128,\n                \"cum_return_index\": 104.13278906182968\n            },\n            {\n                \"date\": \"2020-10-03\",\n                \"cum_return_RI\": 122.19852258978128,\n                \"cum_return_index\": 104.13278906182968\n            },\n            {\n                \"date\": \"2020-10-04\",\n                \"cum_return_RI\": 122.19852258978128,\n                \"cum_return_index\": 104.13278906182968\n            },\n            {\n                \"date\": \"2020-10-05\",\n                \"cum_return_RI\": 122.72454139515703,\n                \"cum_return_index\": 104.73375147423023\n            },\n            {\n                \"date\": \"2020-10-06\",\n                \"cum_return_RI\": 123.04017980673758,\n                \"cum_return_index\": 105.90099280590186\n            },\n            {\n                \"date\": \"2020-10-07\",\n                \"cum_return_RI\": 123.1453700036352,\n                \"cum_return_index\": 106.25473535113218\n            },\n            {\n                \"date\": \"2020-10-08\",\n                \"cum_return_RI\": 126.4068086745628,\n                \"cum_return_index\": 106.885800417947\n            }\n        ],\n        \"1yPerformanceText\": \"Performance Vs NIFTY500 - Last 1 Year\",\n        \"1yReturns\": \"0.264068086745628\",\n        \"1yReturnsText\": \"+26.41%\",\n        \"currentBeta\": \"1.448628471539417\",\n        \"snapShotDate\": \"2020-10-08T00:00:00.000Z\",\n        \"snapShotDateText\": \"8 Oct 2020\",\n        \"marketCapType\": \"Large\",\n        \"marketCapTypeText\": \"Large\",\n        \"currentPrice\": \"186383.3\",\n        \"currencySymbol\": \"₹\",\n        \"currencyCode\": \"INR\"\n    },\n    \"errorCode\": null,\n    \"statusCode\": 200,\n    \"statusMsg\": \"OK\",\n    \"message\": \"Successful\",\n    \"datetime\": \"2020-10-09T12:24:00.828Z\",\n    \"timestamp\": 1602246240828,\n    \"success\": true\n}"}],"_postman_id":"e01961e3-d6b7-46e3-a302-bf469b94b4e1"},{"name":"Deactivate Monitoring","event":[{"listen":"prerequest","script":{"id":"f5bedf5d-8586-4400-a031-b96341477c6e","exec":["pm.environment.set(\"timestamp\", new Date().getTime());"],"type":"text/javascript"}}],"id":"dfc50bfe-5b53-4a26-adab-a0a84d56b0b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"timestamp","value":"{{timestamp}}"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"string\",\r\n    \"userId\": \"string\",\r\n    \"parentUserId\": \"string\",\r\n    \"companyId\": 0,\r\n    \"clientCompanyId\": \"string\"\r\n}"},"url":"https://{{api_host}}/bw-equity-services/apis/equity/removeActiveMonitoring?locale={{language_code}}","description":"<p>This API enables a user to stop monitoring a particular stock.</p>\n<p>The Company ID or Client Company ID needs to be passed in the API in order for the stock to be removed from the user’s monitoring list.</p>\n","urlObject":{"protocol":"https","path":["bw-equity-services","apis","equity","removeActiveMonitoring"],"host":["{{api_host}}"],"query":[{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[{"id":"d14cbbef-5875-47ac-9d1d-fdc6cea981f6","name":"Remove Active Monitoring - By Client Company ID","originalRequest":{"method":"POST","header":[{"key":"authority","value":"invest-alb-1642688056.ap-south-1.elb.amazonaws.com:51443"},{"key":"accept","value":"application/json"},{"key":"timestamp","value":"{{timestamp}}"},{"key":"content-type","value":"application/json"},{"key":"accept-language","value":"en-US,en;q=0.9,kn;q=0.8"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"BW_CLIENT\",\r\n    \"userId\": \"BW.USER21\",\r\n    \"clientCompanyId\": \"4\"\r\n}"},"url":{"raw":"{{BaseURL}}/bw-equity-services/apis/equity/removeActiveMonitoring?locale=en","host":["{{BaseURL}}"],"path":["bw-equity-services","apis","equity","removeActiveMonitoring"],"query":[{"key":"locale","value":"en"}]}},"status":"OK","code":200,"_postman_previewlanguage":"JSON","header":[{"key":"Date","value":"Mon, 28 Sep 2020 11:20:55 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"172"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Origin,X-Requested-With,Content-Type,Accept,authorization"},{"key":"ETag","value":"W/\"ac-i4X/LeFK92JdfMzX0uMeuGs72eg\""},{"key":"X-Response-Time","value":"73.269ms"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": \"BWEQAPI0132\",\n    \"errorCode\": null,\n    \"statusCode\": 200,\n    \"statusMsg\": \"OK\",\n    \"message\": \"Success\",\n    \"datetime\": \"2020-09-28T11:20:55.759Z\",\n    \"timestamp\": 1601292055759,\n    \"success\": true\n}"},{"id":"1da6a1a6-de0c-45a7-a214-4c0656d721ba","name":"Remove Active Monitoring - Error","originalRequest":{"method":"POST","header":[{"key":"authority","value":"invest-alb-1642688056.ap-south-1.elb.amazonaws.com:51443"},{"key":"accept","value":"application/json"},{"key":"timestamp","value":"{{timestamp}}"},{"key":"content-type","value":"application/json"},{"key":"accept-language","value":"en-US,en;q=0.9,kn;q=0.8"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"BW_CLIENT\",\r\n    \"userId\": \"BW.USER22\",\r\n    \"clientCompanyId\": \"MINDTREE\"\r\n}"},"url":{"raw":"{{BaseURL}}/bw-equity-services/apis/equity/removeActiveMonitoring?locale=en","host":["{{BaseURL}}"],"path":["bw-equity-services","apis","equity","removeActiveMonitoring"],"query":[{"key":"locale","value":"en"}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"JSON","header":[{"key":"Date","value":"Wed, 14 Oct 2020 13:24:17 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"239"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Origin,X-Requested-With,Content-Type,Accept,authorization"},{"key":"ETag","value":"W/\"ef-+eTnNABa/q7M+zqGUBQCG+Ll8k8\""},{"key":"X-Response-Time","value":"32.726ms"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": null,\n    \"errorCode\": \"BWEQAPI0131\",\n    \"statusCode\": 422,\n    \"statusMsg\": \"Unprocessable Entity\",\n    \"message\": \"Given company not present in the active monitoring list\",\n    \"datetime\": \"2020-10-14T13:24:17.320Z\",\n    \"timestamp\": 1602681857320,\n    \"success\": false\n}"},{"id":"2a38abf1-03fd-469b-85dc-42b243f5e7bc","name":"Remove Active Monitoring","originalRequest":{"method":"POST","header":[{"key":"authority","value":"invest-alb-1642688056.ap-south-1.elb.amazonaws.com:51443"},{"key":"accept","value":"application/json"},{"key":"timestamp","value":"{{timestamp}}"},{"key":"user-agent","value":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36"},{"key":"content-type","value":"application/json"},{"key":"origin","value":"https://invest-alb-1642688056.ap-south-1.elb.amazonaws.com:51443"},{"key":"sec-fetch-site","value":"same-origin"},{"key":"sec-fetch-mode","value":"cors"},{"key":"sec-fetch-dest","value":"empty"},{"key":"referer","value":"https://invest-alb-1642688056.ap-south-1.elb.amazonaws.com:51443/bw-equity-services/apis/swagger/"},{"key":"accept-language","value":"en-US,en;q=0.9,kn;q=0.8"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"BW_CLIENT\",\r\n    \"userId\": \"BW.USER21\",\r\n    \"companyId\": 543\r\n}"},"url":{"raw":"{{BaseURL}}/bw-equity-services/apis/equity/removeActiveMonitoring?locale=en","host":["{{BaseURL}}"],"path":["bw-equity-services","apis","equity","removeActiveMonitoring"],"query":[{"key":"locale","value":"en"}]}},"status":"OK","code":200,"_postman_previewlanguage":"JSON","header":[{"key":"Date","value":"Mon, 28 Sep 2020 09:56:37 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"172"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, OPTIONS, DELETE"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Origin,X-Requested-With,Content-Type,Accept,authorization"},{"key":"ETag","value":"W/\"ac-HTjBlUK/6lSkgWU2rjqv6AGXyNU\""},{"key":"X-Response-Time","value":"52.154ms"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": \"BWEQAPI0132\",\n    \"errorCode\": null,\n    \"statusCode\": 200,\n    \"statusMsg\": \"OK\",\n    \"message\": \"Success\",\n    \"datetime\": \"2020-09-28T09:56:37.837Z\",\n    \"timestamp\": 1601286997837,\n    \"success\": true\n}"}],"_postman_id":"dfc50bfe-5b53-4a26-adab-a0a84d56b0b4"}],"id":"9e4764a8-f821-46ad-877f-f42f58ad6cb5","description":"<p>The stock monitoring module enables a user to monitor individual stocks which they are interested in following. Once monitored, a snapshot of current details of the stock are easily available. </p>\n<p>A user can de-activate monitoring at any time if they no longer wish to follow a particular stock.</p>\n","_postman_id":"9e4764a8-f821-46ad-877f-f42f58ad6cb5"},{"name":"ETF Monitoring","item":[{"name":"Search ETFs","event":[{"listen":"prerequest","script":{"id":"7e87d080-55d3-4b4a-9657-93c66dc7fa7b","exec":["pm.environment.set(\"timestamp\", new Date().getTime());"],"type":"text/javascript"}},{"listen":"test","script":{"id":"8cb02b0c-f2ab-4817-a3aa-eb32b6357e5c","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript"}}],"id":"dc4f9742-405d-4c90-a412-6f98e6e0273b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"timestamp","value":"{{timestamp}}"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"string\",\r\n    \"userId\": \"string\",\r\n    \"etfName\": \"string\"\r\n}"},"url":"https://{{api_host}}/bw-etf-services/apis/etf/searchEtf?locale={{language_code}}","description":"<p>This API enables a user to search for a particular ETF, by entering in either the name of the ETF or the ticker. It will show results of stocks which have the same/similar name or ticker to that which was entered.  </p>\n<p>The search results will only display ETFs which are in the universe.</p>\n","urlObject":{"protocol":"https","path":["bw-etf-services","apis","etf","searchEtf"],"host":["{{api_host}}"],"query":[{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[],"_postman_id":"dc4f9742-405d-4c90-a412-6f98e6e0273b"},{"name":"Set ETF Monitoring","event":[{"listen":"prerequest","script":{"id":"aacc4b3f-e4ee-45a3-9000-c390915009c4","exec":["pm.environment.set(\"timestamp\", new Date().getTime());"],"type":"text/javascript"}},{"listen":"test","script":{"id":"4cfd5276-052f-4422-9e50-2604c21ad86f","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript"}}],"id":"71c4e595-e215-4c75-bcda-dd07ba500013","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"{{BW_CLIENT_USER_ACCESS-TOKEN}}"}],"advancedConfig":[{"key":"headerPrefix","value":"<header-prefix>"}]},"isInherited":false},"method":"POST","header":[{"key":"timestamp","value":"{{timestamp}}"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"string\",\r\n    \"userId\": \"string\",\r\n    \"parentUserId\": \"string\",\r\n    \"etfId\": 0\r\n}"},"url":"https://{{api_host}}/bw-etf-services/apis/etf/setActiveMonitoring?locale={{language_code}}","description":"<p>This API enables a user to monitor a particular ETF.</p>\n<p>The ETF ID needs to be passed in the API in order for the ETF to be added to the user’s monitoring list.</p>\n","urlObject":{"protocol":"https","path":["bw-etf-services","apis","etf","setActiveMonitoring"],"host":["{{api_host}}"],"query":[{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[],"_postman_id":"71c4e595-e215-4c75-bcda-dd07ba500013"},{"name":"ETF Monitoring List","event":[{"listen":"prerequest","script":{"id":"9bca5bab-e575-47c5-9eb7-243bedb505bf","exec":["pm.environment.set(\"timestamp\", new Date().getTime());"],"type":"text/javascript"}},{"listen":"test","script":{"id":"288070f7-c267-4d9a-8feb-d761b846e7cf","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript"}}],"id":"4637097f-2617-4ebd-bca4-cfdb2d1f7962","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"timestamp","value":"{{timestamp}}"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"string\",\r\n    \"userId\": \"string\",\r\n    \"parentUserId\": \"string\",\r\n    \"recordsPerPage\": \"string\"\r\n}"},"url":"https://{{api_host}}/bw-etf-services/apis/etf/activeMonitoringList?pageNo={{pageNo}}&locale={{language_code}}","description":"<p>This API generates a list of all the ETFs which a user is actively monitoring. </p>\n<p>The End User must select how many ETFs are to be displayed per page. The page criteria is passed through the API and the API generates a list. </p>\n<p>The list includes details of:</p>\n<ul>\n<li>ETF name</li>\n<li>ticker name</li>\n<li>stock exchange code</li>\n<li>returns</li>\n<li>monitoring since date</li>\n<li>insight status (names of all active insights, or none)</li>\n<li>alert flag</li>\n</ul>\n","urlObject":{"protocol":"https","path":["bw-etf-services","apis","etf","activeMonitoringList"],"host":["{{api_host}}"],"query":[{"key":"pageNo","value":"{{pageNo}}"},{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[],"_postman_id":"4637097f-2617-4ebd-bca4-cfdb2d1f7962"},{"name":"ETF Monitoring Details","event":[{"listen":"prerequest","script":{"id":"1e36844b-8f0a-4641-8d82-df2d4b354795","exec":["pm.environment.set(\"timestamp\", new Date().getTime());"],"type":"text/javascript"}},{"listen":"test","script":{"id":"aa9763ab-11ee-49c0-b3bb-732e096dd096","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript"}}],"id":"f03682b1-e822-4aa0-9a1e-8bd56f299dfe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"timestamp","value":"{{timestamp}}"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"string\",\r\n    \"userId\": \"string\",\r\n    \"parentUserId\": \"string\",\r\n    \"etfId\": 0\r\n}"},"url":"https://{{api_host}}/bw-etf-services/apis/etf/activeMonitoringDetails?locale={{language_code}}","description":"<p>This API delivers details of a particular ETF which an End User is monitoring. </p>\n<p>The ETF ID needs to be passed in the API in order for details of the ETF to be displayed.</p>\n<p>Details include:</p>\n<ul>\n<li>name of the ETF</li>\n<li>ticker name</li>\n<li>stock exchange code</li>\n<li>monitoring since date</li>\n<li>3 month performance graph data</li>\n<li>index and ETF returns and max drawdown</li>\n</ul>\n","urlObject":{"protocol":"https","path":["bw-etf-services","apis","etf","activeMonitoringDetails"],"host":["{{api_host}}"],"query":[{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[],"_postman_id":"f03682b1-e822-4aa0-9a1e-8bd56f299dfe"},{"name":"Deactivate ETF Monitoring","event":[{"listen":"prerequest","script":{"id":"cc869442-4ecc-4b45-b00e-a40dad7334ee","exec":["pm.environment.set(\"timestamp\", new Date().getTime());"],"type":"text/javascript"}},{"listen":"test","script":{"id":"dfa50c32-2da4-472f-902a-588daa1b9494","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript"}}],"id":"6db66073-7f67-41c5-b244-106d625f5e9f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"timestamp","value":"{{timestamp}}"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"string\",\r\n    \"userId\": \"string\",\r\n    \"parentUserId\": \"string\",\r\n    \"etfId\": 0\r\n}"},"url":"https://{{api_host}}/bw-etf-services/apis/etf/removeActiveMonitoring?locale={{language_code}}","description":"<p>This API enables a user to stop monitoring a particular ETF.</p>\n<p>The ETF ID needs to be passed in the API in order for the ETF to be removed from the user’s monitoring list</p>\n","urlObject":{"protocol":"https","path":["bw-etf-services","apis","etf","removeActiveMonitoring"],"host":["{{api_host}}"],"query":[{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[],"_postman_id":"6db66073-7f67-41c5-b244-106d625f5e9f"}],"id":"5ca4a73e-283f-44c7-8d91-ebc7ad9add40","description":"<p>The ETF monitoring module enables a user to monitor individual ETFs which they are interested in following. Once monitored, a snapshot of current details of the ETF are easily available. </p>\n<p>A user can de-activate monitoring at any time if they no longer wish to follow a particular ETF.</p>\n","_postman_id":"5ca4a73e-283f-44c7-8d91-ebc7ad9add40"}],"id":"d174642a-6a47-4dde-8bc5-99e0c0b1a213","_postman_id":"d174642a-6a47-4dde-8bc5-99e0c0b1a213","description":""},{"name":"ETFs Common APIs","item":[{"name":"ETF Snapshot","event":[{"listen":"prerequest","script":{"id":"3a4e5833-d042-4ace-b7b4-d17e77a29bf3","exec":["pm.environment.set(\"timestamp\", new Date().getTime());"],"type":"text/javascript"}},{"listen":"test","script":{"id":"74a7463a-0327-4eb1-971c-8c1a6655a52a","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript"}}],"id":"0055b6af-c303-441d-b80a-fbecc6d050f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"timestamp","value":"{{timestamp}}"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"string\",\r\n    \"userId\": \"string\",\r\n    \"etfId\": 0\r\n}"},"url":"https://{{api_host}}/bw-etf-services/apis/etf/etfSnapshot?locale={{language_code}}","description":"<p>This API provides a current snapshot of an ETF. </p>\n<p>The ETF ID needs to be passed in the API in order to retrieve the particular ETF.</p>\n<p>Details of the ETF include:</p>\n<ul>\n<li>Snapshot date</li>\n<li>ETF name</li>\n<li>ETF score</li>\n<li>EFT launch date </li>\n<li>ETF size (millions)</li>\n<li>Stock exchange code</li>\n<li>1 year performance graph data</li>\n<li>3 month performance graph data</li>\n<li>1 year returns </li>\n<li>3 month returns </li>\n<li>Cost ratio</li>\n<li>Asset class </li>\n<li>Currency symbol</li>\n<li>Currency code</li>\n<li>Classification </li>\n<li>Geographical focus</li>\n<li>Issuer</li>\n</ul>\n","urlObject":{"protocol":"https","path":["bw-etf-services","apis","etf","etfSnapshot"],"host":["{{api_host}}"],"query":[{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[],"_postman_id":"0055b6af-c303-441d-b80a-fbecc6d050f6"},{"name":"Compare Index Asset","event":[{"listen":"prerequest","script":{"id":"79af73c5-1e96-4d84-9848-289fd1161f46","exec":["pm.environment.set(\"timestamp\", new Date().getTime());"],"type":"text/javascript"}},{"listen":"test","script":{"id":"c0c99bd6-5ad8-47e9-a97d-dee9cb9e4179","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript"}}],"id":"2d5f1b8b-f8a6-41b7-86d5-486fe946abe1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"timestamp","value":"{{timestamp}}"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"string\",\r\n    \"userId\": \"string\",\r\n    \"parentUserId\": \"string\",\r\n    \"etfId\": 0\r\n}"},"url":"https://{{api_host}}/bw-etf-services/apis/etf/compareIndexAsset?locale={{language_code}}","description":"<p>This API scores how an ETF is performing against its index and asset class. </p>\n<p>A comparative score is calculated against pre-selected criteria such as performance, Sharpe ratio, max drawdown, cost ratio, volatility and size. Each criterion is scored on a scale of 1-20 (20 being the best).</p>\n","urlObject":{"protocol":"https","path":["bw-etf-services","apis","etf","compareIndexAsset"],"host":["{{api_host}}"],"query":[{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[],"_postman_id":"2d5f1b8b-f8a6-41b7-86d5-486fe946abe1"},{"name":"ETF Live Insights","event":[{"listen":"prerequest","script":{"id":"b8d2c07f-fba4-4c2c-ab5f-9bf0c56f11a0","exec":["pm.environment.set(\"timestamp\", new Date().getTime());"],"type":"text/javascript"}},{"listen":"test","script":{"id":"2a7a9b66-2368-4cc5-a501-9011e7745aa6","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript"}}],"id":"4824f4ee-3491-450c-b8a3-7c452b98f024","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"timestamp","value":"{{timestamp}}"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"string\",\r\n    \"userId\": \"string\",\r\n    \"parentUserId\": \"string\",\r\n    \"themeMonitoringId\": 0,\r\n    \"investingMonitoringId\": 0,\r\n    \"etfId\": 0\r\n}"},"url":"https://{{api_host}}/bw-etf-services/apis/etf/liveInsights?locale={{language_code}}","description":"<p>This API displays summary information of ETFs which currently have live insights. </p>\n<p>The ETF Monitoring ID or ETF Theme Monitoring ID or ETF Investing Monitoring ID needs to be passed through the API in order for the summary information of live insights to be displayed.</p>\n<p>Live insights for the following AI modules are displayed: </p>\n<ul>\n<li>Alpha 3:30 ETF</li>\n</ul>\n<p>Summary information includes:</p>\n<ul>\n<li>Insight title </li>\n<li>Insight type </li>\n<li>Ticker name</li>\n<li>ETF name</li>\n<li>Stock exchange code</li>\n<li>Insight date</li>\n<li>Returns</li>\n</ul>\n","urlObject":{"protocol":"https","path":["bw-etf-services","apis","etf","liveInsights"],"host":["{{api_host}}"],"query":[{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[],"_postman_id":"4824f4ee-3491-450c-b8a3-7c452b98f024"},{"name":"ETF Past Insights","event":[{"listen":"prerequest","script":{"id":"c4c22c22-d1f5-44f0-990d-86f8c11f805b","exec":["pm.environment.set(\"timestamp\", new Date().getTime());"],"type":"text/javascript"}},{"listen":"test","script":{"id":"9bdeeebf-7535-4ad4-bf39-11778be954c4","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r",""],"type":"text/javascript"}}],"id":"5b808581-59f1-426b-b91c-b77e44c3d49d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"timestamp","value":"{{timestamp}}"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"string\",\r\n    \"userId\": \"string\",\r\n    \"parentUserId\": \"string\",\r\n    \"themeMonitoringId\": 0,\r\n    \"investingMonitoringId\": 0,\r\n    \"etfId\": 0\r\n}"},"url":"https://{{api_host}}/bw-etf-services/apis/etf/pastInsights?locale={{language_code}}","description":"<p>This API displays summary information of ETFs which have past insights. </p>\n<p>The ETF Monitoring ID or ETF Theme Monitoring ID or ETF Investing Monitoring ID needs to be passed through the API in order for the summary information of past insights to be displayed.</p>\n<p>Past insights for the following AI modules are displayed: </p>\n<ul>\n<li>Alpha 3:30 ETF</li>\n</ul>\n<p>Summary information includes:</p>\n<ul>\n<li>Insight title </li>\n<li>Insight type </li>\n<li>Ticker name</li>\n<li>ETF name</li>\n<li>Stock exchange code</li>\n<li>Insight date</li>\n<li>Returns</li>\n</ul>\n","urlObject":{"protocol":"https","path":["bw-etf-services","apis","etf","pastInsights"],"host":["{{api_host}}"],"query":[{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[],"_postman_id":"5b808581-59f1-426b-b91c-b77e44c3d49d"},{"name":"ETF Backtesting","event":[{"listen":"prerequest","script":{"id":"719396c7-9ce1-4aca-80c4-c565aa0bde0e","exec":["pm.environment.set(\"timestamp\", new Date().getTime());"],"type":"text/javascript"}},{"listen":"test","script":{"id":"50379b59-56d4-4cef-b3e2-1585a1bf60f9","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"],"type":"text/javascript"}}],"id":"2b8c435f-ae5c-4e86-a069-1fdc53de9df6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"timestamp","value":"{{timestamp}}"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"clientId\": \"string\",\r\n    \"userId\": \"string\",\r\n    \"parentUserId\": \"string\",\r\n    \"etfId\": [\r\n        0\r\n    ]\r\n}"},"url":"https://{{api_host}}/bw-etf-services/apis/etf/etfBacktest?locale={{language_code}}","description":"<p>The ETFs selected in the New Age Themes APIs or ETF Investing APIs are passed into this API to deliver back testing results. </p>\n<p>The following details must be passed in the API: the array of ETF IDs.</p>\n<p>Back testing results are delivered for 1 year, 6 months and 3 months. For each of these back testing periods, the following information is displayed:</p>\n<ul>\n<li>performance graph data </li>\n<li>return for the basket of ETFs</li>\n<li>index return</li>\n</ul>\n<p>If there is insufficient data available for a particular ETF in a back testing period, the API will capture data for the period(s) which are available.</p>\n","urlObject":{"protocol":"https","path":["bw-etf-services","apis","etf","etfBacktest"],"host":["{{api_host}}"],"query":[{"key":"locale","value":"{{language_code}}"}],"variable":[]}},"response":[],"_postman_id":"2b8c435f-ae5c-4e86-a069-1fdc53de9df6"}],"id":"098613e8-be82-4c6e-8c8c-5015e3c04b01","description":"<p>This module covers APIs which are common across all ETF APIs.</p>\n","_postman_id":"098613e8-be82-4c6e-8c8c-5015e3c04b01"}],"event":[{"listen":"prerequest","script":{"id":"7cfa5cde-fc5d-418b-9315-9077e1d0c367","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f84fa835-535c-42fb-9676-4748f0e01256","type":"text/javascript","exec":[""]}}],"variable":[{"key":"language_code_1","value":"EN"},{"key":"timestamp_1","value":"1777638132"},{"key":"api_host_1","value":"invest-alb-1642688056.ap-south-1.elb.amazonaws.com:51443"},{"key":"access_token_1","value":"09163c6f87fd8cc8c23c9a270b705e037801f79d6299c0065bca6c39076c855ea588d77608591c4200056eed8181412dad57e55415c1a2be01a3cc56aa907a982c6bd8d6f98b8857dc0e52549700a75a2bfb713b790279582dde8824f481e8e3a0d0653613d27a8ba19a474f705ee021478c5edc0ac2051f2acb37c798ac76c8843a957995277cec524fd5038cbd3707754809893719c98491436f6a9fc9a0c8d4a7171f2aa0afa92e69b7a42baf03e322f50d36b79755335e86540612e5302b4ee9cf53f581df971262b2e7d62099dad9476f23214f01dd58a24efc27543d5cb01371d1427e8d820d637a7106b8cda21683c8adf88edcd42186a24af92da7e711c41b2cb0b894d1054b86f25c88af47bb26d4804ab74140d1225546bf3d0d11ceb8e3139026a4e55bca494a4333ff888a15d33fe8df5b484513360c45b626936c8e9628bbf372943d581dfb27fba12b46bb9a55e25c497a17f529c50ea99bc25e013cc6f03168ef29a534183c7fe59ca656914b25fc882f7e9a759f9fd3168bd2ac0799f660cba0045f055814634292f18f51026e21189d2abfe779b912834f24f950c41b38c8317137ed5ccd4adab3639eac6fc506ac9fdda34610c4b35355b03e41b573f00313049861c3c001f27f3f09033d0c1f7e255bc19b2f225ccea943f4a5202ec01175fd88c3c73a87fe7ad94a46131f0ca6e8ea526bc0d079d1c67fdb38ed5384a6eb80efe2e9d52c8f22ee1e0945917cf67c23d1e3a2e467c649cda299d329c46db076adb3e230fab51925a4294cbb0387e983973ca6da523dd9e8dbe2f2b3e9d3cce641f29a88e000c50e1d225561d7817fc3001250f9cd4ca93c255a610f65f56a95ed433a05a2d4479483b028fd60a0c1ef30cc7c89c4380836372336a1bb6d83f2fcf78ac70df4cdfd494f3e00d61047bdf7a675a831b37fc63380c91c963e4199c27a04c1147672648a7bda7b9c82987ca55c9aa6a4c4c177a7b043501a7479f370cd4bef05682ce2653810a6e5323257a006df580d06202bafca3ace70d4781228d9562379b75e1e21c0ec9c8a31d83a294039ec7fc234604fe2a69b7b871f17b41d51ac03c4785a180b0bb76c738cfa7bb0dd30821fd1c4edb2bd7a04b80a7fb33634f76eea952bc56cbc2b6c9527de1481e1acae191f48c2aa75dbe2e00f40daf256476ddf038d0e25700ec5c2405d8f1b9dcdab1d5baf8868fba340936ce80f5945fe5f7de3bd8dcd1b09dbb8bd959112b86d72749d9b316b5678407be9b723987e61b458dfabb6e14e5368f5ae4e856aaf15e5d12475810b20e910627ac936b409dee132426e5462be801421695256acce3148a3e61ccf155f80b7b4a5b1808416d8e16e505c1220f430fbca11c8a1a820406fb3084977b3050383345873018332b73bd0cf1fc8286f4042172a351e9a977ed8dfa0"}]}