{"info":{"_postman_id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","name":"Upstream Insight API","description":"<html><head></head><body><p><a href=\"https://www.spglobal.com/commodity-insights/\">S&amp;P Global</a>.</p>\n<p><em>Last updated</em> November 18, 2024</p>\n<p>S&amp;P Global Connect REST APIs provide access to content for all Upstream Insight business lines. Below is a summary of available data:</p>\n<h4 id=\"companies--transactions\"><strong>Companies &amp; Transactions</strong></h4>\n<ul>\n<li><p>Company Metrics Database</p>\n</li>\n<li><p>Transactions &amp; Assets on the Market Database</p>\n</li>\n<li><p>Source Archive Database</p>\n</li>\n<li><p>Published written documents</p>\n</li>\n</ul>\n<h4 id=\"peps-petroleum-economics--policy-solutions\"><strong>PEPS (Petroleum Economics &amp; Policy Solutions)</strong></h4>\n<ul>\n<li><p>Country Attractiveness Ratings</p>\n<ul>\n<li><p>Legal &amp; Contractual</p>\n</li>\n<li><p>Fiscal Systems</p>\n</li>\n<li><p>E&amp;P Activity &amp; Success</p>\n</li>\n<li><p>Oil &amp; Gas Risk</p>\n</li>\n</ul>\n</li>\n<li><p>Published written documents</p>\n</li>\n</ul>\n<h4 id=\"costs--supply-chain\"><strong>Costs &amp; Supply Chain</strong></h4>\n<ul>\n<li><p>Cost Indexes:</p>\n<ul>\n<li><p>Upstream Capital</p>\n</li>\n<li><p>Upstream Operating</p>\n</li>\n<li><p>Market Segments</p>\n</li>\n</ul>\n</li>\n<li><p>Published written documents</p>\n</li>\n</ul>\n<h4 id=\"plays--basins\"><strong>Plays &amp; Basins</strong></h4>\n<ul>\n<li>Published written documents</li>\n</ul>\n<h6 id=\"ready-to-experiment\">Ready to experiment?</h6>\n<p>Visit our Swagger page <a href=\"https://api.connect.ihsmarkit.com/swagger/ui/index\"><b>here</b></a></p>\n<p>*The Swagger page displays all Connect endpoints. The APIs will not return content outside of your subscription.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"5863905","collectionId":"21f5ac3f-77db-415d-b0a6-edaf436acff8","publishedId":"SzYdSbrC","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-12-10T16:01:18.000Z"},"item":[{"name":"Overview","item":[{"name":"Query Syntax","item":[],"id":"b0a36a2b-d1a2-447e-b9bd-0f219c0e51e2","description":"<h2 id=\"post-service-requests\">POST service requests</h2>\n<p>The following example service request uses the <strong>Energy – Upstream – Transaction Analysis</strong> endpoint. However, the same strategies can be applied to most POST endpoints in the Connect API system.\nBuilding a POST Query</p>\n<p><strong>General strategies for querying the POST services</strong>:</p>\n<ul>\n<li><p>Each Connect API endpoint has a unique request URL, as shown in the header for the endpoint. The base URL for all Upstream Connect API endpoints is <a href=\"https://connectapi.ihs.com/energy/v1/upstream\">https://connectapi.ihs.com/energy/v1/upstream</a>. For example, the Energy – Upstream Transaction Analysis request URL for the endpoint shown here is listed below:</p>\n<ul>\n<li>Full request URL: <a href=\"https://connectapi.ihs.com/energy/v1/upstream/transaction-analysis\">https://connectapi.ihs.com/energy/v1/upstream/transaction-analysis</a>.</li>\n</ul>\n</li>\n<li><p>Connect POST API endpoints require a JSON parameter input to retrieve results. You will not be able to query the endpoint without providing at least one parameter input.</p>\n</li>\n<li><p>Note: some Connect POST API endpoints require filter values for each parameter to provide results. An example of this endpoint type is the Energy – Upstream – Company Metrics Cell Data POST endpoint.</p>\n</li>\n</ul>\n<p><strong>Finding filter values for query parameters</strong>\nThe POST API endpoints are provided with two accompanying <strong>/parameters/</strong> endpoints:</p>\n<ul>\n<li><strong>/parameters/dictionary-names</strong>: provides a list of request parameters with defined inputs</li>\n<li><strong>/parameters/{dictionaryName}</strong>: provides a list of relevant values for a specified request parameter</li>\n</ul>\n<h2 id=\"view-based-get-service-requests\">\"View-based” GET service requests</h2>\n<p><strong>Overview</strong>:<br />\nSome services are published with a “view-based” data group model. In these services you will find a set of 3 endpoints used together to retrieve curated data views from a common group of data. </p>\n<ul>\n<li><strong>/Views</strong>  Generates a list of views associated with the data group</li>\n<li><strong>/Views/{view}</strong>  Return attributes related to the selected Company Metrics view</li>\n<li><strong>/counts/{view}</strong>  Returns a count of rows in your selected view</li>\n<li><strong>/retrieve/{view}</strong>  Returns data associated with the selected view</li>\n</ul>\n<p><strong>General strategies for calling the view-based services</strong>:<br />\nHere are some suggested strategies for making efficient calls to the view-based API endpoints. Test these out in (URL)</p>\n<ul>\n<li>Use the <strong>/Counts/{view}</strong> endpoint to understand the total number of rows in your request. </li>\n<li>Use <strong>count=10</strong> (or another smaller number) to pull back a small sample set of data. This is useful to check to see if you need every attribute available in a table.</li>\n<li>Use <strong>select</strong> and <strong>filter</strong> to limit your call to pull back ONLY the content you need.  If you don’t need everything, don’t return it. </li>\n<li>You cannot assume the order data will be returned. Combine your retrieve calls with an <strong>orderby</strong> to ensure expected ordered results.  </li>\n<li>If paging creates performance lags, use one of the methods below to call data:<ul>\n<li>Identify the attributes and data that you want to use and return the results in a single call.  </li>\n<li>Manually split the data into multiple calls using in or range ID requests, for example call records of id between A and B, C and D, E and F, etc etc. You must also use an orderby to ensure consistently returned results. </li>\n<li>Some tools/software often have limits to the amount of data that they can consume on import. Please refer to relevant documentation. Often limiting the data using select and filter can help to reduce these issues.</li>\n<li>Use the services to return results to then make additional calls for data.</li>\n</ul>\n</li>\n</ul>\n","_postman_id":"b0a36a2b-d1a2-447e-b9bd-0f219c0e51e2","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"yourUsername"},{"key":"password","value":"yourPassword"}]},"isInherited":true,"source":{"_postman_id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","name":"Upstream Insight API","type":"collection"}}},{"name":"Getting Started in Postman","item":[],"id":"f2e1a748-5a98-47ef-bfaf-ad7f82c1585c","description":"<p>To get started using Postman, you can click the \"Run in Postman\" button at the top right of this page. That will prompt you to open this collection in Postman, or to download and install the application. If you already have Postman installed and have created an account with them, you're all set. </p>\n<p><strong>If you are new to using Postman</strong> then you will want to click on \"Get the app\" link and follow the instructions to get Postman installed and create an account.  Please note that this account will be specific to Postman and does not relate to your IHS Markit subscription account. </p>\n<p><img src=\"https://apiimages.ihsenergy.com/Open%20With%20Dialogue.png\" alt=\"alt text\" /></p>\n<p>Once you have Postman installed and the collection downloaded, you'll need to set your credentials.  This can be done in two ways.   </p>\n<ol>\n<li>You can set the variables for the entire collection by clicking on the elipses and then clicking \"Edit\" then navigate to the \"Authorization\" tab and choose the option for \"Basic Auth.\" Once you have done that navigate to the \"Variables\" tab and enter your IHS Markit subscription credentials. <strong>Be cautious</strong>, the credentials are shown in plain text when editing those variables for the entire collection. After editing of the variables each request can \"Inherit from Parent,\" for authorizations.</li>\n</ol>\n<p><img src=\"https://apiimages.ihsenergy.com/Edit%20Collection.png\" alt=\"alt text\" />\n<img src=\"https://apiimages.ihsenergy.com/Edit%20Collection2.png\" alt=\"alt text\" /></p>\n<ol>\n<li>The second way you can change the credentials, is per each request. In the request choose the \"Authorization\" tab and then set it to \"Basic Auth\" and enter your IHS Markit credentials.</li>\n</ol>\n<p><img src=\"https://apiimages.ihsenergy.com/Request%20Authorization.png\" alt=\"alt text\" /></p>\n","event":[{"listen":"prerequest","script":{"id":"45a1ac35-89d7-4fb4-98f2-d78031748f38","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"fbb7f77f-b805-4967-88ec-1eb71c0ebfa0","type":"text/javascript","exec":[""]}}],"_postman_id":"f2e1a748-5a98-47ef-bfaf-ad7f82c1585c","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"yourUsername"},{"key":"password","value":"yourPassword"}]},"isInherited":true,"source":{"_postman_id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","name":"Upstream Insight API","type":"collection"}}}],"id":"2eb85bca-8604-42da-ba01-e98b9c06577d","description":"<h2 id=\"access\">Access</h2>\n<p>To start querying data from the S&amp;P Global Upstream Insight APIs, the following are required:</p>\n<ul>\n<li>A working e-mail address with Connect data servies enabled</li>\n<li>A Personal Access Token - <a href=\"https://cdn.ihsmarkit.com/Connect/Content/Help/Platform/AuthenticationonConnect.pdf\">Documentation here</a></li>\n<li>The user name and password generated from your Personal Access Token must be submitted with each request using BasicAuth</li>\n<li>Access is only supported over HTTPS</li>\n<li>Access is only permitted for subscribed content</li>\n</ul>\n<h2 id=\"help\">Help</h2>\n<p>For help, please contact Customer Care: <a href=\"mailto:CustomerCare@ihsmarkit.com\">CustomerCare@ihsmarkit.com</a></p>\n<h2 id=\"response-codes\">Response Codes</h2>\n<p>Our APIs use the standard response codes created by the Internet Engineering Task Force (IETF). Mozilla provides excellent documentation of them <a href=\"https://developer.mozilla.org/en-US/docs/Web/HTTP/Status\">here</a></p>\n<h2 id=\"paging\">Paging</h2>\n<p>Simple paging is provided for many endpoints using the <strong>pageIndex</strong> and <strong>pageSize</strong> parameters. Each endpoint has a default page size which varies depending on the content type. Maximum page sizes can be adjusted based on client needs (for example downloading large numbers of historic data). Please speak to your Account Manager if you anticipate needing increased paging limits.</p>\n<h2 id=\"versioning\">Versioning</h2>\n<p>All endpoints are versioned via the version component of the endpoint URI. Any breaking change to an endpoint will be managed via a change to the version-number within the URI; non-breaking changes may be introduced without such a change, for example to enhance a response with additional data attributes or add a new parameter to an existing endpoint.</p>\n<h2 id=\"throttling--quotas\">Throttling &amp; Quotas</h2>\n<p>Note that:</p>\n<ul>\n<li>Concurrent requests to the same endpoint are not permitted.</li>\n<li>Usage quotas are in place for all endpoints; initial account setup will allow access to entitled endpoints using default quotas.</li>\n</ul>\n<p>These quotas are configured to restrict either the number of items returned from an endpoint (or the total number of bytes) over a time period. For example, for Headline Analysis documents, a (rolling) quota of 100 articles per hour would be typical.<br />During the development and testing phase, clients may query endpoints more frequently than they would for normal application operation. When testing, use a smaller page size to avoid exceeding your usage quotas. Note usage of quotas are calculated with each request; if you should accidentally exceed the quota, wait a few minutes before retrying the request.</p>\n","event":[{"listen":"prerequest","script":{"id":"826d179b-ee05-4242-818a-91cb2ec93b79","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f93e19b2-3c77-469d-b479-6af394368d70","type":"text/javascript","exec":[""]}}],"_postman_id":"2eb85bca-8604-42da-ba01-e98b9c06577d","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"yourUsername"},{"key":"password","value":"yourPassword"}]},"isInherited":true,"source":{"_postman_id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","name":"Upstream Insight API","type":"collection"}}},{"name":"Upstream Insight API","item":[{"name":"Companies & Transactions","item":[{"name":"Company Metrics Database","item":[{"name":"V1","item":[{"name":"Returns values for a specific Company Metrics parameter.","id":"3274fbc0-e9a5-4bcb-a58e-1f50e94ddcd2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json, text/json, text/html, application/xml, text/xml"}],"url":"https://api.connect.ihsmarkit.com/energy/v1/company-metrics/dimensions/{{parameter}}","description":"<p>Company Metrics parameters:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Company Hierarchy\nRegion Hierarchy\nLine Item Hierarchy\nTime JSH\ncurrencies\n</code></pre>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"yourUsername"},{"key":"password","value":"yourPassword"}]},"isInherited":true,"source":{"_postman_id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","name":"Upstream Insight API","type":"collection"}},"urlObject":{"protocol":"https","path":["energy","v1","company-metrics","dimensions","{{parameter}}"],"host":["api","connect","ihsmarkit","com"],"query":[],"variable":[]}},"response":[{"id":"12de5b1b-1449-4979-814f-6d1d9cb0fad9","name":"Returns values for a specific Company Metrics parameter.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json, text/json, text/html, application/xml, text/xml"}],"url":"https://connectapi.ihs.com/energy/v1/company-metrics/dimensions/Company Hierarchy"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"Set-Cookie","value":"IHS_SSO_SESS=52xxDC2QZxxHqavXR7MW0Ox2BkbCXj8x2Fmo20-18x2dewtWY1oV97mQwIsjcqDKmwx3Dx3DI2BiOrnvT6JQCzcQ90X4eAx3Dx3D-fz74iYGv4x2B51bAxx2d4r0VAx3Dx3D-D8kFmSwxxuPEY2Tz47R1UNAx3Dx3D; domain=.ihs.com; path=/; HttpOnly"},{"key":"Set-Cookie","value":"IHS_SSO_UI=HrePBsEAnnbgKHbrePnLvHJxzaR/VQcKeKqJuT6ibFBn5vwXSQMYOJasJeA2h/bzT022ZhOIdijRWUc0101sgg==; domain=.ihs.com; path=/; HttpOnly"},{"key":"Set-Cookie","value":"IHS_CONNECT_SESS_PROD=Ewoq9T5Yd8n99BHD%2bD96Qw%3d%3d%2c%2baba%2ftdbR6ooVTQmmhKF1PixTYizlbJnlImFEM%2fpjKAEqw8Vk583ngnhRO8h%2bQ1mDDwbkh0TGz%2bZ17Y6ug1b6%2fTOzqo7UUAUp1IhkBlB7BVIQi9%2f5wbbH55%2bONBvAt1meajwwerGIjeoJqvcgMdRwmc%2fhBm6OLBG6PtA7YrTLpTBfsI9uucj8tUAXfQ1cFU2D4xDsV%2fKRZmLb3vdTaCHTI2DlrVE5A4MEAUyb7yyqdqIWR1APh654QsOheeunxB7jyVG6uEEKmu01fhM9fIHq8338Q%2fx3zo%2bafAXvqGg5jDfc3IrRRzuuqZaSO%2bUDRq4t8zSPODShoJ9QpAlCiuzySQZ3hbeocyw6pvRCLNIRIGs33FsG2tVQIzbvjPdc9%2bNStwi8ncDkrJ3VG2acU%2bbyilswBuWJlMJsA35Q8X6lOTHiyUCUL7gyCJ7CdJmdiiHajLcq6ghJfqoTg5v%2bEawxyDGArB7FFrFa6yh%2b5jqwU%2fSHQu6S8MT%2fJFot7Tj58O3UxNFGFrmcY4ONf3BGBdFcHpMzwrnTcfa5t0qqvwEldH4pUVqm9KuLX3gHE21nhpN; domain=.ihs.com; path=/; HttpOnly"},{"key":"Set-Cookie","value":"IHS_SESS_EXP=L0RhdGUoMTU2MjYxNTE1ODQwMC4yMykvO0ZhbHNlOzFGQzc4NzJEMjFFRjJBODkxMjgwNDNFNDhENjY2MkMyNzRDQjlBQjQ=; domain=.ihs.com; path=/"},{"key":"Set-Cookie","value":"IHS_SSO_SESS=52xxDC2QZxxHqavXR7MW0Ox2BkbCXj8x2Fmo20-18x2dewtWY1oV97mQwIsjcqDKmwx3Dx3DI2BiOrnvT6JQCzcQ90X4eAx3Dx3D-fz74iYGv4x2B51bAxx2d4r0VAx3Dx3D-D8kFmSwxxuPEY2Tz47R1UNAx3Dx3D; domain=.ihs.com; path=/; HttpOnly"},{"key":"Set-Cookie","value":"IHS_SSO_UI=HrePBsEAnnbgKHbrePnLvHJxzaR/VQcKeKqJuT6ibFBn5vwXSQMYOJasJeA2h/bzT022ZhOIdijRWUc0101sgg==; domain=.ihs.com; path=/; HttpOnly"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Backend-Server","value":"VWC-2PCOGWB01"},{"key":"X-Backend-Server","value":"VWC-2PCOGWB01"},{"key":"X-Powered-By","value":"ARR/3.0"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Cache-Control, x-should-not-refresh-session"},{"key":"Access-Control-Expose-Headers","value":"X-MiniProfiler-Ids"},{"key":"Access-Control-Allow-Origin","value":""},{"key":"Date","value":"Mon, 08 Jul 2019 18:46:01 GMT"},{"key":"Content-Length","value":"20590"}],"cookie":[],"responseTime":null,"body":"{\n    \"DimensionKey\": \"Company Hierarchy\",\n    \"Nodes\": [\n        {\n            \"Name\": \"UNIVERSE\",\n            \"Id\": \"UNIVERSE\",\n            \"ChildNodes\": [\n                {\n                    \"Name\": \"ACTIVE  COMPANIES\",\n                    \"Id\": \"ACTIVE_C\",\n                    \"ChildNodes\": [\n                        {\n                            \"Name\": \"ALL INTEGRATED & DIVERSIFIED OILS\",\n                            \"Id\": \"ALLIO\",\n                            \"ChildNodes\": [\n                                {\n                                    \"Name\": \"GLOBAL INTEGRATED OILS\",\n                                    \"Id\": \"PGIIO\",\n                                    \"ChildNodes\": [\n                                        {\n                                            \"Name\": \"BP plc\",\n                                            \"Id\": \"BPA\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Chevron Corp.\",\n                                            \"Id\": \"CVX\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Exxon Mobil Corp.\",\n                                            \"Id\": \"XOM\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Royal Dutch Shell plc\",\n                                            \"Id\": \"RD_SC\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Total S.A.\",\n                                            \"Id\": \"TOT3\",\n                                            \"ChildNodes\": []\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"Name\": \"OUTSIDE NORTH AM. INTEG./DIV. OILS\",\n                                    \"Id\": \"PGOIO\",\n                                    \"ChildNodes\": [\n                                        {\n                                            \"Name\": \"EUROPEAN INTEGRATED OILS\",\n                                            \"Id\": \"PG_EIO\",\n                                            \"ChildNodes\": [\n                                                {\n                                                    \"Name\": \"BASF SE (Wintershall = E&P subsidiary)\",\n                                                    \"Id\": \"BASF\",\n                                                    \"ChildNodes\": []\n                                                },\n                                                {\n                                                    \"Name\": \"Eni S.p.A.\",\n                                                    \"Id\": \"E\",\n                                                    \"ChildNodes\": []\n                                                },\n                                                {\n                                                    \"Name\": \"Equinor (fka Statoil ASA)\",\n                                                    \"Id\": \"STAT_H\",\n                                                    \"ChildNodes\": []\n                                                },\n                                                {\n                                                    \"Name\": \"GALP Energia (Petroleos e Gas de Portugal)\",\n                                                    \"Id\": \"GALP\",\n                                                    \"ChildNodes\": []\n                                                },\n                                                {\n                                                    \"Name\": \"MOL\",\n                                                    \"Id\": \"MOL_HB\",\n                                                    \"ChildNodes\": []\n                                                },\n                                                {\n                                                    \"Name\": \"OMV AG\",\n                                                    \"Id\": \"OMVAY\",\n                                                    \"ChildNodes\": []\n                                                },\n                                                {\n                                                    \"Name\": \"Repsol S.A.\",\n                                                    \"Id\": \"REP\",\n                                                    \"ChildNodes\": []\n                                                }\n                                            ]\n                                        },\n                                        {\n                                            \"Name\": \"RUSSIAN INTEGRATED OILS\",\n                                            \"Id\": \"PG_RIO\",\n                                            \"ChildNodes\": [\n                                                {\n                                                    \"Name\": \"Gazprom\",\n                                                    \"Id\": \"GAZPROM\",\n                                                    \"ChildNodes\": []\n                                                },\n                                                {\n                                                    \"Name\": \"Gazprom Neft\",\n                                                    \"Id\": \"SIBNEFT\",\n                                                    \"ChildNodes\": []\n                                                },\n                                                {\n                                                    \"Name\": \"Lukoil\",\n                                                    \"Id\": \"LUKOY\",\n                                                    \"ChildNodes\": []\n                                                },\n                                                {\n                                                    \"Name\": \"Rosneft Oil Co.\",\n                                                    \"Id\": \"ROSNEFT\",\n                                                    \"ChildNodes\": []\n                                                },\n                                                {\n                                                    \"Name\": \"Tatneft\",\n                                                    \"Id\": \"TNT\",\n                                                    \"ChildNodes\": []\n                                                }\n                                            ]\n                                        },\n                                        {\n                                            \"Name\": \"SOUTH & CENTRAL AMERICAN INT. OILS\",\n                                            \"Id\": \"PG_SAIO\",\n                                            \"ChildNodes\": [\n                                                {\n                                                    \"Name\": \"Ecopetrol S.A.\",\n                                                    \"Id\": \"ECOPETRO\",\n                                                    \"ChildNodes\": []\n                                                },\n                                                {\n                                                    \"Name\": \"Pampa Energia S.A.\",\n                                                    \"Id\": \"PAMPAEN\",\n                                                    \"ChildNodes\": []\n                                                },\n                                                {\n                                                    \"Name\": \"Petrobras (Petroleo Brasileiro, S.A.)\",\n                                                    \"Id\": \"PEBRY\",\n                                                    \"ChildNodes\": []\n                                                },\n                                                {\n                                                    \"Name\": \"Petroleos Mexicanos (PEMEX)\",\n                                                    \"Id\": \"PEMEX_H\",\n                                                    \"ChildNodes\": []\n                                                },\n                                                {\n                                                    \"Name\": \"Petrotrin (Trinidad)\",\n                                                    \"Id\": \"TRINIDAD\",\n                                                    \"ChildNodes\": []\n                                                },\n                                                {\n                                                    \"Name\": \"YPF S.A.\",\n                                                    \"Id\": \"YPF\",\n                                                    \"ChildNodes\": []\n                                                }\n                                            ]\n                                        },\n                                        {\n                                            \"Name\": \"ASIAN INTEGRATED OILS\",\n                                            \"Id\": \"PG_ASIAN\",\n                                            \"ChildNodes\": [\n                                                {\n                                                    \"Name\": \"Mitsui & Co., Ltd.\",\n                                                    \"Id\": \"MITSUI\",\n                                                    \"ChildNodes\": []\n                                                },\n                                                {\n                                                    \"Name\": \"ONGC (Oil and Natural Gas Corp. Ltd.)\",\n                                                    \"Id\": \"ONGC\",\n                                                    \"ChildNodes\": []\n                                                },\n                                                {\n                                                    \"Name\": \"PetroChina Company Limited\",\n                                                    \"Id\": \"PTR\",\n                                                    \"ChildNodes\": []\n                                                },\n                                                {\n                                                    \"Name\": \"PTT Public Co., Ltd.\",\n                                                    \"Id\": \"PTTPUB\",\n                                                    \"ChildNodes\": []\n                                                },\n                                                {\n                                                    \"Name\": \"Sinopec (China Petroleum & Chemical)\",\n                                                    \"Id\": \"SNP\",\n                                                    \"ChildNodes\": []\n                                                }\n                                            ]\n                                        },\n                                        {\n                                            \"Name\": \"OTHER INTEGRATED OILS\",\n                                            \"Id\": \"PG_OOIO\",\n                                            \"ChildNodes\": [\n                                                {\n                                                    \"Name\": \"BHP Group Ltd.\",\n                                                    \"Id\": \"BHP\",\n                                                    \"ChildNodes\": []\n                                                },\n                                                {\n                                                    \"Name\": \"JXTG Holdings, Inc.\",\n                                                    \"Id\": \"JXTGHOLD\",\n                                                    \"ChildNodes\": []\n                                                },\n                                                {\n                                                    \"Name\": \"Origin Energy Ltd.\",\n                                                    \"Id\": \"ORIGINEN\",\n                                                    \"ChildNodes\": []\n                                                },\n                                                {\n                                                    \"Name\": \"Sasol Limited\",\n                                                    \"Id\": \"SASOL\",\n                                                    \"ChildNodes\": []\n                                                },\n                                                {\n                                                    \"Name\": \"Saudi Arabian Oil Company (Saudi Aramco)\",\n                                                    \"Id\": \"ATHLONEN\",\n                                                    \"ChildNodes\": []\n                                                }\n                                            ]\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"Name\": \"CANADIAN INTEGRATED OILS\",\n                                    \"Id\": \"PGCIO\",\n                                    \"ChildNodes\": [\n                                        {\n                                            \"Name\": \"Cenovus Energy Inc.\",\n                                            \"Id\": \"CNOVUS\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Husky Energy Inc.\",\n                                            \"Id\": \"HSE_\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Imperial Oil Ltd.\",\n                                            \"Id\": \"IMO_T\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Suncor Energy, Inc.\",\n                                            \"Id\": \"SU_T\",\n                                            \"ChildNodes\": []\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"Name\": \"ALL E&Ps\",\n                            \"Id\": \"ALLEP\",\n                            \"ChildNodes\": [\n                                {\n                                    \"Name\": \"LARGE NORTH AMERICAN E&Ps\",\n                                    \"Id\": \"PGSEP\",\n                                    \"ChildNodes\": [\n                                        {\n                                            \"Name\": \"Anadarko Petroleum Corp.\",\n                                            \"Id\": \"APC\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Antero Resources Corp.\",\n                                            \"Id\": \"ANTERO\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Apache Corp.\",\n                                            \"Id\": \"APA\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Cabot Oil & Gas Corp.\",\n                                            \"Id\": \"COG\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Canadian Natural Resources Ltd.\",\n                                            \"Id\": \"CNQ_T\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Chesapeake Energy Corp.\",\n                                            \"Id\": \"CHK\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"CNX Resources Corp. (f.k.a. Consol)\",\n                                            \"Id\": \"CNX\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Concho Resources Inc.\",\n                                            \"Id\": \"CONCHO\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"ConocoPhillips\",\n                                            \"Id\": \"CONOCO\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Continental Resources, Inc.\",\n                                            \"Id\": \"CONRES\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Devon Energy Corp.\",\n                                            \"Id\": \"DVN\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"EnCana (survivor, as reported)\",\n                                            \"Id\": \"CXY_T\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"EOG Resources, Inc.\",\n                                            \"Id\": \"EOG\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"EQT Corporation\",\n                                            \"Id\": \"EQT\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Hess Corp.\",\n                                            \"Id\": \"AHC\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Marathon Oil Corp.\",\n                                            \"Id\": \"MRO\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Noble Energy, Inc.\",\n                                            \"Id\": \"NBL\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Occidental Petroleum Co.\",\n                                            \"Id\": \"OXY\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Pioneer Natural Resources Co.\",\n                                            \"Id\": \"PXD\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Range Resources Corp.\",\n                                            \"Id\": \"LOM\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Southwestern Energy Co.\",\n                                            \"Id\": \"SWN\",\n                                            \"ChildNodes\": []\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"Name\": \"MID-SIZED U.S. E&Ps\",\n                                    \"Id\": \"PGLDE\",\n                                    \"ChildNodes\": [\n                                        {\n                                            \"Name\": \"California Resources Corp.\",\n                                            \"Id\": \"CALIRES\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Cimarex Energy Co.\",\n                                            \"Id\": \"TOTEXNCI\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Comstock Resources Inc.\",\n                                            \"Id\": \"CRK\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Diamondback Energy Inc.\",\n                                            \"Id\": \"DBACK\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Gulfport Energy Corp.\",\n                                            \"Id\": \"GULFPORT\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Murphy Oil Corp.\",\n                                            \"Id\": \"MUR\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Parsley Energy, Inc.\",\n                                            \"Id\": \"PARSLEY\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"PDC Energy\",\n                                            \"Id\": \"PETD\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"QEP Resources, Inc.\",\n                                            \"Id\": \"QEPRESRC\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"SM Energy Company\",\n                                            \"Id\": \"MARY\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Ultra Petroleum Corp.\",\n                                            \"Id\": \"UP_T\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Whiting Petroleum Corp.\",\n                                            \"Id\": \"WLL\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"WPX Energy (Williams E&P spinoff)\",\n                                            \"Id\": \"WPXENRGY\",\n                                            \"ChildNodes\": []\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"Name\": \"SMALL U.S. E&Ps\",\n                                    \"Id\": \"PGMDE\",\n                                    \"ChildNodes\": [\n                                        {\n                                            \"Name\": \"Approach Resources Inc.\",\n                                            \"Id\": \"APPROACH\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Bill Barrett Corp.\",\n                                            \"Id\": \"BBG\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Bonanza Creek Energy Inc.\",\n                                            \"Id\": \"BCEI\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Callon Petroleum Company\",\n                                            \"Id\": \"CLNP\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Carrizo Oil & Gas, Inc.\",\n                                            \"Id\": \"CRZO\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Centennial Resource Development Inc.\",\n                                            \"Id\": \"CENTEN\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Denbury Resources, Inc.\",\n                                            \"Id\": \"DENRF\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Eclipse Resources Corp.\",\n                                            \"Id\": \"ECLIPSE\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"EP Energy Corp.\",\n                                            \"Id\": \"EPENERGY\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"EXCO Resources, Inc.\",\n                                            \"Id\": \"EXCO\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Extraction Oil & Gas, Inc.\",\n                                            \"Id\": \"EXTRACT\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Harvest Oil & Gas (f.k.a. EV Energy Part.)\",\n                                            \"Id\": \"EVEPLP\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Jagged Peak Energy Inc.\",\n                                            \"Id\": \"JAGGED\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Laredo Petroleum, Inc.\",\n                                            \"Id\": \"LAREDO\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Legacy Reserves Inc.\",\n                                            \"Id\": \"LEGACYLP\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Matador Resources Co.\",\n                                            \"Id\": \"MTDR\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Northern Oil & Gas, Inc.\",\n                                            \"Id\": \"NORTHOG\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Oasis Petroleum Inc.\",\n                                            \"Id\": \"OASISPET\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Penn Virginia Corp.\",\n                                            \"Id\": \"PVIR\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Sanchez Energy Corp.\",\n                                            \"Id\": \"SANCHEZ\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"SandRidge Energy, Inc.\",\n                                            \"Id\": \"RIATA\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"SilverBow Resources (fka Swift Energy)\",\n                                            \"Id\": \"SFY\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"SRC Energy Inc.  (fka Synergy Resources)\",\n                                            \"Id\": \"SYNERGY\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Unit Corp.\",\n                                            \"Id\": \"UNT\",\n                                            \"ChildNodes\": []\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"Name\": \"SMALLEST U.S. E&Ps\",\n                                    \"Id\": \"PGSDE\",\n                                    \"ChildNodes\": [\n                                        {\n                                            \"Name\": \"Abraxas Petroleum Corp.\",\n                                            \"Id\": \"AXAS\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"BNK Petroleum Inc.\",\n                                            \"Id\": \"BNKPETRO\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Chaparral Energy, Inc.\",\n                                            \"Id\": \"CHAPAREN\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Cobalt International Energy, Inc.\",\n                                            \"Id\": \"COBALT\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Contango Oil & Gas Co.\",\n                                            \"Id\": \"MCF\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"DXI Energy Inc. (fka Dejour Energy)\",\n                                            \"Id\": \"DEJOUREN\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Epsilon Energy Limited\",\n                                            \"Id\": \"EPSILON\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"FieldPoint Petroleum Corp\",\n                                            \"Id\": \"FPPC\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Goodrich Petroleum Corp.\",\n                                            \"Id\": \"GDP\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Halcon Resources Corporation\",\n                                            \"Id\": \"RAMREDUX\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Jones Energy, Inc.\",\n                                            \"Id\": \"JONESEN\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Midstates Petroleum Company Inc.\",\n                                            \"Id\": \"MIDSTATE\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Panhandle Oil and Gas Inc.\",\n                                            \"Id\": \"PANRA\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"PetroQuest Energy Inc.\",\n                                            \"Id\": \"PQUE\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"PrimeEnergy Corp.\",\n                                            \"Id\": \"PNRG\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Ring Energy Inc.\",\n                                            \"Id\": \"RINGENER\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Royale Energy, Inc.\",\n                                            \"Id\": \"KMGEXNCI\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Talos Petroleum (f.k.a Stone Energy)\",\n                                            \"Id\": \"SGY_NEW\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Viper Energy Partners LP\",\n                                            \"Id\": \"VIPER\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"W&T Offshore, Inc.\",\n                                            \"Id\": \"WTI\",\n                                            \"ChildNodes\": []\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"Name\": \"U.S. E&P MLPs\",\n                                    \"Id\": \"USEPMLP\",\n                                    \"ChildNodes\": [\n                                        {\n                                            \"Name\": \"Alta Mesa Holdings, L.P.\",\n                                            \"Id\": \"ALTAMESA\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Dorchester Minerals, L.P.\",\n                                            \"Id\": \"DHULZ\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Mid-Con Energy Partners\",\n                                            \"Id\": \"MIDCONEP\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Sanchez Midstream Partners\",\n                                            \"Id\": \"CERLLC\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Vanguard Natural Resources, LLC\",\n                                            \"Id\": \"VANMLP\",\n                                            \"ChildNodes\": []\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"Name\": \"CANADIAN E&Ps & TRUSTS\",\n                                    \"Id\": \"PGSCE\",\n                                    \"ChildNodes\": [\n                                        {\n                                            \"Name\": \"Advantage Oil & Gas Ltd.\",\n                                            \"Id\": \"AVN_TO\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"ARC Resources Ltd.\",\n                                            \"Id\": \"AETU_T\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Athabasca Oil Corp.\",\n                                            \"Id\": \"ATHABAOS\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Barnwell Industries\",\n                                            \"Id\": \"BRN\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Baytex Energy Corp.\",\n                                            \"Id\": \"BTE_TO\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Bellatrix Exploration Ltd.\",\n                                            \"Id\": \"TKE_T\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Birchcliff Energy Ltd.\",\n                                            \"Id\": \"BIRCHCLF\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Bonavista Energy Corporation\",\n                                            \"Id\": \"BNPTRUST\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Bonterra Energy Corp.\",\n                                            \"Id\": \"BNE_TO\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Cequence Energy Ltd.\",\n                                            \"Id\": \"CEQUENCE\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Chinook Energy Inc.\",\n                                            \"Id\": \"CHINOOK\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Connacher Oil and Gas Limited\",\n                                            \"Id\": \"CONACHER\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Corridor Resources Inc.\",\n                                            \"Id\": \"CORRIDOR\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Crescent Point Energy Corp.\",\n                                            \"Id\": \"CPG_TO\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Crew Energy Inc.\",\n                                            \"Id\": \"CREWNRGY\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Delphi Energy Corp.\",\n                                            \"Id\": \"DELPHIEN\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Enerplus Corp.\",\n                                            \"Id\": \"CMS\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Freehold Royalties Ltd.\",\n                                            \"Id\": \"FRU_TO\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Gear Energy Ltd.\",\n                                            \"Id\": \"GEAREN\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Granite Oil Corp. (f.k.a DeeThree)\",\n                                            \"Id\": \"DEETHREE\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"MEG Energy Corp.\",\n                                            \"Id\": \"MEGENRGY\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"NuVista Energy Ltd.\",\n                                            \"Id\": \"NVA_TO\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Obsidian Energy Ltd. (fka Penn West)\",\n                                            \"Id\": \"PWT_T\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Painted Pony Petroleum Ltd.\",\n                                            \"Id\": \"PAINTEDP\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Paramount Resources Ltd.\",\n                                            \"Id\": \"POU_T\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Pengrowth Energy Corp.\",\n                                            \"Id\": \"T_PGF_U\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Perpetual Energy Inc.\",\n                                            \"Id\": \"PMT_TO\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Peyto Exploration & Development Corp.\",\n                                            \"Id\": \"PEYTRUST\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Seven Generations Energy Ltd.\",\n                                            \"Id\": \"SEVENGEN\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Storm Resources Ltd.\",\n                                            \"Id\": \"STORMRES\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Sunshine Oilsands Ltd.\",\n                                            \"Id\": \"SNSHNOIL\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Surge Energy Inc.\",\n                                            \"Id\": \"SURGENRG\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Tamarack Valley Energy Ltd.\",\n                                            \"Id\": \"TAMARACK\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Tourmaline Oil Corp.\",\n                                            \"Id\": \"TOURMOIL\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Vermilion Energy Inc.\",\n                                            \"Id\": \"VET_TO\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Whitecap Resources, Inc.\",\n                                            \"Id\": \"WHITECAP\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Zargon Oil & Gas Ltd.\",\n                                            \"Id\": \"ZAR_T\",\n                                            \"ChildNodes\": []\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"Name\": \"OUTSIDE NORTH AMERICA E&Ps\",\n                                    \"Id\": \"PGOEP\",\n                                    \"ChildNodes\": [\n                                        {\n                                            \"Name\": \"Africa Oil Corp.\",\n                                            \"Id\": \"AFRCAOIL\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Aker BP ASA\",\n                                            \"Id\": \"AKERBP\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"AWE Ltd.\",\n                                            \"Id\": \"AUSWWE\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Beach Energy Ltd.\",\n                                            \"Id\": \"BEACHP\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Cairn Energy plc\",\n                                            \"Id\": \"CNE\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Canacol Energy Ltd.\",\n                                            \"Id\": \"CANACOL\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Carnarvon Petroleum Ltd.\",\n                                            \"Id\": \"CARNAR\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"CGX Energy Inc.\",\n                                            \"Id\": \"CGXENE\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"CNOOC Limited (China Nat'l Offshore)\",\n                                            \"Id\": \"CEO\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Cooper Energy Limited\",\n                                            \"Id\": \"COOPEREN\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Crown Point Energy Inc.\",\n                                            \"Id\": \"CROWNP\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"CruzSur Energy Corp. (f.k.a. PentaNova)\",\n                                            \"Id\": \"PMENERGY\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Cue Energy Resources Ltd.\",\n                                            \"Id\": \"CUEENERG\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"DNO ASA\",\n                                            \"Id\": \"DNOASA\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Dommo Energia (f.k.a. OGX Petroleo)\",\n                                            \"Id\": \"OGXPETRO\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Enauta Participacoes S.A. (f.k.a. QGEP)\",\n                                            \"Id\": \"QGEP\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"EnQuest PLC\",\n                                            \"Id\": \"ENQUEST\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Faroe Petroleum plc\",\n                                            \"Id\": \"FAROEPET\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Frontera Energy (fka Pacific Rubiales)\",\n                                            \"Id\": \"PACRUBY\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Genel Energy plc\",\n                                            \"Id\": \"GENELEGY\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"GeoPark Limited\",\n                                            \"Id\": \"GEOPARK\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Gran Tierra Energy, Inc.\",\n                                            \"Id\": \"GTIERRA\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Gulf Keystone Petroleum Ltd.\",\n                                            \"Id\": \"GULFKEY\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Gulfsands Petroleum\",\n                                            \"Id\": \"GULFSAND\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Hindustan Oil Exploration Co.\",\n                                            \"Id\": \"HINDUOIL\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"IGas Energy Plc\",\n                                            \"Id\": \"IGASNRGY\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"INPEX Corporation\",\n                                            \"Id\": \"INPEX\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Ithaca Energy (Acq. by Delek Group)\",\n                                            \"Id\": \"ITHACAEN\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"JAPEX (Japan Petroleum Explor. Co. Ltd.)\",\n                                            \"Id\": \"JAPEX\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"JKX Oil & Gas plc\",\n                                            \"Id\": \"JKX_L\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Karoon Gas Australia Ltd.\",\n                                            \"Id\": \"KAROON\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Kosmos Energy Ltd.\",\n                                            \"Id\": \"KOSMOS\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Lundin Petroleum AB\",\n                                            \"Id\": \"CGS\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Madalena Energy Inc.\",\n                                            \"Id\": \"MADALENA\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Maurel & Prom SA\",\n                                            \"Id\": \"MAUREL\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"MIE Holdings Corp.\",\n                                            \"Id\": \"MIEHC\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Niko Resources Ltd.\",\n                                            \"Id\": \"REP2\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Novatek\",\n                                            \"Id\": \"NOVATEK\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Oil & Gas Development Co. Ltd.\",\n                                            \"Id\": \"OGDCL\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Oil Search Limited\",\n                                            \"Id\": \"OSH\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Ophir Energy plc\",\n                                            \"Id\": \"OPHIREGY\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Orca Exploration Group Inc.\",\n                                            \"Id\": \"ORCAEXPL\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Panoro Energy ASA\",\n                                            \"Id\": \"PANORO\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Parex Resources Inc.\",\n                                            \"Id\": \"PAREX\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Petronas (Petroliam Nasional Berhad)\",\n                                            \"Id\": \"PETRONAS\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"PetroNeft Resources Plc\",\n                                            \"Id\": \"PETRONFT\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"PetroRio S.A. (f.k.a. HRT)\",\n                                            \"Id\": \"HRTPETRO\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Petsec Energy Ltd.\",\n                                            \"Id\": \"PSALY\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Premier Oil plc\",\n                                            \"Id\": \"PREM_H\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"PT Pertamina (Persero)\",\n                                            \"Id\": \"PERTAMIN\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"PTT E&P Public Co. Ltd.\",\n                                            \"Id\": \"PTTEP\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Rockhopper Exploration PLC\",\n                                            \"Id\": \"ROCKHOP\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"RusPetro Plc\",\n                                            \"Id\": \"RUSPETRO\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Santos Ltd.\",\n                                            \"Id\": \"STOSY\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Serinus Energy Inc. (f.k.a. Kulczyk)\",\n                                            \"Id\": \"LOONEN\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Sintana Energy Inc.\",\n                                            \"Id\": \"SINTANA\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"SOCO International plc\",\n                                            \"Id\": \"SIA_L\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Sterling Energy Plc\",\n                                            \"Id\": \"SEY_L\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Tap Oil Limited\",\n                                            \"Id\": \"TAP\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Tellurian Inc. (f.k.a. Magellan Petroleum)\",\n                                            \"Id\": \"MPET\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Tengizchevroil\",\n                                            \"Id\": \"TENGIZCH\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Tethys Petroleum Ltd.\",\n                                            \"Id\": \"TETHYS\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Touchstone Exploration Inc.\",\n                                            \"Id\": \"TOUCHST\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"TransAtlantic Petroleum Ltd.\",\n                                            \"Id\": \"TRANSATL\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"TransGlobe Energy Corp.\",\n                                            \"Id\": \"TRANSGLO\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Trinity Exploration and Production Ltd.\",\n                                            \"Id\": \"TRINITY\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Tullow Oil plc\",\n                                            \"Id\": \"TLW_LN\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"VAALCO Energy, Inc.\",\n                                            \"Id\": \"UNI97RRC\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Valeura Energy Inc.\",\n                                            \"Id\": \"VALEURA\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Volga Gas plc\",\n                                            \"Id\": \"VOLGAGAS\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Woodside Petroleum Ltd.\",\n                                            \"Id\": \"WPL_AX\",\n                                            \"ChildNodes\": []\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"Name\": \"ROYALTY TRUSTS\",\n                                    \"Id\": \"PGRT\",\n                                    \"ChildNodes\": [\n                                        {\n                                            \"Name\": \"BP Prudhoe Bay Royalty Trust\",\n                                            \"Id\": \"BPT\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Chesapeake Granite Wash Trust\",\n                                            \"Id\": \"CHESAGWT\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Cross Timbers Royalty Trust\",\n                                            \"Id\": \"CRT\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Hugoton Royalty Trust\",\n                                            \"Id\": \"SPNX\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Mesa Royalty Trust\",\n                                            \"Id\": \"MTR\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"MV Oil Trust\",\n                                            \"Id\": \"MVTRUST\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"North European Oil Royalty Trust\",\n                                            \"Id\": \"NET\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Permian Basin Royalty Trust\",\n                                            \"Id\": \"PBT\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Sabine Royalty Trust\",\n                                            \"Id\": \"SBR\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"San Juan Basin Royalty Trust\",\n                                            \"Id\": \"SJT\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"SandRidge Mississippian Trust I\",\n                                            \"Id\": \"SRMTI\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"SandRidge Mississippian Trust II\",\n                                            \"Id\": \"SDMISSII\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"SandRidge Permian Trust\",\n                                            \"Id\": \"SDPERMTR\",\n                                            \"ChildNodes\": []\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"Name\": \"ALL OTHER\",\n                            \"Id\": \"ALLOTH\",\n                            \"ChildNodes\": [\n                                {\n                                    \"Name\": \"U.S. PIPELINES, POWER & DIVERSIFIED\",\n                                    \"Id\": \"PGPPL\",\n                                    \"ChildNodes\": [\n                                        {\n                                            \"Name\": \"Calpine Corp.\",\n                                            \"Id\": \"CPN\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Cheniere Energy, Inc.\",\n                                            \"Id\": \"CXY\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Dominion Energy, Inc.\",\n                                            \"Id\": \"D\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Duke Energy Corp.\",\n                                            \"Id\": \"DUK\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Dynegy Inc.\",\n                                            \"Id\": \"DYN\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Energen Corp.\",\n                                            \"Id\": \"EGN\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"MDU Resources Group, Inc.\",\n                                            \"Id\": \"MDU\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"National Fuel Gas Co.\",\n                                            \"Id\": \"NFG\",\n                                            \"ChildNodes\": []\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"Name\": \"REFINERS & MARKETERS/CHEMICALS\",\n                                    \"Id\": \"PGRM\",\n                                    \"ChildNodes\": [\n                                        {\n                                            \"Name\": \"Calumet Specialty Products Partners LP\",\n                                            \"Id\": \"CALUMET\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"CVR Energy, Inc.\",\n                                            \"Id\": \"CVRENER\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Delek US Holdings, Inc.\",\n                                            \"Id\": \"DELEK\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"HollyFrontier Corporation\",\n                                            \"Id\": \"HOC\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Marathon Petroleum Corp.\",\n                                            \"Id\": \"MARAPET\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Phillips 66\",\n                                            \"Id\": \"PHILLIPS\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Valero Energy Corp.\",\n                                            \"Id\": \"VLO\",\n                                            \"ChildNodes\": []\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"Name\": \"MIDSTREAM MLPs\",\n                                    \"Id\": \"XONMOB\",\n                                    \"ChildNodes\": [\n                                        {\n                                            \"Name\": \"AmeriGas Partners, L.P.\",\n                                            \"Id\": \"APU\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Andeavor Logistics LP (f.k.a Tesoro Log)\",\n                                            \"Id\": \"TSROLLP\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Buckeye Partners, L.P.\",\n                                            \"Id\": \"BPL_\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Enbridge Energy Partners, L.P.\",\n                                            \"Id\": \"EEP\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Energy Transfer Partners L.P.\",\n                                            \"Id\": \"ETPLP\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Enterprise Products Partners L.P.\",\n                                            \"Id\": \"EPD\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Ferrellgas Partners, L.P.\",\n                                            \"Id\": \"FGP\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Genesis Energy, L.P.\",\n                                            \"Id\": \"GEL\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Global Partners L.P.\",\n                                            \"Id\": \"GBLPLP\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Holly Energy Partners, L.P.\",\n                                            \"Id\": \"HOLLYEP\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Magellan Midstream Partners, L.P.\",\n                                            \"Id\": \"WEP\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Martin Midstream Partners L.P.\",\n                                            \"Id\": \"MMLP\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"NuStar Energy L.P.\",\n                                            \"Id\": \"VLI\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Plains All American Pipeline, L.P.\",\n                                            \"Id\": \"PAA\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Suburban Propane Partners, L.P.\",\n                                            \"Id\": \"SPH\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"TC Pipelines, L.P.\",\n                                            \"Id\": \"TCLPZ\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Transmontaigne Partners L.P.\",\n                                            \"Id\": \"TRANSLP\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Western Gas Partners, LP\",\n                                            \"Id\": \"WESTGMLP\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Williams Partners L.P.\",\n                                            \"Id\": \"WPZ_MLP\",\n                                            \"ChildNodes\": []\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"Name\": \"DRILLERS & OILFIELD SERVICES\",\n                                    \"Id\": \"PGDRL\",\n                                    \"ChildNodes\": [\n                                        {\n                                            \"Name\": \"Baker Hughes (a GE Company)\",\n                                            \"Id\": \"BHI\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Core Laboratories NV\",\n                                            \"Id\": \"CORELAB\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Diamond Offshore Drilling, Inc.\",\n                                            \"Id\": \"DO_\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Ensco plc\",\n                                            \"Id\": \"ESV\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Halliburton Co.\",\n                                            \"Id\": \"HAL\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Helmerich & Payne Inc.\",\n                                            \"Id\": \"HP\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"McDermott International, Inc.\",\n                                            \"Id\": \"MDR\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Nabors Industries Ltd.\",\n                                            \"Id\": \"NBR\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"National Oilwell Varco, Inc.\",\n                                            \"Id\": \"NOI\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Nautilus Marine Svcs (fka Global Engy Dev)\",\n                                            \"Id\": \"GLBLDEV\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Noble Corp.\",\n                                            \"Id\": \"NE_\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Oceaneering International, Inc.\",\n                                            \"Id\": \"OII\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Parker Drilling Co.\",\n                                            \"Id\": \"PKD\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Patterson-UTI Energy, Inc.\",\n                                            \"Id\": \"PTEN\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Precision Drilling Corp.\",\n                                            \"Id\": \"PD_T\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Rowan Companies\",\n                                            \"Id\": \"RDC\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Schlumberger Ltd.\",\n                                            \"Id\": \"SLB\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Seadrill Limited\",\n                                            \"Id\": \"SEADRILL\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Tetra Technologies, Inc.\",\n                                            \"Id\": \"TETRA\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Transocean Inc.\",\n                                            \"Id\": \"RIG\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Weatherford International Inc.\",\n                                            \"Id\": \"EVI\",\n                                            \"ChildNodes\": []\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"Name\": \"COAL & OTHER MINING\",\n                                    \"Id\": \"COALCOS\",\n                                    \"ChildNodes\": [\n                                        {\n                                            \"Name\": \"Vale S.A.\",\n                                            \"Id\": \"VALESA\",\n                                            \"ChildNodes\": []\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ]\n                },\n                {\n                    \"Name\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n                    \"Id\": \"PGZZZ\",\n                    \"ChildNodes\": [\n                        {\n                            \"Name\": \"Aabar Petroleum Investments (Inactive)\",\n                            \"Id\": \"AABAR\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Access Midstream Part. LP (Acq. by Williams)\",\n                            \"Id\": \"CHKMPLP\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Acclaim Energy (merged with Starpoint)\",\n                            \"Id\": \"AE_T\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Adams Resources and Energy (Inactive)\",\n                            \"Id\": \"AE\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Addax Petroleum (acq. by Sinopec)\",\n                            \"Id\": \"ADDAX\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Afren plc (Bankruptcy)\",\n                            \"Id\": \"AFREN\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Alberta Energy: pre-EnCana merger w/PCP\",\n                            \"Id\": \"AEC_T\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Alliance Oil Co. Ltd. (Privatized)\",\n                            \"Id\": \"WESTSIB\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Alon USA Energy (Acq. by Delek)\",\n                            \"Id\": \"ALONUSA\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"American Int'l Petroleum (bankrupt)\",\n                            \"Id\": \"AIPN\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"American Oil & Gas, Inc. (Acq. by Hess)\",\n                            \"Id\": \"AMERICOG\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Amoco (merged w/BP)\",\n                            \"Id\": \"AN\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Andeavor (Acq. by Marathon Petroleum)\",\n                            \"Id\": \"TSO\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Anderson Energy (Acq. by Inplay Oil)\",\n                            \"Id\": \"ANDERSEN\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Anderson Exploration (Acq. by Devon)\",\n                            \"Id\": \"AXL_T\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Angle Energy Inc. (Acq. by Bellatrix)\",\n                            \"Id\": \"ANGLEEN\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Apco Oil & Gas (Acq. by PlusPetrol)\",\n                            \"Id\": \"APAGF\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Appalachian Gas RT (Acq. by Blackrock)\",\n                            \"Id\": \"ANGTRUST\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Arawak Energy (Acq. by Vitol)\",\n                            \"Id\": \"ARAWAK\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Arcan Resources Ltd. (Acq. by Aspenleaf)\",\n                            \"Id\": \"ARCANRES\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Arena Resources (Acq. by SandRidge)\",\n                            \"Id\": \"ARENA\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Argent Energy Trust (Bankruptcy)\",\n                            \"Id\": \"ARGENTET\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Arrow Energy Ltd. (acq. by PTR / RDS)\",\n                            \"Id\": \"ARROWEN\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Artek Exploration Ltd. (Acq. by Kelt Expl.)\",\n                            \"Id\": \"ARTEKEX\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Ashland Inc. (Inactive)\",\n                            \"Id\": \"ASH\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Aspen Group Resources (privatized)\",\n                            \"Id\": \"CTVY\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Athabasca Oil Sands Trust (merged w/COS_U.TO)\",\n                            \"Id\": \"T_AOS_U\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Atlantic Richfield (Acq. by BP)\",\n                            \"Id\": \"ARC\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Atlas Energy, Inc. (Acq. by Chevron)\",\n                            \"Id\": \"ATLASAM\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Atlas Energy Ltd. (Acq. by Pearl E&P)\",\n                            \"Id\": \"AED_TO\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Atlas Egy Res (acq. by Atlas Egy Inc)\",\n                            \"Id\": \"ATLASMLP\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Atlas Pipeline Part. LP (Acq. by Targa)\",\n                            \"Id\": \"APL\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"ATP Oil & Gas Corp. (bankrupt)\",\n                            \"Id\": \"ATPG\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Aurado Energy (Inactive)\",\n                            \"Id\": \"AURADO\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Aurora Oil & Gas Corp. (bankrupt)\",\n                            \"Id\": \"AURORA\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Aurora Oil and Gas (Acq. by Baytex)\",\n                            \"Id\": \"AURORAOG\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Aviva Petroleum (defunct)\",\n                            \"Id\": \"AVV\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Atwood Oceanics (Acq. by Ensco)\",\n                            \"Id\": \"ATW\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Bankers Petroleum (Acq. by Geo-Jade Pet.)\",\n                            \"Id\": \"BANKERS\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Barrett Resources (Acq. by Williams)\",\n                            \"Id\": \"BRR\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Basin Exploration (Acq. by Stone Energy)\",\n                            \"Id\": \"BSNX\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Baytex Energy Ltd (reorganized as a trust)\",\n                            \"Id\": \"BTEA_T\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Belco Oil & Gas (pre-merger w/Westport)\",\n                            \"Id\": \"BOG\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Belden & Blake Corp. (Privatized)\",\n                            \"Id\": \"BELD\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Berkana (Acq. by Quatro Resources)\",\n                            \"Id\": \"RSA_V\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Berkley Petroleum (Acq. by Anadarko)\",\n                            \"Id\": \"BKP_T\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Berry Petroleum (Acq. by LINN)\",\n                            \"Id\": \"BRY\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"BG Group plc (Acq. by Shell)\",\n                            \"Id\": \"BRG\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"BHP (pre-merger w/Billiton)\",\n                            \"Id\": \"BHP_PRE\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"BJ Services Co. (acq. by Baker Hughes)\",\n                            \"Id\": \"BJS\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Black Hills Corp. (Inactive)\",\n                            \"Id\": \"BHILLS\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"BlackPearl Res. (Acq. by Int'l Petroleum)\",\n                            \"Id\": \"BLCKPERL\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"BlackRock Vent. (Acq. by Shell)\",\n                            \"Id\": \"BVI_T\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Blue Dolphin Energy (Inactive)\",\n                            \"Id\": \"BDCO\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Blue Ridge Mountain Res. (Privatized)\",\n                            \"Id\": \"MHRC\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"BMB Munai, Inc. (acquired by MIE)\",\n                            \"Id\": \"BMBMUNAI\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Bois d'Arc Energy (Acq. by Stone)\",\n                            \"Id\": \"BDE\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Bonavista (privatized as Newex Energy)\",\n                            \"Id\": \"BNP_T\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Boulder Energy Ltd. (Privatized)\",\n                            \"Id\": \"BOULDER\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Bow Valley (Acq. by Dana Pet)\",\n                            \"Id\": \"BVX_T\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"BP (pre-Amoco merger)\",\n                            \"Id\": \"BP\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"BPI Energy Holdings (Inactive)\",\n                            \"Id\": \"BPIIND\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"BPZ Resources, Inc. (Bankruptcy)\",\n                            \"Id\": \"BPZRES\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Breitburn Energy Partners L.P. (Bankrupt)\",\n                            \"Id\": \"BBEMLP\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Brigham Exploration Co. (acq. by Statoil)\",\n                            \"Id\": \"BEXP\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Bristow Group Inc. (Inactive)\",\n                            \"Id\": \"OLOG\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"British Energy (Acq. by EDF)\",\n                            \"Id\": \"BRITENGY\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Burl. Res. Coal Seam R.T. (inactive)\",\n                            \"Id\": \"BRU\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Burlington Res. (Acq. by Conoco)\",\n                            \"Id\": \"BR\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Burlington Res. (pre-Poco merger)\",\n                            \"Id\": \"BR2\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Burlington Res. (pre-LL&E+Poco mergers)\",\n                            \"Id\": \"OXYEXNCI\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Burren Energy (Acquired by ENI)\",\n                            \"Id\": \"BURREN\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Cadence Energy (fka Kereco, Acq. by Barrick Gold)\",\n                            \"Id\": \"KERECO\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Cairn India Ltd. (Acq. by Vedanta)\",\n                            \"Id\": \"CAIRNIN\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Cal Dive International (Bankrupt)\",\n                            \"Id\": \"CALDIVE\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Caltex (rolled into ChevronTexaco)\",\n                            \"Id\": \"CALTEX_H\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Calvalley Petroleum Inc. (Bankruptcy)\",\n                            \"Id\": \"CALVAL\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Cameron Int'l (Acq. by Schlumberger)\",\n                            \"Id\": \"CAM\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Canada So. Pet. (Acq. by Can. Oil Sands)\",\n                            \"Id\": \"CSW\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Canadian Hunter (Acq. by Burlington)\",\n                            \"Id\": \"HTR_T\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Canadian Oil Sands (Acq. by Suncor)\",\n                            \"Id\": \"T_CO_U\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Canadian Pacific Ltd (defunct)\",\n                            \"Id\": \"CPL_T\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Canetic RT (Acq. by Penn West Energy)\",\n                            \"Id\": \"CANETIC\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Cano Petroleum, Inc. (bankrupt)\",\n                            \"Id\": \"CANOPET\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Carbon Energy (Acq. by Evergreen)\",\n                            \"Id\": \"CRB\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Castle Energy Corp. (inactive)\",\n                            \"Id\": \"CECXC\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Cavell Energy (Acq. by Paramount ET)\",\n                            \"Id\": \"KVL_TO\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Celtic Exploration (acq. by ExxonMobil)\",\n                            \"Id\": \"CLT_TO\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Centurion Energy Int'l (Acq. by Dana Gas)\",\n                            \"Id\": \"CUX_TO\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"CEPSA (Co. Espanola de Petroleos) (Inactive)\",\n                            \"Id\": \"CEPSA\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Cequel Energy (Acq. by Progress ET)\",\n                            \"Id\": \"CQL_T\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Chaparral Res. (Acq. by Lukoil)\",\n                            \"Id\": \"CHAR\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Chevron (pre-Texaco merger)\",\n                            \"Id\": \"CHV\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Chieftain International (Acq. by Hunt Oil)\",\n                            \"Id\": \"CID\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Circle Oil plc (Inactive)\",\n                            \"Id\": \"CIRCLE\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Citgo Petroleum (Inactive)\",\n                            \"Id\": \"CITPET\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Clayton Williams Energy (Acq. by Noble)\",\n                            \"Id\": \"CWEI\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Clipper Windpower plc (Acq. by UTC)\",\n                            \"Id\": \"CLIPPERW\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"CMS Energy Corp. (Inactive)\",\n                            \"Id\": \"PCMS\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"CNX Gas (reacquired by Consol Energy)\",\n                            \"Id\": \"CNXGAS\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Coastal Corp. (pre-El Paso merger)\",\n                            \"Id\": \"CGP\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Coastal Energy Company (Acq. by CEPSA)\",\n                            \"Id\": \"COASTENE\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Coho Energy, Inc. (defunct)\",\n                            \"Id\": \"COHO\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Columbia Energy Group (Acq. by NiSource)\",\n                            \"Id\": \"CG\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Columbus Energy Co. (pre-Key Prod. merger)\",\n                            \"Id\": \"EGY\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Compton Petroleum Corp. (acq. by MFC)\",\n                            \"Id\": \"CMT_\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"ConocoPhillips (historical pooled basis)\",\n                            \"Id\": \"CON_H\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Conoco Inc. (pre-merger w/Phillips)\",\n                            \"Id\": \"COC\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"ConocoPhillips (pre-split)\",\n                            \"Id\": \"P\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Consolidated Natural Gas (Acq. by Dominion)\",\n                            \"Id\": \"CNG\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Contour Energy (Acq. by Samson Invest.)\",\n                            \"Id\": \"KOGC\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Cove Energy plc (acq. By PTT)\",\n                            \"Id\": \"COVENRGY\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Credo Petroleum (acq. by Forestar)\",\n                            \"Id\": \"CRED\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Crimson Exploration Inc. (Acq. by Contango)\",\n                            \"Id\": \"GULF\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Crocotta Energy Inc. (Acq. by Long Run)\",\n                            \"Id\": \"CROCOTTA\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Crosstex Energy, L.P. (Acq. by EnLink)\",\n                            \"Id\": \"XTEX\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Crown Central Petroleum (defunct)\",\n                            \"Id\": \"CNP_A\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Crusader Energy (fka Westside) (Inactive)\",\n                            \"Id\": \"WESTSIDE\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Cyries Energy (Acq. by Iteration)\",\n                            \"Id\": \"CYRIES\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Dana Petroleum plc (acq. by KNOOC)\",\n                            \"Id\": \"DNX_L\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Dawson Geophysical Co. (Inactive)\",\n                            \"Id\": \"DWSN\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Daylight Energy Ltd. (acq. by CPC)\",\n                            \"Id\": \"DAYLITE\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Delta Petroleum (bankrupt)\",\n                            \"Id\": \"DPTR\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Desire Petroleum plc (Inactive)\",\n                            \"Id\": \"DESIRE\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Devon Energy (pre-Northstar merger)\",\n                            \"Id\": \"DVN3\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Devon Energy (pre-SFS merger)\",\n                            \"Id\": \"DVN2\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Diamond Shamrock (pre-Ultramar merger)\",\n                            \"Id\": \"DRM\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"DLB Oil & Gas (Acq. by Chesapeake)\",\n                            \"Id\": \"DLBI\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Dominion Petroleum Ltd. (acq. by Ophir)\",\n                            \"Id\": \"DOMPETRO\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Dominion Res. Black Warrior Trust (Bankrupt)\",\n                            \"Id\": \"DOM\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Dragon Oil Plc (Acq. by ENOC)\",\n                            \"Id\": \"DRAGON\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Duncan Energy (acq. by Enterprise Products)\",\n                            \"Id\": \"DEPLP\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Dundee Energy (Bankruptcy)\",\n                            \"Id\": \"DUNDEEEN\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Dune Energy Inc. (Bankruptcy)\",\n                            \"Id\": \"DUNE\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Duvernay Oil (Acq. by RDShell)\",\n                            \"Id\": \"DUVERNAY\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Dynamic (Acq. by Sequoia O&GT)\",\n                            \"Id\": \"DOL_TO\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Eagle Rock Energy LP (Acq. by Vanguard Nat)\",\n                            \"Id\": \"EROC\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Eastern American NG Trust (Inactive)\",\n                            \"Id\": \"NGT\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Edge Petroleum (bankrupt)\",\n                            \"Id\": \"EPEX\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"EEX Corp. (Acq. by Newfield Exploration)\",\n                            \"Id\": \"EEX\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"El Paso Corp. (acq. by Kinder Morgan)\",\n                            \"Id\": \"EP\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"El Paso Corp. (pre-Coastal merger)\",\n                            \"Id\": \"EPG2\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"El Paso Energy (pre-Sonat Merger)\",\n                            \"Id\": \"EPG\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"El Paso Pipeline Part. (Privatized)\",\n                            \"Id\": \"ELPASOPP\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Elf Aquitaine (Acq. by TotalFinaElf)\",\n                            \"Id\": \"ELF\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Enbridge Inc. (Inactive)\",\n                            \"Id\": \"IPL_T\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Encore Acquisition (acq. by Denbury)\",\n                            \"Id\": \"ENCORE\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Encore Energy Part (acquired by Vanguard)\",\n                            \"Id\": \"ENCORMLP\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Endeavour Int'l Corp. (Bankruptcy)\",\n                            \"Id\": \"ENDINTL\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Energy Africa (Acq. by Tullow)\",\n                            \"Id\": \"ENR\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Energy Corp. of America (privatized)\",\n                            \"Id\": \"ENRGY\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Energy XXI (Bermuda) (Acq. by Cox Oil)\",\n                            \"Id\": \"ENERGYXX\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Enron Corp. (inactive)\",\n                            \"Id\": \"ENE\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Enterprise Oil (Acq. by RD/Shell)\",\n                            \"Id\": \"ETP\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"EOTT Energy Partners (defunct)\",\n                            \"Id\": \"EOT\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"EPL Oil & Gas Inc. (Acq. by Energy XXI)\",\n                            \"Id\": \"EPL\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Equal Energy Ltd. (Acq. by Petroflow)\",\n                            \"Id\": \"ENT_TO\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"ERG Petroli S.P.A. (Inactive)\",\n                            \"Id\": \"ERGPETRO\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Escalera Resources Co. (Bankruptcy)\",\n                            \"Id\": \"DBLE\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Esenjay Exploration (Acq. by Santos)\",\n                            \"Id\": \"ESNJ\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Esprit Explor. (inactive: f.k.a. Can. 88)\",\n                            \"Id\": \"EEE_T\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Equity Oil (Acq. by Whiting Pet.)\",\n                            \"Id\": \"EQTY\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Evergreen Res. (Acq. by Pioneer)\",\n                            \"Id\": \"EVER\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Evergreen Solar Inc. (inactive)\",\n                            \"Id\": \"EGSOLAR\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Exco Partners (inactive, IPO cancelled)\",\n                            \"Id\": \"EXCO_MLP\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Exxon Corp. (pre-Mobil merger)\",\n                            \"Id\": \"XON\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Falcon Oil & Gas Ltd. (Inactive)\",\n                            \"Id\": \"FALCON\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"FINA, Inc. (Acq. by TotalFinaElf)\",\n                            \"Id\": \"FI\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"First Calgary Petroleums (Acq. by ENI)\",\n                            \"Id\": \"FCALG\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Fletcher Challenge Energy (Acq. by Shell)\",\n                            \"Id\": \"FEG\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Focus Energy Trust (Acq. by Enerplus)\",\n                            \"Id\": \"FET_TO\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Forest Oil (pre-merger with Sabine)\",\n                            \"Id\": \"FORESTPM\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Fortum Corp. (inactive)\",\n                            \"Id\": \"FOT_HEX\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Fortune Natural Res. (inactive)\",\n                            \"Id\": \"FPX\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Freeport-McMoRan Inc. (Inactive)\",\n                            \"Id\": \"FREEMCMO\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Freeport-McMoRan RT (defunct)\",\n                            \"Id\": \"FMR\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Friede Goldman Halter (defunct)\",\n                            \"Id\": \"FGH\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Frontier Oil Corp. (Acq. By Holly)\",\n                            \"Id\": \"WOL\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"FX Energy (Acq. by PKN ORLEN)\",\n                            \"Id\": \"FXEN\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Gasco Energy, Inc. (Restructured)\",\n                            \"Id\": \"GASE\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Gastar Exploration (Privatized)\",\n                            \"Id\": \"GASTAR\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Gasunie NV (inactive)\",\n                            \"Id\": \"NGAS_NA\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Gaz de France (Merged with Suez)\",\n                            \"Id\": \"FROGY\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Genesis Exploration (Acq. by Vintage)\",\n                            \"Id\": \"GEX_T\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"GeoMet, Inc. (Inactive)\",\n                            \"Id\": \"GEOMET\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"GeoResources Inc. (acq. by Halcon)\",\n                            \"Id\": \"GEOI\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Gerrity Oil & Gas (Acq. by Patina)\",\n                            \"Id\": \"GOG\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Giant Indust. (Acq. by Western)\",\n                            \"Id\": \"GI_\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Global Industries, Ltd. (Inactive)\",\n                            \"Id\": \"GLBL\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"GlobalSanteFe (Merged with Transocean)\",\n                            \"Id\": \"GLM\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"GMX Resources (bankrupt)\",\n                            \"Id\": \"GMXR\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Gothic Energy (Acq. by Chesapeake)\",\n                            \"Id\": \"GOTH\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Great Northern Expl. (Acq. by APF ET)\",\n                            \"Id\": \"GNL_TO\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Greka Energy (privatized)\",\n                            \"Id\": \"GRKA\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Grey Wolf (Acq by Precision Drilling)\",\n                            \"Id\": \"DRL\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Guide Exploration Ltd. (acq. by Long Run)\",\n                            \"Id\": \"GALLEON\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Gulf Canada Resources (Acq. by Conoco)\",\n                            \"Id\": \"GOU_T\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Gulf Indonesia Res. (Acq. by Conoco)\",\n                            \"Id\": \"GRL\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Gulfmark Offshore, Inc. (Inactive)\",\n                            \"Id\": \"GMRK\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"GulfTerra (Acq. by Enterprise Products)\",\n                            \"Id\": \"LEV\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Hallwood Consol. Res. (defunct)\",\n                            \"Id\": \"HCRC\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Harvest Energy (acq. by KNOC)\",\n                            \"Id\": \"HTETRUST\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Harvest Natural Resources (Liquidated)\",\n                            \"Id\": \"BNO\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Helix Energy Solutions (Inactive)\",\n                            \"Id\": \"YPFEXNCI\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Heritage Oil plc (Acq. by Energy Investments)\",\n                            \"Id\": \"HERITAG\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"HKN Inc. (Privatized)\",\n                            \"Id\": \"HEC\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Highpine Oil & Gas (acq. by Daylight)\",\n                            \"Id\": \"HIGHPINE\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Home Oil Co. (Acq. by Anderson)\",\n                            \"Id\": \"HOC_T\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Hondo Oil & Gas (defunct)\",\n                            \"Id\": \"HOG\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Houston Explor. (Acq. by Forest Oil)\",\n                            \"Id\": \"THX\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Howell Corp. (Acq. by Anadarko)\",\n                            \"Id\": \"HWL\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"HS Resources (Acq. by Kerr-McGee)\",\n                            \"Id\": \"HSE\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Hugoton Energy (Acq. by Chesapeake)\",\n                            \"Id\": \"HUGO\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Husky Oil Ltd. (pre-Renaissance merger)\",\n                            \"Id\": \"HUS_T\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"ICO, Inc. (inactive)\",\n                            \"Id\": \"ICOC\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Impact Energy (merged w/Thunder)\",\n                            \"Id\": \"IEY_TO\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Imperial Energy (Acq by ONGC)\",\n                            \"Id\": \"IMPEPLC\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"INA Group (Croatia) (Inactive)\",\n                            \"Id\": \"CROATIA\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Inergy L.P. (Acq. by Crestwood Equity)\",\n                            \"Id\": \"NRGYLP\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Inland Resources (defunct)\",\n                            \"Id\": \"INLN\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"ION Geophysical Corp. (Inactive)\",\n                            \"Id\": \"IO\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Iona Energy Inc. (Bankruptcy)\",\n                            \"Id\": \"IONANRGY\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Iron Bridge (fka RMP Energy) (Acq. by Velvet)\",\n                            \"Id\": \"RMPNRGY\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Kaneb P.L.P., L.P. (Acq. by Valero L.P.)\",\n                            \"Id\": \"KPP\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"KazMun (Defunct)\",\n                            \"Id\": \"KAZMUN\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"KCS Energy (merged w/Petrohawk)\",\n                            \"Id\": \"KCS\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Kerr-McGee (Acq. by Anadarko)\",\n                            \"Id\": \"KMG\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Kerr-McGee Corp. (pre-Oryx merger)\",\n                            \"Id\": \"KMG1\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Ketch Res. (Acq. by Kereco)\",\n                            \"Id\": \"KER_TO\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Key Energy Services, Inc. (Inactive)\",\n                            \"Id\": \"KEG\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Key Production (merged w/Cimarex)\",\n                            \"Id\": \"KP\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"KeySpan Corp. (Acq. by National Grid)\",\n                            \"Id\": \"KSE\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Kinder Morgan Ener. Part (Acq. by Kinder Morgan)\",\n                            \"Id\": \"ENP\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Kinder Morgan Inc. (privatized)\",\n                            \"Id\": \"KNE\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"King Ranch Energy (inactive)\",\n                            \"Id\": \"KRE_H\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Kodiak Oil & Gas (Acq. by Whiting)\",\n                            \"Id\": \"KODIAK\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Layne Christensen Co. (Inactive)\",\n                            \"Id\": \"LAYNEC\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"LASMO plc (Acq. by ENI)\",\n                            \"Id\": \"LSO\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Legacy Oil + Gas (Acq. by Crescent Point)\",\n                            \"Id\": \"LEGACYOG\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Lightstream Resources (Acq. by Ridgeback)\",\n                            \"Id\": \"PETROBAK\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Linn Energy LLC (Bankruptcy)\",\n                            \"Id\": \"LINNEN\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"LL&E Royalty Trust (dissolved)\",\n                            \"Id\": \"LRT\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Loews Corporation (Inactive)\",\n                            \"Id\": \"LOEWS\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Lone Pine Resources Inc. (Privatized)\",\n                            \"Id\": \"LONEPINE\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Longview Oil Corporation (Acq. by Surge)\",\n                            \"Id\": \"LONGVIEW\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Long Run Exploration (Acq. by Sinoenergy)\",\n                            \"Id\": \"LREXPLOR\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Louis Dreyfus Nat. Gas (Acq. by Dominion)\",\n                            \"Id\": \"LD_\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Louisiana Land & Expl. (Acq. by BR)\",\n                            \"Id\": \"LLX\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"LRR Energy L.P. (Bankruptcy)\",\n                            \"Id\": \"LRREP\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Luke Energy (Acq. by Connacher O&G)\",\n                            \"Id\": \"LKE_TO\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Lundin Oil AB (Acq. by Talisman)\",\n                            \"Id\": \"IRPPF\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Lyondell Chemical (Acq. by Basell AF)\",\n                            \"Id\": \"LYO\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Lyondell-CITGO Ref. LP (inactive)\",\n                            \"Id\": \"LYOCITGO\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Magnum Hunter (Acq. by Cimarex)\",\n                            \"Id\": \"MHR\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Mallon Res. (Acq. by Black Hills Corp.)\",\n                            \"Id\": \"MLRC\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Mariner Energy, Inc. (acq. by Apache)\",\n                            \"Id\": \"MAR_H\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"MarkWest Energy Partners, LP (Inactive)\",\n                            \"Id\": \"MWE\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"MarkWest Hydrocarbon (Acq. by MarkWest E.P.)\",\n                            \"Id\": \"MWP\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Mart Resources (Acq. by MidWestern O&G)\",\n                            \"Id\": \"MARTRES\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Marubeni Corp. (Inactive)\",\n                            \"Id\": \"MARUY\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Maverick Tube (Acq. by Tenaris)\",\n                            \"Id\": \"MAVK\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Max Petroleum plc (Bankruptcy)\",\n                            \"Id\": \"MAXPET\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"McMoRan Exploration Co. (Acq. by Freeport)\",\n                            \"Id\": \"MOXY\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Melrose Resources (acq. by Petroceltic)\",\n                            \"Id\": \"MELROSE\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Meridian Resource Corp. (acq. by Alta Mesa)\",\n                            \"Id\": \"TMR\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Midnight O&G (Merged into Daylight)\",\n                            \"Id\": \"MOG_TO\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Miller Exploration (Acq. by Edge Pet.)\",\n                            \"Id\": \"MEXP\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Mission Res. (Acq. by Petrohawk)\",\n                            \"Id\": \"BELW\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Mitcham Industries, Inc. (Inactive)\",\n                            \"Id\": \"MIND\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Mitchell Energy & Devel. (Acq. by Devon)\",\n                            \"Id\": \"MNDA\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Mobil Corp. (pre-Exxon merger)\",\n                            \"Id\": \"MOB\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Monterey Resources (Acq. by Texaco)\",\n                            \"Id\": \"MRC\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Morrison Petroleums (Acq. by Northstar)\",\n                            \"Id\": \"MRP_T\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"MV Partners (Inactive; Parent of MV Oil)\",\n                            \"Id\": \"MV_MLP\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"NAL Energy (acq. by Pengrowth Energy)\",\n                            \"Id\": \"NAE_TO\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"National Energy Group (Inactive)\",\n                            \"Id\": \"NEGX\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"NEG Holding LLC (inactive)\",\n                            \"Id\": \"NEGHOLD\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Nelson Resources (Acq. by Lukoil)\",\n                            \"Id\": \"NLG_TO\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Neste Oil Corp. (Inactive)\",\n                            \"Id\": \"NESTE\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Newfield Exploration (Acq. by Encana)\",\n                            \"Id\": \"NFX\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Newpark Resources, Inc. (Inactive)\",\n                            \"Id\": \"NR\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Nexen Inc. (Acq. by CNOOC)\",\n                            \"Id\": \"NXY\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"NGAS Resources (Acq. by Magnum Hunter)\",\n                            \"Id\": \"POGADJ\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"NICOR Inc. (Inactive)\",\n                            \"Id\": \"GAS\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Nimin Energy Corporation (liquidated)\",\n                            \"Id\": \"NIMINRGY\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Nippon Oil Corp. (inactive)\",\n                            \"Id\": \"MSBHY\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"NiSource Inc. (inactive)\",\n                            \"Id\": \"EPG_\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Norsk Hydro (Acq. by Statoil)\",\n                            \"Id\": \"NHY\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"North Coast Energy (Acq. by Exco)\",\n                            \"Id\": \"NCEB\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Northrock Resources (Acq. by Unocal)\",\n                            \"Id\": \"NRK_T\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Novus Energy Inc. (Acq. by Yanchang)\",\n                            \"Id\": \"NOVUSNRG\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Novus Petroleum (Acq. by PT Medco)\",\n                            \"Id\": \"NVS_AX\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Nuevo Energy (Acq. by Plains E&P)\",\n                            \"Id\": \"NEV\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Occidental Petroleum (pre-spinoff)\",\n                            \"Id\": \"OXYPRES\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Ocean Energy (Acquired by Devon)\",\n                            \"Id\": \"OEI\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Oilexco (bankrupt)\",\n                            \"Id\": \"OILEXCO\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"OMV Petrom S.A. (Inactive)\",\n                            \"Id\": \"PETROM\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"ONEOK Inc. (Inactive)\",\n                            \"Id\": \"OKE\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"ONEOK Partners, L.P. (Acq. by ONEOK Inc.)\",\n                            \"Id\": \"NBP\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"OPTI Canada (acq. by CNOOC)\",\n                            \"Id\": \"OPTICAN\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Oryx Energy (merged w/Kerr-McGee)\",\n                            \"Id\": \"ORX\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"PA Resources AB (Inactive)\",\n                            \"Id\": \"PARESOUR\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"PAA NG Storage LP (Acq. by Plains All Amer.)\",\n                            \"Id\": \"PANGSLP\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Pace Oil & Gas (acq. By Spyglass)\",\n                            \"Id\": \"PACEOG\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Pacific Energy Res (bankrupt)\",\n                            \"Id\": \"PACENRES\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Paladin (Acq. by Talsiman)\",\n                            \"Id\": \"PLR_L\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"PANACO, Inc. (defunct)\",\n                            \"Id\": \"PANA\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"PanCanadian: pre-EnCana merger w/AEC\",\n                            \"Id\": \"PCP_T\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Pangea Petroleum (Acq. by AvStar)\",\n                            \"Id\": \"PAPO\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Parallel Energy Trust (Privatized)\",\n                            \"Id\": \"PARALLEL\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Parallel Petroleum (acq. by Apollo Mgmt)\",\n                            \"Id\": \"PLLL\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Parkland Income Fund (Inactive)\",\n                            \"Id\": \"PKI_T\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Patina O&G (Acq. by Noble Energy)\",\n                            \"Id\": \"POG\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Pease Oil & Gas Co.\",\n                            \"Id\": \"WPOG\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Pennaco Energy (Acq. by Marathon)\",\n                            \"Id\": \"PN\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"PennzEnergy Co. (Acq. by Devon)\",\n                            \"Id\": \"PZE\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Pennzoil (pre-Quaker State merger)\",\n                            \"Id\": \"PZL\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Pennzoil-Quaker State (Acq. by RD/Shell)\",\n                            \"Id\": \"PZL2\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Peoples (Merged into Integrys)\",\n                            \"Id\": \"AQP\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Petro Andina Res Inc. (acq. by Pluspetrol)\",\n                            \"Id\": \"PANDINA\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Petrobank Energy & Resources Ltd (Inactive)\",\n                            \"Id\": \"PBG_T\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Petrobras Argentina S.A. (Acq. by Pampa)\",\n                            \"Id\": \"CNPZY\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Petro-Canada (acq. by Suncor)\",\n                            \"Id\": \"PCA_T\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Petroceltic International (Privatized)\",\n                            \"Id\": \"PCELTIC\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"PetroCorp (Acq. by Unit Corp.)\",\n                            \"Id\": \"PETR\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"PetroFina (Acq. by TotalFinaElf)\",\n                            \"Id\": \"FIN\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Petrofund E.T. (Acq. by Penn West)\",\n                            \"Id\": \"NCF_TO\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Petroglyph Energy (defunct)\",\n                            \"Id\": \"PGEI\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Petrogrand AB (Inactive)\",\n                            \"Id\": \"MALKAOIL\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Petrohawk Energy (acq. by BHP)\",\n                            \"Id\": \"BETA\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"PetroKazakhstan (Acq. by China)\",\n                            \"Id\": \"HHL\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Petroleos de Venezuela, S.A. (Inactive)\",\n                            \"Id\": \"PDVSA\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Petrominerales Ltd. (Acq. by Pacific Rub.)\",\n                            \"Id\": \"PETROMIN\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Petroplus Int'l NV (privatized)\",\n                            \"Id\": \"PETR_NA\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"PetroSA (Gov't of South Africa) (Inactive)\",\n                            \"Id\": \"PETROSA\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Petrosearch Energy (acq. by Double Eagle)\",\n                            \"Id\": \"PSEARCH\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Peyto Explor. & Devel. (inactive)\",\n                            \"Id\": \"PEY_T\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"PG&E Corp. (f.k.a. Pacific Gas & Electric Co.)\",\n                            \"Id\": \"PCG\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Pinnacle Gas Res (Acq. by Powder Holdings)\",\n                            \"Id\": \"PINNACLE\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Pioneer Southwest Energy (Acq by Pioneer Nat.)\",\n                            \"Id\": \"PSEMLP\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"PKN ORLEN SA (Poland) (Inactive)\",\n                            \"Id\": \"PKNORLEN\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Plains Exploration & Prod.(Acq. by McMoran)\",\n                            \"Id\": \"PXP\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Plains Resources (Acquired by Vulcan)\",\n                            \"Id\": \"PLX_NEW\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Plains Resources (pre-PXP spin-off)\",\n                            \"Id\": \"PLX\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Platinum Energy Resources (Inactive)\",\n                            \"Id\": \"PLATINUM\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Poco Petroleums (Acq. by Burlington)\",\n                            \"Id\": \"POC_T\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Pogo (Acquired by Plains E&P)\",\n                            \"Id\": \"PPP\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"PostRock Energy Corp. (Bankruptcy)\",\n                            \"Id\": \"QUESTRC\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Premcor Inc. (Acq. by Valero)\",\n                            \"Id\": \"PCO\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Pride International, Inc. (Acq. by Ensco)\",\n                            \"Id\": \"PDE\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Prima Energy (Acq. by Petro-Canada)\",\n                            \"Id\": \"PENG\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"PrimeWest ET (Acquired by Taqa)\",\n                            \"Id\": \"LHP\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Prize Energy (Acq. by Magnum Hunter)\",\n                            \"Id\": \"PRZ\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Probe Exploration (defunct)\",\n                            \"Id\": \"PRX_T\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Progress Energy (Acq. By Petronas)\",\n                            \"Id\": \"PROEXEN\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Progress Energy Trust (acq. by Progress E Res)\",\n                            \"Id\": \"PGX_T\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Provident Energy (Acq. by Pembina Pipeline)\",\n                            \"Id\": \"FDE_T\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"PS Group Holdings (defunct)\",\n                            \"Id\": \"PSG\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Purcell Energy Ltd. (inactive)\",\n                            \"Id\": \"TTXG_RRC\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Pure Resources (Acq. by Unocal)\",\n                            \"Id\": \"PRS_\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"QR Energy LP (Acq. by Breitburn Energy)\",\n                            \"Id\": \"QRELP\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Quaker State (pre-Pennzoil merger)\",\n                            \"Id\": \"KSF\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Queensland Gas (Acq. by BG)\",\n                            \"Id\": \"QUEENG\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Quest Energy Part. (acq. by PostRock)\",\n                            \"Id\": \"QUESTMLP\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Questar Corp. (Acq by Dominion Res.)\",\n                            \"Id\": \"STR_\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Quicksilver Resources, Inc. (Bankruptcy)\",\n                            \"Id\": \"KWK\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Raging River Exploration (Acq. by Baytex)\",\n                            \"Id\": \"RAGINGRV\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Ramco Energy plc (inactive)\",\n                            \"Id\": \"RCO\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"RAM Energy (Acq. by Chesapeake)\",\n                            \"Id\": \"RAME\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Ranger Oil (Acq. by Canadian Nat. Res.)\",\n                            \"Id\": \"RGO\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Real Resources (Merged w/ TriStar)\",\n                            \"Id\": \"RER_T\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Regal Petroleum (Inactive)\",\n                            \"Id\": \"REGAL\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Remington O&G (Acq. by Helix)\",\n                            \"Id\": \"ROILB\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Renaissance Energy (Acq. by Husky Oil)\",\n                            \"Id\": \"RES_T\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Renegade Petro (Acq. by Spartan Energy)\",\n                            \"Id\": \"RENEGADE\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Resolute Energy (Acq. by Cimarex)\",\n                            \"Id\": \"RESOLUTE\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Resource America (Inactive)\",\n                            \"Id\": \"REXI\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Reunion Resources (defunct)\",\n                            \"Id\": \"RUNR\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Rex Energy Corp. (Bankruptcy)\",\n                            \"Id\": \"REXXEN\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Rice Energy Inc. (Acq. by EQT)\",\n                            \"Id\": \"RICEEN\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"ROC Oil Co. Ltd. (Acq. by Fosun)\",\n                            \"Id\": \"ROC_OIL\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Rosetta Resources Inc. (Acq. by Noble Energy)\",\n                            \"Id\": \"ROSET\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Royal Dutch Petroleum (defunct)\",\n                            \"Id\": \"RD\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"RSP Permian (Acq. by Concho)\",\n                            \"Id\": \"RSPPERM\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"RDS plc (Pre-Reserve Reclass.)\",\n                            \"Id\": \"RDSC_PRE\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Rutherford-Moran (Acq. by Chevron)\",\n                            \"Id\": \"RMOC\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Sabine Oil & Gas (Privatized)\",\n                            \"Id\": \"FST\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Salamander Energy (Acq. by Ophir)\",\n                            \"Id\": \"SALAMAN\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Santa Fe Snyder Corp. (Acq. by Devon)\",\n                            \"Id\": \"SFR\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Santonia Energy (Acq. by Tourmaline)\",\n                            \"Id\": \"FAIRBORN\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Saras Group (Inactive)\",\n                            \"Id\": \"SARAS\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Saratoga Resources (Bankruptcy)\",\n                            \"Id\": \"SARATOGA\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Seitel (Privatized)\",\n                            \"Id\": \"SEI\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Seven Seas Petroleum (defunct)\",\n                            \"Id\": \"SEV\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Sharon Energy (Acq. by Tuscany Energy)\",\n                            \"Id\": \"SHYV\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Shell Canada (Acq. by RDShell)\",\n                            \"Id\": \"SHC_T\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Shell Oil U.S. (not available after 1998)\",\n                            \"Id\": \"SC_H\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Shell Transport & Trading (defunct)\",\n                            \"Id\": \"SC\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Sherritt International Corp. (Inactive)\",\n                            \"Id\": \"SE_T\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Shiningbank (Merged w/PrimeWest)\",\n                            \"Id\": \"SHN_TO\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"SilverBirch Energy (acq. by Teck)\",\n                            \"Id\": \"SILBIRCH\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"SilverWillow Energy (Acq. by Value Creation)\",\n                            \"Id\": \"SLVWLL\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Smedvig (Acq. by SeaDrill Limited)\",\n                            \"Id\": \"SME\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Smith International Inc. (acq. by SLB)\",\n                            \"Id\": \"SII\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Snyder Oil Corp. (Acq. by Santa Fe)\",\n                            \"Id\": \"SNY\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Sonat (merged w/El Paso)\",\n                            \"Id\": \"SNT\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Sonde Resources Corp. (Bankruptcy)\",\n                            \"Id\": \"SNG\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Southern Pacific Resources (Bankruptcy)\",\n                            \"Id\": \"SOUTHERN\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Spectra Energy Corp. (Inactive)\",\n                            \"Id\": \"SPECTRA\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Spectra Energy Part (Acq. by Enbridge Energy Part)\",\n                            \"Id\": \"SPECMLP\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Spinnaker (Acq. by Norsk Hydro)\",\n                            \"Id\": \"SKE\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Spyglass Resources (Bankruptcy)\",\n                            \"Id\": \"SPYGLASS\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Stone Energy (Pre-Reserve Reclass.)\",\n                            \"Id\": \"SGY_OLD\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Stone Energy (pre-Basin merger)\",\n                            \"Id\": \"SGY\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Storm Energy (Acq. by Harvest ET)\",\n                            \"Id\": \"SEM_TO\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Stratic Energy Corp. (acq. by Enquest)\",\n                            \"Id\": \"STRATIC\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Stream Oil & Gas (Acq. by TransAtlantic)\",\n                            \"Id\": \"STREAMOG\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Sunoco, Inc. (merged with ETP)\",\n                            \"Id\": \"SUN\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Sunoco Log. Part. L.P. (Merged with ETP LP)\",\n                            \"Id\": \"SXL\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Sunshine Gas (Acq. By Queensland)\",\n                            \"Id\": \"SUNSHINE\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Superior Energy Services, Inc. (Inactive)\",\n                            \"Id\": \"SESI\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Surgutneftegas (Inactive)\",\n                            \"Id\": \"SURGUTNE\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Sydney Gas (Acq. by AGL Energy)\",\n                            \"Id\": \"SYDNEYG\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Synenco Energy (Acq. by Total)\",\n                            \"Id\": \"SYNENCO\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Talisman Energy Inc. (Acq. by Repsol)\",\n                            \"Id\": \"TLM_T\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Tanganyika Oil (Acq. by Sinopec)\",\n                            \"Id\": \"TANGOIL\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Tapstone Energy Inc. (Inactive)\",\n                            \"Id\": \"TAPSTONE\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Tarragon Oil & Gas (Acq. by Marathon)\",\n                            \"Id\": \"TN_T\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Tatham Offshore (defunct)\",\n                            \"Id\": \"TOFF\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"TEL Offshore Trust (Inactive)\",\n                            \"Id\": \"TELOZ\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"TEPPCO Partners (acq. by Enterprise Product)\",\n                            \"Id\": \"TPP\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Tesco Corp. (Inactive)\",\n                            \"Id\": \"TESCO\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Teton Energy (acq. by Caerus O&G)\",\n                            \"Id\": \"TTPT\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Texaco (pre-Chevron merger)\",\n                            \"Id\": \"TX\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"3TEC Energy Corp. (Acq. by Plains E&P)\",\n                            \"Id\": \"MBOC\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Thunder E.T. (Acq. by Sword Energy)\",\n                            \"Id\": \"THY_T\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Tidewater, Inc. (Inactive)\",\n                            \"Id\": \"TDW\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Tipperary (Acq. by Santos)\",\n                            \"Id\": \"TPY\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"TNK-BP Limited (Acq. by Rosneft)\",\n                            \"Id\": \"TNKBP\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Tom Brown (Acq. by EnCana)\",\n                            \"Id\": \"TMBR\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Torch Energy Trust (Inactive)\",\n                            \"Id\": \"TRU\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Toreador Resources (merged with ZaZa)\",\n                            \"Id\": \"TRGL\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Tosco Corp. (Acquired by Phillips)\",\n                            \"Id\": \"TOS\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"TotalFina (pre-Elf merger)\",\n                            \"Id\": \"TOT\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Total Petroleum N.A. (Acq. by UDS)\",\n                            \"Id\": \"TPN\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"TransAmerican (defunct)\",\n                            \"Id\": \"TRANEN\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"TransCanada Corp. (Inactive)\",\n                            \"Id\": \"TRP_T\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Transmeridian Exploration (Inactive)\",\n                            \"Id\": \"TMXN\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"TransMontaigne (Acq. by Morgan Stanley)\",\n                            \"Id\": \"TMG\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"TransTexas Gas (defunct)\",\n                            \"Id\": \"TTXG\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Trek Resources (privatized)\",\n                            \"Id\": \"TREK\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Tri-Valley Corp. (bankrupt)\",\n                            \"Id\": \"TIV\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Triangle Petroleum Corp. (Inactive)\",\n                            \"Id\": \"TRIANGLE\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Trico Marine Services, Inc. (Inactive)\",\n                            \"Id\": \"TMAR\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Trilogy Energy (Acq. by Paramount)\",\n                            \"Id\": \"TET_TO\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"TriStar Oil & Gas (acq. by PetroBakken)\",\n                            \"Id\": \"TRISTARO\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Triton Energy (Acq. by Amerada Hess)\",\n                            \"Id\": \"OIL\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Twin Butte Energy (Acq. by West Lake)\",\n                            \"Id\": \"TWINBUTE\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"TXCO Resources (bankrupt)\",\n                            \"Id\": \"TXCO\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Tyumen Oil (merged into TNK-BP)\",\n                            \"Id\": \"TYUMEN\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Ultima Energy (Acq. by Petrofund ET)\",\n                            \"Id\": \"UET_TO\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Ultramar Corp. (pre-Diamond merger)\",\n                            \"Id\": \"ULR\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"UltramarDiamondShamrock (Acq. by Valero)\",\n                            \"Id\": \"UDS\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Unimar (defunct)\",\n                            \"Id\": \"UMR\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Union Pacific Res. (Acq. by Anadarko)\",\n                            \"Id\": \"UPR\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Union Texas Petr. (Acq. by ARCO)\",\n                            \"Id\": \"UTH\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Unocal (Acq. by Chevron)\",\n                            \"Id\": \"UCL\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Upton Res. (Acq. by Starpoint)\",\n                            \"Id\": \"URC_T\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Urals Energy plc (Inactive)\",\n                            \"Id\": \"URALSEN\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"UTS Energy Corp. (Acq. by Total)\",\n                            \"Id\": \"UTS_TO\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Varco Int'l (Acq. by Nat'l Oilwell)\",\n                            \"Id\": \"VRC\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Vastar Resources (Acq. by BP)\",\n                            \"Id\": \"VRI\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"UNIVERSE: GUPR YE2011\",\n                            \"Id\": \"UNGUPR11\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Venoco Inc. (Bankruptcy)\",\n                            \"Id\": \"VENOCO\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Venture Production (acq. by Centrica)\",\n                            \"Id\": \"VPC_L\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"VeraSun Energy (bankrupt)\",\n                            \"Id\": \"VERASUN\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Verenex Energy (acq by CNPC)\",\n                            \"Id\": \"VERENEX\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Veritas DGC (Acq. by CGG)\",\n                            \"Id\": \"VTS\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Viking Energy RT (Acq. by Harvest ET)\",\n                            \"Id\": \"VKR_TO\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Vintage Petroleum (Acq. by OXY)\",\n                            \"Id\": \"VPI\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Warren Resources, Inc. (Inactive)\",\n                            \"Id\": \"WRRN\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Western Gas Res. (Acq. by Anadarko)\",\n                            \"Id\": \"WGR\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Western Oil Sands (Acq. by Marathon)\",\n                            \"Id\": \"WTO_T\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Western Refining Inc. (Acq. by Tesoro)\",\n                            \"Id\": \"WESTREF\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Westport Res. (Acq. by Kerr-McGee)\",\n                            \"Id\": \"WRC\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Westport Res. (pre-merger w/Belco)\",\n                            \"Id\": \"WRC1\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Whiting USA Trust 1 (Inactive)\",\n                            \"Id\": \"WHITUSA\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Whittier (Acq. by Sterling)\",\n                            \"Id\": \"WHIT\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Wildhorse Resource (Acq. by Chesapeake)\",\n                            \"Id\": \"WILDHORS\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Williams Coal Seam RT (Terminated)\",\n                            \"Id\": \"WTU\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Williams Companies Inc. (The) (Inactive)\",\n                            \"Id\": \"WMB\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Williams Pipeline (acq. by Williams Partners)\",\n                            \"Id\": \"WMZ_MLP\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Wilshire Enterprises (inactive)\",\n                            \"Id\": \"WOC\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Windsor Energy Resources (Inactive)\",\n                            \"Id\": \"WINDSOR\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Wiser Oil (Acq. by Forest Oil)\",\n                            \"Id\": \"WZR\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Wyoming Oil & Minerals (inactive)\",\n                            \"Id\": \"WYOG\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Yukos (Defunct)\",\n                            \"Id\": \"YUKOS\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"XCL Ltd. (inactive)\",\n                            \"Id\": \"XCL_\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"XTO Energy Inc. (acq. by ExxonMobil)\",\n                            \"Id\": \"XTO\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"ZaZa Energy Corp. (Bankruptcy)\",\n                            \"Id\": \"ZAZA\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"ZORIN Explor. (Acq. by Hawker Res.)\",\n                            \"Id\": \"ZEL\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"UNIVERSE: GUPR\",\n                            \"Id\": \"GUPRWASS\",\n                            \"ChildNodes\": []\n                        }\n                    ]\n                }\n            ]\n        }\n    ]\n}"},{"id":"3b110104-871f-4855-8136-8e350f226a75","name":"Line Item","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json, text/json, text/html, application/xml, text/xml"}],"url":"https://connectapi.ihs.com/energy/v1/company-metrics/dimensions/Line Item Hierarchy"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"Set-Cookie","value":"IHS_SSO_SESS=uQIkYCjLXfDPHNhx2F88q62qZMMwuaR0vB-18x2d5Yr6WwNP7BCr3tn8S3SU9wx3Dx3DnskEpGPldQahPmKYAPYKmwx3Dx3D-fz74iYGv4x2B51bAxx2d4r0VAx3Dx3D-D8kFmSwxxuPEY2Tz47R1UNAx3Dx3D; domain=.ihs.com; path=/; HttpOnly"},{"key":"Set-Cookie","value":"IHS_SSO_UI=8GojbJiqWq5YlbeSO3G8d7TQbaM5SM1NZkyROhHF2yZWMFYXD1PBLf5JUFwOEI+W; domain=.ihs.com; path=/; HttpOnly"},{"key":"Set-Cookie","value":"IHS_CONNECT_SESS_PROD=5Y5zSVf%2bbGQbK6LelD8kIg%3d%3d%2c5fYqycspXbMddwZIqXpQ%2f0Uvpwyu27ph6fFabUdOFpyxJwZsLN9F8lUqJpD9wXYs12mINLS9O%2bSI76Yid8jSeQ%2fQ5p%2b8v3jn296ppeQ6DZtd7i1CAYHzNFsOvevNtXZtv5DsAca9KRiCcvZDWTUoTaNvTxMqlolZZv%2fYTdty5AONqbyBp6hfCBpoUtIo5Deh37MVboB9PWxHadkHfyJMTuRBOTuCI%2biQ%2fMrCCT3yo9H020Fum3gTtIzi8aMbiHHwhAlCbQe05EAdqNQpUZccBDzqxOGf5M2rt%2byM9UlW62YtvMVYM3xg0whbzjz5DpyN9AFu1N2YVuDA%2fUOJ7UvrtfA7HHCxzy90Ofwvo%2b1IBKmItvbVbAdICUI0ebMR1qJGL1YHGwy03P9BD5m69hYO%2bekC1%2bu4UxJbgVuMbjiZFAokI8T6U%2f%2fJ5jgZOdu2yy%2bYiu4xSZQDyYH%2bec%2bc1Pom5WfZ8O050aPf%2f7JniRGoCnoJvSfZ5n6eNf6qEbH57gU2Iqg%2f5L6bgFS%2buvhqED8JOLKrZszc9APwRDQfMQMLg80%3d; domain=.ihs.com; path=/; secure; HttpOnly"},{"key":"Set-Cookie","value":"IHS_SESS_EXP=L0RhdGUoMTU2ODM5MDUwMDIxNy43NykvO0ZhbHNlOzUzMjE3RDhDMzc4NENGRTgyRjQ1Qjg2MDQ3QTk1NDJBMUNCMTlFMzY=; domain=.ihs.com; path=/"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Backend-Server","value":"VWC-2PCOGWB02"},{"key":"X-Backend-Server","value":"VWC-2PCOGWB02"},{"key":"X-Powered-By","value":"ARR/3.0"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Cache-Control, x-should-not-refresh-session"},{"key":"Access-Control-Expose-Headers","value":"X-MiniProfiler-Ids"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":""},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Date","value":"Fri, 13 Sep 2019 15:01:42 GMT"},{"key":"Content-Length","value":"26789"}],"cookie":[],"responseTime":null,"body":"{\n    \"DimensionKey\": \"Line Item Hierarchy\",\n    \"Nodes\": [\n        {\n            \"Name\": \"Company Metrics Line Items (Header):\",\n            \"Id\": \"TOPLINE\",\n            \"ChildNodes\": [\n                {\n                    \"Name\": \"General Information: (Header)\",\n                    \"Id\": \"GNRLINFO\",\n                    \"ChildNodes\": []\n                },\n                {\n                    \"Name\": \"Company Information: (Header)\",\n                    \"Id\": \"COHDR\",\n                    \"ChildNodes\": [\n                        {\n                            \"Name\": \"IHS Herold CODB ID\",\n                            \"Id\": \"CODBID\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Fiscal Period-end, e.g. Jan=1, Dec=12\",\n                            \"Id\": \"COFYE\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Length of Period (in months)\",\n                            \"Id\": \"COLOP\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Annual/Interim Data: 1 = from Press Release\",\n                            \"Id\": \"SFIEAOU\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Change in Fiscal Year-end (1 = Yes)\",\n                            \"Id\": \"COIR\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Change in Reporting Currency (1 = Yes)\",\n                            \"Id\": \"CHANGEC\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Data Restated: 'Pooling' merger (1=Yes)\",\n                            \"Id\": \"COENG\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Line of Business: (1 = predominately E&P)\",\n                            \"Id\": \"LINEBIZZ\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"E&P Accounting Method (1=Successful Efforts, 2=Full Cost)\",\n                            \"Id\": \"COEPAM\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"RM&T Accounting Method (1=LIFO, 2=Non-LIFO)\",\n                            \"Id\": \"CORMTAM\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Currency Code, Reporting: 1=US$, 2=Can$...\",\n                            \"Id\": \"COCAI\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Average Annual Exchange Rate Per US$\",\n                            \"Id\": \"COAAER\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Year-end Exchange Rate Per US$\",\n                            \"Id\": \"COYEER\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Average Annual Exchange Rate in US$\",\n                            \"Id\": \"COAAERUS\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Year-end Exchange Rate in US$\",\n                            \"Id\": \"COYEERUS\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Total Worldwide Number of Employees\",\n                            \"Id\": \"COTWNE\",\n                            \"ChildNodes\": []\n                        }\n                    ]\n                },\n                {\n                    \"Name\": \"Income Statement (Flag):\",\n                    \"Id\": \"ISHDR\",\n                    \"ChildNodes\": [\n                        {\n                            \"Name\": \"Revenues (Header):\",\n                            \"Id\": \"ISREV\",\n                            \"ChildNodes\": [\n                                {\n                                    \"Name\": \"Revenue: Consolidated Sales & Operations (Header):\",\n                                    \"Id\": \"ISOPREV\",\n                                    \"ChildNodes\": [\n                                        {\n                                            \"Name\": \"Oil & Condensate Production Revenue, MM\",\n                                            \"Id\": \"ISOCS\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Natural Gas Production Revenue, MM\",\n                                            \"Id\": \"ISNGS\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Natural Gas Liquids Production Revenue, MM\",\n                                            \"Id\": \"ISNGLS\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Other/Aggregate Upstream Production Revenue, MM\",\n                                            \"Id\": \"SFPOECP\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Total Upstream Production Revenue, MM\",\n                                            \"Id\": \"ISTUSPI\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Derivative: Hedge, Realized Gain/(Loss), MM\",\n                                            \"Id\": \"ISDERHR\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Derivative: Non-Hedge, Realized Gain/(Loss), MM\",\n                                            \"Id\": \"ISDERNHR\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Aggregate: Derivative Realized, Gain/(Loss), MM\",\n                                            \"Id\": \"SFPOEGM\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Total: Derivatives, Realized Gain/(Loss), MM\",\n                                            \"Id\": \"ISDERTOT\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Well Management & Reimbursements, MM\",\n                                            \"Id\": \"ISWMR\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Oil Refining Revenue, MM\",\n                                            \"Id\": \"SFPOEXB\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Oil Products Marketing Revenue, MM\",\n                                            \"Id\": \"SFPOEXA\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Other/Aggregate Oil RM&T Revenue, MM\",\n                                            \"Id\": \"SFPOECO\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Total Oil RM&T (Downstream) Revenue, MM\",\n                                            \"Id\": \"SFPOEXC\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Chemicals/Petrochemicals Revenue, MM\",\n                                            \"Id\": \"SFPOEOC\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Natural Gas Transmission Revenue, MM\",\n                                            \"Id\": \"SFRGT\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Natural Gas Distribution Revenue, MM\",\n                                            \"Id\": \"SFRGD\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Natural Gas Gathering, Processing & Marketing Revenue, MM\",\n                                            \"Id\": \"SFRGP\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Other/Aggregate Natural Gas Midstream Revenue, MM\",\n                                            \"Id\": \"ISGSRS\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Total Natural Gas Midstream Revenue, MM\",\n                                            \"Id\": \"SFRGM\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Coal & Minerals Revenue, MM\",\n                                            \"Id\": \"SFRCO\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Drilling & Oil Services Revenue, MM\",\n                                            \"Id\": \"SFRDO\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Other Energy/Power Revenue, MM\",\n                                            \"Id\": \"SFROE\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"All Other/Aggregate Operating Revenue, MM\",\n                                            \"Id\": \"ISAOOR\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Excise Taxes (if itemized in Revenues), MM\",\n                                            \"Id\": \"SFRET\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Intersegment Eliminations, MM\",\n                                            \"Id\": \"SFPOEGP\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Alternative Energy Product Revenue, MM\",\n                                            \"Id\": \"ISAEPDRV\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Alternative Energy Service Revenue, MM\",\n                                            \"Id\": \"ISAESVRV\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Alternative Energy Other/Aggregate Revenue, MM\",\n                                            \"Id\": \"ISAEOARV\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Total Alternative Energy Revenue, MM\",\n                                            \"Id\": \"ISAETORV\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Total Sales & Operating Revenues, MM\",\n                                            \"Id\": \"ISTSOR\",\n                                            \"ChildNodes\": []\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"Name\": \"Revenue: Non-Operating (Header):\",\n                                    \"Id\": \"ISNOPREV\",\n                                    \"ChildNodes\": [\n                                        {\n                                            \"Name\": \"Interest Income, MM\",\n                                            \"Id\": \"ISII\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Equity in Net Income of Affiliates, MM\",\n                                            \"Id\": \"ISEINIA\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Dividend & Other Investment Income, MM\",\n                                            \"Id\": \"ISOIDII\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Pre-tax Gain/(Loss) on Asset Sales, MM\",\n                                            \"Id\": \"ISPTGAS\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Pre-tax Gain/(Loss) on Investment Sales, MM\",\n                                            \"Id\": \"ISPTGINV\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Pre-tax Gain/(Loss) on Early Extinguishment of Debt, MM\",\n                                            \"Id\": \"ISPTGEED\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Litigation and Settlement Income, MM\",\n                                            \"Id\": \"ISLASI\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Derivative/Hedging Unrealized, Gain/(Loss), MM\",\n                                            \"Id\": \"BSROFI\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Foreign Exchange Gain/(Loss), MM\",\n                                            \"Id\": \"ISFOREXC\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Other Non-Operating Revenues, MM\",\n                                            \"Id\": \"ISONOR\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Total Non-Operating Revenues, MM\",\n                                            \"Id\": \"ISTNOR\",\n                                            \"ChildNodes\": []\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"Name\": \"Gross Revenues: Operating & Non-Operating, MM\",\n                                    \"Id\": \"ISGR\",\n                                    \"ChildNodes\": []\n                                }\n                            ]\n                        },\n                        {\n                            \"Name\": \"Costs and Expenses (Header):\",\n                            \"Id\": \"ISEXP\",\n                            \"ChildNodes\": [\n                                {\n                                    \"Name\": \"Production & Lease Operating Expenses, MM\",\n                                    \"Id\": \"ISPLOE\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Royalty Expense, MM\",\n                                    \"Id\": \"ISRE\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Cost of Oil & Product Purchases, MM\",\n                                    \"Id\": \"ISCOPP\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Natural Gas Midstream Expenses, MM\",\n                                    \"Id\": \"ISCONGP\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Cost of Goods Sold, MM\",\n                                    \"Id\": \"ISAECOGS\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Transportation & Shipping Expense, MM\",\n                                    \"Id\": \"ISTRANEX\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Other or Aggregate Operating Expense (1), MM\",\n                                    \"Id\": \"ISOEXP\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Maintenance & Repair Expenses, MM\",\n                                    \"Id\": \"ISMEXP\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Research & Development Expenses, MM\",\n                                    \"Id\": \"ISRDEXP\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Gross SG&A Expenses, MM\",\n                                    \"Id\": \"ISGSGA\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"SG&A Reimbursements, if applicable, MM\",\n                                    \"Id\": \"ISSGAR\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"SG&A Expenses, net, MM\",\n                                    \"Id\": \"ISSGA\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Stock or Equity Compensation, MM\",\n                                    \"Id\": \"ISSECNC\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Excise and Similar Taxes, MM\",\n                                    \"Id\": \"ISEST\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Prod. & All Other Non-Income Taxes, MM\",\n                                    \"Id\": \"ISPAONIT\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Taxes Other Than on Income, MM\",\n                                    \"Id\": \"ISTOI\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Other Operating Expense (2), MM\",\n                                    \"Id\": \"ISOOE\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Cash-Type Exploration Expense (or Aggregate), MM\",\n                                    \"Id\": \"ISCTEE\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Non-Cash Exploration Expense, Lease Impairment, etc., MM\",\n                                    \"Id\": \"ISNCEE\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Total Exploration Expense, MM\",\n                                    \"Id\": \"ISTEE\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Depreciation, Depletion, & Amortization Expense, MM\",\n                                    \"Id\": \"ISDDA\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Writedown & Impairment of Assets, MM\",\n                                    \"Id\": \"ISAWI\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Writedown & Impairment of Investments, MM\",\n                                    \"Id\": \"ISIMPUPP\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Amortization & Impairment of Goodwill, etc., MM\",\n                                    \"Id\": \"ISAMORTG\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Merger Related Expenses, MM\",\n                                    \"Id\": \"ISMERGER\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Restructuring Charge/(Benefit), MM\",\n                                    \"Id\": \"ISRCB\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Site Restoration/Abandonment/Decommissioning Expense, MM\",\n                                    \"Id\": \"ISSREC\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Environmental-Type Charge/(Benefit), MM\",\n                                    \"Id\": \"ISETCB\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Litigation and Settlement Charges, MM\",\n                                    \"Id\": \"ISLSC\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Other Pre-Tax Special Charge/(Benefit), MM\",\n                                    \"Id\": \"ISOPTSC\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Accretion of Discount, MM\",\n                                    \"Id\": \"ISACCRET\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Debt-Related Costs (excludes interest), MM\",\n                                    \"Id\": \"ISDEBTRC\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Provision for Doubtful Accounts, MM\",\n                                    \"Id\": \"ISPROVDA\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Other Non-Operating Expenses, MM\",\n                                    \"Id\": \"ISONOE\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Inventory Gain/(Loss) to LIFO Basis, MM\",\n                                    \"Id\": \"ISIALA\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"EBIT (Earnings Before Interest & Income Tax) MM\",\n                                    \"Id\": \"ISEBIT\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Gross Interest Expense (or reported net), MM\",\n                                    \"Id\": \"ISGIE\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Interest Capitalized, if reported, MM\",\n                                    \"Id\": \"ISIC\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Total Net Interest Expense, MM\",\n                                    \"Id\": \"ISTNIE\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Dividends on Preferred Stock Outside Equity Base, MM\",\n                                    \"Id\": \"BSROTW\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Total Costs and Expenses, MM\",\n                                    \"Id\": \"ISTCE\",\n                                    \"ChildNodes\": []\n                                }\n                            ]\n                        },\n                        {\n                            \"Name\": \"EBT (Earnings before Income Tax), MM\",\n                            \"Id\": \"ISEBT\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Income Tax: Current, if reported, MM\",\n                            \"Id\": \"ISITC\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Income Tax: Deferred, if reported, MM\",\n                            \"Id\": \"ISITD\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Income Tax: Other (or reported net), MM\",\n                            \"Id\": \"ISITO\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Total Income Tax /(Benefit), Net MM\",\n                            \"Id\": \"ISTNIT\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Net Income from Operations, MM\",\n                            \"Id\": \"ISNIFO\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"After-Tax Extraordinary Gains/(Charges), MM\",\n                            \"Id\": \"ISATEG\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Cumulative Effect of Accounting Changes, MM\",\n                            \"Id\": \"ISCEAC\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Discontinued: Gain/(Loss) from Operations, MM\",\n                            \"Id\": \"ISDGLO\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Discontinued: Gain/(Loss) from Sale, MM\",\n                            \"Id\": \"ISDGLS\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Discontinued Operations Gain/(Loss), MM\",\n                            \"Id\": \"ISDOGL\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Net Income (as reported), MM\",\n                            \"Id\": \"ISNIAR\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Net Income/(Loss) Attributable to Non-Controlling Interests, MM\",\n                            \"Id\": \"ISMII\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Net Income Attributable to Parent, MM\",\n                            \"Id\": \"ISNIAP\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Preferred Dividends (Inside Equity Base), MM\",\n                            \"Id\": \"ISPSDIS\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"General Partner Interest in Net Income, MM\",\n                            \"Id\": \"ISGPINI\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Net Income to Common Stock as Reported, MM\",\n                            \"Id\": \"ISNICS\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Other Net Income Information: (Header)\",\n                            \"Id\": \"ISONII\",\n                            \"ChildNodes\": [\n                                {\n                                    \"Name\": \"Implied Effective Income Tax Rate per Income Statement, %\",\n                                    \"Id\": \"JSHCETYO\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Special Gains/(Charges) After-tax, Reported, MM\",\n                                    \"Id\": \"SFIEAGP\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Special Gains/(Charges) After-tax, IHS Estimate, MM\",\n                                    \"Id\": \"SFIEAGM\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Net Special Gains/(Charges) After-Tax, MM\",\n                                    \"Id\": \"ISNSGAT\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Adjusted Net Income to Common before special items (0=NA), MM\",\n                                    \"Id\": \"ISANIBSI\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Net Income to Common: US GAAP, MM\",\n                                    \"Id\": \"ISNIGAAP\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Net Income Adjusted to FIFO Basis (Non-LIFO), MM\",\n                                    \"Id\": \"ISNIALB\",\n                                    \"ChildNodes\": []\n                                }\n                            ]\n                        },\n                        {\n                            \"Name\": \"IHS Calculations (Header):\",\n                            \"Id\": \"ISJSH\",\n                            \"ChildNodes\": [\n                                {\n                                    \"Name\": \"IHS Operating Expenses Pre-Adjusted: Consolidated, MM\",\n                                    \"Id\": \"OEBDAHPA\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Pre-tax Adjustment as Reported: (Gain)/Charge MM\",\n                                    \"Id\": \"ISPTAAR\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Pre-tax Adjustment: (Gain)/Charge, IHS Estimate MM\",\n                                    \"Id\": \"ISPTAEJ\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Off Income Statement Pre-tax Adjustment to IHS Operating Expenses, MM\",\n                                    \"Id\": \"ISSCBOE\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Adjusted IHS Operating Expenses: Consolidated, MM\",\n                                    \"Id\": \"OEBDAHPS\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"IHS Operating EBITDA: Consolidated, MM\",\n                                    \"Id\": \"ISJEBDA\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Total IHS EBIT, MM\",\n                                    \"Id\": \"ISJEBIT\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Net Operating Profit After Tax (NOPAT), MM\",\n                                    \"Id\": \"ISNOPAT\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Economic Value Added (EVA), MM\",\n                                    \"Id\": \"ISECONVA\",\n                                    \"ChildNodes\": []\n                                }\n                            ]\n                        },\n                        {\n                            \"Name\": \"Financial Performance Ratios/Metrics (Header):\",\n                            \"Id\": \"COENGT\",\n                            \"ChildNodes\": [\n                                {\n                                    \"Name\": \"5-Year CAGR: IHS Operating EBITDA, %\",\n                                    \"Id\": \"CGRFYOE\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Operating EBITDA per Employee, thousand\",\n                                    \"Id\": \"ISOPEBPE\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"5-Year Operating EBITDA per Employee, thousand\",\n                                    \"Id\": \"SFNBVXB\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Operating EBITDA / (Interest + Preferred Dividends)\",\n                                    \"Id\": \"SFGBVXB\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"3-Year Operating EBITDA / (Interest + Preferred Dividends)\",\n                                    \"Id\": \"OEINPFD3\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"5-Year Operating EBITDA / (Interest + Preferred Dividends)\",\n                                    \"Id\": \"SFGBVXC\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Operating EBITDA Margin, %\",\n                                    \"Id\": \"OEMARGIN\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"5-Year Average Operating EBITDA Margin, %\",\n                                    \"Id\": \"Y5OEMARG\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"EBIT Margin, %\",\n                                    \"Id\": \"EBMARGIN\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"5-Year Average EBIT Margin, %\",\n                                    \"Id\": \"Y5EBMARG\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"SG&A as % of Operating Revenue, %\",\n                                    \"Id\": \"ISSGAPOR\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Net Income Margin, %\",\n                                    \"Id\": \"NTMARGIN\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"5-Year Average Net Income Margin, %\",\n                                    \"Id\": \"Y5NTMARG\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Adjusted Net Income Margin, %\",\n                                    \"Id\": \"ANMARGIN\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"5-Year Average Adjusted Net Income Margin, %\",\n                                    \"Id\": \"Y5ANMARG\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"1-Year Growth Rate: Net Income/share, %\",\n                                    \"Id\": \"COWEB\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"5-Year CAGR: Net Income/share, %\",\n                                    \"Id\": \"SFIAXA\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"1-Year Growth Rate: Cash Flow/share, %\",\n                                    \"Id\": \"COEMAIL\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"5-Year CAGR: Cash Flow/share, %\",\n                                    \"Id\": \"SFCEXXA\",\n                                    \"ChildNodes\": []\n                                }\n                            ]\n                        },\n                        {\n                            \"Name\": \"Average Shares & ADRs Outstanding: (Header)\",\n                            \"Id\": \"AVGSHADR\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Common Share & ADR Data: (Header)\",\n                            \"Id\": \"COTELIR\",\n                            \"ChildNodes\": [\n                                {\n                                    \"Name\": \"Average Shares Outstanding - Basic, MM\",\n                                    \"Id\": \"ISASOP\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Average Shares Outstanding - Fully Diluted, MM\",\n                                    \"Id\": \"ISASOFD\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Period-end Common Shares Issued, MM\",\n                                    \"Id\": \"BSYECSI\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Common Shares in Treasury, MM\",\n                                    \"Id\": \"BSCST\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Period-end Common Shares Outstanding, MM\",\n                                    \"Id\": \"BSYECSO\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Period-end Common Shares Outstanding, fully diluted, MM\",\n                                    \"Id\": \"BSYECSFD\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Common Stock Split History: __ - for - 1\",\n                                    \"Id\": \"COTICKOT\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Public Float of Period-end Common Shares, %\",\n                                    \"Id\": \"BSPFYECS\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"ADR conversion rate, (shares per ADR)\",\n                                    \"Id\": \"ISACR\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Average ADR Equivalents Outstanding - Basic, MM\",\n                                    \"Id\": \"ISAAEOP\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Average ADR Equivalents Outstanding - Fully Diluted, MM\",\n                                    \"Id\": \"ISAAEOF\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Period-end ADR Equivalents Outstanding, MM\",\n                                    \"Id\": \"BSYEAEO\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"ADR Split History: __ - for - 1\",\n                                    \"Id\": \"COSCOI\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Period-end % Shares Traded in US or as ADR\",\n                                    \"Id\": \"BSYESTAF\",\n                                    \"ChildNodes\": []\n                                }\n                            ]\n                        }\n                    ]\n                },\n                {\n                    \"Name\": \"Per Common Share Amounts (Header):\",\n                    \"Id\": \"ISPCSA\",\n                    \"ChildNodes\": [\n                        {\n                            \"Name\": \"IHS Operating EBITDA, per share\",\n                            \"Id\": \"ISOEPS\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"IHS Cash Flow, per share\",\n                            \"Id\": \"CFJSHCES\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Net Income to Common, per share - Basic\",\n                            \"Id\": \"ISNICPPS\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Net Income to Common, per share - Fully Diluted\",\n                            \"Id\": \"ISNIFDPS\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Adjusted Net Income to Common, per share - Basic (0=NA)\",\n                            \"Id\": \"ISANICPS\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Net Income under US GAAP, per share - Basic\",\n                            \"Id\": \"ISNIGPS\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Net Income Adjusted to FIFO basis, per share\",\n                            \"Id\": \"ISNIALBS\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Cash Flow Common Share & ADR Metrics: (Header)\",\n                            \"Id\": \"CFPSHADR\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Funds from Operating Activities Before Working Capital Changes, per share\",\n                            \"Id\": \"CFFOBWCS\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Net Cash from Operating Activities After Working Capital Changes, per share\",\n                            \"Id\": \"CFNCOAWS\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Stock & ADR Prices & Dividends : (Header)\",\n                            \"Id\": \"PRICEDVD\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Common Dividend (as Reported), per share\",\n                            \"Id\": \"ISCDPS\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Annual Rate of Dividend at period-end, per share\",\n                            \"Id\": \"ISARCDPS\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Dividend Payout Ratio to Net Income\",\n                            \"Id\": \"ISCDNIPS\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Dividend Payout Ratio to Cash Flow\",\n                            \"Id\": \"ISCDCES\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Stock Price per share: High\",\n                            \"Id\": \"ISSPHSF\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Stock Price per share: Low\",\n                            \"Id\": \"ISSPLSF\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Stock Price per share: Period-end\",\n                            \"Id\": \"ISSPYSF\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Stock Price per share: Average\",\n                            \"Id\": \"BSROFO\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Stock & ADR Metrics: (Header)\",\n                            \"Id\": \"SAMETRIC\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Stock Price-to-Cash Flow (at year-end)\",\n                            \"Id\": \"SFPOETP\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Stock Price-to-Cash Flow (3-year average)\",\n                            \"Id\": \"SPCF3YR\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Stock Price-to-Cash Flow (5-year average)\",\n                            \"Id\": \"SFGBVTP\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Stock Price-to-Net Income (at year-end)\",\n                            \"Id\": \"SPNET1Y\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Stock Price-to-Net Income (3-year average)\",\n                            \"Id\": \"SPNET3Y\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Stock Price-to-Net Income (5-year average)\",\n                            \"Id\": \"SPNET5Y\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Annual Total Shareholder Return (w/Dividend), %\",\n                            \"Id\": \"ISATRWD\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"3-Year Compound Total Return (w/Dividend), %\",\n                            \"Id\": \"ISTYCTR\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"5-Year Compound Total Return (w/Dividend), %\",\n                            \"Id\": \"ISFYCTR\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Implied Dividend Yield at year-end, %\",\n                            \"Id\": \"DIVYIELD\",\n                            \"ChildNodes\": []\n                        }\n                    ]\n                },\n                {\n                    \"Name\": \"Per ADR Equivalents Amounts (Header):\",\n                    \"Id\": \"ISPAEA\",\n                    \"ChildNodes\": [\n                        {\n                            \"Name\": \"IHS Operating EBITDA, per ADR\",\n                            \"Id\": \"ISOEPA\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"IHS Cash Flow, per ADR\",\n                            \"Id\": \"CFJSHCEA\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Net Income - Basic, per ADR\",\n                            \"Id\": \"ISNICPPA\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Net Income - Fully Diluted, per ADR\",\n                            \"Id\": \"ISNIFDPA\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Adjusted Net Income - Basic (0=NA), per ADR\",\n                            \"Id\": \"ISANICPA\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Net Income under US GAAP, per ADR\",\n                            \"Id\": \"ISNIGPA\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Net Income Adjusted to FIFO basis, per ADR\",\n                            \"Id\": \"ISNIALBA\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Funds from Operating Activities Before Working Capital Changes, per ADR\",\n                            \"Id\": \"CFFOBWCA\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Net Cash from Operating Activities After Working Capital Changes, per ADR\",\n                            \"Id\": \"CFNCOAWA\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Common Dividend (as Reported), per ADR\",\n                            \"Id\": \"ISCDPA\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Annual Rate of Dividend at period-end, per ADR\",\n                            \"Id\": \"ISARCDPA\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"ADR Price: High\",\n                            \"Id\": \"ISAPHAF\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"ADR Price: Low\",\n                            \"Id\": \"ISAPLAF\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"ADR Price: Period-end\",\n                            \"Id\": \"ISAPYAF\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"ADR Price-to-Cash Flow (at year-end)\",\n                            \"Id\": \"SFGBVOU\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"ADR Price-to-Cash Flow (5-year average)\",\n                            \"Id\": \"SFGBVGP\",\n                            \"ChildNodes\": []\n                        }\n                    ]\n                },\n                {\n                    \"Name\": \"Balance Sheet (Header):\",\n                    \"Id\": \"BSHDR\",\n                    \"ChildNodes\": [\n                        {\n                            \"Name\": \"Assets (Header):\",\n                            \"Id\": \"BSA\",\n                            \"ChildNodes\": [\n                                {\n                                    \"Name\": \"Assets: Current (Header):\",\n                                    \"Id\": \"BSCA\",\n                                    \"ChildNodes\": [\n                                        {\n                                            \"Name\": \"Cash and Equivalents, if reported, MM\",\n                                            \"Id\": \"BSCE\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Restricted Cash, MM\",\n                                            \"Id\": \"JSHCEOYO\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Marketable Securities, if reported, MM\",\n                                            \"Id\": \"BSMS\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Total Cash, Equivalents & Marketable Securities, MM\",\n                                            \"Id\": \"BSTCE\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Accounts & Notes Receivable, MM\",\n                                            \"Id\": \"BSANR\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Assets held for Sale or Transfer, MM\",\n                                            \"Id\": \"BSAHST\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Inventories, MM\",\n                                            \"Id\": \"BSI\",\n                                            \"ChildNodes\": [\n                                                {\n                                                    \"Name\": \"LIFO Inventory Reserve, MM\",\n                                                    \"Id\": \"BSLIR\",\n                                                    \"ChildNodes\": []\n                                                }\n                                            ]\n                                        },\n                                        {\n                                            \"Name\": \"Prepaid Expenses & Taxes, MM\",\n                                            \"Id\": \"ESHOTOYO\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Deferred Income Tax Asset: Current, MM\",\n                                            \"Id\": \"BSDITAC\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"All Other Current Assets, MM\",\n                                            \"Id\": \"BSAOCA\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Current Assets Related to Hedging, MM\",\n                                            \"Id\": \"JSHCEHPA\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Total Current Assets, MM\",\n                                            \"Id\": \"BSTCA\",\n                                            \"ChildNodes\": []\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"Name\": \"Assets: Non-Current (Header):\",\n                                    \"Id\": \"BSLTA\",\n                                    \"ChildNodes\": [\n                                        {\n                                            \"Name\": \"Total Gross Book Value of PP&E, MM\",\n                                            \"Id\": \"BSTGBVP\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Total Net Book Value of PP&E, MM\",\n                                            \"Id\": \"BSTNBVP\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Investments: Equity Companies, if reported, MM\",\n                                            \"Id\": \"BSIEC\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Investments: Other, if reported, MM\",\n                                            \"Id\": \"BSIO\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Total Investments, MM\",\n                                            \"Id\": \"BSTI\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Receivables: Non-Current, MM\",\n                                            \"Id\": \"ANWCPFPS\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Other Long-Term Assets, MM\",\n                                            \"Id\": \"BSOLTA\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Goodwill & Similar Intangibles, MM\",\n                                            \"Id\": \"BSGSI\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Deferred Income Tax Asset: Non-Current, MM\",\n                                            \"Id\": \"SFCPFANW\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Non-Current Assets Related to Hedging, MM\",\n                                            \"Id\": \"SFCEMCP\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Total Non-Current Assets, MM\",\n                                            \"Id\": \"BSTLTA\",\n                                            \"ChildNodes\": []\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"Name\": \"Total Assets, Current & Non-Current, MM\",\n                                    \"Id\": \"BSTA\",\n                                    \"ChildNodes\": []\n                                }\n                            ]\n                        },\n                        {\n                            \"Name\": \"Liabilities and Stockholder's Equity (Header):\",\n                            \"Id\": \"BSL\",\n                            \"ChildNodes\": [\n                                {\n                                    \"Name\": \"Liabilities: Current (Header):\",\n                                    \"Id\": \"BSCL\",\n                                    \"ChildNodes\": [\n                                        {\n                                            \"Name\": \"Current Portion of Long-Term Debt, MM\",\n                                            \"Id\": \"BSCPLTD\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Notes Payable to Banks & Other, MM\",\n                                            \"Id\": \"BSNPBO\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Commercial Paper, MM\",\n                                            \"Id\": \"BSCP\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"All Other/Aggregate Short-Term Debt, MM\",\n                                            \"Id\": \"BSAOSTD\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Total Short-Term Debt, MM\",\n                                            \"Id\": \"BSTSTD\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Accounts Payable, MM\",\n                                            \"Id\": \"BSAPAL\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Accrued Liabilities, MM\",\n                                            \"Id\": \"JSHCEOPS\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Taxes Payable, MM\",\n                                            \"Id\": \"BSITP\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Dividends Payable, MM\",\n                                            \"Id\": \"BSDIVPAY\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Other/Aggregate Payables & Accrued Liabilities, MM\",\n                                            \"Id\": \"BSOAPAL\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Total Payables & Accrued Liabilities, MM\",\n                                            \"Id\": \"BSTPAL\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Deferred Income Tax Liabilities: Current, MM\",\n                                            \"Id\": \"BSDITLC\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Advance Payments from Customers: Current, MM\",\n                                            \"Id\": \"BSAPCC\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Warranty Provisions, MM\",\n                                            \"Id\": \"BSCLWP\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Asset Retirement Obligations: Current, MM\",\n                                            \"Id\": \"BSAROC\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"All Other Current Liabilities, MM\",\n                                            \"Id\": \"BSAOCL\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Current Liabilities Related to Hedging, MM\",\n                                            \"Id\": \"SFCEMOE\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Total Current Liabilities, MM\",\n                                            \"Id\": \"BSTCL\",\n                                            \"ChildNodes\": []\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"Name\": \"Liabilities: Non-Current (Header):\",\n                                    \"Id\": \"BSLTL\",\n                                    \"ChildNodes\": [\n                                        {\n                                            \"Name\": \"Convertible Long-Term Debt, MM\",\n                                            \"Id\": \"BSCLTD\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Non-Convertible Long-Term Debt, MM\",\n                                            \"Id\": \"BSNCLTD\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Senior Non-Convertible Long-Term Debt, MM\",\n                                            \"Id\": \"BSSNCLTD\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Subordinated Non-Convertible Long-Term Debt, MM\",\n                                            \"Id\": \"BSSUNCLT\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Capitalized Lease Obligations, MM\",\n                                            \"Id\": \"BSCLO\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Other or Aggregate Long-Term Debt, MM\",\n                                            \"Id\": \"BSOLTD\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Total Long-Term Debt, MM\",\n                                            \"Id\": \"BSTLTD\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Volumetric Production Payments, MM\",\n                                            \"Id\": \"BSVPP\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Pension & Similar Long-Term Obligations, MM\",\n                                            \"Id\": \"BSPSLTO\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Asset Retirement Obligations: Non-Current, MM\",\n                                            \"Id\": \"BSFARC\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Deferred Revenue/Credits, MM\",\n                                            \"Id\": \"BSDRC\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Advance Payments from Customers: Non-Current, MM\",\n                                            \"Id\": \"BSNCAPC\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Other Non-Debt Long-Term Liabilities, MM\",\n                                            \"Id\": \"BSONDLTL\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Non-Current Liabilities Related to Hedging, MM\",\n                                            \"Id\": \"SFCEMGP\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Total Non-Debt Long-Term Liabilities, MM\",\n                                            \"Id\": \"BSTNDLTL\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Deferred Income Tax Liabilities, MM\",\n                                            \"Id\": \"BSDIT\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Negative Goodwill, MM\",\n                                            \"Id\": \"JSHFSANA\",\n                                            \"ChildNodes\": []\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"Name\": \"Equity Attributable to Non-Controlling Interest, MM\",\n                                    \"Id\": \"BSMI\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Preferred Outside Equity Base, Book Value, MM\",\n                                    \"Id\": \"BSPOEBB\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Preferred Outside Equity Base, Liquidation Value, MM\",\n                                    \"Id\": \"BSPOEBL\",\n                                    \"ChildNodes\": []\n                                }\n                            ]\n                        },\n                        {\n                            \"Name\": \"Stockholders' Equity (Header):\",\n                            \"Id\": \"BSSE\",\n                            \"ChildNodes\": [\n                                {\n                                    \"Name\": \"Preferred Stock Inside Equity Base: 1=OK\",\n                                    \"Id\": \"BSPSIEB\",\n                                    \"ChildNodes\": [\n                                        {\n                                            \"Name\": \"Non-Convertible Preferred Inside Equity Base: Book Value, MM\",\n                                            \"Id\": \"BSINCPBV\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Convertible Preferred Inside Equity Base: Book Value, MM\",\n                                            \"Id\": \"BSICPBV\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Total Preferred Inside Equity Base: Book Value, MM\",\n                                            \"Id\": \"BSITPBV\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Non-Convertible Preferred Inside Equity Base: Liquidation Value, MM\",\n                                            \"Id\": \"BSINCPLV\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Convertible Preferred Inside Equity Base: Liquidation Value, MM\",\n                                            \"Id\": \"BSICPLV\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Total Preferred Inside Equity Base: Liquidation Value, MM\",\n                                            \"Id\": \"BSITPLV\",\n                                            \"ChildNodes\": []\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"Name\": \"General Partner's Interest (for MLPs), MM\",\n                                    \"Id\": \"OEBDAOYO\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Common Shareholders Equity, Book Value, MM\",\n                                    \"Id\": \"BSCSEB\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Common Shareholders Equity, IHS Adjusted, MM\",\n                                    \"Id\": \"BSCSEJA\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Total Shareholders' Equity, MM\",\n                                    \"Id\": \"BSTSE\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Total Liabilities & Shareholder Equity, MM\",\n                                    \"Id\": \"BSTLASE\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Balance Sheet Check (should be zero)\",\n                                    \"Id\": \"BSBSCSBZ\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Total Preferred Stock (Outside & Inside Equity Base) at Book Value, MM\",\n                                    \"Id\": \"SFCEXXB\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Total Preferred Stock (Outside & Inside Equity Base) @ Liquidation Value, MM\",\n                                    \"Id\": \"SFRXB\",\n                                    \"ChildNodes\": []\n                                }\n                            ]\n                        },\n                        {\n                            \"Name\": \"Balance Sheet Metrics: (Header)\",\n                            \"Id\": \"SFNBVXA\",\n                            \"ChildNodes\": [\n                                {\n                                    \"Name\": \"Working Capital (Deficit), MM\",\n                                    \"Id\": \"BSWC\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Asset Retirement Obligations: Current & Non-Current, MM\",\n                                    \"Id\": \"BSAROCNC\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Total IHS Long-Term Liabilities, MM\",\n                                    \"Id\": \"BSTJLTL\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Total Debt, MM\",\n                                    \"Id\": \"BSTOTDBT\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Net Debt, MM\",\n                                    \"Id\": \"BSNETDBT\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Total Debt & Preferred Stock, MM\",\n                                    \"Id\": \"BSTTDTPS\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Net Debt & Preferred Stock, MM\",\n                                    \"Id\": \"BSNETDPS\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Market Capital & Enterprise Value Metrics: (Header)\",\n                                    \"Id\": \"MKTCAPEV\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Market Capital at Period-end, MM\",\n                                    \"Id\": \"BSMCAYE\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Enterprise Value (EV) at Period-end, MM\",\n                                    \"Id\": \"BSEV\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Enterprise Value - to - Operating EBITDA\",\n                                    \"Id\": \"EVEBITDA\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Enterprise Value per boe Reserves\",\n                                    \"Id\": \"EVPERBOE\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"IHS Adj. Enterprise Value of E&P, MM\",\n                                    \"Id\": \"JSHCEHPS\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"IHS Adjusted Enterprise Value per boe Reserves\",\n                                    \"Id\": \"BSEVPBOE\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Leverage Metrics: (Header)\",\n                                    \"Id\": \"LEVMETRC\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Total Debt per boe Reserves\",\n                                    \"Id\": \"BSTDPBOE\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Interest & Preferred Dividends per boe Production\",\n                                    \"Id\": \"INTDVBOE\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"SG&A per boe Production\",\n                                    \"Id\": \"ISSGAPB\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Proved boe Reserves per Share\",\n                                    \"Id\": \"BSRPS\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Total Book Capital at Period-end, MM\",\n                                    \"Id\": \"BSTOTCAP\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Common Equity - to - Total Book Capital, %\",\n                                    \"Id\": \"BSCETCAP\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"(Debt+Preferred Stock at Book Value)-to-Total Book Capital, %\",\n                                    \"Id\": \"BSDTTC\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"3-Year (Debt + Preferred Stock at Book Value)-to-Total Book Capital, %\",\n                                    \"Id\": \"COFONAM\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"5-Year (Debt+Preferred Stock at Book Value)-to-Total Book Capital, %\",\n                                    \"Id\": \"SFIAXB\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"(Debt + Preferred Stock at Liquidation Value)-to-Total Capital (adjusted), %\",\n                                    \"Id\": \"BSDPSTTC\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Net Debt Leverage Ratio\",\n                                    \"Id\": \"NDLEVERR\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Debt-adjusted Production per Share\",\n                                    \"Id\": \"BSDAPPS\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Debt-adjusted Reserves per Share\",\n                                    \"Id\": \"BSDARPS\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Australian Gearing Ratio\",\n                                    \"Id\": \"BSAUSGR\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Capital Employed Metrics: (Header)\",\n                                    \"Id\": \"CAPEXMET\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Capital Employed at Period start, MM\",\n                                    \"Id\": \"BSBCAPEM\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Capital Employed at Period-end, MM\",\n                                    \"Id\": \"BSCAPEMP\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Return on Capital Employed, %\",\n                                    \"Id\": \"BSROCE\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Return (Adjusted) on Capital Employed, %\",\n                                    \"Id\": \"BSROCEAJ\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"(Debt + Preferred Stock at Liquidation Value) - to - Capital Employed, %\",\n                                    \"Id\": \"BSDTCEMP\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Average Capital Employed during Year, MM\",\n                                    \"Id\": \"BSACAPEM\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Return on Average Capital Employed, %\",\n                                    \"Id\": \"BSROACE\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"3-Year Return on Average Capital Employed, %\",\n                                    \"Id\": \"COYOI\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"5-Year Return on Average Capital Employed, %\",\n                                    \"Id\": \"SFIEAXA\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Return (Adjusted) on Average Capital Employed, %\",\n                                    \"Id\": \"BSROACEA\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Australian Return on Average Capital Employed (ROACE)\",\n                                    \"Id\": \"AUSROACE\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Return on Total Assets, %\",\n                                    \"Id\": \"BSROTOTA\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"3-Year Return on Total Assets, %\",\n                                    \"Id\": \"BS3YROTA\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"5-Year Return on Total Assets, %\",\n                                    \"Id\": \"BS5YROTA\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Cash Return On Invested Capital, %\",\n                                    \"Id\": \"BSCROIC\",\n                                    \"ChildNodes\": []\n                                }\n                            ]\n                        },\n                        {\n                            \"Name\": \"US GAAP Figures for Foreign Companies (Header):\",\n                            \"Id\": \"BSUSGAAP\",\n                            \"ChildNodes\": [\n                                {\n                                    \"Name\": \"Total Assets, adjusted to US GAAP, MM\",\n                                    \"Id\": \"BSTAUG\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Common Shareholders Equity: US GAAP, MM\",\n                                    \"Id\": \"BSCSEUG\",\n                                    \"ChildNodes\": []\n                                }\n                            ]\n                        },\n                        {\n                            \"Name\": \"Weighted Average Cost of Capital Components: (Header)\",\n                            \"Id\": \"SEGASP\",\n                            \"ChildNodes\": [\n                                {\n                                    \"Name\": \"10 Year Treasury Bond Average Rate, %\",\n                                    \"Id\": \"BSCONL\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Average Beta\",\n                                    \"Id\": \"BSRO\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Average Market Capital, MM\",\n                                    \"Id\": \"BSROON\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Total Firm Market Value, MM\",\n                                    \"Id\": \"RRCLNGPV\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Cost of Debt, %\",\n                                    \"Id\": \"RRCLNGPR\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Cost of Preferred Stock, %\",\n                                    \"Id\": \"SEGCOAL\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Cost of Equity, %\",\n                                    \"Id\": \"SEGRYE\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Weighted Average Cost of Capital, %\",\n                                    \"Id\": \"SEG\",\n                                    \"ChildNodes\": []\n                                }\n                            ]\n                        },\n                        {\n                            \"Name\": \"Payment Schedule of Long-Term Debt (Header):\",\n                            \"Id\": \"BSSPLTD\",\n                            \"ChildNodes\": [\n                                {\n                                    \"Name\": \"Scheduled Payments: less than 1 year, MM\",\n                                    \"Id\": \"BSSPON\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Scheduled Payments: between 1 and 2 years, MM\",\n                                    \"Id\": \"BSSPTW\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Scheduled Payments: between 2 and 3 years, MM\",\n                                    \"Id\": \"BSSPTH\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Scheduled Payments: between 3 and 4 years, MM\",\n                                    \"Id\": \"BSSPFO\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Scheduled Payments: between 4 and 5 years, MM\",\n                                    \"Id\": \"BSSPFI\",\n                                    \"ChildNodes\": []\n                                }\n                            ]\n                        }\n                    ]\n                },\n                {\n                    \"Name\": \"Cash Flow Statement: Inflow/(Outflow), Header\",\n                    \"Id\": \"CFHDR\",\n                    \"ChildNodes\": [\n                        {\n                            \"Name\": \"Cash Flow from Operating Activities (CFOA): Header\",\n                            \"Id\": \"CFOA\",\n                            \"ChildNodes\": [\n                                {\n                                    \"Name\": \"Net Income (as reported): CFOA, MM\",\n                                    \"Id\": \"CFNIAR\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"DD&A Expense: CFOA, MM\",\n                                    \"Id\": \"CFDDA\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Amortization: Goodwill/Other: CFOA, MM\",\n                                    \"Id\": \"JSHCEOPA\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Amortization: Debt Financing Costs: CFOA, MM\",\n                                    \"Id\": \"CFOAMDFC\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Amortization: Exploration Lease Costs: CFOA, MM\",\n                                    \"Id\": \"CFOAEXLC\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Exploration & Dry Hole Expenses: CFOA, MM\",\n                                    \"Id\": \"CFEDHE\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Cumulative Effect of Accounting Changes: CFOA, MM\",\n                                    \"Id\": \"CFCEAC\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Deferred Income Tax/(Credit): CFOA, MM\",\n                                    \"Id\": \"CFDIT\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Distributions less than Equity Income: CFOA, MM\",\n                                    \"Id\": \"CFDLEI\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Equity in Earnings of Affiliates: CFOA, MM\",\n                                    \"Id\": \"JSHCETPA\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Non-Controlling Interest in Net Income: CFOA, MM\",\n                                    \"Id\": \"ESADROYO\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Stock Compensation, Non-Cash: CFOA, MM\",\n                                    \"Id\": \"OEBDATYO\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Tax Benefit, Stock-based Awards: CFOA, MM\",\n                                    \"Id\": \"CFOATBSC\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Restoration/Abandonment/Decommissioning Expenses: CFOA, MM\",\n                                    \"Id\": \"JSHCEHYO\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Foreign Exchange Loss/(Gain): CFOA, MM\",\n                                    \"Id\": \"CFFOREX\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Litigation/Settlement Provisions: CFOA, MM\",\n                                    \"Id\": \"CFLITSET\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Pension Expense, Net of Contributions: CFOA, MM\",\n                                    \"Id\": \"CFOPENSI\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Restructuring Provisions: CFOA, MM\",\n                                    \"Id\": \"CFORESTC\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Accretion on Discounted Liabilities: CFOA, MM\",\n                                    \"Id\": \"CFOACRET\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Loss/(Gain) on Asset Sales: CFOA, MM\",\n                                    \"Id\": \"CFNGLAS\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Loss/(Gain) on Investment Sales: CFOA, MM\",\n                                    \"Id\": \"CFLGSSEC\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Loss/(Gain) on Disposal of Discontinued Operations: CFOA, MM\",\n                                    \"Id\": \"CFGLDIS\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Loss/(Gain): Early Extinguishment of Debt: CFOA, MM\",\n                                    \"Id\": \"CFOERLYD\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Writedown/Impairment of Assets: CFOA, MM\",\n                                    \"Id\": \"CFAWI\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Impairment of Unproved Properties: CFOA, MM\",\n                                    \"Id\": \"CFIMUNPR\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Writedown/Impairment of Investments: CFOA, MM\",\n                                    \"Id\": \"CFWDINV\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Provisions for Doubtful Accounts: CFOA, MM\",\n                                    \"Id\": \"CFODOUBT\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Derivative Loss/(Gain), Unrealized: CFOA, MM\",\n                                    \"Id\": \"BSROTH\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Interest (Income)/Expense: CFOA, MM\",\n                                    \"Id\": \"CFIFRSIN\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Taxation, Current: CFOA/IFRS, MM\",\n                                    \"Id\": \"CFIFRSTC\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Taxation Paid: CFOA/IFRS, MM\",\n                                    \"Id\": \"CFIFRSTP\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Other Special Non-Cash Items, net, MM\",\n                                    \"Id\": \"CFOSNCI\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Other Adjustment for Discontinued Operations, if needed: CFOA, MM\",\n                                    \"Id\": \"CFADJDIS\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Other Miscellaneous CFOA Items, net, MM\",\n                                    \"Id\": \"CFOMNCI\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Funds from Operating Activities Before Working Capital Changes, MM\",\n                                    \"Id\": \"CFFOABWC\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"CFOA: Working Capital Changes (Header)\",\n                                    \"Id\": \"CFOAWCCH\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"(Increase)/Decrease: Accounts Receivable, MM\",\n                                    \"Id\": \"CFIDAR\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"(Increase)/Decrease: Inventories, MM\",\n                                    \"Id\": \"CFIDI\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"(Increase)/Decrease: Prepaid Expenses, MM\",\n                                    \"Id\": \"CFIDPRPD\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"(Increase)/Decrease: Hedging Contracts, MM\",\n                                    \"Id\": \"CFIDHEDG\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"(Increase)/Decrease: Other Current Assets, MM\",\n                                    \"Id\": \"CFIDOCA\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Increase/(Decrease): Accounts Payable, MM\",\n                                    \"Id\": \"CFIDAP\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Increase/(Decrease): Accrued Expenses, MM\",\n                                    \"Id\": \"CFIDAE\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Increase/(Decrease): Deferred Revenues, MM\",\n                                    \"Id\": \"CFIDDR\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Increase/(Decrease): Taxes Payable, MM\",\n                                    \"Id\": \"CFIDTP\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"All Other Changes in Working Capital, Net, MM\",\n                                    \"Id\": \"CFAOCWCN\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Net Changes in Working Capital, MM\",\n                                    \"Id\": \"CFNCWC\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Net Cash from Operating Activities After Working Capital Changes, MM\",\n                                    \"Id\": \"CFNCOAWC\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Cash Flow from Discontinued Operations in above, if reported, MM\",\n                                    \"Id\": \"CFDISCOP\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Adjustments for IHS Cash Flow (Header):\",\n                                    \"Id\": \"CFAJCE\",\n                                    \"ChildNodes\": [\n                                        {\n                                            \"Name\": \"Total Exploration Expenses, IHS CF, MM\",\n                                            \"Id\": \"CFEDHET\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Preferred Dividends (Inside Equity Base), IHS CF, MM\",\n                                            \"Id\": \"CFPD\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Capitalized Interest, IHS CF, MM\",\n                                            \"Id\": \"CFCI\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Interest Income/(Expense): IHS CF/IFRS, MM\",\n                                            \"Id\": \"CFJSHINT\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Other Adjustments to Calculate IHS Cash Flow, MM\",\n                                            \"Id\": \"CFOAJSCE\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"IHS Cash Flow, MM\",\n                                            \"Id\": \"CFJSHCE\",\n                                            \"ChildNodes\": []\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"Name\": \"Cash Flow: Investing Activities (IA): Header\",\n                            \"Id\": \"CFCFIA\",\n                            \"ChildNodes\": [\n                                {\n                                    \"Name\": \"Capital Expenditures/Additions to PP&E: IA, MM\",\n                                    \"Id\": \"CFCEAPPE\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Acquisitions: IA, MM\",\n                                    \"Id\": \"CFACQ\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Proceeds from Sales of PP&E: IA, MM\",\n                                    \"Id\": \"CFPSPPE\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Proceeds from Sale of Discontinued Operations: IA, MM\",\n                                    \"Id\": \"CFPSDOP\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Additional Investments & Advances: IA, MM\",\n                                    \"Id\": \"CFAIA\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Sales of Investments: IA, MM\",\n                                    \"Id\": \"CFSIE\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Additions to Intangible Assets: IA, MM\",\n                                    \"Id\": \"CFIINTAN\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Interest Income Received: IA/IFRS, MM\",\n                                    \"Id\": \"CFIFRSII\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Investing Activities: Cash Flow from Discontinued Operations, MM\",\n                                    \"Id\": \"CFIADO\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"All Other, net: IA, MM\",\n                                    \"Id\": \"CFAON\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Net Cash Used in Investing Activities, MM\",\n                                    \"Id\": \"CFNCUIA\",\n                                    \"ChildNodes\": []\n                                }\n                            ]\n                        },\n                        {\n                            \"Name\": \"Cash Flow: Financing Activities (FA): (Header)\",\n                            \"Id\": \"CFCFFA\",\n                            \"ChildNodes\": [\n                                {\n                                    \"Name\": \"Additions to Long-Term Debt: FA, MM\",\n                                    \"Id\": \"CFALTD\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Reductions to Long-Term Debt: FA, MM\",\n                                    \"Id\": \"CFRLTD\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Additions to Short-Term Debt: FA, MM\",\n                                    \"Id\": \"CFASTD\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Reductions to Short-Term Debt: FA, MM\",\n                                    \"Id\": \"CFRSTD\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Debt Issuance/Retirement Costs: FA, MM\",\n                                    \"Id\": \"CFFISUEC\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Deposits to Restricted Cash: FA, MM\",\n                                    \"Id\": \"CFFRESCA\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Net Increase/(Decrease) Other Borrowings: FA, MM\",\n                                    \"Id\": \"CFNIDOB\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Interest Expense Paid: FA/IFRS, MM\",\n                                    \"Id\": \"CFIFRSIP\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Proceeds: Common Equity Offering: FA, MM\",\n                                    \"Id\": \"CFPIC\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Proceeds: Exercise Stock Options: FA, MM\",\n                                    \"Id\": \"CFPEXSO\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Total Proceeds: Common Issuances: FA, MM\",\n                                    \"Id\": \"CFTPCSI\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Proceeds from Equity Offering of a Subsidiary: FA, MM\",\n                                    \"Id\": \"CFPEOSC\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Proceeds: Issue of Warrants/Rights: FA, MM\",\n                                    \"Id\": \"CFPIWR\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Purchase of Common for Treasury: FA, MM\",\n                                    \"Id\": \"CFPCT\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Proceeds from Issue of Preferred: FA, MM\",\n                                    \"Id\": \"CFPIP\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Redemption of Preferred Stock: FA, MM\",\n                                    \"Id\": \"CFRPS\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Cash Dividends Paid on Common: FA, MM\",\n                                    \"Id\": \"CFCDPC\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Cash Dividends Paid on Preferred: FA, MM\",\n                                    \"Id\": \"CFCDPP\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Dividends to Non-Controlling Interests: FA, MM\",\n                                    \"Id\": \"CFDTMI\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Changes in Non-Controlling Interests: FA, MM\",\n                                    \"Id\": \"CFCMININ\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Contributions from General Partners: FA, MM\",\n                                    \"Id\": \"CFCONTGP\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Tax Benefit, Stock-based Awards: FA, MM\",\n                                    \"Id\": \"CFFATXBS\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Financing Activities: Cash Flow from Discontinued Operations, MM\",\n                                    \"Id\": \"CFFADO\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"All Other Items, net: FA, MM\",\n                                    \"Id\": \"CFAOIN\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Adjustment for Cash Flow Restatement: FA, MM\",\n                                    \"Id\": \"CFFAADJR\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Net Cash Used in Financing Activities, MM\",\n                                    \"Id\": \"CFNCUFA\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Effect of Rate Changes on Cash & Equivalents, MM\",\n                                    \"Id\": \"CFERCCE\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Net Increase/(Decrease) in Cash & Equivalents, MM\",\n                                    \"Id\": \"CFNIDCE\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Cash & Equivalents: Beginning of Period, MM\",\n                                    \"Id\": \"CFCCEBY\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Cash & Equivalents: End of Period, MM\",\n                                    \"Id\": \"CFCCEEY\",\n                                    \"ChildNodes\": []\n                                }\n                            ]\n                        },\n                        {\n                            \"Name\": \"Sources & Uses Analysis (Header):\",\n                            \"Id\": \"CFSUA\",\n                            \"ChildNodes\": [\n                                {\n                                    \"Name\": \"Total Sources of Funds: Inflow, MM\",\n                                    \"Id\": \"CFTSFI\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Total Uses of Funds: Outflow, MM\",\n                                    \"Id\": \"CFTUFO\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Net Inflow/(Outflow) before Financing, MM\",\n                                    \"Id\": \"CFNIOBF\",\n                                    \"ChildNodes\": []\n                                }\n                            ]\n                        },\n                        {\n                            \"Name\": \"Shares Issued and Repurchased: (Header)\",\n                            \"Id\": \"CFMCFSD\",\n                            \"ChildNodes\": [\n                                {\n                                    \"Name\": \"Number of Common Shares Repurchased, MM\",\n                                    \"Id\": \"CFNCSR\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Number of Common Shares Sold/Issued, MM\",\n                                    \"Id\": \"CFNCSS\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Implied Price per Share Repurchased\",\n                                    \"Id\": \"CFIPPSR\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Implied Sales Price per Share Sold/Issued\",\n                                    \"Id\": \"CFISPPSS\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Implied Price per ADR Repurchased\",\n                                    \"Id\": \"CFIPPAR\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Implied Sales Price per ADR Sold/Issued\",\n                                    \"Id\": \"CFISPPAS\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Capitalized Overhead, MM\",\n                                    \"Id\": \"CFCO\",\n                                    \"ChildNodes\": []\n                                }\n                            ]\n                        }\n                    ]\n                },\n                {\n                    \"Name\": \"Oil & Gas Reserves and Costs (Flag) (Header):\",\n                    \"Id\": \"RRCHDR\",\n                    \"ChildNodes\": [\n                        {\n                            \"Name\": \"RRC: (OK-NA) (NC: 1-RRC 2-FDC 3-Both)\",\n                            \"Id\": \"CORRC\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Costs Incurred, Annual; 1=Derived: (Header)\",\n                            \"Id\": \"RRCCI\",\n                            \"ChildNodes\": [\n                                {\n                                    \"Name\": \"Acquisition Costs: Proved, MM\",\n                                    \"Id\": \"RRCACP\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Acquisition Costs: Unproved, MM\",\n                                    \"Id\": \"RRCACU\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Acquisition Costs: Asset Retirement Obligation Costs, MM\",\n                                    \"Id\": \"RRCACARO\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Acquisition Costs Incurred: Total, MM\",\n                                    \"Id\": \"RRCACT\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Exploration Costs Incurred, MM\",\n                                    \"Id\": \"RRCEC\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Development Costs Incurred, MM\",\n                                    \"Id\": \"RRCDC\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Asset Retirement Obligation Costs: Annual, MM\",\n                                    \"Id\": \"RRCASRCA\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Other/Aggregate Costs/(Credits) Incurred, MM\",\n                                    \"Id\": \"RRCOCC\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Total Costs Incurred Excluding Cumulative AROC, MM\",\n                                    \"Id\": \"RRCTCI\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Asset Retirement Obligation Costs: Cumulative, MM\",\n                                    \"Id\": \"RRCASRCC\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Total Costs Incurred Including Cumulative AROC, MM\",\n                                    \"Id\": \"RRCTCIWA\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Acquisition-Related Deferred Tax Excluded Above, MM\",\n                                    \"Id\": \"COADDRT\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Asset Retirement Obligation Costs: Total, MM\",\n                                    \"Id\": \"RRCASRCT\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Development Costs Incurred on Proved Undeveloped Reserves, MM\",\n                                    \"Id\": \"RRCDCIUN\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Development Costs Incurred on Proved Developed Reserves, MM\",\n                                    \"Id\": \"RRCDCIPR\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Costs Incurred Metrics: (Header)\",\n                                    \"Id\": \"CIMETRIC\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Total Cost Incurred, 3-Year Sum, MM\",\n                                    \"Id\": \"RRCTCI3Y\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Total Cost Incurred, 5-Year Sum, MM\",\n                                    \"Id\": \"RRCTCI5Y\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Finding & Development (F&D) Costs Incurred, MM\",\n                                    \"Id\": \"RRCFDCI\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Finding & Development Costs Incurred, 3-Year Sum, MM\",\n                                    \"Id\": \"RRCFD3Y\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Finding & Development Costs Incurred, 5-Year Sum, MM\",\n                                    \"Id\": \"RRCFD5Y\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Finding Costs Incurred, MM\",\n                                    \"Id\": \"RRCFCI\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"'Finding' Costs, 3-Year Sum, MM\",\n                                    \"Id\": \"Y3RRCFCI\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"'Finding' Costs, 5-Year Sum, MM\",\n                                    \"Id\": \"Y5RRCFCI\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Finding & Development Costs as % of Total Costs Incurred, %\",\n                                    \"Id\": \"RRCFDPTC\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"3-Year Finding & Development Costs as % of Total Costs Incurred, %\",\n                                    \"Id\": \"RRC3YFPT\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"5-Year Finding & Development Costs as % of Total Costs Incurred, %\",\n                                    \"Id\": \"RRC5YFPT\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Proved Acquisition Costs Incurred as % of Total Costs Incurred\",\n                                    \"Id\": \"RRCPACTC\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Unproved Acquisition Costs Incurred as % of Total Costs Incurred\",\n                                    \"Id\": \"RRCUACTC\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Exploration Costs Incurred as % of TCI, %\",\n                                    \"Id\": \"RRCEXPTC\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Development Costs Incurred as % of Total Costs Incurred\",\n                                    \"Id\": \"RRCDCTC\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Exploration & Unproved Acquisition Costs as % of TCI, %\",\n                                    \"Id\": \"RRCEUPTC\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"3-Year Exploration & Unproved Acquisition Costs as % of TCI, %\",\n                                    \"Id\": \"RRC3YEUP\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"5-Year Exploration & Unproved Acquisition Costs as % of TCI, %\",\n                                    \"Id\": \"RRC5YEUP\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Unproved/Proved Acquisition Costs Incurred Ratio\",\n                                    \"Id\": \"RRCUACER\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Maintenance Capital, MM\",\n                                    \"Id\": \"MAINTCAP\",\n                                    \"ChildNodes\": []\n                                }\n                            ]\n                        },\n                        {\n                            \"Name\": \"Oil & Gas Reserves & Production (1=w/Probables): (Header)\",\n                            \"Id\": \"RRCLGRC\",\n                            \"ChildNodes\": [\n                                {\n                                    \"Name\": \"Oil Reserves and Production: (Header)\",\n                                    \"Id\": \"OLRSRVS\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Oil/Liquids Beginning Year Reserves, MMbbls\",\n                                    \"Id\": \"RRCLBYR\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Oil/Liquids Revisions, MMbbls\",\n                                    \"Id\": \"RRCLR\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Oil/Liquids Extensions & Discoveries, MMbbls\",\n                                    \"Id\": \"RRCLED\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Oil/Liquids Improved Recovery, MMbbls\",\n                                    \"Id\": \"RRCLIR\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Oil/Liquids Purchases, MMbbls\",\n                                    \"Id\": \"RRCLPCH\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"(Oil/Liquids Sales of Reserves), MMbbls\",\n                                    \"Id\": \"RRCLSR\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Oil/Liquids Transfer/Reclassification/Other, MMbbls\",\n                                    \"Id\": \"RRCLTRO\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"(Oil/Liquids Production), MMbbls\",\n                                    \"Id\": \"RRCLP\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Oil/Liquids Year-end Reserves, MMbbls\",\n                                    \"Id\": \"RRCLYER\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Oil/Liquids Developed Reserves, MMbbls\",\n                                    \"Id\": \"RRCLDR\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Oil/Liquids Undeveloped Reserves, MMbbl\",\n                                    \"Id\": \"RRCLUDR\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Oil/Liquids Reserves, % Developed\",\n                                    \"Id\": \"RRCLRPD\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Oil/Liquids Reserves % Undeveloped\",\n                                    \"Id\": \"RRCLRPU\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Gas Reserves and Production: (Header)\",\n                                    \"Id\": \"NGRSRVS\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Gas Beginning Year Reserves, Bcf\",\n                                    \"Id\": \"RRCGBYR\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Gas Revisions, Bcf\",\n                                    \"Id\": \"RRCGR\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Gas Extensions & Discoveries, Bcf\",\n                                    \"Id\": \"RRCGED\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Gas Improved Recovery, Bcf\",\n                                    \"Id\": \"RRCGIR\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Gas Purchases, Bcf\",\n                                    \"Id\": \"RRCGPCH\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"(Gas Sales of Reserves), Bcf\",\n                                    \"Id\": \"RRCGSR\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Gas Transfer/Reclassification/Other, Bcf\",\n                                    \"Id\": \"RRCGTRO\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"(Gas Production), Bcf\",\n                                    \"Id\": \"RRCGP\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Gas Year-end Reserves, Bcf\",\n                                    \"Id\": \"RRCGYER\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Gas Developed Reserves, Bcf\",\n                                    \"Id\": \"RRCGDR\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Gas Undeveloped Reserves, Bcf\",\n                                    \"Id\": \"RRCGUDR\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Gas Reserves % Developed\",\n                                    \"Id\": \"RRCGRPD\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Gas Reserves % Undeveloped\",\n                                    \"Id\": \"RRCGRPU\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Total Oil & Gas Reserves and Production: (Header)\",\n                                    \"Id\": \"TOGRSRVS\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Total Oil & Gas Beginning Year Reserves, MMboe\",\n                                    \"Id\": \"RRCOGBYR\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Total Oil & Gas Revisions, MMboe\",\n                                    \"Id\": \"RRCOGREV\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Total Oil & Gas Extensions & Discoveries, MMboe\",\n                                    \"Id\": \"RRCOGEXD\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Total Oil & Gas Improved Recovery, MMboe\",\n                                    \"Id\": \"RRCOGIMP\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Total Oil & Gas Purchases, MMboe\",\n                                    \"Id\": \"RRCOGPUR\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"(Total Oil & Gas Sales of Reserves), MMboe\",\n                                    \"Id\": \"RRCOGSAL\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Total Oil & Gas Transfer/Reclassification/Other, MMboe\",\n                                    \"Id\": \"RRCOGTRN\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"(Total Oil & Gas Production), MMboe\",\n                                    \"Id\": \"RRCOGPRD\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Total Oil & Gas Year-end Reserves, MMboe\",\n                                    \"Id\": \"RRCTRB\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Total Developed Oil & Gas Reserves, MMboe\",\n                                    \"Id\": \"RRCTPDR\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Total Undeveloped Oil & Gas Reserves, MMboe\",\n                                    \"Id\": \"RRCTUDR\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Price-Related Revisions, MMboe, Gas@6/1\",\n                                    \"Id\": \"RRCOGPRR\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Impact of SEC Changes, MMboe, Gas@6/1\",\n                                    \"Id\": \"RRCOGCIS\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Oil & Gas Revisions, Improved Recovery, & Transfers, MMboe\",\n                                    \"Id\": \"RRCOGRIT\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Developed Reserves Disclosed? (No = 1)\",\n                                    \"Id\": \"RRCDFLAG\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Total Oil & Gas Reserves % Developed\",\n                                    \"Id\": \"RRCTRPD\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Total Oil & Gas Reserves % Undeveloped\",\n                                    \"Id\": \"RRCTRPU\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Oil/Liquids as % of Total Reserves, Gas@6/1\",\n                                    \"Id\": \"RRCLRPTR\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Gas as % of Total Reserves, Gas@6/1\",\n                                    \"Id\": \"RRCGRPTR\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Reserves Associated with PSCs: (Header)\",\n                                    \"Id\": \"RSRVSPSC\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"% Reserves Associated with Production Sharing Contracts (PSCs), Oil/Liquids\",\n                                    \"Id\": \"RAPSCOIL\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"% Reserves Associated with Production Sharing Contracts (PSCs), Gas\",\n                                    \"Id\": \"RAPSCGAS\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"% Reserves Associated with Production Sharing Contracts (PSCs), Oil & Gas\",\n                                    \"Id\": \"RAPSCBOE\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Production Metrics: (Header)\",\n                                    \"Id\": \"PRODMETR\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Oil/Liquids Production, Annual, MMbbl\",\n                                    \"Id\": \"RRCLPNTP\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Oil/Liquids Production, 3-Year Sum, MMbbl\",\n                                    \"Id\": \"RRCLP3Y\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Oil/Liquids Production, 5-Year Sum, MMbbl\",\n                                    \"Id\": \"RRCLP5Y\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Gas Production, Annual, Bcf\",\n                                    \"Id\": \"RRCGPNTP\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Gas Production, 3-Year Sum, Bcf\",\n                                    \"Id\": \"RRCGP3Y\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Gas Production, 5-Year Sum, Bcf\",\n                                    \"Id\": \"RRCGP5Y\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Total Oil & Gas (@6/1) Production, MMboe\",\n                                    \"Id\": \"RRCTPP\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Oil/Liquids as % of Total Production, %\",\n                                    \"Id\": \"ESHOTHYO\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Gas as % of Total Production, %\",\n                                    \"Id\": \"GASPTOTL\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Total Oil & Gas (@6/1) Production, 3-Year Sum, MMboe\",\n                                    \"Id\": \"RRCTPP3Y\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Total Oil & Gas (@6/1) Production, 5-Year Sum, MMboe\",\n                                    \"Id\": \"RRCTPP5Y\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"1-Year Total Oil & Gas (@6/1) Production Growth, %\",\n                                    \"Id\": \"RRCOYTPG\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"3-Year Total Oil & Gas (@6/1) Production Growth, %\",\n                                    \"Id\": \"RRCTYTPG\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"5-Year Total Oil & Gas (@6/1) Production Growth, %\",\n                                    \"Id\": \"RRCFYTPG\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Daily Oil/Liquid Production Rate, Mbbl/day\",\n                                    \"Id\": \"DAILYOIL\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Daily Gas Production Rate, MMcf/day\",\n                                    \"Id\": \"DAILYGAS\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Daily Oil & Gas Production Rate, Mboe/day\",\n                                    \"Id\": \"DAILYBOE\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Exploration Costs/boe of Production\",\n                                    \"Id\": \"RRCEXLPB\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Development Costs/boe of Production\",\n                                    \"Id\": \"RRCDEVPB\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Reserve/Production Ratios: (Header)\",\n                                    \"Id\": \"RPRATIOS\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Reserve/Production (R/P) Ratio, Average: Oil\",\n                                    \"Id\": \"RPRATOIL\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Reserve/Production (R/P) Ratio, Average: Gas\",\n                                    \"Id\": \"RPRATGAS\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Reserve/Production (R/P) Ratio, Average: Oil & Gas\",\n                                    \"Id\": \"RPRATBOE\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Reserve/Production (R/P) Ratio: Oil\",\n                                    \"Id\": \"OILRPR\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Reserve/Production (R/P) Ratio: Gas\",\n                                    \"Id\": \"GASRPR\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Reserve/Production (R/P) Ratio: Oil & Gas\",\n                                    \"Id\": \"BOERPR\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Reserve/Production Ratio (Proved Developed): Oil/Liquids\",\n                                    \"Id\": \"RRCPDLTP\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Reserve/Production Ratio (Proved Developed): Gas\",\n                                    \"Id\": \"RRCPDGTP\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Reserve/Production Ratio (Proved Developed): Oil & Gas\",\n                                    \"Id\": \"RRCPDRTP\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Reserve Metrics: (Header)\",\n                                    \"Id\": \"RSRVMETR\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Net Reserve Changes: Oil/Liquids, MMbbl\",\n                                    \"Id\": \"SFROC\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Net Reserve Changes: Gas, Bcf\",\n                                    \"Id\": \"SFRXA\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Net Reserve Changes: Oil & Gas, MMboe\",\n                                    \"Id\": \"SEGNTPSV\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"1-Year Oil/Liquids Reserve Growth, %\",\n                                    \"Id\": \"RRCOYLGR\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"3-Year Oil/Liquids Reserve Growth, %\",\n                                    \"Id\": \"RRCTYLGR\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"5-Year Oil/Liquids Reserve Growth, %\",\n                                    \"Id\": \"RRCFYLGR\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"1-Year Gas Reserve Growth, %\",\n                                    \"Id\": \"RRCOYGRG\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"3-Year Gas Reserve Growth, %\",\n                                    \"Id\": \"RRCTYGRG\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"5-Year Gas Reserve Growth, %\",\n                                    \"Id\": \"RRCFYGRG\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"1-Year Total Oil & Gas (@6/1) Reserve Growth, %\",\n                                    \"Id\": \"RRCOYTRG\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"3-Year Total Oil & Gas (@6/1) Reserve Growth, %\",\n                                    \"Id\": \"RRCTYTRG\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"5-Year Total Oil & Gas (@6/1) Reserve Growth, %\",\n                                    \"Id\": \"RRCFYTRG\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Proved Reserves Additions from Acquisitions as % of Beginning Reserves\",\n                                    \"Id\": \"RRCPRABR\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Reserves Divested as % of Beginning Reserves\",\n                                    \"Id\": \"RRCSRTBR\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Annual Oil & Gas Reserve Revision Rate, %\",\n                                    \"Id\": \"COTICK\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"3-Year Weighted Average Oil & Gas Reserve Revision Rate, %\",\n                                    \"Id\": \"RRCLNGSV\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"5-Year Weighted Average Oil & Gas Reserve Revision Rate, %\",\n                                    \"Id\": \"COTICKH\",\n                                    \"ChildNodes\": []\n                                }\n                            ]\n                        },\n                        {\n                            \"Name\": \"Cost Metrics: (Header)\",\n                            \"Id\": \"COSTMETR\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"IHS Reserve Replacement Calculations (Revisions, Extensions & Discoveries, Improved Recovery, and Purchases) (Header):\",\n                            \"Id\": \"RRCCAHDR\",\n                            \"ChildNodes\": [\n                                {\n                                    \"Name\": \"Oil/Liquids Reserve Replacement Additions, MMbbl\",\n                                    \"Id\": \"RRCLRRAD\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Gas Reserve Replacement Additions, Bcf\",\n                                    \"Id\": \"RRCGRRAD\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Oil & Gas(@6/1) Reserve Replacement Additions, MMboe\",\n                                    \"Id\": \"RRCTRRAD\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Oil & Gas (@6/1) Reserve Replacement Additions, 3-Year Sum, MMboe\",\n                                    \"Id\": \"RRCTRR3Y\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Oil & Gas (@6/1) Reserve Replacement Additions, 5-Year Sum, MMboe\",\n                                    \"Id\": \"RRCTRR5Y\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"1-Year Oil & Gas (@6/1) Reserve Replacement per boe\",\n                                    \"Id\": \"RRCACRRC\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"3-Year Weighted Average Oil & Gas (@6/1) Reserve Replacement per boe\",\n                                    \"Id\": \"RRCTYRRC\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"5-Year Weighted Average Oil & Gas (@6/1) Reserve Replacement per boe\",\n                                    \"Id\": \"RRCFYRRC\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"1-Year Oil & Gas (@6/1) Reserve Replacement (RRC) Production Replacement, %\",\n                                    \"Id\": \"RRCAPRIA\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"3-Year Oil & Gas (@6/1) Reserve Replacement (RRC) Production Replacement,%\",\n                                    \"Id\": \"RRCTYPRI\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"5-Year Oil & Gas (@6/1) Reserve Replacement (RRC) Production Replacement,%\",\n                                    \"Id\": \"RRCFYPRI\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"1-Year Oil Reserve Replacement (RRC) Production Replacement, %\",\n                                    \"Id\": \"PROAIAES\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"3-Year Oil Reserve Replacement (RRC) Production Replacement, %\",\n                                    \"Id\": \"PROTIAES\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"5-Year Oil Reserve Replacement (RRC) Production Replacement, %\",\n                                    \"Id\": \"PROFIAES\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"1-Year Gas Reserve Replacement (RRC) Production Replacement, %\",\n                                    \"Id\": \"PRGAIAES\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"3-Year Gas Reserve Replacement (RRC) Production Replacement, %\",\n                                    \"Id\": \"PRGTIAES\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"5-Year Gas Reserve Replacement (RRC) Production Replacement, %\",\n                                    \"Id\": \"PRGFIAES\",\n                                    \"ChildNodes\": []\n                                }\n                            ]\n                        },\n                        {\n                            \"Name\": \"IHS Finding & Development Calculations (Revisions, Extensions & Discoveries, and Improved Recovery) (Header):\",\n                            \"Id\": \"RRCFDHDR\",\n                            \"ChildNodes\": [\n                                {\n                                    \"Name\": \"Oil/Liquids Finding & Development Additions, MMbbl\",\n                                    \"Id\": \"RRCLFDAD\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Gas Finding & Development Additions, Bcf\",\n                                    \"Id\": \"RRCGFDAD\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Oil & Gas (@6/1) Finding & Development Additions, MMboe\",\n                                    \"Id\": \"RRCTFDAD\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Oil & Gas (@6/1) Finding & Development Additions, 3-Year Sum, MMboe\",\n                                    \"Id\": \"RRCTFD3Y\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Oil & Gas (@6/1) Finding & Development Additions, 5-Year Sum, MMboe\",\n                                    \"Id\": \"RRCTFD5Y\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Finding & Development Reserves Added as % of Beginning Reserves\",\n                                    \"Id\": \"RRCFDRBR\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"1-Year Oil & Gas (@6/1) Finding & Development Cost per boe\",\n                                    \"Id\": \"RRCACFD\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"3-Year Weighted Average Oil & Gas (@6/1) Finding & Development Cost per boe\",\n                                    \"Id\": \"RRCTYFD\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"5-Year Weighted Average Oil & Gas (@6/1) Finding & Development Cost per boe\",\n                                    \"Id\": \"RRCFYFD\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"1-Year Oil & Gas (@6/1) Finding & Development Production Replacement, %\",\n                                    \"Id\": \"RRCAPREA\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"3-Year Oil & Gas (@6/1) Finding & Development Production Replacement, %\",\n                                    \"Id\": \"RRCTYPRE\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"5-Year Oil & Gas (@6/1) Finding & Development Production Replacement, %\",\n                                    \"Id\": \"RRCFYPRE\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"1-Year Oil Finding & Development Production Replacement, %\",\n                                    \"Id\": \"PROAEAES\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"3-Year Oil Finding & Development Production Replacement, %\",\n                                    \"Id\": \"PROTEAES\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"5-Year Oil Finding & Development Production Replacement, %\",\n                                    \"Id\": \"PROFEAES\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"1-Year Gas Finding & Development Production Replacement, %\",\n                                    \"Id\": \"PRGAEAES\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"3-Year Gas Finding & Development Production Replacement, %\",\n                                    \"Id\": \"PRGTEAES\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"5-Year Gas Finding & Development Production Replacement, %\",\n                                    \"Id\": \"PRGFEAES\",\n                                    \"ChildNodes\": []\n                                }\n                            ]\n                        },\n                        {\n                            \"Name\": \"Exploration 'Finding' Costs Calculations (Header):\",\n                            \"Id\": \"RRCEXPFC\",\n                            \"ChildNodes\": [\n                                {\n                                    \"Name\": \"1-Year Oil & Gas (@6/1) 'Finding' Cost per boe\",\n                                    \"Id\": \"RRCEXFCB\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"3-Year Weighted Average Oil & Gas (@6/1) 'Finding' Cost per boe\",\n                                    \"Id\": \"RRC3EXFB\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"5-Year Weighted Average Oil & Gas (@6/1) 'Finding' Cost per boe\",\n                                    \"Id\": \"RRC5EXPB\",\n                                    \"ChildNodes\": []\n                                }\n                            ]\n                        },\n                        {\n                            \"Name\": \"Oil & Gas (@6/1) 'Finding' Additions, MMboe\",\n                            \"Id\": \"RRC1EXAD\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Oil & Gas 'Finding' Additions, 3-Year Sum, MMboe\",\n                            \"Id\": \"RRC3EXAD\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Oil & Gas 'Finding' Additions, 5-Year Sum, MMboe\",\n                            \"Id\": \"RRC5EXAD\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"1-Year Pure Finding Cost per boe\",\n                            \"Id\": \"PUREFIND\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Extensions, Discoveries & Improved Recovery (E/D&IR) Additions Calculations (Header):\",\n                            \"Id\": \"RRCEDHDR\",\n                            \"ChildNodes\": [\n                                {\n                                    \"Name\": \"Oil/Liquids Extensions, Discoveries & Improved Recovery (E/D&IR) Additions, MMbbl\",\n                                    \"Id\": \"RRCLEDAD\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Gas Extensions, Discoveries & Improved Recovery (E/D&IR) Additions, Bcf\",\n                                    \"Id\": \"RRCGEDAD\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Oil & Gas (@6/1) Extensions, Discoveries & Improved Recovery (E/D&IR) Additions, MMboe\",\n                                    \"Id\": \"RRCTEDAD\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Oil & Gas Extensions, Discoveries & Improved Recovery (E/D&IR) Reserves Added as % of Beginning Reserves\",\n                                    \"Id\": \"RRCEDIPR\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"1-Year Oil & Gas (@6/1) Extensions, Discoveries & Improved Recovery (E/D&IR) Cost per boe\",\n                                    \"Id\": \"RRCACED\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"3-Year Weighted Average Oil & Gas (@6/1) Extensions, Discoveries & Improved Recovery (E/D&IR) Cost per boe\",\n                                    \"Id\": \"RRCTYED\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"5-Year Weighted Average Oil & Gas (@6/1) Extensions, Discoveries & Improved Recovery (E/D&IR) Cost per boe\",\n                                    \"Id\": \"RRCFYED\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"1-Year Oil & Gas (@6/1) Extensions, Discoveries & Improved Recovery (E/D&IR) Production Replacement, %\",\n                                    \"Id\": \"RRCAPRED\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"3-Year Oil & Gas (@6/1) Extensions, Discoveries & Improved Recovery (E/D&IR) Production Replacement, %\",\n                                    \"Id\": \"RRCTYPRD\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"5-Year Oil & Gas (@6/1) Extensions, Discoveries & Improved Recovery (E/D&IR) Production Replacement, %\",\n                                    \"Id\": \"RRCFYPRD\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"1-Year Oil Extensions, Discoveries & Improved Recovery (E/D&IR) Production Replacement, %\",\n                                    \"Id\": \"PROAEDIR\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"3-Year Oil Extensions, Discoveries & Improved Recovery (E/D&IR) Production Replacement, %\",\n                                    \"Id\": \"PROTEDIR\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"5-Year Oil Extensions, Discoveries & Improved Recovery (E/D&IR) Production Replacement, %\",\n                                    \"Id\": \"PROFEDIR\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"1-Year Gas Extensions, Discoveries & Improved Recovery (E/D&IR) Production Replacement, %\",\n                                    \"Id\": \"PRGAEDIR\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"3-Year Gas Extensions, Discoveries & Improved Recovery (E/D&IR) Production Replacement, %\",\n                                    \"Id\": \"PRGTEDIR\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"5-Year Gas Extensions, Discoveries & Improved Recovery (E/D&IR) Production Replacement, %\",\n                                    \"Id\": \"PRGFEDIR\",\n                                    \"ChildNodes\": []\n                                }\n                            ]\n                        },\n                        {\n                            \"Name\": \"Total Additions Net Sales of Reserves (TANS) (Header):\",\n                            \"Id\": \"RRCSHDR\",\n                            \"ChildNodes\": [\n                                {\n                                    \"Name\": \"Oil/Liquids Total Additions Net Sales, MMbbl\",\n                                    \"Id\": \"RRCLANS\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Gas Total Additions Net Sales, Bcf\",\n                                    \"Id\": \"RRCGANS\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Oil & Gas (@6/1) Total Additions Net Sales, MMboe\",\n                                    \"Id\": \"RRCTANS\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"1-Year Oil & Gas (@6/1) Total Additions Net Sales Production Replacement, %\",\n                                    \"Id\": \"RRCAPRWS\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"3-Year Oil & Gas (@6/1) Total Additions Net Sales Production Replacement, %\",\n                                    \"Id\": \"RRCTYPRS\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"5-Year Oil & Gas (@6/1) Total Additions Net Sales Production Replacement, %\",\n                                    \"Id\": \"RRCFYPRS\",\n                                    \"ChildNodes\": []\n                                }\n                            ]\n                        },\n                        {\n                            \"Name\": \"Proved Reserve Acquisition Calculations (Header):\",\n                            \"Id\": \"RRCAHDR\",\n                            \"ChildNodes\": [\n                                {\n                                    \"Name\": \"Acquisition Costs: Proved, 3-Year Sum, MM\",\n                                    \"Id\": \"RRCACP3Y\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Acquisition Costs: Proved, 5-Year Sum, MM\",\n                                    \"Id\": \"RRCACP5Y\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Total Reserves Acquired (G@6/1), MMboe\",\n                                    \"Id\": \"RRCTRACQ\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Annual Proved Acquisition Cost per boe\",\n                                    \"Id\": \"RRCPACPB\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"3-Year Weighted Average Proved Acquisition Cost per boe\",\n                                    \"Id\": \"RRCTYAC\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"5-Year Weighted Average Proved Acquisition Cost per boe\",\n                                    \"Id\": \"RRCFYAC\",\n                                    \"ChildNodes\": []\n                                }\n                            ]\n                        },\n                        {\n                            \"Name\": \"Other Reserve & Production Data (Header):\",\n                            \"Id\": \"RRCORPD\",\n                            \"ChildNodes\": [\n                                {\n                                    \"Name\": \"Interim Oil & Gas Production: (Header)\",\n                                    \"Id\": \"QTOGPROD\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Interim Oil/Liquids Production, MMbbl\",\n                                    \"Id\": \"RRCLPI\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Interim Gas Production, Bcf\",\n                                    \"Id\": \"RRCGPI\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Interim Oil & Gas(@6/1) Production, MMboe\",\n                                    \"Id\": \"RRCTPPI\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Interim Natural Gas Liquids (NGL) Production, MMbbl\",\n                                    \"Id\": \"RRCNGLPI\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"(Natural Gas Liquids (NGL) Production, Leasehold), MMbbl\",\n                                    \"Id\": \"RRCNGLP\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Natural Gas Liquids (NGL) Reserves, Leasehold, MMbbl\",\n                                    \"Id\": \"RRCNGLPR\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Natural Gas Liquids (NGL) Developed Reserves, Leasehold, MMbbl\",\n                                    \"Id\": \"RRCNGLPD\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Probable Reserves: (Header)\",\n                                    \"Id\": \"PROBRSRV\",\n                                    \"ChildNodes\": [\n                                        {\n                                            \"Name\": \"Probable Oil/Liquids Reserves: (Header)\",\n                                            \"Id\": \"PROBLHDR\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Probable Oil/Liquids Beginning Year Reserves, MMbbls\",\n                                            \"Id\": \"PROBLBYR\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Probable Oil/Liquids Revisions, MMbbls\",\n                                            \"Id\": \"PROBLREV\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Probable Oil/Liquids Extensions & Discoveries, MMbbls\",\n                                            \"Id\": \"PROBLED\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Probable Oil/Liquids Improved Recovery, MMbbls\",\n                                            \"Id\": \"PROBLIR\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Probable Oil/Liquids Purchases, MMbbls\",\n                                            \"Id\": \"PROBLPUR\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Probable (Oil/Liquids Sales of Reserves), MMbbls\",\n                                            \"Id\": \"PROBLSAL\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Probable Oil/Liquids Transfer/Reclass/Other, MMbbls\",\n                                            \"Id\": \"PROBLTRO\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Probable Oil/Liquids Year-end Reserves, MMbbls\",\n                                            \"Id\": \"RRCNPONR\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Probable Gas Reserves: (Header)\",\n                                            \"Id\": \"PROBGHDR\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Probable Gas Beginning Year Reserves, Bcf\",\n                                            \"Id\": \"PROBGBYR\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Probable Gas Revisions, Bcf\",\n                                            \"Id\": \"PROBGREV\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Probable Gas Extensions & Discoveries, Bcf\",\n                                            \"Id\": \"PROBGED\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Probable Gas Improved Recovery, Bcf\",\n                                            \"Id\": \"PROBGIR\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Probable Gas Purchases, Bcf\",\n                                            \"Id\": \"PROBGPUR\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Probable (Gas Sales of Reserves), Bcf\",\n                                            \"Id\": \"PROBGSAL\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Probable Gas Transfer/Reclass/Other, Bcf\",\n                                            \"Id\": \"PROBGTRO\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Probable Gas Year-end Reserves, Bcf\",\n                                            \"Id\": \"RRCNPGR\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Probable Total Oil & Gas Reserves: (Header)\",\n                                            \"Id\": \"PROBTHDR\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Probable Total Oil & Gas Beginning Yr Reserves, MMboe\",\n                                            \"Id\": \"PROBTBYR\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Probable Total Oil & Gas Revisions, MMboe\",\n                                            \"Id\": \"PROBTREV\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Probable Total Oil & Gas Extensions & Discoveries, MMboe\",\n                                            \"Id\": \"PROBTED\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Probable Total Oil & Gas Impr. Recovery, MMboe\",\n                                            \"Id\": \"PROBTIR\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Probable Total Oil & Gas Purchases, MMboe\",\n                                            \"Id\": \"PROBTPUR\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Probable (Total Oil & Gas Sales of Reserves), MMboe\",\n                                            \"Id\": \"PROBTSAL\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Probable Total Oil & Gas Transfer/Reclass/Other, MMboe\",\n                                            \"Id\": \"PROBTTRO\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Probable Total Oil & Gas Yr-end Reserves, MMboe\",\n                                            \"Id\": \"RRCNPTR\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Probable Natural Gas Liquids (NGL) Reserves, Leasehold, MMbbls\",\n                                            \"Id\": \"RRCNPAR\",\n                                            \"ChildNodes\": []\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"Name\": \"Proved + Probable (2P) Reserves: (Header)\",\n                                    \"Id\": \"TWOPHDR\",\n                                    \"ChildNodes\": [\n                                        {\n                                            \"Name\": \"2P Oil/Liquids Reserves: (Header)\",\n                                            \"Id\": \"TWOPLHDR\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"2P Oil/Liquids Beginning Year Reserves, MMbbls\",\n                                            \"Id\": \"TWOPLBYR\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"2P Oil/Liquids Revisions, MMbbls\",\n                                            \"Id\": \"TWOPLREV\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"2P Oil/Liquids Extensions & Discoveries, MMbbls\",\n                                            \"Id\": \"TWOPLED\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"2P Oil/Liquids Improved Recovery, MMbbls\",\n                                            \"Id\": \"TWOPLIR\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"2P Oil/Liquids Purchases, MMbbls\",\n                                            \"Id\": \"TWOPLPUR\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"2P (Oil/Liquids Sales of Reserves), MMbbls\",\n                                            \"Id\": \"TWOPLSAL\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"2P Oil/Liquids Transfer/Reclass/Other, MMbbls\",\n                                            \"Id\": \"TWOPLTRO\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"2P (Oil/Liquids Production), MMbbls\",\n                                            \"Id\": \"TWOPLPRO\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"2P Oil/Liquids Year-end Reserves, MMbbls\",\n                                            \"Id\": \"TWOPLYER\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"2P Oil/Liquids Developed Reserves, MMbbls\",\n                                            \"Id\": \"TWOPLD\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"2P Oil/Liquids Undeveloped Reserves, MMbbls\",\n                                            \"Id\": \"TWOPLDU\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"2P Oil/Liquids Reserves % Developed\",\n                                            \"Id\": \"TWOPLDP\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"2P Oil/Liquids Reserves % Undeveloped\",\n                                            \"Id\": \"TWOPLDUP\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"2P Gas Reserves: (Header)\",\n                                            \"Id\": \"TWOPGHDR\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"2P Gas Beginning Year Reserves, Bcf\",\n                                            \"Id\": \"TWOPGBYR\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"2P Gas Revisions, Bcf\",\n                                            \"Id\": \"TWOPGREV\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"2P Gas Extensions & Discoveries, Bcf\",\n                                            \"Id\": \"TWOPGED\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"2P Gas Improved Recovery, Bcf\",\n                                            \"Id\": \"TWOPGIR\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"2P Gas Purchases, Bcf\",\n                                            \"Id\": \"TWOPGPUR\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"2P (Gas Sales of Reserves), Bcf\",\n                                            \"Id\": \"TWOPGSAL\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"2P Gas Transfer/Reclass/Other, Bcf\",\n                                            \"Id\": \"TWOPGTRO\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"2P (Gas Production), Bcf\",\n                                            \"Id\": \"TWOPGPRO\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"2P Gas Year-end Reserves, Bcf\",\n                                            \"Id\": \"TWOPGYER\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"2P Gas Developed Reserves, Bcf\",\n                                            \"Id\": \"TWOPGD\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"2P Gas Undeveloped Reserves, Bcf\",\n                                            \"Id\": \"TWOPGDU\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"2P Gas Reserves % Developed\",\n                                            \"Id\": \"TWOPGDP\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"2P Gas Reserves % Undeveloped\",\n                                            \"Id\": \"TWOPGDUP\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"2P Total Oil & Gas Reserves: (Header)\",\n                                            \"Id\": \"TWOPTHDR\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"2P Total Oil & Gas Beginning Yr Reserves, MMboe\",\n                                            \"Id\": \"TWOPTBYR\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"2P Total Oil & Gas Revisions, MMboe\",\n                                            \"Id\": \"TWOPTREV\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"2P Total Oil & Gas Extensions & Discoveries, MMboe\",\n                                            \"Id\": \"TWOPTED\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"2P Total Oil & Gas Impr. Recovery, MMboe\",\n                                            \"Id\": \"TWOPTIR\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"2P Total Oil & Gas Purchases, MMboe\",\n                                            \"Id\": \"TWOPTPUR\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"2P (Total Oil & Gas Sales of Reserves), MMboe\",\n                                            \"Id\": \"TWOPTSAL\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"2P Total Oil & Gas Transfer/Reclass/Other, MMboe\",\n                                            \"Id\": \"TWOPTTRO\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"2P (Total Oil & Gas Production), MMboe\",\n                                            \"Id\": \"TWOPTPRO\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"2P Total Oil & Gas Yr-end Reserves, MMboe\",\n                                            \"Id\": \"TWOPTYER\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"2P Total Developed Oil & Gas Reserves, MMboe\",\n                                            \"Id\": \"TWOPTD\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"2P Total Undeveloped Oil & Gas Reserves, MMboe\",\n                                            \"Id\": \"TWOPTDU\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"2P Total Reserves % Developed\",\n                                            \"Id\": \"TWOPTDP\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"2P Total Reserves % Undeveloped\",\n                                            \"Id\": \"TWOPTDUP\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"2P Natural Gas Liquids (NGL) Reserves, Leasehold, MMbbls\",\n                                            \"Id\": \"TWOPNGLR\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"2P Natural Gas Liquids (NGL) Developed Reserves, Lease., MMbbls\",\n                                            \"Id\": \"TWOPNGLD\",\n                                            \"ChildNodes\": []\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"Name\": \"Proved + Probable (2P) Cost Metrics: (Header)\",\n                                    \"Id\": \"TPRRHDR\",\n                                    \"ChildNodes\": [\n                                        {\n                                            \"Name\": \"2P IHS Reserve Replacement (RRC) Calculations (Additions All Sources):\",\n                                            \"Id\": \"TPRRCHDR\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"2P Oil & Gas (@6/1) Reserve Replacement (RRC) Additions, MMboe\",\n                                            \"Id\": \"TPRRCOAD\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"2P Oil & Gas (@6/1) Reserve Replacement (RRC) Additions, 3-Yr Sum, MMboe\",\n                                            \"Id\": \"TPRRCTAD\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"2P Oil & Gas (@6/1) Reserve Replacement (RRC) Additions, 5-Yr Sum, MMboe\",\n                                            \"Id\": \"TPRRCFAD\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"2P 1-Year Oil & Gas (@6/1) Reserve Replacement (RRC) per boe\",\n                                            \"Id\": \"TPRRCOPB\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"2P 3-Year Weighted Average Oil & Gas (@6/1) Reserve Replacement (RRC) per boe\",\n                                            \"Id\": \"TPRRCTPB\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"2P 5-Year Weighted Average Oil & Gas (@6/1) Reserve Replacement (RRC) per boe\",\n                                            \"Id\": \"TPRRCFPB\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"2P 1-Year Oil & Gas (@6/1) Reserve Replacement (RRC) Production Replacement, %\",\n                                            \"Id\": \"TPRRCOPR\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"2P 3-Year Oil & Gas (@6/1) Reserve Replacement (RRC) Production Replacement, %\",\n                                            \"Id\": \"TPRRCTPR\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"2P 5-Year Oil & Gas (@6/1) Reserve Replacement (RRC) Production Replacement,%\",\n                                            \"Id\": \"TPRRCFPR\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"2P IHS Finding & Development Calculations (Revisions, Extensions & Discoveries, and Improved Recovery) (Header):\",\n                                            \"Id\": \"TPFDCHDR\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"2P Oil & Gas (@6/1) Finding & Development Additions, MMboe\",\n                                            \"Id\": \"TPFDCOAD\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"2P Oil & Gas (@6/1) Finding & Development Additions, 3-Yr Sum, MMboe\",\n                                            \"Id\": \"TPFDCTAD\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"2P Oil & Gas (@6/1) Finding & Development Additions, 5-Yr Sum, MMboe\",\n                                            \"Id\": \"TPFDCFAD\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"2P 1-Year Oil & Gas (@6/1) Finding & Development Cost/boe\",\n                                            \"Id\": \"TPFDCOPB\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"2P 3-Year Weighted Average Oil & Gas (@6/1) Finding & Development Cost/boe\",\n                                            \"Id\": \"TPFDCTPB\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"2P 5-Year Weighted Average Oil & Gas (@6/1) Finding & Development Cost/boe\",\n                                            \"Id\": \"TPFDCFPB\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"2P 1-Yr Oil & Gas (@6/1) Finding & Development Production Replacement, %\",\n                                            \"Id\": \"TPFDCOPR\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"2P 3-Yr Oil & Gas (@6/1) Finding & Development Production Replacement, %\",\n                                            \"Id\": \"TPFDCTPR\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"2P 5-Yr Oil & Gas (@6/1) Finding & Development Production Replacement, %\",\n                                            \"Id\": \"TPFDCFPR\",\n                                            \"ChildNodes\": []\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ]\n                },\n                {\n                    \"Name\": \"Results of Oil & Gas Operations (RO&GO), 1=Derived:\",\n                    \"Id\": \"RLTHDR\",\n                    \"ChildNodes\": [\n                        {\n                            \"Name\": \"Gross Oil & Gas Revenue\",\n                            \"Id\": \"RLTGRREV\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Gross Canadian Royalty Expense\",\n                            \"Id\": \"RLTGRROY\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Net Oil & Gas Revenue (RO&GO, excluding derivatives), MM\",\n                            \"Id\": \"RLTOGRXD\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Net Derivatives, Realized Gain/(Loss) (RO&GO), MM\",\n                            \"Id\": \"RLTRDER\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Net Aggregate Oil & Gas Revenues (RO&GO), MM\",\n                            \"Id\": \"RLTOGR\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Net Other Revenues (RO&GO), MM\",\n                            \"Id\": \"RLTOTHR\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Total Revenues (RO&GO, net of Canadian royalties), MM\",\n                            \"Id\": \"RLTOGRT\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Production Expenses (RO&GO), MM\",\n                            \"Id\": \"RLTPC\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Shipping/Transportation/Handling Expenses (RO&GO), MM\",\n                            \"Id\": \"SFCEMOC\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Taxes Other than Income (RO&GO), MM\",\n                            \"Id\": \"RLTTOI\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Production-Related G&A (RO&GO), MM\",\n                            \"Id\": \"RLTPRGA\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Exploration Expenses (RO&GO), MM\",\n                            \"Id\": \"RLTEE\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Depreciation, Depletion & Amortization (normal portion) (RO&GO), MM\",\n                            \"Id\": \"RLTNPDDA\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Depreciation, Depletion & Amortization (writedown/impairments) (RO&GO), MM\",\n                            \"Id\": \"RLTWIDDA\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Depreciation, Depletion & Amortization (with writedown/impairments) (RO&GO), MM\",\n                            \"Id\": \"RLTDDA\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Dismantlement/Abandonment/Restoration Cost (RO&GO), MM\",\n                            \"Id\": \"RLTDDC\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Accretion of Discount (RO&GO), MM\",\n                            \"Id\": \"RLTACCRT\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Other Expenses/(Income) (RO&GO), MM\",\n                            \"Id\": \"RLTOE\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Pre-tax Profit (RO&GO), MM\",\n                            \"Id\": \"RLTOP\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Income Tax/(Benefit), (RO&GO), MM\",\n                            \"Id\": \"RLTITE\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"IHS Adjustment to Income Tax (RO&GO), MM\",\n                            \"Id\": \"RLTOGTAD\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Net Income (RO&GO), MM\",\n                            \"Id\": \"RLTRO\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Non-Consolidated Interest Net Income (RO&GO) excluded above, MM\",\n                            \"Id\": \"RLTNCIRO\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Derivatives, Unrealized Gain/(Loss) (RO&GO), MM\",\n                            \"Id\": \"RLTUDER\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Production Attributable to Non-Consolidated Net Income Excluded Above, MMboe\",\n                            \"Id\": \"RLTNCIPD\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Production Attributable to Aggregate Consolidated RO&GO, MMboe\",\n                            \"Id\": \"ROGOPRAT\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Net Income Margin (RO&GO), %\",\n                            \"Id\": \"RLTNIMRG\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Calculated Implied Tax Rate as per RO&GO, %\",\n                            \"Id\": \"RLTCTAX\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Implied Tax Rate for Derived RO&GO, %\",\n                            \"Id\": \"ANWCPFMM\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Results of O&G Op. Metrics: (Header)\",\n                            \"Id\": \"ROGOMETR\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Cash Flow (RO&GO), MM\",\n                            \"Id\": \"RLTCF\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Net Income (RO&GO), 3-Year Sum, MM\",\n                            \"Id\": \"Y3RLTRO\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Net Income (RO&GO), 5-Year Sum, MM\",\n                            \"Id\": \"Y5RLTRO\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Upstream Cash Flow Growth\",\n                            \"Id\": \"RLTCFGRO\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Total Costs Incurred as % of Upstream Cash Flow\",\n                            \"Id\": \"RRCTCICF\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Cash Flow Margin (RO&GO), %\",\n                            \"Id\": \"RLTCFPR\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"3-Year Weighted Average Cash Flow Margin, %\",\n                            \"Id\": \"RLT3CFPR\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"5-Year Weighted Average Cash Flow Margin, %\",\n                            \"Id\": \"RLT5CFPR\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Lifting Costs (RO&GO), MM\",\n                            \"Id\": \"RLTLIFTC\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Net-back (RO&GO), MM\",\n                            \"Id\": \"RLTNETB\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Net-back (RO&GO), 3-Year Sum, MM\",\n                            \"Id\": \"Y3RLTNB\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Net-back (RO&GO), 5-Year Sum, MM\",\n                            \"Id\": \"Y5RLTNB\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Net-back Margin (RO&GO), %\",\n                            \"Id\": \"RLTNBMAR\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Operating Expenses as per RO&GO, MM\",\n                            \"Id\": \"RLTOPEXP\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Operating Expenses as % of Revenue, %\",\n                            \"Id\": \"RLTOEPR\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"3-Year Weighted Average Operating Expenses as % of Revenue, %\",\n                            \"Id\": \"RLT3OEPR\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"5-Year Weighted Average Operating Expenses as % of Revenue, %\",\n                            \"Id\": \"RLT5OEPR\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Results of Oil & Gas Operations Per Boe of Production (Header):\",\n                            \"Id\": \"RLTPERB\",\n                            \"ChildNodes\": [\n                                {\n                                    \"Name\": \"Oil & Gas Revenue (RO&GO, net of Canadian royalties) per boe\",\n                                    \"Id\": \"RLTOGRPB\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Total Revenue (RO&GO) per boe\",\n                                    \"Id\": \"RLTTOTRB\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Production Expense per RO&GO per boe\",\n                                    \"Id\": \"RLTPROEB\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Shipping/Transportation/Handling Expense (RO&GO) per boe\",\n                                    \"Id\": \"RLTSTHEB\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Taxes Other than Income (RO&GO) per boe\",\n                                    \"Id\": \"RLTTOIEB\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Production-Related G&A (RO&GO) per boe\",\n                                    \"Id\": \"RLTPGAEB\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Exploration Expenses (RO&GO) per boe\",\n                                    \"Id\": \"RLTEEXPB\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Depreciation, Depletion & Amortization (normal portion) (RO&GO) per boe\",\n                                    \"Id\": \"RLTNDDAB\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Depreciation, Depletion & Amortization (Writedown/Impairment) (RO&GO) per boe\",\n                                    \"Id\": \"RLTDWIEB\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Total Depreciation, Depletion & Amortization (RO&GO) per boe\",\n                                    \"Id\": \"RLTTDDAB\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Dismantlement/Abandonment/Restoration Costs (RO&GO) per boe\",\n                                    \"Id\": \"RLTAROCB\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Accretion of Discount (RO&GO) per boe\",\n                                    \"Id\": \"RLTADEB\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Other Expenses/(Income) (RO&GO) per boe\",\n                                    \"Id\": \"RLTOTHXB\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Pre-tax Profit (RO&GO) per boe\",\n                                    \"Id\": \"RLTPTPRB\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Income Tax/(Benefit) (RO&GO) per boe\",\n                                    \"Id\": \"RLTITAXB\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Net Income (RO&GO) per boe\",\n                                    \"Id\": \"RLTROPB\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"3-Year Weighted Average Net Income per boe\",\n                                    \"Id\": \"RLT3ROPB\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"5-Year Weighted Average Net Income per boe\",\n                                    \"Id\": \"RLT5ROPB\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Cash Flow (RO&GO) per boe\",\n                                    \"Id\": \"RLTCFPB\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"3-Year Weighted Average Cash Flow per boe\",\n                                    \"Id\": \"RLT3CFPB\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"5-Year Weighted Average Cash Flow per boe\",\n                                    \"Id\": \"RLT5CFPB\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Net-back (RO&GO) per boe\",\n                                    \"Id\": \"RLTNPB\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"3-Year Weighted Average Net-back per boe\",\n                                    \"Id\": \"CODOMI\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"5-Year Weighted Average Net-back per boe\",\n                                    \"Id\": \"COCTYST\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Lifting Cost (G@6/1) per boe\",\n                                    \"Id\": \"RLTLCPB\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"3-Year Weighted Average Lifting Cost per boe\",\n                                    \"Id\": \"SFCEMXB\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"5-Year Weighted Average Lifting Cost per boe\",\n                                    \"Id\": \"SFCEMXA\",\n                                    \"ChildNodes\": []\n                                }\n                            ]\n                        },\n                        {\n                            \"Name\": \"Recycle Ratio (Net-back / Reserve Replacement Cost)\",\n                            \"Id\": \"CONAME\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"3-Year Weighted Average Recycle Ratio\",\n                            \"Id\": \"COCHAIR\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"5-Year Weighted Average Recycle Ratio\",\n                            \"Id\": \"COCFO\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Finding & Development Costs as % of Cash Flow (RO&GO), %\",\n                            \"Id\": \"FDRLTCF\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Finding (Exploration & Unproved Acquisition) Cost % of Cash Flow (RO&GO), %\",\n                            \"Id\": \"FROGOCF\",\n                            \"ChildNodes\": []\n                        }\n                    ]\n                },\n                {\n                    \"Name\": \"Cumulative Capitalized Costs of Oil & Gas Properties (Header):\",\n                    \"Id\": \"UDCC\",\n                    \"ChildNodes\": [\n                        {\n                            \"Name\": \"Gross Cumulative Capitalized Costs: Proved & Unproved, MM\",\n                            \"Id\": \"UDGPUCC\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Gross Cumulative Capitalized Costs: Unproved, MM\",\n                            \"Id\": \"UDGUCC\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Net Cumulative Capitalized Costs: Proved & Unproved, MM\",\n                            \"Id\": \"UDNPUCC\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Net Cumulative Capitalized Costs: Unproved, MM\",\n                            \"Id\": \"UDUPCC\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Non-Consolidated Interest Net Proved & Unproved Cumulative Capitalized Costs excluded from above, MM\",\n                            \"Id\": \"UDNPUNCI\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Cumulative Capitalized Costs Metrics (Header):\",\n                            \"Id\": \"CCCMETRC\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Avg. Net Cum. Cap. Costs: Proved & Unproved\",\n                            \"Id\": \"AVGNCCC\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Net Cum. Cap. Costs: Proved & Unprov, 3Y\",\n                            \"Id\": \"Y3NCCC\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Net Cum. Cap. Costs: Proved & Unprov., 5Y\",\n                            \"Id\": \"Y5NCCC\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Net Capitalized Costs per boe of Reserves\",\n                            \"Id\": \"RLTCCCPB\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Net Income Return on Net Cumulative Capitalized Costs, %\",\n                            \"Id\": \"CFEEOP\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"3-Year Net Income Return on Cumulative Capitalized Costs, %\",\n                            \"Id\": \"Y3NIRCCC\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"5-Year Net Income Return on Cumulative Capitalized Costs, %\",\n                            \"Id\": \"COCEO\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"10-Year Net Income Return on Cumulative Capitalized Costs, %\",\n                            \"Id\": \"NIRNCC10\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Cash Flow Return on Net Cumulative Capitalized Costs, %\",\n                            \"Id\": \"COADDR\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"3-Year Cash Flow Return on Net Cumulative Capitalized Costs, %\",\n                            \"Id\": \"Y3CFRCCC\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"5-Year Cash Flow Return on Net Cumulative Capitalized Costs, %\",\n                            \"Id\": \"COEXCH\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"10-Year Cash Flow Return on Net Cumulative Capitalized Costs, %\",\n                            \"Id\": \"CFRNCC10\",\n                            \"ChildNodes\": []\n                        }\n                    ]\n                },\n                {\n                    \"Name\": \"SEC Discounted Future Net Cash Flows (DFNCF):\",\n                    \"Id\": \"SECHDR\",\n                    \"ChildNodes\": [\n                        {\n                            \"Name\": \"Standardized Measure Year-end (Header):\",\n                            \"Id\": \"SECSM\",\n                            \"ChildNodes\": [\n                                {\n                                    \"Name\": \"Future Cash Inflows (Gross Revenue), MM\",\n                                    \"Id\": \"SECFCI\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Future Production Costs, if reported, MM\",\n                                    \"Id\": \"SECFPC\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Future Development Costs, if reported, MM\",\n                                    \"Id\": \"SECFDC\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Future Abandonment & Dismantlement Costs, if reported, MM\",\n                                    \"Id\": \"SECFADMC\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Total Future Production, Development, Abandonment & Dismantlement Costs, MM\",\n                                    \"Id\": \"SECTFPDC\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Future Income Tax Expenses, MM\",\n                                    \"Id\": \"SECFITE\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Future Net Cash Flows After-Tax, MM\",\n                                    \"Id\": \"SECFATNC\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"10% Present Value Discount, MM\",\n                                    \"Id\": \"SECTPPVD\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Discounted Future Net Cash Flows After-Tax, MM\",\n                                    \"Id\": \"SECDFATN\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Non-Consolidated Interest DFNCF-After-Tax excluded from above, MM\",\n                                    \"Id\": \"SECDFNCI\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Pre-Tax Discounted Future Net Cash Flow, Estimated MM\",\n                                    \"Id\": \"SECPDFNC\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Pre-Tax Discounted Future Net Cash Flows, Reported, MM\",\n                                    \"Id\": \"SECPDFNR\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Undiscounted Future Net Cash Flow per boe\",\n                                    \"Id\": \"SECUFCFB\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Discounted Future Net Cash Flow After-Tax per boe\",\n                                    \"Id\": \"SECDFCFB\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Implied Future Price per boe\",\n                                    \"Id\": \"SECIREVB\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Implied Future Production Costs per boe\",\n                                    \"Id\": \"SECIPCB\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Implied Future Development Costs per Proved Undeveloped boe\",\n                                    \"Id\": \"SECIMPUD\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Implied Future Production and Development Costs per boe\",\n                                    \"Id\": \"SECIPDCB\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Oil Price for SEC Standardized Measure DFNCF, per bbl\",\n                                    \"Id\": \"SECOILPR\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Gas Price for SEC Standardized Measure DFNCF, per Mcf\",\n                                    \"Id\": \"SECGASPR\",\n                                    \"ChildNodes\": []\n                                }\n                            ]\n                        },\n                        {\n                            \"Name\": \"Changes in Standardized Measure (Header):\",\n                            \"Id\": \"SECCSM\",\n                            \"ChildNodes\": [\n                                {\n                                    \"Name\": \"Standardized Measure (DFNCF-After-Tax)-Beginning, MM\",\n                                    \"Id\": \"SECSMB\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"(Sale of Produced Oil & Gas, net Costs), MM\",\n                                    \"Id\": \"SECSPOG\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Price Change, net Production Costs, if reported, MM\",\n                                    \"Id\": \"SECPCNPC\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Change in Future Development Costs, if reported, MM\",\n                                    \"Id\": \"SECCFDC\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Total Price Change, net Production & Development Costs, MM\",\n                                    \"Id\": \"SECTPC\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Extensions & Discoveries, less Related Costs, MM\",\n                                    \"Id\": \"SECEDLRC\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Development Costs Incurred (CSM), MM\",\n                                    \"Id\": \"SECDCI\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Revisions of Previous Quantity Estimates, MM\",\n                                    \"Id\": \"SECRPQE\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Transfer or Reclassification of Reserves, MM\",\n                                    \"Id\": \"SECTRR\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Purchase of Reserves in Place, if reported, MM\",\n                                    \"Id\": \"SECPRIP\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"(Sales of Reserves in Place, if reported,), MM\",\n                                    \"Id\": \"SECSRIP\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Net Reserve Purchases & Sales, MM\",\n                                    \"Id\": \"SECNRPS\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Accretion of Discount Factor, MM\",\n                                    \"Id\": \"SECADF\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Timing of Production and Other, MM\",\n                                    \"Id\": \"SECTPO\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Net Change in Income Taxes, MM\",\n                                    \"Id\": \"SECNCIT\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Other Changes or Restatement Adjustments, MM\",\n                                    \"Id\": \"SECOC\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Net Changes in Standardized Measure for Year, MM\",\n                                    \"Id\": \"SECNCSMY\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Standardized Measure (DFNCF-After-Tax)-Ending, MM\",\n                                    \"Id\": \"SECSME\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Non-Consolidated Interests DFNCF-After-Tax: Ending, excluded from above, MM\",\n                                    \"Id\": \"SECNCNCI\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Check Standardized Measure, should be zero\",\n                                    \"Id\": \"SECCKSBZ\",\n                                    \"ChildNodes\": []\n                                }\n                            ]\n                        },\n                        {\n                            \"Name\": \"2P Standardized Measure @ year-end:\",\n                            \"Id\": \"TPFMHEAD\",\n                            \"ChildNodes\": [\n                                {\n                                    \"Name\": \"2P Future Cash Inflows (Gross Revenue), MM\",\n                                    \"Id\": \"TPFMREV\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"2P Future Production Costs, if Rep., MM\",\n                                    \"Id\": \"TPFMPROD\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"2P Future Development Costs, if Rep., MM\",\n                                    \"Id\": \"TPFMDEV\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"2P Future Aband.&Dismantle Costs, if Rep., MM\",\n                                    \"Id\": \"TPFMARO\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"2P Total Future Prod.+Dev.+ A&D Costs, MM\",\n                                    \"Id\": \"TPFMCOST\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"2P Future Income Tax Expenses, MM\",\n                                    \"Id\": \"TPFMITAX\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"2P Future Net Cash Flows After-Tax, MM\",\n                                    \"Id\": \"TPFMNCAT\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"2P 10% Present Value Discount, MM\",\n                                    \"Id\": \"TPFMDISC\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"2P Disc. Future Net Cash Flows Aft-Tax, MM\",\n                                    \"Id\": \"TPFMNCAD\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"2P NCI DFNCF-AT excluded from above, MM\",\n                                    \"Id\": \"TPFMCFEX\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"2P Pre-Tax Disc. Fut. Net C-Flows, Est MM\",\n                                    \"Id\": \"TPFMPTE\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"2P Pre-Tax Disc. Fut. Net C-Flows, Rep. MM\",\n                                    \"Id\": \"TPFMPTR\",\n                                    \"ChildNodes\": []\n                                }\n                            ]\n                        }\n                    ]\n                },\n                {\n                    \"Name\": \"Upstream Detail (Flag): (Header):\",\n                    \"Id\": \"UDHDR\",\n                    \"ChildNodes\": [\n                        {\n                            \"Name\": \"Acreage and Well Data (Header):\",\n                            \"Id\": \"UDAWD\",\n                            \"ChildNodes\": [\n                                {\n                                    \"Name\": \"Gross Developed Acres: Leasehold\",\n                                    \"Id\": \"SFGBVDO\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Net Developed Acres: Leasehold\",\n                                    \"Id\": \"SFGBVCO\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Gross Undeveloped Acres: Leasehold (Header):\",\n                                    \"Id\": \"UDGU\",\n                                    \"ChildNodes\": [\n                                        {\n                                            \"Name\": \"US Alaska Gross Undeveloped Acres\",\n                                            \"Id\": \"UDGUUAL\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"US Appalachia Gross Undeveloped Acres\",\n                                            \"Id\": \"UDGUUAP\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"US Gulf Coast Onshore Gross Undeveloped Acres\",\n                                            \"Id\": \"UDGUUGON\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"US Texas - Onshore Gross Undeveloped Acres\",\n                                            \"Id\": \"UDGUTXON\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"US Rocky Mountain Gross Undeveloped Acres\",\n                                            \"Id\": \"UDGUURM\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"US Mid-Continent Gross Undeveloped Acres\",\n                                            \"Id\": \"UDGUUMC\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"US Western Onshore Gross Undeveloped Acres\",\n                                            \"Id\": \"UDGUUWON\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"US Western Offshore Gross Undeveloped Acres\",\n                                            \"Id\": \"UDGUUWOF\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"US Other Onshore Gross Undeveloped Acres\",\n                                            \"Id\": \"UDGUUOON\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"US Gulf Coast Offshore Gross Undeveloped Acres\",\n                                            \"Id\": \"UDGUUGOF\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"US Other Offshore Gross Undeveloped Acres\",\n                                            \"Id\": \"UDGUUOOF\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"US Unspecified Gross Undeveloped Acres\",\n                                            \"Id\": \"UDGUUU\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"US Total Gross Undeveloped Acres\",\n                                            \"Id\": \"UDGUUT\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"CAN Alberta Gross Undeveloped Acres\",\n                                            \"Id\": \"UDGUCAL\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"CAN British Columbia Gross Undeveloped Acres\",\n                                            \"Id\": \"UDGUCBC\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"CAN Other Prairie Provinces Gross Undeveloped Acres\",\n                                            \"Id\": \"UDGUCOP\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"CAN Frontier/Other Gross Undeveloped Acres\",\n                                            \"Id\": \"UDGUCF\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"CAN Atlantic Gross Undeveloped Acres\",\n                                            \"Id\": \"UDGUCAT\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"CAN Unspecified Gross Undeveloped Acres\",\n                                            \"Id\": \"UDGUCUN\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"CAN Total Conventional Gross Undeveloped Acres\",\n                                            \"Id\": \"UDGUCTC\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"CAN Syncrude/Oil Sands Gross Undeveloped Acres\",\n                                            \"Id\": \"UDGUCSOS\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"CAN Total Gross Undeveloped Acres\",\n                                            \"Id\": \"UDGUCT\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Non-(US/Canada) Gross Undeveloped Acres\",\n                                            \"Id\": \"UDGUNNA\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Total Gross Undeveloped Acres\",\n                                            \"Id\": \"UNGTOT\",\n                                            \"ChildNodes\": []\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"Name\": \"Net Undeveloped Acres: Leasehold (Header):\",\n                                    \"Id\": \"UDNU\",\n                                    \"ChildNodes\": [\n                                        {\n                                            \"Name\": \"US Alaska Net Undeveloped Acres\",\n                                            \"Id\": \"UDNUUAL\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"US Appalachia Net Undeveloped Acres\",\n                                            \"Id\": \"UDNUUAP\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"US Gulf Coast Onshore Net Undeveloped Acres\",\n                                            \"Id\": \"UDNUUGON\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"US Texas - Onshore Net Undeveloped Acres\",\n                                            \"Id\": \"UDNUTXON\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"US Rocky Mountain Net Undeveloped Acres\",\n                                            \"Id\": \"UDNUURM\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"US Mid-Continent Net Undeveloped Acres\",\n                                            \"Id\": \"UDNUUMC\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"US Western Onshore Net Undeveloped Acres\",\n                                            \"Id\": \"UDNUUWON\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"US Western Offshore Net Undeveloped Acres\",\n                                            \"Id\": \"UDNUUWOF\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"US Other Onshore Net Undeveloped Acres\",\n                                            \"Id\": \"UDNUUOON\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"US Gulf Coast Offshore Net Undeveloped Acres\",\n                                            \"Id\": \"UDNUUGOF\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"US Other Offshore Net Undeveloped Acres\",\n                                            \"Id\": \"UDNUUOOF\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"US Unspecified Net Undeveloped Acres\",\n                                            \"Id\": \"UDNUUU\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"US Total Net Undeveloped Acres\",\n                                            \"Id\": \"UDNUUT\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"CAN Alberta Net Undeveloped Acres\",\n                                            \"Id\": \"UDNUCAL\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"CAN British Columbia Net Undeveloped Acres\",\n                                            \"Id\": \"UDNUCBC\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"CAN Other Prairie Provinces Net Undeveloped Acres\",\n                                            \"Id\": \"UDNUCOP\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"CAN Frontier/Other Net Undeveloped Acres\",\n                                            \"Id\": \"UDNUCF\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"CAN Atlantic Net Undeveloped Acres\",\n                                            \"Id\": \"UDNUCAT\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"CAN Unspecified Net Undeveloped Acres\",\n                                            \"Id\": \"UDNUCUN\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"CAN Total Conventional Net Undeveloped Acres\",\n                                            \"Id\": \"UDNUCTC\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"CAN Syncrude/Oil Sands Net Undeveloped Acres\",\n                                            \"Id\": \"UDNUCSOS\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"CAN Total Net Undeveloped Acres\",\n                                            \"Id\": \"UDNUCT\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Non-(US/Canada) Net Undeveloped Acres\",\n                                            \"Id\": \"UDNUNNA\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Total Net Undeveloped Acres\",\n                                            \"Id\": \"UDNTOT\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Average Net Interest per Undeveloped Acre, %\",\n                                            \"Id\": \"UPAVGIUA\",\n                                            \"ChildNodes\": []\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"Name\": \"Royalty & Fee/Mineral Acreage (Header):\",\n                                    \"Id\": \"UDRFA\",\n                                    \"ChildNodes\": [\n                                        {\n                                            \"Name\": \"Net Undeveloped Royalty Acres: U.S.\",\n                                            \"Id\": \"UDNURAU\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Net Undeveloped Royalty Acres: Non-U.S.\",\n                                            \"Id\": \"UDNURANU\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Net Undeveloped Royalty Acres: Total\",\n                                            \"Id\": \"UDNURAT\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Net Undeveloped Fee/Mineral Acres: U.S.\",\n                                            \"Id\": \"UDNUFAU\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Net Undeveloped Fee/Mineral Acres: Non-U.S.\",\n                                            \"Id\": \"UDNUFANU\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Net Undeveloped Fee/Mineral Acres: Total\",\n                                            \"Id\": \"UDNUFAT\",\n                                            \"ChildNodes\": []\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"Name\": \"Well Data: (Header)\",\n                                    \"Id\": \"WELLDATA\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Producible Wells at Year-end (Header):\",\n                                    \"Id\": \"UDPW\",\n                                    \"ChildNodes\": [\n                                        {\n                                            \"Name\": \"Gross Producible Oil Wells\",\n                                            \"Id\": \"UDGPOW\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Gross Producible Gas Wells\",\n                                            \"Id\": \"UDGPGW\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Gross Producible Aggregate Oil & Gas Wells\",\n                                            \"Id\": \"UDGPAOGW\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Gross Producible Oil & Gas Wells\",\n                                            \"Id\": \"UDGPOGW\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Net Producible Oil Wells\",\n                                            \"Id\": \"UDNPOW\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Net Producible Gas Wells\",\n                                            \"Id\": \"UDNPGW\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Net Producible Aggregate Oil & Gas Wells\",\n                                            \"Id\": \"UDNPAOGW\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Net Producible Oil & Gas Wells\",\n                                            \"Id\": \"UDNPOGW\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Net Oil & Gas Wells as % of Gross Oil & Gas Wells,%\",\n                                            \"Id\": \"UDNETPGR\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Developed Oil Reserves per Well, Mbbl\",\n                                            \"Id\": \"COPRAUD\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Developed Gas Reserves per Well, MMcf\",\n                                            \"Id\": \"COTELHQ\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Developed Oil & Gas Reserves per Well, Mboe\",\n                                            \"Id\": \"UDNDRPW\",\n                                            \"ChildNodes\": []\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"Name\": \"Wells Drilled During Year (Header):\",\n                                    \"Id\": \"UDEWD\",\n                                    \"ChildNodes\": [\n                                        {\n                                            \"Name\": \"Gross Successful Oil & Gas Exploration Wells\",\n                                            \"Id\": \"UDGPOGEW\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Gross Dry Oil & Gas Exploration Wells\",\n                                            \"Id\": \"UDGDOGEW\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Net Successful Oil & Gas Exploration Wells\",\n                                            \"Id\": \"UDNPOGEW\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Net Dry Oil & Gas Exploration Wells\",\n                                            \"Id\": \"UDNDOGEW\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Net Total O&G Exploration Wells (Successful & Dry)\",\n                                            \"Id\": \"UDNTEW\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Gross Successful Oil & Gas Development Wells\",\n                                            \"Id\": \"UDGPOGDW\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Gross Dry Oil & Gas Development Wells\",\n                                            \"Id\": \"UDGDOGDW\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Net Successful Oil & Gas Development Wells\",\n                                            \"Id\": \"UDNPOGDW\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Net Dry Oil & Gas Development Wells\",\n                                            \"Id\": \"UDNDOGDW\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Net Total O&G Development Wells (Successful & Dry)\",\n                                            \"Id\": \"UDNTDW\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Total Gross Successful Exploration & Development Wells\",\n                                            \"Id\": \"UPTGREDW\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Total Gross Dry Exploration & Development Wells\",\n                                            \"Id\": \"UPTGDEDW\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Total Net Successful Exploration & Development Wells\",\n                                            \"Id\": \"UPTNPEDW\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Total Net Dry Exploration & Development Wells\",\n                                            \"Id\": \"UPTNDEDW\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Total Net Exploration & Development Wells (Successful & Dry)\",\n                                            \"Id\": \"UDNTEDW\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Exploration Success Ratio, %\",\n                                            \"Id\": \"UPEXSUCR\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Successful Wells Drilled Ratio, %\",\n                                            \"Id\": \"UPWDSUCR\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Average Interest in Exploration Wells, %\",\n                                            \"Id\": \"UPINTEXW\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Exploration Wells as % of Total Wells Drilled, %\",\n                                            \"Id\": \"UPEWDPTD\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Oil & Gas Extensions, Discoveries & Improved Recovery (E/D&IR) Reserves Added per Net Successful Well\",\n                                            \"Id\": \"RRCEDIPW\",\n                                            \"ChildNodes\": []\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"Name\": \"Oil & Gas Prices: (Header)\",\n                                    \"Id\": \"OGPRICES\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Average Upstream Prices without Hedging (Header):\",\n                                    \"Id\": \"UDAUR\",\n                                    \"ChildNodes\": [\n                                        {\n                                            \"Name\": \"Average Oil & Condensate Price, per bbl\",\n                                            \"Id\": \"UDAOP\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Average Natural Gas Liquids (NGL) Price, per bbl\",\n                                            \"Id\": \"UDANP\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Average Oil/Condensate/NGL Price, per bbl\",\n                                            \"Id\": \"UDAOANP\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Average Synthetic Oil Price, per bbl\",\n                                            \"Id\": \"UDASP\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Average Natural Gas Price, per Mcf\",\n                                            \"Id\": \"UDANGP\",\n                                            \"ChildNodes\": []\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"Name\": \"Average Upstream Prices with Hedging (Header):\",\n                                    \"Id\": \"UDAURUNH\",\n                                    \"ChildNodes\": [\n                                        {\n                                            \"Name\": \"Average Oil & Condensate Price with Hedges, per bbl\",\n                                            \"Id\": \"UDAOPUNH\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Average Natural Gas Liquids (NGL) Price with Hedges, per bbl\",\n                                            \"Id\": \"UDANPUNH\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Average Oil/Condensate/NGL Price with Hedges, per bbl\",\n                                            \"Id\": \"UDAONUNH\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Average Natural Gas Price with Hedges, per Mcf\",\n                                            \"Id\": \"UDANGUNH\",\n                                            \"ChildNodes\": []\n                                        },\n                                        {\n                                            \"Name\": \"Average Synthetic Oil Price with Hedges, per bbl\",\n                                            \"Id\": \"UDSYNUNH\",\n                                            \"ChildNodes\": []\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"Name\": \"Implied Revenue Gain/(Lost) from Hedging, MM\",\n                                    \"Id\": \"UDRGLUNH\",\n                                    \"ChildNodes\": []\n                                }\n                            ]\n                        }\n                    ]\n                },\n                {\n                    \"Name\": \"Segment IHS Operating EBITDA (Header):\",\n                    \"Id\": \"SFJOEHD\",\n                    \"ChildNodes\": [\n                        {\n                            \"Name\": \"Oil & Gas Production IHS Operating EBITDA, MM\",\n                            \"Id\": \"SFJOEOG\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Other Upstream IHS Operating EBITDA, MM\",\n                            \"Id\": \"SFJOEOU\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Total Upstream/E&P IHS Operating EBITDA, MM\",\n                            \"Id\": \"SFJOEUP\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Oil Refining Operating EBITDA, MM\",\n                            \"Id\": \"SFJOEOC\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Oil Products Marketing Operating EBITDA, MM\",\n                            \"Id\": \"SFJOETP\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Other/Aggregate RM&T Operating EBITDA, MM\",\n                            \"Id\": \"SFJOERM\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Total Oil RM&T Operating EBITDA, MM\",\n                            \"Id\": \"SFNEXB\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Chemicals/PetroChemicals Operating EBITDA, MM\",\n                            \"Id\": \"SFJOECH\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Natural Gas Transmission Operating EBITDA, MM\",\n                            \"Id\": \"SFJOEGT\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Natural Gas Distribution Operating EBITDA, MM\",\n                            \"Id\": \"SFJOEGD\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Gas Gathering, Processing & Marketing Operating EBITDA, MM\",\n                            \"Id\": \"SFJOEGM\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Other/Aggregate Gas Midstream Operating EBITDA, MM\",\n                            \"Id\": \"SFJOEGP\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Total Natural Gas Midstream Operating EBITDA, MM\",\n                            \"Id\": \"SFRCISTR\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Coal & Minerals IHS Operating EBITDA, MM\",\n                            \"Id\": \"SFJOECO\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Drilling/Oil Services Operating EBITDA, MM\",\n                            \"Id\": \"SFJOEDO\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Other Energy/Power IHS Operating EBITDA, MM\",\n                            \"Id\": \"SFJOEOE\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Other Operations 1 IHS Operating EBITDA, MM\",\n                            \"Id\": \"SFJOEXA\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Other/Aggregate IHS Operating EBITDA, MM\",\n                            \"Id\": \"SFJOEXC\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Corporate & Miscellaneous IHS Operating EBITDA, MM\",\n                            \"Id\": \"SFJOECP\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Sum: Segment IHS Operating EBITDA, MM\",\n                            \"Id\": \"SFJOESUM\",\n                            \"ChildNodes\": []\n                        }\n                    ]\n                },\n                {\n                    \"Name\": \"Segment Capital & Exploration Expenditures (Header):\",\n                    \"Id\": \"SFCEXHD\",\n                    \"ChildNodes\": [\n                        {\n                            \"Name\": \"Oil & Gas Capital Expenditures, MM\",\n                            \"Id\": \"SFCEXOG\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Oil & Gas Exploration Expense, MM\",\n                            \"Id\": \"SFCEXEE\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Other/Aggregate Upstream Capital Expenditures, MM\",\n                            \"Id\": \"SFCEXOU\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Total Upstream Capital & Exploration Expenditures, MM\",\n                            \"Id\": \"SFCEXUP\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Oil Refining Capital Expenditures, MM\",\n                            \"Id\": \"SFCEXR\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Oil Products Marketing Capital Expenditures, MM\",\n                            \"Id\": \"SFCEXM\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Other/Aggregate RM&T Capital Expenditures, MM\",\n                            \"Id\": \"SFCEXTO\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Total Oil RM&T Capital Expenditures, MM\",\n                            \"Id\": \"SFCEXRM\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Chemicals/PetroChemical Capital Expenditures, MM\",\n                            \"Id\": \"SFCEXCH\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Natural Gas Transmission Capital Expenditures, MM\",\n                            \"Id\": \"SFCEXGT\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Natural Gas Distribution Capital Expenditures, MM\",\n                            \"Id\": \"SFCEXGD\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Gas Gathering, Processing & Marketing Capital Expenditures, MM\",\n                            \"Id\": \"SFCEXGP\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Other/Aggregate Gas Midstream Capital Expenditures, MM\",\n                            \"Id\": \"SFCEXGM\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Total Natural Gas Midstream Capital Expenditures, MM\",\n                            \"Id\": \"SFCEXTP\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Coal & Minerals Capital Expenditures, MM\",\n                            \"Id\": \"SFCEXCO\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Drilling/Oil Services Capital Expenditures, MM\",\n                            \"Id\": \"SFCEXDO\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Other Energy/Power Capital Expenditures, MM\",\n                            \"Id\": \"SFCEXOE\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Other Operations 1 Capital Expenditures, MM\",\n                            \"Id\": \"SFCEXOC\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Other/Aggregate Capital Expenditures, MM\",\n                            \"Id\": \"SFCEXXC\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Corporate & Miscellaneous Capital Expenditures, MM\",\n                            \"Id\": \"SFCEXCP\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Aggregate Investments in Equity Affiliates, MM\",\n                            \"Id\": \"SFCEXAUE\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Sum: Capital & Exploration Expenditures, MM\",\n                            \"Id\": \"SFCEXSUM\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Investment in Equity Affiliates (EA) Included Above (Header):\",\n                            \"Id\": \"SFIEAHD\",\n                            \"ChildNodes\": []\n                        }\n                    ]\n                },\n                {\n                    \"Name\": \"IHS ANW Components (Flag) (Header):\",\n                    \"Id\": \"SFHVHD\",\n                    \"ChildNodes\": [\n                        {\n                            \"Name\": \"Base Case ANW Components: (Header)\",\n                            \"Id\": \"BASEANW\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Pre-tax Profit (RO&GO) (Internal Use Only)\",\n                            \"Id\": \"XRLTPTP\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Oil/NGL Reserves (Consolidated): IHS Value,MM\",\n                            \"Id\": \"SFHVOR\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Natural Gas Reserves (Consolidated): IHS Value,MM\",\n                            \"Id\": \"SFHVGR\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Syncrude Reserves (Consolidated): IHS Value, MM\",\n                            \"Id\": \"SFHVSR\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Prospective Acreage: IHS Value, MM\",\n                            \"Id\": \"IHSPROAC\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Pre-tax Profit (RO&GO) per boe (Internal Use Only)\",\n                            \"Id\": \"XRLTPTPP\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Non-Proven Resources: IHS Value, MM\",\n                            \"Id\": \"IHSNPRSV\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Other/Aggregate Acreage & Non-Proven Resources: IHS Value, MM\",\n                            \"Id\": \"SFHVPA\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Total Acreage & Non-Proven Resources: IHS Value, MM\",\n                            \"Id\": \"IHSACNPT\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Other Upstream: IHS Value, MM\",\n                            \"Id\": \"SFHVOU\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Total Upstream/E&P (Consolidated): IHS Value,MM\",\n                            \"Id\": \"SFHVUP\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Oil Reserves (Non-Consolidated): IHS Value, MM\",\n                            \"Id\": \"IHSORNCI\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Gas Reserves (Non-Consolidated): IHS Value, MM\",\n                            \"Id\": \"IHSGRNCI\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Aggregate Oil & Gas Reserves (Non-Consolidated): IHS Value,MM\",\n                            \"Id\": \"SFCEMGM\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Total Oil & Gas Reserves (Non-Consolidated): IHS Value, MM\",\n                            \"Id\": \"IHSTNCI\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Non-Proven Resources (Non-Consolidated): IHS Value, MM\",\n                            \"Id\": \"IHSNPRNC\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Prospective Acreage (Non-Consolidated): IHS Value, MM\",\n                            \"Id\": \"IHSNPANC\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Other/Aggregate Acreage & Non-Proven Resources (Non-Consolidated): IHS Value, MM\",\n                            \"Id\": \"IHSNPAGN\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Total Acreage & Non-Proven Resources (Non-Consolidated): IHS Value, MM\",\n                            \"Id\": \"IHSNPTNC\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Total Upstream/E&P (Non-Consolidated): IHS Value, MM\",\n                            \"Id\": \"IHSUPTNC\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Discount Rate: IHS Reserve Values, %\",\n                            \"Id\": \"SFHVDR\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Oil Refining (Consolidated): IHS Value, MM\",\n                            \"Id\": \"SFEBTXB\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Oil Products Marketing (Consolidated): IHS Value, MM\",\n                            \"Id\": \"SFEBTOC\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Other/Aggregate RM&T (Consolidated): IHS Value, MM\",\n                            \"Id\": \"SFHVRM\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Total Oil RM&T (Consolidated): IHS Value, MM\",\n                            \"Id\": \"SFNEOC\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Chemicals/PetroChemicals: IHS Value, MM\",\n                            \"Id\": \"SFHVCH\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Natural Gas Transmission: IHS Value, MM\",\n                            \"Id\": \"SFHVGT\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Natural Gas Distribution: IHS Value, MM\",\n                            \"Id\": \"SFHVGD\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Gas Gathering, Processing & Marketing: IHS Value, MM\",\n                            \"Id\": \"SFHVGM\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Other/Aggregate Natural Gas Midstream: IHS Value, MM\",\n                            \"Id\": \"SFHVGP\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Total Natural Gas Midstream: IHS Value, MM\",\n                            \"Id\": \"SFHVOC\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Drilling/Oil Services: IHS Value, MM\",\n                            \"Id\": \"SFHVDO\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Coal & Minerals: IHS Value, MM\",\n                            \"Id\": \"SFHVCO\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Other Energy/Power: IHS Value, MM\",\n                            \"Id\": \"SFHVOE\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Other Operations 1: IHS Value, MM\",\n                            \"Id\": \"SFHVXA\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Other/Aggregate Opertions: IHS Value, MM\",\n                            \"Id\": \"SFHVXB\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Equity Investments: IHS Value, MM\",\n                            \"Id\": \"SFHVEI\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Other Investments & Assets & Miscellaneous PP&E, MM\",\n                            \"Id\": \"SFHVOIA\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Total Investments & Other Assets, MM\",\n                            \"Id\": \"SFHVTIOA\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"LIFO Inventory Reserve: IHS Value, MM\",\n                            \"Id\": \"SFHVLIFO\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Sub-total: Non-Reserve Assets (IHS Value), MM\",\n                            \"Id\": \"ESADRHYO\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Working Capital (Deficit): IHS Value, MM\",\n                            \"Id\": \"SFHVWC\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Sum: IHS Appraised Worth of Assets (AWA), MM\",\n                            \"Id\": \"SFSAWA\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Less: Long-term Debt, MM\",\n                            \"Id\": \"SFHVLTD\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Less: Other Long-term Liabilities, MM\",\n                            \"Id\": \"SFHVOLTL\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Less: Total Long-term Liabilities, MM\",\n                            \"Id\": \"SFHVLTL\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Less: Preferred Stock at Liquidation Value, MM\",\n                            \"Id\": \"SFHVPS\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Less: Minority Interest, IHS Value, MM\",\n                            \"Id\": \"SFHVMI\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"ANW: Base Oil, Base Gas Case, MM\",\n                            \"Id\": \"SFANW\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"ANW Flat Commodity Scenarios: (Header)\",\n                            \"Id\": \"FLATSCEN\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"ANW: Base Flat Case, MM\",\n                            \"Id\": \"ANWBTOOL\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"IHS Adjustment to Year-end Shares Outstanding, MM\",\n                            \"Id\": \"IHSSHADJ\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"IHS Adjusted Year-end Shares Outstanding in MM\",\n                            \"Id\": \"IHSADJSH\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"IHS Adjusted Year-end ADRs Outstanding in MM\",\n                            \"Id\": \"IHSAJADR\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"ANW: Base Oil, Base Gas Case, per share\",\n                            \"Id\": \"SFANWPS\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"ANW: Base Oil, Base Gas Case, per ADR\",\n                            \"Id\": \"SFANWPA\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Date for Forecast Update (YYYYMMDD)\",\n                            \"Id\": \"DATEBABY\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Pro Forma Adjustments to IHS ANW (Base):\",\n                            \"Id\": \"SFAHVHD\",\n                            \"ChildNodes\": [\n                                {\n                                    \"Name\": \"Pro Forma Adjustment to Oil & Gas Reserves, MM\",\n                                    \"Id\": \"SFAHVUP\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Pro Forma Adjustment to Other Fixed Assets, MM\",\n                                    \"Id\": \"SFAHVOF\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Pro Forma Adjustment to Investments & Other Assets, MM\",\n                                    \"Id\": \"SFAHVIO\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Pro Forma Adjustments to Working Capital, MM\",\n                                    \"Id\": \"SFAHVWC\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Pro Forma IHS Appraised Worth of Assets, MM\",\n                                    \"Id\": \"SFPFAWA\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Pro Forma Adjustment to Total Long-term Liabilities, MM\",\n                                    \"Id\": \"SFAHVLTL\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Pro Forma Adjustment to Preferred Stock, MM\",\n                                    \"Id\": \"SFAHVPS\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Pro Forma Adjustment to Minority Interest, MM\",\n                                    \"Id\": \"SFAHVMI\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Pro Forma IHS ANW: Base Case, MM\",\n                                    \"Id\": \"SFPFANW\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Pro Forma Adjustment to Shares Outstanding, MM\",\n                                    \"Id\": \"SFPFASO\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Pro Forma Shares Outstanding, MM\",\n                                    \"Id\": \"SFPFSO\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Pro Forma IHS ANW: Base Case, per share\",\n                                    \"Id\": \"SFPFANWS\",\n                                    \"ChildNodes\": []\n                                },\n                                {\n                                    \"Name\": \"Pro Forma IHS ANW: Base Case, per ADR\",\n                                    \"Id\": \"SFPFANWA\",\n                                    \"ChildNodes\": []\n                                }\n                            ]\n                        }\n                    ]\n                },\n                {\n                    \"Name\": \"IHS Administrative Line Items (Header):\",\n                    \"Id\": \"OEBDATPA\",\n                    \"ChildNodes\": [\n                        {\n                            \"Name\": \"Check w/Income Statement IHS Operating EBITDA, should be 0\",\n                            \"Id\": \"SFCISJOE\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Check w/IHS ANW Base Case (hc)\",\n                            \"Id\": \"SFCBSANW\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"ANW: Base Oil, Base Gas Case, MM (hc)\",\n                            \"Id\": \"ANWCMM\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"ANW: Base Oil, Base Gas Case, per share (hc)\",\n                            \"Id\": \"ANWCPS\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Annual Change in ANW (Base Case), %\",\n                            \"Id\": \"ANWCAGR1\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"3-Year Compound Change in ANW (Base), %\",\n                            \"Id\": \"ANWCAGR3\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"5-Year Compound Change in ANW (Base), %\",\n                            \"Id\": \"ANWCAGR5\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Stock Price (Year-end) -to- ANW (Base Case)\",\n                            \"Id\": \"SPANWYE\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"(Debt + Preferred Stock) / IHS Appraised Worth of Assets, %\",\n                            \"Id\": \"ANWDPAWA\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"DD&A (Normal) (RO&GO) (Internal Use Only)\",\n                            \"Id\": \"XRLTDDA\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"DD&A (Impair.) (RO&GO)  (Internal Use Only)\",\n                            \"Id\": \"XRLTIMP\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Total DD&A (RO&GO) (Internal Use Only)\",\n                            \"Id\": \"XRLTTDD\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"DD&A (Normal) (RO&GO) per boe (Internal Use Only)\",\n                            \"Id\": \"XRLTDDAP\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"DD&A (Impair.) (RO&GO) per boe  (Internal Use Only\",\n                            \"Id\": \"XRLTIMPP\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Total DD&A (RO&GO) per boe (Internal Use Only)\",\n                            \"Id\": \"XRLTTDDP\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Gov't Take: Revenue (RO&GO), MM\",\n                            \"Id\": \"GVTKREVS\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Gov't Take: Other Tax (RO&GO), MM\",\n                            \"Id\": \"GVTKOTAX\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Gov't Take: Income Tax (RO&GO), MM\",\n                            \"Id\": \"GVTKITAX\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Gov't Take: Pre-tax Profit (RO&GO), MM\",\n                            \"Id\": \"GVTKPTPR\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Total Gov't Take (RO&GO) per boe\",\n                            \"Id\": \"GVTTPB\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Total Gov't Take (RO&GO), MM\",\n                            \"Id\": \"GVTTGT\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Total Gov't Take (RO&GO) of Pre-tax Inc., %\",\n                            \"Id\": \"GVTKRATE\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"GT Other Tax (RO&GO) as % of O&G Rev., %\",\n                            \"Id\": \"GVTKREV\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Total Gov't Take (RO&GO) of O&G Rev., %\",\n                            \"Id\": \"GVTKREVT\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Free Cash Flow after Finding & Development Costs Incurred (RO&GO), MM\",\n                            \"Id\": \"FCFAROGO\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Free Cash Flow (RO&GO) after Finding & Development Costs per boe\",\n                            \"Id\": \"FCFROGOB\",\n                            \"ChildNodes\": []\n                        },\n                        {\n                            \"Name\": \"Total Resource Base, Bboe (Admin. Only)\",\n                            \"Id\": \"TOTRBASE\",\n                            \"ChildNodes\": []\n                        }\n                    ]\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"3274fbc0-e9a5-4bcb-a58e-1f50e94ddcd2"},{"name":"Returns a list of required parameters for Company Metrics.","id":"87f10e63-8157-4de0-b82e-aed4e8690a13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json, text/json, text/html, application/xml, text/xml"}],"url":"https://api.connect.ihsmarkit.com/energy/v1/company-metrics/parameters/dimensions","description":"<p>POST service requests to the Company Metrics database must contain relevant values for all five dimensions.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"yourUsername"},{"key":"password","value":"yourPassword"}]},"isInherited":true,"source":{"_postman_id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","name":"Upstream Insight API","type":"collection"}},"urlObject":{"protocol":"https","path":["energy","v1","company-metrics","parameters","dimensions"],"host":["api","connect","ihsmarkit","com"],"query":[],"variable":[]}},"response":[{"id":"3bdf7a38-2fac-40d9-aee1-c1d4f95acd94","name":"Get a list of query parameters for Company Metrics","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json, text/json, text/html, application/xml, text/xml"}],"url":"https://connectapi.ihs.com/energy/v1/company-metrics/parameters/dimensions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Backend-Server","value":"VWC-2PCOGWB04"},{"key":"X-Backend-Server","value":"VWC-2PCOGWB04"},{"key":"X-Powered-By","value":"ARR/3.0"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Cache-Control, x-should-not-refresh-session"},{"key":"Access-Control-Expose-Headers","value":"X-MiniProfiler-Ids"},{"key":"Access-Control-Allow-Origin","value":""},{"key":"Date","value":"Thu, 27 Jun 2019 17:58:25 GMT"},{"key":"Content-Length","value":"185"}],"cookie":[],"responseTime":null,"body":"[\n    \"Company Hierarchy\",\n    \"Region Hierarchy\",\n    \"Line Item Hierarchy\",\n    \"Time JSH\",\n    \"currencies\"\n]"}],"_postman_id":"87f10e63-8157-4de0-b82e-aed4e8690a13"},{"name":"Returns data for all changes in the Company Metrics database since a specific date.","id":"691585b1-fea8-4c6b-9fbe-dcd8662b054f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json, text/json, text/html, application/xml, text/xml"}],"url":"https://api.connect.ihsmarkit.com/energy/v1/company-metrics/changes?since={{since}}&skip={{skip}}&top={{top}}","description":"<p>Set up a delta data feed of changes to the Company Metrics database with this endpoint to reduce the data you need to pull back on a regular basis in order to keep your Company Metrics data up to date. Page through the response using the <strong>skip</strong> and <strong>top</strong> parameters.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"yourUsername"},{"key":"password","value":"yourPassword"}]},"isInherited":true,"source":{"_postman_id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","name":"Upstream Insight API","type":"collection"}},"urlObject":{"protocol":"https","path":["energy","v1","company-metrics","changes"],"host":["api","connect","ihsmarkit","com"],"query":[{"description":{"content":"<p>yyyy-mm-dd</p>\n","type":"text/plain"},"key":"since","value":"{{since}}"},{"description":{"content":"<p>number of records to skip</p>\n","type":"text/plain"},"key":"skip","value":"{{skip}}"},{"description":{"content":"<p>number ot records to return</p>\n","type":"text/plain"},"key":"top","value":"{{top}}"}],"variable":[]}},"response":[{"id":"77ff8fa4-db7d-4dba-8a15-81f8e2e8f01d","name":"Get first 10 changes to Company Metrics database since 2019-06-01","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json, text/json, text/html, application/xml, text/xml"}],"url":{"raw":"https://connectapi.ihs.com/energy/v1/company-metrics/changes?since=2019-06-01&skip=0&top=10","protocol":"https","host":["connectapi","ihs","com"],"path":["energy","v1","company-metrics","changes"],"query":[{"key":"since","value":"2019-06-01"},{"key":"skip","value":"0"},{"key":"top","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"Set-Cookie","value":"IHS_SSO_SESS=khmDOWx2FNOHv0PNcOadkmpfUmmeStPjiA-18x2deEsVTMK5S14vBjBRrGLTkwx3Dx3DB1n2u2HD3yZTNcBdmQu0EQx3Dx3D-K8PD3Rxx8x2FNaI4h3KQ19mzAx3Dx3D-jZ786sFEpWghhOQfntTVdwx3Dx3D; domain=.ihs.com; path=/; HttpOnly"},{"key":"Set-Cookie","value":"IHS_SSO_UI=HrePBsEAnnbgKHbrePnLvHJxzaR/VQcKeKqJuT6ibFBn5vwXSQMYOJasJeA2h/bzT022ZhOIdijRWUc0101sgg==; domain=.ihs.com; path=/; HttpOnly"},{"key":"Set-Cookie","value":"IHS_CONNECT_SESS_PROD=O4O%2bDRZLLC7vBbVJA7e7sg%3d%3d%2cNXx88en2CjdTnWSHlgWpVobe2avHk4MwaJ1GeskWTHOe9gMRXzbeGSXaqNIbUT7fGShu%2fdFB%2fgLS%2fVVUqpV4lqbsZHqKvBAodSU3X291bzz5U2tkQlXmUJFJWQqqyZhGBHHWUo2wpalXySucwyQeayRJqXo3oEbwZp6bPeVzMDHySht%2fwNOjIVNzhOuWKMhxC1TcdAhjGHCuDbPlRtCztQCmEvRexaFa8GQz%2fFjuOptM6Kwcsvsx8EmgHHqOHEU1X%2bRmJNIGkD1QyliZSYU1ysaDmqHQLxo3lWGXudqsFm9FujuQrTPdkEEuCsBFzp8GCYPl7GlrRNyzQ3xani95zsOniPAeO0GcVoOxVWNvFCkfrnlSE%2fDdmNY6MLJqaeQwCdmMg31tnOaizrYxHx7axRv7D0ppIe%2bABpcBTyggICdVJ%2bJVwdib7vxnEb9NarnykkR8eRikVniKr9V%2bcxl2BA6TkZr76xNasA1Kx%2bu%2fSQegPx53I5ngMfyYV3IfXmOylh2Zzjee8jOraoiJ5nE53DwXKP4nGa%2b4%2fiIKjj70lsY%3d; domain=.ihs.com; path=/; HttpOnly"},{"key":"Set-Cookie","value":"IHS_SESS_EXP=L0RhdGUoMTU2MTY2MTc1MzgyNC4wNikvO0ZhbHNlOzFGQzc4NzJEMjFFRjJBODkxMjgwNDNFNDhENjY2MkMyNzRDQjlBQjQ=; domain=.ihs.com; path=/"},{"key":"Set-Cookie","value":"IHS_SSO_SESS=khmDOWx2FNOHv0PNcOadkmpfUmmeStPjiA-18x2deEsVTMK5S14vBjBRrGLTkwx3Dx3DB1n2u2HD3yZTNcBdmQu0EQx3Dx3D-K8PD3Rxx8x2FNaI4h3KQ19mzAx3Dx3D-jZ786sFEpWghhOQfntTVdwx3Dx3D; domain=.ihs.com; path=/; HttpOnly"},{"key":"Set-Cookie","value":"IHS_SSO_UI=HrePBsEAnnbgKHbrePnLvHJxzaR/VQcKeKqJuT6ibFBn5vwXSQMYOJasJeA2h/bzT022ZhOIdijRWUc0101sgg==; domain=.ihs.com; path=/; HttpOnly"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Backend-Server","value":"VWC-2PCOGWB01"},{"key":"X-Backend-Server","value":"VWC-2PCOGWB01"},{"key":"X-Powered-By","value":"ARR/3.0"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Cache-Control, x-should-not-refresh-session"},{"key":"Access-Control-Expose-Headers","value":"X-MiniProfiler-Ids"},{"key":"Access-Control-Allow-Origin","value":""},{"key":"Date","value":"Thu, 27 Jun 2019 17:55:53 GMT"},{"key":"Content-Length","value":"463"}],"cookie":[],"responseTime":null,"body":"{\n    \"Tuples\": [\n        {\n            \"Company Hierarchy\": \"CNOVUS\",\n            \"Region Hierarchy\": \"WWF\",\n            \"Line Item Hierarchy\": \"BSTGBVP\",\n            \"Time JSH\": \"Q1.19\",\n            \"Value\": 37336,\n            \"Value USD\": 27969.14432,\n            \"Update Date\": \"2019-06-01T09:18:44Z\"\n        },\n        {\n            \"Company Hierarchy\": \"CNOVUS\",\n            \"Region Hierarchy\": \"WWF\",\n            \"Line Item Hierarchy\": \"BSTNBVP\",\n            \"Time JSH\": \"Q1.19\",\n            \"Value\": 30267,\n            \"Value USD\": 22673.61504,\n            \"Update Date\": \"2019-06-01T09:18:44Z\"\n        },\n        {\n            \"Company Hierarchy\": \"CNOVUS\",\n            \"Region Hierarchy\": \"WWF\",\n            \"Line Item Hierarchy\": \"BSGSI\",\n            \"Time JSH\": \"Q1.19\",\n            \"Value\": 2272,\n            \"Value USD\": 1702.00064,\n            \"Update Date\": \"2019-06-01T09:18:44Z\"\n        },\n        {\n            \"Company Hierarchy\": \"CRZO\",\n            \"Region Hierarchy\": \"REGROLL\",\n            \"Line Item Hierarchy\": \"BSTGBVP\",\n            \"Time JSH\": \"Q1.19\",\n            \"Value\": 7301.5,\n            \"Value USD\": 7301.5,\n            \"Update Date\": \"2019-06-01T09:18:44Z\"\n        },\n        {\n            \"Company Hierarchy\": \"CRZO\",\n            \"Region Hierarchy\": \"REGROLL\",\n            \"Line Item Hierarchy\": \"BSTNBVP\",\n            \"Time JSH\": \"Q1.19\",\n            \"Value\": 3263.98,\n            \"Value USD\": 3263.98,\n            \"Update Date\": \"2019-06-01T09:18:44Z\"\n        },\n        {\n            \"Company Hierarchy\": \"CRZO\",\n            \"Region Hierarchy\": \"WWF\",\n            \"Line Item Hierarchy\": \"BSTGBVP\",\n            \"Time JSH\": \"Q1.19\",\n            \"Value\": 7301.5,\n            \"Value USD\": 7301.5,\n            \"Update Date\": \"2019-06-01T09:18:44Z\"\n        },\n        {\n            \"Company Hierarchy\": \"CRZO\",\n            \"Region Hierarchy\": \"WWF\",\n            \"Line Item Hierarchy\": \"BSTNBVP\",\n            \"Time JSH\": \"Q1.19\",\n            \"Value\": 3263.98,\n            \"Value USD\": 3263.98,\n            \"Update Date\": \"2019-06-01T09:18:44Z\"\n        },\n        {\n            \"Company Hierarchy\": \"CNOVUS\",\n            \"Region Hierarchy\": \"REGROLL\",\n            \"Line Item Hierarchy\": \"BSTGBVP\",\n            \"Time JSH\": \"Q1.19\",\n            \"Value\": 37336,\n            \"Value USD\": 27969.14432,\n            \"Update Date\": \"2019-06-01T09:18:44Z\"\n        },\n        {\n            \"Company Hierarchy\": \"CNOVUS\",\n            \"Region Hierarchy\": \"REGROLL\",\n            \"Line Item Hierarchy\": \"BSTNBVP\",\n            \"Time JSH\": \"Q1.19\",\n            \"Value\": 30267,\n            \"Value USD\": 22673.61504,\n            \"Update Date\": \"2019-06-01T09:18:44Z\"\n        },\n        {\n            \"Company Hierarchy\": \"CNOVUS\",\n            \"Region Hierarchy\": \"REGROLL\",\n            \"Line Item Hierarchy\": \"BSGSI\",\n            \"Time JSH\": \"Q1.19\",\n            \"Value\": 2272,\n            \"Value USD\": 1702.00064,\n            \"Update Date\": \"2019-06-01T09:18:44Z\"\n        }\n    ]\n}"}],"_postman_id":"691585b1-fea8-4c6b-9fbe-dcd8662b054f"},{"name":"Returns a count of changes made to the Company Metrics database since a specific date.","id":"83ac90cc-edd4-43f2-8487-cc45ac593abe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json, text/json, text/html, application/xml, text/xml"}],"url":"https://api.connect.ihsmarkit.com/energy/v1/company-metrics/changes/count?since={{since}}","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"yourUsername"},{"key":"password","value":"yourPassword"}]},"isInherited":true,"source":{"_postman_id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","name":"Upstream Insight API","type":"collection"}},"urlObject":{"protocol":"https","path":["energy","v1","company-metrics","changes","count"],"host":["api","connect","ihsmarkit","com"],"query":[{"description":{"content":"<p>yyyy-mm-dd</p>\n","type":"text/plain"},"key":"since","value":"{{since}}"}],"variable":[]}},"response":[{"id":"68a1c3d1-6e38-49d8-a94b-f20adc275051","name":"Get count of records changed in Company Metrics database since 2019-06-01","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json, text/json, text/html, application/xml, text/xml"}],"url":{"raw":"https://connectapi.ihs.com/energy/v1/company-metrics/changes/count?since=2019-06-01","protocol":"https","host":["connectapi","ihs","com"],"path":["energy","v1","company-metrics","changes","count"],"query":[{"key":"since","value":"2019-06-01","description":"yyyy-mm-dd"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Backend-Server","value":"VWC-2PCOGWB01"},{"key":"X-Backend-Server","value":"VWC-2PCOGWB01"},{"key":"X-Powered-By","value":"ARR/3.0"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Cache-Control, x-should-not-refresh-session"},{"key":"Access-Control-Expose-Headers","value":"X-MiniProfiler-Ids"},{"key":"Access-Control-Allow-Origin","value":""},{"key":"Date","value":"Thu, 27 Jun 2019 17:59:39 GMT"},{"key":"Content-Length","value":"147"}],"cookie":[],"responseTime":null,"body":"{\n    \"TotalCount\": 59798\n}"}],"_postman_id":"83ac90cc-edd4-43f2-8487-cc45ac593abe"},{"name":"Generate a list of views associated with the Company Metrics data group.","id":"caaf5a53-c205-4628-9bd2-6d09045e34af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json, text/json, text/html, application/xml, text/xml"}],"url":"https://api.connect.ihsmarkit.com/energy/v1/company-metrics/views","description":"<p>\"Views\" contain subsets of the Company Metrics database. They are returned as tables of structured data that correlate to a particular category of information or end-user workflow. You can import tables of data into 3rd party tools like <strong>Microsoft Power BI</strong> and <strong>Excel</strong> with these endpoints.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"yourUsername"},{"key":"password","value":"yourPassword"}]},"isInherited":true,"source":{"_postman_id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","name":"Upstream Insight API","type":"collection"}},"urlObject":{"protocol":"https","path":["energy","v1","company-metrics","views"],"host":["api","connect","ihsmarkit","com"],"query":[],"variable":[]}},"response":[{"id":"2550babf-ff3c-4d06-9967-6e58e05671ca","name":"Get a list of Company Metrics views","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json, text/json, text/html, application/xml, text/xml"}],"url":"https://api.connect.ihsmarkit.com/energy/v1/company-metrics/views"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Backend-Server","value":"VWC-2PCOGWB02"},{"key":"X-Backend-Server","value":"VWC-2PCOGWB02"},{"key":"X-Powered-By","value":"ARR/3.0"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Cache-Control, x-should-not-refresh-session"},{"key":"Access-Control-Expose-Headers","value":"X-MiniProfiler-Ids"},{"key":"Access-Control-Allow-Origin","value":""},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Date","value":"Tue, 21 Apr 2020 16:27:36 GMT"},{"key":"Content-Length","value":"253"}],"cookie":[],"responseTime":null,"body":"[\n    \"benchmark_financial_profitability\",\n    \"benchmark_financial_cashflow\",\n    \"benchmark_eandp_overview\",\n    \"benchmark_financial_balancesheet\",\n    \"benchmark_operational_results\",\n    \"benchmark_operational_reserves_replacement\",\n    \"benchmark_operational_costs_incurred\",\n    \"benchmark_operational_production_reserves\"\n]"}],"_postman_id":"caaf5a53-c205-4628-9bd2-6d09045e34af"},{"name":"Return attributes related to the selected Company Metrics view.","id":"6f7abc22-b943-4d97-8ce3-714f3b8a4e04","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json, text/json, text/html, application/xml, text/xml"}],"url":"https://api.connect.ihsmarkit.com/energy/v1/company-metrics/views/{{viewName}}","description":"<p>Use this endpoint to pull in a table of information that defines the table schema of the selected view (i.e. table schema). Column names, definitions, data types, etc. will be returned in this table.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"yourUsername"},{"key":"password","value":"yourPassword"}]},"isInherited":true,"source":{"_postman_id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","name":"Upstream Insight API","type":"collection"}},"urlObject":{"protocol":"https","path":["energy","v1","company-metrics","views","{{viewName}}"],"host":["api","connect","ihsmarkit","com"],"query":[],"variable":[]}},"response":[{"id":"29492ab7-79e9-4b52-8bec-4131fe13aa44","name":"Get table schema and description for Company Metrics \"benchmark_financial_profitability\" view","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json, text/json, text/html, application/xml, text/xml"}],"url":{"raw":"https://connectapi.ihs.com/energy/v1/company-metrics/views/:viewName","protocol":"https","host":["connectapi","ihs","com"],"path":["energy","v1","company-metrics","views",":viewName"],"variable":[{"key":"viewName","value":"benchmark_financial_profitability","description":"The name of the view for which metadata is required (from \"Generate a list of views...\""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"Set-Cookie","value":"IHS_SSO_SESS=n8nxxk6gxxyqBYTxxdwTG7wvA82urU4EWx2F7-18x2dSkanaCWw8fr0OiIAqCJZlAx3Dx3Dj1PDUsxxC8xxrHKluKtlHjx2Bwx3Dx3D-fz74iYGv4x2B51bAxx2d4r0VAx3Dx3D-D8kFmSwxxuPEY2Tz47R1UNAx3Dx3D; domain=.ihs.com; path=/; HttpOnly"},{"key":"Set-Cookie","value":"IHS_SSO_UI=HrePBsEAnnbgKHbrePnLvHJxzaR/VQcKeKqJuT6ibFBn5vwXSQMYOJasJeA2h/bzT022ZhOIdijRWUc0101sgg==; domain=.ihs.com; path=/; HttpOnly"},{"key":"Set-Cookie","value":"IHS_CONNECT_SESS_PROD=EPm3%2b61avsxa9igL84I53Q%3d%3d%2cZ97MSyVRShxyLSTFKz2LGOGLdF6n47IvflJTcEBYy2q51BWpfCG4KtyaZcabDl%2f2T0Fo0QIGEZdI%2fJFUJGkHWR%2fek1qCAqcW4OtnLdPMxjyI%2bfGpOG11MX%2fETBAp3GsxLRSECfZWh46BFnkFW1NtMj9CS4V4kwsB09ScjIITYrO8AjlL2vSF5%2bEd0CYB%2bH6fhrenyD1R5%2fIvQSluve0k7jHC1MvYvkY%2fDr2QEVPwMV4O7tsuE7RBiOnFxOIvYn4%2f6yymXhg%2fwQAIf3BXceNon%2bhitw7dJ51F3qVLMFCflgFHBdbMJ8ZDGHg9kFwdXAJ7woihnfcJ8u4sWUAHVDjnY4ZtlXX1jovIfAvw7dAG%2fIwsgGKA5YPWeqW9ZYd5zK3dW9DmHd0oZnKDAh1J%2f25xDKhqNxL98I2w4mCbgKCeyb6%2fBeeGHCCNijLBNZKwBeNs%2bNnJcKWCAyAkTm7KCrqNdhMnXl18Cb5C1KnlNK3Y2Nv4m7X3Ma0r0lYMex7%2bsTH3Cz%2bQgvlAkkJOpMIEfndy48j7Ido0tLW%2bG71c19BmENIF43Yx%2b70V%2fvyPcOLzB4vq; domain=.ihs.com; path=/; HttpOnly"},{"key":"Set-Cookie","value":"IHS_SESS_EXP=L0RhdGUoMTU2MjAwMTc2NjIxNy4xMykvO0ZhbHNlOzFGQzc4NzJEMjFFRjJBODkxMjgwNDNFNDhENjY2MkMyNzRDQjlBQjQ=; domain=.ihs.com; path=/"},{"key":"Set-Cookie","value":"IHS_SSO_SESS=n8nxxk6gxxyqBYTxxdwTG7wvA82urU4EWx2F7-18x2dSkanaCWw8fr0OiIAqCJZlAx3Dx3Dj1PDUsxxC8xxrHKluKtlHjx2Bwx3Dx3D-fz74iYGv4x2B51bAxx2d4r0VAx3Dx3D-D8kFmSwxxuPEY2Tz47R1UNAx3Dx3D; domain=.ihs.com; path=/; HttpOnly"},{"key":"Set-Cookie","value":"IHS_SSO_UI=HrePBsEAnnbgKHbrePnLvHJxzaR/VQcKeKqJuT6ibFBn5vwXSQMYOJasJeA2h/bzT022ZhOIdijRWUc0101sgg==; domain=.ihs.com; path=/; HttpOnly"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Backend-Server","value":"VWC-2PCOGWB01"},{"key":"X-Backend-Server","value":"VWC-2PCOGWB01"},{"key":"X-Powered-By","value":"ARR/3.0"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Cache-Control, x-should-not-refresh-session"},{"key":"Access-Control-Expose-Headers","value":"X-MiniProfiler-Ids"},{"key":"Access-Control-Allow-Origin","value":""},{"key":"Date","value":"Mon, 01 Jul 2019 16:22:46 GMT"},{"key":"Content-Length","value":"4905"}],"cookie":[],"responseTime":null,"body":"{\n    \"bundle_name\": \"Company Metrics\",\n    \"view_name\": \"benchmark_eandp_overview\",\n    \"description\": \"Selected line items from the Company Metrics database for general benchmarking of E&P companies, valued in USD. Financial metrics are aggregated from Financial Statements and Worldwide (Consol and NCI) data. Operational data is broken down by reported region.\",\n    \"elements\": [\n        {\n            \"short_name\": \"codb_id\",\n            \"line_item_code\": \"\",\n            \"long_name\": \"ID\",\n            \"description\": \"The unique identifier of the company in the company database\",\n            \"column_type\": \"INT\",\n            \"column_size\": \"10\",\n            \"column_decimals\": \"0\",\n            \"column_is_primary_key\": false,\n            \"column_is_nullable\": true,\n            \"column_can_be_grouped\": true\n        },\n        {\n            \"short_name\": \"name\",\n            \"line_item_code\": \"\",\n            \"long_name\": \"Company Name\",\n            \"description\": \"Company Name\",\n            \"column_type\": \"TEXT\",\n            \"column_size\": \"MAX\",\n            \"column_decimals\": \"0\",\n            \"column_is_primary_key\": false,\n            \"column_is_nullable\": false,\n            \"column_can_be_grouped\": true\n        },\n        {\n            \"short_name\": \"company_metrics_id\",\n            \"line_item_code\": \"\",\n            \"long_name\": \"Company Metrics ID\",\n            \"description\": \"The unique identifier of the company in the Company Metrics database\",\n            \"column_type\": \"TEXT\",\n            \"column_size\": \"10\",\n            \"column_decimals\": \"0\",\n            \"column_is_primary_key\": false,\n            \"column_is_nullable\": false,\n            \"column_can_be_grouped\": true\n        },\n        {\n            \"short_name\": \"year\",\n            \"line_item_code\": \"\",\n            \"long_name\": \"Year\",\n            \"description\": \"Year data was reported\",\n            \"column_type\": \"INT\",\n            \"column_size\": \"10\",\n            \"column_decimals\": \"0\",\n            \"column_is_primary_key\": false,\n            \"column_is_nullable\": false,\n            \"column_can_be_grouped\": true\n        },\n        {\n            \"short_name\": \"reporting_period\",\n            \"line_item_code\": \"\",\n            \"long_name\": \"Report Period\",\n            \"description\": \"The time period from the Company Metrics database that the data was reported\",\n            \"column_type\": \"TEXT\",\n            \"column_size\": \"MAX\",\n            \"column_decimals\": \"0\",\n            \"column_is_primary_key\": false,\n            \"column_is_nullable\": false,\n            \"column_can_be_grouped\": true\n        },\n        {\n            \"short_name\": \"year_period\",\n            \"line_item_code\": \"\",\n            \"long_name\": \"Year Period\",\n            \"description\": \"Concatenation of Year and Report Period\",\n            \"column_type\": \"TEXT\",\n            \"column_size\": \"MAX\",\n            \"column_decimals\": \"0\",\n            \"column_is_primary_key\": false,\n            \"column_is_nullable\": false,\n            \"column_can_be_grouped\": true\n        },\n        {\n            \"short_name\": \"region\",\n            \"line_item_code\": \"\",\n            \"long_name\": \"Region\",\n            \"description\": \"Reported region for operational data. For financial statement data, use Financial Statements or All Data.\",\n            \"column_type\": \"TEXT\",\n            \"column_size\": \"MAX\",\n            \"column_decimals\": \"0\",\n            \"column_is_primary_key\": false,\n            \"column_is_nullable\": false,\n            \"column_can_be_grouped\": true\n        },\n        {\n            \"short_name\": \"is_rev_op_oil_num\",\n            \"line_item_code\": \"ISOCS\",\n            \"long_name\": \"Oil & Condensate Production Revenue, MM\",\n            \"description\": \"Input for revenue from the production of oil and condensate.\",\n            \"column_type\": \"DECIMAL\",\n            \"column_size\": \"28\",\n            \"column_decimals\": \"4\",\n            \"column_is_primary_key\": false,\n            \"column_is_nullable\": true,\n            \"column_can_be_grouped\": false\n        },\n        {\n            \"short_name\": \"is_rev_op_ng_num\",\n            \"line_item_code\": \"ISNGS\",\n            \"long_name\": \"Natural Gas Production Revenue, MM\",\n            \"description\": \"Input for revenue from the production of natural gas.\",\n            \"column_type\": \"DECIMAL\",\n            \"column_size\": \"28\",\n            \"column_decimals\": \"4\",\n            \"column_is_primary_key\": false,\n            \"column_is_nullable\": true,\n            \"column_can_be_grouped\": false\n        },\n        {\n            \"short_name\": \"is_rev_op_ngl_num\",\n            \"line_item_code\": \"ISNGLS\",\n            \"long_name\": \"Natural Gas Liquids Production Revenue, MM\",\n            \"description\": \"Input for revenue from the production of natural gas liquids.\",\n            \"column_type\": \"DECIMAL\",\n            \"column_size\": \"28\",\n            \"column_decimals\": \"4\",\n            \"column_is_primary_key\": false,\n            \"column_is_nullable\": true,\n            \"column_can_be_grouped\": false\n        },\n        {\n            \"short_name\": \"is_rev_op_agg_num\",\n            \"line_item_code\": \"SFPOECP\",\n            \"long_name\": \"Other/Aggregate Upstream Production Revenue, MM\",\n            \"description\": \"Input for aggregate Exploration & Production (E&P) revenues if, as in most cases, separate disclosure of above items is not provided.\",\n            \"column_type\": \"DECIMAL\",\n            \"column_size\": \"28\",\n            \"column_decimals\": \"4\",\n            \"column_is_primary_key\": false,\n            \"column_is_nullable\": true,\n            \"column_can_be_grouped\": false\n        },\n        {\n            \"short_name\": \"is_jsh_op_ebitda_num\",\n            \"line_item_code\": \"ISJEBDA\",\n            \"long_name\": \"IHS Operating EBITDA: Consolidated, MM\",\n            \"description\": \"Calc: Total Sales & Operating Revenues - Adjusted IHS Operating Expenses\",\n            \"column_type\": \"DECIMAL\",\n            \"column_size\": \"28\",\n            \"column_decimals\": \"4\",\n            \"column_is_primary_key\": false,\n            \"column_is_nullable\": true,\n            \"column_can_be_grouped\": false\n        },\n        {\n            \"short_name\": \"is_op_ebitda_margin_num\",\n            \"line_item_code\": \"OEMARGIN\",\n            \"long_name\": \"Operating EBITDA Margin, %\",\n            \"description\": \"Calc: Total IHS Operating Earnings Before Interest, Taxes, Depreciation, and Amortization [EBITDA] as % of Total Sales & Operating Revenues  = 100 * (Total IHS Operating EBITDA / Total Sales & Operating Revenues)\",\n            \"column_type\": \"DECIMAL\",\n            \"column_size\": \"28\",\n            \"column_decimals\": \"4\",\n            \"column_is_primary_key\": false,\n            \"column_is_nullable\": true,\n            \"column_can_be_grouped\": false\n        },\n        {\n            \"short_name\": \"is_ni_common_num\",\n            \"line_item_code\": \"ISNICS\",\n            \"long_name\": \"Net Income to Common Stock as Reported, MM\",\n            \"description\": \"Calc:  Net Income Attributable to Parent - Preferred Stock Dividends Inside Equity Base - General Partner Interest in Net Income\",\n            \"column_type\": \"DECIMAL\",\n            \"column_size\": \"28\",\n            \"column_decimals\": \"4\",\n            \"column_is_primary_key\": false,\n            \"column_is_nullable\": true,\n            \"column_can_be_grouped\": false\n        },\n        {\n            \"short_name\": \"is_ni_margin_num\",\n            \"line_item_code\": \"NTMARGIN\",\n            \"long_name\": \"Net Income Margin, %\",\n            \"description\": \"Calc: Net Income to Common Stock (as reported) as % of Gross Revenues  = 100 * (Net Income to Common as Reported / Gross Revenues: Operating & Non-Operating)\",\n            \"column_type\": \"DECIMAL\",\n            \"column_size\": \"28\",\n            \"column_decimals\": \"4\",\n            \"column_is_primary_key\": false,\n            \"column_is_nullable\": true,\n            \"column_can_be_grouped\": false\n        },\n        {\n            \"short_name\": \"is_op_ebitda_to_int_num\",\n            \"line_item_code\": \"SFGBVXB\",\n            \"long_name\": \"Operating EBITDA / (Interest + Preferred Dividends)\",\n            \"description\": \"Calc Ratio: IHS Operating Earnings Before Interest, Taxes, Depreciation, and Amortization [EBITDA]  /  (Gross Interest Expense + Dividends on Preferred Stock (Outside & Inside Equity Base))\",\n            \"column_type\": \"DECIMAL\",\n            \"column_size\": \"28\",\n            \"column_decimals\": \"4\",\n            \"column_is_primary_key\": false,\n            \"column_is_nullable\": true,\n            \"column_can_be_grouped\": false\n        },\n        {\n            \"short_name\": \"bs_roace_num\",\n            \"line_item_code\": \"BSROACE\",\n            \"long_name\": \"Return on Average Capital Employed, %\",\n            \"description\": \"Calc: 100 *(Net Income to Common + Dividends on Preferred Stock Inside Equity Base + Dividends on Preferred Stock Outside Equity Base + Minority Interest Expenses + (Net Interest Expense * (1 - (Total Income Tax Expense/Earnings Before Income Tax [EBT])))) / Average Capital Employed during Year\",\n            \"column_type\": \"DECIMAL\",\n            \"column_size\": \"28\",\n            \"column_decimals\": \"4\",\n            \"column_is_primary_key\": false,\n            \"column_is_nullable\": true,\n            \"column_can_be_grouped\": false\n        },\n        {\n            \"short_name\": \"bs_net_debt_leverage_num\",\n            \"line_item_code\": \"NDLEVERR\",\n            \"long_name\": \"Net Debt Leverage Ratio\",\n            \"description\": \"Calc.: Net Debt & Preferred Stock / ( Net Debt & Preferred Stock +  Market Capital at Period-end, MM)\",\n            \"column_type\": \"DECIMAL\",\n            \"column_size\": \"28\",\n            \"column_decimals\": \"4\",\n            \"column_is_primary_key\": false,\n            \"column_is_nullable\": true,\n            \"column_can_be_grouped\": false\n        },\n        {\n            \"short_name\": \"bs_total_debt_sum_num\",\n            \"line_item_code\": \"BSTOTDBT\",\n            \"long_name\": \"Total Debt, MM\",\n            \"description\": \"Calc: Short-Term Debt + Long-Term Debt + Volumetric Production Payments\",\n            \"column_type\": \"DECIMAL\",\n            \"column_size\": \"28\",\n            \"column_decimals\": \"4\",\n            \"column_is_primary_key\": false,\n            \"column_is_nullable\": true,\n            \"column_can_be_grouped\": false\n        },\n        {\n            \"short_name\": \"bs_debt_to_book_cap_num\",\n            \"line_item_code\": \"BSDTTC\",\n            \"long_name\": \"(Debt+Preferred Stock at Book Value)-to-Total Book Capital, %\",\n            \"description\": \"Calc: (Total Debt & Preferred Stock (Inside & Outside Equity Base [IEB &OEB])) - to -Total Book Capital  =  (Short-Term Debt + Long-Term Debt + Volumetric Production Payments+ Total Preferred Stock at Book Value (OEB & IEB)) / (Short-Term Debt + Long-Term Debt + Volumetric Production Payments + Common Shareholders' Equity at Book Value + Total Preferred Stock at Book Value (OEB & IEB) + Deferred Income Taxes + Minority Interest) * 100\",\n            \"column_type\": \"DECIMAL\",\n            \"column_size\": \"28\",\n            \"column_decimals\": \"4\",\n            \"column_is_primary_key\": false,\n            \"column_is_nullable\": true,\n            \"column_can_be_grouped\": false\n        },\n        {\n            \"short_name\": \"cf_jshcf_num\",\n            \"line_item_code\": \"CFJSHCE\",\n            \"long_name\": \"IHS Cash Flow, MM\",\n            \"description\": \"Calc: ((Funds from Operating Activities Before Working Capital Changes - Exploration & Dry Hole Expenses: Cash Flow Operating Activities [CFOA] - Amortization: Exploration Lease Costs: CFOA - Impairment of Unproved Properties: CFOA) + Total Exploration Expense, IHS Cash Flow [CF] - Preferred Dividends, IHS CF - Capitalized Interest, IHS CF (conditionally, see note for Capitalized Interest, IHS CF) + Interest Income/(Expense): IHS CF/International Financial Reporting Standards [IFRS] MM + Other Adjustment to calculation, IHS CF)\",\n            \"column_type\": \"DECIMAL\",\n            \"column_size\": \"28\",\n            \"column_decimals\": \"4\",\n            \"column_is_primary_key\": false,\n            \"column_is_nullable\": true,\n            \"column_can_be_grouped\": false\n        },\n        {\n            \"short_name\": \"gi_dvd_to_cf_num\",\n            \"line_item_code\": \"ISCDCES\",\n            \"long_name\": \"Dividend Payout Ratio to Cash Flow\",\n            \"description\": \"Calc: (Common Dividend (as Reported), per share/IHS Cash Flow, per share)\",\n            \"column_type\": \"DECIMAL\",\n            \"column_size\": \"28\",\n            \"column_decimals\": \"4\",\n            \"column_is_primary_key\": false,\n            \"column_is_nullable\": true,\n            \"column_can_be_grouped\": false\n        },\n        {\n            \"short_name\": \"ci_sum_num\",\n            \"line_item_code\": \"RRCTCI\",\n            \"long_name\": \"Total Costs Incurred Excluding Cumulative AROC, MM\",\n            \"description\": \"Calc: Total Costs Incurred [TCI] Excluding Asset Retirement Obligation costs [AROC] = Total Acquisition Costs + Exploration Costs + Development Costs + Asset Retirement Oblig. Costs: Annual + Other/Aggregate Costs and/or Credits\",\n            \"column_type\": \"DECIMAL\",\n            \"column_size\": \"28\",\n            \"column_decimals\": \"4\",\n            \"column_is_primary_key\": false,\n            \"column_is_nullable\": true,\n            \"column_can_be_grouped\": false\n        },\n        {\n            \"short_name\": \"rr_1p_og_end_res_num\",\n            \"line_item_code\": \"RRCTRB\",\n            \"long_name\": \"Total Oil & Gas Year-end Reserves, MMboe\",\n            \"description\": \"Calc: Total Oil/Liquids & Gas Reserves at Year-end (gas converted at 6 Mcf / boe)  = Oil/Liquids Year-end Reserves  +  ( Gas Year-end Reserves / 6 );  Developed & Undeveloped\",\n            \"column_type\": \"DECIMAL\",\n            \"column_size\": \"28\",\n            \"column_decimals\": \"4\",\n            \"column_is_primary_key\": false,\n            \"column_is_nullable\": true,\n            \"column_can_be_grouped\": false\n        },\n        {\n            \"short_name\": \"rr_1p_og_dev_res_pct_num\",\n            \"line_item_code\": \"RRCTRPD\",\n            \"long_name\": \"Total Oil & Gas Reserves % Developed\",\n            \"description\": \"Calc: 100 * Total Proved Developed Oil & Gas Reserves/Total Proved Oil & Gas Reserves\",\n            \"column_type\": \"DECIMAL\",\n            \"column_size\": \"28\",\n            \"column_decimals\": \"4\",\n            \"column_is_primary_key\": false,\n            \"column_is_nullable\": true,\n            \"column_can_be_grouped\": false\n        },\n        {\n            \"short_name\": \"rr_1p_oil_res_pct_of_tot_num\",\n            \"line_item_code\": \"RRCLRPTR\",\n            \"long_name\": \"Oil/Liquids as % of Total Reserves, Gas@6/1\",\n            \"description\": \"Calc: 100 * Oil Year-end Reserves/Oil & Gas Year End Reserves\",\n            \"column_type\": \"DECIMAL\",\n            \"column_size\": \"28\",\n            \"column_decimals\": \"4\",\n            \"column_is_primary_key\": false,\n            \"column_is_nullable\": true,\n            \"column_can_be_grouped\": false\n        },\n        {\n            \"short_name\": \"rr_1p_og_positive_prod_num\",\n            \"line_item_code\": \"RRCTPP\",\n            \"long_name\": \"Total Oil & Gas (@6/1) Production, MMboe\",\n            \"description\": \"Calc: ( Oil/Liquids Production + Gas Production/6) * -1\",\n            \"column_type\": \"DECIMAL\",\n            \"column_size\": \"28\",\n            \"column_decimals\": \"4\",\n            \"column_is_primary_key\": false,\n            \"column_is_nullable\": true,\n            \"column_can_be_grouped\": false\n        },\n        {\n            \"short_name\": \"rr_1p_oil_prod_pct_of_tot_num\",\n            \"line_item_code\": \"ESHOTHYO\",\n            \"long_name\": \"Oil/Liquids as % of Total Production, %\",\n            \"description\": \"Calc: Oil/Liquids Production as a % of Total Oil/Liquids & Natural Gas Production on a boe basis (gas converted at 6 Mcf per boe), %\",\n            \"column_type\": \"DECIMAL\",\n            \"column_size\": \"28\",\n            \"column_decimals\": \"4\",\n            \"column_is_primary_key\": false,\n            \"column_is_nullable\": true,\n            \"column_can_be_grouped\": false\n        },\n        {\n            \"short_name\": \"rr_1p_rp_ratio_og_num\",\n            \"line_item_code\": \"BOERPR\",\n            \"long_name\": \"Reserve/Production (R/P) Ratio: Oil & Gas\",\n            \"description\": \"Calc:  Total Oil/Liquids & Gas Year-end Reserves  / Total Oil & Gas(@6/1) Production, MMboe\",\n            \"column_type\": \"DECIMAL\",\n            \"column_size\": \"28\",\n            \"column_decimals\": \"4\",\n            \"column_is_primary_key\": false,\n            \"column_is_nullable\": true,\n            \"column_can_be_grouped\": false\n        },\n        {\n            \"short_name\": \"rr_1p_og_prod_growth_num\",\n            \"line_item_code\": \"RRCOYTPG\",\n            \"long_name\": \"1-Year Total Oil & Gas (@6/1) Production Growth, %\",\n            \"description\": \"Calc: 100* (Prior Year Total Oil & Gas Production, MMboe / Current Year Total Oil & Gas Production, MMboe) - 1\",\n            \"column_type\": \"DECIMAL\",\n            \"column_size\": \"28\",\n            \"column_decimals\": \"4\",\n            \"column_is_primary_key\": false,\n            \"column_is_nullable\": true,\n            \"column_can_be_grouped\": false\n        },\n        {\n            \"short_name\": \"rr_1p_og_res_growth_num\",\n            \"line_item_code\": \"RRCOYTRG\",\n            \"long_name\": \"1-Year Total Oil & Gas (@6/1) Reserve Growth, %\",\n            \"description\": \"Calc: Net Reserve Changes: Oil & Gas, MMboe / Total Oil & Gas Beginning Year Reserves, MMboe\",\n            \"column_type\": \"DECIMAL\",\n            \"column_size\": \"28\",\n            \"column_decimals\": \"4\",\n            \"column_is_primary_key\": false,\n            \"column_is_nullable\": true,\n            \"column_can_be_grouped\": false\n        },\n        {\n            \"short_name\": \"rrc_1p_rrc_pboe_y3a_num\",\n            \"line_item_code\": \"RRCTYRRC\",\n            \"long_name\": \"3-Year Weighted Average Oil & Gas (@6/1) Reserve Replacement per boe\",\n            \"description\": \"Calc: (3-Year Sum of Total Costs Incurred Excluding Cumulative Asset Retirement Obligation Costs (AROC) / (3-Year Sum of Oil & Gas Reserve Replacement Cost Additions)\",\n            \"column_type\": \"DECIMAL\",\n            \"column_size\": \"28\",\n            \"column_decimals\": \"4\",\n            \"column_is_primary_key\": false,\n            \"column_is_nullable\": true,\n            \"column_can_be_grouped\": false\n        },\n        {\n            \"short_name\": \"rrc_1p_rrr_og_y3a_num\",\n            \"line_item_code\": \"RRCTYPRI\",\n            \"long_name\": \"3-Year Oil & Gas (@6/1) Reserve Replacement (RRC) Production Replacement,%\",\n            \"description\": \"Calc: 100 * 3-Year Sum of Oil & Gas Reserve Replacement Cost (RRC) Additions / 3-Year Sum of Total Oil & Gas Production\",\n            \"column_type\": \"DECIMAL\",\n            \"column_size\": \"28\",\n            \"column_decimals\": \"4\",\n            \"column_is_primary_key\": false,\n            \"column_is_nullable\": true,\n            \"column_can_be_grouped\": false\n        },\n        {\n            \"short_name\": \"ro_rev_pboe_sum_num\",\n            \"line_item_code\": \"RLTTOTRB\",\n            \"long_name\": \"Total Revenue (RO&GO) per boe\",\n            \"description\": \"Calc: ( Oil & Gas Revenue (Results of Oil & Gas Operations [RO&GO], net of Canadian royalty) + Other Revenues (RO&GO) ) /( Total Oil & Gas Production - Oil & Gas Production Attributable to Non-consolidated Net Income [NCI-NI], if applicable )\",\n            \"column_type\": \"DECIMAL\",\n            \"column_size\": \"28\",\n            \"column_decimals\": \"4\",\n            \"column_is_primary_key\": false,\n            \"column_is_nullable\": true,\n            \"column_can_be_grouped\": false\n        },\n        {\n            \"short_name\": \"ro_pboe_lifting_costs_num\",\n            \"line_item_code\": \"RLTLCPB\",\n            \"long_name\": \"Lifting Cost (G@6/1) per boe\",\n            \"description\": \"Calc: (Production Expenses + Shipping/Transportation/Handling Expenses + Taxes Other Than Income + Production-Related General & Administrative [G&A]) / (Total Oil & Gas Production - Oil & Gas Production Attributed to Non-consolidated Net Income [NCI-NI], if applicable)\",\n            \"column_type\": \"DECIMAL\",\n            \"column_size\": \"28\",\n            \"column_decimals\": \"4\",\n            \"column_is_primary_key\": false,\n            \"column_is_nullable\": true,\n            \"column_can_be_grouped\": false\n        },\n        {\n            \"short_name\": \"ro_pboe_netback_num\",\n            \"line_item_code\": \"RLTNPB\",\n            \"long_name\": \"Net-back (RO&GO) per boe\",\n            \"description\": \"Calc: (Oil & Gas Revenue (Results of Oil & Gas Operations [RO&GO],net of Canadian royalty) - Lifting Costs (RO&GO), MM) /  (Total Oil & Gas Production - Oil & Gas Production Attributable to Non-consolidated Net Income [NCI-NI], if applicable).\",\n            \"column_type\": \"DECIMAL\",\n            \"column_size\": \"28\",\n            \"column_decimals\": \"4\",\n            \"column_is_primary_key\": false,\n            \"column_is_nullable\": true,\n            \"column_can_be_grouped\": false\n        },\n        {\n            \"short_name\": \"ro_pboe_ni_num\",\n            \"line_item_code\": \"RLTROPB\",\n            \"long_name\": \"Net Income (RO&GO) per boe\",\n            \"description\": \"Calc: Net Income (Results of Oil & Gas Operations [RO&GO]) / Total Oil & Gas Production\",\n            \"column_type\": \"DECIMAL\",\n            \"column_size\": \"28\",\n            \"column_decimals\": \"4\",\n            \"column_is_primary_key\": false,\n            \"column_is_nullable\": true,\n            \"column_can_be_grouped\": false\n        },\n        {\n            \"short_name\": \"ro_netback_margins_num\",\n            \"line_item_code\": \"RLTNBMAR\",\n            \"long_name\": \"Net-back Margin (RO&GO), %\",\n            \"description\": \"Calc: Net-back as a percent of Oil & Gas Revenues:  Net-back (Results of Oil & Gas Operations [RO&GO) / Oil & Gas Revenue (RO&GO,net of Canadian royalty)\",\n            \"column_type\": \"DECIMAL\",\n            \"column_size\": \"28\",\n            \"column_decimals\": \"4\",\n            \"column_is_primary_key\": false,\n            \"column_is_nullable\": true,\n            \"column_can_be_grouped\": false\n        },\n        {\n            \"short_name\": \"ro_recycle_ratio_num\",\n            \"line_item_code\": \"CONAME\",\n            \"long_name\": \"Recycle Ratio (Net-back / Reserve Replacement Cost)\",\n            \"description\": \"Calc: Net-back (Results of Oil & Gas Operations [RO&GO]) per boe / 1-Year Reserve Replacement Costs per boe\",\n            \"column_type\": \"DECIMAL\",\n            \"column_size\": \"28\",\n            \"column_decimals\": \"4\",\n            \"column_is_primary_key\": false,\n            \"column_is_nullable\": true,\n            \"column_can_be_grouped\": false\n        },\n        {\n            \"short_name\": \"price_oil_num\",\n            \"line_item_code\": \"UDAOP\",\n            \"long_name\": \"Average Oil & Condensate Price, per bbl\",\n            \"description\": \"Input: Excludes effect of hedging activities; often not disclosed separately from Average Oil, Condensate & Natural Gas Liquids (NGL) Price.\",\n            \"column_type\": \"DECIMAL\",\n            \"column_size\": \"28\",\n            \"column_decimals\": \"4\",\n            \"column_is_primary_key\": false,\n            \"column_is_nullable\": true,\n            \"column_can_be_grouped\": false\n        },\n        {\n            \"short_name\": \"price_ngl_num\",\n            \"line_item_code\": \"UDANP\",\n            \"long_name\": \"Average Natural Gas Liquids (NGL) Price, per bbl\",\n            \"description\": \"Input: Excludes effect of hedging activities; often not disclosed separately from Average Oil, Condensate & Natural Gas Liquids (NGL) Price.\",\n            \"column_type\": \"DECIMAL\",\n            \"column_size\": \"28\",\n            \"column_decimals\": \"4\",\n            \"column_is_primary_key\": false,\n            \"column_is_nullable\": true,\n            \"column_can_be_grouped\": false\n        },\n        {\n            \"short_name\": \"price_gas_num\",\n            \"line_item_code\": \"UDANGP\",\n            \"long_name\": \"Average Natural Gas Price, per Mcf\",\n            \"description\": \"Input: Excludes effect of hedging activities.\",\n            \"column_type\": \"DECIMAL\",\n            \"column_size\": \"28\",\n            \"column_decimals\": \"4\",\n            \"column_is_primary_key\": false,\n            \"column_is_nullable\": true,\n            \"column_can_be_grouped\": false\n        },\n        {\n            \"short_name\": \"rr_interim_oil_prod_num\",\n            \"line_item_code\": \"RRCLPI\",\n            \"long_name\": \"Interim Oil/Liquids Production, MMbbl\",\n            \"description\": \"Input: oil/liquids production for quarterly/6 months/9 months periods; includes Natural Gas Liquids (NGLs), which if disclosed separately will also be entered below.\",\n            \"column_type\": \"DECIMAL\",\n            \"column_size\": \"28\",\n            \"column_decimals\": \"4\",\n            \"column_is_primary_key\": false,\n            \"column_is_nullable\": true,\n            \"column_can_be_grouped\": false\n        },\n        {\n            \"short_name\": \"rr_interim_gas_prod_num\",\n            \"line_item_code\": \"RRCGPI\",\n            \"long_name\": \"Interim Gas Production, Bcf\",\n            \"description\": \"Input: natural gas production for quarterly/6 months/9 months periods.\",\n            \"column_type\": \"DECIMAL\",\n            \"column_size\": \"28\",\n            \"column_decimals\": \"4\",\n            \"column_is_primary_key\": false,\n            \"column_is_nullable\": true,\n            \"column_can_be_grouped\": false\n        },\n        {\n            \"short_name\": \"rr_interim_og_prod_num\",\n            \"line_item_code\": \"RRCTPPI\",\n            \"long_name\": \"Interim Oil & Gas(@6/1) Production, MMboe\",\n            \"description\": \"Calc: Interim Oil/Liquids Production + Interim Gas Production/6\",\n            \"column_type\": \"DECIMAL\",\n            \"column_size\": \"28\",\n            \"column_decimals\": \"4\",\n            \"column_is_primary_key\": false,\n            \"column_is_nullable\": true,\n            \"column_can_be_grouped\": false\n        },\n        {\n            \"short_name\": \"rr_1p_oil_positive_prod_num\",\n            \"line_item_code\": \"RRCLPNTP\",\n            \"long_name\": \"Oil/Liquids Production, Annual, MMbbl\",\n            \"description\": \"Calc: (Oil/Liquids Production, MMbbl) * -1\",\n            \"column_type\": \"DECIMAL\",\n            \"column_size\": \"28\",\n            \"column_decimals\": \"4\",\n            \"column_is_primary_key\": false,\n            \"column_is_nullable\": true,\n            \"column_can_be_grouped\": false\n        },\n        {\n            \"short_name\": \"rr_1p_gas_positive_prod_num\",\n            \"line_item_code\": \"RRCGPNTP\",\n            \"long_name\": \"Gas Production, Annual, Bcf\",\n            \"description\": \"Calc: (Gas Production, Bcf) * -1\",\n            \"column_type\": \"DECIMAL\",\n            \"column_size\": \"28\",\n            \"column_decimals\": \"4\",\n            \"column_is_primary_key\": false,\n            \"column_is_nullable\": true,\n            \"column_can_be_grouped\": false\n        },\n        {\n            \"short_name\": \"is_exp_op_production_num\",\n            \"line_item_code\": \"ISPLOE\",\n            \"long_name\": \"Production & Lease Operating Expenses, MM\",\n            \"description\": \"Input: Also known as Lifting Costs.\",\n            \"column_type\": \"DECIMAL\",\n            \"column_size\": \"28\",\n            \"column_decimals\": \"4\",\n            \"column_is_primary_key\": false,\n            \"column_is_nullable\": true,\n            \"column_can_be_grouped\": false\n        },\n        {\n            \"short_name\": \"is_exp_op_royalty_num\",\n            \"line_item_code\": \"ISRE\",\n            \"long_name\": \"Royalty Expense, MM\",\n            \"description\": \"Input for government and/or provincial royalties on oil and gas production.\",\n            \"column_type\": \"DECIMAL\",\n            \"column_size\": \"28\",\n            \"column_decimals\": \"4\",\n            \"column_is_primary_key\": false,\n            \"column_is_nullable\": true,\n            \"column_can_be_grouped\": false\n        },\n        {\n            \"short_name\": \"is_exp_op_transportation_num\",\n            \"line_item_code\": \"ISTRANEX\",\n            \"long_name\": \"Transportation & Shipping Expense, MM\",\n            \"description\": \"Input: primarily applies to the transportation, shipping and handing of oil and gas produced by upstream operations.\",\n            \"column_type\": \"DECIMAL\",\n            \"column_size\": \"28\",\n            \"column_decimals\": \"4\",\n            \"column_is_primary_key\": false,\n            \"column_is_nullable\": true,\n            \"column_can_be_grouped\": false\n        },\n        {\n            \"short_name\": \"is_exp_op_othertax_sum_num\",\n            \"line_item_code\": \"ISTOI\",\n            \"long_name\": \"Taxes Other Than on Income, MM\",\n            \"description\": \"Calc: Excise and Similar Taxes + Production & All Other Non-Income Taxes\",\n            \"column_type\": \"DECIMAL\",\n            \"column_size\": \"28\",\n            \"column_decimals\": \"4\",\n            \"column_is_primary_key\": false,\n            \"column_is_nullable\": true,\n            \"column_can_be_grouped\": false\n        },\n        {\n            \"short_name\": \"is_exp_op_other2_num\",\n            \"line_item_code\": \"ISOOE\",\n            \"long_name\": \"Other Operating Expense (2), MM\",\n            \"description\": \"Input for Other Operating Expense that are not already entered in 'Other or Aggregate Operating Expense (1)' above.\",\n            \"column_type\": \"DECIMAL\",\n            \"column_size\": \"28\",\n            \"column_decimals\": \"4\",\n            \"column_is_primary_key\": false,\n            \"column_is_nullable\": true,\n            \"column_can_be_grouped\": false\n        },\n        {\n            \"short_name\": \"is_exp_op_sga_sum_num\",\n            \"line_item_code\": \"ISSGA\",\n            \"long_name\": \"SG&A Expenses, net, MM\",\n            \"description\": \"Calc: Gross Selling, General & Administrative (SG&A) Expenses + Stock/Equity Compensation - SG&A Reimbursements; usually includes cash or non-cash Stock/Equity Compensation expenses\",\n            \"column_type\": \"DECIMAL\",\n            \"column_size\": \"28\",\n            \"column_decimals\": \"4\",\n            \"column_is_primary_key\": false,\n            \"column_is_nullable\": true,\n            \"column_can_be_grouped\": false\n        },\n        {\n            \"short_name\": \"last_update\",\n            \"line_item_code\": \"\",\n            \"long_name\": \"Date Stamp for last change\",\n            \"description\": \"Date indicating the last change made to the company profile in the Company Database\",\n            \"column_type\": \"DATE\",\n            \"column_size\": \"24\",\n            \"column_decimals\": \"0\",\n            \"column_is_primary_key\": false,\n            \"column_is_nullable\": true,\n            \"column_can_be_grouped\": false\n        }\n    ]\n}"}],"_postman_id":"6f7abc22-b943-4d97-8ce3-714f3b8a4e04"},{"name":"Return data associated with the selected Company Metrics view.","id":"f8b20626-bbf8-461d-99ce-e4e32c452153","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json, text/json, text/html, application/xml, text/xml"},{"key":"Content-Type","value":"text/plain","type":"text"}],"url":"https://api.connect.ihsmarkit.com/energy/v1/company-metrics/retrieve/:viewName?select=&filter=&updatedWithin=&pageIndex=&pageSize=&groupBy=&orderBy=&order=","description":"<p>View-based endpoints can be customized and filtered. Select only the columns needed and filter those values accordingly to pull back only the data you need. Use the data returned in the \"view attributes\" endpoint as a guide for customizing the response. Alternatively, pull back the first 5-10 rows of the table to explore columns and data types before customizing the table further.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"yourUsername"},{"key":"password","value":"yourPassword"}]},"isInherited":true,"source":{"_postman_id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","name":"Upstream Insight API","type":"collection"}},"urlObject":{"protocol":"https","path":["energy","v1","company-metrics","retrieve",":viewName"],"host":["api","connect","ihsmarkit","com"],"query":[{"description":{"content":"<p>Return only selected column(s)</p>\n","type":"text/plain"},"key":"select","value":""},{"description":{"content":"<p>Column values (=, LIKE, IN) \"...\". Example: name IN \"Chevron Corp.\", \"Occidental Petroleum Co.\"</p>\n","type":"text/plain"},"key":"filter","value":""},{"description":{"content":"<p>Number of seconds</p>\n","type":"text/plain"},"key":"updatedWithin","value":""},{"description":{"content":"<p>Page number starts at 0</p>\n","type":"text/plain"},"key":"pageIndex","value":""},{"description":{"content":"<p>Number of records per page</p>\n","type":"text/plain"},"key":"pageSize","value":""},{"description":{"content":"<p>Select categorical column to group (get distinct values)</p>\n","type":"text/plain"},"key":"groupBy","value":""},{"description":{"content":"<p>Column names</p>\n","type":"text/plain"},"key":"orderBy","value":""},{"description":{"content":"<p>ASC or DESC</p>\n","type":"text/plain"},"key":"order","value":""}],"variable":[{"description":{"content":"<p>Name of the view. Example: benchmark_eandp_overview</p>\n","type":"text/plain"},"type":"string","value":"","key":"viewName"}]}},"response":[{"id":"90cfc85c-d438-4977-87de-b51e81c09f48","name":"Get first 5 records from benchmark_financial_profitability","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json, text/json, text/html, application/xml, text/xml"}],"url":{"raw":"https://api.connect.ihsmarkit.com/energy/v1/company-metrics/retrieve/benchmark_financial_profitability?orderBy=year&pageIndex=0&order=Asc&pageSize=5","protocol":"https","host":["api","connect","ihsmarkit","com"],"path":["energy","v1","company-metrics","retrieve","benchmark_financial_profitability"],"query":[{"key":"orderBy","value":"year"},{"key":"pageIndex","value":"0"},{"key":"filter","value":"{{filter}}","disabled":true},{"key":"groupBy","value":"{{groupBy}}","disabled":true},{"key":"updatedWithin","value":"{{updatedWithin}}","disabled":true},{"key":"order","value":"Asc"},{"key":"pageSize","value":"5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Backend-Server","value":"VWC-2PCOGWB03"},{"key":"X-Backend-Server","value":"VWC-2PCOGWB03"},{"key":"X-Powered-By","value":"ARR/3.0"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Cache-Control, x-should-not-refresh-session"},{"key":"Access-Control-Expose-Headers","value":"X-MiniProfiler-Ids"},{"key":"Access-Control-Allow-Origin","value":""},{"key":"Date","value":"Mon, 01 Jul 2019 15:42:18 GMT"},{"key":"Content-Length","value":"1383"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"name\": \"OUTSIDE NORTH AM. INTEG./DIV. OILS\",\n        \"company_metrics_id\": \"PGOIO\",\n        \"year\": 2011,\n        \"reporting_period\": \"Annual\",\n        \"year_period\": \"2011 Annual\",\n        \"region\": \"Non-Consolidated: Non-U.S.1\",\n        \"last_update\": \"2018-11-01T09:11:15.957\",\n        \"ci_sum_num\": 2326.077686,\n        \"rr_1p_og_end_res_num\": 2170.516667,\n        \"rr_1p_og_dev_res_pct_num\": 14.974929,\n        \"rr_1p_oil_res_pct_of_tot_num\": 54.208291,\n        \"rr_1p_og_positive_prod_num\": 55.35,\n        \"rr_1p_oil_prod_pct_of_tot_num\": 66.485998,\n        \"rr_1p_rp_ratio_og_num\": 39.214393,\n        \"rr_1p_og_prod_growth_num\": -1.6,\n        \"rr_1p_og_res_growth_num\": 57.451156,\n        \"rrc_1p_rrc_pboe_y3a_num\": 6.322695,\n        \"rrc_1p_rrr_og_y3a_num\": 580.410678,\n        \"ro_rev_pboe_sum_num\": 71.284681,\n        \"ro_pboe_lifting_costs_num\": 24.829929,\n        \"ro_pboe_netback_num\": 46.454752,\n        \"ro_pboe_ni_num\": 57.228266,\n        \"ro_netback_margins_num\": 65.167932,\n        \"ro_recycle_ratio_num\": 12.23707,\n        \"rr_1p_oil_positive_prod_num\": 36.8,\n        \"rr_1p_gas_positive_prod_num\": 111.3\n    },\n    {\n        \"name\": \"OUTSIDE NORTH AM. INTEG./DIV. OILS\",\n        \"company_metrics_id\": \"PGOIO\",\n        \"year\": 2012,\n        \"reporting_period\": \"Annual\",\n        \"year_period\": \"2012 Annual\",\n        \"region\": \"Non-Consolidated: Non-U.S.1\",\n        \"last_update\": \"2018-11-01T09:11:15.957\",\n        \"ci_sum_num\": 2241.301013,\n        \"rr_1p_og_end_res_num\": 2684.933333,\n        \"rr_1p_og_dev_res_pct_num\": 18.168049,\n        \"rr_1p_oil_res_pct_of_tot_num\": 41.129513,\n        \"rr_1p_og_positive_prod_num\": 94.783333,\n        \"rr_1p_oil_prod_pct_of_tot_num\": 36.187797,\n        \"rr_1p_rp_ratio_og_num\": 28.327062,\n        \"rr_1p_og_prod_growth_num\": 71.243601,\n        \"rr_1p_og_res_growth_num\": 23.700194,\n        \"rrc_1p_rrc_pboe_y3a_num\": 5.125177,\n        \"rrc_1p_rrr_og_y3a_num\": 563.005734,\n        \"ro_rev_pboe_sum_num\": 48.869641,\n        \"ro_pboe_lifting_costs_num\": 17.382984,\n        \"ro_pboe_netback_num\": 31.486657,\n        \"ro_pboe_ni_num\": 28.201607,\n        \"ro_netback_margins_num\": 64.429892,\n        \"ro_recycle_ratio_num\": 5.359927,\n        \"rr_1p_oil_positive_prod_num\": 34.3,\n        \"rr_1p_gas_positive_prod_num\": 362.9\n    },\n    {\n        \"name\": \"OUTSIDE NORTH AM. INTEG./DIV. OILS\",\n        \"company_metrics_id\": \"PGOIO\",\n        \"year\": 2013,\n        \"reporting_period\": \"Annual\",\n        \"year_period\": \"2013 Annual\",\n        \"region\": \"Non-Consolidated: Non-U.S.1\",\n        \"last_update\": \"2019-03-08T16:35:39.707\",\n        \"ci_sum_num\": 4783.674903,\n        \"rr_1p_og_end_res_num\": 2385.816667,\n        \"rr_1p_og_dev_res_pct_num\": 28.042809,\n        \"rr_1p_oil_res_pct_of_tot_num\": 53.922836,\n        \"rr_1p_og_positive_prod_num\": 116.266667,\n        \"rr_1p_oil_prod_pct_of_tot_num\": 41.71445,\n        \"rr_1p_rp_ratio_og_num\": 20.520212,\n        \"rr_1p_og_prod_growth_num\": 22.665729,\n        \"rr_1p_og_res_growth_num\": -11.140562,\n        \"rrc_1p_rrc_pboe_y3a_num\": 6.960305,\n        \"rrc_1p_rrr_og_y3a_num\": 504.310561,\n        \"ro_rev_pboe_sum_num\": 51.004041,\n        \"ro_pboe_lifting_costs_num\": 15.43256,\n        \"ro_pboe_netback_num\": 35.57148,\n        \"ro_pboe_ni_num\": 27.628201,\n        \"ro_netback_margins_num\": 69.742475,\n        \"ro_recycle_ratio_num\": 2.596781,\n        \"rr_1p_oil_positive_prod_num\": 48.5,\n        \"rr_1p_gas_positive_prod_num\": 406.6\n    },\n    {\n        \"name\": \"OUTSIDE NORTH AM. INTEG./DIV. OILS\",\n        \"company_metrics_id\": \"PGOIO\",\n        \"year\": 1995,\n        \"reporting_period\": \"Annual\",\n        \"year_period\": \"1995 Annual\",\n        \"region\": \"Non-Consolidated: Non-U.S.1\",\n        \"last_update\": \"2018-11-01T09:09:56.577\",\n        \"rr_1p_og_positive_prod_num\": 1.147667,\n        \"rr_1p_og_prod_growth_num\": -4.863222,\n        \"rr_1p_oil_positive_prod_num\": 0.591,\n        \"rr_1p_gas_positive_prod_num\": 3.34\n    },\n    {\n        \"name\": \"OUTSIDE NORTH AM. INTEG./DIV. OILS\",\n        \"company_metrics_id\": \"PGOIO\",\n        \"year\": 1996,\n        \"reporting_period\": \"Annual\",\n        \"year_period\": \"1996 Annual\",\n        \"region\": \"Non-Consolidated: Non-U.S.1\",\n        \"last_update\": \"2018-11-01T09:11:05.223\",\n        \"ci_sum_num\": 12.590834,\n        \"rr_1p_og_end_res_num\": 61.5,\n        \"rr_1p_oil_res_pct_of_tot_num\": 99.186992,\n        \"rr_1p_og_positive_prod_num\": 1.201833,\n        \"rr_1p_rp_ratio_og_num\": 51.171821,\n        \"rr_1p_og_prod_growth_num\": 4.719721,\n        \"rr_1p_oil_positive_prod_num\": 0.509,\n        \"rr_1p_gas_positive_prod_num\": 4.157\n    }\n]"},{"id":"9d818a41-8faa-40cc-a463-0bffa5b41191","name":"Get last top 100 benchmark_eandp_overview records for BP plc (ordered by year)","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json, text/json, text/html, application/xml, text/xml"}],"url":{"raw":"https://connectapi.ihs.com/energy/v1/company-metrics/retrieve/:viewName?orderBy=year&order=desc&pageIndex=0&pageSize=100&filter=name=\"BP plc\"","protocol":"https","host":["connectapi","ihs","com"],"path":["energy","v1","company-metrics","retrieve",":viewName"],"query":[{"key":"select","value":"{{select}}","disabled":true},{"key":"orderBy","value":"year","description":"Select column to order results by"},{"key":"order","value":"desc","description":"asc or desc"},{"key":"pageIndex","value":"0","description":"page number"},{"key":"pageSize","value":"100","description":"number of records on a page"},{"key":"filter","value":"name=\"BP plc\"","description":"filter applied to a selected column"},{"key":"groupBy","value":"{{groupBy}}","disabled":true},{"key":"updatedWithin","value":"{{updatedWithin}}","disabled":true}],"variable":[{"key":"viewName","value":"benchmark_eandp_overview","description":"view for which data is retrieved"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Backend-Server","value":"VWC-2PCOGWB01"},{"key":"X-Backend-Server","value":"VWC-2PCOGWB01"},{"key":"X-Powered-By","value":"ARR/3.0"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Cache-Control, x-should-not-refresh-session"},{"key":"Access-Control-Expose-Headers","value":"X-MiniProfiler-Ids"},{"key":"Access-Control-Allow-Origin","value":""},{"key":"Date","value":"Mon, 01 Jul 2019 16:30:51 GMT"},{"key":"Content-Length","value":"10090"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2019,\n        \"reporting_period\": \"Q1\",\n        \"year_period\": \"2019 Q1\",\n        \"region\": \"All Data\",\n        \"last_update\": \"2019-06-07T09:03:30.353\",\n        \"is_rev_op_agg_num\": 14594,\n        \"is_jsh_op_ebitda_num\": 8663,\n        \"is_op_ebitda_margin_num\": 13.062228,\n        \"is_ni_common_num\": 2095,\n        \"is_ni_margin_num\": 3.107986,\n        \"is_op_ebitda_to_int_num\": 9.991926,\n        \"bs_net_debt_leverage_num\": 0.232752,\n        \"bs_total_debt_sum_num\": 65990,\n        \"bs_debt_to_book_cap_num\": 36.857886,\n        \"cf_jshcf_num\": 8074,\n        \"price_oil_num\": 56.47,\n        \"price_gas_num\": 4.02,\n        \"rr_interim_oil_prod_num\": 116.91,\n        \"rr_interim_gas_prod_num\": 708.48,\n        \"rr_interim_og_prod_num\": 234.99,\n        \"is_exp_op_production_num\": 5356,\n        \"is_exp_op_othertax_sum_num\": 424,\n        \"is_exp_op_sga_sum_num\": 2767\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2019,\n        \"reporting_period\": \"Q1\",\n        \"year_period\": \"2019 Q1\",\n        \"region\": \"World Outside North America\",\n        \"last_update\": \"2019-05-23T09:11:25.357\",\n        \"rr_interim_oil_prod_num\": 75.96,\n        \"rr_interim_gas_prod_num\": 500.58,\n        \"rr_interim_og_prod_num\": 159.39\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2019,\n        \"reporting_period\": \"Q1\",\n        \"year_period\": \"2019 Q1\",\n        \"region\": \"Financial Statements (R)\",\n        \"last_update\": \"2019-05-23T09:11:25.357\",\n        \"is_rev_op_agg_num\": 14594,\n        \"is_jsh_op_ebitda_num\": 8663,\n        \"is_op_ebitda_margin_num\": 13.062228,\n        \"is_ni_common_num\": 2095,\n        \"is_ni_margin_num\": 3.107986,\n        \"is_op_ebitda_to_int_num\": 9.991926,\n        \"bs_net_debt_leverage_num\": 0.232752,\n        \"bs_total_debt_sum_num\": 65990,\n        \"bs_debt_to_book_cap_num\": 36.857886,\n        \"cf_jshcf_num\": 8074,\n        \"is_exp_op_production_num\": 5356,\n        \"is_exp_op_othertax_sum_num\": 424,\n        \"is_exp_op_sga_sum_num\": 2767\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2019,\n        \"reporting_period\": \"Q1\",\n        \"year_period\": \"2019 Q1\",\n        \"region\": \"Western Hemisphere\",\n        \"last_update\": \"2019-05-23T09:11:25.357\",\n        \"rr_interim_oil_prod_num\": 40.95,\n        \"rr_interim_gas_prod_num\": 207.9,\n        \"rr_interim_og_prod_num\": 75.6\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2019,\n        \"reporting_period\": \"Q1\",\n        \"year_period\": \"2019 Q1\",\n        \"region\": \"Eastern Hemisphere\",\n        \"last_update\": \"2019-05-23T09:11:25.357\",\n        \"rr_interim_oil_prod_num\": 14.31,\n        \"rr_interim_gas_prod_num\": 13.05,\n        \"rr_interim_og_prod_num\": 16.485\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2019,\n        \"reporting_period\": \"Q1\",\n        \"year_period\": \"2019 Q1\",\n        \"region\": \"Europe: Total (Consolidated only)\",\n        \"last_update\": \"2019-05-23T09:11:25.357\",\n        \"rr_interim_oil_prod_num\": 14.31,\n        \"rr_interim_gas_prod_num\": 13.05,\n        \"rr_interim_og_prod_num\": 16.485\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2019,\n        \"reporting_period\": \"Q1\",\n        \"year_period\": \"2019 Q1\",\n        \"region\": \"North America: U.S. & Canada (Consol. Only)\",\n        \"last_update\": \"2019-05-23T09:11:25.357\",\n        \"rr_interim_oil_prod_num\": 40.95,\n        \"rr_interim_gas_prod_num\": 207.9,\n        \"rr_interim_og_prod_num\": 75.6\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2019,\n        \"reporting_period\": \"Q1\",\n        \"year_period\": \"2019 Q1\",\n        \"region\": \"North Sea/Northern Europe\",\n        \"last_update\": \"2019-05-23T09:11:25.357\",\n        \"price_oil_num\": 61.78,\n        \"price_gas_num\": 5.84,\n        \"rr_interim_oil_prod_num\": 14.31,\n        \"rr_interim_gas_prod_num\": 13.05,\n        \"rr_interim_og_prod_num\": 16.485\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2019,\n        \"reporting_period\": \"Q1\",\n        \"year_period\": \"2019 Q1\",\n        \"region\": \"Worldwide (Consol. & NCI)\",\n        \"last_update\": \"2019-05-23T09:11:25.357\",\n        \"price_oil_num\": 56.47,\n        \"price_gas_num\": 4.02,\n        \"rr_interim_oil_prod_num\": 116.91,\n        \"rr_interim_gas_prod_num\": 708.48,\n        \"rr_interim_og_prod_num\": 234.99\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2019,\n        \"reporting_period\": \"Q1\",\n        \"year_period\": \"2019 Q1\",\n        \"region\": \"World Outside U.S. (Consol. & NCI)\",\n        \"last_update\": \"2019-05-23T09:11:25.357\",\n        \"rr_interim_oil_prod_num\": 75.96,\n        \"rr_interim_gas_prod_num\": 500.58,\n        \"rr_interim_og_prod_num\": 159.39\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2019,\n        \"reporting_period\": \"Q1\",\n        \"year_period\": \"2019 Q1\",\n        \"region\": \"Other/Unspecified\",\n        \"last_update\": \"2019-05-23T09:11:25.357\",\n        \"price_oil_num\": 60.02,\n        \"price_gas_num\": 4.67,\n        \"rr_interim_oil_prod_num\": 61.65,\n        \"rr_interim_gas_prod_num\": 487.53,\n        \"rr_interim_og_prod_num\": 142.905\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2019,\n        \"reporting_period\": \"Q1\",\n        \"year_period\": \"2019 Q1\",\n        \"region\": \"Europe: Total (Consol. & Non-Consol.)\",\n        \"last_update\": \"2019-05-23T09:11:25.357\",\n        \"rr_interim_oil_prod_num\": 14.31,\n        \"rr_interim_gas_prod_num\": 13.05,\n        \"rr_interim_og_prod_num\": 16.485\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2019,\n        \"reporting_period\": \"Q1\",\n        \"year_period\": \"2019 Q1\",\n        \"region\": \"U.S. (Consolidated only)\",\n        \"last_update\": \"2019-05-23T09:11:25.357\",\n        \"price_oil_num\": 50.57,\n        \"price_gas_num\": 2.57,\n        \"rr_interim_oil_prod_num\": 40.95,\n        \"rr_interim_gas_prod_num\": 207.9,\n        \"rr_interim_og_prod_num\": 75.6\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2019,\n        \"reporting_period\": \"Q1\",\n        \"year_period\": \"2019 Q1\",\n        \"region\": \"Worldwide (Consolidated only)\",\n        \"last_update\": \"2019-05-23T09:11:25.357\",\n        \"price_oil_num\": 56.47,\n        \"price_gas_num\": 4.02,\n        \"rr_interim_oil_prod_num\": 116.91,\n        \"rr_interim_gas_prod_num\": 708.48,\n        \"rr_interim_og_prod_num\": 234.99\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2019,\n        \"reporting_period\": \"Q1\",\n        \"year_period\": \"2019 Q1\",\n        \"region\": \"World Outside U.S. Consol. Only\",\n        \"last_update\": \"2019-05-23T09:11:25.357\",\n        \"rr_interim_oil_prod_num\": 75.96,\n        \"rr_interim_gas_prod_num\": 500.58,\n        \"rr_interim_og_prod_num\": 159.39\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2019,\n        \"reporting_period\": \"Q1\",\n        \"year_period\": \"2019 Q1\",\n        \"region\": \"North America (Consol. & Non-Consol.)\",\n        \"last_update\": \"2019-05-23T09:11:25.357\",\n        \"rr_interim_oil_prod_num\": 40.95,\n        \"rr_interim_gas_prod_num\": 207.9,\n        \"rr_interim_og_prod_num\": 75.6\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2019,\n        \"reporting_period\": \"Q1\",\n        \"year_period\": \"2019 Q1\",\n        \"region\": \"U.S. (Consol. & Non-Consol.)\",\n        \"last_update\": \"2019-05-23T09:11:25.357\",\n        \"rr_interim_oil_prod_num\": 40.95,\n        \"rr_interim_gas_prod_num\": 207.9,\n        \"rr_interim_og_prod_num\": 75.6\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2018,\n        \"reporting_period\": \"Annual\",\n        \"year_period\": \"2018 Annual\",\n        \"region\": \"Australia\",\n        \"last_update\": \"2019-04-04T08:55:05.207\",\n        \"ci_sum_num\": 260,\n        \"rr_1p_og_end_res_num\": 673.833333,\n        \"rr_1p_og_dev_res_pct_num\": 70.244868,\n        \"rr_1p_oil_res_pct_of_tot_num\": 5.787781,\n        \"rr_1p_og_positive_prod_num\": 57.5,\n        \"rr_1p_oil_prod_pct_of_tot_num\": 12.173913,\n        \"rr_1p_rp_ratio_og_num\": 11.718841,\n        \"rr_1p_og_prod_growth_num\": 3.603604,\n        \"rr_1p_og_res_growth_num\": -10.612425,\n        \"rrc_1p_rrc_pboe_y3a_num\": 15.015152,\n        \"rrc_1p_rrr_og_y3a_num\": 38.596491,\n        \"ro_rev_pboe_sum_num\": 36.086957,\n        \"ro_pboe_lifting_costs_num\": 3.6,\n        \"ro_pboe_netback_num\": 32.486957,\n        \"ro_pboe_ni_num\": 12.173913,\n        \"ro_netback_margins_num\": 90.024096,\n        \"ro_recycle_ratio_num\": -2.811371,\n        \"price_oil_num\": 67.54,\n        \"price_ngl_num\": 52.14,\n        \"price_gas_num\": 7.97,\n        \"rr_1p_oil_positive_prod_num\": 7,\n        \"rr_1p_gas_positive_prod_num\": 303\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2018,\n        \"reporting_period\": \"Q3\",\n        \"year_period\": \"2018 Q3\",\n        \"region\": \"All Data\",\n        \"last_update\": \"2019-02-07T09:58:04.95\",\n        \"is_rev_op_agg_num\": 14781,\n        \"is_jsh_op_ebitda_num\": 9288,\n        \"is_op_ebitda_margin_num\": 11.687723,\n        \"is_ni_common_num\": 3091,\n        \"is_ni_margin_num\": 3.825353,\n        \"is_op_ebitda_to_int_num\": 13.30659,\n        \"bs_net_debt_leverage_num\": 0.197663,\n        \"bs_total_debt_sum_num\": 64135,\n        \"bs_debt_to_book_cap_num\": 36.354158,\n        \"cf_jshcf_num\": 7748,\n        \"price_oil_num\": 69.68,\n        \"price_gas_num\": 3.86,\n        \"rr_interim_oil_prod_num\": 111.78,\n        \"rr_interim_gas_prod_num\": 664.056,\n        \"rr_interim_og_prod_num\": 222.456,\n        \"is_exp_op_othertax_sum_num\": 451,\n        \"is_exp_op_sga_sum_num\": 2801\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2018,\n        \"reporting_period\": \"Annual\",\n        \"year_period\": \"2018 Annual\",\n        \"region\": \"All Data\",\n        \"last_update\": \"2019-04-04T08:55:05.207\",\n        \"is_rev_op_agg_num\": 56399,\n        \"is_jsh_op_ebitda_num\": 33129,\n        \"is_op_ebitda_margin_num\": 11.088982,\n        \"is_ni_common_num\": 9986,\n        \"is_ni_margin_num\": 3.300142,\n        \"is_op_ebitda_to_int_num\": 11.241602,\n        \"bs_roace_num\": 7.049642,\n        \"bs_net_debt_leverage_num\": 0.254403,\n        \"bs_total_debt_sum_num\": 65799,\n        \"bs_debt_to_book_cap_num\": 37.153066,\n        \"cf_jshcf_num\": 27739,\n        \"gi_dvd_to_cf_num\": 0.291573,\n        \"ci_sum_num\": 29315,\n        \"rr_1p_og_end_res_num\": 19661.5,\n        \"rr_1p_og_dev_res_pct_num\": 55.368783,\n        \"rr_1p_oil_res_pct_of_tot_num\": 58.261069,\n        \"rr_1p_og_positive_prod_num\": 1356.166667,\n        \"rr_1p_oil_prod_pct_of_tot_num\": 58.916062,\n        \"rr_1p_rp_ratio_og_num\": 14.497849,\n        \"rr_1p_og_prod_growth_num\": 2.275013,\n        \"rr_1p_og_res_growth_num\": 8.149065,\n        \"rrc_1p_rrc_pboe_y3a_num\": 9.903538,\n        \"rrc_1p_rrr_og_y3a_num\": 186.662669,\n        \"ro_rev_pboe_sum_num\": 41.16382,\n        \"ro_pboe_lifting_costs_num\": 13.181271,\n        \"ro_pboe_netback_num\": 27.982549,\n        \"ro_pboe_ni_num\": 7.380361,\n        \"ro_netback_margins_num\": 67.978504,\n        \"ro_recycle_ratio_num\": 2.922664,\n        \"price_oil_num\": 64.322269,\n        \"price_ngl_num\": 29.384253,\n        \"price_gas_num\": 3.99531,\n        \"rr_1p_oil_positive_prod_num\": 799,\n        \"rr_1p_gas_positive_prod_num\": 3343,\n        \"is_exp_op_production_num\": 6080,\n        \"is_exp_op_othertax_sum_num\": 1536,\n        \"is_exp_op_sga_sum_num\": 12179\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2018,\n        \"reporting_period\": \"Q1\",\n        \"year_period\": \"2018 Q1\",\n        \"region\": \"All Data\",\n        \"last_update\": \"2019-02-07T09:58:04.95\",\n        \"is_rev_op_agg_num\": 13870,\n        \"is_jsh_op_ebitda_num\": 8325,\n        \"is_op_ebitda_margin_num\": 12.211758,\n        \"is_ni_common_num\": 2389,\n        \"is_ni_margin_num\": 3.455158,\n        \"is_op_ebitda_to_int_num\": 15.05425,\n        \"bs_net_debt_leverage_num\": 0.229778,\n        \"bs_total_debt_sum_num\": 62189,\n        \"bs_debt_to_book_cap_num\": 36.03494,\n        \"cf_jshcf_num\": 7132,\n        \"price_oil_num\": 61.4,\n        \"price_gas_num\": 3.78,\n        \"rr_interim_oil_prod_num\": 118.62,\n        \"rr_interim_gas_prod_num\": 671.67,\n        \"rr_interim_og_prod_num\": 230.565,\n        \"is_exp_op_othertax_sum_num\": 368,\n        \"is_exp_op_sga_sum_num\": 2794\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2018,\n        \"reporting_period\": \"Q2\",\n        \"year_period\": \"2018 Q2\",\n        \"region\": \"All Data\",\n        \"last_update\": \"2019-02-07T09:58:04.95\",\n        \"is_rev_op_agg_num\": 12698,\n        \"is_jsh_op_ebitda_num\": 7564,\n        \"is_op_ebitda_margin_num\": 10.026644,\n        \"is_ni_common_num\": 1789,\n        \"is_ni_margin_num\": 2.326186,\n        \"is_op_ebitda_to_int_num\": 14.138318,\n        \"bs_net_debt_leverage_num\": 0.200391,\n        \"bs_total_debt_sum_num\": 60358,\n        \"bs_debt_to_book_cap_num\": 35.318445,\n        \"cf_jshcf_num\": 6959,\n        \"price_oil_num\": 67.24,\n        \"price_gas_num\": 3.65,\n        \"rr_interim_oil_prod_num\": 110.747,\n        \"rr_interim_gas_prod_num\": 659.113,\n        \"rr_interim_og_prod_num\": 220.599167,\n        \"is_exp_op_othertax_sum_num\": 531,\n        \"is_exp_op_sga_sum_num\": 2929\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2018,\n        \"reporting_period\": \"6 Month\",\n        \"year_period\": \"2018 6 Month\",\n        \"region\": \"All Data\",\n        \"last_update\": \"2019-02-07T09:58:04.95\",\n        \"is_rev_op_agg_num\": 26568,\n        \"is_jsh_op_ebitda_num\": 15889,\n        \"is_op_ebitda_margin_num\": 11.063916,\n        \"is_ni_common_num\": 4178,\n        \"is_ni_margin_num\": 2.860664,\n        \"is_op_ebitda_to_int_num\": 14.60386,\n        \"bs_net_debt_leverage_num\": 0.200391,\n        \"bs_total_debt_sum_num\": 60358,\n        \"bs_debt_to_book_cap_num\": 35.318445,\n        \"cf_jshcf_num\": 14091,\n        \"price_oil_num\": 64.21,\n        \"price_gas_num\": 3.72,\n        \"rr_interim_oil_prod_num\": 229.327,\n        \"rr_interim_gas_prod_num\": 1330.712,\n        \"rr_interim_og_prod_num\": 451.112333,\n        \"is_exp_op_othertax_sum_num\": 899,\n        \"is_exp_op_sga_sum_num\": 5723\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2018,\n        \"reporting_period\": \"9 Month\",\n        \"year_period\": \"2018 9 Month\",\n        \"region\": \"All Data\",\n        \"last_update\": \"2019-02-07T09:58:04.95\",\n        \"is_rev_op_agg_num\": 41349,\n        \"is_jsh_op_ebitda_num\": 25177,\n        \"is_op_ebitda_margin_num\": 11.286136,\n        \"is_ni_common_num\": 7269,\n        \"is_ni_margin_num\": 3.204278,\n        \"is_op_ebitda_to_int_num\": 14.096865,\n        \"bs_net_debt_leverage_num\": 0.197663,\n        \"bs_total_debt_sum_num\": 64135,\n        \"bs_debt_to_book_cap_num\": 36.354158,\n        \"cf_jshcf_num\": 21839,\n        \"price_oil_num\": 66.11,\n        \"price_gas_num\": 3.77,\n        \"rr_interim_oil_prod_num\": 341.25,\n        \"rr_interim_gas_prod_num\": 1994.811,\n        \"rr_interim_og_prod_num\": 673.7185,\n        \"is_exp_op_othertax_sum_num\": 1350,\n        \"is_exp_op_sga_sum_num\": 8524\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2018,\n        \"reporting_period\": \"Q4\",\n        \"year_period\": \"2018 Q4\",\n        \"region\": \"All Data\",\n        \"last_update\": \"2019-02-12T09:49:11.293\",\n        \"is_rev_op_agg_num\": 15050,\n        \"is_jsh_op_ebitda_num\": 10257,\n        \"is_op_ebitda_margin_num\": 13.553656,\n        \"is_ni_common_num\": 2717,\n        \"is_ni_margin_num\": 3.533849,\n        \"is_op_ebitda_to_int_num\": 13.82345,\n        \"bs_net_debt_leverage_num\": 0.254059,\n        \"bs_total_debt_sum_num\": 65799,\n        \"bs_debt_to_book_cap_num\": 37.153066,\n        \"cf_jshcf_num\": 6157,\n        \"price_oil_num\": 61.8,\n        \"price_gas_num\": 4.33,\n        \"rr_interim_oil_prod_num\": 121.624,\n        \"rr_interim_gas_prod_num\": 696.808,\n        \"rr_interim_og_prod_num\": 237.758667,\n        \"is_exp_op_othertax_sum_num\": 186,\n        \"is_exp_op_sga_sum_num\": 3655\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2018,\n        \"reporting_period\": \"Q2\",\n        \"year_period\": \"2018 Q2\",\n        \"region\": \"World Outside North America\",\n        \"last_update\": \"2018-11-01T08:15:30.57\",\n        \"rr_interim_oil_prod_num\": 73.346,\n        \"rr_interim_gas_prod_num\": 500.409,\n        \"rr_interim_og_prod_num\": 156.7475\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2018,\n        \"reporting_period\": \"6 Month\",\n        \"year_period\": \"2018 6 Month\",\n        \"region\": \"World Outside North America\",\n        \"last_update\": \"2018-11-01T08:32:52.483\",\n        \"rr_interim_oil_prod_num\": 151.678,\n        \"rr_interim_gas_prod_num\": 1010.885,\n        \"rr_interim_og_prod_num\": 320.158833\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2018,\n        \"reporting_period\": \"Q1\",\n        \"year_period\": \"2018 Q1\",\n        \"region\": \"World Outside North America\",\n        \"last_update\": \"2018-11-01T08:50:39.373\",\n        \"rr_interim_oil_prod_num\": 78.3,\n        \"rr_interim_gas_prod_num\": 510.57,\n        \"rr_interim_og_prod_num\": 163.395\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2018,\n        \"reporting_period\": \"Annual\",\n        \"year_period\": \"2018 Annual\",\n        \"region\": \"World Outside North America\",\n        \"last_update\": \"2019-04-04T08:55:05.207\",\n        \"ci_sum_num\": 14800,\n        \"rr_1p_og_end_res_num\": 15264.833333,\n        \"rr_1p_og_dev_res_pct_num\": 56.144297,\n        \"rr_1p_oil_res_pct_of_tot_num\": 58.605291,\n        \"rr_1p_og_positive_prod_num\": 1059.5,\n        \"rr_1p_oil_prod_pct_of_tot_num\": 59.273242,\n        \"rr_1p_rp_ratio_og_num\": 14.407582,\n        \"rr_1p_og_prod_growth_num\": 0.633212,\n        \"rr_1p_og_res_growth_num\": 2.61498,\n        \"rrc_1p_rrc_pboe_y3a_num\": 9.602815,\n        \"rrc_1p_rrr_og_y3a_num\": 174.108358,\n        \"ro_rev_pboe_sum_num\": 40.355828,\n        \"ro_pboe_lifting_costs_num\": 13.834828,\n        \"ro_pboe_netback_num\": 26.521,\n        \"ro_pboe_ni_num\": 7.390278,\n        \"ro_netback_margins_num\": 65.717894,\n        \"ro_recycle_ratio_num\": 2.716909,\n        \"rr_1p_oil_positive_prod_num\": 628,\n        \"rr_1p_gas_positive_prod_num\": 2589\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2018,\n        \"reporting_period\": \"9 Month\",\n        \"year_period\": \"2018 9 Month\",\n        \"region\": \"World Outside North America\",\n        \"last_update\": \"2018-11-01T08:43:18.173\",\n        \"rr_interim_oil_prod_num\": 224.406,\n        \"rr_interim_gas_prod_num\": 1508.871,\n        \"rr_interim_og_prod_num\": 475.8845\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2018,\n        \"reporting_period\": \"Q3\",\n        \"year_period\": \"2018 Q3\",\n        \"region\": \"World Outside North America\",\n        \"last_update\": \"2018-11-01T08:43:18.173\",\n        \"rr_interim_oil_prod_num\": 72.772,\n        \"rr_interim_gas_prod_num\": 497.996,\n        \"rr_interim_og_prod_num\": 155.771333\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2018,\n        \"reporting_period\": \"Q4\",\n        \"year_period\": \"2018 Q4\",\n        \"region\": \"World Outside North America\",\n        \"last_update\": \"2019-02-07T09:58:04.95\",\n        \"rr_interim_oil_prod_num\": 76.084,\n        \"rr_interim_gas_prod_num\": 489.348,\n        \"rr_interim_og_prod_num\": 157.642\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2018,\n        \"reporting_period\": \"Annual\",\n        \"year_period\": \"2018 Annual\",\n        \"region\": \"Financial Statements (R)\",\n        \"last_update\": \"2019-04-06T09:02:39.93\",\n        \"is_rev_op_agg_num\": 56399,\n        \"is_jsh_op_ebitda_num\": 33129,\n        \"is_op_ebitda_margin_num\": 11.088982,\n        \"is_ni_common_num\": 9986,\n        \"is_ni_margin_num\": 3.300142,\n        \"is_op_ebitda_to_int_num\": 11.241602,\n        \"bs_roace_num\": 7.049642,\n        \"bs_net_debt_leverage_num\": 0.254403,\n        \"bs_total_debt_sum_num\": 65799,\n        \"bs_debt_to_book_cap_num\": 37.153066,\n        \"cf_jshcf_num\": 27739,\n        \"gi_dvd_to_cf_num\": 0.291573,\n        \"rr_1p_og_positive_prod_num\": 1356.166667,\n        \"rr_1p_oil_prod_pct_of_tot_num\": 508.524708,\n        \"is_exp_op_production_num\": 6080,\n        \"is_exp_op_othertax_sum_num\": 1536,\n        \"is_exp_op_sga_sum_num\": 12179\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2018,\n        \"reporting_period\": \"Q1\",\n        \"year_period\": \"2018 Q1\",\n        \"region\": \"Financial Statements (R)\",\n        \"last_update\": \"2019-02-07T09:58:04.95\",\n        \"is_rev_op_agg_num\": 13870,\n        \"is_jsh_op_ebitda_num\": 8325,\n        \"is_op_ebitda_margin_num\": 12.211758,\n        \"is_ni_common_num\": 2389,\n        \"is_ni_margin_num\": 3.455158,\n        \"is_op_ebitda_to_int_num\": 15.05425,\n        \"bs_net_debt_leverage_num\": 0.229778,\n        \"bs_total_debt_sum_num\": 62189,\n        \"bs_debt_to_book_cap_num\": 36.03494,\n        \"cf_jshcf_num\": 7132,\n        \"is_exp_op_othertax_sum_num\": 368,\n        \"is_exp_op_sga_sum_num\": 2794\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2018,\n        \"reporting_period\": \"Q2\",\n        \"year_period\": \"2018 Q2\",\n        \"region\": \"Financial Statements (R)\",\n        \"last_update\": \"2019-02-07T09:58:04.95\",\n        \"is_rev_op_agg_num\": 12698,\n        \"is_jsh_op_ebitda_num\": 7564,\n        \"is_op_ebitda_margin_num\": 10.026644,\n        \"is_ni_common_num\": 1789,\n        \"is_ni_margin_num\": 2.326186,\n        \"is_op_ebitda_to_int_num\": 14.138318,\n        \"bs_net_debt_leverage_num\": 0.200391,\n        \"bs_total_debt_sum_num\": 60358,\n        \"bs_debt_to_book_cap_num\": 35.318445,\n        \"cf_jshcf_num\": 6959,\n        \"is_exp_op_othertax_sum_num\": 531,\n        \"is_exp_op_sga_sum_num\": 2929\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2018,\n        \"reporting_period\": \"6 Month\",\n        \"year_period\": \"2018 6 Month\",\n        \"region\": \"Financial Statements (R)\",\n        \"last_update\": \"2019-02-07T09:58:04.95\",\n        \"is_rev_op_agg_num\": 26568,\n        \"is_jsh_op_ebitda_num\": 15889,\n        \"is_op_ebitda_margin_num\": 11.063916,\n        \"is_ni_common_num\": 4178,\n        \"is_ni_margin_num\": 2.860664,\n        \"is_op_ebitda_to_int_num\": 14.60386,\n        \"bs_net_debt_leverage_num\": 0.200391,\n        \"bs_total_debt_sum_num\": 60358,\n        \"bs_debt_to_book_cap_num\": 35.318445,\n        \"cf_jshcf_num\": 14091,\n        \"is_exp_op_othertax_sum_num\": 899,\n        \"is_exp_op_sga_sum_num\": 5723\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2018,\n        \"reporting_period\": \"Q3\",\n        \"year_period\": \"2018 Q3\",\n        \"region\": \"Financial Statements (R)\",\n        \"last_update\": \"2019-02-07T09:58:04.95\",\n        \"is_rev_op_agg_num\": 14781,\n        \"is_jsh_op_ebitda_num\": 9288,\n        \"is_op_ebitda_margin_num\": 11.687723,\n        \"is_ni_common_num\": 3091,\n        \"is_ni_margin_num\": 3.825353,\n        \"is_op_ebitda_to_int_num\": 13.30659,\n        \"bs_net_debt_leverage_num\": 0.197663,\n        \"bs_total_debt_sum_num\": 64135,\n        \"bs_debt_to_book_cap_num\": 36.354158,\n        \"cf_jshcf_num\": 7748,\n        \"is_exp_op_othertax_sum_num\": 451,\n        \"is_exp_op_sga_sum_num\": 2801\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2018,\n        \"reporting_period\": \"9 Month\",\n        \"year_period\": \"2018 9 Month\",\n        \"region\": \"Financial Statements (R)\",\n        \"last_update\": \"2019-02-07T09:58:04.95\",\n        \"is_rev_op_agg_num\": 41349,\n        \"is_jsh_op_ebitda_num\": 25177,\n        \"is_op_ebitda_margin_num\": 11.286136,\n        \"is_ni_common_num\": 7269,\n        \"is_ni_margin_num\": 3.204278,\n        \"is_op_ebitda_to_int_num\": 14.096865,\n        \"bs_net_debt_leverage_num\": 0.197663,\n        \"bs_total_debt_sum_num\": 64135,\n        \"bs_debt_to_book_cap_num\": 36.354158,\n        \"cf_jshcf_num\": 21839,\n        \"is_exp_op_othertax_sum_num\": 1350,\n        \"is_exp_op_sga_sum_num\": 8524\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2018,\n        \"reporting_period\": \"Q4\",\n        \"year_period\": \"2018 Q4\",\n        \"region\": \"Financial Statements (R)\",\n        \"last_update\": \"2019-02-12T09:49:11.293\",\n        \"is_rev_op_agg_num\": 15050,\n        \"is_jsh_op_ebitda_num\": 10257,\n        \"is_op_ebitda_margin_num\": 13.553656,\n        \"is_ni_common_num\": 2717,\n        \"is_ni_margin_num\": 3.533849,\n        \"is_op_ebitda_to_int_num\": 13.82345,\n        \"bs_net_debt_leverage_num\": 0.254059,\n        \"bs_total_debt_sum_num\": 65799,\n        \"bs_debt_to_book_cap_num\": 37.153066,\n        \"cf_jshcf_num\": 6157,\n        \"is_exp_op_othertax_sum_num\": 186,\n        \"is_exp_op_sga_sum_num\": 3655\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2018,\n        \"reporting_period\": \"6 Month\",\n        \"year_period\": \"2018 6 Month\",\n        \"region\": \"Western Hemisphere\",\n        \"last_update\": \"2018-11-01T08:32:46.023\",\n        \"rr_interim_oil_prod_num\": 77.649,\n        \"rr_interim_gas_prod_num\": 319.827,\n        \"rr_interim_og_prod_num\": 130.9535\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2018,\n        \"reporting_period\": \"Q2\",\n        \"year_period\": \"2018 Q2\",\n        \"region\": \"Western Hemisphere\",\n        \"last_update\": \"2018-11-01T08:30:27.243\",\n        \"rr_interim_oil_prod_num\": 37.401,\n        \"rr_interim_gas_prod_num\": 158.704,\n        \"rr_interim_og_prod_num\": 63.851667\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2018,\n        \"reporting_period\": \"Annual\",\n        \"year_period\": \"2018 Annual\",\n        \"region\": \"Western Hemisphere\",\n        \"last_update\": \"2019-04-04T08:55:05.207\",\n        \"ci_sum_num\": 15451,\n        \"rr_1p_og_end_res_num\": 5311.166667,\n        \"rr_1p_og_dev_res_pct_num\": 50.597797,\n        \"rr_1p_oil_res_pct_of_tot_num\": 48.01205,\n        \"rr_1p_og_positive_prod_num\": 434,\n        \"rr_1p_oil_prod_pct_of_tot_num\": 40.78341,\n        \"rr_1p_rp_ratio_og_num\": 12.237711,\n        \"rr_1p_og_prod_growth_num\": 8.45481,\n        \"rr_1p_og_res_growth_num\": 21.194949,\n        \"rrc_1p_rrc_pboe_y3a_num\": 13.61863,\n        \"rrc_1p_rrr_og_y3a_num\": 151.473233,\n        \"ro_rev_pboe_sum_num\": 35.33871,\n        \"ro_pboe_lifting_costs_num\": 9.228111,\n        \"ro_pboe_netback_num\": 26.110599,\n        \"ro_pboe_ni_num\": 4.394009,\n        \"ro_netback_margins_num\": 73.886679,\n        \"ro_recycle_ratio_num\": 2.567517,\n        \"rr_1p_oil_positive_prod_num\": 177,\n        \"rr_1p_gas_positive_prod_num\": 1542\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2018,\n        \"reporting_period\": \"Q1\",\n        \"year_period\": \"2018 Q1\",\n        \"region\": \"Western Hemisphere\",\n        \"last_update\": \"2018-11-01T08:50:21.84\",\n        \"rr_interim_oil_prod_num\": 40.32,\n        \"rr_interim_gas_prod_num\": 161.1,\n        \"rr_interim_og_prod_num\": 67.17\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2018,\n        \"reporting_period\": \"9 Month\",\n        \"year_period\": \"2018 9 Month\",\n        \"region\": \"Western Hemisphere\",\n        \"last_update\": \"2018-11-01T08:43:18.173\",\n        \"rr_interim_oil_prod_num\": 116.844,\n        \"rr_interim_gas_prod_num\": 485.94,\n        \"rr_interim_og_prod_num\": 197.834\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2018,\n        \"reporting_period\": \"Q3\",\n        \"year_period\": \"2018 Q3\",\n        \"region\": \"Western Hemisphere\",\n        \"last_update\": \"2018-11-01T08:43:18.173\",\n        \"rr_interim_oil_prod_num\": 39.008,\n        \"rr_interim_gas_prod_num\": 166.06,\n        \"rr_interim_og_prod_num\": 66.684667\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2018,\n        \"reporting_period\": \"Q4\",\n        \"year_period\": \"2018 Q4\",\n        \"region\": \"Western Hemisphere\",\n        \"last_update\": \"2019-02-07T09:58:04.95\",\n        \"rr_interim_oil_prod_num\": 45.54,\n        \"rr_interim_gas_prod_num\": 207.46,\n        \"rr_interim_og_prod_num\": 80.116667\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2018,\n        \"reporting_period\": \"Annual\",\n        \"year_period\": \"2018 Annual\",\n        \"region\": \"Eastern Hemisphere\",\n        \"last_update\": \"2019-04-04T08:55:05.207\",\n        \"ci_sum_num\": 8562,\n        \"rr_1p_og_end_res_num\": 4702.166667,\n        \"rr_1p_og_dev_res_pct_num\": 62.931982,\n        \"rr_1p_oil_res_pct_of_tot_num\": 51.125368,\n        \"rr_1p_og_positive_prod_num\": 425,\n        \"rr_1p_oil_prod_pct_of_tot_num\": 56.235294,\n        \"rr_1p_rp_ratio_og_num\": 11.063922,\n        \"rr_1p_og_prod_growth_num\": 6.25,\n        \"rr_1p_og_res_growth_num\": -4.833704,\n        \"rrc_1p_rrc_pboe_y3a_num\": 15.364091,\n        \"rrc_1p_rrr_og_y3a_num\": 167.08233,\n        \"ro_rev_pboe_sum_num\": 50.183529,\n        \"ro_pboe_lifting_costs_num\": 8.496471,\n        \"ro_pboe_netback_num\": 41.687059,\n        \"ro_pboe_ni_num\": 10.054118,\n        \"ro_netback_margins_num\": 83.069205,\n        \"ro_recycle_ratio_num\": 1.240744,\n        \"rr_1p_oil_positive_prod_num\": 239,\n        \"rr_1p_gas_positive_prod_num\": 1116\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2018,\n        \"reporting_period\": \"6 Month\",\n        \"year_period\": \"2018 6 Month\",\n        \"region\": \"Eastern Hemisphere\",\n        \"last_update\": \"2018-11-01T08:32:46.023\",\n        \"rr_interim_oil_prod_num\": 25.883,\n        \"rr_interim_gas_prod_num\": 37.829,\n        \"rr_interim_og_prod_num\": 32.187833\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2018,\n        \"reporting_period\": \"Q2\",\n        \"year_period\": \"2018 Q2\",\n        \"region\": \"Eastern Hemisphere\",\n        \"last_update\": \"2018-11-01T08:30:27.243\",\n        \"rr_interim_oil_prod_num\": 13.377,\n        \"rr_interim_gas_prod_num\": 18.382,\n        \"rr_interim_og_prod_num\": 16.440667\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2018,\n        \"reporting_period\": \"Q1\",\n        \"year_period\": \"2018 Q1\",\n        \"region\": \"Eastern Hemisphere\",\n        \"last_update\": \"2018-11-01T08:50:21.84\",\n        \"rr_interim_oil_prod_num\": 12.51,\n        \"rr_interim_gas_prod_num\": 19.53,\n        \"rr_interim_og_prod_num\": 15.765\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2018,\n        \"reporting_period\": \"9 Month\",\n        \"year_period\": \"2018 9 Month\",\n        \"region\": \"Eastern Hemisphere\",\n        \"last_update\": \"2018-11-01T08:43:18.173\",\n        \"rr_interim_oil_prod_num\": 37.674,\n        \"rr_interim_gas_prod_num\": 57.33,\n        \"rr_interim_og_prod_num\": 47.229\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2018,\n        \"reporting_period\": \"Q3\",\n        \"year_period\": \"2018 Q3\",\n        \"region\": \"Eastern Hemisphere\",\n        \"last_update\": \"2018-11-01T08:43:18.173\",\n        \"rr_interim_oil_prod_num\": 11.776,\n        \"rr_interim_gas_prod_num\": 19.504,\n        \"rr_interim_og_prod_num\": 15.026667\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2018,\n        \"reporting_period\": \"Q4\",\n        \"year_period\": \"2018 Q4\",\n        \"region\": \"Eastern Hemisphere\",\n        \"last_update\": \"2019-02-07T09:58:04.95\",\n        \"rr_interim_oil_prod_num\": 14.168,\n        \"rr_interim_gas_prod_num\": 19.78,\n        \"rr_interim_og_prod_num\": 17.464667\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2018,\n        \"reporting_period\": \"6 Month\",\n        \"year_period\": \"2018 6 Month\",\n        \"region\": \"Europe: Total (Consolidated only)\",\n        \"last_update\": \"2018-11-01T08:32:46.023\",\n        \"rr_interim_oil_prod_num\": 25.883,\n        \"rr_interim_gas_prod_num\": 37.829,\n        \"rr_interim_og_prod_num\": 32.187833\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2018,\n        \"reporting_period\": \"Q2\",\n        \"year_period\": \"2018 Q2\",\n        \"region\": \"Europe: Total (Consolidated only)\",\n        \"last_update\": \"2018-11-01T08:30:27.243\",\n        \"rr_interim_oil_prod_num\": 13.377,\n        \"rr_interim_gas_prod_num\": 18.382,\n        \"rr_interim_og_prod_num\": 16.440667\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2018,\n        \"reporting_period\": \"Q1\",\n        \"year_period\": \"2018 Q1\",\n        \"region\": \"Europe: Total (Consolidated only)\",\n        \"last_update\": \"2018-11-01T08:50:21.84\",\n        \"rr_interim_oil_prod_num\": 12.51,\n        \"rr_interim_gas_prod_num\": 19.53,\n        \"rr_interim_og_prod_num\": 15.765\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2018,\n        \"reporting_period\": \"Annual\",\n        \"year_period\": \"2018 Annual\",\n        \"region\": \"Europe: Total (Consolidated only)\",\n        \"last_update\": \"2019-04-04T08:55:05.207\",\n        \"ci_sum_num\": 2988,\n        \"rr_1p_og_end_res_num\": 610.5,\n        \"rr_1p_og_dev_res_pct_num\": 49.82255,\n        \"rr_1p_oil_res_pct_of_tot_num\": 78.624079,\n        \"rr_1p_og_positive_prod_num\": 50,\n        \"rr_1p_oil_prod_pct_of_tot_num\": 78,\n        \"rr_1p_rp_ratio_og_num\": 12.21,\n        \"rr_1p_og_prod_growth_num\": 11.524164,\n        \"rr_1p_og_res_growth_num\": 8.148804,\n        \"rrc_1p_rrc_pboe_y3a_num\": 22.901462,\n        \"rrc_1p_rrr_og_y3a_num\": 171.164309,\n        \"ro_rev_pboe_sum_num\": 57.48,\n        \"ro_pboe_lifting_costs_num\": 7.54,\n        \"ro_pboe_netback_num\": 49.94,\n        \"ro_pboe_ni_num\": 26.12,\n        \"ro_netback_margins_num\": 86.882394,\n        \"ro_recycle_ratio_num\": 2.75216,\n        \"rr_1p_oil_positive_prod_num\": 39,\n        \"rr_1p_gas_positive_prod_num\": 66\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2018,\n        \"reporting_period\": \"9 Month\",\n        \"year_period\": \"2018 9 Month\",\n        \"region\": \"Europe: Total (Consolidated only)\",\n        \"last_update\": \"2018-11-01T08:43:18.173\",\n        \"rr_interim_oil_prod_num\": 37.674,\n        \"rr_interim_gas_prod_num\": 57.33,\n        \"rr_interim_og_prod_num\": 47.229\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2018,\n        \"reporting_period\": \"Q3\",\n        \"year_period\": \"2018 Q3\",\n        \"region\": \"Europe: Total (Consolidated only)\",\n        \"last_update\": \"2018-11-01T08:43:18.173\",\n        \"rr_interim_oil_prod_num\": 11.776,\n        \"rr_interim_gas_prod_num\": 19.504,\n        \"rr_interim_og_prod_num\": 15.026667\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2018,\n        \"reporting_period\": \"Q4\",\n        \"year_period\": \"2018 Q4\",\n        \"region\": \"Europe: Total (Consolidated only)\",\n        \"last_update\": \"2019-02-07T09:58:04.95\",\n        \"rr_interim_oil_prod_num\": 14.168,\n        \"rr_interim_gas_prod_num\": 19.78,\n        \"rr_interim_og_prod_num\": 17.464667\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2018,\n        \"reporting_period\": \"Annual\",\n        \"year_period\": \"2018 Annual\",\n        \"region\": \"Non-Consolidated: Russia & Caspian\",\n        \"last_update\": \"2019-04-04T08:55:05.207\",\n        \"ci_sum_num\": 4035,\n        \"rr_1p_og_end_res_num\": 8510.666667,\n        \"rr_1p_og_dev_res_pct_num\": 53.963653,\n        \"rr_1p_oil_res_pct_of_tot_num\": 67.656274,\n        \"rr_1p_og_positive_prod_num\": 414.333333,\n        \"rr_1p_oil_prod_pct_of_tot_num\": 81.335479,\n        \"rr_1p_rp_ratio_og_num\": 20.540628,\n        \"rr_1p_og_prod_growth_num\": 1.469388,\n        \"rr_1p_og_res_growth_num\": 10.337079,\n        \"rrc_1p_rrc_pboe_y3a_num\": 4.284185,\n        \"rrc_1p_rrr_og_y3a_num\": 248.125086,\n        \"ro_rev_pboe_sum_num\": 38.377313,\n        \"ro_pboe_lifting_costs_num\": 22.013677,\n        \"ro_pboe_netback_num\": 16.363636,\n        \"ro_pboe_ni_num\": 8.4642,\n        \"ro_netback_margins_num\": 42.638828,\n        \"ro_recycle_ratio_num\": 4.913822,\n        \"price_oil_num\": 62.46,\n        \"price_gas_num\": 1.7,\n        \"rr_1p_oil_positive_prod_num\": 337,\n        \"rr_1p_gas_positive_prod_num\": 464\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2018,\n        \"reporting_period\": \"6 Month\",\n        \"year_period\": \"2018 6 Month\",\n        \"region\": \"North America: U.S. & Canada (Consol. Only)\",\n        \"last_update\": \"2018-11-01T08:32:46.023\",\n        \"rr_interim_oil_prod_num\": 77.649,\n        \"rr_interim_gas_prod_num\": 319.827,\n        \"rr_interim_og_prod_num\": 130.9535\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2018,\n        \"reporting_period\": \"Q2\",\n        \"year_period\": \"2018 Q2\",\n        \"region\": \"North America: U.S. & Canada (Consol. Only)\",\n        \"last_update\": \"2018-11-01T08:30:27.243\",\n        \"rr_interim_oil_prod_num\": 37.401,\n        \"rr_interim_gas_prod_num\": 158.704,\n        \"rr_interim_og_prod_num\": 63.851667\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2018,\n        \"reporting_period\": \"Annual\",\n        \"year_period\": \"2018 Annual\",\n        \"region\": \"North America: U.S. & Canada (Consol. Only)\",\n        \"last_update\": \"2019-04-04T08:55:05.207\",\n        \"ci_sum_num\": 14515,\n        \"rr_1p_og_end_res_num\": 4396.666667,\n        \"rr_1p_og_dev_res_pct_num\": 52.67627,\n        \"rr_1p_oil_res_pct_of_tot_num\": 57.065959,\n        \"rr_1p_og_positive_prod_num\": 296.666667,\n        \"rr_1p_oil_prod_pct_of_tot_num\": 57.640449,\n        \"rr_1p_rp_ratio_og_num\": 14.820225,\n        \"rr_1p_og_prod_growth_num\": 8.602807,\n        \"rr_1p_og_res_growth_num\": 33.064313,\n        \"rrc_1p_rrc_pboe_y3a_num\": 10.731972,\n        \"rrc_1p_rrr_og_y3a_num\": 232.931969,\n        \"ro_rev_pboe_sum_num\": 44.049438,\n        \"ro_pboe_lifting_costs_num\": 10.847191,\n        \"ro_pboe_netback_num\": 33.202247,\n        \"ro_pboe_ni_num\": 7.344944,\n        \"ro_netback_margins_num\": 75.374962,\n        \"ro_recycle_ratio_num\": 3.535626,\n        \"rr_1p_oil_positive_prod_num\": 171,\n        \"rr_1p_gas_positive_prod_num\": 754\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2018,\n        \"reporting_period\": \"Q1\",\n        \"year_period\": \"2018 Q1\",\n        \"region\": \"North America: U.S. & Canada (Consol. Only)\",\n        \"last_update\": \"2018-11-01T08:50:21.84\",\n        \"rr_interim_oil_prod_num\": 40.32,\n        \"rr_interim_gas_prod_num\": 161.1,\n        \"rr_interim_og_prod_num\": 67.17\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2018,\n        \"reporting_period\": \"9 Month\",\n        \"year_period\": \"2018 9 Month\",\n        \"region\": \"North America: U.S. & Canada (Consol. Only)\",\n        \"last_update\": \"2018-11-01T08:43:18.173\",\n        \"rr_interim_oil_prod_num\": 116.844,\n        \"rr_interim_gas_prod_num\": 485.94,\n        \"rr_interim_og_prod_num\": 197.834\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2018,\n        \"reporting_period\": \"Q3\",\n        \"year_period\": \"2018 Q3\",\n        \"region\": \"North America: U.S. & Canada (Consol. Only)\",\n        \"last_update\": \"2018-11-01T08:43:18.173\",\n        \"rr_interim_oil_prod_num\": 39.008,\n        \"rr_interim_gas_prod_num\": 166.06,\n        \"rr_interim_og_prod_num\": 66.684667\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2018,\n        \"reporting_period\": \"Q4\",\n        \"year_period\": \"2018 Q4\",\n        \"region\": \"North America: U.S. & Canada (Consol. Only)\",\n        \"last_update\": \"2019-02-07T09:58:04.95\",\n        \"rr_interim_oil_prod_num\": 45.54,\n        \"rr_interim_gas_prod_num\": 207.46,\n        \"rr_interim_og_prod_num\": 80.116667\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2018,\n        \"reporting_period\": \"Q2\",\n        \"year_period\": \"2018 Q2\",\n        \"region\": \"North Sea/Northern Europe\",\n        \"last_update\": \"2018-11-01T08:30:27.243\",\n        \"price_oil_num\": 71.7,\n        \"price_gas_num\": 7.04,\n        \"rr_interim_oil_prod_num\": 13.377,\n        \"rr_interim_gas_prod_num\": 18.382,\n        \"rr_interim_og_prod_num\": 16.440667\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2018,\n        \"reporting_period\": \"6 Month\",\n        \"year_period\": \"2018 6 Month\",\n        \"region\": \"North Sea/Northern Europe\",\n        \"last_update\": \"2018-11-01T08:32:46.023\",\n        \"price_oil_num\": 68.56,\n        \"price_gas_num\": 7.11,\n        \"rr_interim_oil_prod_num\": 25.883,\n        \"rr_interim_gas_prod_num\": 37.829,\n        \"rr_interim_og_prod_num\": 32.187833\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2018,\n        \"reporting_period\": \"Q1\",\n        \"year_period\": \"2018 Q1\",\n        \"region\": \"North Sea/Northern Europe\",\n        \"last_update\": \"2018-11-01T08:50:21.84\",\n        \"price_oil_num\": 65.81,\n        \"price_gas_num\": 7.18,\n        \"rr_interim_oil_prod_num\": 12.51,\n        \"rr_interim_gas_prod_num\": 19.53,\n        \"rr_interim_og_prod_num\": 15.765\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2018,\n        \"reporting_period\": \"Annual\",\n        \"year_period\": \"2018 Annual\",\n        \"region\": \"North Sea/Northern Europe\",\n        \"last_update\": \"2019-04-04T08:55:05.207\",\n        \"ci_sum_num\": 2988,\n        \"rr_1p_og_end_res_num\": 610.5,\n        \"rr_1p_og_dev_res_pct_num\": 49.82255,\n        \"rr_1p_oil_res_pct_of_tot_num\": 78.624079,\n        \"rr_1p_og_positive_prod_num\": 50,\n        \"rr_1p_oil_prod_pct_of_tot_num\": 78,\n        \"rr_1p_rp_ratio_og_num\": 12.21,\n        \"rr_1p_og_prod_growth_num\": 11.524164,\n        \"rr_1p_og_res_growth_num\": 8.148804,\n        \"rrc_1p_rrc_pboe_y3a_num\": 22.870947,\n        \"rrc_1p_rrr_og_y3a_num\": 190.435835,\n        \"ro_rev_pboe_sum_num\": 57.48,\n        \"ro_pboe_lifting_costs_num\": 7.54,\n        \"ro_pboe_netback_num\": 49.94,\n        \"ro_pboe_ni_num\": 26.08,\n        \"ro_netback_margins_num\": 86.882394,\n        \"ro_recycle_ratio_num\": 2.75216,\n        \"price_oil_num\": 71.28,\n        \"price_ngl_num\": 31.63,\n        \"price_gas_num\": 7.71,\n        \"rr_1p_oil_positive_prod_num\": 39,\n        \"rr_1p_gas_positive_prod_num\": 66\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2018,\n        \"reporting_period\": \"9 Month\",\n        \"year_period\": \"2018 9 Month\",\n        \"region\": \"North Sea/Northern Europe\",\n        \"last_update\": \"2018-11-01T08:43:18.173\",\n        \"price_oil_num\": 70.51,\n        \"price_gas_num\": 7.33,\n        \"rr_interim_oil_prod_num\": 37.674,\n        \"rr_interim_gas_prod_num\": 57.33,\n        \"rr_interim_og_prod_num\": 47.229\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2018,\n        \"reporting_period\": \"Q3\",\n        \"year_period\": \"2018 Q3\",\n        \"region\": \"North Sea/Northern Europe\",\n        \"last_update\": \"2018-11-01T08:43:18.173\",\n        \"price_oil_num\": 73.9,\n        \"price_gas_num\": 7.79,\n        \"rr_interim_oil_prod_num\": 11.776,\n        \"rr_interim_gas_prod_num\": 19.504,\n        \"rr_interim_og_prod_num\": 15.026667\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2018,\n        \"reporting_period\": \"Q4\",\n        \"year_period\": \"2018 Q4\",\n        \"region\": \"North Sea/Northern Europe\",\n        \"last_update\": \"2019-02-09T09:48:18.42\",\n        \"price_oil_num\": 65.07,\n        \"price_gas_num\": 8.8,\n        \"rr_interim_oil_prod_num\": 14.168,\n        \"rr_interim_gas_prod_num\": 19.78,\n        \"rr_interim_og_prod_num\": 17.464667\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2018,\n        \"reporting_period\": \"6 Month\",\n        \"year_period\": \"2018 6 Month\",\n        \"region\": \"Worldwide (Consol. & NCI)\",\n        \"last_update\": \"2018-11-01T08:32:37.727\",\n        \"price_oil_num\": 64.21,\n        \"price_gas_num\": 3.72,\n        \"rr_interim_oil_prod_num\": 229.327,\n        \"rr_interim_gas_prod_num\": 1330.712,\n        \"rr_interim_og_prod_num\": 451.112333\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2018,\n        \"reporting_period\": \"Q2\",\n        \"year_period\": \"2018 Q2\",\n        \"region\": \"Worldwide (Consol. & NCI)\",\n        \"last_update\": \"2018-11-01T08:30:11.943\",\n        \"price_oil_num\": 67.24,\n        \"price_gas_num\": 3.65,\n        \"rr_interim_oil_prod_num\": 110.747,\n        \"rr_interim_gas_prod_num\": 659.113,\n        \"rr_interim_og_prod_num\": 220.599167\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2018,\n        \"reporting_period\": \"Q1\",\n        \"year_period\": \"2018 Q1\",\n        \"region\": \"Worldwide (Consol. & NCI)\",\n        \"last_update\": \"2018-11-01T08:38:18.113\",\n        \"price_oil_num\": 61.4,\n        \"price_gas_num\": 3.78,\n        \"rr_interim_oil_prod_num\": 118.62,\n        \"rr_interim_gas_prod_num\": 671.67,\n        \"rr_interim_og_prod_num\": 230.565\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2018,\n        \"reporting_period\": \"Annual\",\n        \"year_period\": \"2018 Annual\",\n        \"region\": \"Worldwide (Consol. & NCI)\",\n        \"last_update\": \"2019-04-04T08:55:05.207\",\n        \"ci_sum_num\": 29315,\n        \"rr_1p_og_end_res_num\": 19661.5,\n        \"rr_1p_og_dev_res_pct_num\": 55.368783,\n        \"rr_1p_oil_res_pct_of_tot_num\": 58.261069,\n        \"rr_1p_og_positive_prod_num\": 1356.166667,\n        \"rr_1p_oil_prod_pct_of_tot_num\": 58.916062,\n        \"rr_1p_rp_ratio_og_num\": 14.497849,\n        \"rr_1p_og_prod_growth_num\": 2.275013,\n        \"rr_1p_og_res_growth_num\": 8.149065,\n        \"rrc_1p_rrc_pboe_y3a_num\": 9.903538,\n        \"rrc_1p_rrr_og_y3a_num\": 186.662669,\n        \"ro_rev_pboe_sum_num\": 41.16382,\n        \"ro_pboe_lifting_costs_num\": 13.181271,\n        \"ro_pboe_netback_num\": 27.982549,\n        \"ro_pboe_ni_num\": 7.380361,\n        \"ro_netback_margins_num\": 67.978504,\n        \"ro_recycle_ratio_num\": 2.922664,\n        \"price_oil_num\": 64.322269,\n        \"price_ngl_num\": 29.384253,\n        \"price_gas_num\": 3.99531,\n        \"rr_1p_oil_positive_prod_num\": 799,\n        \"rr_1p_gas_positive_prod_num\": 3343\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2018,\n        \"reporting_period\": \"9 Month\",\n        \"year_period\": \"2018 9 Month\",\n        \"region\": \"Worldwide (Consol. & NCI)\",\n        \"last_update\": \"2018-11-01T08:43:18.173\",\n        \"price_oil_num\": 66.11,\n        \"price_gas_num\": 3.77,\n        \"rr_interim_oil_prod_num\": 341.25,\n        \"rr_interim_gas_prod_num\": 1994.811,\n        \"rr_interim_og_prod_num\": 673.7185\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2018,\n        \"reporting_period\": \"Q3\",\n        \"year_period\": \"2018 Q3\",\n        \"region\": \"Worldwide (Consol. & NCI)\",\n        \"last_update\": \"2018-11-01T08:43:18.173\",\n        \"price_oil_num\": 69.68,\n        \"price_gas_num\": 3.86,\n        \"rr_interim_oil_prod_num\": 111.78,\n        \"rr_interim_gas_prod_num\": 664.056,\n        \"rr_interim_og_prod_num\": 222.456\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2018,\n        \"reporting_period\": \"Q4\",\n        \"year_period\": \"2018 Q4\",\n        \"region\": \"Worldwide (Consol. & NCI)\",\n        \"last_update\": \"2019-02-09T09:48:18.42\",\n        \"price_oil_num\": 61.8,\n        \"price_gas_num\": 4.33,\n        \"rr_interim_oil_prod_num\": 121.624,\n        \"rr_interim_gas_prod_num\": 696.808,\n        \"rr_interim_og_prod_num\": 237.758667\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2018,\n        \"reporting_period\": \"Annual\",\n        \"year_period\": \"2018 Annual\",\n        \"region\": \"World Outside U.S. (Consol. & NCI)\",\n        \"last_update\": \"2019-04-04T08:55:05.207\",\n        \"ci_sum_num\": 14985,\n        \"rr_1p_og_end_res_num\": 15498.833333,\n        \"rr_1p_og_dev_res_pct_num\": 55.574075,\n        \"rr_1p_oil_res_pct_of_tot_num\": 59.230265,\n        \"rr_1p_og_positive_prod_num\": 1069,\n        \"rr_1p_oil_prod_pct_of_tot_num\": 59.5884,\n        \"rr_1p_rp_ratio_og_num\": 14.498441,\n        \"rr_1p_og_prod_growth_num\": 0.817353,\n        \"rr_1p_og_res_growth_num\": 2.47953,\n        \"rrc_1p_rrc_pboe_y3a_num\": 9.671177,\n        \"rrc_1p_rrr_og_y3a_num\": 172.995621,\n        \"ro_rev_pboe_sum_num\": 40.096352,\n        \"ro_pboe_lifting_costs_num\": 13.824135,\n        \"ro_pboe_netback_num\": 26.272217,\n        \"ro_pboe_ni_num\": 7.119738,\n        \"ro_netback_margins_num\": 65.522712,\n        \"ro_recycle_ratio_num\": 2.648553,\n        \"rr_1p_oil_positive_prod_num\": 637,\n        \"rr_1p_gas_positive_prod_num\": 2592\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2018,\n        \"reporting_period\": \"Q2\",\n        \"year_period\": \"2018 Q2\",\n        \"region\": \"World Outside U.S. (Consol. & NCI)\",\n        \"last_update\": \"2018-11-01T08:15:30.57\",\n        \"rr_interim_oil_prod_num\": 73.346,\n        \"rr_interim_gas_prod_num\": 500.409,\n        \"rr_interim_og_prod_num\": 156.7475\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2018,\n        \"reporting_period\": \"6 Month\",\n        \"year_period\": \"2018 6 Month\",\n        \"region\": \"World Outside U.S. (Consol. & NCI)\",\n        \"last_update\": \"2018-11-01T08:32:52.483\",\n        \"rr_interim_oil_prod_num\": 151.678,\n        \"rr_interim_gas_prod_num\": 1010.885,\n        \"rr_interim_og_prod_num\": 320.158833\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2018,\n        \"reporting_period\": \"Q1\",\n        \"year_period\": \"2018 Q1\",\n        \"region\": \"World Outside U.S. (Consol. & NCI)\",\n        \"last_update\": \"2018-11-01T08:50:39.373\",\n        \"rr_interim_oil_prod_num\": 78.3,\n        \"rr_interim_gas_prod_num\": 510.57,\n        \"rr_interim_og_prod_num\": 163.395\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2018,\n        \"reporting_period\": \"9 Month\",\n        \"year_period\": \"2018 9 Month\",\n        \"region\": \"World Outside U.S. (Consol. & NCI)\",\n        \"last_update\": \"2018-11-01T08:43:18.173\",\n        \"rr_interim_oil_prod_num\": 224.406,\n        \"rr_interim_gas_prod_num\": 1508.871,\n        \"rr_interim_og_prod_num\": 475.8845\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2018,\n        \"reporting_period\": \"Q3\",\n        \"year_period\": \"2018 Q3\",\n        \"region\": \"World Outside U.S. (Consol. & NCI)\",\n        \"last_update\": \"2018-11-01T08:43:18.173\",\n        \"rr_interim_oil_prod_num\": 72.772,\n        \"rr_interim_gas_prod_num\": 497.996,\n        \"rr_interim_og_prod_num\": 155.771333\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2018,\n        \"reporting_period\": \"Q4\",\n        \"year_period\": \"2018 Q4\",\n        \"region\": \"World Outside U.S. (Consol. & NCI)\",\n        \"last_update\": \"2019-02-07T09:58:04.95\",\n        \"rr_interim_oil_prod_num\": 76.084,\n        \"rr_interim_gas_prod_num\": 489.348,\n        \"rr_interim_og_prod_num\": 157.642\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2018,\n        \"reporting_period\": \"Q2\",\n        \"year_period\": \"2018 Q2\",\n        \"region\": \"Other/Unspecified\",\n        \"last_update\": \"2018-11-01T08:15:30.57\",\n        \"price_oil_num\": 69.88,\n        \"price_gas_num\": 4.16,\n        \"rr_interim_oil_prod_num\": 59.969,\n        \"rr_interim_gas_prod_num\": 482.027,\n        \"rr_interim_og_prod_num\": 140.306833\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2018,\n        \"reporting_period\": \"6 Month\",\n        \"year_period\": \"2018 6 Month\",\n        \"region\": \"Other/Unspecified\",\n        \"last_update\": \"2018-11-01T08:32:52.483\",\n        \"price_oil_num\": 66.5,\n        \"price_gas_num\": 4.19,\n        \"rr_interim_oil_prod_num\": 125.795,\n        \"rr_interim_gas_prod_num\": 973.056,\n        \"rr_interim_og_prod_num\": 287.971\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2018,\n        \"reporting_period\": \"Q1\",\n        \"year_period\": \"2018 Q1\",\n        \"region\": \"Other/Unspecified\",\n        \"last_update\": \"2018-11-01T08:50:39.373\",\n        \"price_oil_num\": 63.3,\n        \"price_gas_num\": 4.22,\n        \"rr_interim_oil_prod_num\": 65.79,\n        \"rr_interim_gas_prod_num\": 491.04,\n        \"rr_interim_og_prod_num\": 147.63\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2018,\n        \"reporting_period\": \"9 Month\",\n        \"year_period\": \"2018 9 Month\",\n        \"region\": \"Other/Unspecified\",\n        \"last_update\": \"2018-11-01T08:43:18.173\",\n        \"price_oil_num\": 68.41,\n        \"price_gas_num\": 4.24,\n        \"rr_interim_oil_prod_num\": 186.732,\n        \"rr_interim_gas_prod_num\": 1451.541,\n        \"rr_interim_og_prod_num\": 428.6555\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2018,\n        \"reporting_period\": \"Q3\",\n        \"year_period\": \"2018 Q3\",\n        \"region\": \"Other/Unspecified\",\n        \"last_update\": \"2018-11-01T08:43:18.173\",\n        \"price_oil_num\": 71.95,\n        \"price_gas_num\": 4.36,\n        \"rr_interim_oil_prod_num\": 60.996,\n        \"rr_interim_gas_prod_num\": 478.492,\n        \"rr_interim_og_prod_num\": 140.744667\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2018,\n        \"reporting_period\": \"Q4\",\n        \"year_period\": \"2018 Q4\",\n        \"region\": \"Other/Unspecified\",\n        \"last_update\": \"2019-02-09T09:48:18.42\",\n        \"price_oil_num\": 61.42,\n        \"price_gas_num\": 4.77,\n        \"rr_interim_oil_prod_num\": 61.916,\n        \"rr_interim_gas_prod_num\": 469.568,\n        \"rr_interim_og_prod_num\": 140.177333\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2018,\n        \"reporting_period\": \"Annual\",\n        \"year_period\": \"2018 Annual\",\n        \"region\": \"Europe: Total (Consol. & Non-Consol.)\",\n        \"last_update\": \"2019-04-04T08:55:05.207\",\n        \"ci_sum_num\": 2988,\n        \"rr_1p_og_end_res_num\": 610.5,\n        \"rr_1p_og_dev_res_pct_num\": 49.82255,\n        \"rr_1p_oil_res_pct_of_tot_num\": 78.624079,\n        \"rr_1p_og_positive_prod_num\": 50,\n        \"rr_1p_oil_prod_pct_of_tot_num\": 78,\n        \"rr_1p_rp_ratio_og_num\": 12.21,\n        \"rr_1p_og_prod_growth_num\": 11.524164,\n        \"rr_1p_og_res_growth_num\": 8.148804,\n        \"rrc_1p_rrc_pboe_y3a_num\": 22.901462,\n        \"rrc_1p_rrr_og_y3a_num\": 171.164309,\n        \"ro_rev_pboe_sum_num\": 57.48,\n        \"ro_pboe_lifting_costs_num\": 7.54,\n        \"ro_pboe_netback_num\": 49.94,\n        \"ro_pboe_ni_num\": 26.12,\n        \"ro_netback_margins_num\": 86.882394,\n        \"ro_recycle_ratio_num\": 2.75216,\n        \"rr_1p_oil_positive_prod_num\": 39,\n        \"rr_1p_gas_positive_prod_num\": 66\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2018,\n        \"reporting_period\": \"Q2\",\n        \"year_period\": \"2018 Q2\",\n        \"region\": \"Europe: Total (Consol. & Non-Consol.)\",\n        \"last_update\": \"2018-11-01T08:15:30.57\",\n        \"rr_interim_oil_prod_num\": 13.377,\n        \"rr_interim_gas_prod_num\": 18.382,\n        \"rr_interim_og_prod_num\": 16.440667\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2018,\n        \"reporting_period\": \"6 Month\",\n        \"year_period\": \"2018 6 Month\",\n        \"region\": \"Europe: Total (Consol. & Non-Consol.)\",\n        \"last_update\": \"2018-11-01T08:32:52.483\",\n        \"rr_interim_oil_prod_num\": 25.883,\n        \"rr_interim_gas_prod_num\": 37.829,\n        \"rr_interim_og_prod_num\": 32.187833\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2018,\n        \"reporting_period\": \"Q1\",\n        \"year_period\": \"2018 Q1\",\n        \"region\": \"Europe: Total (Consol. & Non-Consol.)\",\n        \"last_update\": \"2018-11-01T08:50:39.373\",\n        \"rr_interim_oil_prod_num\": 12.51,\n        \"rr_interim_gas_prod_num\": 19.53,\n        \"rr_interim_og_prod_num\": 15.765\n    },\n    {\n        \"codb_id\": 2488,\n        \"name\": \"BP plc\",\n        \"company_metrics_id\": \"BPA\",\n        \"year\": 2018,\n        \"reporting_period\": \"9 Month\",\n        \"year_period\": \"2018 9 Month\",\n        \"region\": \"Europe: Total (Consol. & Non-Consol.)\",\n        \"last_update\": \"2018-11-01T08:43:18.173\",\n        \"rr_interim_oil_prod_num\": 37.674,\n        \"rr_interim_gas_prod_num\": 57.33,\n        \"rr_interim_og_prod_num\": 47.229\n    }\n]"},{"id":"903af2df-d588-4e89-b03e-567b389717b6","name":"Return profitability for Chevon and Oxy in 2019 ordered by name","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json, text/json, text/html, application/xml, text/xml"},{"key":"Content-Type","value":"text/plain","type":"text"}],"url":{"raw":"https://api.connect.ihsmarkit.com/energy/v1/company-metrics/retrieve/benchmark_financial_profitability?filter=name IN \"Chevron Corp.\", \"Occidental Petroleum Co.\"&filter=year=2019&orderBy=name&order=ASC","protocol":"https","host":["api","connect","ihsmarkit","com"],"path":["energy","v1","company-metrics","retrieve","benchmark_financial_profitability"],"query":[{"key":"filter","value":"name IN \"Chevron Corp.\", \"Occidental Petroleum Co.\"","description":"Company name is Chevron Corp. or Occidental Petroleum Co."},{"key":"filter","value":"year=2019"},{"key":"orderBy","value":"name"},{"key":"order","value":"ASC"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Backend-Server","value":"VWC-2PCOGWB03"},{"key":"X-Backend-Server","value":"VWC-2PCOGWB03"},{"key":"X-Powered-By","value":"ARR/3.0"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Cache-Control, x-should-not-refresh-session"},{"key":"Access-Control-Expose-Headers","value":"X-MiniProfiler-Ids"},{"key":"Access-Control-Allow-Origin","value":""},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Date","value":"Fri, 17 Apr 2020 19:57:06 GMT"},{"key":"Content-Length","value":"2789"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"codb_id\": 4372,\n        \"name\": \"Chevron Corp.\",\n        \"company_metrics_id\": \"CVX\",\n        \"year\": 2019,\n        \"reporting_period\": \"Annual\",\n        \"year_period\": \"2019 Annual\",\n        \"region\": \"All Data\",\n        \"region_id\": \"REGROLL\",\n        \"last_update\": \"2020-03-05T05:52:17.167\",\n        \"is_op_ebitda_peremployee_num\": 615.580913,\n        \"is_op_ebitda_margin_num\": 21.214028,\n        \"is_jsh_op_ebitda_num\": 29671,\n        \"is_op_ebitda_to_int_num\": 36.317013,\n        \"is_ni_margin_num\": 1.995686,\n        \"is_ni_psh_basic_num\": 1.553666,\n        \"bs_roace_num\": 1.796998,\n        \"bs_return_on_assets_num\": 1.231531,\n        \"is_sga_to_oprev_num\": 2.962142,\n        \"gi_employeecount_num\": 48200,\n        \"is_exp_op_other1_num\": 11593,\n        \"is_rev_op_sum_num\": 139865,\n        \"is_exp_op_productiontax_num\": 4136,\n        \"is_exp_op_production_num\": 9709,\n        \"is_exp_op_sga_sum_num\": 4143,\n        \"is_exp_op_othertax_sum_num\": 4136,\n        \"is_exp_nop_exploration_sum_num\": 770,\n        \"is_exp_nop_interest_num\": 817,\n        \"is_exp_op_refining_num\": 80113,\n        \"is_exp_nop_dda_num\": 29218,\n        \"cf_jshcf_num\": 26399,\n        \"cf_ia_investment_num\": -1,\n        \"is_exp_nop_interest_sum_num\": 798,\n        \"is_cf_psh_num\": 14.027099\n    },\n    {\n        \"codb_id\": 4372,\n        \"name\": \"Chevron Corp.\",\n        \"company_metrics_id\": \"CVX\",\n        \"year\": 2019,\n        \"reporting_period\": \"Q4\",\n        \"year_period\": \"2019 Q4\",\n        \"region\": \"All Data\",\n        \"region_id\": \"REGROLL\",\n        \"last_update\": \"2020-02-14T10:12:30.88\",\n        \"is_op_ebitda_margin_num\": 19.372939,\n        \"is_jsh_op_ebitda_num\": 6698,\n        \"is_op_ebitda_to_int_num\": 37.629213,\n        \"is_ni_margin_num\": -18.184319,\n        \"is_ni_psh_basic_num\": -3.530385,\n        \"is_exp_op_other1_num\": 7214,\n        \"is_rev_op_sum_num\": 34574,\n        \"is_exp_op_productiontax_num\": 969,\n        \"is_exp_op_othertax_sum_num\": 969,\n        \"is_exp_nop_exploration_sum_num\": 272,\n        \"is_exp_nop_interest_num\": 178,\n        \"is_exp_op_refining_num\": 19693,\n        \"is_exp_nop_dda_num\": 16429,\n        \"is_exp_nop_interest_sum_num\": 178\n    },\n    {\n        \"codb_id\": 2814,\n        \"name\": \"Occidental Petroleum Co.\",\n        \"company_metrics_id\": \"OXY\",\n        \"year\": 2019,\n        \"reporting_period\": \"Annual\",\n        \"year_period\": \"2019 Annual\",\n        \"region\": \"All Data\",\n        \"region_id\": \"REGROLL\",\n        \"last_update\": \"2020-03-17T04:47:17.42\",\n        \"is_op_ebitda_peremployee_num\": 627.916667,\n        \"is_op_ebitda_margin_num\": 44.338744,\n        \"is_jsh_op_ebitda_num\": 9042,\n        \"is_exp_nop_assetimpair_num\": 1361,\n        \"is_op_ebitda_to_int_num\": 6.533237,\n        \"is_ni_margin_num\": -4.510486,\n        \"is_ni_psh_basic_num\": -1.2168,\n        \"bs_roace_num\": -6.562282,\n        \"bs_return_on_assets_num\": -0.900942,\n        \"is_sga_to_oprev_num\": 4.325013,\n        \"gi_employeecount_num\": 14400,\n        \"is_exp_nop_merger_num\": 1647,\n        \"is_exp_op_other1_num\": 4216,\n        \"is_exp_op_sgastockcomp_num\": 208,\n        \"is_exp_op_transportation_num\": 621,\n        \"is_rev_op_sum_num\": 20393,\n        \"is_exp_op_productiontax_num\": 707,\n        \"is_exp_op_production_num\": 3246,\n        \"is_exp_op_sga_sum_num\": 882,\n        \"is_exp_op_othertax_sum_num\": 707,\n        \"is_exp_nop_exploration_sum_num\": 246,\n        \"is_exp_nop_interest_num\": 1066,\n        \"is_exp_op_refining_num\": 1679,\n        \"is_exp_nop_dda_num\": 5981,\n        \"cf_jshcf_num\": 6143,\n        \"cf_ia_acquisition_num\": -28088,\n        \"cf_ia_investment_num\": -291,\n        \"is_exp_nop_interest_sum_num\": 1066,\n        \"is_cf_psh_num\": 7.588635\n    },\n    {\n        \"codb_id\": 2814,\n        \"name\": \"Occidental Petroleum Co.\",\n        \"company_metrics_id\": \"OXY\",\n        \"year\": 2019,\n        \"reporting_period\": \"9 Month\",\n        \"year_period\": \"2019 9 Month\",\n        \"region\": \"All Data\",\n        \"region_id\": \"REGROLL\",\n        \"last_update\": \"2020-03-17T04:47:17.42\",\n        \"is_op_ebitda_margin_num\": 45.248388,\n        \"is_jsh_op_ebitda_num\": 6385,\n        \"is_exp_nop_assetimpair_num\": 325,\n        \"is_op_ebitda_to_int_num\": 8.513333,\n        \"is_ni_margin_num\": 2.411937,\n        \"is_ni_psh_basic_num\": 0.453207,\n        \"is_sga_to_oprev_num\": 3.862235,\n        \"is_exp_nop_merger_num\": 974,\n        \"is_exp_op_other1_num\": 2907,\n        \"is_exp_op_transportation_num\": 281,\n        \"is_rev_op_sum_num\": 14111,\n        \"is_exp_op_productiontax_num\": 432,\n        \"is_exp_op_production_num\": 2324,\n        \"is_exp_op_sga_sum_num\": 545,\n        \"is_exp_op_othertax_sum_num\": 432,\n        \"is_exp_nop_exploration_sum_num\": 134,\n        \"is_exp_nop_interest_num\": 632,\n        \"is_exp_op_refining_num\": 1237,\n        \"is_exp_nop_dda_num\": 3710,\n        \"cf_jshcf_num\": 3835,\n        \"cf_ia_acquisition_num\": -27926,\n        \"cf_ia_investment_num\": -140,\n        \"is_exp_nop_interest_sum_num\": 632,\n        \"is_cf_psh_num\": 4.909743\n    },\n    {\n        \"codb_id\": 2814,\n        \"name\": \"Occidental Petroleum Co.\",\n        \"company_metrics_id\": \"OXY\",\n        \"year\": 2019,\n        \"reporting_period\": \"Q3\",\n        \"year_period\": \"2019 Q3\",\n        \"region\": \"All Data\",\n        \"region_id\": \"REGROLL\",\n        \"last_update\": \"2020-03-17T04:47:17.42\",\n        \"is_op_ebitda_margin_num\": 44.36434,\n        \"is_jsh_op_ebitda_num\": 2523,\n        \"is_exp_nop_assetimpair_num\": 325,\n        \"is_op_ebitda_to_int_num\": 5.056112,\n        \"is_ni_margin_num\": -15.348368,\n        \"is_ni_psh_basic_num\": -1.078397,\n        \"is_sga_to_oprev_num\": 4.255319,\n        \"is_exp_nop_merger_num\": 924,\n        \"is_exp_op_other1_num\": 1104,\n        \"is_exp_op_transportation_num\": 217,\n        \"is_rev_op_sum_num\": 5687,\n        \"is_exp_op_productiontax_num\": 198,\n        \"is_exp_op_production_num\": 962,\n        \"is_exp_op_sga_sum_num\": 242,\n        \"is_exp_op_othertax_sum_num\": 198,\n        \"is_exp_nop_exploration_sum_num\": 63,\n        \"is_exp_nop_interest_num\": 381,\n        \"is_exp_op_refining_num\": 441,\n        \"is_exp_nop_dda_num\": 1706,\n        \"cf_jshcf_num\": 182,\n        \"cf_ia_acquisition_num\": -27850,\n        \"cf_ia_investment_num\": -59,\n        \"is_exp_nop_interest_sum_num\": 381,\n        \"is_cf_psh_num\": 0.215206\n    },\n    {\n        \"codb_id\": 2814,\n        \"name\": \"Occidental Petroleum Co.\",\n        \"company_metrics_id\": \"OXY\",\n        \"year\": 2019,\n        \"reporting_period\": \"6 Month\",\n        \"year_period\": \"2019 6 Month\",\n        \"region\": \"All Data\",\n        \"region_id\": \"REGROLL\",\n        \"last_update\": \"2020-03-17T04:47:17.42\",\n        \"is_op_ebitda_margin_num\": 45.845204,\n        \"is_jsh_op_ebitda_num\": 3862,\n        \"is_op_ebitda_to_int_num\": 15.386454,\n        \"is_ni_margin_num\": 14.493417,\n        \"is_ni_psh_basic_num\": 1.690931,\n        \"is_sga_to_oprev_num\": 3.596866,\n        \"is_exp_nop_merger_num\": 50,\n        \"is_exp_op_other1_num\": 498,\n        \"is_rev_op_sum_num\": 8424,\n        \"is_exp_op_productiontax_num\": 234,\n        \"is_exp_op_production_num\": 2731,\n        \"is_exp_op_sga_sum_num\": 303,\n        \"is_exp_op_othertax_sum_num\": 234,\n        \"is_exp_nop_exploration_sum_num\": 71,\n        \"is_exp_nop_interest_num\": 251,\n        \"is_exp_op_refining_num\": 796,\n        \"is_exp_nop_dda_num\": 2004,\n        \"cf_jshcf_num\": 3653,\n        \"cf_ia_acquisition_num\": -76,\n        \"cf_ia_investment_num\": -81,\n        \"is_exp_nop_interest_sum_num\": 251,\n        \"is_cf_psh_num\": 4.879124\n    },\n    {\n        \"codb_id\": 2814,\n        \"name\": \"Occidental Petroleum Co.\",\n        \"company_metrics_id\": \"OXY\",\n        \"year\": 2019,\n        \"reporting_period\": \"Q4\",\n        \"year_period\": \"2019 Q4\",\n        \"region\": \"All Data\",\n        \"region_id\": \"REGROLL\",\n        \"last_update\": \"2020-03-17T04:47:17.42\",\n        \"is_op_ebitda_margin_num\": 42.295447,\n        \"is_jsh_op_ebitda_num\": 2657,\n        \"is_exp_nop_assetimpair_num\": 1036,\n        \"is_op_ebitda_to_int_num\": 4.190852,\n        \"is_ni_margin_num\": -18.698506,\n        \"is_ni_psh_basic_num\": -1.496257,\n        \"is_sga_to_oprev_num\": 5.364534,\n        \"is_exp_nop_merger_num\": 673,\n        \"is_exp_op_other1_num\": 1309,\n        \"is_exp_op_transportation_num\": 340,\n        \"is_rev_op_sum_num\": 6282,\n        \"is_exp_op_productiontax_num\": 275,\n        \"is_exp_op_production_num\": 922,\n        \"is_exp_op_sga_sum_num\": 337,\n        \"is_exp_op_othertax_sum_num\": 275,\n        \"is_exp_nop_exploration_sum_num\": 112,\n        \"is_exp_nop_interest_num\": 434,\n        \"is_exp_op_refining_num\": 442,\n        \"is_exp_nop_dda_num\": 2271,\n        \"cf_jshcf_num\": 2308,\n        \"cf_ia_acquisition_num\": -162,\n        \"cf_ia_investment_num\": -151,\n        \"is_exp_nop_interest_sum_num\": 434,\n        \"is_cf_psh_num\": 2.579059\n    },\n    {\n        \"codb_id\": 2814,\n        \"name\": \"Occidental Petroleum Co.\",\n        \"company_metrics_id\": \"OXY\",\n        \"year\": 2019,\n        \"reporting_period\": \"Q1\",\n        \"year_period\": \"2019 Q1\",\n        \"region\": \"All Data\",\n        \"region_id\": \"REGROLL\",\n        \"last_update\": \"2020-03-17T04:47:17.42\",\n        \"is_op_ebitda_margin_num\": 45.07992,\n        \"is_jsh_op_ebitda_num\": 1805,\n        \"is_op_ebitda_to_int_num\": 18.418367,\n        \"is_ni_margin_num\": 15.16098,\n        \"is_ni_psh_basic_num\": 0.842569,\n        \"is_sga_to_oprev_num\": 3.496503,\n        \"is_exp_op_other1_num\": 238,\n        \"is_rev_op_sum_num\": 4004,\n        \"is_exp_op_productiontax_num\": 111,\n        \"is_exp_op_production_num\": 1345,\n        \"is_exp_op_sga_sum_num\": 140,\n        \"is_exp_op_othertax_sum_num\": 111,\n        \"is_exp_nop_exploration_sum_num\": 36,\n        \"is_exp_nop_interest_num\": 98,\n        \"is_exp_op_refining_num\": 365,\n        \"is_exp_nop_dda_num\": 973,\n        \"cf_jshcf_num\": 1868,\n        \"cf_ia_acquisition_num\": -69,\n        \"is_exp_nop_interest_sum_num\": 98,\n        \"is_cf_psh_num\": 2.494325\n    },\n    {\n        \"codb_id\": 2814,\n        \"name\": \"Occidental Petroleum Co.\",\n        \"company_metrics_id\": \"OXY\",\n        \"year\": 2019,\n        \"reporting_period\": \"Q2\",\n        \"year_period\": \"2019 Q2\",\n        \"region\": \"All Data\",\n        \"region_id\": \"REGROLL\",\n        \"last_update\": \"2020-03-17T04:47:17.42\",\n        \"is_op_ebitda_margin_num\": 46.538462,\n        \"is_jsh_op_ebitda_num\": 2057,\n        \"is_op_ebitda_to_int_num\": 13.444444,\n        \"is_ni_margin_num\": 13.885852,\n        \"is_ni_psh_basic_num\": 0.84859,\n        \"is_sga_to_oprev_num\": 3.687783,\n        \"is_exp_nop_merger_num\": 50,\n        \"is_exp_op_other1_num\": 260,\n        \"is_rev_op_sum_num\": 4420,\n        \"is_exp_op_productiontax_num\": 123,\n        \"is_exp_op_production_num\": 1386,\n        \"is_exp_op_sga_sum_num\": 163,\n        \"is_exp_op_othertax_sum_num\": 123,\n        \"is_exp_nop_exploration_sum_num\": 35,\n        \"is_exp_nop_interest_num\": 153,\n        \"is_exp_op_refining_num\": 431,\n        \"is_exp_nop_dda_num\": 1031,\n        \"cf_jshcf_num\": 1785,\n        \"cf_ia_acquisition_num\": -7,\n        \"cf_ia_investment_num\": -81,\n        \"is_exp_nop_interest_sum_num\": 153,\n        \"is_cf_psh_num\": 2.385407\n    }\n]"}],"_postman_id":"f8b20626-bbf8-461d-99ce-e4e32c452153"},{"name":"Return a count of rows in a filtered Company Metrics view.","id":"a62a98f6-36a6-4cd7-8363-36e8d47b6b58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json, text/json, text/html, application/xml, text/xml"}],"url":"https://api.connect.ihsmarkit.com/energy/v1/company-metrics/count/","description":"<p>IHSM Insight APIs are subject to throttle limits, so to ensure you are pulling back data within those limits, do a row count. Get the row count for a customized response by inputting the parameter selections.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"yourUsername"},{"key":"password","value":"yourPassword"}]},"isInherited":true,"source":{"_postman_id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","name":"Upstream Insight API","type":"collection"}},"urlObject":{"protocol":"https","path":["energy","v1","company-metrics","count",""],"host":["api","connect","ihsmarkit","com"],"query":[],"variable":[]}},"response":[{"id":"6206db4e-4cbb-4c85-93ce-51b359dfe080","name":"Return a count of rows in a filtered/customized Company Metrics view.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json, text/json, text/html, application/xml, text/xml"}],"url":{"raw":"https://api.connect.ihsmarkit.com/energy/v1/company-metrics/count/benchmark_financial_profitability?filter=year=2019&filter=name IN \"Chevron Corp.\", \"Occidental Petroleum Co.\"","protocol":"https","host":["api","connect","ihsmarkit","com"],"path":["energy","v1","company-metrics","count","benchmark_financial_profitability"],"query":[{"key":"filter","value":"year=2019"},{"key":"filter","value":"name IN \"Chevron Corp.\", \"Occidental Petroleum Co.\""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Backend-Server","value":"VWC-2PCOGWB01"},{"key":"X-Backend-Server","value":"VWC-2PCOGWB01"},{"key":"X-Powered-By","value":"ARR/3.0"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Cache-Control, x-should-not-refresh-session"},{"key":"Access-Control-Expose-Headers","value":"X-MiniProfiler-Ids"},{"key":"Access-Control-Allow-Origin","value":""},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Date","value":"Tue, 21 Apr 2020 16:25:01 GMT"},{"key":"Content-Length","value":"121"}],"cookie":[],"responseTime":null,"body":"14"}],"_postman_id":"a62a98f6-36a6-4cd7-8363-36e8d47b6b58"}],"id":"2ac0c059-ff9c-4329-99c1-cb753db5f1bd","_postman_id":"2ac0c059-ff9c-4329-99c1-cb753db5f1bd","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"yourUsername"},{"key":"password","value":"yourPassword"}]},"isInherited":true,"source":{"_postman_id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","name":"Upstream Insight API","type":"collection"}}},{"name":"V2","item":[{"name":"Dimensions available for query","id":"069b4396-aaa4-44ce-9150-62d77ea01df8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.connect.ihsmarkit.com/energy/v2/company-metrics/parameters/dimensions","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"yourUsername"},{"key":"password","value":"yourPassword"}]},"isInherited":true,"source":{"_postman_id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","name":"Upstream Insight API","type":"collection"}},"urlObject":{"protocol":"https","path":["energy","v2","company-metrics","parameters","dimensions"],"host":["api","connect","ihsmarkit","com"],"query":[],"variable":[]}},"response":[{"id":"184c5c42-28ae-4a2c-9796-f219e60aae10","name":"Return all dimensions available to query on","originalRequest":{"method":"GET","header":[],"url":"https://api.connect.ihsmarkit.com/energy/v2/company-metrics/parameters/dimensions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"Set-Cookie","value":"IHS_SSO_SESS=IxxU6xx2xx9y8m8meU3QwV8DUG2BHDG7mYm-18x2dw8HgwNXssUW3chZ45vgwigx3Dx3DYx2BIL3hXlPq2946g8BlCriwx3Dx3D-fz74iYGv4x2B51bAxx2d4r0VAx3Dx3D-D8kFmSwxxuPEY2Tz47R1UNAx3Dx3D; domain=.connect.ihsmarkit.com; path=/; secure; HttpOnly"},{"key":"Set-Cookie","value":"IHS_SSO_UI=bQBjWXLnvr/1tdTws0nKNAyvjCn0HeS9nPJeHoHWn6MDdtULEjs5AJpi5yNkb67RMbmTMWZMAuFO3w4ACLpyRA==; domain=.connect.ihsmarkit.com; path=/; HttpOnly"},{"key":"Set-Cookie","value":"IHS_CONNECT_SESS_PROD=q9Ch064YY7%2f4Wx52%2fW6CBg%3d%3d%2cLSxeaMSZLouiNIswRJkFAJuRwKFHl6lmd7UE2%2fXEZFF6yGQ7VF3yyC2bmPZ8hMFL8fb5nNATXZEWXpVDA%2fABreqCs%2baMoBwWKKX5qC3bXd%2b7SKWuq9wOEufhvOTnLHlLhcOd8f%2bSD2hdYu9nhF73FbNXNoJ%2b7KsgLefks7Gg%2bJK9cXqMFUcwgR%2fy0jrPI1mZTIhmn3bQrCBdG4EzVUn7GuKWSOXSDY1k2pzEdSsNbWyJNy4JRlqXY7IShrF%2fPRYNDE4HETE8VUEeGjdLIM3cNrEVtWk6J4UBbW6O%2fsi%2f4dnTcL0%2bKdPYySx4FitDObucQ7gxb6RFzN7rgEozKC%2fvy0NdB17%2box%2b6U7zyyROXp8uOQkS%2b8YbrSTgjR%2ffThVMBSPOIy9%2bW87AslwM7%2b0HtIEGT2IsBlpKr9mlTPIr7LFsi6Bqo5l62DyjHW0XWML0SJ0zhXmQ89jn3PvPD6fuFKOJPP9GUom8xTn1KmTwTJishe%2feK4ZHSK6NzeD12OOxve6nFc18mYz%2f6uL%2bugwvKluobvHz1nFNLdEWo0DBJ8YhtuWkHZDnoy37tsdY66MSr; domain=.connect.ihsmarkit.com; path=/; secure; HttpOnly"},{"key":"Set-Cookie","value":"IHS_SESS_EXP=L0RhdGUoMTYxMzE2NDQyMTc2NS40NSkvO0ZhbHNlO0NBMjY0QTc2NDg5ODVERUIzODg2MEEwOTQ0QkE0QTNCOTQzQjg3NEY=; domain=.connect.ihsmarkit.com; path=/"},{"key":"Set-Cookie","value":"IHS_SSO_SESS=IxxU6xx2xx9y8m8meU3QwV8DUG2BHDG7mYm-18x2dw8HgwNXssUW3chZ45vgwigx3Dx3DYx2BIL3hXlPq2946g8BlCriwx3Dx3D-fz74iYGv4x2B51bAxx2d4r0VAx3Dx3D-D8kFmSwxxuPEY2Tz47R1UNAx3Dx3D; domain=.connect.ihsmarkit.com; path=/; secure; HttpOnly"},{"key":"Set-Cookie","value":"IHS_SSO_UI=bQBjWXLnvr/1tdTws0nKNAyvjCn0HeS9nPJeHoHWn6MDdtULEjs5AJpi5yNkb67RMbmTMWZMAuFO3w4ACLpyRA==; domain=.connect.ihsmarkit.com; path=/; HttpOnly"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Backend-Server","value":"VWC-2PCOGWB02"},{"key":"X-Backend-Server","value":"VWC-2PCOGWB02"},{"key":"X-Powered-By","value":"ARR/3.0"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Cache-Control, x-should-not-refresh-session"},{"key":"Access-Control-Expose-Headers","value":"X-MiniProfiler-Ids"},{"key":"Access-Control-Allow-Origin","value":""},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Date","value":"Fri, 12 Feb 2021 20:13:41 GMT"},{"key":"Content-Length","value":"105"}],"cookie":[],"responseTime":null,"body":"[\n    \"Peer Group\",\n    \"Company\",\n    \"Line Item Report Group\",\n    \"Line Item Group\",\n    \"Line Items\",\n    \"Region\",\n    \"Frequency\",\n    \"Time\",\n    \"Currency\"\n]"}],"_postman_id":"069b4396-aaa4-44ce-9150-62d77ea01df8"},{"name":"Parameters for a dimension returned by .../v2/company-metrics/parameters/dimensions","id":"b85366dc-0994-4d08-9172-cb46bd0ef7fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.connect.ihsmarkit.com/energy/v2/company-metrics/dimensions/Company","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"yourUsername"},{"key":"password","value":"yourPassword"}]},"isInherited":true,"source":{"_postman_id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","name":"Upstream Insight API","type":"collection"}},"urlObject":{"protocol":"https","path":["energy","v2","company-metrics","dimensions","Company"],"host":["api","connect","ihsmarkit","com"],"query":[],"variable":[]}},"response":[{"id":"66d68a9b-3cf7-47b9-a1ea-802137e099fd","name":"Distinct values for the following dimensions:","originalRequest":{"method":"GET","header":[],"url":"https://api.connect.ihsmarkit.com/energy/v2/company-metrics/dimensions/Company"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Backend-Server","value":"VWC-2PCOGWB04"},{"key":"X-Backend-Server","value":"VWC-2PCOGWB04"},{"key":"X-Powered-By","value":"ARR/3.0"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Cache-Control, x-should-not-refresh-session"},{"key":"Access-Control-Expose-Headers","value":"X-MiniProfiler-Ids"},{"key":"Access-Control-Allow-Origin","value":""},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Date","value":"Fri, 12 Feb 2021 20:05:13 GMT"},{"key":"Content-Length","value":"18948"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"UNIVERSE\",\n        \"Name\": \"UNIVERSE\",\n        \"Order\": 0\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"ACTIVE_C\",\n        \"Name\": \"ACTIVE COMPANIES\",\n        \"ParentId\": \"UNIVERSE\",\n        \"ParentName\": \"UNIVERSE\",\n        \"Order\": 1\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"ALLIO\",\n        \"Name\": \"ALL INTEGRATED & DIVERSIFIED OILS\",\n        \"ParentId\": \"ACTIVE_C\",\n        \"ParentName\": \"ACTIVE COMPANIES\",\n        \"Order\": 2\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PGIIO\",\n        \"Name\": \"GLOBAL INTEGRATED OILS\",\n        \"ParentId\": \"ALLIO\",\n        \"ParentName\": \"ALL INTEGRATED & DIVERSIFIED OILS\",\n        \"Order\": 3\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"BPA\",\n        \"Name\": \"BP plc\",\n        \"ParentId\": \"PGIIO\",\n        \"ParentName\": \"GLOBAL INTEGRATED OILS\",\n        \"Order\": 4\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"CVX\",\n        \"Name\": \"Chevron Corp.\",\n        \"ParentId\": \"PGIIO\",\n        \"ParentName\": \"GLOBAL INTEGRATED OILS\",\n        \"Order\": 5\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"XOM\",\n        \"Name\": \"Exxon Mobil Corp.\",\n        \"ParentId\": \"PGIIO\",\n        \"ParentName\": \"GLOBAL INTEGRATED OILS\",\n        \"Order\": 6\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"RD_SC\",\n        \"Name\": \"Royal Dutch Shell plc\",\n        \"ParentId\": \"PGIIO\",\n        \"ParentName\": \"GLOBAL INTEGRATED OILS\",\n        \"Order\": 7\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"TOT3\",\n        \"Name\": \"Total SE\",\n        \"ParentId\": \"PGIIO\",\n        \"ParentName\": \"GLOBAL INTEGRATED OILS\",\n        \"Order\": 8\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PGOIO\",\n        \"Name\": \"OUTSIDE NORTH AM. INTEG./DIV. OILS\",\n        \"ParentId\": \"ALLIO\",\n        \"ParentName\": \"ALL INTEGRATED & DIVERSIFIED OILS\",\n        \"Order\": 9\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PG_EIO\",\n        \"Name\": \"EUROPEAN INTEGRATED OILS\",\n        \"ParentId\": \"PGOIO\",\n        \"ParentName\": \"OUTSIDE NORTH AM. INTEG./DIV. OILS\",\n        \"Order\": 10\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"E\",\n        \"Name\": \"Eni S.p.A.\",\n        \"ParentId\": \"PG_EIO\",\n        \"ParentName\": \"EUROPEAN INTEGRATED OILS\",\n        \"Order\": 11\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"STAT_H\",\n        \"Name\": \"Equinor (fka Statoil ASA)\",\n        \"ParentId\": \"PG_EIO\",\n        \"ParentName\": \"EUROPEAN INTEGRATED OILS\",\n        \"Order\": 12\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"GALP\",\n        \"Name\": \"GALP Energia (Petroleos e Gas de Portugal)\",\n        \"ParentId\": \"PG_EIO\",\n        \"ParentName\": \"EUROPEAN INTEGRATED OILS\",\n        \"Order\": 13\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"MOL_HB\",\n        \"Name\": \"MOL\",\n        \"ParentId\": \"PG_EIO\",\n        \"ParentName\": \"EUROPEAN INTEGRATED OILS\",\n        \"Order\": 14\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"OMVAY\",\n        \"Name\": \"OMV AG\",\n        \"ParentId\": \"PG_EIO\",\n        \"ParentName\": \"EUROPEAN INTEGRATED OILS\",\n        \"Order\": 15\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"REP\",\n        \"Name\": \"Repsol S.A.\",\n        \"ParentId\": \"PG_EIO\",\n        \"ParentName\": \"EUROPEAN INTEGRATED OILS\",\n        \"Order\": 16\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PG_RIO\",\n        \"Name\": \"RUSSIAN INTEGRATED OILS\",\n        \"ParentId\": \"PGOIO\",\n        \"ParentName\": \"OUTSIDE NORTH AM. INTEG./DIV. OILS\",\n        \"Order\": 17\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"GAZPROM\",\n        \"Name\": \"Gazprom\",\n        \"ParentId\": \"PG_RIO\",\n        \"ParentName\": \"RUSSIAN INTEGRATED OILS\",\n        \"Order\": 18\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"SIBNEFT\",\n        \"Name\": \"Gazprom Neft\",\n        \"ParentId\": \"PG_RIO\",\n        \"ParentName\": \"RUSSIAN INTEGRATED OILS\",\n        \"Order\": 19\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"LUKOY\",\n        \"Name\": \"Lukoil\",\n        \"ParentId\": \"PG_RIO\",\n        \"ParentName\": \"RUSSIAN INTEGRATED OILS\",\n        \"Order\": 20\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"ROSNEFT\",\n        \"Name\": \"Rosneft Oil Co.\",\n        \"ParentId\": \"PG_RIO\",\n        \"ParentName\": \"RUSSIAN INTEGRATED OILS\",\n        \"Order\": 21\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"TNT\",\n        \"Name\": \"Tatneft\",\n        \"ParentId\": \"PG_RIO\",\n        \"ParentName\": \"RUSSIAN INTEGRATED OILS\",\n        \"Order\": 22\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PG_SAIO\",\n        \"Name\": \"SOUTH & CENTRAL AMERICAN INT. OILS\",\n        \"ParentId\": \"PGOIO\",\n        \"ParentName\": \"OUTSIDE NORTH AM. INTEG./DIV. OILS\",\n        \"Order\": 23\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"ECOPETRO\",\n        \"Name\": \"Ecopetrol S.A.\",\n        \"ParentId\": \"PG_SAIO\",\n        \"ParentName\": \"SOUTH & CENTRAL AMERICAN INT. OILS\",\n        \"Order\": 24\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"ENAP_H\",\n        \"Name\": \"Empresa Nacional del Petroleo (ENAP)\",\n        \"ParentId\": \"PG_SAIO\",\n        \"ParentName\": \"SOUTH & CENTRAL AMERICAN INT. OILS\",\n        \"Order\": 25\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PAMPAEN\",\n        \"Name\": \"Pampa Energia S.A.\",\n        \"ParentId\": \"PG_SAIO\",\n        \"ParentName\": \"SOUTH & CENTRAL AMERICAN INT. OILS\",\n        \"Order\": 26\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PEBRY\",\n        \"Name\": \"Petrobras (Petroleo Brasileiro, S.A.)\",\n        \"ParentId\": \"PG_SAIO\",\n        \"ParentName\": \"SOUTH & CENTRAL AMERICAN INT. OILS\",\n        \"Order\": 27\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PEMEX_H\",\n        \"Name\": \"Petroleos Mexicanos (PEMEX)\",\n        \"ParentId\": \"PG_SAIO\",\n        \"ParentName\": \"SOUTH & CENTRAL AMERICAN INT. OILS\",\n        \"Order\": 28\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"YPF\",\n        \"Name\": \"YPF S.A.\",\n        \"ParentId\": \"PG_SAIO\",\n        \"ParentName\": \"SOUTH & CENTRAL AMERICAN INT. OILS\",\n        \"Order\": 29\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PG_ASIAN\",\n        \"Name\": \"ASIAN INTEGRATED OILS\",\n        \"ParentId\": \"PGOIO\",\n        \"ParentName\": \"OUTSIDE NORTH AM. INTEG./DIV. OILS\",\n        \"Order\": 30\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"MITSUI\",\n        \"Name\": \"Mitsui & Co., Ltd.\",\n        \"ParentId\": \"PG_ASIAN\",\n        \"ParentName\": \"ASIAN INTEGRATED OILS\",\n        \"Order\": 31\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"ONGC\",\n        \"Name\": \"ONGC (Oil and Natural Gas Corp. Ltd.)\",\n        \"ParentId\": \"PG_ASIAN\",\n        \"ParentName\": \"ASIAN INTEGRATED OILS\",\n        \"Order\": 32\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"EGSOLAR\",\n        \"Name\": \"PT Medco Energi Internasional\",\n        \"ParentId\": \"PG_ASIAN\",\n        \"ParentName\": \"ASIAN INTEGRATED OILS\",\n        \"Order\": 33\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PTTPUB\",\n        \"Name\": \"PTT Public Co., Ltd.\",\n        \"ParentId\": \"PG_ASIAN\",\n        \"ParentName\": \"ASIAN INTEGRATED OILS\",\n        \"Order\": 34\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PTR\",\n        \"Name\": \"PetroChina Company Limited\",\n        \"ParentId\": \"PG_ASIAN\",\n        \"ParentName\": \"ASIAN INTEGRATED OILS\",\n        \"Order\": 35\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"SNP\",\n        \"Name\": \"Sinopec (China Petroleum & Chemical)\",\n        \"ParentId\": \"PG_ASIAN\",\n        \"ParentName\": \"ASIAN INTEGRATED OILS\",\n        \"Order\": 36\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PG_OOIO\",\n        \"Name\": \"OTHER INTEGRATED OILS\",\n        \"ParentId\": \"PGOIO\",\n        \"ParentName\": \"OUTSIDE NORTH AM. INTEG./DIV. OILS\",\n        \"Order\": 37\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"BHP\",\n        \"Name\": \"BHP Group Ltd.\",\n        \"ParentId\": \"PG_OOIO\",\n        \"ParentName\": \"OTHER INTEGRATED OILS\",\n        \"Order\": 38\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"JXTGHOLD\",\n        \"Name\": \"ENEOS Holdings (f.k.a JXTG Holdings)\",\n        \"ParentId\": \"PG_OOIO\",\n        \"ParentName\": \"OTHER INTEGRATED OILS\",\n        \"Order\": 39\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"ORIGINEN\",\n        \"Name\": \"Origin Energy Ltd.\",\n        \"ParentId\": \"PG_OOIO\",\n        \"ParentName\": \"OTHER INTEGRATED OILS\",\n        \"Order\": 40\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"SASOL\",\n        \"Name\": \"Sasol Limited\",\n        \"ParentId\": \"PG_OOIO\",\n        \"ParentName\": \"OTHER INTEGRATED OILS\",\n        \"Order\": 41\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"ATHLONEN\",\n        \"Name\": \"Saudi Arabian Oil Company (Saudi Aramco)\",\n        \"ParentId\": \"PG_OOIO\",\n        \"ParentName\": \"OTHER INTEGRATED OILS\",\n        \"Order\": 42\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PGCIO\",\n        \"Name\": \"CANADIAN INTEGRATED OILS\",\n        \"ParentId\": \"ALLIO\",\n        \"ParentName\": \"ALL INTEGRATED & DIVERSIFIED OILS\",\n        \"Order\": 43\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"CNOVUS\",\n        \"Name\": \"Cenovus Energy Inc.\",\n        \"ParentId\": \"PGCIO\",\n        \"ParentName\": \"CANADIAN INTEGRATED OILS\",\n        \"Order\": 44\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"IMO_T\",\n        \"Name\": \"Imperial Oil Ltd.\",\n        \"ParentId\": \"PGCIO\",\n        \"ParentName\": \"CANADIAN INTEGRATED OILS\",\n        \"Order\": 45\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"SU_T\",\n        \"Name\": \"Suncor Energy, Inc.\",\n        \"ParentId\": \"PGCIO\",\n        \"ParentName\": \"CANADIAN INTEGRATED OILS\",\n        \"Order\": 46\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"ALLEP\",\n        \"Name\": \"ALL E&Ps\",\n        \"ParentId\": \"ACTIVE_C\",\n        \"ParentName\": \"ACTIVE COMPANIES\",\n        \"Order\": 47\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PGSEP\",\n        \"Name\": \"LARGE NORTH AMERICAN E&Ps\",\n        \"ParentId\": \"ALLEP\",\n        \"ParentName\": \"ALL E&Ps\",\n        \"Order\": 48\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"APA\",\n        \"Name\": \"APA Corporation (f.k.a Apache Corp.)\",\n        \"ParentId\": \"PGSEP\",\n        \"ParentName\": \"LARGE NORTH AMERICAN E&Ps\",\n        \"Order\": 49\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"ANTERO\",\n        \"Name\": \"Antero Resources Corp.\",\n        \"ParentId\": \"PGSEP\",\n        \"ParentName\": \"LARGE NORTH AMERICAN E&Ps\",\n        \"Order\": 50\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"CNX\",\n        \"Name\": \"CNX Resources Corp. (f.k.a. Consol)\",\n        \"ParentId\": \"PGSEP\",\n        \"ParentName\": \"LARGE NORTH AMERICAN E&Ps\",\n        \"Order\": 51\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"COG\",\n        \"Name\": \"Cabot Oil & Gas Corp.\",\n        \"ParentId\": \"PGSEP\",\n        \"ParentName\": \"LARGE NORTH AMERICAN E&Ps\",\n        \"Order\": 52\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"CNQ_T\",\n        \"Name\": \"Canadian Natural Resources Ltd.\",\n        \"ParentId\": \"PGSEP\",\n        \"ParentName\": \"LARGE NORTH AMERICAN E&Ps\",\n        \"Order\": 53\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"CHK\",\n        \"Name\": \"Chesapeake Energy Corp.\",\n        \"ParentId\": \"PGSEP\",\n        \"ParentName\": \"LARGE NORTH AMERICAN E&Ps\",\n        \"Order\": 54\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"CONOCO\",\n        \"Name\": \"ConocoPhillips\",\n        \"ParentId\": \"PGSEP\",\n        \"ParentName\": \"LARGE NORTH AMERICAN E&Ps\",\n        \"Order\": 55\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"CONRES\",\n        \"Name\": \"Continental Resources, Inc.\",\n        \"ParentId\": \"PGSEP\",\n        \"ParentName\": \"LARGE NORTH AMERICAN E&Ps\",\n        \"Order\": 56\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"DBACK\",\n        \"Name\": \"Diamondback Energy Inc.\",\n        \"ParentId\": \"PGSEP\",\n        \"ParentName\": \"LARGE NORTH AMERICAN E&Ps\",\n        \"Order\": 57\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"EOG\",\n        \"Name\": \"EOG Resources, Inc.\",\n        \"ParentId\": \"PGSEP\",\n        \"ParentName\": \"LARGE NORTH AMERICAN E&Ps\",\n        \"Order\": 58\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"EQT\",\n        \"Name\": \"EQT Corporation\",\n        \"ParentId\": \"PGSEP\",\n        \"ParentName\": \"LARGE NORTH AMERICAN E&Ps\",\n        \"Order\": 59\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"AHC\",\n        \"Name\": \"Hess Corp.\",\n        \"ParentId\": \"PGSEP\",\n        \"ParentName\": \"LARGE NORTH AMERICAN E&Ps\",\n        \"Order\": 60\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"MRO\",\n        \"Name\": \"Marathon Oil Corp.\",\n        \"ParentId\": \"PGSEP\",\n        \"ParentName\": \"LARGE NORTH AMERICAN E&Ps\",\n        \"Order\": 61\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"OXY\",\n        \"Name\": \"Occidental Petroleum Co.\",\n        \"ParentId\": \"PGSEP\",\n        \"ParentName\": \"LARGE NORTH AMERICAN E&Ps\",\n        \"Order\": 62\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"CXY_T\",\n        \"Name\": \"Ovintiv Inc. (f.k.a EnCana Corp.)\",\n        \"ParentId\": \"PGSEP\",\n        \"ParentName\": \"LARGE NORTH AMERICAN E&Ps\",\n        \"Order\": 63\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PXD\",\n        \"Name\": \"Pioneer Natural Resources Co.\",\n        \"ParentId\": \"PGSEP\",\n        \"ParentName\": \"LARGE NORTH AMERICAN E&Ps\",\n        \"Order\": 64\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"LOM\",\n        \"Name\": \"Range Resources Corp.\",\n        \"ParentId\": \"PGSEP\",\n        \"ParentName\": \"LARGE NORTH AMERICAN E&Ps\",\n        \"Order\": 65\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"SWN\",\n        \"Name\": \"Southwestern Energy Co.\",\n        \"ParentId\": \"PGSEP\",\n        \"ParentName\": \"LARGE NORTH AMERICAN E&Ps\",\n        \"Order\": 66\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PGLDE\",\n        \"Name\": \"MID-SIZED U.S. E&Ps\",\n        \"ParentId\": \"ALLEP\",\n        \"ParentName\": \"ALL E&Ps\",\n        \"Order\": 67\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"CALIRES\",\n        \"Name\": \"California Resources Corp.\",\n        \"ParentId\": \"PGLDE\",\n        \"ParentName\": \"MID-SIZED U.S. E&Ps\",\n        \"Order\": 68\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"CLNP\",\n        \"Name\": \"Callon Petroleum Company\",\n        \"ParentId\": \"PGLDE\",\n        \"ParentName\": \"MID-SIZED U.S. E&Ps\",\n        \"Order\": 69\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"TOTEXNCI\",\n        \"Name\": \"Cimarex Energy Co.\",\n        \"ParentId\": \"PGLDE\",\n        \"ParentName\": \"MID-SIZED U.S. E&Ps\",\n        \"Order\": 70\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"CRK\",\n        \"Name\": \"Comstock Resources Inc.\",\n        \"ParentId\": \"PGLDE\",\n        \"ParentName\": \"MID-SIZED U.S. E&Ps\",\n        \"Order\": 71\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"DVN\",\n        \"Name\": \"Devon Energy Corp.\",\n        \"ParentId\": \"PGLDE\",\n        \"ParentName\": \"MID-SIZED U.S. E&Ps\",\n        \"Order\": 72\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"GULFPORT\",\n        \"Name\": \"Gulfport Energy Corp.\",\n        \"ParentId\": \"PGLDE\",\n        \"ParentName\": \"MID-SIZED U.S. E&Ps\",\n        \"Order\": 73\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"MUR\",\n        \"Name\": \"Murphy Oil Corp.\",\n        \"ParentId\": \"PGLDE\",\n        \"ParentName\": \"MID-SIZED U.S. E&Ps\",\n        \"Order\": 74\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PETD\",\n        \"Name\": \"PDC Energy\",\n        \"ParentId\": \"PGLDE\",\n        \"ParentName\": \"MID-SIZED U.S. E&Ps\",\n        \"Order\": 75\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"MARY\",\n        \"Name\": \"SM Energy Company\",\n        \"ParentId\": \"PGLDE\",\n        \"ParentName\": \"MID-SIZED U.S. E&Ps\",\n        \"Order\": 76\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"WLL\",\n        \"Name\": \"Whiting Petroleum Corp.\",\n        \"ParentId\": \"PGLDE\",\n        \"ParentName\": \"MID-SIZED U.S. E&Ps\",\n        \"Order\": 77\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PGMDE\",\n        \"Name\": \"SMALL U.S. E&Ps\",\n        \"ParentId\": \"ALLEP\",\n        \"ParentName\": \"ALL E&Ps\",\n        \"Order\": 78\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"AMPLIFY\",\n        \"Name\": \"Amplify Energy Corp.\",\n        \"ParentId\": \"PGMDE\",\n        \"ParentName\": \"SMALL U.S. E&Ps\",\n        \"Order\": 79\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"BCEI\",\n        \"Name\": \"Bonanza Creek Energy Inc.\",\n        \"ParentId\": \"PGMDE\",\n        \"ParentName\": \"SMALL U.S. E&Ps\",\n        \"Order\": 80\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"CENTEN\",\n        \"Name\": \"Centennial Resource Development Inc.\",\n        \"ParentId\": \"PGMDE\",\n        \"ParentName\": \"SMALL U.S. E&Ps\",\n        \"Order\": 81\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"DENRF\",\n        \"Name\": \"Denbury Resources, Inc.\",\n        \"ParentId\": \"PGMDE\",\n        \"ParentName\": \"SMALL U.S. E&Ps\",\n        \"Order\": 82\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"EPENERGY\",\n        \"Name\": \"EP Energy Corp.\",\n        \"ParentId\": \"PGMDE\",\n        \"ParentName\": \"SMALL U.S. E&Ps\",\n        \"Order\": 83\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"EXTRACT\",\n        \"Name\": \"Extraction Oil & Gas, Inc.\",\n        \"ParentId\": \"PGMDE\",\n        \"ParentName\": \"SMALL U.S. E&Ps\",\n        \"Order\": 84\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"EVEPLP\",\n        \"Name\": \"Harvest Oil & Gas (f.k.a. EV Energy Part.)\",\n        \"ParentId\": \"PGMDE\",\n        \"ParentName\": \"SMALL U.S. E&Ps\",\n        \"Order\": 85\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"BBG\",\n        \"Name\": \"HighPoint Resources (Acq. by Bonanza Creek)\",\n        \"ParentId\": \"PGMDE\",\n        \"ParentName\": \"SMALL U.S. E&Ps\",\n        \"Order\": 86\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"LAREDO\",\n        \"Name\": \"Laredo Petroleum, Inc.\",\n        \"ParentId\": \"PGMDE\",\n        \"ParentName\": \"SMALL U.S. E&Ps\",\n        \"Order\": 87\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"MTDR\",\n        \"Name\": \"Matador Resources Co.\",\n        \"ParentId\": \"PGMDE\",\n        \"ParentName\": \"SMALL U.S. E&Ps\",\n        \"Order\": 88\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"NORTHOG\",\n        \"Name\": \"Northern Oil & Gas, Inc.\",\n        \"ParentId\": \"PGMDE\",\n        \"ParentName\": \"SMALL U.S. E&Ps\",\n        \"Order\": 89\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"OASISPET\",\n        \"Name\": \"Oasis Petroleum Inc.\",\n        \"ParentId\": \"PGMDE\",\n        \"ParentName\": \"SMALL U.S. E&Ps\",\n        \"Order\": 90\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PVIR\",\n        \"Name\": \"Penn Virginia Corp.\",\n        \"ParentId\": \"PGMDE\",\n        \"ParentName\": \"SMALL U.S. E&Ps\",\n        \"Order\": 91\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"QEPRESRC\",\n        \"Name\": \"QEP Resources, Inc. (Acq. by Diamondback)\",\n        \"ParentId\": \"PGMDE\",\n        \"ParentName\": \"SMALL U.S. E&Ps\",\n        \"Order\": 92\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"SFY\",\n        \"Name\": \"SilverBow Resources (fka Swift Energy)\",\n        \"ParentId\": \"PGMDE\",\n        \"ParentName\": \"SMALL U.S. E&Ps\",\n        \"Order\": 93\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"SGY_NEW\",\n        \"Name\": \"Talos Petroleum (f.k.a Stone Energy)\",\n        \"ParentId\": \"PGMDE\",\n        \"ParentName\": \"SMALL U.S. E&Ps\",\n        \"Order\": 94\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PGSDE\",\n        \"Name\": \"SMALLEST U.S. E&Ps\",\n        \"ParentId\": \"ALLEP\",\n        \"ParentName\": \"ALL E&Ps\",\n        \"Order\": 95\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"AXAS\",\n        \"Name\": \"Abraxas Petroleum Corp.\",\n        \"ParentId\": \"PGSDE\",\n        \"ParentName\": \"SMALLEST U.S. E&Ps\",\n        \"Order\": 96\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"RAMREDUX\",\n        \"Name\": \"Battalion Oil Corp. (f.k.a Halcon Resources)\",\n        \"ParentId\": \"PGSDE\",\n        \"ParentName\": \"SMALLEST U.S. E&Ps\",\n        \"Order\": 97\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"CHAPAREN\",\n        \"Name\": \"Chaparral Energy, Inc.\",\n        \"ParentId\": \"PGSDE\",\n        \"ParentName\": \"SMALLEST U.S. E&Ps\",\n        \"Order\": 98\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"MCF\",\n        \"Name\": \"Contango Oil & Gas Co.\",\n        \"ParentId\": \"PGSDE\",\n        \"ParentName\": \"SMALLEST U.S. E&Ps\",\n        \"Order\": 99\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"DEJOUREN\",\n        \"Name\": \"DXI Energy Inc. (fka Dejour Energy)\",\n        \"ParentId\": \"PGSDE\",\n        \"ParentName\": \"SMALLEST U.S. E&Ps\",\n        \"Order\": 100\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"EARTHSTO\",\n        \"Name\": \"Earthstone Energy Inc.\",\n        \"ParentId\": \"PGSDE\",\n        \"ParentName\": \"SMALLEST U.S. E&Ps\",\n        \"Order\": 101\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"EPSILON\",\n        \"Name\": \"Epsilon Energy Limited\",\n        \"ParentId\": \"PGSDE\",\n        \"ParentName\": \"SMALLEST U.S. E&Ps\",\n        \"Order\": 102\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"GDP\",\n        \"Name\": \"Goodrich Petroleum Corp.\",\n        \"ParentId\": \"PGSDE\",\n        \"ParentName\": \"SMALLEST U.S. E&Ps\",\n        \"Order\": 103\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"BNKPETRO\",\n        \"Name\": \"Kolibri Global Energy Inc. (f.k.a BNK Petroleum)\",\n        \"ParentId\": \"PGSDE\",\n        \"ParentName\": \"SMALLEST U.S. E&Ps\",\n        \"Order\": 104\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PANRA\",\n        \"Name\": \"PHX Minerals Inc. (f.k.a Panhandle Oil & Gas)\",\n        \"ParentId\": \"PGSDE\",\n        \"ParentName\": \"SMALLEST U.S. E&Ps\",\n        \"Order\": 105\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PNRG\",\n        \"Name\": \"PrimeEnergy Corp.\",\n        \"ParentId\": \"PGSDE\",\n        \"ParentName\": \"SMALLEST U.S. E&Ps\",\n        \"Order\": 106\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"RINGENER\",\n        \"Name\": \"Ring Energy Inc.\",\n        \"ParentId\": \"PGSDE\",\n        \"ParentName\": \"SMALLEST U.S. E&Ps\",\n        \"Order\": 107\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"KMGEXNCI\",\n        \"Name\": \"Royale Energy, Inc.\",\n        \"ParentId\": \"PGSDE\",\n        \"ParentName\": \"SMALLEST U.S. E&Ps\",\n        \"Order\": 108\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"RIATA\",\n        \"Name\": \"SandRidge Energy, Inc.\",\n        \"ParentId\": \"PGSDE\",\n        \"ParentName\": \"SMALLEST U.S. E&Ps\",\n        \"Order\": 109\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"BIOPETRO\",\n        \"Name\": \"Sundance Energy Inc. (fka Sundance Australia)\",\n        \"ParentId\": \"PGSDE\",\n        \"ParentName\": \"SMALLEST U.S. E&Ps\",\n        \"Order\": 110\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"UNT\",\n        \"Name\": \"Unit Corp.\",\n        \"ParentId\": \"PGSDE\",\n        \"ParentName\": \"SMALLEST U.S. E&Ps\",\n        \"Order\": 111\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"VIPER\",\n        \"Name\": \"Viper Energy Partners LP\",\n        \"ParentId\": \"PGSDE\",\n        \"ParentName\": \"SMALLEST U.S. E&Ps\",\n        \"Order\": 112\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"WTI\",\n        \"Name\": \"W&T Offshore, Inc.\",\n        \"ParentId\": \"PGSDE\",\n        \"ParentName\": \"SMALLEST U.S. E&Ps\",\n        \"Order\": 113\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"USEPMLP\",\n        \"Name\": \"U.S. E&P MLPs\",\n        \"ParentId\": \"ALLEP\",\n        \"ParentName\": \"ALL E&Ps\",\n        \"Order\": 114\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"DHULZ\",\n        \"Name\": \"Dorchester Minerals, L.P.\",\n        \"ParentId\": \"USEPMLP\",\n        \"ParentName\": \"U.S. E&P MLPs\",\n        \"Order\": 115\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"CERLLC\",\n        \"Name\": \"Sanchez Midstream Partners\",\n        \"ParentId\": \"USEPMLP\",\n        \"ParentName\": \"U.S. E&P MLPs\",\n        \"Order\": 116\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PGSCE\",\n        \"Name\": \"CANADIAN E&Ps & TRUSTS\",\n        \"ParentId\": \"ALLEP\",\n        \"ParentName\": \"ALL E&Ps\",\n        \"Order\": 117\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"AETU_T\",\n        \"Name\": \"ARC Resources Ltd.\",\n        \"ParentId\": \"PGSCE\",\n        \"ParentName\": \"CANADIAN E&Ps & TRUSTS\",\n        \"Order\": 118\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"AVN_TO\",\n        \"Name\": \"Advantage Oil & Gas Ltd.\",\n        \"ParentId\": \"PGSCE\",\n        \"ParentName\": \"CANADIAN E&Ps & TRUSTS\",\n        \"Order\": 119\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"ATHABAOS\",\n        \"Name\": \"Athabasca Oil Corp.\",\n        \"ParentId\": \"PGSCE\",\n        \"ParentName\": \"CANADIAN E&Ps & TRUSTS\",\n        \"Order\": 120\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"BRN\",\n        \"Name\": \"Barnwell Industries\",\n        \"ParentId\": \"PGSCE\",\n        \"ParentName\": \"CANADIAN E&Ps & TRUSTS\",\n        \"Order\": 121\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"BTE_TO\",\n        \"Name\": \"Baytex Energy Corp.\",\n        \"ParentId\": \"PGSCE\",\n        \"ParentName\": \"CANADIAN E&Ps & TRUSTS\",\n        \"Order\": 122\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"BIRCHCLF\",\n        \"Name\": \"Birchcliff Energy Ltd.\",\n        \"ParentId\": \"PGSCE\",\n        \"ParentName\": \"CANADIAN E&Ps & TRUSTS\",\n        \"Order\": 123\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"BNPTRUST\",\n        \"Name\": \"Bonavista Energy Corporation\",\n        \"ParentId\": \"PGSCE\",\n        \"ParentName\": \"CANADIAN E&Ps & TRUSTS\",\n        \"Order\": 124\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"BNE_TO\",\n        \"Name\": \"Bonterra Energy Corp.\",\n        \"ParentId\": \"PGSCE\",\n        \"ParentName\": \"CANADIAN E&Ps & TRUSTS\",\n        \"Order\": 125\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"CEQUENCE\",\n        \"Name\": \"Cequence Energy Ltd.\",\n        \"ParentId\": \"PGSCE\",\n        \"ParentName\": \"CANADIAN E&Ps & TRUSTS\",\n        \"Order\": 126\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"CHINOOK\",\n        \"Name\": \"Chinook Energy Inc.\",\n        \"ParentId\": \"PGSCE\",\n        \"ParentName\": \"CANADIAN E&Ps & TRUSTS\",\n        \"Order\": 127\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"CPG_TO\",\n        \"Name\": \"Crescent Point Energy Corp.\",\n        \"ParentId\": \"PGSCE\",\n        \"ParentName\": \"CANADIAN E&Ps & TRUSTS\",\n        \"Order\": 128\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"CREWNRGY\",\n        \"Name\": \"Crew Energy Inc.\",\n        \"ParentId\": \"PGSCE\",\n        \"ParentName\": \"CANADIAN E&Ps & TRUSTS\",\n        \"Order\": 129\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"DELPHIEN\",\n        \"Name\": \"Delphi Energy Corp.\",\n        \"ParentId\": \"PGSCE\",\n        \"ParentName\": \"CANADIAN E&Ps & TRUSTS\",\n        \"Order\": 130\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"CMS\",\n        \"Name\": \"Enerplus Corp.\",\n        \"ParentId\": \"PGSCE\",\n        \"ParentName\": \"CANADIAN E&Ps & TRUSTS\",\n        \"Order\": 131\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"FRU_TO\",\n        \"Name\": \"Freehold Royalties Ltd.\",\n        \"ParentId\": \"PGSCE\",\n        \"ParentName\": \"CANADIAN E&Ps & TRUSTS\",\n        \"Order\": 132\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"GEAREN\",\n        \"Name\": \"Gear Energy Ltd.\",\n        \"ParentId\": \"PGSCE\",\n        \"ParentName\": \"CANADIAN E&Ps & TRUSTS\",\n        \"Order\": 133\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"CORRIDOR\",\n        \"Name\": \"Headwater Exploration Inc. (f.k.a Corridor Res.)\",\n        \"ParentId\": \"PGSCE\",\n        \"ParentName\": \"CANADIAN E&Ps & TRUSTS\",\n        \"Order\": 134\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"MEGENRGY\",\n        \"Name\": \"MEG Energy Corp.\",\n        \"ParentId\": \"PGSCE\",\n        \"ParentName\": \"CANADIAN E&Ps & TRUSTS\",\n        \"Order\": 135\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"NVA_TO\",\n        \"Name\": \"NuVista Energy Ltd.\",\n        \"ParentId\": \"PGSCE\",\n        \"ParentName\": \"CANADIAN E&Ps & TRUSTS\",\n        \"Order\": 136\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PWT_T\",\n        \"Name\": \"Obsidian Energy Ltd. (fka Penn West)\",\n        \"ParentId\": \"PGSCE\",\n        \"ParentName\": \"CANADIAN E&Ps & TRUSTS\",\n        \"Order\": 137\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"POU_T\",\n        \"Name\": \"Paramount Resources Ltd.\",\n        \"ParentId\": \"PGSCE\",\n        \"ParentName\": \"CANADIAN E&Ps & TRUSTS\",\n        \"Order\": 138\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PMT_TO\",\n        \"Name\": \"Perpetual Energy Inc.\",\n        \"ParentId\": \"PGSCE\",\n        \"ParentName\": \"CANADIAN E&Ps & TRUSTS\",\n        \"Order\": 139\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PEYTRUST\",\n        \"Name\": \"Peyto Exploration & Development Corp.\",\n        \"ParentId\": \"PGSCE\",\n        \"ParentName\": \"CANADIAN E&Ps & TRUSTS\",\n        \"Order\": 140\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"SEVENGEN\",\n        \"Name\": \"Seven Generations Energy Ltd.\",\n        \"ParentId\": \"PGSCE\",\n        \"ParentName\": \"CANADIAN E&Ps & TRUSTS\",\n        \"Order\": 141\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"STORMRES\",\n        \"Name\": \"Storm Resources Ltd.\",\n        \"ParentId\": \"PGSCE\",\n        \"ParentName\": \"CANADIAN E&Ps & TRUSTS\",\n        \"Order\": 142\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"SNSHNOIL\",\n        \"Name\": \"Sunshine Oilsands Ltd.\",\n        \"ParentId\": \"PGSCE\",\n        \"ParentName\": \"CANADIAN E&Ps & TRUSTS\",\n        \"Order\": 143\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"SURGENRG\",\n        \"Name\": \"Surge Energy Inc.\",\n        \"ParentId\": \"PGSCE\",\n        \"ParentName\": \"CANADIAN E&Ps & TRUSTS\",\n        \"Order\": 144\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"TAMARACK\",\n        \"Name\": \"Tamarack Valley Energy Ltd.\",\n        \"ParentId\": \"PGSCE\",\n        \"ParentName\": \"CANADIAN E&Ps & TRUSTS\",\n        \"Order\": 145\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"TOURMOIL\",\n        \"Name\": \"Tourmaline Oil Corp.\",\n        \"ParentId\": \"PGSCE\",\n        \"ParentName\": \"CANADIAN E&Ps & TRUSTS\",\n        \"Order\": 146\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"VET_TO\",\n        \"Name\": \"Vermilion Energy Inc.\",\n        \"ParentId\": \"PGSCE\",\n        \"ParentName\": \"CANADIAN E&Ps & TRUSTS\",\n        \"Order\": 147\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"WHITECAP\",\n        \"Name\": \"Whitecap Resources, Inc.\",\n        \"ParentId\": \"PGSCE\",\n        \"ParentName\": \"CANADIAN E&Ps & TRUSTS\",\n        \"Order\": 148\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"ZAR_T\",\n        \"Name\": \"Zargon Oil & Gas Ltd.\",\n        \"ParentId\": \"PGSCE\",\n        \"ParentName\": \"CANADIAN E&Ps & TRUSTS\",\n        \"Order\": 149\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PGOEP\",\n        \"Name\": \"OUTSIDE NORTH AMERICA E&Ps\",\n        \"ParentId\": \"ALLEP\",\n        \"ParentName\": \"ALL E&Ps\",\n        \"Order\": 150\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"AFRCAOIL\",\n        \"Name\": \"Africa Oil Corp.\",\n        \"ParentId\": \"PGOEP\",\n        \"ParentName\": \"OUTSIDE NORTH AMERICA E&Ps\",\n        \"Order\": 151\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"AKERBP\",\n        \"Name\": \"Aker BP ASA\",\n        \"ParentId\": \"PGOEP\",\n        \"ParentName\": \"OUTSIDE NORTH AMERICA E&Ps\",\n        \"Order\": 152\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"ALVOPETR\",\n        \"Name\": \"Alvopetro Energy Ltd.\",\n        \"ParentId\": \"PGOEP\",\n        \"ParentName\": \"OUTSIDE NORTH AMERICA E&Ps\",\n        \"Order\": 153\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"BAHAMAP\",\n        \"Name\": \"Bahamas Petroleum Company plc\",\n        \"ParentId\": \"PGOEP\",\n        \"ParentName\": \"OUTSIDE NORTH AMERICA E&Ps\",\n        \"Order\": 154\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"BEACHP\",\n        \"Name\": \"Beach Energy Ltd.\",\n        \"ParentId\": \"PGOEP\",\n        \"ParentName\": \"OUTSIDE NORTH AMERICA E&Ps\",\n        \"Order\": 155\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"CGXENE\",\n        \"Name\": \"CGX Energy Inc.\",\n        \"ParentId\": \"PGOEP\",\n        \"ParentName\": \"OUTSIDE NORTH AMERICA E&Ps\",\n        \"Order\": 156\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"CEO\",\n        \"Name\": \"CNOOC Limited (China Nat'l Offshore)\",\n        \"ParentId\": \"PGOEP\",\n        \"ParentName\": \"OUTSIDE NORTH AMERICA E&Ps\",\n        \"Order\": 157\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"CNE\",\n        \"Name\": \"Cairn Energy plc\",\n        \"ParentId\": \"PGOEP\",\n        \"ParentName\": \"OUTSIDE NORTH AMERICA E&Ps\",\n        \"Order\": 158\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"CANACOL\",\n        \"Name\": \"Canacol Energy Ltd.\",\n        \"ParentId\": \"PGOEP\",\n        \"ParentName\": \"OUTSIDE NORTH AMERICA E&Ps\",\n        \"Order\": 159\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"CARNAR\",\n        \"Name\": \"Carnarvon Petroleum Ltd.\",\n        \"ParentId\": \"PGOEP\",\n        \"ParentName\": \"OUTSIDE NORTH AMERICA E&Ps\",\n        \"Order\": 160\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"MADALENA\",\n        \"Name\": \"Centaurus Energy (f.k.a Madalena)\",\n        \"ParentId\": \"PGOEP\",\n        \"ParentName\": \"OUTSIDE NORTH AMERICA E&Ps\",\n        \"Order\": 161\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"COOPEREN\",\n        \"Name\": \"Cooper Energy Limited\",\n        \"ParentId\": \"PGOEP\",\n        \"ParentName\": \"OUTSIDE NORTH AMERICA E&Ps\",\n        \"Order\": 162\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"CROWNP\",\n        \"Name\": \"Crown Point Energy Inc.\",\n        \"ParentId\": \"PGOEP\",\n        \"ParentName\": \"OUTSIDE NORTH AMERICA E&Ps\",\n        \"Order\": 163\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PMENERGY\",\n        \"Name\": \"CruzSur Energy Corp. (f.k.a. PentaNova)\",\n        \"ParentId\": \"PGOEP\",\n        \"ParentName\": \"OUTSIDE NORTH AMERICA E&Ps\",\n        \"Order\": 164\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"CUEENERG\",\n        \"Name\": \"Cue Energy Resources Ltd.\",\n        \"ParentId\": \"PGOEP\",\n        \"ParentName\": \"OUTSIDE NORTH AMERICA E&Ps\",\n        \"Order\": 165\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"DNOASA\",\n        \"Name\": \"DNO ASA\",\n        \"ParentId\": \"PGOEP\",\n        \"ParentName\": \"OUTSIDE NORTH AMERICA E&Ps\",\n        \"Order\": 166\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"OGXPETRO\",\n        \"Name\": \"Dommo Energia (f.k.a. OGX Petroleo)\",\n        \"ParentId\": \"PGOEP\",\n        \"ParentName\": \"OUTSIDE NORTH AMERICA E&Ps\",\n        \"Order\": 167\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"ENQUEST\",\n        \"Name\": \"EnQuest PLC\",\n        \"ParentId\": \"PGOEP\",\n        \"ParentName\": \"OUTSIDE NORTH AMERICA E&Ps\",\n        \"Order\": 168\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"QGEP\",\n        \"Name\": \"Enauta Participacoes S.A. (f.k.a. QGEP)\",\n        \"ParentId\": \"PGOEP\",\n        \"ParentName\": \"OUTSIDE NORTH AMERICA E&Ps\",\n        \"Order\": 169\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PACRUBY\",\n        \"Name\": \"Frontera Energy (fka Pacific Rubiales)\",\n        \"ParentId\": \"PGOEP\",\n        \"ParentName\": \"OUTSIDE NORTH AMERICA E&Ps\",\n        \"Order\": 170\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"GENELEGY\",\n        \"Name\": \"Genel Energy plc\",\n        \"ParentId\": \"PGOEP\",\n        \"ParentName\": \"OUTSIDE NORTH AMERICA E&Ps\",\n        \"Order\": 171\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"GEOPARK\",\n        \"Name\": \"GeoPark Limited\",\n        \"ParentId\": \"PGOEP\",\n        \"ParentName\": \"OUTSIDE NORTH AMERICA E&Ps\",\n        \"Order\": 172\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"GTIERRA\",\n        \"Name\": \"Gran Tierra Energy, Inc.\",\n        \"ParentId\": \"PGOEP\",\n        \"ParentName\": \"OUTSIDE NORTH AMERICA E&Ps\",\n        \"Order\": 173\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"GULFKEY\",\n        \"Name\": \"Gulf Keystone Petroleum Ltd.\",\n        \"ParentId\": \"PGOEP\",\n        \"ParentName\": \"OUTSIDE NORTH AMERICA E&Ps\",\n        \"Order\": 174\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"GULFSAND\",\n        \"Name\": \"Gulfsands Petroleum\",\n        \"ParentId\": \"PGOEP\",\n        \"ParentName\": \"OUTSIDE NORTH AMERICA E&Ps\",\n        \"Order\": 175\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"HINDUOIL\",\n        \"Name\": \"Hindustan Oil Exploration Co.\",\n        \"ParentId\": \"PGOEP\",\n        \"ParentName\": \"OUTSIDE NORTH AMERICA E&Ps\",\n        \"Order\": 176\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"IGASNRGY\",\n        \"Name\": \"IGas Energy Plc\",\n        \"ParentId\": \"PGOEP\",\n        \"ParentName\": \"OUTSIDE NORTH AMERICA E&Ps\",\n        \"Order\": 177\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"INPEX\",\n        \"Name\": \"INPEX Corporation\",\n        \"ParentId\": \"PGOEP\",\n        \"ParentName\": \"OUTSIDE NORTH AMERICA E&Ps\",\n        \"Order\": 178\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"ITHACAEN\",\n        \"Name\": \"Ithaca Energy (Acq. by Delek Group)\",\n        \"ParentId\": \"PGOEP\",\n        \"ParentName\": \"OUTSIDE NORTH AMERICA E&Ps\",\n        \"Order\": 179\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"JAPEX\",\n        \"Name\": \"JAPEX (Japan Petroleum Explor. Co. Ltd.)\",\n        \"ParentId\": \"PGOEP\",\n        \"ParentName\": \"OUTSIDE NORTH AMERICA E&Ps\",\n        \"Order\": 180\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"JKX_L\",\n        \"Name\": \"JKX Oil & Gas plc\",\n        \"ParentId\": \"PGOEP\",\n        \"ParentName\": \"OUTSIDE NORTH AMERICA E&Ps\",\n        \"Order\": 181\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"KAROON\",\n        \"Name\": \"Karoon Gas Australia Ltd.\",\n        \"ParentId\": \"PGOEP\",\n        \"ParentName\": \"OUTSIDE NORTH AMERICA E&Ps\",\n        \"Order\": 182\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"KOSMOS\",\n        \"Name\": \"Kosmos Energy Ltd.\",\n        \"ParentId\": \"PGOEP\",\n        \"ParentName\": \"OUTSIDE NORTH AMERICA E&Ps\",\n        \"Order\": 183\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"CGS\",\n        \"Name\": \"Lundin Petroleum AB\",\n        \"ParentId\": \"PGOEP\",\n        \"ParentName\": \"OUTSIDE NORTH AMERICA E&Ps\",\n        \"Order\": 184\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"MIEHC\",\n        \"Name\": \"MIE Holdings Corp.\",\n        \"ParentId\": \"PGOEP\",\n        \"ParentName\": \"OUTSIDE NORTH AMERICA E&Ps\",\n        \"Order\": 185\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"MAUREL\",\n        \"Name\": \"Maurel & Prom SA\",\n        \"ParentId\": \"PGOEP\",\n        \"ParentName\": \"OUTSIDE NORTH AMERICA E&Ps\",\n        \"Order\": 186\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"REP2\",\n        \"Name\": \"Niko Resources Ltd.\",\n        \"ParentId\": \"PGOEP\",\n        \"ParentName\": \"OUTSIDE NORTH AMERICA E&Ps\",\n        \"Order\": 187\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"NOVATEK\",\n        \"Name\": \"Novatek\",\n        \"ParentId\": \"PGOEP\",\n        \"ParentName\": \"OUTSIDE NORTH AMERICA E&Ps\",\n        \"Order\": 188\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"OGDCL\",\n        \"Name\": \"Oil & Gas Development Co. Ltd.\",\n        \"ParentId\": \"PGOEP\",\n        \"ParentName\": \"OUTSIDE NORTH AMERICA E&Ps\",\n        \"Order\": 189\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"OSH\",\n        \"Name\": \"Oil Search Limited\",\n        \"ParentId\": \"PGOEP\",\n        \"ParentName\": \"OUTSIDE NORTH AMERICA E&Ps\",\n        \"Order\": 190\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"ORCAEXPL\",\n        \"Name\": \"Orca Exploration Group Inc.\",\n        \"ParentId\": \"PGOEP\",\n        \"ParentName\": \"OUTSIDE NORTH AMERICA E&Ps\",\n        \"Order\": 191\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PERTAMIN\",\n        \"Name\": \"PT Pertamina (Persero)\",\n        \"ParentId\": \"PGOEP\",\n        \"ParentName\": \"OUTSIDE NORTH AMERICA E&Ps\",\n        \"Order\": 192\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PTTEP\",\n        \"Name\": \"PTT E&P Public Co. Ltd.\",\n        \"ParentId\": \"PGOEP\",\n        \"ParentName\": \"OUTSIDE NORTH AMERICA E&Ps\",\n        \"Order\": 193\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PANORO\",\n        \"Name\": \"Panoro Energy ASA\",\n        \"ParentId\": \"PGOEP\",\n        \"ParentName\": \"OUTSIDE NORTH AMERICA E&Ps\",\n        \"Order\": 194\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PAREX\",\n        \"Name\": \"Parex Resources Inc.\",\n        \"ParentId\": \"PGOEP\",\n        \"ParentName\": \"OUTSIDE NORTH AMERICA E&Ps\",\n        \"Order\": 195\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PETRONFT\",\n        \"Name\": \"PetroNeft Resources Plc\",\n        \"ParentId\": \"PGOEP\",\n        \"ParentName\": \"OUTSIDE NORTH AMERICA E&Ps\",\n        \"Order\": 196\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"HRTPETRO\",\n        \"Name\": \"PetroRio S.A. (f.k.a. HRT)\",\n        \"ParentId\": \"PGOEP\",\n        \"ParentName\": \"OUTSIDE NORTH AMERICA E&Ps\",\n        \"Order\": 197\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PETROTAL\",\n        \"Name\": \"PetroTal Corporation\",\n        \"ParentId\": \"PGOEP\",\n        \"ParentName\": \"OUTSIDE NORTH AMERICA E&Ps\",\n        \"Order\": 198\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PETRONAS\",\n        \"Name\": \"Petronas (Petroliam Nasional Berhad)\",\n        \"ParentId\": \"PGOEP\",\n        \"ParentName\": \"OUTSIDE NORTH AMERICA E&Ps\",\n        \"Order\": 199\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PSALY\",\n        \"Name\": \"Petsec Energy Ltd.\",\n        \"ParentId\": \"PGOEP\",\n        \"ParentName\": \"OUTSIDE NORTH AMERICA E&Ps\",\n        \"Order\": 200\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"SIA_L\",\n        \"Name\": \"Pharos Energy Plc (f.k.a SOCO International)\",\n        \"ParentId\": \"PGOEP\",\n        \"ParentName\": \"OUTSIDE NORTH AMERICA E&Ps\",\n        \"Order\": 201\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PREM_H\",\n        \"Name\": \"Premier Oil plc\",\n        \"ParentId\": \"PGOEP\",\n        \"ParentName\": \"OUTSIDE NORTH AMERICA E&Ps\",\n        \"Order\": 202\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PRESIDEN\",\n        \"Name\": \"President Energy PLC\",\n        \"ParentId\": \"PGOEP\",\n        \"ParentName\": \"OUTSIDE NORTH AMERICA E&Ps\",\n        \"Order\": 203\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"ROCKHOP\",\n        \"Name\": \"Rockhopper Exploration PLC\",\n        \"ParentId\": \"PGOEP\",\n        \"ParentName\": \"OUTSIDE NORTH AMERICA E&Ps\",\n        \"Order\": 204\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"STOSY\",\n        \"Name\": \"Santos Ltd.\",\n        \"ParentId\": \"PGOEP\",\n        \"ParentName\": \"OUTSIDE NORTH AMERICA E&Ps\",\n        \"Order\": 205\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"LOONEN\",\n        \"Name\": \"Serinus Energy Inc. (f.k.a. Kulczyk)\",\n        \"ParentId\": \"PGOEP\",\n        \"ParentName\": \"OUTSIDE NORTH AMERICA E&Ps\",\n        \"Order\": 206\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"SINTANA\",\n        \"Name\": \"Sintana Energy Inc.\",\n        \"ParentId\": \"PGOEP\",\n        \"ParentName\": \"OUTSIDE NORTH AMERICA E&Ps\",\n        \"Order\": 207\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"SEY_L\",\n        \"Name\": \"Sterling Energy Plc\",\n        \"ParentId\": \"PGOEP\",\n        \"ParentName\": \"OUTSIDE NORTH AMERICA E&Ps\",\n        \"Order\": 208\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"TAP\",\n        \"Name\": \"Tap Oil Limited\",\n        \"ParentId\": \"PGOEP\",\n        \"ParentName\": \"OUTSIDE NORTH AMERICA E&Ps\",\n        \"Order\": 209\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"MPET\",\n        \"Name\": \"Tellurian Inc. (f.k.a. Magellan Petroleum)\",\n        \"ParentId\": \"PGOEP\",\n        \"ParentName\": \"OUTSIDE NORTH AMERICA E&Ps\",\n        \"Order\": 211\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"TENGIZCH\",\n        \"Name\": \"Tengizchevroil\",\n        \"ParentId\": \"PGOEP\",\n        \"ParentName\": \"OUTSIDE NORTH AMERICA E&Ps\",\n        \"Order\": 212\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"TETHYS\",\n        \"Name\": \"Tethys Petroleum Ltd.\",\n        \"ParentId\": \"PGOEP\",\n        \"ParentName\": \"OUTSIDE NORTH AMERICA E&Ps\",\n        \"Order\": 213\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"TOUCHST\",\n        \"Name\": \"Touchstone Exploration Inc.\",\n        \"ParentId\": \"PGOEP\",\n        \"ParentName\": \"OUTSIDE NORTH AMERICA E&Ps\",\n        \"Order\": 214\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"TRANSATL\",\n        \"Name\": \"TransAtlantic Petroleum Ltd.\",\n        \"ParentId\": \"PGOEP\",\n        \"ParentName\": \"OUTSIDE NORTH AMERICA E&Ps\",\n        \"Order\": 215\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"TRANSGLO\",\n        \"Name\": \"TransGlobe Energy Corp.\",\n        \"ParentId\": \"PGOEP\",\n        \"ParentName\": \"OUTSIDE NORTH AMERICA E&Ps\",\n        \"Order\": 216\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"TRINITY\",\n        \"Name\": \"Trinity Exploration and Production Ltd.\",\n        \"ParentId\": \"PGOEP\",\n        \"ParentName\": \"OUTSIDE NORTH AMERICA E&Ps\",\n        \"Order\": 217\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"TLW_LN\",\n        \"Name\": \"Tullow Oil plc\",\n        \"ParentId\": \"PGOEP\",\n        \"ParentName\": \"OUTSIDE NORTH AMERICA E&Ps\",\n        \"Order\": 218\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"UNI97RRC\",\n        \"Name\": \"VAALCO Energy, Inc.\",\n        \"ParentId\": \"PGOEP\",\n        \"ParentName\": \"OUTSIDE NORTH AMERICA E&Ps\",\n        \"Order\": 219\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"VALEURA\",\n        \"Name\": \"Valeura Energy Inc.\",\n        \"ParentId\": \"PGOEP\",\n        \"ParentName\": \"OUTSIDE NORTH AMERICA E&Ps\",\n        \"Order\": 220\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"THEOLIA\",\n        \"Name\": \"Vista Oil & Gas\",\n        \"ParentId\": \"PGOEP\",\n        \"ParentName\": \"OUTSIDE NORTH AMERICA E&Ps\",\n        \"Order\": 221\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"VOLGAGAS\",\n        \"Name\": \"Volga Gas plc\",\n        \"ParentId\": \"PGOEP\",\n        \"ParentName\": \"OUTSIDE NORTH AMERICA E&Ps\",\n        \"Order\": 222\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"WPL_AX\",\n        \"Name\": \"Woodside Petroleum Ltd.\",\n        \"ParentId\": \"PGOEP\",\n        \"ParentName\": \"OUTSIDE NORTH AMERICA E&Ps\",\n        \"Order\": 224\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PGRT\",\n        \"Name\": \"ROYALTY TRUSTS\",\n        \"ParentId\": \"ALLEP\",\n        \"ParentName\": \"ALL E&Ps\",\n        \"Order\": 225\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"BPT\",\n        \"Name\": \"BP Prudhoe Bay Royalty Trust\",\n        \"ParentId\": \"PGRT\",\n        \"ParentName\": \"ROYALTY TRUSTS\",\n        \"Order\": 226\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"CHESAGWT\",\n        \"Name\": \"Chesapeake Granite Wash Trust\",\n        \"ParentId\": \"PGRT\",\n        \"ParentName\": \"ROYALTY TRUSTS\",\n        \"Order\": 227\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"CRT\",\n        \"Name\": \"Cross Timbers Royalty Trust\",\n        \"ParentId\": \"PGRT\",\n        \"ParentName\": \"ROYALTY TRUSTS\",\n        \"Order\": 228\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"SPNX\",\n        \"Name\": \"Hugoton Royalty Trust\",\n        \"ParentId\": \"PGRT\",\n        \"ParentName\": \"ROYALTY TRUSTS\",\n        \"Order\": 229\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"MVTRUST\",\n        \"Name\": \"MV Oil Trust\",\n        \"ParentId\": \"PGRT\",\n        \"ParentName\": \"ROYALTY TRUSTS\",\n        \"Order\": 230\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"MTR\",\n        \"Name\": \"Mesa Royalty Trust\",\n        \"ParentId\": \"PGRT\",\n        \"ParentName\": \"ROYALTY TRUSTS\",\n        \"Order\": 231\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"NET\",\n        \"Name\": \"North European Oil Royalty Trust\",\n        \"ParentId\": \"PGRT\",\n        \"ParentName\": \"ROYALTY TRUSTS\",\n        \"Order\": 232\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PBT\",\n        \"Name\": \"Permian Basin Royalty Trust\",\n        \"ParentId\": \"PGRT\",\n        \"ParentName\": \"ROYALTY TRUSTS\",\n        \"Order\": 233\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"SBR\",\n        \"Name\": \"Sabine Royalty Trust\",\n        \"ParentId\": \"PGRT\",\n        \"ParentName\": \"ROYALTY TRUSTS\",\n        \"Order\": 234\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"SJT\",\n        \"Name\": \"San Juan Basin Royalty Trust\",\n        \"ParentId\": \"PGRT\",\n        \"ParentName\": \"ROYALTY TRUSTS\",\n        \"Order\": 235\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"SRMTI\",\n        \"Name\": \"SandRidge Mississippian Trust I\",\n        \"ParentId\": \"PGRT\",\n        \"ParentName\": \"ROYALTY TRUSTS\",\n        \"Order\": 236\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"SDMISSII\",\n        \"Name\": \"SandRidge Mississippian Trust II\",\n        \"ParentId\": \"PGRT\",\n        \"ParentName\": \"ROYALTY TRUSTS\",\n        \"Order\": 237\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"SDPERMTR\",\n        \"Name\": \"SandRidge Permian Trust\",\n        \"ParentId\": \"PGRT\",\n        \"ParentName\": \"ROYALTY TRUSTS\",\n        \"Order\": 238\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"ALLOTH\",\n        \"Name\": \"ALL OTHER\",\n        \"ParentId\": \"ACTIVE_C\",\n        \"ParentName\": \"ACTIVE COMPANIES\",\n        \"Order\": 239\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PGPPL\",\n        \"Name\": \"POWER GENERATORS & CLEAN ENERGY\",\n        \"ParentId\": \"ALLOTH\",\n        \"ParentName\": \"ALL OTHER\",\n        \"Order\": 240\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"NAPOWPG\",\n        \"Name\": \"NORTH AMERICAN POWER (NAP)\",\n        \"ParentId\": \"PGPPL\",\n        \"ParentName\": \"POWER GENERATORS & CLEAN ENERGY\",\n        \"Order\": 1220\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"CPN\",\n        \"Name\": \"Calpine Corp.\",\n        \"ParentId\": \"NAPOWPG\",\n        \"ParentName\": \"NORTH AMERICAN POWER (NAP)\",\n        \"Order\": 952\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"D\",\n        \"Name\": \"Dominion Energy, Inc.\",\n        \"ParentId\": \"NAPOWPG\",\n        \"ParentName\": \"NORTH AMERICAN POWER (NAP)\",\n        \"Order\": 1029\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"DUK\",\n        \"Name\": \"Duke Energy Corp.\",\n        \"ParentId\": \"NAPOWPG\",\n        \"ParentName\": \"NORTH AMERICAN POWER (NAP)\",\n        \"Order\": 1034\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"MDU\",\n        \"Name\": \"MDU Resources Group, Inc.\",\n        \"ParentId\": \"NAPOWPG\",\n        \"ParentName\": \"NORTH AMERICAN POWER (NAP)\",\n        \"Order\": 1190\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PGRM\",\n        \"Name\": \"REFINERS & MARKETERS/CHEMICALS\",\n        \"ParentId\": \"ALLOTH\",\n        \"ParentName\": \"ALL OTHER\",\n        \"Order\": 241\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"CVRENER\",\n        \"Name\": \"CVR Energy, Inc.\",\n        \"ParentId\": \"PGRM\",\n        \"ParentName\": \"REFINERS & MARKETERS/CHEMICALS\",\n        \"Order\": 242\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"CALUMET\",\n        \"Name\": \"Calumet Specialty Products Partners LP\",\n        \"ParentId\": \"PGRM\",\n        \"ParentName\": \"REFINERS & MARKETERS/CHEMICALS\",\n        \"Order\": 243\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"DELEK\",\n        \"Name\": \"Delek US Holdings, Inc.\",\n        \"ParentId\": \"PGRM\",\n        \"ParentName\": \"REFINERS & MARKETERS/CHEMICALS\",\n        \"Order\": 244\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"HOC\",\n        \"Name\": \"HollyFrontier Corporation\",\n        \"ParentId\": \"PGRM\",\n        \"ParentName\": \"REFINERS & MARKETERS/CHEMICALS\",\n        \"Order\": 245\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"MARAPET\",\n        \"Name\": \"Marathon Petroleum Corp.\",\n        \"ParentId\": \"PGRM\",\n        \"ParentName\": \"REFINERS & MARKETERS/CHEMICALS\",\n        \"Order\": 246\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PHILLIPS\",\n        \"Name\": \"Phillips 66\",\n        \"ParentId\": \"PGRM\",\n        \"ParentName\": \"REFINERS & MARKETERS/CHEMICALS\",\n        \"Order\": 247\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"VLO\",\n        \"Name\": \"Valero Energy Corp.\",\n        \"ParentId\": \"PGRM\",\n        \"ParentName\": \"REFINERS & MARKETERS/CHEMICALS\",\n        \"Order\": 248\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"XONMOB\",\n        \"Name\": \"MIDSTREAM\",\n        \"ParentId\": \"ALLOTH\",\n        \"ParentName\": \"ALL OTHER\",\n        \"Order\": 249\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"CXY\",\n        \"Name\": \"Cheniere Energy, Inc.\",\n        \"ParentId\": \"XONMOB\",\n        \"ParentName\": \"MIDSTREAM\",\n        \"Order\": 250\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"ETPLP\",\n        \"Name\": \"Energy Transfer Partners L.P.\",\n        \"ParentId\": \"XONMOB\",\n        \"ParentName\": \"MIDSTREAM\",\n        \"Order\": 251\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"EPD\",\n        \"Name\": \"Enterprise Products Partners L.P.\",\n        \"ParentId\": \"XONMOB\",\n        \"ParentName\": \"MIDSTREAM\",\n        \"Order\": 252\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"FGP\",\n        \"Name\": \"Ferrellgas Partners, L.P.\",\n        \"ParentId\": \"XONMOB\",\n        \"ParentName\": \"MIDSTREAM\",\n        \"Order\": 253\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"GEL\",\n        \"Name\": \"Genesis Energy, L.P.\",\n        \"ParentId\": \"XONMOB\",\n        \"ParentName\": \"MIDSTREAM\",\n        \"Order\": 254\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"GBLPLP\",\n        \"Name\": \"Global Partners L.P.\",\n        \"ParentId\": \"XONMOB\",\n        \"ParentName\": \"MIDSTREAM\",\n        \"Order\": 255\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"HOLLYEP\",\n        \"Name\": \"Holly Energy Partners, L.P.\",\n        \"ParentId\": \"XONMOB\",\n        \"ParentName\": \"MIDSTREAM\",\n        \"Order\": 256\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"WEP\",\n        \"Name\": \"Magellan Midstream Partners, L.P.\",\n        \"ParentId\": \"XONMOB\",\n        \"ParentName\": \"MIDSTREAM\",\n        \"Order\": 257\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"MMLP\",\n        \"Name\": \"Martin Midstream Partners L.P.\",\n        \"ParentId\": \"XONMOB\",\n        \"ParentName\": \"MIDSTREAM\",\n        \"Order\": 258\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"VLI\",\n        \"Name\": \"NuStar Energy L.P.\",\n        \"ParentId\": \"XONMOB\",\n        \"ParentName\": \"MIDSTREAM\",\n        \"Order\": 259\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PAA\",\n        \"Name\": \"Plains All American Pipeline, L.P.\",\n        \"ParentId\": \"XONMOB\",\n        \"ParentName\": \"MIDSTREAM\",\n        \"Order\": 260\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"SPH\",\n        \"Name\": \"Suburban Propane Partners, L.P.\",\n        \"ParentId\": \"XONMOB\",\n        \"ParentName\": \"MIDSTREAM\",\n        \"Order\": 261\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"TCLPZ\",\n        \"Name\": \"TC Pipelines, L.P.\",\n        \"ParentId\": \"XONMOB\",\n        \"ParentName\": \"MIDSTREAM\",\n        \"Order\": 262\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"TRANSLP\",\n        \"Name\": \"Transmontaigne Partners L.P.\",\n        \"ParentId\": \"XONMOB\",\n        \"ParentName\": \"MIDSTREAM\",\n        \"Order\": 263\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"WESTGMLP\",\n        \"Name\": \"Western Gas Partners, LP\",\n        \"ParentId\": \"XONMOB\",\n        \"ParentName\": \"MIDSTREAM\",\n        \"Order\": 264\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PGDRL\",\n        \"Name\": \"DRILLERS & OILFIELD SERVICES\",\n        \"ParentId\": \"ALLOTH\",\n        \"ParentName\": \"ALL OTHER\",\n        \"Order\": 265\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"BHI\",\n        \"Name\": \"Baker Hughes (a GE Company)\",\n        \"ParentId\": \"PGDRL\",\n        \"ParentName\": \"DRILLERS & OILFIELD SERVICES\",\n        \"Order\": 266\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"CORELAB\",\n        \"Name\": \"Core Laboratories NV\",\n        \"ParentId\": \"PGDRL\",\n        \"ParentName\": \"DRILLERS & OILFIELD SERVICES\",\n        \"Order\": 267\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"DO_\",\n        \"Name\": \"Diamond Offshore Drilling, Inc.\",\n        \"ParentId\": \"PGDRL\",\n        \"ParentName\": \"DRILLERS & OILFIELD SERVICES\",\n        \"Order\": 268\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"HAL\",\n        \"Name\": \"Halliburton Co.\",\n        \"ParentId\": \"PGDRL\",\n        \"ParentName\": \"DRILLERS & OILFIELD SERVICES\",\n        \"Order\": 269\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"HP\",\n        \"Name\": \"Helmerich & Payne Inc.\",\n        \"ParentId\": \"PGDRL\",\n        \"ParentName\": \"DRILLERS & OILFIELD SERVICES\",\n        \"Order\": 270\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"MDR\",\n        \"Name\": \"McDermott International, Inc.\",\n        \"ParentId\": \"PGDRL\",\n        \"ParentName\": \"DRILLERS & OILFIELD SERVICES\",\n        \"Order\": 271\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"NBR\",\n        \"Name\": \"Nabors Industries Ltd.\",\n        \"ParentId\": \"PGDRL\",\n        \"ParentName\": \"DRILLERS & OILFIELD SERVICES\",\n        \"Order\": 272\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"NOI\",\n        \"Name\": \"National Oilwell Varco, Inc.\",\n        \"ParentId\": \"PGDRL\",\n        \"ParentName\": \"DRILLERS & OILFIELD SERVICES\",\n        \"Order\": 273\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"NE_\",\n        \"Name\": \"Noble Corp.\",\n        \"ParentId\": \"PGDRL\",\n        \"ParentName\": \"DRILLERS & OILFIELD SERVICES\",\n        \"Order\": 274\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"OII\",\n        \"Name\": \"Oceaneering International, Inc.\",\n        \"ParentId\": \"PGDRL\",\n        \"ParentName\": \"DRILLERS & OILFIELD SERVICES\",\n        \"Order\": 275\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PTEN\",\n        \"Name\": \"Patterson-UTI Energy, Inc.\",\n        \"ParentId\": \"PGDRL\",\n        \"ParentName\": \"DRILLERS & OILFIELD SERVICES\",\n        \"Order\": 276\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PD_T\",\n        \"Name\": \"Precision Drilling Corp.\",\n        \"ParentId\": \"PGDRL\",\n        \"ParentName\": \"DRILLERS & OILFIELD SERVICES\",\n        \"Order\": 277\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"SLB\",\n        \"Name\": \"Schlumberger Ltd.\",\n        \"ParentId\": \"PGDRL\",\n        \"ParentName\": \"DRILLERS & OILFIELD SERVICES\",\n        \"Order\": 278\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"SEADRILL\",\n        \"Name\": \"Seadrill Limited\",\n        \"ParentId\": \"PGDRL\",\n        \"ParentName\": \"DRILLERS & OILFIELD SERVICES\",\n        \"Order\": 279\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"TETRA\",\n        \"Name\": \"Tetra Technologies, Inc.\",\n        \"ParentId\": \"PGDRL\",\n        \"ParentName\": \"DRILLERS & OILFIELD SERVICES\",\n        \"Order\": 280\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"RIG\",\n        \"Name\": \"Transocean Inc.\",\n        \"ParentId\": \"PGDRL\",\n        \"ParentName\": \"DRILLERS & OILFIELD SERVICES\",\n        \"Order\": 281\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"ESV\",\n        \"Name\": \"Valaris plc (f.k.a EnscoRowan)\",\n        \"ParentId\": \"PGDRL\",\n        \"ParentName\": \"DRILLERS & OILFIELD SERVICES\",\n        \"Order\": 282\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"EVI\",\n        \"Name\": \"Weatherford International Inc.\",\n        \"ParentId\": \"PGDRL\",\n        \"ParentName\": \"DRILLERS & OILFIELD SERVICES\",\n        \"Order\": 283\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"COALCOS\",\n        \"Name\": \"COAL & OTHER MINING\",\n        \"ParentId\": \"ALLOTH\",\n        \"ParentName\": \"ALL OTHER\",\n        \"Order\": 284\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"VALESA\",\n        \"Name\": \"Vale S.A.\",\n        \"ParentId\": \"COALCOS\",\n        \"ParentName\": \"COAL & OTHER MINING\",\n        \"Order\": 285\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"OTHDIVPG\",\n        \"Name\": \"OTHER DIVERSIFIED\",\n        \"ParentId\": \"ALLOTH\",\n        \"ParentName\": \"ALL OTHER\",\n        \"Order\": 1251\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"NFG\",\n        \"Name\": \"National Fuel Gas Co.\",\n        \"ParentId\": \"OTHDIVPG\",\n        \"ParentName\": \"OTHER DIVERSIFIED\",\n        \"Order\": 1222\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PGZZZ\",\n        \"Name\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"ParentId\": \"UNIVERSE\",\n        \"ParentName\": \"UNIVERSE\",\n        \"Order\": 286\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"MBOC\",\n        \"Name\": \"3TEC Energy Corp. (Acq. by Plains E&P)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 287\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"AY_TO\",\n        \"Name\": \"APF Energy Trust (Acq. by StarPoint ET)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 288\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"ATPG\",\n        \"Name\": \"ATP Oil & Gas Corp. (bankrupt)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 289\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"AUSWWE\",\n        \"Name\": \"AWE Ltd. (Acq. by Mitsui)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 290\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"AABAR\",\n        \"Name\": \"Aabar Petroleum Investments (Inactive)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 291\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"CHKMPLP\",\n        \"Name\": \"Access Midstream Part. LP (Acq. by Williams)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 292\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"AE_T\",\n        \"Name\": \"Acclaim Energy (merged with Starpoint)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 293\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"AE\",\n        \"Name\": \"Adams Resources and Energy (Inactive)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 294\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"ADDAX\",\n        \"Name\": \"Addax Petroleum (acq. by Sinopec)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 295\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"AFREN\",\n        \"Name\": \"Afren plc (Bankruptcy)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 296\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"AEC_T\",\n        \"Name\": \"Alberta Energy: pre-EnCana merger w/PCP\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 297\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"WESTSIB\",\n        \"Name\": \"Alliance Oil Co. Ltd. (Privatized)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 298\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"ALONUSA\",\n        \"Name\": \"Alon USA Energy (Acq. by Delek)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 299\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"ALTAMESA\",\n        \"Name\": \"Alta Mesa Holdings, L.P. (Bankruptcy)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 300\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"APU\",\n        \"Name\": \"AmeriGas Partners, L.P. (Acq. by UGI Corp.)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 301\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"AIPN\",\n        \"Name\": \"American Int'l Petroleum (bankrupt)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 302\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"AMERICOG\",\n        \"Name\": \"American Oil & Gas, Inc. (Acq. by Hess)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 303\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"AN\",\n        \"Name\": \"Amoco (merged w/BP)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 304\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"APC\",\n        \"Name\": \"Anadarko Petroleum (Acq. by Occidental)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 305\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"TSO\",\n        \"Name\": \"Andeavor (Acq. by Marathon Petroleum)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 306\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"TSROLLP\",\n        \"Name\": \"Andeavor Logistics LP (Acq. By MPLX LP)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 307\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"ANDERSEN\",\n        \"Name\": \"Anderson Energy (Acq. by Inplay Oil)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 308\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"AXL_T\",\n        \"Name\": \"Anderson Exploration (Acq. by Devon)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 309\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"ANGLEEN\",\n        \"Name\": \"Angle Energy Inc. (Acq. by Bellatrix)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 310\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"APAGF\",\n        \"Name\": \"Apco Oil & Gas (Acq. by PlusPetrol)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 311\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"ANGTRUST\",\n        \"Name\": \"Appalachian Gas RT (Acq. by Blackrock)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 312\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"APPROACH\",\n        \"Name\": \"Approach Resources Inc. (Bankruptcy)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 313\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"ARAWAK\",\n        \"Name\": \"Arawak Energy (Acq. by Vitol)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 314\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"ARCANRES\",\n        \"Name\": \"Arcan Resources Ltd. (Acq. by Aspenleaf)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 315\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"ARENA\",\n        \"Name\": \"Arena Resources (Acq. by SandRidge)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 316\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"ARGENTET\",\n        \"Name\": \"Argent Energy Trust (Bankruptcy)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 317\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"ARROWEN\",\n        \"Name\": \"Arrow Energy Ltd. (acq. by PTR / RDS)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 318\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"ARTEKEX\",\n        \"Name\": \"Artek Exploration Ltd. (Acq. by Kelt Expl.)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 319\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"ASH\",\n        \"Name\": \"Ashland Inc. (Inactive)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 320\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"CTVY\",\n        \"Name\": \"Aspen Group Resources (privatized)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 321\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"T_AOS_U\",\n        \"Name\": \"Athabasca Oil Sands Trust (merged w/COS_U.TO)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 322\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"ARC\",\n        \"Name\": \"Atlantic Richfield (Acq. by BP)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 323\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"ATLASMLP\",\n        \"Name\": \"Atlas Egy Res (acq. by Atlas Egy Inc)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 324\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"AED_TO\",\n        \"Name\": \"Atlas Energy Ltd. (Acq. by Pearl E&P)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 325\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"ATLASAM\",\n        \"Name\": \"Atlas Energy, Inc. (Acq. by Chevron)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 326\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"APL\",\n        \"Name\": \"Atlas Pipeline Part. LP (Acq. by Targa)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 327\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"ATW\",\n        \"Name\": \"Atwood Oceanics (Acq. by Ensco)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 328\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"AURADO\",\n        \"Name\": \"Aurado Energy (Inactive)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 329\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"AURORA\",\n        \"Name\": \"Aurora Oil & Gas Corp. (bankrupt)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 330\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"AURORAOG\",\n        \"Name\": \"Aurora Oil and Gas (Acq. by Baytex)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 331\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"AVV\",\n        \"Name\": \"Aviva Petroleum (defunct)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 332\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"BASF\",\n        \"Name\": \"BASF SE (Inactive)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 333\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"BRG\",\n        \"Name\": \"BG Group plc (Acq. by Shell)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 334\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"BHP_PRE\",\n        \"Name\": \"BHP (pre-merger w/Billiton)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 335\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"BJS\",\n        \"Name\": \"BJ Services Co. (acq. by Baker Hughes)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 336\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"BMBMUNAI\",\n        \"Name\": \"BMB Munai, Inc. (acquired by MIE)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 337\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"BP\",\n        \"Name\": \"BP (pre-Amoco merger)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 338\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"BPIIND\",\n        \"Name\": \"BPI Energy Holdings (Inactive)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 339\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"BPZRES\",\n        \"Name\": \"BPZ Resources, Inc. (Bankruptcy)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 340\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"BANKERS\",\n        \"Name\": \"Bankers Petroleum (Acq. by Geo-Jade Pet.)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 341\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"BRR\",\n        \"Name\": \"Barrett Resources (Acq. by Williams)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 342\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"BSNX\",\n        \"Name\": \"Basin Exploration (Acq. by Stone Energy)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 343\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"BTEA_T\",\n        \"Name\": \"Baytex Energy Ltd (reorganized as a trust)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 344\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"BOG\",\n        \"Name\": \"Belco Oil & Gas (pre-merger w/Westport)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 345\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"BELD\",\n        \"Name\": \"Belden & Blake Corp. (Privatized)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 346\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"TKE_T\",\n        \"Name\": \"Bellatrix Exploration (Acq. by Return Energy)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 347\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"RSA_V\",\n        \"Name\": \"Berkana (Acq. by Quatro Resources)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 348\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"BKP_T\",\n        \"Name\": \"Berkley Petroleum (Acq. by Anadarko)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 349\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"BRY\",\n        \"Name\": \"Berry Corporation (Restructured in 2018)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 350\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"BHILLS\",\n        \"Name\": \"Black Hills Corp. (Inactive)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 351\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"BLCKPERL\",\n        \"Name\": \"BlackPearl Res. (Acq. by Int'l Petroleum)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 352\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"BVI_T\",\n        \"Name\": \"BlackRock Vent. (Acq. by Shell)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 353\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"BDCO\",\n        \"Name\": \"Blue Dolphin Energy (Inactive)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 354\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"MHRC\",\n        \"Name\": \"Blue Ridge Mountain Res. (Privatized)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 355\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"BDE\",\n        \"Name\": \"Bois d'Arc Energy (Acq. by Stone)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 356\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"BNP_T\",\n        \"Name\": \"Bonavista (privatized as Newex Energy)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 357\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"BOULDER\",\n        \"Name\": \"Boulder Energy Ltd. (Privatized)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 358\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"BVX_T\",\n        \"Name\": \"Bow Valley (Acq. by Dana Pet)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 359\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"BBEMLP\",\n        \"Name\": \"Breitburn Energy Partners L.P. (Bankrupt)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 360\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"BEXP\",\n        \"Name\": \"Brigham Exploration Co. (acq. by Statoil)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 361\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"OLOG\",\n        \"Name\": \"Bristow Group Inc. (Inactive)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 362\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"BPL_\",\n        \"Name\": \"Buckeye Partners, L.P. (Privatized)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 364\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"BRU\",\n        \"Name\": \"Burl. Res. Coal Seam R.T. (inactive)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 365\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"BR\",\n        \"Name\": \"Burlington Res. (Acq. by Conoco)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 366\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"OXYEXNCI\",\n        \"Name\": \"Burlington Res. (pre-LL&E+Poco mergers)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 367\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"BR2\",\n        \"Name\": \"Burlington Res. (pre-Poco merger)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 368\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"BURREN\",\n        \"Name\": \"Burren Energy (Acquired by ENI)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 369\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"CEPSA\",\n        \"Name\": \"CEPSA (Co. Espanola de Petroleos) (Inactive)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 370\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PCMS\",\n        \"Name\": \"CMS Energy Corp. (Inactive)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 371\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"CNXGAS\",\n        \"Name\": \"CNX Gas (reacquired by Consol Energy)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 373\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"KERECO\",\n        \"Name\": \"Cadence Energy (fka Kereco, Acq. by Barrick Gold)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 374\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"CEUS\",\n        \"Name\": \"Cairn Energy USA (Acq. by TMR)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 375\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"CAIRNIN\",\n        \"Name\": \"Cairn India Ltd. (Acq. by Vedanta)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 376\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"CALDIVE\",\n        \"Name\": \"Cal Dive International (Bankrupt)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 377\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"CALTEX_H\",\n        \"Name\": \"Caltex (rolled into ChevronTexaco)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 378\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"CALVAL\",\n        \"Name\": \"Calvalley Petroleum Inc. (Bankruptcy)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 379\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"CAM\",\n        \"Name\": \"Cameron Int'l (Acq. by Schlumberger)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 380\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"CSW\",\n        \"Name\": \"Canada So. Pet. (Acq. by Can. Oil Sands)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 381\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"HTR_T\",\n        \"Name\": \"Canadian Hunter (Acq. by Burlington)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 382\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"T_CO_U\",\n        \"Name\": \"Canadian Oil Sands (Acq. by Suncor)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 383\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"CPL_T\",\n        \"Name\": \"Canadian Pacific Ltd (defunct)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 384\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"CANETIC\",\n        \"Name\": \"Canetic RT (Acq. by Penn West Energy)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 385\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"CANOPET\",\n        \"Name\": \"Cano Petroleum, Inc. (bankrupt)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 386\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"CRB\",\n        \"Name\": \"Carbon Energy (Acq. by Evergreen)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 387\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"CRZO\",\n        \"Name\": \"Carrizo Oil & Gas (Acq. by Callon)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 388\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"CECXC\",\n        \"Name\": \"Castle Energy Corp. (inactive)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 389\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"KVL_TO\",\n        \"Name\": \"Cavell Energy (Acq. by Paramount ET)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 390\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"CLT_TO\",\n        \"Name\": \"Celtic Exploration (acq. by ExxonMobil)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 391\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"CUX_TO\",\n        \"Name\": \"Centurion Energy Int'l (Acq. by Dana Gas)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 392\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"CQL_T\",\n        \"Name\": \"Cequel Energy (Acq. by Progress ET)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 393\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"CHAR\",\n        \"Name\": \"Chaparral Res. (Acq. by Lukoil)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 394\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"CHV\",\n        \"Name\": \"Chevron (pre-Texaco merger)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 395\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"CID\",\n        \"Name\": \"Chieftain International (Acq. by Hunt Oil)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 396\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"CIRCLE\",\n        \"Name\": \"Circle Oil plc (Inactive)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 397\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"CITPET\",\n        \"Name\": \"Citgo Petroleum (Inactive)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 398\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"CWEI\",\n        \"Name\": \"Clayton Williams Energy (Acq. by Noble)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 399\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"CLIPPERW\",\n        \"Name\": \"Clipper Windpower plc (Acq. by UTC)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 400\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"CGP\",\n        \"Name\": \"Coastal Corp. (pre-El Paso merger)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 401\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"COASTENE\",\n        \"Name\": \"Coastal Energy Company (Acq. by CEPSA)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 402\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"COBALT\",\n        \"Name\": \"Cobalt International (Bankruptcy)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 403\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"COHO\",\n        \"Name\": \"Coho Energy, Inc. (defunct)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 404\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"CG\",\n        \"Name\": \"Columbia Energy Group (Acq. by NiSource)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 405\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"EGY\",\n        \"Name\": \"Columbus Energy Co. (pre-Key Prod. merger)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 406\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"CMT_\",\n        \"Name\": \"Compton Petroleum Corp. (acq. by MFC)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 407\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"CONCHO\",\n        \"Name\": \"Concho Resources (Acq. by Conoco)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 408\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"CONACHER\",\n        \"Name\": \"Connacher Oil and Gas Ltd. (Restructured)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 409\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"COC\",\n        \"Name\": \"Conoco Inc. (pre-merger w/Phillips)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 410\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"CON_H\",\n        \"Name\": \"ConocoPhillips (historical pooled basis)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 411\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"P\",\n        \"Name\": \"ConocoPhillips (pre-split)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 412\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"CNG\",\n        \"Name\": \"Consolidated Natural Gas (Acq. by Dominion)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 413\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"KOGC\",\n        \"Name\": \"Contour Energy (Acq. by Samson Invest.)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 414\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"COVENRGY\",\n        \"Name\": \"Cove Energy plc (acq. By PTT)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 415\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"CRED\",\n        \"Name\": \"Credo Petroleum (acq. by Forestar)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 416\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"CRS_T\",\n        \"Name\": \"Crestar Energy Inc. (Acq. by Gulf Canada)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 417\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"GULF\",\n        \"Name\": \"Crimson Exploration Inc. (Acq. by Contango)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 418\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"CROCOTTA\",\n        \"Name\": \"Crocotta Energy Inc. (Acq. by Long Run)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 419\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"XTEX\",\n        \"Name\": \"Crosstex Energy, L.P. (Acq. by EnLink)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 420\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"CNP_A\",\n        \"Name\": \"Crown Central Petroleum (defunct)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 421\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"WESTSIDE\",\n        \"Name\": \"Crusader Energy (fka Westside) (Inactive)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 422\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"CYRIES\",\n        \"Name\": \"Cyries Energy (Acq. by Iteration)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 423\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"DLBI\",\n        \"Name\": \"DLB Oil & Gas (Acq. by Chesapeake)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 424\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"DNX_L\",\n        \"Name\": \"Dana Petroleum plc (acq. by KNOOC)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 425\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"DWSN\",\n        \"Name\": \"Dawson Geophysical Co. (Inactive)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 426\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"DAYLITE\",\n        \"Name\": \"Daylight Energy Ltd. (acq. by CPC)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 427\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"DPTR\",\n        \"Name\": \"Delta Petroleum (bankrupt)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 428\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"DESIRE\",\n        \"Name\": \"Desire Petroleum plc (Inactive)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 429\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"DVN3\",\n        \"Name\": \"Devon Energy (pre-Northstar merger)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 430\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"DVN2\",\n        \"Name\": \"Devon Energy (pre-SFS merger)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 431\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"DRM\",\n        \"Name\": \"Diamond Shamrock (pre-Ultramar merger)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 432\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"DOMPETRO\",\n        \"Name\": \"Dominion Petroleum Ltd. (acq. by Ophir)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 433\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"DOM\",\n        \"Name\": \"Dominion Res. Black Warrior Trust (Bankrupt)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 434\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"DRAGON\",\n        \"Name\": \"Dragon Oil Plc (Acq. by ENOC)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 435\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"DEPLP\",\n        \"Name\": \"Duncan Energy (acq. by Enterprise Products)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 436\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"DUNDEEEN\",\n        \"Name\": \"Dundee Energy (Bankruptcy)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 437\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"DUNE\",\n        \"Name\": \"Dune Energy Inc. (Bankruptcy)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 438\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"DUVERNAY\",\n        \"Name\": \"Duvernay Oil (Acq. by RDShell)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 439\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"DOL_TO\",\n        \"Name\": \"Dynamic (Acq. by Sequoia O&GT)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 440\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"DYN\",\n        \"Name\": \"Dynegy Inc. (Acq. By Vistra Energy)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 441\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"VEB\",\n        \"Name\": \"E.ON AG (Inactive) (ADMIN Only)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 442\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"EEX\",\n        \"Name\": \"EEX Corp. (Acq. by Newfield Exploration)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 443\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"EOT\",\n        \"Name\": \"EOTT Energy Partners (defunct)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 444\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"EPL\",\n        \"Name\": \"EPL Oil & Gas Inc. (Acq. by Energy XXI)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 445\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"ERGPETRO\",\n        \"Name\": \"ERG Petroli S.P.A. (Inactive)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 446\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"EXCO\",\n        \"Name\": \"EXCO Resources (Privatized)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 447\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"EROC\",\n        \"Name\": \"Eagle Rock Energy LP (Acq. by Vanguard Nat)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 448\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"NGT\",\n        \"Name\": \"Eastern American NG Trust (Inactive)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 449\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"EPEX\",\n        \"Name\": \"Edge Petroleum (bankrupt)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 450\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"EP\",\n        \"Name\": \"El Paso Corp. (acq. by Kinder Morgan)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 451\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"EPG2\",\n        \"Name\": \"El Paso Corp. (pre-Coastal merger)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 452\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"EPG\",\n        \"Name\": \"El Paso Energy (pre-Sonat Merger)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 453\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"ELPASOPP\",\n        \"Name\": \"El Paso Pipeline Part. (Privatized)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 454\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"ELF\",\n        \"Name\": \"Elf Aquitaine (Acq. by TotalFinaElf)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 455\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"ELK_T\",\n        \"Name\": \"Elk Point Res. (Acq. by Acclaim E.T.)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 457\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"EEP\",\n        \"Name\": \"Enbridge Energy Partners, L.P. (Inactive)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 458\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"IPL_T\",\n        \"Name\": \"Enbridge Inc. (Inactive)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 459\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"ENL_T\",\n        \"Name\": \"Encal Energy (Acq. by Calpine Corp.)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 460\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"ENCORE\",\n        \"Name\": \"Encore Acquisition (acq. by Denbury)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 461\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"ENCORMLP\",\n        \"Name\": \"Encore Energy Part (acquired by Vanguard)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 462\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"ENDINTL\",\n        \"Name\": \"Endeavour Int'l Corp. (Bankruptcy)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 463\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"EGN\",\n        \"Name\": \"Energen Corp. (Acq. by Diamondback)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 464\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"ENR\",\n        \"Name\": \"Energy Africa (Acq. by Tullow)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 465\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"ENRGY\",\n        \"Name\": \"Energy Corp. of America (privatized)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 466\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"ENERGYXX\",\n        \"Name\": \"Energy XXI (Bermuda) (Acq. by Cox Oil)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 467\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"ENE\",\n        \"Name\": \"Enron Corp. (inactive)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 468\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"ETP\",\n        \"Name\": \"Enterprise Oil (Acq. by RD/Shell)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 469\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"ENT_TO\",\n        \"Name\": \"Equal Energy Ltd. (Acq. by Petroflow)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 470\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"EQTY\",\n        \"Name\": \"Equity Oil (Acq. by Whiting Pet.)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 471\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"DBLE\",\n        \"Name\": \"Escalera Resources Co. (Bankruptcy)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 472\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"ESNJ\",\n        \"Name\": \"Esenjay Exploration (Acq. by Santos)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 473\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"EEETRUST\",\n        \"Name\": \"Esprit E.T. (Acq. by Pengrowth)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 474\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"EEE_T\",\n        \"Name\": \"Esprit Explor. (inactive: f.k.a. Can. 88)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 475\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PFC_TO\",\n        \"Name\": \"Etrion Corp. (f.k.a. PetroFalcon) (Inactive)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 476\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"EVER\",\n        \"Name\": \"Evergreen Res. (Acq. by Pioneer)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 477\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"EXCO_MLP\",\n        \"Name\": \"Exco Partners (inactive, IPO cancelled)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 478\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"XON\",\n        \"Name\": \"Exxon Corp. (pre-Mobil merger)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 479\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"FI\",\n        \"Name\": \"FINA, Inc. (Acq. by TotalFinaElf)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 480\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"FXEN\",\n        \"Name\": \"FX Energy (Acq. by PKN ORLEN)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 481\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"FALCON\",\n        \"Name\": \"Falcon Oil & Gas Ltd. (Inactive)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 482\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"FAROEPET\",\n        \"Name\": \"Faroe Petroleum plc (Acq. by DNO)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 483\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"FPPC\",\n        \"Name\": \"FieldPoint Petroleum (Bankruptcy)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 484\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"FCALG\",\n        \"Name\": \"First Calgary Petroleums (Acq. by ENI)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 485\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"FEG\",\n        \"Name\": \"Fletcher Challenge Energy (Acq. by Shell)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 486\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"FET_TO\",\n        \"Name\": \"Focus Energy Trust (Acq. by Enerplus)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 487\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"FORESTPM\",\n        \"Name\": \"Forest Oil (pre-merger with Sabine)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 488\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"FOT_HEX\",\n        \"Name\": \"Fortum Corp. (inactive)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 489\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"FPX\",\n        \"Name\": \"Fortune Natural Res. (inactive)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 490\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"FREEMCMO\",\n        \"Name\": \"Freeport-McMoRan Inc. (Inactive)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 491\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"FMR\",\n        \"Name\": \"Freeport-McMoRan RT (defunct)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 492\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"FGH\",\n        \"Name\": \"Friede Goldman Halter (defunct)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 493\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"WOL\",\n        \"Name\": \"Frontier Oil Corp. (Acq. By Holly)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 494\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"GMXR\",\n        \"Name\": \"GMX Resources (bankrupt)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 495\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"GASE\",\n        \"Name\": \"Gasco Energy, Inc. (Restructured)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 496\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"GASTAR\",\n        \"Name\": \"Gastar Exploration (Privatized)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 497\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"NGAS_NA\",\n        \"Name\": \"Gasunie NV (inactive)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 498\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"FROGY\",\n        \"Name\": \"Gaz de France (Merged with Suez)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 499\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"GEX_T\",\n        \"Name\": \"Genesis Exploration (Acq. by Vintage)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 500\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"GEOMET\",\n        \"Name\": \"GeoMet, Inc. (Inactive)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 501\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"GEOI\",\n        \"Name\": \"GeoResources Inc. (acq. by Halcon)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 502\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"GOG\",\n        \"Name\": \"Gerrity Oil & Gas (Acq. by Patina)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 503\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"GI_\",\n        \"Name\": \"Giant Indust. (Acq. by Western)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 504\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"GLBL\",\n        \"Name\": \"Global Industries, Ltd. (Inactive)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 505\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"GLM\",\n        \"Name\": \"GlobalSanteFe (Merged with Transocean)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 506\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"GOTH\",\n        \"Name\": \"Gothic Energy (Acq. by Chesapeake)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 507\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"DEETHREE\",\n        \"Name\": \"Granite Oil Corp. (Acq. by Int'l Petroleum Corp.) \",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 508\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"GNL_TO\",\n        \"Name\": \"Great Northern Expl. (Acq. by APF ET)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 509\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"GRKA\",\n        \"Name\": \"Greka Energy (privatized)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 510\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"DRL\",\n        \"Name\": \"Grey Wolf (Acq by Precision Drilling)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 511\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"GALLEON\",\n        \"Name\": \"Guide Exploration Ltd. (acq. by Long Run)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 512\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"GOU_T\",\n        \"Name\": \"Gulf Canada Resources (Acq. by Conoco)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 513\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"GRL\",\n        \"Name\": \"Gulf Indonesia Res. (Acq. by Conoco)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 514\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"LEV\",\n        \"Name\": \"GulfTerra (Acq. by Enterprise Products)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 515\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"GMRK\",\n        \"Name\": \"Gulfmark Offshore, Inc. (Inactive)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 516\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"HEC\",\n        \"Name\": \"HKN Inc. (Privatized)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 517\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"HSE\",\n        \"Name\": \"HS Resources (Acq. by Kerr-McGee)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 518\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"HCRC\",\n        \"Name\": \"Hallwood Consol. Res. (defunct)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 519\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"HTETRUST\",\n        \"Name\": \"Harvest Energy (acq. by KNOC)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 520\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"BNO\",\n        \"Name\": \"Harvest Natural Resources (Liquidated)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 521\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"YPFEXNCI\",\n        \"Name\": \"Helix Energy Solutions (Inactive)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 522\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"HERITAG\",\n        \"Name\": \"Heritage Oil plc (Acq. by Energy Investments)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 523\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"HIGHPINE\",\n        \"Name\": \"Highpine Oil & Gas (acq. by Daylight)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 524\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"UNGUPR05\",\n        \"Name\": \"Historical Study: GUPR YE2005\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 527\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"UNGUPR10\",\n        \"Name\": \"Historical Study: GUPR YE2010\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 528\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"UNGUPR15\",\n        \"Name\": \"Historical Study: GUPR YE2015\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 529\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"HOC_T\",\n        \"Name\": \"Home Oil Co. (Acq. by Anderson)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 530\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"HOG\",\n        \"Name\": \"Hondo Oil & Gas (defunct)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 531\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"THX\",\n        \"Name\": \"Houston Explor. (Acq. by Forest Oil)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 532\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"HWL\",\n        \"Name\": \"Howell Corp. (Acq. by Anadarko)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 533\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"HUGO\",\n        \"Name\": \"Hugoton Energy (Acq. by Chesapeake)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 534\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"HSE_\",\n        \"Name\": \"Husky Energy Inc. (Acq. by Cenovus)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 535\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"HUS_T\",\n        \"Name\": \"Husky Oil Ltd. (pre-Renaissance merger)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 536\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"ICOC\",\n        \"Name\": \"ICO, Inc. (inactive)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 537\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"CROATIA\",\n        \"Name\": \"INA Group (Croatia) (Inactive)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 538\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"IO\",\n        \"Name\": \"ION Geophysical Corp. (Inactive)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 539\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"IEY_TO\",\n        \"Name\": \"Impact Energy (merged w/Thunder)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 540\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"NRGYLP\",\n        \"Name\": \"Inergy L.P. (Acq. by Crestwood Equity)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 542\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"INLN\",\n        \"Name\": \"Inland Resources (defunct)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 543\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"IONANRGY\",\n        \"Name\": \"Iona Energy Inc. (Bankruptcy)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 544\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"RMPNRGY\",\n        \"Name\": \"Iron Bridge (fka RMP Energy) (Acq. by Velvet)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 545\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"JAGGED\",\n        \"Name\": \"Jagged Peak (Acq. by Parsley Energy)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 546\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"JONESEN\",\n        \"Name\": \"Jones Energy (Privatized)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 547\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"KCS\",\n        \"Name\": \"KCS Energy (merged w/Petrohawk)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 548\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"KPP\",\n        \"Name\": \"Kaneb P.L.P., L.P. (Acq. by Valero L.P.)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 549\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"KAZMUN\",\n        \"Name\": \"KazMun (Defunct)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 550\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"KMG\",\n        \"Name\": \"Kerr-McGee (Acq. by Anadarko)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 551\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"KMG1\",\n        \"Name\": \"Kerr-McGee Corp. (pre-Oryx merger)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 552\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"KER_TO\",\n        \"Name\": \"Ketch Res. (Acq. by Kereco)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 553\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"KEG\",\n        \"Name\": \"Key Energy Services, Inc. (Inactive)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 554\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"KP\",\n        \"Name\": \"Key Production (merged w/Cimarex)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 555\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"KSE\",\n        \"Name\": \"KeySpan Corp. (Acq. by National Grid)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 556\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"ENP\",\n        \"Name\": \"Kinder Morgan Ener. Part (Acq. by Kinder Morgan)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 557\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"KNE\",\n        \"Name\": \"Kinder Morgan Inc. (privatized)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 558\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"KRE_H\",\n        \"Name\": \"King Ranch Energy (inactive)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 559\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"KODIAK\",\n        \"Name\": \"Kodiak Oil & Gas (Acq. by Whiting)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 560\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"LSO\",\n        \"Name\": \"LASMO plc (Acq. by ENI)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 561\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"LRT\",\n        \"Name\": \"LL&E Royalty Trust (dissolved)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 562\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"LRREP\",\n        \"Name\": \"LRR Energy L.P. (Bankruptcy)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 563\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"LAYNEC\",\n        \"Name\": \"Layne Christensen Co. (Inactive)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 564\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"LEGACYOG\",\n        \"Name\": \"Legacy Oil + Gas (Acq. by Crescent Point)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 565\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"LEGACYLP\",\n        \"Name\": \"Legacy Reserves Inc. (Acq. By Crescent Point)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 566\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PETROBAK\",\n        \"Name\": \"Lightstream Resources (Acq. by Ridgeback)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 567\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"LINNEN\",\n        \"Name\": \"Linn Energy LLC (Bankruptcy)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 568\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"LOEWS\",\n        \"Name\": \"Loews Corporation (Inactive)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 569\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"LONEPINE\",\n        \"Name\": \"Lone Pine Resources Inc. (Privatized)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 570\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"LREXPLOR\",\n        \"Name\": \"Long Run Exploration (Acq. by Sinoenergy)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 571\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"LONGVIEW\",\n        \"Name\": \"Longview Oil Corporation (Acq. by Surge)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 572\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"LD_\",\n        \"Name\": \"Louis Dreyfus Nat. Gas (Acq. by Dominion)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 573\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"LLX\",\n        \"Name\": \"Louisiana Land & Expl. (Acq. by BR)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 574\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"LKE_TO\",\n        \"Name\": \"Luke Energy (Acq. by Connacher O&G)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 575\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"IRPPF\",\n        \"Name\": \"Lundin Oil AB (Acq. by Talisman)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 576\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"LYO\",\n        \"Name\": \"Lyondell Chemical (Acq. by Basell AF)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 577\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"LYOCITGO\",\n        \"Name\": \"Lyondell-CITGO Ref. LP (inactive)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 578\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"MV_MLP\",\n        \"Name\": \"MV Partners (Inactive; Parent of MV Oil)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 579\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"MHR\",\n        \"Name\": \"Magnum Hunter (Acq. by Cimarex)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 580\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"MLRC\",\n        \"Name\": \"Mallon Res. (Acq. by Black Hills Corp.)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 581\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"MAR_H\",\n        \"Name\": \"Mariner Energy, Inc. (acq. by Apache)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 582\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"MWE\",\n        \"Name\": \"MarkWest Energy Partners, LP (Inactive)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 583\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"MWP\",\n        \"Name\": \"MarkWest Hydrocarbon (Acq. by MarkWest E.P.)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 584\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"MARTRES\",\n        \"Name\": \"Mart Resources (Acq. by MidWestern O&G)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 585\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"MARUY\",\n        \"Name\": \"Marubeni Corp. (Inactive)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 586\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"MAVK\",\n        \"Name\": \"Maverick Tube (Acq. by Tenaris)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 587\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"MAXPET\",\n        \"Name\": \"Max Petroleum plc (Bankruptcy)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 588\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"MOIL\",\n        \"Name\": \"Maynard Oil (Acq. by Plantation Pet.)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 589\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"MOXY\",\n        \"Name\": \"McMoRan Exploration Co. (Acq. by Freeport)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 590\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"MELROSE\",\n        \"Name\": \"Melrose Resources (acq. by Petroceltic)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 591\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"TMR\",\n        \"Name\": \"Meridian Resource Corp. (acq. by Alta Mesa)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 592\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"MIDCONEP\",\n        \"Name\": \"Mid-Con Energy Partners (Acq. by Contango)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 593\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"MOG_TO\",\n        \"Name\": \"Midnight O&G (Merged into Daylight)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 594\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"MIDSTATE\",\n        \"Name\": \"Midstates Petroleum (Acq. by Amplify Energy)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 595\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"MEXP\",\n        \"Name\": \"Miller Exploration (Acq. by Edge Pet.)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 596\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"BELW\",\n        \"Name\": \"Mission Res. (Acq. by Petrohawk)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 597\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"MIND\",\n        \"Name\": \"Mitcham Industries, Inc. (Inactive)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 598\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"MNDA\",\n        \"Name\": \"Mitchell Energy & Devel. (Acq. by Devon)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 599\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"MOB\",\n        \"Name\": \"Mobil Corp. (pre-Exxon merger)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 600\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"ECLIPSE\",\n        \"Name\": \"Montage Resources (Acq. by Southwestern)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 601\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"MRC\",\n        \"Name\": \"Monterey Resources (Acq. by Texaco)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 602\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"MRP_T\",\n        \"Name\": \"Morrison Petroleums (Acq. by Northstar)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 603\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"NAE_TO\",\n        \"Name\": \"NAL Energy (acq. by Pengrowth Energy)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 604\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"NEGHOLD\",\n        \"Name\": \"NEG Holding LLC (inactive)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 605\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"POGADJ\",\n        \"Name\": \"NGAS Resources (Acq. by Magnum Hunter)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 606\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"GAS\",\n        \"Name\": \"NICOR Inc. (Inactive)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 607\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"NEGX\",\n        \"Name\": \"National Energy Group (Inactive)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 608\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"GLBLDEV\",\n        \"Name\": \"Nautilus Marine Svcs (Acq. by HKN)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 609\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"NLG_TO\",\n        \"Name\": \"Nelson Resources (Acq. by Lukoil)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 610\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"NESTE\",\n        \"Name\": \"Neste Oil Corp. (Inactive)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 611\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"NFX\",\n        \"Name\": \"Newfield Exploration (Acq. by Encana)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 612\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"NR\",\n        \"Name\": \"Newpark Resources, Inc. (Inactive)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 613\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"NXY\",\n        \"Name\": \"Nexen Inc. (Acq. by CNOOC)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 614\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"EPG_\",\n        \"Name\": \"NiSource Inc. (inactive)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 615\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"NIMINRGY\",\n        \"Name\": \"Nimin Energy Corporation (liquidated)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 616\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"MSBHY\",\n        \"Name\": \"Nippon Oil Corp. (inactive)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 617\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"NBL\",\n        \"Name\": \"Noble Energy (Acq. by Chevron)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 618\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"NHY\",\n        \"Name\": \"Norsk Hydro (Acq. by Statoil)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 619\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"NCEB\",\n        \"Name\": \"North Coast Energy (Acq. by Exco)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 620\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"NRK_T\",\n        \"Name\": \"Northrock Resources (Acq. by Unocal)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 621\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"NOVUSNRG\",\n        \"Name\": \"Novus Energy Inc. (Acq. by Yanchang)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 622\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"NVS_AX\",\n        \"Name\": \"Novus Petroleum (Acq. by PT Medco)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 623\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"NEV\",\n        \"Name\": \"Nuevo Energy (Acq. by Plains E&P)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 624\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"NMC_T\",\n        \"Name\": \"Numac Energy (Acq. by Anderson)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 625\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PETROM\",\n        \"Name\": \"OMV Petrom S.A. (Inactive)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 626\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"OKE\",\n        \"Name\": \"ONEOK Inc. (Inactive)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 627\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"NBP\",\n        \"Name\": \"ONEOK Partners, L.P. (Acq. by ONEOK Inc.)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 628\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"OPTICAN\",\n        \"Name\": \"OPTI Canada (acq. by CNOOC)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 629\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"OXYPRES\",\n        \"Name\": \"Occidental Petroleum (pre-spinoff)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 630\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"OEI\",\n        \"Name\": \"Ocean Energy (Acquired by Devon)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 631\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"OILEXCO\",\n        \"Name\": \"Oilexco (bankrupt)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 632\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"OPHIREGY\",\n        \"Name\": \"Ophir Energy (Acq. by Medco Energi)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 633\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"ORX\",\n        \"Name\": \"Oryx Energy (merged w/Kerr-McGee)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 634\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PARESOUR\",\n        \"Name\": \"PA Resources AB (Inactive)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 635\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PANGSLP\",\n        \"Name\": \"PAA NG Storage LP (Acq. by Plains All Amer.)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 636\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PANA\",\n        \"Name\": \"PANACO, Inc. (defunct)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 637\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PCG\",\n        \"Name\": \"PG&E Corp. (f.k.a. Pacific Gas & Electric Co.)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 638\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PKNORLEN\",\n        \"Name\": \"PKN ORLEN SA (Poland) (Inactive)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 639\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PSG\",\n        \"Name\": \"PS Group Holdings (defunct)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 640\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PACEOG\",\n        \"Name\": \"Pace Oil & Gas (acq. By Spyglass)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 641\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PACENRES\",\n        \"Name\": \"Pacific Energy Res (bankrupt)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 642\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PAINTEDP\",\n        \"Name\": \"Painted Pony Petro (Acq. by Canadian Natural)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 643\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PLR_L\",\n        \"Name\": \"Paladin (Acq. by Talsiman)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 644\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PCP_T\",\n        \"Name\": \"PanCanadian: pre-EnCana merger w/AEC\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 645\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PAPO\",\n        \"Name\": \"Pangea Petroleum (Acq. by AvStar)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 646\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PARALLEL\",\n        \"Name\": \"Parallel Energy Trust (Privatized)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 647\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PLLL\",\n        \"Name\": \"Parallel Petroleum (acq. by Apollo Mgmt)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 648\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PKD\",\n        \"Name\": \"Parker Drilling Co. (Privatized)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 649\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PKI_T\",\n        \"Name\": \"Parkland Income Fund (Inactive)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 650\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PARSLEY\",\n        \"Name\": \"Parsley Energy, Inc. (Acq. by Pioneer Natural)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 651\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"POG\",\n        \"Name\": \"Patina O&G (Acq. by Noble Energy)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 652\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"WPOG\",\n        \"Name\": \"Pease Oil & Gas Co.\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 653\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"T_PGF_U\",\n        \"Name\": \"Pengrowth Energy Corp. (Acq. by Cona Resources)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 654\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PN\",\n        \"Name\": \"Pennaco Energy (Acq. by Marathon)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 655\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PZE\",\n        \"Name\": \"PennzEnergy Co. (Acq. by Devon)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 656\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PZL\",\n        \"Name\": \"Pennzoil (pre-Quaker State merger)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 657\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PZL2\",\n        \"Name\": \"Pennzoil-Quaker State (Acq. by RD/Shell)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 658\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"AQP\",\n        \"Name\": \"Peoples (Merged into Integrys)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 659\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PEREZCO\",\n        \"Name\": \"Perez Co (pre-2004, Inactive) (ADMIN Only)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 660\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PANDINA\",\n        \"Name\": \"Petro Andina Res Inc. (acq. by Pluspetrol)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 661\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PCA_T\",\n        \"Name\": \"Petro-Canada (acq. by Suncor)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 662\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PETR\",\n        \"Name\": \"PetroCorp (Acq. by Unit Corp.)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 663\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"FIN\",\n        \"Name\": \"PetroFina (Acq. by TotalFinaElf)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 664\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"HHL\",\n        \"Name\": \"PetroKazakhstan (Acq. by China)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 666\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PQUE\",\n        \"Name\": \"PetroQuest Energy (Bankruptcy)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 667\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PETROSA\",\n        \"Name\": \"PetroSA (Gov't of South Africa) (Inactive)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 668\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PBG_T\",\n        \"Name\": \"Petrobank Energy & Resources Ltd (Inactive)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 669\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"CNPZY\",\n        \"Name\": \"Petrobras Argentina S.A. (Acq. by Pampa)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 670\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PCELTIC\",\n        \"Name\": \"Petroceltic International (Privatized)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 671\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"NCF_TO\",\n        \"Name\": \"Petrofund E.T. (Acq. by Penn West)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 672\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PGEI\",\n        \"Name\": \"Petroglyph Energy (defunct)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 673\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"MALKAOIL\",\n        \"Name\": \"Petrogrand AB (Inactive)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 674\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"BETA\",\n        \"Name\": \"Petrohawk Energy (acq. by BHP)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 675\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PDVSA\",\n        \"Name\": \"Petroleos de Venezuela, S.A. (Inactive)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 676\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PETROMIN\",\n        \"Name\": \"Petrominerales Ltd. (Acq. by Pacific Rub.)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 677\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PETR_NA\",\n        \"Name\": \"Petroplus Int'l NV (privatized)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 678\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PSEARCH\",\n        \"Name\": \"Petrosearch Energy (acq. by Double Eagle)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 679\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"TRINIDAD\",\n        \"Name\": \"Petrotrin (Trinidad) (Defunct)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 680\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PEY_T\",\n        \"Name\": \"Peyto Explor. & Devel. (inactive)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 681\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PINNACLE\",\n        \"Name\": \"Pinnacle Gas Res (Acq. by Powder Holdings)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 682\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PSEMLP\",\n        \"Name\": \"Pioneer Southwest Energy (Acq by Pioneer Nat.)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 683\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PXP\",\n        \"Name\": \"Plains Exploration & Prod.(Acq. by McMoran)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 684\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PLX_NEW\",\n        \"Name\": \"Plains Resources (Acquired by Vulcan)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 685\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PLX\",\n        \"Name\": \"Plains Resources (pre-PXP spin-off)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 686\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PLATINUM\",\n        \"Name\": \"Platinum Energy Resources (Inactive)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 687\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"POC_T\",\n        \"Name\": \"Poco Petroleums (Acq. by Burlington)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 688\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PPP\",\n        \"Name\": \"Pogo (Acquired by Plains E&P)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 689\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PNTU\",\n        \"Name\": \"Pontotoc Prod. (Acq. by Ascent Energy)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 690\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"QUESTRC\",\n        \"Name\": \"PostRock Energy Corp. (Bankruptcy)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 691\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PCO\",\n        \"Name\": \"Premcor Inc. (Acq. by Valero)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 692\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PDE\",\n        \"Name\": \"Pride International, Inc. (Acq. by Ensco)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 693\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PENG\",\n        \"Name\": \"Prima Energy (Acq. by Petro-Canada)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 694\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"LHP\",\n        \"Name\": \"PrimeWest ET (Acquired by Taqa)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 695\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PRZ\",\n        \"Name\": \"Prize Energy (Acq. by Magnum Hunter)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 696\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PRX_T\",\n        \"Name\": \"Probe Exploration (defunct)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 697\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PROEXEN\",\n        \"Name\": \"Progress Energy (Acq. By Petronas)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 698\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PGX_T\",\n        \"Name\": \"Progress Energy Trust (acq. by Progress E Res)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 699\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"FDE_T\",\n        \"Name\": \"Provident Energy (Acq. by Pembina Pipeline)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 700\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"TTXG_RRC\",\n        \"Name\": \"Purcell Energy Ltd. (inactive)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 701\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"PRS_\",\n        \"Name\": \"Pure Resources (Acq. by Unocal)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 702\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"QRELP\",\n        \"Name\": \"QR Energy LP (Acq. by Breitburn Energy)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 703\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"KSF\",\n        \"Name\": \"Quaker State (pre-Pennzoil merger)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 704\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"QUEENG\",\n        \"Name\": \"Queensland Gas (Acq. by BG)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 705\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"QUESTMLP\",\n        \"Name\": \"Quest Energy Part. (acq. by PostRock)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 706\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"STR_\",\n        \"Name\": \"Questar Corp. (Acq by Dominion Res.)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 707\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"KWK\",\n        \"Name\": \"Quicksilver Resources, Inc. (Bankruptcy)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 708\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"RAME\",\n        \"Name\": \"RAM Energy (Acq. by Chesapeake)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 709\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"RDSC_PRE\",\n        \"Name\": \"RDS plc (Pre-Reserve Reclass.)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 710\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"ROC_OIL\",\n        \"Name\": \"ROC Oil Co. Ltd. (Acq. by Fosun)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 711\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"RSPPERM\",\n        \"Name\": \"RSP Permian (Acq. by Concho)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 712\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"RAGINGRV\",\n        \"Name\": \"Raging River Exploration (Acq. by Baytex)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 713\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"RCO\",\n        \"Name\": \"Ramco Energy plc (inactive)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 714\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"RGO\",\n        \"Name\": \"Ranger Oil (Acq. by Canadian Nat. Res.)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 715\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"RER_T\",\n        \"Name\": \"Real Resources (Merged w/ TriStar)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 716\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"REGAL\",\n        \"Name\": \"Regal Petroleum (Inactive)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 717\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"ROILB\",\n        \"Name\": \"Remington O&G (Acq. by Helix)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 718\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"RES_T\",\n        \"Name\": \"Renaissance Energy (Acq. by Husky Oil)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 719\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"RENEGADE\",\n        \"Name\": \"Renegade Petro (Acq. by Spartan Energy)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 720\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"RESOLUTE\",\n        \"Name\": \"Resolute Energy (Acq. by Cimarex)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 721\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"REXI\",\n        \"Name\": \"Resource America (Inactive)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 722\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"RUNR\",\n        \"Name\": \"Reunion Resources (defunct)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 723\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"REXXEN\",\n        \"Name\": \"Rex Energy Corp. (Bankruptcy)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 724\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"RICEEN\",\n        \"Name\": \"Rice Energy Inc. (Acq. by EQT)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 725\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"ROSET\",\n        \"Name\": \"Rosetta Resources Inc. (Acq. by Noble Energy)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 726\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"RDC\",\n        \"Name\": \"Rowan Companies (Acq. by Ensco)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 727\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"RD\",\n        \"Name\": \"Royal Dutch Petroleum (defunct)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 728\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"RUSPETRO\",\n        \"Name\": \"RusPetro Plc (Privatized)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 729\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"RMOC\",\n        \"Name\": \"Rutherford-Moran (Acq. by Chevron)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 730\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"SYNERGY\",\n        \"Name\": \"SRC Energy Inc. (Acq. by PDC Energy)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 731\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"FST\",\n        \"Name\": \"Sabine Oil & Gas (Privatized)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 732\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"SALAMAN\",\n        \"Name\": \"Salamander Energy (Acq. by Ophir)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 733\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"SANCHEZ\",\n        \"Name\": \"Sanchez Energy Corp. (Bankruptcy)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 734\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"SFR\",\n        \"Name\": \"Santa Fe Snyder Corp. (Acq. by Devon)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 735\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"FAIRBORN\",\n        \"Name\": \"Santonia Energy (Acq. by Tourmaline)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 736\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"SARAS\",\n        \"Name\": \"Saras Group (Inactive)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 737\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"SARATOGA\",\n        \"Name\": \"Saratoga Resources (Bankruptcy)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 738\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"SEI\",\n        \"Name\": \"Seitel (Privatized)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 739\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"SEV\",\n        \"Name\": \"Seven Seas Petroleum (defunct)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 740\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"SHYV\",\n        \"Name\": \"Sharon Energy (Acq. by Tuscany Energy)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 741\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"SHC_T\",\n        \"Name\": \"Shell Canada (Acq. by RDShell)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 742\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"SC_H\",\n        \"Name\": \"Shell Oil U.S. (not available after 1998)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 743\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"SC\",\n        \"Name\": \"Shell Transport & Trading (defunct)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 744\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"SE_T\",\n        \"Name\": \"Sherritt International Corp. (Inactive)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 745\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"SHN_TO\",\n        \"Name\": \"Shiningbank (Merged w/PrimeWest)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 746\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"SILBIRCH\",\n        \"Name\": \"SilverBirch Energy (acq. by Teck)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 747\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"SLVWLL\",\n        \"Name\": \"SilverWillow Energy (Acq. by Value Creation)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 748\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"SME\",\n        \"Name\": \"Smedvig (Acq. by SeaDrill Limited)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 749\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"SII\",\n        \"Name\": \"Smith International Inc. (acq. by SLB)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 750\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"SNY\",\n        \"Name\": \"Snyder Oil Corp. (Acq. by Santa Fe)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 751\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"SNT\",\n        \"Name\": \"Sonat (merged w/El Paso)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 752\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"SNG\",\n        \"Name\": \"Sonde Resources Corp. (Bankruptcy)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 753\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"SMIN\",\n        \"Name\": \"Southern Mineral (Acq. by PetroCorp)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 754\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"SOUTHERN\",\n        \"Name\": \"Southern Pacific Resources (Bankruptcy)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 755\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"SPECTRA\",\n        \"Name\": \"Spectra Energy Corp. (Inactive)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 756\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"SPECMLP\",\n        \"Name\": \"Spectra Energy Part (Acq. by Enbridge Energy Part)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 757\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"SKE\",\n        \"Name\": \"Spinnaker (Acq. by Norsk Hydro)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 758\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"SPYGLASS\",\n        \"Name\": \"Spyglass Resources (Bankruptcy)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 759\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"SGY_OLD\",\n        \"Name\": \"Stone Energy (Pre-Reserve Reclass.)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 760\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"SGY\",\n        \"Name\": \"Stone Energy (pre-Basin merger)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 761\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"SEM_TO\",\n        \"Name\": \"Storm Energy (Acq. by Harvest ET)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 762\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"STRATIC\",\n        \"Name\": \"Stratic Energy Corp. (acq. by Enquest)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 763\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"STREAMOG\",\n        \"Name\": \"Stream Oil & Gas (Acq. by TransAtlantic)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 764\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"SUI_T\",\n        \"Name\": \"Summit Resources (Acq. by Paramount)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 765\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"SXL\",\n        \"Name\": \"Sunoco Log. Part. L.P. (Merged with ETP LP)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 766\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"SUN\",\n        \"Name\": \"Sunoco, Inc. (merged with ETP)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 767\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"SUNSHINE\",\n        \"Name\": \"Sunshine Gas (Acq. By Queensland)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 768\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"SESI\",\n        \"Name\": \"Superior Energy Services, Inc. (Inactive)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 769\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"SURGUTNE\",\n        \"Name\": \"Surgutneftegas (Inactive)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 770\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"SYDNEYG\",\n        \"Name\": \"Sydney Gas (Acq. by AGL Energy)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 771\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"SYNENCO\",\n        \"Name\": \"Synenco Energy (Acq. by Total)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 772\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"TELOZ\",\n        \"Name\": \"TEL Offshore Trust (Inactive)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 773\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"TPP\",\n        \"Name\": \"TEPPCO Partners (acq. by Enterprise Product)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 774\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"TNKBP\",\n        \"Name\": \"TNK-BP Limited (Acq. by Rosneft)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 775\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"TXCO\",\n        \"Name\": \"TXCO Resources (bankrupt)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 776\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"TLM_T\",\n        \"Name\": \"Talisman Energy Inc. (Acq. by Repsol)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 777\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"TANGOIL\",\n        \"Name\": \"Tanganyika Oil (Acq. by Sinopec)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 778\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"TN_T\",\n        \"Name\": \"Tarragon Oil & Gas (Acq. by Marathon)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 780\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"TOFF\",\n        \"Name\": \"Tatham Offshore (defunct)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 781\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"TESCO\",\n        \"Name\": \"Tesco Corp. (Inactive)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 782\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"TTPT\",\n        \"Name\": \"Teton Energy (acq. by Caerus O&G)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 783\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"TX\",\n        \"Name\": \"Texaco (pre-Chevron merger)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 784\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"THY_T\",\n        \"Name\": \"Thunder E.T. (Acq. by Sword Energy)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 785\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"TDW\",\n        \"Name\": \"Tidewater, Inc. (Inactive)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 786\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"TPY\",\n        \"Name\": \"Tipperary (Acq. by Santos)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 787\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"TMBR\",\n        \"Name\": \"Tom Brown (Acq. by EnCana)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 788\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"TRU\",\n        \"Name\": \"Torch Energy Trust (Inactive)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 789\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"TRGL\",\n        \"Name\": \"Toreador Resources (merged with ZaZa)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 790\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"TOS\",\n        \"Name\": \"Tosco Corp. (Acquired by Phillips)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 791\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"TPN\",\n        \"Name\": \"Total Petroleum N.A. (Acq. by UDS)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 792\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"TOT\",\n        \"Name\": \"TotalFina (pre-Elf merger)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 793\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"TRANEN\",\n        \"Name\": \"TransAmerican (defunct)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 794\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"TRP_T\",\n        \"Name\": \"TransCanada Corp. (Inactive)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 795\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"TMG\",\n        \"Name\": \"TransMontaigne (Acq. by Morgan Stanley)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 796\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"TTXG\",\n        \"Name\": \"TransTexas Gas (defunct)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 797\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"TMXN\",\n        \"Name\": \"Transmeridian Exploration (Inactive)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 798\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"TREK\",\n        \"Name\": \"Trek Resources (privatized)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 799\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"TIV\",\n        \"Name\": \"Tri-Valley Corp. (bankrupt)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 800\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"TRISTARO\",\n        \"Name\": \"TriStar Oil & Gas (acq. by PetroBakken)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 801\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"TRIANGLE\",\n        \"Name\": \"Triangle Petroleum Corp. (Inactive)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 802\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"TMAR\",\n        \"Name\": \"Trico Marine Services, Inc. (Inactive)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 803\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"TET_TO\",\n        \"Name\": \"Trilogy Energy (Acq. by Paramount)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 804\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"OIL\",\n        \"Name\": \"Triton Energy (Acq. by Amerada Hess)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 805\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"TWINBUTE\",\n        \"Name\": \"Twin Butte Energy (Acq. by West Lake)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 806\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"TYUMEN\",\n        \"Name\": \"Tyumen Oil (merged into TNK-BP)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 807\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"GUPRWASS\",\n        \"Name\": \"UNIVERSE: GUPR\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 808\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"UNGUPR11\",\n        \"Name\": \"UNIVERSE: GUPR YE2011\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 809\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"UTS_TO\",\n        \"Name\": \"UTS Energy Corp. (Acq. by Total)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 810\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"UET_TO\",\n        \"Name\": \"Ultima Energy (Acq. by Petrofund ET)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 811\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"UP_T\",\n        \"Name\": \"Ultra Petroleum Corp. (Privatized)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 812\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"ULR\",\n        \"Name\": \"Ultramar Corp. (pre-Diamond merger)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 813\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"UDS\",\n        \"Name\": \"UltramarDiamondShamrock (Acq. by Valero)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 814\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"UMR\",\n        \"Name\": \"Unimar (defunct)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 815\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"UPR\",\n        \"Name\": \"Union Pacific Res. (Acq. by Anadarko)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 816\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"UTH\",\n        \"Name\": \"Union Texas Petr. (Acq. by ARCO)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 817\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"UCL\",\n        \"Name\": \"Unocal (Acq. by Chevron)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 818\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"URC_T\",\n        \"Name\": \"Upton Res. (Acq. by Starpoint)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 819\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"URALSEN\",\n        \"Name\": \"Urals Energy plc (Inactive)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 820\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"VANMLP\",\n        \"Name\": \"Vanguard Natural Resources (Bankruptcy)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 821\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"VRC\",\n        \"Name\": \"Varco Int'l (Acq. by Nat'l Oilwell)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 822\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"VRI\",\n        \"Name\": \"Vastar Resources (Acq. by BP)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 823\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"VENOCO\",\n        \"Name\": \"Venoco Inc. (Bankruptcy)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 824\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"VPC_L\",\n        \"Name\": \"Venture Production (acq. by Centrica)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 825\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"VERASUN\",\n        \"Name\": \"VeraSun Energy (bankrupt)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 826\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"VERENEX\",\n        \"Name\": \"Verenex Energy (acq by CNPC)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 827\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"VTS\",\n        \"Name\": \"Veritas DGC (Acq. by CGG)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 828\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"VKR_TO\",\n        \"Name\": \"Viking Energy RT (Acq. by Harvest ET)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 829\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"VPI\",\n        \"Name\": \"Vintage Petroleum (Acq. by OXY)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 830\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"WPXENRGY\",\n        \"Name\": \"WPX Energy (Williams spinoff)(Acq. by Devon)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 831\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"WRRN\",\n        \"Name\": \"Warren Resources, Inc. (Inactive)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 832\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"WGR\",\n        \"Name\": \"Western Gas Res. (Acq. by Anadarko)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 833\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"WTO_T\",\n        \"Name\": \"Western Oil Sands (Acq. by Marathon)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 834\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"WESTREF\",\n        \"Name\": \"Western Refining Inc. (Acq. by Tesoro)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 835\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"WRC\",\n        \"Name\": \"Westport Res. (Acq. by Kerr-McGee)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 836\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"WRC1\",\n        \"Name\": \"Westport Res. (pre-merger w/Belco)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 837\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"WHITUSA\",\n        \"Name\": \"Whiting USA Trust 1 (Inactive)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 838\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"WHIT\",\n        \"Name\": \"Whittier (Acq. by Sterling)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 839\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"WILDHORS\",\n        \"Name\": \"Wildhorse Resource (Acq. by Chesapeake)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 840\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"WTU\",\n        \"Name\": \"Williams Coal Seam RT (Terminated)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 841\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"WMB\",\n        \"Name\": \"Williams Companies Inc. (The) (Inactive)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 842\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"WPZ_MLP\",\n        \"Name\": \"Williams Partners L.P. (Acq. by Williams Cos)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 843\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"WMZ_MLP\",\n        \"Name\": \"Williams Pipeline (acq. by Williams Partners)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 844\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"WOC\",\n        \"Name\": \"Wilshire Enterprises (inactive)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 845\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"WINDSOR\",\n        \"Name\": \"Windsor Energy Resources (Inactive)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 846\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"WZR\",\n        \"Name\": \"Wiser Oil (Acq. by Forest Oil)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 847\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"WYOG\",\n        \"Name\": \"Wyoming Oil & Minerals (inactive)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 848\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"XCL_\",\n        \"Name\": \"XCL Ltd. (inactive)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 849\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"XTO\",\n        \"Name\": \"XTO Energy Inc. (acq. by ExxonMobil)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 850\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"YPFPRE99\",\n        \"Name\": \"YPF (pre-1999, Inactive) (ADMIN Only)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 851\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"YUKOS\",\n        \"Name\": \"Yukos (Defunct)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 852\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"ZEL\",\n        \"Name\": \"ZORIN Explor. (Acq. by Hawker Res.)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 853\n    },\n    {\n        \"Dimension\": \"Company\",\n        \"CompanyMetricsId\": \"ZAZA\",\n        \"Name\": \"ZaZa Energy Corp. (Bankruptcy)\",\n        \"ParentId\": \"PGZZZ\",\n        \"ParentName\": \"OUT OF BUSINESS, ACQUIRED OR OTHER\",\n        \"Order\": 854\n    }\n]"}],"_postman_id":"b85366dc-0994-4d08-9172-cb46bd0ef7fe"},{"name":"Views for Company Metrics data","id":"cc818e79-e7a2-46b7-99ce-5fe012875348","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.connect.ihsmarkit.com/energy/v2/company-metrics/views","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"yourUsername"},{"key":"password","value":"yourPassword"}]},"isInherited":true,"source":{"_postman_id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","name":"Upstream Insight API","type":"collection"}},"urlObject":{"protocol":"https","path":["energy","v2","company-metrics","views"],"host":["api","connect","ihsmarkit","com"],"query":[],"variable":[]}},"response":[{"id":"f0313f02-946e-44eb-9602-a60d67be5964","name":"Views for Company Metrics data","originalRequest":{"method":"GET","header":[],"url":"https://api.connect.ihsmarkit.com/energy/v2/company-metrics/views"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Backend-Server","value":"VWC-2PCOGWB03"},{"key":"X-Backend-Server","value":"VWC-2PCOGWB03"},{"key":"X-Powered-By","value":"ARR/3.0"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Cache-Control, x-should-not-refresh-session"},{"key":"Access-Control-Expose-Headers","value":"X-MiniProfiler-Ids"},{"key":"Access-Control-Allow-Origin","value":""},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Date","value":"Fri, 12 Feb 2021 20:21:59 GMT"},{"key":"Content-Length","value":"52"}],"cookie":[],"responseTime":null,"body":"[\n    \"cell-data-ids\",\n    \"cell-data-names\"\n]"}],"_postman_id":"cc818e79-e7a2-46b7-99ce-5fe012875348"},{"name":"Parameters for views returned by ...v2/company-metrics/views","id":"f6d17d16-10c8-4d45-a497-681f48bce632","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.connect.ihsmarkit.com/energy/v2/company-metrics/views/cell-data-names","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"yourUsername"},{"key":"password","value":"yourPassword"}]},"isInherited":true,"source":{"_postman_id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","name":"Upstream Insight API","type":"collection"}},"urlObject":{"protocol":"https","path":["energy","v2","company-metrics","views","cell-data-names"],"host":["api","connect","ihsmarkit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f6d17d16-10c8-4d45-a497-681f48bce632"},{"name":"Query result row count","id":"36a1c611-3b35-4103-aa90-1dfb4df6ea52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.connect.ihsmarkit.com/energy/v2/company-metrics/count/cell-data-names?filter=company_name like 'BP%'&filter=line_item in '\"Total Oil %26 Gas Year-end Reserves, MMboe\"', '\"1-Year Oil %26 Gas (@6/1) Finding %26 Development Cost per boe\"'&filter=time = '2019 YE Actual'","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"yourUsername"},{"key":"password","value":"yourPassword"}]},"isInherited":true,"source":{"_postman_id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","name":"Upstream Insight API","type":"collection"}},"urlObject":{"protocol":"https","path":["energy","v2","company-metrics","count","cell-data-names"],"host":["api","connect","ihsmarkit","com"],"query":[{"key":"filter","value":"company_name like 'BP%'"},{"key":"filter","value":"line_item in '\"Total Oil & Gas Year-end Reserves, MMboe\"', '\"1-Year Oil & Gas (@6/1) Finding & Development Cost per boe\"'"},{"key":"filter","value":"time = '2019 YE Actual'"}],"variable":[]}},"response":[{"id":"6e9f383b-2fa9-4600-bb13-01af445ac65c","name":"Query result row count","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.connect.ihsmarkit.com/energy/v2/company-metrics/count/cell-data-names?filter=company_name like 'BP%'&filter=line_item in '\"Total Oil %26 Gas Year-end Reserves, MMboe\"', '\"1-Year Oil %26 Gas (@6/1) Finding %26 Development Cost per boe\"'&filter=time = '2019 YE Actual'","protocol":"https","host":["api","connect","ihsmarkit","com"],"path":["energy","v2","company-metrics","count","cell-data-names"],"query":[{"key":"filter","value":"company_name like 'BP%'"},{"key":"filter","value":"line_item in '\"Total Oil %26 Gas Year-end Reserves, MMboe\"', '\"1-Year Oil %26 Gas (@6/1) Finding %26 Development Cost per boe\"'"},{"key":"filter","value":"time = '2019 YE Actual'"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Backend-Server","value":"VWC-2PCOGWB03"},{"key":"X-Backend-Server","value":"VWC-2PCOGWB03"},{"key":"X-Powered-By","value":"ARR/3.0"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Cache-Control, x-should-not-refresh-session"},{"key":"Access-Control-Expose-Headers","value":"X-MiniProfiler-Ids"},{"key":"Access-Control-Allow-Origin","value":""},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Date","value":"Fri, 12 Feb 2021 20:02:21 GMT"},{"key":"Content-Length","value":"22"}],"cookie":[],"responseTime":null,"body":"29"}],"_postman_id":"36a1c611-3b35-4103-aa90-1dfb4df6ea52"},{"name":"Example data pull using SQL like commands","id":"42b642d2-9f8c-4aa8-8714-24d9e583c30f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.connect.ihsmarkit.com/energy/v2/company-metrics/retrieve/cell-data-names?filter=company_name like 'BP%'&filter=line_item in '\"Total Oil %26 Gas Year-end Reserves, MMboe\"', '\"1-Year Oil %26 Gas (@6/1) Finding %26 Development Cost per boe\"'&filter=time = '2019 YE Actual'","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"yourUsername"},{"key":"password","value":"yourPassword"}]},"isInherited":true,"source":{"_postman_id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","name":"Upstream Insight API","type":"collection"}},"urlObject":{"protocol":"https","path":["energy","v2","company-metrics","retrieve","cell-data-names"],"host":["api","connect","ihsmarkit","com"],"query":[{"description":{"content":"<p>Use the % symbol for wildcard matching.</p>\n","type":"text/plain"},"key":"filter","value":"company_name like 'BP%'"},{"description":{"content":"<p>Use {dimension_name} in 'dimension 1', 'dimension 2' to return multiple dimensions</p>\n","type":"text/plain"},"key":"filter","value":"line_item in '\"Total Oil %26 Gas Year-end Reserves, MMboe\"', '\"1-Year Oil %26 Gas (@6/1) Finding %26 Development Cost per boe\"'"},{"description":{"content":"<p>Use = for exact matching</p>\n","type":"text/plain"},"key":"filter","value":"time = '2019 YE Actual'"}],"variable":[]}},"response":[{"id":"e6ed1cab-b552-4b81-ac7a-d51fe7d847f4","name":"Example data pull using SQL like commands","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.connect.ihsmarkit.com/energy/v2/company-metrics/retrieve/cell-data-names?filter=company_name like 'BP%'&filter=line_item in '\"Total Oil %26 Gas Year-end Reserves, MMboe\"', '\"1-Year Oil %26 Gas (@6/1) Finding %26 Development Cost per boe\"'&filter=time = '2019 YE Actual'","protocol":"https","host":["api","connect","ihsmarkit","com"],"path":["energy","v2","company-metrics","retrieve","cell-data-names"],"query":[{"key":"filter","value":"company_name like 'BP%'","description":"Use the % symbol for wildcard matching."},{"key":"filter","value":"line_item in '\"Total Oil %26 Gas Year-end Reserves, MMboe\"', '\"1-Year Oil %26 Gas (@6/1) Finding %26 Development Cost per boe\"'","description":"Use {dimension_name} in 'dimension 1', 'dimension 2' to return multiple dimensions"},{"key":"filter","value":"time = '2019 YE Actual'","description":"Use = for exact matching"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Backend-Server","value":"VWC-2PCOGWB02"},{"key":"X-Backend-Server","value":"VWC-2PCOGWB02"},{"key":"X-Powered-By","value":"ARR/3.0"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Cache-Control, x-should-not-refresh-session"},{"key":"Access-Control-Expose-Headers","value":"X-MiniProfiler-Ids"},{"key":"Access-Control-Allow-Origin","value":""},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Date","value":"Fri, 12 Feb 2021 19:47:13 GMT"},{"key":"Content-Length","value":"923"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"company\": \"CVX\",\n        \"company_name\": \"Chevron Corp.\",\n        \"line_item\": \"1-Year Oil & Gas (@6/1) Finding & Development Cost per boe\",\n        \"region\": \"West Africa\",\n        \"time\": \"2019 YE Actual\",\n        \"currency\": \"usd\",\n        \"peer_group\": \"GLOBAL INTEGRATED OILS\",\n        \"line_item_group\": \"IHS Finding & Development Calculations (Revisions, Extensions & Discoveries, and Improved Recovery) (Header):\",\n        \"line_item_report_group\": \"Oil & Gas Reserves and Costs (Header)(Flag):\",\n        \"frequency\": \"Annual\",\n        \"value\": {\n            \"actual\": 6.070588,\n            \"usd\": 6.070588\n        }\n    },\n    {\n        \"company\": \"CVX\",\n        \"company_name\": \"Chevron Corp.\",\n        \"line_item\": \"1-Year Oil & Gas (@6/1) Finding & Development Cost per boe\",\n        \"region\": \"Africa/Middle East\",\n        \"time\": \"2019 YE Actual\",\n        \"currency\": \"usd\",\n        \"peer_group\": \"GLOBAL INTEGRATED OILS\",\n        \"line_item_group\": \"IHS Finding & Development Calculations (Revisions, Extensions & Discoveries, and Improved Recovery) (Header):\",\n        \"line_item_report_group\": \"Oil & Gas Reserves and Costs (Header)(Flag):\",\n        \"frequency\": \"Annual\",\n        \"value\": {\n            \"actual\": 6.070588,\n            \"usd\": 6.070588\n        }\n    },\n    {\n        \"company\": \"CVX\",\n        \"company_name\": \"Chevron Corp.\",\n        \"line_item\": \"1-Year Oil & Gas (@6/1) Finding & Development Cost per boe\",\n        \"region\": \"Asia-Pacific\",\n        \"time\": \"2019 YE Actual\",\n        \"currency\": \"usd\",\n        \"peer_group\": \"GLOBAL INTEGRATED OILS\",\n        \"line_item_group\": \"IHS Finding & Development Calculations (Revisions, Extensions & Discoveries, and Improved Recovery) (Header):\",\n        \"line_item_report_group\": \"Oil & Gas Reserves and Costs (Header)(Flag):\",\n        \"frequency\": \"Annual\",\n        \"value\": {\n            \"actual\": 4.361955,\n            \"usd\": 4.361955\n        }\n    },\n    {\n        \"company\": \"CVX\",\n        \"company_name\": \"Chevron Corp.\",\n        \"line_item\": \"1-Year Oil & Gas (@6/1) Finding & Development Cost per boe\",\n        \"region\": \"Australia\",\n        \"time\": \"2019 YE Actual\",\n        \"currency\": \"usd\",\n        \"peer_group\": \"GLOBAL INTEGRATED OILS\",\n        \"line_item_group\": \"IHS Finding & Development Calculations (Revisions, Extensions & Discoveries, and Improved Recovery) (Header):\",\n        \"line_item_report_group\": \"Oil & Gas Reserves and Costs (Header)(Flag):\",\n        \"frequency\": \"Annual\",\n        \"value\": {\n            \"actual\": 1.750631,\n            \"usd\": 1.750631\n        }\n    },\n    {\n        \"company\": \"CVX\",\n        \"company_name\": \"Chevron Corp.\",\n        \"line_item\": \"1-Year Oil & Gas (@6/1) Finding & Development Cost per boe\",\n        \"region\": \"Global Operational Data (Consol. Only)\",\n        \"time\": \"2019 YE Actual\",\n        \"currency\": \"usd\",\n        \"peer_group\": \"GLOBAL INTEGRATED OILS\",\n        \"line_item_group\": \"IHS Finding & Development Calculations (Revisions, Extensions & Discoveries, and Improved Recovery) (Header):\",\n        \"line_item_report_group\": \"Oil & Gas Reserves and Costs (Header)(Flag):\",\n        \"frequency\": \"Annual\",\n        \"value\": {\n            \"actual\": 25.11,\n            \"usd\": 25.11\n        }\n    },\n    {\n        \"company\": \"CVX\",\n        \"company_name\": \"Chevron Corp.\",\n        \"line_item\": \"1-Year Oil & Gas (@6/1) Finding & Development Cost per boe\",\n        \"region\": \"East & South Asia-Pacific\",\n        \"time\": \"2019 YE Actual\",\n        \"currency\": \"usd\",\n        \"peer_group\": \"GLOBAL INTEGRATED OILS\",\n        \"line_item_group\": \"IHS Finding & Development Calculations (Revisions, Extensions & Discoveries, and Improved Recovery) (Header):\",\n        \"line_item_report_group\": \"Oil & Gas Reserves and Costs (Header)(Flag):\",\n        \"frequency\": \"Annual\",\n        \"value\": {\n            \"actual\": 1.750631,\n            \"usd\": 1.750631\n        }\n    },\n    {\n        \"company\": \"CVX\",\n        \"company_name\": \"Chevron Corp.\",\n        \"line_item\": \"1-Year Oil & Gas (@6/1) Finding & Development Cost per boe\",\n        \"region\": \"Europe: Total (Consolidated only)\",\n        \"time\": \"2019 YE Actual\",\n        \"currency\": \"usd\",\n        \"peer_group\": \"GLOBAL INTEGRATED OILS\",\n        \"line_item_group\": \"IHS Finding & Development Calculations (Revisions, Extensions & Discoveries, and Improved Recovery) (Header):\",\n        \"line_item_report_group\": \"Oil & Gas Reserves and Costs (Header)(Flag):\",\n        \"frequency\": \"Annual\",\n        \"value\": {\n            \"actual\": 24.230768,\n            \"usd\": 24.230768\n        }\n    },\n    {\n        \"company\": \"CVX\",\n        \"company_name\": \"Chevron Corp.\",\n        \"line_item\": \"1-Year Oil & Gas (@6/1) Finding & Development Cost per boe\",\n        \"region\": \"Europe: Total (Consol. & Non-Consol.)\",\n        \"time\": \"2019 YE Actual\",\n        \"currency\": \"usd\",\n        \"peer_group\": \"GLOBAL INTEGRATED OILS\",\n        \"line_item_group\": \"IHS Finding & Development Calculations (Revisions, Extensions & Discoveries, and Improved Recovery) (Header):\",\n        \"line_item_report_group\": \"Oil & Gas Reserves and Costs (Header)(Flag):\",\n        \"frequency\": \"Annual\",\n        \"value\": {\n            \"actual\": 24.230768,\n            \"usd\": 24.230768\n        }\n    },\n    {\n        \"company\": \"CVX\",\n        \"company_name\": \"Chevron Corp.\",\n        \"line_item\": \"1-Year Oil & Gas (@6/1) Finding & Development Cost per boe\",\n        \"region\": \"North America (Consol. & Non-Consol.)\",\n        \"time\": \"2019 YE Actual\",\n        \"currency\": \"usd\",\n        \"peer_group\": \"GLOBAL INTEGRATED OILS\",\n        \"line_item_group\": \"IHS Finding & Development Calculations (Revisions, Extensions & Discoveries, and Improved Recovery) (Header):\",\n        \"line_item_report_group\": \"Oil & Gas Reserves and Costs (Header)(Flag):\",\n        \"frequency\": \"Annual\",\n        \"value\": {\n            \"actual\": 933.294118,\n            \"usd\": 933.294118\n        }\n    },\n    {\n        \"company\": \"CVX\",\n        \"company_name\": \"Chevron Corp.\",\n        \"line_item\": \"1-Year Oil & Gas (@6/1) Finding & Development Cost per boe\",\n        \"region\": \"Non-Consolidated (NCI) Operational Data\",\n        \"time\": \"2019 YE Actual\",\n        \"currency\": \"usd\",\n        \"peer_group\": \"GLOBAL INTEGRATED OILS\",\n        \"line_item_group\": \"IHS Finding & Development Calculations (Revisions, Extensions & Discoveries, and Improved Recovery) (Header):\",\n        \"line_item_report_group\": \"Oil & Gas Reserves and Costs (Header)(Flag):\",\n        \"frequency\": \"Annual\",\n        \"value\": {\n            \"actual\": 46.707965,\n            \"usd\": 46.707965\n        }\n    },\n    {\n        \"company\": \"CVX\",\n        \"company_name\": \"Chevron Corp.\",\n        \"line_item\": \"1-Year Oil & Gas (@6/1) Finding & Development Cost per boe\",\n        \"region\": \"Non-Consolidated: Non-U.S.2\",\n        \"time\": \"2019 YE Actual\",\n        \"currency\": \"usd\",\n        \"peer_group\": \"GLOBAL INTEGRATED OILS\",\n        \"line_item_group\": \"IHS Finding & Development Calculations (Revisions, Extensions & Discoveries, and Improved Recovery) (Header):\",\n        \"line_item_report_group\": \"Oil & Gas Reserves and Costs (Header)(Flag):\",\n        \"frequency\": \"Annual\",\n        \"value\": {\n            \"actual\": -18.10909,\n            \"usd\": -18.10909\n        }\n    },\n    {\n        \"company\": \"CVX\",\n        \"company_name\": \"Chevron Corp.\",\n        \"line_item\": \"1-Year Oil & Gas (@6/1) Finding & Development Cost per boe\",\n        \"region\": \"Non-Consolidated: Russia & Caspian\",\n        \"time\": \"2019 YE Actual\",\n        \"currency\": \"usd\",\n        \"peer_group\": \"GLOBAL INTEGRATED OILS\",\n        \"line_item_group\": \"IHS Finding & Development Calculations (Revisions, Extensions & Discoveries, and Improved Recovery) (Header):\",\n        \"line_item_report_group\": \"Oil & Gas Reserves and Costs (Header)(Flag):\",\n        \"frequency\": \"Annual\",\n        \"value\": {\n            \"actual\": 41.844475,\n            \"usd\": 41.844475\n        }\n    },\n    {\n        \"company\": \"CVX\",\n        \"company_name\": \"Chevron Corp.\",\n        \"line_item\": \"1-Year Oil & Gas (@6/1) Finding & Development Cost per boe\",\n        \"region\": \"North America: U.S. & Canada (Consol. Only)\",\n        \"time\": \"2019 YE Actual\",\n        \"currency\": \"usd\",\n        \"peer_group\": \"GLOBAL INTEGRATED OILS\",\n        \"line_item_group\": \"IHS Finding & Development Calculations (Revisions, Extensions & Discoveries, and Improved Recovery) (Header):\",\n        \"line_item_report_group\": \"Oil & Gas Reserves and Costs (Header)(Flag):\",\n        \"frequency\": \"Annual\",\n        \"value\": {\n            \"actual\": 933.294118,\n            \"usd\": 933.294118\n        }\n    },\n    {\n        \"company\": \"CVX\",\n        \"company_name\": \"Chevron Corp.\",\n        \"line_item\": \"1-Year Oil & Gas (@6/1) Finding & Development Cost per boe\",\n        \"region\": \"North Sea/Northern Europe\",\n        \"time\": \"2019 YE Actual\",\n        \"currency\": \"usd\",\n        \"peer_group\": \"GLOBAL INTEGRATED OILS\",\n        \"line_item_group\": \"IHS Finding & Development Calculations (Revisions, Extensions & Discoveries, and Improved Recovery) (Header):\",\n        \"line_item_report_group\": \"Oil & Gas Reserves and Costs (Header)(Flag):\",\n        \"frequency\": \"Annual\",\n        \"value\": {\n            \"actual\": 24.230768,\n            \"usd\": 24.230768\n        }\n    },\n    {\n        \"company\": \"CVX\",\n        \"company_name\": \"Chevron Corp.\",\n        \"line_item\": \"1-Year Oil & Gas (@6/1) Finding & Development Cost per boe\",\n        \"region\": \"Other/Aggr. Asia-Pacific\",\n        \"time\": \"2019 YE Actual\",\n        \"currency\": \"usd\",\n        \"peer_group\": \"GLOBAL INTEGRATED OILS\",\n        \"line_item_group\": \"IHS Finding & Development Calculations (Revisions, Extensions & Discoveries, and Improved Recovery) (Header):\",\n        \"line_item_report_group\": \"Oil & Gas Reserves and Costs (Header)(Flag):\",\n        \"frequency\": \"Annual\",\n        \"value\": {\n            \"actual\": 22.2,\n            \"usd\": 22.2\n        }\n    },\n    {\n        \"company\": \"CVX\",\n        \"company_name\": \"Chevron Corp.\",\n        \"line_item\": \"1-Year Oil & Gas (@6/1) Finding & Development Cost per boe\",\n        \"region\": \"Other Western Hemisphere\",\n        \"time\": \"2019 YE Actual\",\n        \"currency\": \"usd\",\n        \"peer_group\": \"GLOBAL INTEGRATED OILS\",\n        \"line_item_group\": \"IHS Finding & Development Calculations (Revisions, Extensions & Discoveries, and Improved Recovery) (Header):\",\n        \"line_item_report_group\": \"Oil & Gas Reserves and Costs (Header)(Flag):\",\n        \"frequency\": \"Annual\",\n        \"value\": {\n            \"actual\": 110.232553,\n            \"usd\": 110.232553\n        }\n    },\n    {\n        \"company\": \"CVX\",\n        \"company_name\": \"Chevron Corp.\",\n        \"line_item\": \"1-Year Oil & Gas (@6/1) Finding & Development Cost per boe\",\n        \"region\": \"Eastern Hemisphere\",\n        \"time\": \"2019 YE Actual\",\n        \"currency\": \"usd\",\n        \"peer_group\": \"GLOBAL INTEGRATED OILS\",\n        \"line_item_group\": \"IHS Finding & Development Calculations (Revisions, Extensions & Discoveries, and Improved Recovery) (Header):\",\n        \"line_item_report_group\": \"Oil & Gas Reserves and Costs (Header)(Flag):\",\n        \"frequency\": \"Annual\",\n        \"value\": {\n            \"actual\": 4.968081,\n            \"usd\": 4.968081\n        }\n    },\n    {\n        \"company\": \"CVX\",\n        \"company_name\": \"Chevron Corp.\",\n        \"line_item\": \"1-Year Oil & Gas (@6/1) Finding & Development Cost per boe\",\n        \"region\": \"Corporate Financial & Operational Data\",\n        \"time\": \"2019 YE Actual\",\n        \"currency\": \"usd\",\n        \"peer_group\": \"GLOBAL INTEGRATED OILS\",\n        \"line_item_group\": \"IHS Finding & Development Calculations (Revisions, Extensions & Discoveries, and Improved Recovery) (Header):\",\n        \"line_item_report_group\": \"Oil & Gas Reserves and Costs (Header)(Flag):\",\n        \"frequency\": \"Annual\",\n        \"value\": {\n            \"actual\": 29.320299,\n            \"usd\": 29.320299\n        }\n    },\n    {\n        \"company\": \"CVX\",\n        \"company_name\": \"Chevron Corp.\",\n        \"line_item\": \"1-Year Oil & Gas (@6/1) Finding & Development Cost per boe\",\n        \"region\": \"Western Hemisphere\",\n        \"time\": \"2019 YE Actual\",\n        \"currency\": \"usd\",\n        \"peer_group\": \"GLOBAL INTEGRATED OILS\",\n        \"line_item_group\": \"IHS Finding & Development Calculations (Revisions, Extensions & Discoveries, and Improved Recovery) (Header):\",\n        \"line_item_report_group\": \"Oil & Gas Reserves and Costs (Header)(Flag):\",\n        \"frequency\": \"Annual\",\n        \"value\": {\n            \"actual\": 416.627725,\n            \"usd\": 416.627725\n        }\n    },\n    {\n        \"company\": \"CVX\",\n        \"company_name\": \"Chevron Corp.\",\n        \"line_item\": \"1-Year Oil & Gas (@6/1) Finding & Development Cost per boe\",\n        \"region\": \"Russia & Caspian: Total (Consol. & Non-Consol.)\",\n        \"time\": \"2019 YE Actual\",\n        \"currency\": \"usd\",\n        \"peer_group\": \"GLOBAL INTEGRATED OILS\",\n        \"line_item_group\": \"IHS Finding & Development Calculations (Revisions, Extensions & Discoveries, and Improved Recovery) (Header):\",\n        \"line_item_report_group\": \"Oil & Gas Reserves and Costs (Header)(Flag):\",\n        \"frequency\": \"Annual\",\n        \"value\": {\n            \"actual\": 41.844475,\n            \"usd\": 41.844475\n        }\n    },\n    {\n        \"company\": \"CVX\",\n        \"company_name\": \"Chevron Corp.\",\n        \"line_item\": \"1-Year Oil & Gas (@6/1) Finding & Development Cost per boe\",\n        \"region\": \"U.S. (Consolidated only)\",\n        \"time\": \"2019 YE Actual\",\n        \"currency\": \"usd\",\n        \"peer_group\": \"GLOBAL INTEGRATED OILS\",\n        \"line_item_group\": \"IHS Finding & Development Calculations (Revisions, Extensions & Discoveries, and Improved Recovery) (Header):\",\n        \"line_item_report_group\": \"Oil & Gas Reserves and Costs (Header)(Flag):\",\n        \"frequency\": \"Annual\",\n        \"value\": {\n            \"actual\": 933.294118,\n            \"usd\": 933.294118\n        }\n    },\n    {\n        \"company\": \"CVX\",\n        \"company_name\": \"Chevron Corp.\",\n        \"line_item\": \"1-Year Oil & Gas (@6/1) Finding & Development Cost per boe\",\n        \"region\": \"U.S. (Consol. & Non-Consol.)\",\n        \"time\": \"2019 YE Actual\",\n        \"currency\": \"usd\",\n        \"peer_group\": \"GLOBAL INTEGRATED OILS\",\n        \"line_item_group\": \"IHS Finding & Development Calculations (Revisions, Extensions & Discoveries, and Improved Recovery) (Header):\",\n        \"line_item_report_group\": \"Oil & Gas Reserves and Costs (Header)(Flag):\",\n        \"frequency\": \"Annual\",\n        \"value\": {\n            \"actual\": 933.294118,\n            \"usd\": 933.294118\n        }\n    },\n    {\n        \"company\": \"CVX\",\n        \"company_name\": \"Chevron Corp.\",\n        \"line_item\": \"1-Year Oil & Gas (@6/1) Finding & Development Cost per boe\",\n        \"region\": \"World Outside North America\",\n        \"time\": \"2019 YE Actual\",\n        \"currency\": \"usd\",\n        \"peer_group\": \"GLOBAL INTEGRATED OILS\",\n        \"line_item_group\": \"IHS Finding & Development Calculations (Revisions, Extensions & Discoveries, and Improved Recovery) (Header):\",\n        \"line_item_report_group\": \"Oil & Gas Reserves and Costs (Header)(Flag):\",\n        \"frequency\": \"Annual\",\n        \"value\": {\n            \"actual\": 15.867523,\n            \"usd\": 15.867523\n        }\n    },\n    {\n        \"company\": \"CVX\",\n        \"company_name\": \"Chevron Corp.\",\n        \"line_item\": \"1-Year Oil & Gas (@6/1) Finding & Development Cost per boe\",\n        \"region\": \"World Outside U.S. (Consol. & NCI)\",\n        \"time\": \"2019 YE Actual\",\n        \"currency\": \"usd\",\n        \"peer_group\": \"GLOBAL INTEGRATED OILS\",\n        \"line_item_group\": \"IHS Finding & Development Calculations (Revisions, Extensions & Discoveries, and Improved Recovery) (Header):\",\n        \"line_item_report_group\": \"Oil & Gas Reserves and Costs (Header)(Flag):\",\n        \"frequency\": \"Annual\",\n        \"value\": {\n            \"actual\": 15.867523,\n            \"usd\": 15.867523\n        }\n    },\n    {\n        \"company\": \"CVX\",\n        \"company_name\": \"Chevron Corp.\",\n        \"line_item\": \"1-Year Oil & Gas (@6/1) Finding & Development Cost per boe\",\n        \"region\": \"World Outside U.S. Consol. Only\",\n        \"time\": \"2019 YE Actual\",\n        \"currency\": \"usd\",\n        \"peer_group\": \"GLOBAL INTEGRATED OILS\",\n        \"line_item_group\": \"IHS Finding & Development Calculations (Revisions, Extensions & Discoveries, and Improved Recovery) (Header):\",\n        \"line_item_report_group\": \"Oil & Gas Reserves and Costs (Header)(Flag):\",\n        \"frequency\": \"Annual\",\n        \"value\": {\n            \"actual\": 8.261186,\n            \"usd\": 8.261186\n        }\n    }\n]"}],"_postman_id":"42b642d2-9f8c-4aa8-8714-24d9e583c30f"}],"id":"ade52d49-13ce-4578-a823-024fdac42ed9","event":[{"listen":"prerequest","script":{"id":"8587428b-b8eb-41f2-b9a7-e5d44533e275","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"1a531e28-4796-4e61-959e-4138a1fe9fa6","type":"text/javascript","exec":[""]}}],"_postman_id":"ade52d49-13ce-4578-a823-024fdac42ed9","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"yourUsername"},{"key":"password","value":"yourPassword"}]},"isInherited":true,"source":{"_postman_id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","name":"Upstream Insight API","type":"collection"}}}],"id":"f48a2ee3-fa5c-4a6e-ac0c-a6b977e81d51","description":"<p>25 year history financial and operational database on over 350 publically traded energy firms</p>\n<p><strong><a href=\"https://connect.ihsmarkit.com/company-metrics?connectPath=Capabilities_STR.STR_ALL\">Company Metrics on Connect</a></strong></p>\n","_postman_id":"f48a2ee3-fa5c-4a6e-ac0c-a6b977e81d51","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"yourUsername"},{"key":"password","value":"yourPassword"}]},"isInherited":true,"source":{"_postman_id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","name":"Upstream Insight API","type":"collection"}}},{"name":"Transactions & Assets on the Market","item":[{"name":"Assets on the Market","item":[{"name":"Returns data from the Assets-on-the-Market database.","id":"e693cbcb-e4c4-472f-a020-edaeb18062ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json, text/json, text/html, application/xml, text/xml"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"PageIndex\": 0,\r\n  \"PageSize\": 0,\r\n  \"DatesScope\": {\r\n    \"DateFrom\": \"2019-07-01T15:08:20.483Z\",\r\n    \"DateTo\": \"2019-07-01T15:08:20.483Z\",\r\n    \"DateType\": \"string\"\r\n  },\r\n  \"IhsEstimatedUnit\": {\r\n    \"Type\": \"string\",\r\n    \"BottomValue\": 0,\r\n    \"TopValue\": 0\r\n  },\r\n  \"OpportunityStartValue\": 0,\r\n  \"OpportunityEndValue\": 0,\r\n  \"OpportunityLevels\": [\r\n    \"string\"\r\n  ],\r\n  \"OpportunityTypes\": [\r\n    \"string\"\r\n  ],\r\n  \"OpportunityStatuses\": [\r\n    \"string\"\r\n  ],\r\n  \"Operatorship\": \"string\",\r\n  \"NetAcreage\": {\r\n    \"BottomValue\": 0,\r\n    \"TopValue\": 0\r\n  },\r\n  \"ResponseType\": \"string\",\r\n  \"Industries\": [\r\n    \"string\"\r\n  ],\r\n  \"ReserveResourceVolumeAndClassification\": {\r\n    \"Classifications\": [\r\n      \"string\"\r\n    ],\r\n    \"BottomValue\": 0,\r\n    \"TopValue\": 0\r\n  },\r\n  \"BottomDailyProductionValue\": 0,\r\n  \"TopDailyProductionValue\": 0,\r\n  \"DevelopmentStages\": [\r\n    \"string\"\r\n  ],\r\n  \"GasPercentage\": 0,\r\n  \"RpRatio\": {\r\n    \"BottomValue\": 0,\r\n    \"TopValue\": 0\r\n  },\r\n  \"Companies\": {\r\n    \"CompaniesNames\": [\r\n      {\r\n        \"CompanyName\": \"string\",\r\n        \"CompanyType\": [\r\n          \"string\"\r\n        ]\r\n      }\r\n    ],\r\n    \"CompaniesMetadata\": [\r\n      {\r\n        \"PeerSize\": \"string\",\r\n        \"PeerIndustry\": \"string\",\r\n        \"PeerType\": \"string\",\r\n        \"PeerRegion\": \"string\",\r\n        \"PeerSegment\": \"string\",\r\n        \"CompanyType\": [\r\n          \"string\"\r\n        ]\r\n      }\r\n    ],\r\n    \"MatchAll\": true\r\n  },\r\n  \"Locations\": {\r\n    \"LocationsMetadata\": [\r\n      {\r\n        \"LocationName\": \"string\",\r\n        \"LocationType\": \"string\",\r\n        \"SelectedLocationType\": [\r\n          \"string\"\r\n        ]\r\n      }\r\n    ],\r\n    \"MatchAll\": true\r\n  },\r\n  \"Segments\": {\r\n    \"SegmentsNames\": [\r\n      {\r\n        \"SegmentName\": \"string\",\r\n        \"SegmentsTypes\": [\r\n          \"string\"\r\n        ]\r\n      }\r\n    ],\r\n    \"MatchAll\": true\r\n  }\r\n}"},"url":"https://api.connect.ihsmarkit.com/energy/v1/upstream/assets-on-the-market","description":"<p>POST service requests return all \"opportunity\" line items from the Companies &amp; Transactions Transactions database. JSON query parameters can be used to filter the resposne. They are optional and the request syntax supports multiple inputs. <br /></p>\n<p>While the list of parameters that can be used to filter the Assets-on-the-Market API response is extensive, the number of columns (i.e. line items) returned cannot be adjusted. Below is a list of the input parameters:</p>\n<p>Parameters:<br />\n\n</p><pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>opportunity-types\nopportunity-levels\ndevelopment-stages\nopportunity-statuses    \nsource-geography\nindustries\nsegments\ncompany-size\ncompany-industry\ncompany-segment\ncompany-region\ncompany-type\nresponse-types\ncompanies-names\nopportunity-operatorships\nreserve-resource-classification\nsegments-types\nselected-company-types\nselected-location-types\nopportunity-date-types\nihs-estimated-unit-values\nlocation-types\n</code></pre>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"yourUsername"},{"key":"password","value":"yourPassword"}]},"isInherited":true,"source":{"_postman_id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","name":"Upstream Insight API","type":"collection"}},"urlObject":{"protocol":"https","path":["energy","v1","upstream","assets-on-the-market"],"host":["api","connect","ihsmarkit","com"],"query":[],"variable":[]}},"response":[{"id":"5950510a-de0c-48e7-a0c0-b876d887b425","name":"Retrieve most recent asset listed for sale","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json, text/json, text/html, application/xml, text/xml"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"PageIndex\": 0,\r\n  \"PageSize\": 1\r\n}"},"url":"https://connectapi.ihs.com/energy/v1/upstream/assets-on-the-market"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Backend-Server","value":"VWC-2PCOGWB02"},{"key":"X-Backend-Server","value":"VWC-2PCOGWB02"},{"key":"X-Powered-By","value":"ARR/3.0"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Cache-Control, x-should-not-refresh-session"},{"key":"Access-Control-Expose-Headers","value":"X-MiniProfiler-Ids"},{"key":"Access-Control-Allow-Origin","value":""},{"key":"Date","value":"Mon, 01 Jul 2019 19:57:02 GMT"},{"key":"Content-Length","value":"3763"}],"cookie":[],"responseTime":null,"body":"{\n    \"transactionsCount\": 1,\n    \"data\": [\n        {\n            \"Year\": \"2019\",\n            \"Quarter\": \"3\",\n            \"Announced Date\": \"2019-07-01\",\n            \"Sellers\": \"Cluff Natural Resources plc\",\n            \"Seller Peer Size\": \"Smallest\",\n            \"Seller Peer Industry\": \"Upstream\",\n            \"Seller Peer Location\": \"Outside North America\",\n            \"Herold Reported Location\": \"Europe-Offshore Europe\",\n            \"Proved Oil & NGL Reserves MMbbl\": \"\",\n            \"Proved Gas Reserves Bcf\": \"\",\n            \"Proved Reserves Total MMboe @6:1\": \"\",\n            \"% Gas of Reserves\": \"\",\n            \"Proved Developed Oil & NGL Reserves MMbbl\": \"\",\n            \"Proved Developed Gas Reserves Bcf\": \"\",\n            \"Proved Developed Reserves Total MMboe @6:1\": \"\",\n            \"% Proved Developed\": \"\",\n            \"Reserve Source\": \"B\",\n            \"Proved+Probable (2P) Oil & NGL Reserves MMbbl\": \"\",\n            \"Proved+Probable (2P) Gas Reserves Bcf\": \"\",\n            \"Proved+Probable (2P) Reserves Total MMboe @6:1\": \"\",\n            \"Daily Oil and NGL Production B/d\": \"\",\n            \"Daily Gas Production Mcf/d\": \"\",\n            \"Daily Boe/d Production @6:1\": \"\",\n            \"Annual Oil and NGL Production MMbbl\": \"\",\n            \"RP Ratio Oil and NGL\": \"\",\n            \"Annual Gas Production Bcf\": \"\",\n            \"RP Ratio Gas\": \"\",\n            \"Annual Production MMboe @6:1\": \"\",\n            \"RP Ratio Total @6:1\": \"\",\n            \"Primary Locations\": \"United Kingdom; Europe-Offshore Europe; North Sea\",\n            \"Primary Continent\": \"Europe\",\n            \"Primary Countries\": \"United Kingdom\",\n            \"Primary Regions\": \"Europe-Offshore Europe; Europe-Western Europe; North Sea\",\n            \"Primary States Provinces\": \"\",\n            \"Primary County(ies)\": \"\",\n            \"Block Concessions\": \"\",\n            \"Field Areas\": \"\",\n            \"Seller Advisors\": \"\",\n            \"Current Oil Pipeline Throughput (Mb/d)\": \"\",\n            \"Oil Pipeline Capacity (Mb/d)\": \"\",\n            \"Current Gas Pipeline Throughput (MMcf/d)\": \"\",\n            \"Gas Pipeline Capacity (MMcf/d)\": \"\",\n            \"Current Unclassified Pipeline Throughput (MMcfe/d)\": \"\",\n            \"Unclassified Pipeline Capacity (MMcf/d)\": \"\",\n            \"Tankers & Transportation Carrier Capacity (Dwt)\": \"\",\n            \"Tankers & Transportation Carrier Capacity (Cm)\": \"\",\n            \"Gas Gathering Capacity (MMcf/d)\": \"\",\n            \"Gas Gathering Throughput (MMcf/d)\": \"\",\n            \"Gas Plant Processing Capacity (MMcf/d)\": \"\",\n            \"Gas Plant Processing Throughput (MMcf/d)\": \"\",\n            \"Gas Transmission & Distribution Annual Gas Sales (Bcf)\": \"\",\n            \"Refinery Crude Processing Capacity (Mbbl/d)\": \"\",\n            \"Refinery Current Throughput (Mbbl/d)\": \"\",\n            \"JSH Refinery Complexity Ratio/Upgrade Factor (Default 1.0)\": \"\",\n            \"Gasoline Service Stations-Owned\": \"\",\n            \"Gasoline Service Stations-Franchised\": \"\",\n            \"Total Gasoline Service Stations\": \"\",\n            \"Annual Propane Sales (MM Gal.)\": \"\",\n            \"Terminals Storage Capacity (MMboe)\": \"\",\n            \"Annual Petrochemicals Production (M Tons)\": \"\",\n            \"Annual Petrochemicals Production Capacity (MM Tons)\": \"\",\n            \"Total Retail/Marketing (Non- Gas Service Station) Sites\": \"\",\n            \"Annual Downstream Gas Distribution Sales (Bcf)\": \"\",\n            \"Annual Coal Storage Capacity (MM Tons)\": \"\",\n            \"Annual Production (MM Short Tons)\": \"\",\n            \"Demonstrated (Proved + Probable) Reserves (MM Short Tons)\": \"\",\n            \"Distribution Line (Mi.)\": \"\",\n            \"Existing Generating Plant Nameplate Capacity (MW)\": \"\",\n            \"Existing Plus Planned Generating Plant Capacity (MW)\": \"\",\n            \"Indicated (Probable) Reserves (MM Short Tons)\": \"\",\n            \"Marketable Reserves (MM Short Tons)\": \"\",\n            \"Meaured (Proved) Reserves (MM Short Tons)\": \"\",\n            \"Oes Platform Production Capacity (Mbbl/d)\": \"\",\n            \"Oes Platform Production Capacity (MMcf/d)\": \"\",\n            \"Planned Generating Plant Nameplate Capacity (MW)\": \"\",\n            \"Term of Power Purchase Agreement (Yrs.)\": \"\",\n            \"Total Number of T&D Customers (MM)\": \"\",\n            \"Transmission Line (Mi.)\": \"\",\n            \"Assigned Analyst\": \"Braden Orr\",\n            \"Primary Basins\": \"\",\n            \"3P Oil & NGL Reserves MMbbl\": \"\",\n            \"3P Gas Reserves Bcf\": \"\",\n            \"3P Reserves Total MMboe @6:1\": \"\",\n            \"Contingent Oil & NGL Resources MMbbl\": \"\",\n            \"Contingent Gas Resources Bcf\": \"\",\n            \"Contingent Resources Total MMboe @6:1\": \"\",\n            \"Seller Share Price Last Close\": \"\",\n            \"Total Recov Resources Oil & NGL MMbbl\": \"\",\n            \"Total Recov Resources Gas Bcf\": \"\",\n            \"Total Recov Resources MMboe\": \"\",\n            \"Capacity Factor (%)\": \"\",\n            \"Existing Manufacturing Plant Capacity (MW/Yr)\": \"\",\n            \"Manufacturing Plant Capacity Under Construction (MW/Yr)\": \"\",\n            \"Planned Manufacturing Plant Capacity (MW/Yr)\": \"\",\n            \"Total Plant Capacity (MW/Yr)\": \"\",\n            \"Seller Headquarters Country\": \"United Kingdom\",\n            \"Industry\": \"Upstream\",\n            \"Reported Segment\": \"Shallow Water\",\n            \"Primary Segments\": \"Acreage;Conventional;Offshore;Shallow Water\",\n            \"Updated Date\": \"2019-07-01\",\n            \"Contingent Resources Total MMboe @10:1\": \"\",\n            \"Contingent Resources Total MMboe @15:1\": \"\",\n            \"Contingent Resources Total MMboe @20:1\": \"\",\n            \"Contingent Resources Total MMboe @25:1\": \"\",\n            \"Daily Boe/d Production @10:1\": \"\",\n            \"Daily Boe/d Production @15:1\": \"\",\n            \"Daily Boe/d Production @20:1\": \"\",\n            \"Daily Boe/d Production @25:1\": \"\",\n            \"Proved+Probable (2P) Reserves Total MMboe @10:1\": \"\",\n            \"Proved+Probable (2P) Reserves Total MMboe @15:1\": \"\",\n            \"Proved+Probable (2P) Reserves Total MMboe @20:1\": \"\",\n            \"Proved+Probable (2P) Reserves Total MMboe @25:1\": \"\",\n            \"3P Reserves Total MMboe @10:1\": \"\",\n            \"3P Reserves Total MMboe @15:1\": \"\",\n            \"3P Reserves Total MMboe @20:1\": \"\",\n            \"3P Reserves Total MMboe @25:1\": \"\",\n            \"Annual Production MMboe @10:1\": \"\",\n            \"Annual Production MMboe @15:1\": \"\",\n            \"Annual Production MMboe @20:1\": \"\",\n            \"Annual Production MMboe @25:1\": \"\",\n            \"Proved Developed Reserves Total MMboe @10:1\": \"\",\n            \"Proved Developed Reserves Total MMboe @15:1\": \"\",\n            \"Proved Developed Reserves Total MMboe @20:1\": \"\",\n            \"Proved Developed Reserves Total MMboe @25:1\": \"\",\n            \"Proved Reserves Total MMboe @10:1\": \"\",\n            \"Proved Reserves Total MMboe @15:1\": \"\",\n            \"Proved Reserves Total MMboe @20:1\": \"\",\n            \"Proved Reserves Total MMboe @25:1\": \"\",\n            \"RP Ratio Total @10:1\": \"\",\n            \"RP Ratio Total @15:1\": \"\",\n            \"RP Ratio Total @20:1\": \"\",\n            \"RP Ratio Total @25:1\": \"\",\n            \"Generating Plant Nameplate Capacity Under Construction\": \"\",\n            \"Opportunity ID\": \"127145\",\n            \"Opportunity Level\": \"Asset\",\n            \"Background & Reason of Sale\": \"Cluff Natural Resources Plc is looking to reduce its 100% working interest in the Dewar Prospect (License P2352) and has commenced a formal farm-out process with the aim of attracting one or more partners to provide funding for future exploration of the block. \",\n            \"Opportunity Type\": \"Acquisition/Farm In\",\n            \"Opportunity Style\": \"\",\n            \"Summary\": \"A feasibility study, carried out by io oil and gas consulting, identified a viable development scenario based on a two-well subsea development, tied back to the BP operated Eastern Trough Area Project (or 'ETAP') Central Processing Facility located approximately 5km to the north west of the prospect. Other potential offtake options have also been identified as part of this study. \\n\\nCluff was awarded a 100% working interest in licence P2352, located in a mature part of the Central North Sea, during the 30th Offshore Licencing Round in 2019.  The Dewar Prospect is estimated to contain up to 272 MMbbl with P50 Prospective Resources of 39.5 MMbbl in the Forties Sandstone. \\nThe prospect is located in 90 meters of water and could be drilled with a heavy duty jack-up rig. Exploration well costs are currently estimated at approximately £17m (gross), including a 15 day well test. \",\n            \"Title\": \"Cluff Natural Resources seeking partner for Dewar Prospect (License P2352) in UK Central North Sea\",\n            \"Opportunity Status\": \"Current\",\n            \"Data Room Opening Date\": \"\",\n            \"Bids Due Date\": \"\",\n            \"Sold/Off Market Date\": \"\",\n            \"Working Interest\": \"100\",\n            \"Sources\": \"Corporate Press Release\",\n            \"Development Stage\": \"Prospective\",\n            \"Operatorship\": \"Operated\",\n            \"Resource Potential\": \"\",\n            \"Low IHS Appraised Worth of Assets, US$MM\": 3.48,\n            \"High IHS Appraised Worth of Assets, US$MM\": 5.22,\n            \"Announce Date Market Capitalization, $MM\": \"\",\n            \"Working Capital (Deficit), US$MM\": \"\",\n            \"Total Long Term Liabilities, US$MM\": \"\",\n            \"Announce Date Enterprise Value, $MM\": \"\",\n            \"IHS Corporate Net Asset Value, US$MM\": \"\",\n            \"Net Asset Value per Share, US$\": \"\",\n            \"Asset Valuation Comments\": \"Valuation based on North Sea transactions since 2014 that had acreage disclosed. \",\n            \"Low Assigned Proved Reserve Value, US$/boe @6:1\": \"\",\n            \"High Assigned Proved Reserve Value, US$/boe @6:1\": \"\",\n            \"Low Proved Reserve Value, US$MM\": \"\",\n            \"High Proved Reserve Value, US$MM\": \"\",\n            \"Low 2P Assigned Value, US$/boe @6:1\": \"\",\n            \"High 2P Assigned Value, US$/boe @6:1\": \"\",\n            \"Low 2P Reserve Value, US$MM\": \"\",\n            \"High 2P Reserve Value, US$MM\": \"\",\n            \"Low Assigned Value Per Daily Boe Produced @6:1\": \"\",\n            \"High Assigned Value Per Daily Boe Produced @6:1\": \"\",\n            \"Low Production Value, US$MM\": \"\",\n            \"High Production Value, US$MM\": \"\",\n            \"Low Assigned Value, US$/acre\": 160.19,\n            \"High Assigned Value, US$/acre\": 240.28,\n            \"Low Acreage Value, US$MM\": 3.48,\n            \"High Acreage Value, US$MM\": 5.22,\n            \"Low Contingent Assigned Value, US$/boe @6:1\": \"\",\n            \"High Contingent Assigned Value, US$/boe @6:1\": \"\",\n            \"Low Contingent Resources Value, US$MM\": \"\",\n            \"High Contingent Resources Value, US$MM\": \"\",\n            \"Low Total Recoverable Assigned Value, US$/boe @6:1\": \"\",\n            \"High Total Recoverable Assigned Value, US$/boe @6:1\": \"\",\n            \"Low Total Recoverable Resources Reserve Value, US$MM\": \"\",\n            \"High Total Recoverable Resources Reserve Value, US$MM\": \"\",\n            \"Seller Share Price Day Before Opportunity Announce\": \"\",\n            \"Contact Info\": \"Cluff Natural Resources,,admin@cluffnaturalresources.com,+44 (0) 20 7887 2630,\",\n            \"Play/Formation/Other\": \"\",\n            \"Potential Buyers\": \"Undisclosed\",\n            \"Pre-Tax Proved Developed Reserves PV-10, US$MM\": \"\",\n            \"Post-Tax Proved Developed Reserves PV-10, US$MM\": \"\",\n            \"Pre-Tax Proved Reserves PV-10, US$MM\": \"\",\n            \"Post-Tax Proved Reserves PV-10, US$MM\": \"\",\n            \"Pre-Tax 2P Reserves PV-10, US$MM\": \"\",\n            \"Post-Tax 2P Reserves PV-10, US$MM\": \"\",\n            \"Pre-Tax 3P Reserves PV-10, US$MM\": \"\",\n            \"Post-Tax 3P Reserves PV-10, US$MM\": \"\",\n            \"Pre-Tax Contingent Resources PV-10, US$MM\": \"\",\n            \"Post-Tax Contingent Resources PV-10, US$MM\": \"\",\n            \"Pre-Tax Recoverable Resources PV-10, US$MM\": \"\",\n            \"Post-Tax Recoverable Resources PV-10, US$MM\": \"\",\n            \"Net Acres M\": 21.745273528,\n            \"Rigs For Sale\": \"\",\n            \"Compression Capacity (M Horsepower)\": \"\",\n            \"Drilling Depth Capacity (M Ft.)\": \"\",\n            \"Financial Quarter\": \"\",\n            \"Reported Currency\": \"\",\n            \"Exchange Rate in US$\": \"\",\n            \"Announce Date Common Shares Outstanding, MM\": \"\",\n            \"Related Transactions\": \"\",\n            \"3P Reserves Total Bcfe @10:1\": \"\",\n            \"3P Reserves Total Bcfe @15:1\": \"\",\n            \"3P Reserves Total Bcfe @20:1\": \"\",\n            \"3P Reserves Total Bcfe @25:1\": \"\",\n            \"3P Reserves Total Bcfe @6:1\": \"\",\n            \"Annual Production Bcfe @10:1\": \"\",\n            \"Annual Production Bcfe @15:1\": \"\",\n            \"Annual Production Bcfe @20:1\": \"\",\n            \"Annual Production Bcfe @25:1\": \"\",\n            \"Annual Production Bcfe @6:1\": \"\",\n            \"Contingent Resources Total Bcfe @10:1\": \"\",\n            \"Contingent Resources Total Bcfe @15:1\": \"\",\n            \"Contingent Resources Total Bcfe @20:1\": \"\",\n            \"Contingent Resources Total Bcfe @25:1\": \"\",\n            \"Contingent Resources Total Bcfe @6:1\": \"\",\n            \"Daily Mcfe/d Production @10:1\": \"\",\n            \"Daily Mcfe/d Production @15:1\": \"\",\n            \"Daily Mcfe/d Production @20:1\": \"\",\n            \"Daily Mcfe/d Production @25:1\": \"\",\n            \"Daily Mcfe/d Production @6:1\": \"\",\n            \"High 2P Assigned Value, US$/Mcfe @6:1\": \"\",\n            \"High Assigned Proved Reserve Value, US$/Mcfe @6:1\": \"\",\n            \"High Assigned Value Per Daily Mcfe Produced @6:1\": \"\",\n            \"High Contingent Assigned Value, US$/Mcfe @6:1\": \"\",\n            \"High Total Recoverable Assigned Value, US$/Mcfe @6:1\": \"\",\n            \"Low 2P Assigned Value, US$/Mcfe @6:1\": \"\",\n            \"Low Assigned Proved Reserve Value, US$/Mcfe @6:1\": \"\",\n            \"Low Assigned Value Per Daily Mcfe Produced @6:1\": \"\",\n            \"Low Contingent Assigned Value, US$/Mcfe @6:1\": \"\",\n            \"Low Total Recoverable Assigned Value, US$/Mcfe @6:1\": \"\",\n            \"Proved Developed Reserves Total Bcfe @10:1\": \"\",\n            \"Proved Developed Reserves Total Bcfe @15:1\": \"\",\n            \"Proved Developed Reserves Total Bcfe @20:1\": \"\",\n            \"Proved Developed Reserves Total Bcfe @25:1\": \"\",\n            \"Proved Developed Reserves Total Bcfe @6:1\": \"\",\n            \"Proved Reserves Total Bcfe @10:1\": \"\",\n            \"Proved Reserves Total Bcfe @15:1\": \"\",\n            \"Proved Reserves Total Bcfe @20:1\": \"\",\n            \"Proved Reserves Total Bcfe @25:1\": \"\",\n            \"Proved Reserves Total Bcfe @6:1\": \"\",\n            \"Proved+Probable (2P) Reserves Total Bcfe @10:1\": \"\",\n            \"Proved+Probable (2P) Reserves Total Bcfe @15:1\": \"\",\n            \"Proved+Probable (2P) Reserves Total Bcfe @20:1\": \"\",\n            \"Proved+Probable (2P) Reserves Total Bcfe @25:1\": \"\",\n            \"Proved+Probable (2P) Reserves Total Bcfe @6:1\": \"\",\n            \"Terminals Storage Capacity (Bcfe)\": \"\",\n            \"Total Recov Resources Bcfe\": \"\",\n            \"Most Recent Note\": \"IHS Herold SEAM published to database.\",\n            \"Seller Peer Type\": \"Public Company\",\n            \"Seller Peer Segment\": \"\",\n            \"GeoCoordinates\": [\n                {\n                    \"Latitude\": 47.13,\n                    \"Longitude\": -9.31\n                },\n                {\n                    \"Latitude\": 55.378051,\n                    \"Longitude\": -3.435973\n                },\n                {\n                    \"Latitude\": 55.3333,\n                    \"Longitude\": 3\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"e693cbcb-e4c4-472f-a020-edaeb18062ef"},{"name":"Returns a list of Assets-on-the-Market parameters.","id":"f94c4a67-8089-42dd-a768-c4c22e14dae2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json, text/json, text/html, application/xml, text/xml"}],"url":"https://api.connect.ihsmarkit.com/energy/v1/upstream/assets-on-the-market/parameters/dictionary-names","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"yourUsername"},{"key":"password","value":"yourPassword"}]},"isInherited":true,"source":{"_postman_id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","name":"Upstream Insight API","type":"collection"}},"urlObject":{"protocol":"https","path":["energy","v1","upstream","assets-on-the-market","parameters","dictionary-names"],"host":["api","connect","ihsmarkit","com"],"query":[],"variable":[]}},"response":[{"id":"5e2c4699-1b98-4fa4-8367-8c7abbbb669e","name":"Get input parameters for Assets on the Market POST query.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json, text/json, text/html, application/xml, text/xml"}],"url":"https://connectapi.ihs.com/energy/v1/upstream/assets-on-the-market/parameters/dictionary-names"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Backend-Server","value":"VWC-2PCOGWB02"},{"key":"X-Backend-Server","value":"VWC-2PCOGWB02"},{"key":"X-Powered-By","value":"ARR/3.0"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Cache-Control, x-should-not-refresh-session"},{"key":"Access-Control-Expose-Headers","value":"X-MiniProfiler-Ids"},{"key":"Access-Control-Allow-Origin","value":""},{"key":"Date","value":"Mon, 01 Jul 2019 19:53:22 GMT"},{"key":"Content-Length","value":"388"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Key\": \"Herold Dictionary\",\n        \"Value\": [\n            \"opportunity-types\",\n            \"opportunity-levels\",\n            \"development-stages\",\n            \"opportunity-statuses\",\n            \"source-geography\",\n            \"industries\",\n            \"segments\"\n        ]\n    },\n    {\n        \"Key\": \"Organisations Dictionary\",\n        \"Value\": [\n            \"company-size\",\n            \"company-industry\",\n            \"company-segment\",\n            \"company-region\",\n            \"company-type\"\n        ]\n    },\n    {\n        \"Key\": \"Custom Dictionary\",\n        \"Value\": [\n            \"response-types\",\n            \"companies-names\",\n            \"opportunity-operatorships\",\n            \"reserve-resource-classification\",\n            \"segments-types\",\n            \"selected-company-types\",\n            \"selected-location-types\",\n            \"opportunity-date-types\",\n            \"ihs-estimated-unit-values\",\n            \"location-types\"\n        ]\n    }\n]"}],"_postman_id":"f94c4a67-8089-42dd-a768-c4c22e14dae2"},{"name":"Returns a list of values for a specific Assets-on-the-Market parameter.","id":"be4895a0-6b2e-417d-9172-e947530e6239","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json, text/json, text/html, application/xml, text/xml"}],"url":"https://api.connect.ihsmarkit.com/energy/v1/upstream/assets-on-the-market/parameters/:dictionaryName","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"yourUsername"},{"key":"password","value":"yourPassword"}]},"isInherited":true,"source":{"_postman_id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","name":"Upstream Insight API","type":"collection"}},"urlObject":{"protocol":"https","path":["energy","v1","upstream","assets-on-the-market","parameters",":dictionaryName"],"host":["api","connect","ihsmarkit","com"],"query":[],"variable":[{"id":"b62ea6ae-bbb3-4c23-8656-c0a1a46907d7","type":"string","value":"{{dictionaryName}}","key":"dictionaryName"}]}},"response":[{"id":"a36b2916-91f5-403c-b6ea-9e3af3e50850","name":"List of relevant input values for the \"opportunity-types\" query parameter.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json, text/json, text/html, application/xml, text/xml"}],"url":{"raw":"https://connectapi.ihs.com/energy/v1/upstream/assets-on-the-market/parameters/:dictionaryName","protocol":"https","host":["connectapi","ihs","com"],"path":["energy","v1","upstream","assets-on-the-market","parameters",":dictionaryName"],"variable":[{"key":"dictionaryName","value":"opportunity-types"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Backend-Server","value":"VWC-2PCOGWB03"},{"key":"X-Backend-Server","value":"VWC-2PCOGWB03"},{"key":"X-Powered-By","value":"ARR/3.0"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Cache-Control, x-should-not-refresh-session"},{"key":"Access-Control-Expose-Headers","value":"X-MiniProfiler-Ids"},{"key":"Access-Control-Allow-Origin","value":""},{"key":"Date","value":"Mon, 01 Jul 2019 19:54:06 GMT"},{"key":"Content-Length","value":"346"}],"cookie":[],"responseTime":null,"body":"[\n    \"Acquisition/Joint Venture\",\n    \"Option\",\n    \"Licensing Round\",\n    \"Acquisition\",\n    \"Swap\",\n    \"Other\",\n    \"DOM\",\n    \"Merger\",\n    \"Joint Partnership\",\n    \"Restructuring\",\n    \"Equity Issuance (IPO)\",\n    \"Recapitalization\",\n    \"Failed to Close\",\n    \"Renegotiation\",\n    \"Relinquishment\",\n    \"Acquisition/Farm In\",\n    \"Extension\",\n    \"Award\",\n    \"Strategic Review\",\n    \"Undisclosed\",\n    \"Drop Down\",\n    \"Private Equity\"\n]"}],"_postman_id":"be4895a0-6b2e-417d-9172-e947530e6239"}],"id":"1a0d7234-ad52-41cc-93ae-d4002da45863","description":"<p><strong><a href=\"https://connect.ihsmarkit.com/assets-on-the-market?connectPath=Capabilities_STR.STR_ALL\">Assets on the Market on Connect</a></strong></p>\n","_postman_id":"1a0d7234-ad52-41cc-93ae-d4002da45863","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"yourUsername"},{"key":"password","value":"yourPassword"}]},"isInherited":true,"source":{"_postman_id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","name":"Upstream Insight API","type":"collection"}}},{"name":"Transactions","item":[{"name":"Returns data from the Transaction Analysis database.","id":"d393b251-e587-47fc-8f8e-1f3d92e817f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json, text/json, text/html, application/xml, text/xml"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"PageIndex\": 0,\r\n  \"PageSize\": 0,\r\n  \"DealTypes\": [\r\n    \"string\"\r\n  ],\r\n  \"DealLevels\": [\r\n    \"string\"\r\n  ],\r\n  \"BottomThresholdForValue\": 0,\r\n  \"TopThresholdForValue\": 0,\r\n  \"DatesScope\": {\r\n    \"DateFrom\": \"2019-07-01T15:08:20.572Z\",\r\n    \"DateTo\": \"2019-07-01T15:08:20.572Z\",\r\n    \"DateType\": \"string\"\r\n  },\r\n  \"MarketCommodityOilPrice\": {\r\n    \"Type\": \"string\",\r\n    \"BottomValue\": 0,\r\n    \"TopValue\": 0\r\n  },\r\n  \"MarketCommodityGasPrice\": {\r\n    \"Type\": \"string\",\r\n    \"BottomValue\": 0,\r\n    \"TopValue\": 0\r\n  },\r\n  \"Operatorships\": [\r\n    \"string\"\r\n  ],\r\n  \"NetAcreage\": {\r\n    \"NetAcreageType\": [\r\n      \"string\"\r\n    ],\r\n    \"BottomValue\": 0,\r\n    \"TopValue\": 0\r\n  },\r\n  \"ResponseType\": \"string\",\r\n  \"Industries\": [\r\n    \"string\"\r\n  ],\r\n  \"ReserveResourceVolumeAndClassification\": {\r\n    \"Classifications\": [\r\n      \"string\"\r\n    ],\r\n    \"BottomValue\": 0,\r\n    \"TopValue\": 0\r\n  },\r\n  \"BottomDailyProductionValue\": 0,\r\n  \"TopDailyProductionValue\": 0,\r\n  \"DevelopmentStages\": [\r\n    \"string\"\r\n  ],\r\n  \"GasPercentage\": 0,\r\n  \"RpRatio\": {\r\n    \"BottomValue\": 0,\r\n    \"TopValue\": 0\r\n  },\r\n  \"Companies\": {\r\n    \"CompaniesNames\": [\r\n      {\r\n        \"CompanyName\": \"string\",\r\n        \"CompanyType\": [\r\n          \"string\"\r\n        ]\r\n      }\r\n    ],\r\n    \"CompaniesMetadata\": [\r\n      {\r\n        \"PeerSize\": \"string\",\r\n        \"PeerIndustry\": \"string\",\r\n        \"PeerType\": \"string\",\r\n        \"PeerRegion\": \"string\",\r\n        \"PeerSegment\": \"string\",\r\n        \"CompanyType\": [\r\n          \"string\"\r\n        ]\r\n      }\r\n    ],\r\n    \"MatchAll\": true\r\n  },\r\n  \"Locations\": {\r\n    \"LocationsMetadata\": [\r\n      {\r\n        \"LocationName\": \"string\",\r\n        \"LocationType\": \"string\",\r\n        \"SelectedLocationType\": [\r\n          \"string\"\r\n        ]\r\n      }\r\n    ],\r\n    \"MatchAll\": true\r\n  },\r\n  \"Segments\": {\r\n    \"SegmentsNames\": [\r\n      {\r\n        \"SegmentName\": \"string\",\r\n        \"SegmentsTypes\": [\r\n          \"string\"\r\n        ]\r\n      }\r\n    ],\r\n    \"MatchAll\": true\r\n  }\r\n}"},"url":"https://api.connect.ihsmarkit.com/energy/v1/upstream/transaction-analysis","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"yourUsername"},{"key":"password","value":"yourPassword"}]},"isInherited":true,"source":{"_postman_id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","name":"Upstream Insight API","type":"collection"}},"urlObject":{"protocol":"https","path":["energy","v1","upstream","transaction-analysis"],"host":["api","connect","ihsmarkit","com"],"query":[],"variable":[]}},"response":[{"id":"807ea80e-9176-4588-8697-79d7feac4dc1","name":"Retrieve the most recent transaction posted","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json, text/json, text/html, application/xml, text/xml"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"PageIndex\": 0,\r\n  \"PageSize\": 1\r\n}"},"url":"https://connectapi.ihs.com/energy/v1/upstream/transaction-analysis"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"Set-Cookie","value":"IHS_CONNECT_SESS_PROD=h1psnKWZqBf8vZGDKSClYQ%3d%3d%2c0pn4U4Re7EvDqouWWApU2%2f9LIECXGIY8%2bYDGESPTRANgepVXsZhJ6Jz%2fPh9cvp5%2fQ7Mjtfwrv99nKmhHhhUyURSB4BA%2bYOiWtqg3xVHPOsh77iekED3pPRP1IO4Ayl1UNT%2bmonmf%2f6Mkws2xH2DJTp96rKflmT6B%2bmu0wtmj6pvbX6Tc25J07b5xcdT%2fPS4zmhyiwmLhLk6nwZwIxe9KbYlQCMNWdDb9TMMiONGKUPZLGmMRpGxFuM2rhNUBRTcTzRmHdO4CizLp7V8UeeTDARJsW1UCAODLS6wZ4yopDYot2uvDQd5MdlLaThxAnFwvT7nOSBf9WXHvF4tIJSlQA3zXPbZ3WeYyzB58cZWbdfnN9BMQziLNGVgAZAd0ndF%2fF8fFDURtmReSms2mFgBlfa13qv0eflPySfkAI%2bQY6WmpLdUX5q7WJ%2bn3DsjiulsogPMQk0ikKNsduA9mzwJcaqJsPx08vRECxdFRT1mj5IG0uxY%2f6ZRQI5HDLDbFk9rIzqytg%2fm4pTFWFuXjicoKeVszt5BD67XbzgcZc3P%2fjUFo759GKI8iiHu%2fRK9VPw4T; domain=.ihs.com; path=/; HttpOnly"},{"key":"Set-Cookie","value":"IHS_SESS_EXP=L0RhdGUoMTU2MjAxNTM4Mjc4OS43NSkvO0ZhbHNlOzFGQzc4NzJEMjFFRjJBODkxMjgwNDNFNDhENjY2MkMyNzRDQjlBQjQ=; domain=.ihs.com; path=/"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Backend-Server","value":"VWC-2PCOGWB03"},{"key":"X-Backend-Server","value":"VWC-2PCOGWB03"},{"key":"X-Powered-By","value":"ARR/3.0"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Cache-Control, x-should-not-refresh-session"},{"key":"Access-Control-Expose-Headers","value":"X-MiniProfiler-Ids"},{"key":"Access-Control-Allow-Origin","value":""},{"key":"Date","value":"Mon, 01 Jul 2019 20:09:43 GMT"},{"key":"Content-Length","value":"6011"}],"cookie":[],"responseTime":null,"body":"{\n    \"transactionsCount\": 1,\n    \"data\": [\n        {\n            \"Transaction Id\": \"127144\",\n            \"Year\": \"2019\",\n            \"Quarter\": \"2\",\n            \"Announced Date\": \"2019-06-29\",\n            \"Buyers\": \"Japan Oil, Gas & Metals National Corporation;Mitsui & Company, Ltd.\",\n            \"Sellers\": \"NOVATEK\",\n            \"Buyer Peer Size\": \"Medium;Medium\",\n            \"Buyer Peer Industry\": \"Integrated Oil & Gas;Integrated Oil & Gas\",\n            \"Buyer Peer Location\": \"Global;Global\",\n            \"Seller Peer Size\": \"Large\",\n            \"Seller Peer Industry\": \"Upstream\",\n            \"Seller Peer Location\": \"Outside North America\",\n            \"Deal Level\": \"Asset\",\n            \"Herold Reported Location\": \"CIS\",\n            \"Total Transaction Value US$MM\": 1224.582,\n            \"Proved Oil & NGL Reserves MMbbl\": \"\",\n            \"Proved Gas Reserves Bcf\": \"\",\n            \"Proved Reserves Total MMboe @6:1\": \"\",\n            \"% Gas of Reserves\": 98.41,\n            \"Implied Proved Reserve Value US$/Boe @6:1\": \"\",\n            \"Proved Developed Oil & NGL Reserves MMbbl\": 0,\n            \"Proved Developed Gas Reserves Bcf\": 0,\n            \"Proved Developed Reserves Total MMboe @6:1\": 0,\n            \"% Proved Developed\": 0,\n            \"Reserve Source\": \"S\",\n            \"Proved+Probable (2P) Oil & NGL Reserves MMbbl\": 10.83,\n            \"Proved+Probable (2P) Gas Reserves Bcf\": 4017.14,\n            \"Proved+Probable (2P) Reserves Total MMboe @6:1\": 680.353333,\n            \"2P Implied Value US$/Boe @6:1\": 1.7999206303586962805398647176,\n            \"Daily Oil and NGL Production B/d\": \"\",\n            \"Daily Gas Production Mcf/d\": \"\",\n            \"Daily Boe/d Production @6:1\": \"\",\n            \"Implied Value Per Daily Boe Produced @ 6:1\": \"\",\n            \"Annual Oil and NGL Production MMbbl\": \"\",\n            \"RP Ratio Oil and NGL\": \"\",\n            \"Annual Gas Production Bcf\": \"\",\n            \"RP Ratio Gas\": \"\",\n            \"Annual Production MMboe @6:1\": \"\",\n            \"RP Ratio Total @6:1\": \"\",\n            \"Implied Value Per Daily Boe Produced @ 10:1\": \"\",\n            \"Implied Proved Reserve Value @ 10:1\": \"\",\n            \"Unadjusted Acreage Value US$MM\": \"\",\n            \"Probable Reserve Value US$MM\": \"\",\n            \"Key Assets\": \"10% interest in Arctic LNG 2 project\",\n            \"Deal Summary\": \"A consortium of Mitsui & Co and Japan Oil, Gas and Metals National Corporation (JOGMEC) agreed to acquire 10% interest in the Arctic LNG 2 project from JSC Novatek. The agreement also provides for the long-term LNG offtake of approximately 2 MMtpa by the consortium. \\nBased on comparable acquisitions of the undeveloped Yamal LNG project, we have valued the Utrenneye field’s 40.8 Tcfe of 2P reserves at $0.25 to $0.35 per Mcfe or a total of $10.2 to $14.2 billion (100% interest). Based on the mid-range of the valuation of $0.30 per Mcfe, we estimate a transaction value of $1.22 billion for the acquired 10% stake.\\n The project is located in the Tazovsky District, in the autonomous administrative region of Yamal-Nenets, in the western part of the Gydan Peninsula. According to partner Total, the Arctic 2 LNG project, with production capacity of 19.8 million tonnes per year (MMt/y), or 535,000 boe/d, will develop over 7 billion boe of “resources” in the Utrenneye onshore gas and condensate field. The project will involve installation of three gravity-based structures in the Gulf of Ob on which three liquefaction trains of 6.6 MMt/y each will be installed. According to Total, Arctic 2 LNG production will be delivered to international markets by a fleet of ice-class LNG carriers that will be able to use the Northern Sea Route and a transshipment terminal in Kamchatka for cargoes destined for Asia and one close to Murmansk for those cargoes destined for Europe. The project’s final investment decision is expected to be taken in the second half of 2019, with plans to start up the first liquefaction train in 2023.\\nAccording to NOVATEK’s 6 March 2019 press release, the Utrenneye field’s 2P reserves as of 31 December 2018 under PRMS totaled 40.17 Tcf of natural gas and 108 MMbbls of liquids, or 4.08 Tcfe (98% gas) net to the acquired 10% interest.\\n\",\n            \"Primary Locations\": \"Russia; Yamal-Nenets District (Russia); Arctic; CIS\",\n            \"Non-Primary Locations\": \"\",\n            \"Primary Continent\": \"CIS\",\n            \"Primary Countries\": \"Russia\",\n            \"Primary Regions\": \"Arctic; CIS\",\n            \"Primary States Provinces\": \"\",\n            \"Primary County(ies)\": \"\",\n            \"Block Concessions\": \"\",\n            \"Field Areas\": \"Arctic LNG 2\",\n            \"Deal Effective Date\": \"\",\n            \"Deal Close Date\": \"\",\n            \"Deal Type\": \"Acquisition\",\n            \"Deal Style\": \"Negotiated\",\n            \"Short Form Deal\": \"Y\",\n            \"Buyer Advisors\": \"\",\n            \"Seller Advisors\": \"\",\n            \"Acquisition Premium % To Seller Share Price 60 Days Pre Announce Date\": \"\",\n            \"Acquisition Premium % To Seller Share Price 30 Days Pre Announce Date\": \"\",\n            \"Acquisition Premium % To Seller Share Price 1 Day Pre Announce Date\": \"\",\n            \"LTM Discretionary Cash Flow US$MM\": \"\",\n            \"LTM Discretionary Cash Flow Date\": \"\",\n            \"LTM Cash Flow Multiple\": \"\",\n            \"LTM Operating Ebitda US$MM\": \"\",\n            \"LTM Operating Ebitda Date\": \"\",\n            \"LTM Operating Ebitda Multiple\": \"\",\n            \"Cash Offer Value US$MM\": 1224.582,\n            \"Common Equity Offer Value  US$MM\": \"\",\n            \"Other Equity Offer Value US$MM\": \"\",\n            \"Total Equity Offer Value US$MM\": 1224.582,\n            \"Long Term Debt US$MM\": \"\",\n            \"Total Other Long Term Liabilities US$MM\": 0,\n            \"Working Capital US$MM\": 0,\n            \"Proved Reserve Value US$MM\": 1224.582,\n            \"Non Sector Asset Value US$MM\": 0,\n            \"Current Oil Pipeline Throughput (Mb/d)\": \"\",\n            \"Implied Value $ Per Daily Barrel of Acquired Throughput\": \"\",\n            \"Oil Pipeline Capacity (Mb/d)\": \"\",\n            \"Implied Value $ Per Daily Bbl of Acquired Capacity\": \"\",\n            \"Current Gas Pipeline Throughput (MMcf/d)\": \"\",\n            \"Implied Value $ Per Daily Mcf of Acquired Throughput\": \"\",\n            \"Gas Pipeline Capacity (MMcf/d)\": \"\",\n            \"Implied Value $ Per Daily Mcf of Acquired Capacity\": \"\",\n            \"Current Unclassified Pipeline Throughput (MMcfe/d)\": \"\",\n            \"Implied Value $ Per Daily Mcfe of Acquired Unclassified Throughput\": \"\",\n            \"Unclassified Pipeline Capacity (MMcf/d)\": \"\",\n            \"Implied Value $ Per Daily Mcfe of Acquired Unclassified Capacity\": \"\",\n            \"Tankers & Transportation Carrier Capacity (Dwt)\": \"\",\n            \"Implied Value Per $ Dwt of Acquired Carrier Capacity\": \"\",\n            \"Tankers & Transportation Carrier Capacity (Cm)\": \"\",\n            \"Implied Value $ Per Cm of Acquired Carrier Capacity\": \"\",\n            \"Gas Gathering Capacity (MMcf/d)\": \"\",\n            \"Implied Value $ Per Daily Mcf of Acquired Gathering Capacity\": \"\",\n            \"Gas Gathering Throughput (MMcf/d)\": \"\",\n            \"Implied Value $ Per Daily Mcf of Acquired Gathering Throughput\": \"\",\n            \"Gas Plant Processing Capacity (MMcf/d)\": \"\",\n            \"Implied Value $ Per Daily Mcf of Acquired Processing Capacity\": \"\",\n            \"Gas Plant Processing Throughput (MMcf/d)\": \"\",\n            \"Implied Value $ Per Daily Mcf of Acquired Processing Throughput\": \"\",\n            \"Gas Transmission & Distribution Annual Gas Sales (Bcf)\": \"\",\n            \"Implied Value $ Per Mcf of Acquired Gas T&D Annual Sales Volume\": \"\",\n            \"Refinery Crude Processing Capacity (Mbbl/d)\": \"\",\n            \"Implied Value $ Per Daily Bbl of Acquired Refining Crude Processing Capacity\": \"\",\n            \"Refinery Current Throughput (Mbbl/d)\": \"\",\n            \"Implied Value $ Per Daily Bbl of Acquired Refining Crude Processing Throughput\": \"\",\n            \"JSH Refinery Complexity Ratio/Upgrade Factor (Default 1.0)\": \"\",\n            \"Gasoline Service Stations-Owned\": \"\",\n            \"Gasoline Service Stations-Franchised\": \"\",\n            \"Total Gasoline Service Stations\": \"\",\n            \"Implied Value $MM Per Acquired Gasoline Service Station\": \"\",\n            \"Annual Propane Sales (MM Gal.)\": \"\",\n            \"Implied Value $ Per Gallon of Acquired Annual Propane Sales Volume\": \"\",\n            \"Terminals Storage Capacity (MMboe)\": \"\",\n            \"Implied Value $ Per Bbl of Acquired Terminals Storage Capacity\": \"\",\n            \"Annual Petrochemicals Production (M Tons)\": \"\",\n            \"Implied Value $ Per Ton of Acquired Annual Petrochemicals Production\": \"\",\n            \"Annual Petrochemicals Production Capacity (MM Tons)\": \"\",\n            \"Implied Value $ Per Ton of Acquired Annual Petrochemicals Production Capacity\": \"\",\n            \"Total Retail/Marketing (Non- Gas Service Station) Sites\": \"\",\n            \"Implied Value $ Per Acquired Marketing/Retail (Non- Gas Service Station) Site\": \"\",\n            \"Annual Downstream Gas Distribution Sales (Bcf)\": \"\",\n            \"Implied Value $ Per Mcf of Acquired Annual Downstream Gas Distribution Sales Volume\": \"\",\n            \"Acquired Compression Capacity (M Horsepower)\": \"\",\n            \"Acquired Drilling Depth Capacity (M Ft.)\": \"\",\n            \"Annual Coal Storage Capacity (MM Tons)\": \"\",\n            \"Annual Production (MM Short Tons)\": \"\",\n            \"Demonstrated (Proved + Probable) Reserves (MM Short Tons)\": \"\",\n            \"Distribution Line (Mi.)\": \"\",\n            \"Existing Generating Plant Nameplate Capacity (MW)\": \"\",\n            \"Existing Plus Planned Generating Plant Capacity (MW)\": \"\",\n            \"Fuel Type\": \"\",\n            \"Implied Value $ Per Daily Bbl of Acquired Platform Production Capacity\": \"\",\n            \"Implied Value $ Per Daily Mcf of Acquired Platform Production Capacity\": \"\",\n            \"Implied Value $ Per Ft. of Acquired Drilling Depth Capacity\": \"\",\n            \"Implied Value $ Per Hp. of Acquired Compression Capacity\": \"\",\n            \"Implied Value $ Per KW of Acquired Nameplate Generating Capacity (Existing Plus Planned Capacity)\": \"\",\n            \"Implied Value $ Per KW of Acquired Nameplate Generating Capacity (Existing)\": \"\",\n            \"Implied Value $ Per Rig Acquired\": \"\",\n            \"Implied Value $ Per Ton of Storage Capacity\": \"\",\n            \"Implied Value ($/KW) of Acquired Nameplate Generating Capacity (Existing)\": \"\",\n            \"Implied Value Per Daily Short Ton of Coal Produced\": \"\",\n            \"Implied Value Per Demonstrated (Proved + Probable) Short Ton\": \"\",\n            \"Implied Value Per Indicated (Probable) Short Ton\": \"\",\n            \"Implied Value Per Marketable Short Ton\": \"\",\n            \"Implied Value Per Measured (Proved) Short Ton\": \"\",\n            \"Implied Value Per Recoverable (Reserve Type Not Specified) Short Ton\": \"\",\n            \"Implied Value Per T&D Customer\": \"\",\n            \"Indicated (Probable) Reserves (MM Short Tons)\": \"\",\n            \"Marketable Reserves (MM Short Tons)\": \"\",\n            \"Meaured (Proved) Reserves (MM Short Tons)\": \"\",\n            \"Oes Platform Production Capacity (Mbbl/d)\": \"\",\n            \"Oes Platform Production Capacity (MMcf/d)\": \"\",\n            \"Planned Generating Plant Nameplate Capacity (MW)\": \"\",\n            \"Recoverable Reserves (Reserve Type Not Specified) (MM Short Tons)\": \"\",\n            \"Rigs Acquired\": \"\",\n            \"Term of Power Purchase Agreement (Yrs.)\": \"\",\n            \"Total Number of T&D Customers (MM)\": \"\",\n            \"Transmission Line (Mi.)\": \"\",\n            \"Seller Price 1 Day Before Acquisition\": \"\",\n            \"Seller Price 30 Day Before Acquisition\": \"\",\n            \"Seller Price 60 Day Before Acquisition\": \"\",\n            \"Assigned Analyst\": \"Brian Ferguson\",\n            \"Primary Basins\": \"Yamal-Nenets District (Russia)\",\n            \"2P Reserve Value US$MM\": 1224.582,\n            \"3P Oil & NGL Reserves MMbbl\": \"\",\n            \"3P Gas Reserves Bcf\": \"\",\n            \"3P Reserves Total MMboe @6:1\": \"\",\n            \"3P Reserve Value US$MM\": 1224.582,\n            \"3P Implied Value US$/Boe @6:1\": \"\",\n            \"Possible Reserve Value US$MM\": \"\",\n            \"Non Upstream Value US$MM\": \"\",\n            \"Contingent Oil & NGL Resources MMbbl\": \"\",\n            \"Contingent Gas Resources Bcf\": \"\",\n            \"Contingent Resources Total MMboe @6:1\": \"\",\n            \"Contingent Resources Value US$MM\": 1224.582,\n            \"Contingent Implied Value US$/Boe @6:1\": \"\",\n            \"Percent Acquired\": 10,\n            \"Buyer Share Price Day Before Deal Announce\": \";1754(JPY)\",\n            \"Buyer Share Price Last Close\": \";1754(JPY)\",\n            \"Seller Share Price Day Before Deal Announce\": \"1337.4(RUB)\",\n            \"Seller Share Price Last Close\": \"1337.4(RUB)\",\n            \"Wti Cushing Oil Spot Day Before Deal Announce US$\": 58.47,\n            \"Wti Cushing Oil Spot Last Close US$\": 58.47,\n            \"Nymex Oil 12 Mo. Strip Day Before Deal Announce US$\": 57.453333333333333333333333333,\n            \"Nymex Oil 12 Mo. Strip Last Close US$\": 57.45333,\n            \"Henry Hub Gas Spot Day Before Deal Announce US$\": 2.42,\n            \"Henry Hub Gas Spot Previous Last Close US$\": 2.42,\n            \"Nymex Gas 12 Mo. Strip Day Before Deal Announce US$\": 2.4653333333333333333333333333,\n            \"Nymex Gas 12 Mo. Strip Last Close US$\": 2.46533,\n            \"Dated Brent Oil Spot Day Before Deal Announce US$\": 64.35,\n            \"Dated Brent Oil Spot Day Last Close US$\": 64.35,\n            \"Aeco Gas Spot Day Before Deal Announce US$\": 0.42,\n            \"Aeco Gas Spot Day Last Close US$\": 0.42,\n            \"Annualized Discretionary Cash Flow US$MM\": \"\",\n            \"Annualized Discretionary Cash Flow Date\": \"\",\n            \"Annualized Cash Flow Multiple\": \"\",\n            \"Annualized Operating Ebitda US$MM\": \"\",\n            \"Annualized Operating Ebitda Date\": \"\",\n            \"Annualized Operating Ebitda Multiple\": \"\",\n            \"Forecast Discretionary Cash Flow US$MM\": \"\",\n            \"Forecast Discretionary Cash Flow Date\": \"\",\n            \"Forecast Cash Flow Multiple\": \"\",\n            \"Forecast Operating Ebitda US$MM\": \"\",\n            \"Forecast Operating Ebitda Date\": \"\",\n            \"Forecast Operating Ebitda Multiple\": \"\",\n            \"Total Recov Resources Oil & NGL MMbbl\": \"\",\n            \"Total Recov Resources Gas Bcf\": \"\",\n            \"Total Recov Resources MMboe\": \"\",\n            \"Total Recov Resources Reserve Val US$MM\": 1224.582,\n            \"Total Recov Implied Value US$/Boe @6:1\": \"\",\n            \"Implied Value (Transaction + Expected) Per KW of Acquired Capacity (Total)\": \"\",\n            \"Capacity Factor (%)\": \"\",\n            \"Existing Manufacturing Plant Capacity (MW/Yr)\": \"\",\n            \"Manufacturing Plant Capacity Under Construction (MW/Yr)\": \"\",\n            \"Planned Manufacturing Plant Capacity (MW/Yr)\": \"\",\n            \"Total Plant Capacity (MW/Yr)\": \"\",\n            \"Implied Value Per MW/Yr of Acquired Manufacturing Capacity (Existing)\": \"\",\n            \"Implied Value Per MW/Yr of Acquired Manufacturing Capacity (Total)\": \"\",\n            \"Net Acquired Acres M\": \"\",\n            \"Herold Allocation- $/Acre\": \"\",\n            \"Herold Allocation- Net Acres M\": \"\",\n            \"Buyer Headquarters Country\": \"Japan;Japan\",\n            \"Seller Headquarters Country\": \"Russia\",\n            \"Industry\": \"Upstream\",\n            \"Reported Segment\": \"Conventional\",\n            \"Primary Segments\": \"Conventional;Natural Gas;LNG (Liquefied Natural Gas);Onshore;Reserves & Resources\",\n            \"Non-primary Segments\": \"NGL (Natural Gas Liquids);Gas Processing\",\n            \"Updated Date\": \"2019-06-30\",\n            \"Most Recent Note\": \"IHS Herold M&A transaction published to database.\",\n            \"Contingent Implied Value US$/Boe @10:1\": \"\",\n            \"Contingent Implied Value US$/Boe @15:1\": \"\",\n            \"Contingent Implied Value US$/Boe @20:1\": \"\",\n            \"Contingent Implied Value US$/Boe @25:1\": \"\",\n            \"Contingent Resources Total MMboe @10:1\": \"\",\n            \"Contingent Resources Total MMboe @15:1\": \"\",\n            \"Contingent Resources Total MMboe @20:1\": \"\",\n            \"Contingent Resources Total MMboe @25:1\": \"\",\n            \"Daily Boe/d Production @10:1\": \"\",\n            \"Daily Boe/d Production @15:1\": \"\",\n            \"Daily Boe/d Production @20:1\": \"\",\n            \"Daily Boe/d Production @25:1\": \"\",\n            \"Implied Proved Reserve Value US$/Boe @10:1\": \"\",\n            \"Implied Proved Reserve Value US$/Boe @15:1\": \"\",\n            \"Implied Proved Reserve Value US$/Boe @20:1\": \"\",\n            \"Implied Proved Reserve Value US$/Boe @25:1\": \"\",\n            \"Implied Value Per Daily Boe Produced @ 15:1\": \"\",\n            \"Implied Value Per Daily Boe Produced @ 20:1\": \"\",\n            \"Implied Value Per Daily Boe Produced @ 25:1\": \"\",\n            \"2P Implied Value US$/Boe @10:1\": 2.9683670105491777846726652187,\n            \"2P Implied Value US$/Boe @15:1\": 4.3948640895398830985814398063,\n            \"2P Implied Value US$/Boe @20:1\": 5.7848710596304921889393302376,\n            \"2P Implied Value US$/Boe @25:1\": 7.1397703765721602000051307286,\n            \"Proved+Probable (2P) Reserves Total MMboe @10:1\": 412.544,\n            \"Proved+Probable (2P) Reserves Total MMboe @15:1\": 278.63933333333333333333333333,\n            \"Proved+Probable (2P) Reserves Total MMboe @20:1\": 211.687,\n            \"Proved+Probable (2P) Reserves Total MMboe @25:1\": 171.5156,\n            \"3P Implied Value US$/Boe @10:1\": \"\",\n            \"3P Implied Value US$/Boe @15:1\": \"\",\n            \"3P Implied Value US$/Boe @20:1\": \"\",\n            \"3P Implied Value US$/Boe @25:1\": \"\",\n            \"3P Reserves Total MMboe @10:1\": \"\",\n            \"3P Reserves Total MMboe @15:1\": \"\",\n            \"3P Reserves Total MMboe @20:1\": \"\",\n            \"3P Reserves Total MMboe @25:1\": \"\",\n            \"Annual Production MMboe @10:1\": \"\",\n            \"Annual Production MMboe @15:1\": \"\",\n            \"Annual Production MMboe @20:1\": \"\",\n            \"Annual Production MMboe @25:1\": \"\",\n            \"Proved Developed Reserves Total MMboe @10:1\": 0,\n            \"Proved Developed Reserves Total MMboe @15:1\": 0,\n            \"Proved Developed Reserves Total MMboe @20:1\": 0,\n            \"Proved Developed Reserves Total MMboe @25:1\": 0,\n            \"Proved Reserves Total MMboe @10:1\": \"\",\n            \"Proved Reserves Total MMboe @15:1\": \"\",\n            \"Proved Reserves Total MMboe @20:1\": \"\",\n            \"Proved Reserves Total MMboe @25:1\": \"\",\n            \"RP Ratio Total @10:1\": \"\",\n            \"RP Ratio Total @15:1\": \"\",\n            \"RP Ratio Total @20:1\": \"\",\n            \"RP Ratio Total @25:1\": \"\",\n            \"Total Recov Implied Value US$/Boe @10:1\": \"\",\n            \"Total Recov Implied Value US$/Boe @15:1\": \"\",\n            \"Total Recov Implied Value US$/Boe @20:1\": \"\",\n            \"Total Recov Implied Value US$/Boe @25:1\": \"\",\n            \"Unadjusted Implied Value US$/Acre\": \"\",\n            \"Herold Allocation- Acreage Value US$MM\": \"\",\n            \"Drill Carry US$MM\": \"\",\n            \"Generating Plant Nameplate Capacity Under Construction\": \"\",\n            \"Feed Stock Type\": \"\",\n            \"Output Fuel Type\": \"\",\n            \"Implied Value ($/kW) of Acquired Fuel Cells Nameplate Generating Capacity (Existing plus Planned Capacity)\": \"\",\n            \"Implied Value $ per kW of Acquired Nameplate Generating Capacity (Existing plus Planned Capacity)\": \"\",\n            \"Expected Cost to Complete ($MM)\": \"\",\n            \"Implied Value per kW of Acquired Nameplate Generating Capacity (Total)\": \"\",\n            \"Annual Production (GWH)\": \"\",\n            \"Annual Distribution (GWH)\": \"\",\n            \"Distribution Mains (mi.)\": \"\",\n            \"Total Transmission and Distribution Line (mi.)\": \"\",\n            \"Number of Distribution Substations\": \"\",\n            \"Number of Customer Meters\": \"\",\n            \"Number of Electric Customers (MM)\": \"\",\n            \"Annual Gasoline Sales (MM gal.)\\t\": \"\",\n            \"Number of Transmission Substations\": \"\",\n            \"Capacity of Transmission Substations (kva)\": \"\",\n            \"Existing Fuel Cells Nameplate Capacity (MW)\": \"\",\n            \"Planned Fuel Cells Nameplate Capacity (MW)\": \"\",\n            \"Existing plus Planned Fuel Cells Nameplate Capacity (MW)\": \"\",\n            \"Annual Gas Sales (Bcf)\": \"\",\n            \"Implied Value $ per Mcf of Acquired Annual Sales Volume\": \"\",\n            \"Total Number of Customer Service Centers\": \"\",\n            \"Storage Capacity (MM gal.)\": \"\",\n            \"Total Number of Customers\": \"\",\n            \"Retail Sites-Owned\": \"\",\n            \"Retail Sites-Franchised\": \"\",\n            \"Total Number of Trans. Trucks, Trailers, RR Cars\": \"\",\n            \"Implied Value $ per Ton of Acquired Annual Production\": \"\",\n            \"Utilization Rate (%)\": \"\",\n            \"Inventory Value ($MM)\": \"\",\n            \"Related Pipelines (mi.)\": \"\",\n            \"Cat. Hydrorefining Capacity (Mbbl/d)\": \"\",\n            \"Cat. Reforming Capacity (Mbbl/d)\": \"\",\n            \"Cat. Hydrocracking Capacity (Mbbl/d)\": \"\",\n            \"Alkylation (Mbbl/d)\": \"\",\n            \"Cat. Hydrotreating Capacity (Mbbl/d)\": \"\",\n            \"Cat. Cracking Capacity (Mbbl/d)\\t\": \"\",\n            \"Coking Capacity (Mbbl/d X2)\": \"\",\n            \"Development Stage\": \"Undeveloped\",\n            \"Operatorship\": \"Non-Operated\",\n            \"3P Reserves Total Bcfe @10:1\": \"\",\n            \"3P Reserves Total Bcfe @15:1\": \"\",\n            \"3P Reserves Total Bcfe @20:1\": \"\",\n            \"3P Reserves Total Bcfe @25:1\": \"\",\n            \"3P Reserves Total Bcfe @6:1\": \"\",\n            \"Annual Production Bcfe @10:1\": \"\",\n            \"Annual Production Bcfe @15:1\": \"\",\n            \"Annual Production Bcfe @20:1\": \"\",\n            \"Annual Production Bcfe @25:1\": \"\",\n            \"Annual Production Bcfe @6:1\": \"\",\n            \"Contingent Resources Total Bcfe @10:1\": \"\",\n            \"Contingent Resources Total Bcfe @15:1\": \"\",\n            \"Contingent Resources Total Bcfe @20:1\": \"\",\n            \"Contingent Resources Total Bcfe @25:1\": \"\",\n            \"Contingent Resources Total Bcfe @6:1\": \"\",\n            \"Daily Mcfe/d Production @10:1\": \"\",\n            \"Daily Mcfe/d Production @15:1\": \"\",\n            \"Daily Mcfe/d Production @20:1\": \"\",\n            \"Daily Mcfe/d Production @25:1\": \"\",\n            \"Daily Mcfe/d Production @6:1\": \"\",\n            \"Proved Developed Reserves Total Bcfe @10:1\": 0,\n            \"Proved Developed Reserves Total Bcfe @15:1\": 0,\n            \"Proved Developed Reserves Total Bcfe @20:1\": 0,\n            \"Proved Developed Reserves Total Bcfe @25:1\": 0,\n            \"Proved Developed Reserves Total Bcfe @6:1\": 0,\n            \"Proved Reserves Total Bcfe @10:1\": \"\",\n            \"Proved Reserves Total Bcfe @15:1\": \"\",\n            \"Proved Reserves Total Bcfe @20:1\": \"\",\n            \"Proved Reserves Total Bcfe @25:1\": \"\",\n            \"Proved Reserves Total Bcfe @6:1\": \"\",\n            \"Proved+Probable (2P) Reserves Total Bcfe @10:1\": 4125.44,\n            \"Proved+Probable (2P) Reserves Total Bcfe @15:1\": 4179.59,\n            \"Proved+Probable (2P) Reserves Total Bcfe @20:1\": 4233.74,\n            \"Proved+Probable (2P) Reserves Total Bcfe @25:1\": 4287.89,\n            \"Proved+Probable (2P) Reserves Total Bcfe @6:1\": 4082.119998,\n            \"Terminals Storage Capacity (Bcfe)\": \"\",\n            \"Total Recov Resources Bcfe\": \"\",\n            \"Implied Offer Price US$ / Share\": \"\",\n            \"Implied Proved Reserve Value US$/Mcfe @6:1\": \"\",\n            \"2P Implied Value US$/Mcfe @6:1\": 0.2999867723264229235428762131,\n            \"Implied Value Per Daily Mcfe Produced @ 6:1\": \"\",\n            \"Implied Value Per Daily Mcfe Produced @ 10:1\": \"\",\n            \"3P Implied Value US$/Mcfe @6:1\": \"\",\n            \"Contingent Implied Value US$/Mcfe @6:1\": \"\",\n            \"Total Recov Implied Value US$/Mcfe @6:1\": \"\",\n            \"Contingent Implied Value US$/Mcfe @10:1\": \"\",\n            \"Contingent Implied Value US$/Mcfe @15:1\": \"\",\n            \"Contingent Implied Value US$/Mcfe @20:1\": \"\",\n            \"Contingent Implied Value US$/Mcfe @25:1\": \"\",\n            \"Implied Proved Reserve Value US$/Mcfe @10:1\": \"\",\n            \"Implied Proved Reserve Value US$/Mcfe @15:1\": \"\",\n            \"Implied Proved Reserve Value US$/Mcfe @20:1\": \"\",\n            \"Implied Proved Reserve Value US$/Mcfe @25:1\": \"\",\n            \"Implied Value Per Daily Mcfe Produced @ 15:1\": \"\",\n            \"Implied Value Per Daily Mcfe Produced @ 20:1\": \"\",\n            \"Implied Value Per Daily Mcfe Produced @ 25:1\": \"\",\n            \"2P Implied Value US$/Mcfe @10:1\": 0.2968367010549177784672665219,\n            \"2P Implied Value US$/Mcfe @15:1\": 0.2929909407676135697520570199,\n            \"2P Implied Value US$/Mcfe @20:1\": 0.2892435529815246094469665119,\n            \"2P Implied Value US$/Mcfe @25:1\": 0.2855908150628864080002052291,\n            \"3P Implied Value US$/Mcfe @10:1\": \"\",\n            \"3P Implied Value US$/Mcfe @15:1\": \"\",\n            \"3P Implied Value US$/Mcfe @20:1\": \"\",\n            \"3P Implied Value US$/Mcfe @25:1\": \"\",\n            \"Total Recov Implied Value US$/Mcfe @10:1\": \"\",\n            \"Total Recov Implied Value US$/Mcfe @15:1\": \"\",\n            \"Total Recov Implied Value US$/Mcfe @20:1\": \"\",\n            \"Total Recov Implied Value US$/Mcfe @25:1\": \"\",\n            \"Adjusted Acreage Value US$MM\": \"\",\n            \"Adjusted Implied Value US$/Acre\": \"\",\n            \"Implied Value $ per MCF of Acquired Terminals Storage Capacity\": \"\",\n            \"Buyer Peer Type\": \"Government;Public Company\",\n            \"Seller Peer Type\": \"Public Company\",\n            \"Buyer Peer Segment\": \"\",\n            \"Seller Peer Segment\": \"\",\n            \"GeoCoordinates\": [\n                {\n                    \"Latitude\": 61.52,\n                    \"Longitude\": 105.31\n                },\n                {\n                    \"Latitude\": 61.52401,\n                    \"Longitude\": 105.318756\n                },\n                {\n                    \"Latitude\": 70,\n                    \"Longitude\": 70\n                },\n                {\n                    \"Latitude\": 76.25,\n                    \"Longitude\": -11.11\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"d393b251-e587-47fc-8f8e-1f3d92e817f6"},{"name":"Returns a list of Transaction Analysis parameters.","id":"b0449b58-8e7e-4352-82e1-099c96a91e2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json, text/json, text/html, application/xml, text/xml"}],"url":"https://api.connect.ihsmarkit.com/energy/v1/upstream/transaction-analysis/parameters/dictionary-names","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"yourUsername"},{"key":"password","value":"yourPassword"}]},"isInherited":true,"source":{"_postman_id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","name":"Upstream Insight API","type":"collection"}},"urlObject":{"protocol":"https","path":["energy","v1","upstream","transaction-analysis","parameters","dictionary-names"],"host":["api","connect","ihsmarkit","com"],"query":[],"variable":[]}},"response":[{"id":"caed16f2-b44b-4f77-8f52-3a594022e9c0","name":"Returns a list of Transaction Analysis parameters.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json, text/json, text/html, application/xml, text/xml"}],"url":"https://api.connect.ihsmarkit.com/energy/v1/upstream/transaction-analysis/parameters/dictionary-names"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"Set-Cookie","value":"IHS_SSO_SESS=fL1DVIl9ydXpQRYIuXab6PhAQx2Bp3XPiZ-18x2dKkbCOX8lS0DGB1JnriKyCwx3Dx3DQK0gKWtrCj2GMx2Fuxx0e2UiQx3Dx3D-K8PD3Rxx8x2FNaI4h3KQ19mzAx3Dx3D-jZ786sFEpWghhOQfntTVdwx3Dx3D; domain=.connect.ihsmarkit.com; path=/; HttpOnly"},{"key":"Set-Cookie","value":"IHS_SSO_UI=bQBjWXLnvr/1tdTws0nKNAyvjCn0HeS9nPJeHoHWn6MDdtULEjs5AJpi5yNkb67RMbmTMWZMAuFO3w4ACLpyRA==; domain=.connect.ihsmarkit.com; path=/; HttpOnly"},{"key":"Set-Cookie","value":"IHS_CONNECT_SESS_PROD=oy6888T2Vs8RQctaFHVp4A%3d%3d%2clffMd3Ziet%2fJYh9uSLUpFOmL%2bm%2bV3Wu8u7lyQUsvqsrfNtTlUgi3%2fIfnIDaEAohp6J8kQ6De2k44Hb7YguZTfxpi5hPdDjMM6ZK10%2b1AI6VLFYuBk3X434XlqMcD9iArM%2f%2bcdm1uerqvH6mo3YwYUCc86iq8w%2b%2fWJsoescT6jHyEN4nfK3PMCFZAFF%2f28QAe01cW7JG2X4aPtJ6nNo1n7ho%2brYqhGGYbmrPMBr1i%2b4MUX7340rfHapwiXo3ogUV7QdO3%2fHsVAdO%2fJRgpEaXAqugApUQfswhuCpYtsTuE0DWPJozqUFBtovMlI22wSv%2fz%2fE0hSWFPdFDUNcvWGrubiVbZFQ2t4YXlvhu19mwo%2fsQYAyeEr%2broUD2VZGi%2fXM9SoIYbYlksVWKGEKOvHhxRSfeVvQNu7BrIvPaEM5nvq1uGDP%2fRljJzl5MURzlVX4YJImcoBOfdubIcsCU1Aj7nlRzNvyKrhZtP4OV7bY92F7wo0DfpX7G8dSdOflfvuFJypUIXXwuBTLISjIpUQ41VBw%3d%3d; domain=.connect.ihsmarkit.com; path=/; secure; HttpOnly"},{"key":"Set-Cookie","value":"IHS_SESS_EXP=L0RhdGUoMTU4NzUwMTc0NzUwOC43OSkvO0ZhbHNlO0NBMjY0QTc2NDg5ODVERUIzODg2MEEwOTQ0QkE0QTNCOTQzQjg3NEY=; domain=.connect.ihsmarkit.com; path=/"},{"key":"Set-Cookie","value":"IHS_SSO_SESS=fL1DVIl9ydXpQRYIuXab6PhAQx2Bp3XPiZ-18x2dKkbCOX8lS0DGB1JnriKyCwx3Dx3DQK0gKWtrCj2GMx2Fuxx0e2UiQx3Dx3D-K8PD3Rxx8x2FNaI4h3KQ19mzAx3Dx3D-jZ786sFEpWghhOQfntTVdwx3Dx3D; domain=.connect.ihsmarkit.com; path=/; HttpOnly"},{"key":"Set-Cookie","value":"IHS_SSO_UI=bQBjWXLnvr/1tdTws0nKNAyvjCn0HeS9nPJeHoHWn6MDdtULEjs5AJpi5yNkb67RMbmTMWZMAuFO3w4ACLpyRA==; domain=.connect.ihsmarkit.com; path=/; HttpOnly"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Backend-Server","value":"VWC-2PCOGWB04"},{"key":"X-Backend-Server","value":"VWC-2PCOGWB04"},{"key":"X-Powered-By","value":"ARR/3.0"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Cache-Control, x-should-not-refresh-session"},{"key":"Access-Control-Expose-Headers","value":"X-MiniProfiler-Ids"},{"key":"Access-Control-Allow-Origin","value":""},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Date","value":"Tue, 21 Apr 2020 19:42:28 GMT"},{"key":"Content-Length","value":"405"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Key\": \"Herold Dictionary\",\n        \"Value\": [\n            \"deal-types\",\n            \"deal-levels\",\n            \"transaction-analysis-operatorships\",\n            \"development-stages\",\n            \"source-geography\",\n            \"industries\",\n            \"segments\"\n        ]\n    },\n    {\n        \"Key\": \"Organisations Dictionary\",\n        \"Value\": [\n            \"company-size\",\n            \"company-industry\",\n            \"company-segment\",\n            \"company-region\",\n            \"company-type\"\n        ]\n    },\n    {\n        \"Key\": \"Custom Dictionary\",\n        \"Value\": [\n            \"response-types\",\n            \"companies-names\",\n            \"market-comodity-gas-prices\",\n            \"market-comodity-oil-prices\",\n            \"reserve-resource-classification\",\n            \"segments-types\",\n            \"selected-company-types\",\n            \"selected-location-types\",\n            \"transaction-analysis-date-types\",\n            \"net-acreages\",\n            \"location-types\"\n        ]\n    }\n]"}],"_postman_id":"b0449b58-8e7e-4352-82e1-099c96a91e2b"},{"name":"Returns a list of values for a specific Transactions Analysis parameter.","id":"8d9a042f-bb01-4df8-8f92-3dc206b4d3cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json, text/json, text/html, application/xml, text/xml"}],"url":"https://api.connect.ihsmarkit.com/energy/v1/upstream/transaction-analysis/parameters/:dictionaryName","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"yourUsername"},{"key":"password","value":"yourPassword"}]},"isInherited":true,"source":{"_postman_id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","name":"Upstream Insight API","type":"collection"}},"urlObject":{"protocol":"https","path":["energy","v1","upstream","transaction-analysis","parameters",":dictionaryName"],"host":["api","connect","ihsmarkit","com"],"query":[],"variable":[{"id":"52e543ae-cd0c-4acb-b08b-2158ab0363a4","type":"string","value":"{{dictionaryName}}","key":"dictionaryName"}]}},"response":[{"id":"8f6b6c1e-bad4-43b9-a5ec-66422957bd0c","name":"Tranactions \"deal-levels\" values","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json, text/json, text/html, application/xml, text/xml"}],"url":{"raw":"https://connectapi.ihs.com/energy/v1/upstream/transaction-analysis/parameters/:dictionaryName","protocol":"https","host":["connectapi","ihs","com"],"path":["energy","v1","upstream","transaction-analysis","parameters",":dictionaryName"],"variable":[{"key":"dictionaryName","value":"deal-levels"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Backend-Server","value":"VWC-2PCOGWB02"},{"key":"X-Backend-Server","value":"VWC-2PCOGWB02"},{"key":"X-Powered-By","value":"ARR/3.0"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Cache-Control, x-should-not-refresh-session"},{"key":"Access-Control-Expose-Headers","value":"X-MiniProfiler-Ids"},{"key":"Access-Control-Allow-Origin","value":""},{"key":"Date","value":"Mon, 01 Jul 2019 19:50:38 GMT"},{"key":"Content-Length","value":"139"}],"cookie":[],"responseTime":null,"body":"[\n    \"Asset\",\n    \"Corporate\"\n]"}],"_postman_id":"8d9a042f-bb01-4df8-8f92-3dc206b4d3cc"}],"id":"4d2406f9-ced3-431b-8a2a-87796fdaa84a","description":"<p><strong><a href=\"https://connect.ihsmarkit.com/transaction-analysis?connectPath=Capabilities_STR.STR_ALL\">Transactions on Connect</a></strong></p>\n","_postman_id":"4d2406f9-ced3-431b-8a2a-87796fdaa84a","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"yourUsername"},{"key":"password","value":"yourPassword"}]},"isInherited":true,"source":{"_postman_id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","name":"Upstream Insight API","type":"collection"}}}],"id":"77f32e8a-c3f0-46b8-8f40-b300705a839e","_postman_id":"77f32e8a-c3f0-46b8-8f40-b300705a839e","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"yourUsername"},{"key":"password","value":"yourPassword"}]},"isInherited":true,"source":{"_postman_id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","name":"Upstream Insight API","type":"collection"}}},{"name":"E&P Portfolio Tool","item":[{"name":"Returns data from the Exploration and Production Portfolio database.","id":"4669e0fb-8ee5-4631-b760-d523c3d38cbe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json, text/json, text/html, application/xml, text/xml"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"Company\": [\r\n    \"string\"\r\n  ],\r\n  \"Resource\": [\r\n    \"string\"\r\n  ],\r\n  \"Series\": [\r\n    \"string\"\r\n  ],\r\n  \"AssetType\": [\r\n    \"string\"\r\n  ],\r\n  \"Region\": [\r\n    \"string\"\r\n  ],\r\n  \"Country\": [\r\n    \"string\"\r\n  ],\r\n  \"Phase\": [\r\n    \"string\"\r\n  ]\r\n}"},"url":"https://api.connect.ihsmarkit.com/energy/v1/upstream/ep-portfolio","description":"<p>POST service request parameters can be used to filter the response. They are optional and support multiple inputs. <br /></p>\n<p>Parameters:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>company\nresource\nseries\nasset_type\nregion\ncountry\nphase\n</code></pre><p>Relevant parameters input values can be returned using: <a href=\"https://connectapi.ihs.com/energy/v1/upstream/ep-portfolio/parameters%7B%7Bparameter%7D%7D\">https://connectapi.ihs.com/energy/v1/upstream/ep-portfolio/parameters{{parameter}}</a></p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"yourUsername"},{"key":"password","value":"yourPassword"}]},"isInherited":true,"source":{"_postman_id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","name":"Upstream Insight API","type":"collection"}},"urlObject":{"protocol":"https","path":["energy","v1","upstream","ep-portfolio"],"host":["api","connect","ihsmarkit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"4669e0fb-8ee5-4631-b760-d523c3d38cbe"},{"name":"Returns data from the Exploration and Production Portfolio database.","id":"ed9f4776-3cc3-45dc-aada-33aaca3d89dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json, text/json, text/html, application/xml, text/xml"}],"url":"https://api.connect.ihsmarkit.com/energy/v1/upstream/ep-portfolio","description":"<p>This endpoint returns <strong>all</strong> data from the E&amp;P Portfolio Tool table. It cannot be filtered using parameters in its current version. Check with your AM on throttle limits if you intend to use this endpoint to make sure the data will not be truncated.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"yourUsername"},{"key":"password","value":"yourPassword"}]},"isInherited":true,"source":{"_postman_id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","name":"Upstream Insight API","type":"collection"}},"urlObject":{"protocol":"https","path":["energy","v1","upstream","ep-portfolio"],"host":["api","connect","ihsmarkit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ed9f4776-3cc3-45dc-aada-33aaca3d89dc"},{"name":"Returns a list of parameters for the Exploration and Production Portfolio database.","id":"202a2e16-3c83-41a3-a2a6-680601462523","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json, text/json, text/html, application/xml, text/xml"}],"url":"https://api.connect.ihsmarkit.com/energy/v1/upstream/ep-portfolio/parameters/filters","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"yourUsername"},{"key":"password","value":"yourPassword"}]},"isInherited":true,"source":{"_postman_id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","name":"Upstream Insight API","type":"collection"}},"urlObject":{"protocol":"https","path":["energy","v1","upstream","ep-portfolio","parameters","filters"],"host":["api","connect","ihsmarkit","com"],"query":[],"variable":[]}},"response":[{"id":"04f319c4-3f1d-4650-91f3-ac141ac73c84","name":"Get E&P Portfolio Tool Data POST service request parameters","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json, text/json, text/html, application/xml, text/xml"}],"url":"https://connectapi.ihs.com/energy/v1/upstream/ep-portfolio/parameters/filters"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Backend-Server","value":"VWC-2PCOGWB02"},{"key":"X-Backend-Server","value":"VWC-2PCOGWB02"},{"key":"X-Powered-By","value":"ARR/3.0"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Cache-Control, x-should-not-refresh-session"},{"key":"Access-Control-Expose-Headers","value":"X-MiniProfiler-Ids"},{"key":"Access-Control-Allow-Origin","value":""},{"key":"Date","value":"Tue, 02 Jul 2019 18:02:20 GMT"},{"key":"Content-Length","value":"182"}],"cookie":[],"responseTime":null,"body":"[\n    \"company\",\n    \"resource\",\n    \"series\",\n    \"asset_type\",\n    \"region\",\n    \"country\",\n    \"phase\"\n]"}],"_postman_id":"202a2e16-3c83-41a3-a2a6-680601462523"},{"name":"Returns a list of values for a specific Exploration and Production Portfolio database parameter.","id":"b1152717-3d4d-4f86-bce4-d80ef4ca36b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json, text/json, text/html, application/xml, text/xml"}],"url":"https://api.connect.ihsmarkit.com/energy/v1/upstream/ep-portfolio/parameters/:filterName","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"yourUsername"},{"key":"password","value":"yourPassword"}]},"isInherited":true,"source":{"_postman_id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","name":"Upstream Insight API","type":"collection"}},"urlObject":{"protocol":"https","path":["energy","v1","upstream","ep-portfolio","parameters",":filterName"],"host":["api","connect","ihsmarkit","com"],"query":[],"variable":[{"id":"847f5c47-84a3-4f68-b428-0a8a4cc436ac","type":"string","value":"{{filterName}}","key":"filterName"}]}},"response":[],"_postman_id":"b1152717-3d4d-4f86-bce4-d80ef4ca36b5"}],"id":"3bf5212d-8a81-477a-92ec-cb8a5c06db37","_postman_id":"3bf5212d-8a81-477a-92ec-cb8a5c06db37","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"yourUsername"},{"key":"password","value":"yourPassword"}]},"isInherited":true,"source":{"_postman_id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","name":"Upstream Insight API","type":"collection"}}},{"name":"Source Archive","item":[{"name":"Returns links to documents from the SourceArchive database.","id":"4a8e8986-d3aa-480e-bdcf-b290655c4f75","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json, text/json, text/html, application/xml, text/xml"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"PageIndex\": 0,\r\n  \"PageSize\": 0,\r\n  \"Companies\": [\r\n    \"string\"\r\n  ],\r\n  \"Categories\": [\r\n    \"string\"\r\n  ],\r\n  \"DateRange\": {\r\n    \"BeginningDate\": \"2019-07-01T15:08:20.565Z\",\r\n    \"EndingDate\": \"2019-07-01T15:08:20.565Z\"\r\n  }\r\n}"},"url":"https://api.connect.ihsmarkit.com/energy/v1/upstream/sourcearchive","description":"<p>Response includes links to PDF and PowerPoint investor presentations. Relevant values for \"Categories\" and \"Companies\" query parameters can be retrieved from the sourcearchive/parameters/:{{filterName}} endpoint.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"yourUsername"},{"key":"password","value":"yourPassword"}]},"isInherited":true,"source":{"_postman_id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","name":"Upstream Insight API","type":"collection"}},"urlObject":{"protocol":"https","path":["energy","v1","upstream","sourcearchive"],"host":["api","connect","ihsmarkit","com"],"query":[],"variable":[]}},"response":[{"id":"0007a2f1-5514-45a2-afc3-3ce1e465902f","name":"Get Kinder Morgan 10-K's filed in 2020","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json, text/json, text/html, application/xml, text/xml"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"PageIndex\": 0,\r\n  \"PageSize\": 100,\r\n  \"Companies\": [\r\n    \"Kinder Morgan Inc.\", \"Kinder Morgan Management, Llc\"\r\n  ],\r\n  \"Categories\": [\r\n    \"SEC Filings;10-K\"\r\n  ],\r\n  \"DateRange\": {\r\n    \"BeginningDate\": \"2020-01-01\",\r\n    \"EndingDate\": \"2020-12-31\"\r\n  }\r\n}"},"url":"https://api.connect.ihsmarkit.com/energy/v1/upstream/sourcearchive"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Backend-Server","value":"VWC-2PCOGWB04"},{"key":"X-Backend-Server","value":"VWC-2PCOGWB04"},{"key":"X-Powered-By","value":"ARR/3.0"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Cache-Control, x-should-not-refresh-session"},{"key":"Access-Control-Expose-Headers","value":"X-MiniProfiler-Ids"},{"key":"Access-Control-Allow-Origin","value":""},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Date","value":"Tue, 21 Apr 2020 20:08:22 GMT"},{"key":"Content-Length","value":"427"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"DisplayName\": \"10-K\",\n        \"DocumentCategory\": \"SEC Filings;10-K\",\n        \"CompanyId\": 3123,\n        \"CompanyName\": \"Kinder Morgan Inc.\",\n        \"DocumentDate\": \"2020-02-12\",\n        \"Link\": \"https://proxy.connect.ihsmarkit.com/SourceArchive/v1/file/download?documentId=edc12e0009488dbc420d16c5aa3ae4df0dbf5189\"\n    },\n    {\n        \"DisplayName\": \"10-K\",\n        \"DocumentCategory\": \"SEC Filings;10-K\",\n        \"CompanyId\": 23202011,\n        \"CompanyName\": \"Kinder Morgan Management, Llc\",\n        \"DocumentDate\": \"2020-02-12\",\n        \"Link\": \"https://proxy.connect.ihsmarkit.com/SourceArchive/v1/file/download?documentId=d8b1f59684f82fc12f088536ab84e6e27589606c\"\n    }\n]"}],"_postman_id":"4a8e8986-d3aa-480e-bdcf-b290655c4f75"},{"name":"Returns a list of values for a specific SourceArchive database parameter.","id":"e528cc8f-00bf-4ead-9bb8-893566152407","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json, text/json, text/html, application/xml, text/xml"}],"url":"https://api.connect.ihsmarkit.com/energy/v1/upstream/sourcearchive/parameters/:filterName","description":"<p>Relevant calues for filterName:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Companies\nCategories\n</code></pre>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"yourUsername"},{"key":"password","value":"yourPassword"}]},"isInherited":true,"source":{"_postman_id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","name":"Upstream Insight API","type":"collection"}},"urlObject":{"protocol":"https","path":["energy","v1","upstream","sourcearchive","parameters",":filterName"],"host":["api","connect","ihsmarkit","com"],"query":[],"variable":[{"id":"350fcb0a-2a5f-493c-9f92-a6cba8601d87","type":"string","value":"{{filterName}}","key":"filterName"}]}},"response":[{"id":"8dfea887-2753-407d-8f52-91c7bef69ba3","name":"Relevant \"Categories\" values for SourceArchive POST query ","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json, text/json, text/html, application/xml, text/xml"}],"url":{"raw":"https://connectapi.ihs.com/energy/v1/upstream/sourcearchive/parameters/:filterName","protocol":"https","host":["connectapi","ihs","com"],"path":["energy","v1","upstream","sourcearchive","parameters",":filterName"],"variable":[{"key":"filterName","value":"Categories"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Backend-Server","value":"VWC-2PCOGWB01"},{"key":"X-Backend-Server","value":"VWC-2PCOGWB01"},{"key":"X-Powered-By","value":"ARR/3.0"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Cache-Control, x-should-not-refresh-session"},{"key":"Access-Control-Expose-Headers","value":"X-MiniProfiler-Ids"},{"key":"Access-Control-Allow-Origin","value":""},{"key":"Date","value":"Mon, 01 Jul 2019 18:59:36 GMT"},{"key":"Content-Length","value":"188"}],"cookie":[],"responseTime":null,"body":"[\n    \"Annual Reports\",\n    \"Presentations\",\n    \"SEC Filings\",\n    \"SEC Filings;10-K\",\n    \"SEC Filings;10-Q\",\n    \"SEC Filings;20-F\",\n    \"SEC Filings;8-K\"\n]"}],"_postman_id":"e528cc8f-00bf-4ead-9bb8-893566152407"},{"name":"Returns a list of parameters for the SourceArchive database.","id":"f7c74ec3-1ed4-4d45-afe2-8f64751b5ced","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json, text/json, text/html, application/xml, text/xml"}],"url":"https://api.connect.ihsmarkit.com/energy/v1/upstream/sourcearchive/parameters/filters","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"yourUsername"},{"key":"password","value":"yourPassword"}]},"isInherited":true,"source":{"_postman_id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","name":"Upstream Insight API","type":"collection"}},"urlObject":{"protocol":"https","path":["energy","v1","upstream","sourcearchive","parameters","filters"],"host":["api","connect","ihsmarkit","com"],"query":[],"variable":[]}},"response":[{"id":"11080f2d-96b2-4366-9c46-fa80f7ea0f49","name":"Get a list of input parameters for SourceArchive API query","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json, text/json, text/html, application/xml, text/xml"}],"url":"https://connectapi.ihs.com/energy/v1/upstream/sourcearchive/parameters/filters"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"Set-Cookie","value":"IHS_SSO_SESS=mxxPWgN1lYtgKk1yJ8gar3atnMu2hnHeg-18x2ddlawCeWRv1tEo6TzXl4rswx3Dx3DVPSMcHFDH3Smbx2B7eTI7MPQx3Dx3D-K8PD3Rxx8x2FNaI4h3KQ19mzAx3Dx3D-jZ786sFEpWghhOQfntTVdwx3Dx3D; domain=.ihs.com; path=/; HttpOnly"},{"key":"Set-Cookie","value":"IHS_SSO_UI=HrePBsEAnnbgKHbrePnLvHJxzaR/VQcKeKqJuT6ibFBn5vwXSQMYOJasJeA2h/bzT022ZhOIdijRWUc0101sgg==; domain=.ihs.com; path=/; HttpOnly"},{"key":"Set-Cookie","value":"IHS_CONNECT_SESS_PROD=i%2fGfTB%2fvUPryexFhV6kSVw%3d%3d%2cxM5gQOYYCrhdVnVD3zHpiiN84jKwDtT54QlzFLTRFdWEVirSUBOli3zAnORhT4Cy3zAoFoXuVxcxcA45vKLkNcDwg%2bRb0kogahKXr7WjMw82i0Lqboho8g96BssE1cFBh5dXJ%2fut4dKvEIDwbZ3QaJxio28Pwjb3CKb0dcClSmKMjDaWb7m3wPSGojdZsRWNblkLMvKCmT1gR3GEZhNWxTQRRgoaPb3HAVVWdXrxKL9R5LYdlsFby%2bvk6%2fABw1drkUwSRZifDPQv%2bMk79FvYZ3PH1k4YVpxRI4YQYKDjGDYevv%2fLXp4Sb5RoJEXe6FDRejW2jI%2f8jRUtiEt0NrEUKtLn%2b2TuAvStUDvwN%2bY5XCh2aKpMZqh%2b58a5EXKFGWjNR14Gvabdtv%2flBofJQttFWxkdmR5zT7av%2bFy%2b%2bOad7JGZRm7THlPUYHivY0lcvbiVYuBcdNjS9gNYSeBBIrkC4DmcLoTIkpliKCWy4NLrIrKVvhAi7JYvPkhkDhOVEAKw65HeYRJNIsE2ytvzYmBHBxdnCxpQhfQESH0gbeD0P9w%3d; domain=.ihs.com; path=/; HttpOnly"},{"key":"Set-Cookie","value":"IHS_SESS_EXP=L0RhdGUoMTU2MjAxMjA3NDk0Ny44OSkvO0ZhbHNlOzFGQzc4NzJEMjFFRjJBODkxMjgwNDNFNDhENjY2MkMyNzRDQjlBQjQ=; domain=.ihs.com; path=/"},{"key":"Set-Cookie","value":"IHS_SSO_SESS=mxxPWgN1lYtgKk1yJ8gar3atnMu2hnHeg-18x2ddlawCeWRv1tEo6TzXl4rswx3Dx3DVPSMcHFDH3Smbx2B7eTI7MPQx3Dx3D-K8PD3Rxx8x2FNaI4h3KQ19mzAx3Dx3D-jZ786sFEpWghhOQfntTVdwx3Dx3D; domain=.ihs.com; path=/; HttpOnly"},{"key":"Set-Cookie","value":"IHS_SSO_UI=HrePBsEAnnbgKHbrePnLvHJxzaR/VQcKeKqJuT6ibFBn5vwXSQMYOJasJeA2h/bzT022ZhOIdijRWUc0101sgg==; domain=.ihs.com; path=/; HttpOnly"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Backend-Server","value":"VWC-2PCOGWB01"},{"key":"X-Backend-Server","value":"VWC-2PCOGWB01"},{"key":"X-Powered-By","value":"ARR/3.0"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Cache-Control, x-should-not-refresh-session"},{"key":"Access-Control-Expose-Headers","value":"X-MiniProfiler-Ids"},{"key":"Access-Control-Allow-Origin","value":""},{"key":"Date","value":"Mon, 01 Jul 2019 19:14:34 GMT"},{"key":"Content-Length","value":"147"}],"cookie":[],"responseTime":null,"body":"[\n    \"Categories\",\n    \"Companies\"\n]"}],"_postman_id":"f7c74ec3-1ed4-4d45-afe2-8f64751b5ced"}],"id":"bcf4defb-0496-42df-b07f-28e85c17e3bb","description":"<p>SourceArchive is a single-source database containing financial filings like investor and corporate presentations of public energy companies. The database is searchable by keyword, company name, and date, and provides quick access to multiple company presentations and filings from one single database versus having to visit individual corporate websites and maintaining your own library.</p>\n<p><strong><a href=\"https://connect.ihsmarkit.com/SourceArchive?connectPath=Capabilities_STR.STR_ALL\">Source Archive on Connect</a></strong></p>\n","_postman_id":"bcf4defb-0496-42df-b07f-28e85c17e3bb","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"yourUsername"},{"key":"password","value":"yourPassword"}]},"isInherited":true,"source":{"_postman_id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","name":"Upstream Insight API","type":"collection"}}},{"name":"Company Information","item":[{"name":"Count of rows in your selected Company Data view.","id":"99438800-b168-4639-a175-49b15a095114","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json, text/json, text/html, application/xml, text/xml"}],"url":"https://api.connect.ihsmarkit.com/energy/v1/upstream-company/count/:viewName?select=&orderBy=&order=&pageIndex=&pageSize=&filter=&groupBy=&updatedWithin=","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"yourUsername"},{"key":"password","value":"yourPassword"}]},"isInherited":true,"source":{"_postman_id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","name":"Upstream Insight API","type":"collection"}},"urlObject":{"protocol":"https","path":["energy","v1","upstream-company","count",":viewName"],"host":["api","connect","ihsmarkit","com"],"query":[{"description":{"content":"<p>Return only selected column(s)</p>\n","type":"text/plain"},"key":"select","value":""},{"key":"orderBy","value":""},{"key":"order","value":""},{"key":"pageIndex","value":""},{"key":"pageSize","value":""},{"key":"filter","value":""},{"key":"groupBy","value":""},{"key":"updatedWithin","value":""}],"variable":[{"type":"string","value":"","key":"viewName"}]}},"response":[],"_postman_id":"99438800-b168-4639-a175-49b15a095114"},{"name":"Generate a list of views associated with the Company Data data group.","id":"123a9557-3bb4-4892-8271-7725a8072e59","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json, text/json, text/html, application/xml, text/xml"}],"url":"https://api.connect.ihsmarkit.com/energy/v1/upstream-company/views","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"yourUsername"},{"key":"password","value":"yourPassword"}]},"isInherited":true,"source":{"_postman_id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","name":"Upstream Insight API","type":"collection"}},"urlObject":{"protocol":"https","path":["energy","v1","upstream-company","views"],"host":["api","connect","ihsmarkit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"123a9557-3bb4-4892-8271-7725a8072e59"},{"name":"Return attributes related to the selected Company Data view.","id":"ca2499eb-e74a-4181-bf92-982d1652236b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json, text/json, text/html, application/xml, text/xml"}],"url":"https://api.connect.ihsmarkit.com/energy/v1/upstream-company/views/:viewName","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"yourUsername"},{"key":"password","value":"yourPassword"}]},"isInherited":true,"source":{"_postman_id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","name":"Upstream Insight API","type":"collection"}},"urlObject":{"protocol":"https","path":["energy","v1","upstream-company","views",":viewName"],"host":["api","connect","ihsmarkit","com"],"query":[],"variable":[{"type":"string","value":"","key":"viewName"}]}},"response":[],"_postman_id":"ca2499eb-e74a-4181-bf92-982d1652236b"},{"name":"Return data associated with the selected Company Data view.","id":"c8324de4-1d69-4c55-99f9-912468b8da70","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json, text/json, text/html, application/xml, text/xml"},{"key":"Content-Type","value":"text/plain","type":"text"}],"url":"https://api.connect.ihsmarkit.com/energy/v1/upstream-company/retrieve/:viewName?select=&filter=&updatedWithin=&pageIndex=&pageSize=&groupBy=&orderBy=&order=","description":"<p>View-based endpoints can be customized and filtered. Select only the columns needed and filter those values accordingly to pull back only the data you need. Use the data returned in the \"view attributes\" endpoint as a guide for customizing the response. Alternatively, pull back the first 5-10 rows of the table to explore columns and data types before cusomizing the table further.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"yourUsername"},{"key":"password","value":"yourPassword"}]},"isInherited":true,"source":{"_postman_id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","name":"Upstream Insight API","type":"collection"}},"urlObject":{"protocol":"https","path":["energy","v1","upstream-company","retrieve",":viewName"],"host":["api","connect","ihsmarkit","com"],"query":[{"description":{"content":"<p>Return only selected column(s)</p>\n","type":"text/plain"},"key":"select","value":""},{"description":{"content":"<p>Column values (=, LIKE, IN) \"...\". Example: name IN \"Chevron Corp.\", \"Occidental Petroleum Co.\"</p>\n","type":"text/plain"},"key":"filter","value":""},{"description":{"content":"<p>Number of seconds</p>\n","type":"text/plain"},"key":"updatedWithin","value":""},{"description":{"content":"<p>Page number starts at 0</p>\n","type":"text/plain"},"key":"pageIndex","value":""},{"description":{"content":"<p>Number of records per page</p>\n","type":"text/plain"},"key":"pageSize","value":""},{"description":{"content":"<p>Select categorical column to group (get distinct values)</p>\n","type":"text/plain"},"key":"groupBy","value":""},{"description":{"content":"<p>Column names</p>\n","type":"text/plain"},"key":"orderBy","value":""},{"description":{"content":"<p>ASC or DESC</p>\n","type":"text/plain"},"key":"order","value":""}],"variable":[{"id":"9d365538-5521-4cab-b462-c12ee4b5c192","description":{"content":"<p>Name of the view. Example: benchmark_eandp_overview</p>\n","type":"text/plain"},"type":"string","value":"","key":"viewName"}]}},"response":[{"id":"2a49b1a5-330b-47b7-bfbf-eb929bffa19c","name":"Get rows where company name like IHS%","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json, text/json, text/html, application/xml, text/xml"}],"url":{"raw":"https://api.connect.ihsmarkit.com/energy/v1/upstream-company/retrieve/company_data?filter=name like \"IHS%\"","protocol":"https","host":["api","connect","ihsmarkit","com"],"path":["energy","v1","upstream-company","retrieve","company_data"],"query":[{"key":"filter","value":"{{filter}}","disabled":true},{"key":"groupBy","value":"{{groupBy}}","disabled":true},{"key":"updatedWithin","value":"{{updatedWithin}}","disabled":true},{"key":"filter","value":"name like \"IHS%\""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Backend-Server","value":"VWC-2PCOGWB03"},{"key":"X-Backend-Server","value":"VWC-2PCOGWB03"},{"key":"X-Powered-By","value":"ARR/3.0"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Cache-Control, x-should-not-refresh-session"},{"key":"Access-Control-Expose-Headers","value":"X-MiniProfiler-Ids"},{"key":"Access-Control-Allow-Origin","value":""},{"key":"Date","value":"Mon, 01 Jul 2019 15:42:18 GMT"},{"key":"Content-Length","value":"1383"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"name\": \"OUTSIDE NORTH AM. INTEG./DIV. OILS\",\n        \"company_metrics_id\": \"PGOIO\",\n        \"year\": 2011,\n        \"reporting_period\": \"Annual\",\n        \"year_period\": \"2011 Annual\",\n        \"region\": \"Non-Consolidated: Non-U.S.1\",\n        \"last_update\": \"2018-11-01T09:11:15.957\",\n        \"ci_sum_num\": 2326.077686,\n        \"rr_1p_og_end_res_num\": 2170.516667,\n        \"rr_1p_og_dev_res_pct_num\": 14.974929,\n        \"rr_1p_oil_res_pct_of_tot_num\": 54.208291,\n        \"rr_1p_og_positive_prod_num\": 55.35,\n        \"rr_1p_oil_prod_pct_of_tot_num\": 66.485998,\n        \"rr_1p_rp_ratio_og_num\": 39.214393,\n        \"rr_1p_og_prod_growth_num\": -1.6,\n        \"rr_1p_og_res_growth_num\": 57.451156,\n        \"rrc_1p_rrc_pboe_y3a_num\": 6.322695,\n        \"rrc_1p_rrr_og_y3a_num\": 580.410678,\n        \"ro_rev_pboe_sum_num\": 71.284681,\n        \"ro_pboe_lifting_costs_num\": 24.829929,\n        \"ro_pboe_netback_num\": 46.454752,\n        \"ro_pboe_ni_num\": 57.228266,\n        \"ro_netback_margins_num\": 65.167932,\n        \"ro_recycle_ratio_num\": 12.23707,\n        \"rr_1p_oil_positive_prod_num\": 36.8,\n        \"rr_1p_gas_positive_prod_num\": 111.3\n    },\n    {\n        \"name\": \"OUTSIDE NORTH AM. INTEG./DIV. OILS\",\n        \"company_metrics_id\": \"PGOIO\",\n        \"year\": 2012,\n        \"reporting_period\": \"Annual\",\n        \"year_period\": \"2012 Annual\",\n        \"region\": \"Non-Consolidated: Non-U.S.1\",\n        \"last_update\": \"2018-11-01T09:11:15.957\",\n        \"ci_sum_num\": 2241.301013,\n        \"rr_1p_og_end_res_num\": 2684.933333,\n        \"rr_1p_og_dev_res_pct_num\": 18.168049,\n        \"rr_1p_oil_res_pct_of_tot_num\": 41.129513,\n        \"rr_1p_og_positive_prod_num\": 94.783333,\n        \"rr_1p_oil_prod_pct_of_tot_num\": 36.187797,\n        \"rr_1p_rp_ratio_og_num\": 28.327062,\n        \"rr_1p_og_prod_growth_num\": 71.243601,\n        \"rr_1p_og_res_growth_num\": 23.700194,\n        \"rrc_1p_rrc_pboe_y3a_num\": 5.125177,\n        \"rrc_1p_rrr_og_y3a_num\": 563.005734,\n        \"ro_rev_pboe_sum_num\": 48.869641,\n        \"ro_pboe_lifting_costs_num\": 17.382984,\n        \"ro_pboe_netback_num\": 31.486657,\n        \"ro_pboe_ni_num\": 28.201607,\n        \"ro_netback_margins_num\": 64.429892,\n        \"ro_recycle_ratio_num\": 5.359927,\n        \"rr_1p_oil_positive_prod_num\": 34.3,\n        \"rr_1p_gas_positive_prod_num\": 362.9\n    },\n    {\n        \"name\": \"OUTSIDE NORTH AM. INTEG./DIV. OILS\",\n        \"company_metrics_id\": \"PGOIO\",\n        \"year\": 2013,\n        \"reporting_period\": \"Annual\",\n        \"year_period\": \"2013 Annual\",\n        \"region\": \"Non-Consolidated: Non-U.S.1\",\n        \"last_update\": \"2019-03-08T16:35:39.707\",\n        \"ci_sum_num\": 4783.674903,\n        \"rr_1p_og_end_res_num\": 2385.816667,\n        \"rr_1p_og_dev_res_pct_num\": 28.042809,\n        \"rr_1p_oil_res_pct_of_tot_num\": 53.922836,\n        \"rr_1p_og_positive_prod_num\": 116.266667,\n        \"rr_1p_oil_prod_pct_of_tot_num\": 41.71445,\n        \"rr_1p_rp_ratio_og_num\": 20.520212,\n        \"rr_1p_og_prod_growth_num\": 22.665729,\n        \"rr_1p_og_res_growth_num\": -11.140562,\n        \"rrc_1p_rrc_pboe_y3a_num\": 6.960305,\n        \"rrc_1p_rrr_og_y3a_num\": 504.310561,\n        \"ro_rev_pboe_sum_num\": 51.004041,\n        \"ro_pboe_lifting_costs_num\": 15.43256,\n        \"ro_pboe_netback_num\": 35.57148,\n        \"ro_pboe_ni_num\": 27.628201,\n        \"ro_netback_margins_num\": 69.742475,\n        \"ro_recycle_ratio_num\": 2.596781,\n        \"rr_1p_oil_positive_prod_num\": 48.5,\n        \"rr_1p_gas_positive_prod_num\": 406.6\n    },\n    {\n        \"name\": \"OUTSIDE NORTH AM. INTEG./DIV. OILS\",\n        \"company_metrics_id\": \"PGOIO\",\n        \"year\": 1995,\n        \"reporting_period\": \"Annual\",\n        \"year_period\": \"1995 Annual\",\n        \"region\": \"Non-Consolidated: Non-U.S.1\",\n        \"last_update\": \"2018-11-01T09:09:56.577\",\n        \"rr_1p_og_positive_prod_num\": 1.147667,\n        \"rr_1p_og_prod_growth_num\": -4.863222,\n        \"rr_1p_oil_positive_prod_num\": 0.591,\n        \"rr_1p_gas_positive_prod_num\": 3.34\n    },\n    {\n        \"name\": \"OUTSIDE NORTH AM. INTEG./DIV. OILS\",\n        \"company_metrics_id\": \"PGOIO\",\n        \"year\": 1996,\n        \"reporting_period\": \"Annual\",\n        \"year_period\": \"1996 Annual\",\n        \"region\": \"Non-Consolidated: Non-U.S.1\",\n        \"last_update\": \"2018-11-01T09:11:05.223\",\n        \"ci_sum_num\": 12.590834,\n        \"rr_1p_og_end_res_num\": 61.5,\n        \"rr_1p_oil_res_pct_of_tot_num\": 99.186992,\n        \"rr_1p_og_positive_prod_num\": 1.201833,\n        \"rr_1p_rp_ratio_og_num\": 51.171821,\n        \"rr_1p_og_prod_growth_num\": 4.719721,\n        \"rr_1p_oil_positive_prod_num\": 0.509,\n        \"rr_1p_gas_positive_prod_num\": 4.157\n    }\n]"}],"_postman_id":"c8324de4-1d69-4c55-99f9-912468b8da70"}],"id":"f7958964-1190-40ec-9abc-db781728e10e","description":"<p><strong><a href=\"https://connect.ihsmarkit.com/company/company-search?connectPath=Capabilities_STR.STR_ALL\">Company Information on Connect</a></strong></p>\n","_postman_id":"f7958964-1190-40ec-9abc-db781728e10e","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"yourUsername"},{"key":"password","value":"yourPassword"}]},"isInherited":true,"source":{"_postman_id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","name":"Upstream Insight API","type":"collection"}}},{"name":"Written Docs","item":[{"name":"Returns a list of available optional query parameters and their attributes","id":"608e498e-dcc8-4042-9011-b534a3255f41","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.connect.ihsmarkit.com/energy/v1/documents/dictionaries","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"yourUsername"},{"key":"password","value":"yourPassword"}]},"isInherited":true,"source":{"_postman_id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","name":"Upstream Insight API","type":"collection"}},"urlObject":{"protocol":"https","path":["energy","v1","documents","dictionaries"],"host":["api","connect","ihsmarkit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"608e498e-dcc8-4042-9011-b534a3255f41"},{"name":"Returns relevant values for a selected parameter containing predefined values","id":"eb51eb31-afcb-4574-9aa9-4d27391b0c10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.connect.ihsmarkit.com/energy/v1/documents/dictionaryvalues/","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"yourUsername"},{"key":"password","value":"yourPassword"}]},"isInherited":true,"source":{"_postman_id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","name":"Upstream Insight API","type":"collection"}},"urlObject":{"protocol":"https","path":["energy","v1","documents","dictionaryvalues",""],"host":["api","connect","ihsmarkit","com"],"query":[],"variable":[]}},"response":[{"id":"cfb66101-d573-45f6-b0a4-93dcf5b4573a","name":"Returns relevant values for a selected parameter containing predefined values","originalRequest":{"method":"GET","header":[],"url":"https://api.connect.ihsmarkit.com/energy/v1/documents/dictionaryvalues/Source"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"eb51eb31-afcb-4574-9aa9-4d27391b0c10"},{"name":"Upstream Companies & Transactions documents updated in the last 30 days","id":"b1930b5e-b257-4263-b494-e9e22a5f4468","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.connect.ihsmarkit.com/energy/v1/documents?UpdatedWithin=2592000&Source=5","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"yourUsername"},{"key":"password","value":"yourPassword"}]},"isInherited":true,"source":{"_postman_id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","name":"Upstream Insight API","type":"collection"}},"urlObject":{"protocol":"https","path":["energy","v1","documents"],"host":["api","connect","ihsmarkit","com"],"query":[{"key":"UpdatedWithin","value":"2592000"},{"description":{"content":"<p>Find more source names at .../energy/v1/documents/dictionaryvalues/Source</p>\n","type":"text/plain"},"key":"Source","value":"5"}],"variable":[]}},"response":[],"_postman_id":"b1930b5e-b257-4263-b494-e9e22a5f4468"}],"id":"aadd7ee6-4e5d-49fb-9ed1-7c03d47b765d","description":"<p>With more than 60 years of energy field experience, Upstream Company &amp; Transaction Research provides unparalleled independent research and analysis on the world’s leading energy companies and global energy mergers and acquisitions market. </p>\n","event":[{"listen":"prerequest","script":{"id":"1860b8a9-b726-4d69-ad5f-92b936ba17de","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c83662da-aab7-48d3-ae0b-cc7675ce5654","type":"text/javascript","exec":[""]}}],"_postman_id":"aadd7ee6-4e5d-49fb-9ed1-7c03d47b765d","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"yourUsername"},{"key":"password","value":"yourPassword"}]},"isInherited":true,"source":{"_postman_id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","name":"Upstream Insight API","type":"collection"}}}],"id":"0b04a79c-c5d4-462a-87cd-183fcee4bd2a","description":"<p>Analyst reports and extensive underlying data sets used in report creation process. The reports range from company valuations, upstream company strategy assessments, company peer group financial and operational metric trends, transaction market values paid and market estimates for energy assets for sale.  </p>\n<p>Companies &amp; Transactions API delivers:</p>\n<ul>\n<li>Company Metrics Database</li>\n<li>Transactions &amp; Assets-on-the-Market Database</li>\n<li>E&amp;P Portfolio Tool Data</li>\n<li>Source Acrhive (links to investor presentations)</li>\n<li>Company Information</li>\n<li>Written Documments (links to Insight publications, research, and attachments)</li>\n</ul>\n<p><strong><a href=\"https://connect.ihsmarkit.com/Capabilities/STR\">Companies &amp; Transactions on Connect</a></strong></p>\n","event":[{"listen":"prerequest","script":{"id":"4d81c241-5f11-4086-8184-04e5e651cb30","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"61663a1a-7c7e-4793-a1f0-a0dcd250542a","type":"text/javascript","exec":[""]}}],"_postman_id":"0b04a79c-c5d4-462a-87cd-183fcee4bd2a","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"yourUsername"},{"key":"password","value":"yourPassword"}]},"isInherited":true,"source":{"_postman_id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","name":"Upstream Insight API","type":"collection"}}},{"name":"Costs and Supply Chain","item":[{"name":"Written Docs","item":[{"name":"Returns a list of available optional query parameters and their attributes","id":"5f53d0ad-36da-476c-a71e-f1e01c8f24eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.connect.ihsmarkit.com/energy/v1/documents/dictionaries","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"yourUsername"},{"key":"password","value":"yourPassword"}]},"isInherited":true,"source":{"_postman_id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","name":"Upstream Insight API","type":"collection"}},"urlObject":{"protocol":"https","path":["energy","v1","documents","dictionaries"],"host":["api","connect","ihsmarkit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"5f53d0ad-36da-476c-a71e-f1e01c8f24eb"},{"name":"Returns relevant values for a selected parameter containing predefined values","id":"e37a9e0a-a705-45c9-a3cd-679f50ff8f30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.connect.ihsmarkit.com/energy/v1/documents/dictionaryvalues/","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"yourUsername"},{"key":"password","value":"yourPassword"}]},"isInherited":true,"source":{"_postman_id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","name":"Upstream Insight API","type":"collection"}},"urlObject":{"protocol":"https","path":["energy","v1","documents","dictionaryvalues",""],"host":["api","connect","ihsmarkit","com"],"query":[],"variable":[]}},"response":[{"id":"9753f143-ea59-4956-822e-0dfa7cd44ad1","name":"Returns relevant values for a selected parameter containing predefined values","originalRequest":{"method":"GET","header":[],"url":"https://api.connect.ihsmarkit.com/energy/v1/documents/dictionaryvalues/Source"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"e37a9e0a-a705-45c9-a3cd-679f50ff8f30"},{"name":"Upstream Costs & Technology documents updated in the last 30 days","id":"92f687df-3700-4700-a6a8-2470a2ee75df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.connect.ihsmarkit.com/energy/v1/documents?UpdatedWithin=2592000&Source=4","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"yourUsername"},{"key":"password","value":"yourPassword"}]},"isInherited":true,"source":{"_postman_id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","name":"Upstream Insight API","type":"collection"}},"urlObject":{"protocol":"https","path":["energy","v1","documents"],"host":["api","connect","ihsmarkit","com"],"query":[{"key":"UpdatedWithin","value":"2592000"},{"description":{"content":"<p>Find more source names at .../energy/v1/documents/dictionaryvalues/Source</p>\n","type":"text/plain"},"key":"Source","value":"4"}],"variable":[]}},"response":[],"_postman_id":"92f687df-3700-4700-a6a8-2470a2ee75df"}],"id":"24e3aed4-82da-4ce8-b1f3-306cc615c10a","_postman_id":"24e3aed4-82da-4ce8-b1f3-306cc615c10a","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"yourUsername"},{"key":"password","value":"yourPassword"}]},"isInherited":true,"source":{"_postman_id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","name":"Upstream Insight API","type":"collection"}}},{"name":"Index & Cost Model datasets","item":[{"name":"Generate a list of  Costs & Technology data available","id":"38f5669a-eb41-498e-a853-9df8d864af41","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.connect.ihsmarkit.com/energy/v1/upstream-cost-index/views","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"yourUsername"},{"key":"password","value":"yourPassword"}]},"isInherited":true,"source":{"_postman_id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","name":"Upstream Insight API","type":"collection"}},"urlObject":{"protocol":"https","path":["energy","v1","upstream-cost-index","views"],"host":["api","connect","ihsmarkit","com"],"query":[],"variable":[]}},"response":[{"id":"e914a6da-d262-429c-9122-839974fa961c","name":"Get list of  Costs & Technology data available","originalRequest":{"method":"GET","header":[],"url":"https://api.connect.ihsmarkit.com/energy/v1/upstream-cost-index/views"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"Set-Cookie","value":"IHS_SSO_SESS=JYPOMXLTcmACiZhsw1yj8x2FqdoWEMT990-18x2dJO8XHDWXx2BHzGB1JnriKyCwx3Dx3DgCx2FHGGQsOGwGY4BGBl9EnAx3Dx3D-K8PD3Rxx8x2FNaI4h3KQ19mzAx3Dx3D-jZ786sFEpWghhOQfntTVdwx3Dx3D; domain=.connect.ihsmarkit.com; path=/; HttpOnly"},{"key":"Set-Cookie","value":"IHS_SSO_UI=bQBjWXLnvr/1tdTws0nKNAyvjCn0HeS9nPJeHoHWn6MDdtULEjs5AJpi5yNkb67RMbmTMWZMAuFO3w4ACLpyRA==; domain=.connect.ihsmarkit.com; path=/; HttpOnly"},{"key":"Set-Cookie","value":"IHS_CONNECT_SESS_PROD=j1A7PjYiToSum5yPaPgvQw%3d%3d%2cVTGxxEuBigi5S8m0pHYC27MJCXaqJeRKGWwzw5pa52oUG9F%2fMQPFg9SXuY0fBOuShkPS%2fRucsmbswPzIzZ4PdRjRNehtL5%2fGXTZlo4Z2eQnhKjgbX4g2q61%2fuTGZ7VecEIiPIp0Rrcky69ZhC8TmyrLiL5WTUPPUBLdzv4GtOM9rinM8tdW1Y4QtaA%2bRv8B4eJWidlGMEVGIcr%2bgUw9QFun%2fDcj1eFcho6wZIsIl9i%2fYLfOpB3c6UT9PDCYgL%2brjGcPM0fQSwUPzeZLgaDnHRgrwcirv6GJeIv6vhU2LbYpR58%2fJuy3OStG3SZwW%2facYaaw0%2fTWlm5ZFFDPY0jixuUqZziLIxzm2jBPbNHUMMBVVEOzCvWgGXpRfLrRKwFr%2fklBKBTusDbqDJK1uRUqe9NQpyLwbTX8JNTh8QRCVbslrCsfAV1kpwGWT1tOs2x73%2bF953e%2ffdYjqgHvIcsm%2fA8XpsmlPHv8r2hg9j0NP6PCk3o3zexmC2QREQyM1zBFxR3vnmWaS4m8L9dAT4PbsOQ%3d%3d; domain=.connect.ihsmarkit.com; path=/; secure; HttpOnly"},{"key":"Set-Cookie","value":"IHS_SESS_EXP=L0RhdGUoMTU4NjM3ODcxNjEyNy41NSkvO0ZhbHNlO0NBMjY0QTc2NDg5ODVERUIzODg2MEEwOTQ0QkE0QTNCOTQzQjg3NEY=; domain=.connect.ihsmarkit.com; path=/"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Backend-Server","value":"VWC-2PCOGWB01"},{"key":"X-Backend-Server","value":"VWC-2PCOGWB01"},{"key":"X-Powered-By","value":"ARR/3.0"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Cache-Control, x-should-not-refresh-session"},{"key":"Access-Control-Expose-Headers","value":"X-MiniProfiler-Ids"},{"key":"Access-Control-Allow-Origin","value":""},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Date","value":"Wed, 08 Apr 2020 19:45:19 GMT"},{"key":"Content-Length","value":"201"}],"cookie":[],"responseTime":null,"body":"[\n    \"market_segment_cost_index_data\",\n    \"operating_cost_index_data\",\n    \"capital_cost_index_data\",\n    \"costmodel_index_values\",\n    \"costmodel_index_weights\"\n]"}],"_postman_id":"38f5669a-eb41-498e-a853-9df8d864af41"},{"name":"Return metadata for a Costs & Technology view","id":"9f985926-c32c-47d2-8728-3f92b16e7947","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.connect.ihsmarkit.com/energy/v1/upstream-cost-index/views/:view_name","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"yourUsername"},{"key":"password","value":"yourPassword"}]},"isInherited":true,"source":{"_postman_id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","name":"Upstream Insight API","type":"collection"}},"urlObject":{"protocol":"https","path":["energy","v1","upstream-cost-index","views",":view_name"],"host":["api","connect","ihsmarkit","com"],"query":[],"variable":[{"type":"string","value":"","key":"view_name"}]}},"response":[{"id":"79214361-5fea-43c5-9345-b8302c31958b","name":"Return metadata for the capital cost index","originalRequest":{"method":"GET","header":[],"url":"https://api.connect.ihsmarkit.com/energy/v1/upstream-cost-index/views/capital_cost_index_data"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Backend-Server","value":"VWC-2PCOGWB02"},{"key":"X-Backend-Server","value":"VWC-2PCOGWB02"},{"key":"X-Powered-By","value":"ARR/3.0"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Cache-Control, x-should-not-refresh-session"},{"key":"Access-Control-Expose-Headers","value":"X-MiniProfiler-Ids"},{"key":"Access-Control-Allow-Origin","value":""},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Date","value":"Thu, 30 Apr 2020 19:53:12 GMT"},{"key":"Content-Length","value":"1647"}],"cookie":[],"responseTime":null,"body":"{\n    \"bundle_name\": \"Capital Cost Index Data\",\n    \"view_name\": \"capital_cost_index_data\",\n    \"description\": \"Selected index values from the Capital Cost Index database\",\n    \"elements\": [\n        {\n            \"short_name\": \"index_name\",\n            \"long_name\": \"Index Name\",\n            \"description\": \"The exact published name of the index as shown in the UCCS workbook\",\n            \"column_type\": \"text\",\n            \"column_size\": \"MAX\",\n            \"column_decimals\": \"0\",\n            \"column_is_primary_key\": false,\n            \"column_is_nullable\": false,\n            \"column_can_be_grouped\": true\n        },\n        {\n            \"short_name\": \"index_id\",\n            \"long_name\": \"Index ID\",\n            \"description\": \"The ID of the index\",\n            \"column_type\": \"text\",\n            \"column_size\": \"MAX\",\n            \"column_decimals\": \"0\",\n            \"column_is_primary_key\": false,\n            \"column_is_nullable\": false,\n            \"column_can_be_grouped\": true\n        },\n        {\n            \"short_name\": \"index_type\",\n            \"long_name\": \"Index Type\",\n            \"description\": \"The index type (Component, Market, Portfolio)\",\n            \"column_type\": \"text\",\n            \"column_size\": \"MAX\",\n            \"column_decimals\": \"0\",\n            \"column_is_primary_key\": false,\n            \"column_is_nullable\": false,\n            \"column_can_be_grouped\": true\n        },\n        {\n            \"short_name\": \"region_id\",\n            \"long_name\": \"Region ID\",\n            \"description\": \"The ID of the region\",\n            \"column_type\": \"int\",\n            \"column_size\": \"10\",\n            \"column_decimals\": \"0\",\n            \"column_is_primary_key\": false,\n            \"column_is_nullable\": false,\n            \"column_can_be_grouped\": true\n        },\n        {\n            \"short_name\": \"region_name\",\n            \"long_name\": \"Region Name\",\n            \"description\": \"This is the generic region aligned with the given geography that allows comparison with other services\",\n            \"column_type\": \"text\",\n            \"column_size\": \"MAX\",\n            \"column_decimals\": \"0\",\n            \"column_is_primary_key\": false,\n            \"column_is_nullable\": false,\n            \"column_can_be_grouped\": true\n        },\n        {\n            \"short_name\": \"geography_id\",\n            \"long_name\": \"Geography ID\",\n            \"description\": \"The ID of the geography\",\n            \"column_type\": \"int\",\n            \"column_size\": \"10\",\n            \"column_decimals\": \"0\",\n            \"column_is_primary_key\": false,\n            \"column_is_nullable\": false,\n            \"column_can_be_grouped\": true\n        },\n        {\n            \"short_name\": \"geography_name\",\n            \"long_name\": \"Geography Name\",\n            \"description\": \"The region given in the UCCS workbook for an index value\",\n            \"column_type\": \"text\",\n            \"column_size\": \"MAX\",\n            \"column_decimals\": \"0\",\n            \"column_is_primary_key\": false,\n            \"column_is_nullable\": false,\n            \"column_can_be_grouped\": true\n        },\n        {\n            \"short_name\": \"index_category1_id\",\n            \"long_name\": \"Index Category Level 1 ID\",\n            \"description\": \"The ID of the Index Category Level 1 attribute\",\n            \"column_type\": \"int\",\n            \"column_size\": \"10\",\n            \"column_decimals\": \"0\",\n            \"column_is_primary_key\": false,\n            \"column_is_nullable\": false,\n            \"column_can_be_grouped\": true\n        },\n        {\n            \"short_name\": \"index_category1\",\n            \"long_name\": \"Index Category Level 1\",\n            \"description\": \"General index category grouping the Index category level 2 and the individual Index. For example, the UCCS tracks 10 markets: steel, offshore rigs, equipment, yards and fabrication, bulk materials, Offshore installation vessels, land rigs, EPM, construction labor, subsea, each represented as a Category Level 1\",\n            \"column_type\": \"text\",\n            \"column_size\": \"text\",\n            \"column_decimals\": \"0\",\n            \"column_is_primary_key\": false,\n            \"column_is_nullable\": false,\n            \"column_can_be_grouped\": true\n        },\n        {\n            \"short_name\": \"index_category2_id\",\n            \"long_name\": \"Index Category Level 2 ID\",\n            \"description\": \"The ID of the Index Category Level 2 attribute\",\n            \"column_type\": \"int\",\n            \"column_size\": \"10\",\n            \"column_decimals\": \"0\",\n            \"column_is_primary_key\": false,\n            \"column_is_nullable\": false,\n            \"column_can_be_grouped\": true\n        },\n        {\n            \"short_name\": \"index_category2\",\n            \"long_name\": \"Index Category Level 2\",\n            \"description\": \"Each Index category level 1 can be broken down into Index category level 2s, i.e. offshore rigs contain 3 level 2 categories: jackup rigs, shallow water floaters, and deepwater floaters\",\n            \"column_type\": \"text\",\n            \"column_size\": \"MAX\",\n            \"column_decimals\": \"0\",\n            \"column_is_primary_key\": false,\n            \"column_is_nullable\": false,\n            \"column_can_be_grouped\": true\n        },\n        {\n            \"short_name\": \"currency\",\n            \"long_name\": \"Currency\",\n            \"description\": \"Price movements are either in US dollar (USD) or in local currency units (LCU) \",\n            \"column_type\": \"text\",\n            \"column_size\": \"MAX\",\n            \"column_decimals\": \"0\",\n            \"column_is_primary_key\": false,\n            \"column_is_nullable\": false,\n            \"column_can_be_grouped\": true\n        },\n        {\n            \"short_name\": \"forecast\",\n            \"long_name\": \"Forecast\",\n            \"description\": \"The three types of forecasts for each index, they are based on the IHS Markit Global Energy Scenarios.\",\n            \"column_type\": \"text\",\n            \"column_size\": \"MAX\",\n            \"column_decimals\": \"0\",\n            \"column_is_primary_key\": false,\n            \"column_is_nullable\": false,\n            \"column_can_be_grouped\": true\n        },\n        {\n            \"short_name\": \"nominal_real\",\n            \"long_name\": \"Nominal Real\",\n            \"description\": \"This states whether the market contains inflation. Nominal index values contains inflation. Real index values contain no inflation, all inflation is removed since 2000.\",\n            \"column_type\": \"text\",\n            \"column_size\": \"MAX\",\n            \"column_decimals\": \"0\",\n            \"column_is_primary_key\": false,\n            \"column_is_nullable\": false,\n            \"column_can_be_grouped\": true\n        },\n        {\n            \"short_name\": \"year\",\n            \"long_name\": \"Year\",\n            \"description\": \"The date corresponding to the annual value of the index.\",\n            \"column_type\": \"int\",\n            \"column_size\": \"10\",\n            \"column_decimals\": \"0\",\n            \"column_is_primary_key\": false,\n            \"column_is_nullable\": false,\n            \"column_can_be_grouped\": true\n        },\n        {\n            \"short_name\": \"date\",\n            \"long_name\": \"Quarterly Date\",\n            \"description\": \"The date corresponding to the quarterly value of the index. 1/1/(year) = Q1, 4/1/(year)=Q2, 7/1/(year)=Q3, 10/1/(year)=Q4,Annual.\",\n            \"column_type\": \"text\",\n            \"column_size\": \"2\",\n            \"column_decimals\": \"0\",\n            \"column_is_primary_key\": false,\n            \"column_is_nullable\": false,\n            \"column_can_be_grouped\": true\n        },\n        {\n            \"short_name\": \"index_value\",\n            \"long_name\": \"Index Value\",\n            \"description\": \"The value of the index\",\n            \"column_type\": \"decimal\",\n            \"column_size\": \"28\",\n            \"column_decimals\": \"4\",\n            \"column_is_primary_key\": false,\n            \"column_is_nullable\": false,\n            \"column_can_be_grouped\": false\n        },\n        {\n            \"short_name\": \"last_update\",\n            \"long_name\": \"Last Update\",\n            \"description\": \"The date the index value was last updated\",\n            \"column_type\": \"date\",\n            \"column_size\": \"24\",\n            \"column_decimals\": \"0\",\n            \"column_is_primary_key\": false,\n            \"column_is_nullable\": false,\n            \"column_can_be_grouped\": false\n        },\n        {\n            \"short_name\": \"edge_date\",\n            \"long_name\": \"Historical Edge Date\",\n            \"description\": \"The date that represents the break between historical and forecasted index values.\",\n            \"column_type\": \"date\",\n            \"column_size\": \"24\",\n            \"column_decimals\": \"0\",\n            \"column_is_primary_key\": false,\n            \"column_is_nullable\": false,\n            \"column_can_be_grouped\": false\n        }\n    ]\n}"}],"_postman_id":"9f985926-c32c-47d2-8728-3f92b16e7947"},{"name":"Row count for a specific view","id":"865b7c64-3962-4cd5-86db-e6bf86a16181","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.connect.ihsmarkit.com/energy/v1/upstream-cost-index/count/:view_name","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"yourUsername"},{"key":"password","value":"yourPassword"}]},"isInherited":true,"source":{"_postman_id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","name":"Upstream Insight API","type":"collection"}},"urlObject":{"protocol":"https","path":["energy","v1","upstream-cost-index","count",":view_name"],"host":["api","connect","ihsmarkit","com"],"query":[],"variable":[{"id":"38b674c7-8454-408a-b6ac-461ddef8375d","type":"string","value":"","key":"view_name"}]}},"response":[],"_postman_id":"865b7c64-3962-4cd5-86db-e6bf86a16181"},{"name":"Get data from selected view","id":"1a17de6e-8d1c-4e9f-91f2-08f7ef795825","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.connect.ihsmarkit.com/energy/v1/upstream-cost-index/retrieve/:view_name","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"yourUsername"},{"key":"password","value":"yourPassword"}]},"isInherited":true,"source":{"_postman_id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","name":"Upstream Insight API","type":"collection"}},"urlObject":{"protocol":"https","path":["energy","v1","upstream-cost-index","retrieve",":view_name"],"host":["api","connect","ihsmarkit","com"],"query":[],"variable":[{"id":"fc9a96a0-49fc-49df-8105-dd289869969c","type":"string","value":"","key":"view_name"}]}},"response":[{"id":"37bb0a9e-8d67-4d3d-b94d-363f003c2e4e","name":"Get equipment market index for tanks and pressure vessels in North America.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.connect.ihsmarkit.com/energy/v1/upstream-cost-index/retrieve/capital_cost_index_data?filter=index_category1 = \"Equipment market\"&filter=index_category2 = \"Tanks and pressure vessels\"&filter=geography_name = \"North America\"","protocol":"https","host":["api","connect","ihsmarkit","com"],"path":["energy","v1","upstream-cost-index","retrieve","capital_cost_index_data"],"query":[{"key":"filter","value":"index_category1 = \"Equipment market\""},{"key":"filter","value":"index_category2 = \"Tanks and pressure vessels\""},{"key":"filter","value":"geography_name = \"North America\""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"Set-Cookie","value":"IHS_SSO_SESS=qJkcFFFWrkM7LSu1vj0fZjGiQJPuVNnS-18x2dItaes5ChyFC3chZ45vgwigx3Dx3Dx2B50PzUUfJYBrxxaTNUt2E1Ax3Dx3D-K8PD3Rxx8x2FNaI4h3KQ19mzAx3Dx3D-jZ786sFEpWghhOQfntTVdwx3Dx3D; domain=.connect.ihsmarkit.com; path=/; HttpOnly"},{"key":"Set-Cookie","value":"IHS_SSO_UI=bQBjWXLnvr/1tdTws0nKNAyvjCn0HeS9nPJeHoHWn6MDdtULEjs5AJpi5yNkb67RMbmTMWZMAuFO3w4ACLpyRA==; domain=.connect.ihsmarkit.com; path=/; HttpOnly"},{"key":"Set-Cookie","value":"IHS_CONNECT_SESS_PROD=HwdAeekjAhm2VvKbp1PGCA%3d%3d%2cxvcwQw7Ht%2fCypOk8ETJnSWydl5nAzO38F0iO7u3HWDgKz9Oh7nw%2bFx8ccpSPNnCc4eZHHQ3S9%2fmgcPET4fVl%2fnAdGRmsnGd2dvtqVyyA%2fcrwAAZP%2bON6BrHNm8agJzmdKeuWrh%2bBck9rzJ2lE7MpZElFQVja7GfMjc9Vo7mTTBa1UgPiKt5EphNmSgBKHlHswYRn0gx71DNHfeQdTgx1yQ0iMkltLv0Nu68U5zI06biNU1IAitqKDtJ7Rr058z8BBcC%2b3qPcHQC0ocJ9Qx%2f71wpcJ4kpa34%2fWcUSFU%2f4NfiiHVcwv5pVqCZsjaEMSBq7ZbfIchGxs7TU1ET7xHqlFjSOfKktSEG4jM2LAlsQohFrg73NpTgBtslID3IpkzOsnDLVmwxJkIO3iC4xW7575L3PE7BVPfDFeZVzAoDOssgr5S8RphOZRd%2bpwLhQGrWTWuR71kQ4IHuyc%2blDpMiUIB6PnV9T3Jic9Gi7rYVZ5IlNE4R3BfML0nM92sBV9KnzCEZdjMbK2fHKNRKdRjWO0A%3d%3d; domain=.connect.ihsmarkit.com; path=/; secure; HttpOnly"},{"key":"Set-Cookie","value":"IHS_SESS_EXP=L0RhdGUoMTU4ODI4MzQ1NTU1Ny4zMykvO0ZhbHNlO0NBMjY0QTc2NDg5ODVERUIzODg2MEEwOTQ0QkE0QTNCOTQzQjg3NEY=; domain=.connect.ihsmarkit.com; path=/"},{"key":"Set-Cookie","value":"IHS_SSO_SESS=qJkcFFFWrkM7LSu1vj0fZjGiQJPuVNnS-18x2dItaes5ChyFC3chZ45vgwigx3Dx3Dx2B50PzUUfJYBrxxaTNUt2E1Ax3Dx3D-K8PD3Rxx8x2FNaI4h3KQ19mzAx3Dx3D-jZ786sFEpWghhOQfntTVdwx3Dx3D; domain=.connect.ihsmarkit.com; path=/; HttpOnly"},{"key":"Set-Cookie","value":"IHS_SSO_UI=bQBjWXLnvr/1tdTws0nKNAyvjCn0HeS9nPJeHoHWn6MDdtULEjs5AJpi5yNkb67RMbmTMWZMAuFO3w4ACLpyRA==; domain=.connect.ihsmarkit.com; path=/; HttpOnly"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Backend-Server","value":"VWC-2PCOGWB03"},{"key":"X-Backend-Server","value":"VWC-2PCOGWB03"},{"key":"X-Powered-By","value":"ARR/3.0"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Cache-Control, x-should-not-refresh-session"},{"key":"Access-Control-Expose-Headers","value":"X-MiniProfiler-Ids"},{"key":"Access-Control-Allow-Origin","value":""},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Date","value":"Thu, 30 Apr 2020 20:51:01 GMT"},{"key":"Content-Length","value":"20919"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Rivalry_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2000,\n        \"date\": \"Q1\",\n        \"index_value\": 100\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Rivalry_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2000,\n        \"date\": \"Q2\",\n        \"index_value\": 100.7406\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Rivalry_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2000,\n        \"date\": \"Q3\",\n        \"index_value\": 100.7928\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Rivalry_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2000,\n        \"date\": \"Q4\",\n        \"index_value\": 99.9515\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Rivalry_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2001,\n        \"date\": \"Q1\",\n        \"index_value\": 101.0666\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Rivalry_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2001,\n        \"date\": \"Q2\",\n        \"index_value\": 102.1345\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Rivalry_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2001,\n        \"date\": \"Q3\",\n        \"index_value\": 104.5274\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Rivalry_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2001,\n        \"date\": \"Q4\",\n        \"index_value\": 105.2023\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Rivalry_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2002,\n        \"date\": \"Q1\",\n        \"index_value\": 106.5587\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Rivalry_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2002,\n        \"date\": \"Q2\",\n        \"index_value\": 106.7813\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Rivalry_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2002,\n        \"date\": \"Q3\",\n        \"index_value\": 107.1288\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Rivalry_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2002,\n        \"date\": \"Q4\",\n        \"index_value\": 106.4279\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Rivalry_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2003,\n        \"date\": \"Q1\",\n        \"index_value\": 105.2265\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Rivalry_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2003,\n        \"date\": \"Q2\",\n        \"index_value\": 102.1329\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Rivalry_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2003,\n        \"date\": \"Q3\",\n        \"index_value\": 101.447\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Rivalry_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2003,\n        \"date\": \"Q4\",\n        \"index_value\": 98.9913\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Rivalry_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2004,\n        \"date\": \"Q1\",\n        \"index_value\": 104.3672\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Rivalry_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2004,\n        \"date\": \"Q2\",\n        \"index_value\": 108.1092\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Rivalry_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2004,\n        \"date\": \"Q3\",\n        \"index_value\": 108.2137\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Rivalry_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2004,\n        \"date\": \"Q4\",\n        \"index_value\": 106.8777\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Rivalry_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2005,\n        \"date\": \"Q1\",\n        \"index_value\": 108.573\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Rivalry_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2005,\n        \"date\": \"Q2\",\n        \"index_value\": 111.1151\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Rivalry_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2005,\n        \"date\": \"Q3\",\n        \"index_value\": 111.5204\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Rivalry_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2005,\n        \"date\": \"Q4\",\n        \"index_value\": 113.1567\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Rivalry_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2006,\n        \"date\": \"Q1\",\n        \"index_value\": 114.6931\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Rivalry_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2006,\n        \"date\": \"Q2\",\n        \"index_value\": 113.9833\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Rivalry_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2006,\n        \"date\": \"Q3\",\n        \"index_value\": 114.9656\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Rivalry_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2006,\n        \"date\": \"Q4\",\n        \"index_value\": 115.428\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Rivalry_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2007,\n        \"date\": \"Q1\",\n        \"index_value\": 116.4008\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Rivalry_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2007,\n        \"date\": \"Q2\",\n        \"index_value\": 119.3007\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Rivalry_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2007,\n        \"date\": \"Q3\",\n        \"index_value\": 122.1856\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Rivalry_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2007,\n        \"date\": \"Q4\",\n        \"index_value\": 128.0097\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Rivalry_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2008,\n        \"date\": \"Q1\",\n        \"index_value\": 138.5273\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Rivalry_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2008,\n        \"date\": \"Q2\",\n        \"index_value\": 145.3832\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Rivalry_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2008,\n        \"date\": \"Q3\",\n        \"index_value\": 153.335\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Rivalry_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2008,\n        \"date\": \"Q4\",\n        \"index_value\": 163.1252\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Rivalry_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2009,\n        \"date\": \"Q1\",\n        \"index_value\": 156.9197\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Rivalry_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2009,\n        \"date\": \"Q2\",\n        \"index_value\": 149.6154\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Rivalry_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2009,\n        \"date\": \"Q3\",\n        \"index_value\": 142.4769\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Rivalry_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2009,\n        \"date\": \"Q4\",\n        \"index_value\": 137.2029\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Rivalry_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2010,\n        \"date\": \"Q1\",\n        \"index_value\": 138.6068\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Rivalry_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2010,\n        \"date\": \"Q2\",\n        \"index_value\": 139.6845\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Rivalry_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2010,\n        \"date\": \"Q3\",\n        \"index_value\": 141.8232\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Rivalry_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2010,\n        \"date\": \"Q4\",\n        \"index_value\": 139.7274\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Rivalry_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2011,\n        \"date\": \"Q1\",\n        \"index_value\": 144.117\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Rivalry_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2011,\n        \"date\": \"Q2\",\n        \"index_value\": 143.8411\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Rivalry_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2011,\n        \"date\": \"Q3\",\n        \"index_value\": 144.5706\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Rivalry_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2011,\n        \"date\": \"Q4\",\n        \"index_value\": 146.2258\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Rivalry_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2012,\n        \"date\": \"Q1\",\n        \"index_value\": 149.5927\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Rivalry_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2012,\n        \"date\": \"Q2\",\n        \"index_value\": 151.3755\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Rivalry_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2012,\n        \"date\": \"Q3\",\n        \"index_value\": 151.9377\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Rivalry_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2012,\n        \"date\": \"Q4\",\n        \"index_value\": 148.6146\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Rivalry_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2013,\n        \"date\": \"Q1\",\n        \"index_value\": 150.2726\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Rivalry_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2013,\n        \"date\": \"Q2\",\n        \"index_value\": 148.9443\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Rivalry_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2013,\n        \"date\": \"Q3\",\n        \"index_value\": 149.1295\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Rivalry_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2013,\n        \"date\": \"Q4\",\n        \"index_value\": 151.0783\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Rivalry_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2014,\n        \"date\": \"Q1\",\n        \"index_value\": 157.1047\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Rivalry_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2014,\n        \"date\": \"Q2\",\n        \"index_value\": 156.4315\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Rivalry_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2014,\n        \"date\": \"Q3\",\n        \"index_value\": 157.2379\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Rivalry_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2014,\n        \"date\": \"Q4\",\n        \"index_value\": 160.9632\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Rivalry_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2015,\n        \"date\": \"Q1\",\n        \"index_value\": 156.1979\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Rivalry_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2015,\n        \"date\": \"Q2\",\n        \"index_value\": 154.4789\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Rivalry_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2015,\n        \"date\": \"Q3\",\n        \"index_value\": 144.3714\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Rivalry_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2015,\n        \"date\": \"Q4\",\n        \"index_value\": 142.7244\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Rivalry_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2016,\n        \"date\": \"Q1\",\n        \"index_value\": 143.8787\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Rivalry_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2016,\n        \"date\": \"Q2\",\n        \"index_value\": 134.908\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Rivalry_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2016,\n        \"date\": \"Q3\",\n        \"index_value\": 135.4224\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Rivalry_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2016,\n        \"date\": \"Q4\",\n        \"index_value\": 137.181\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Rivalry_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2017,\n        \"date\": \"Q1\",\n        \"index_value\": 137.8848\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Rivalry_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2017,\n        \"date\": \"Q2\",\n        \"index_value\": 139.4415\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Rivalry_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2017,\n        \"date\": \"Q3\",\n        \"index_value\": 138.7803\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Rivalry_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2017,\n        \"date\": \"Q4\",\n        \"index_value\": 141.871\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Rivalry_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2018,\n        \"date\": \"Q1\",\n        \"index_value\": 141.1847\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Rivalry_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2018,\n        \"date\": \"Q2\",\n        \"index_value\": 142.9657\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Rivalry_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2018,\n        \"date\": \"Q3\",\n        \"index_value\": 144.8086\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Rivalry_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2018,\n        \"date\": \"Q4\",\n        \"index_value\": 146.9293\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Rivalry_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2019,\n        \"date\": \"Q1\",\n        \"index_value\": 150.4577\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Rivalry_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2019,\n        \"date\": \"Q2\",\n        \"index_value\": 152.9942\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Rivalry_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2019,\n        \"date\": \"Q3\",\n        \"index_value\": 154.5063\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Rivalry_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2019,\n        \"date\": \"Q4\",\n        \"index_value\": 152.592\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2000,\n        \"date\": \"Q1\",\n        \"index_value\": 100\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2001,\n        \"date\": \"Q1\",\n        \"index_value\": 99.4241\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2002,\n        \"date\": \"Q1\",\n        \"index_value\": 99.3134\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2003,\n        \"date\": \"Q1\",\n        \"index_value\": 96.9302\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2004,\n        \"date\": \"Q1\",\n        \"index_value\": 104.7473\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2005,\n        \"date\": \"Q1\",\n        \"index_value\": 109.1033\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2006,\n        \"date\": \"Q1\",\n        \"index_value\": 109.212\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2007,\n        \"date\": \"Q1\",\n        \"index_value\": 124.8237\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2008,\n        \"date\": \"Q1\",\n        \"index_value\": 142.3047\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2009,\n        \"date\": \"Q1\",\n        \"index_value\": 125.18\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2010,\n        \"date\": \"Q1\",\n        \"index_value\": 128.0373\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2011,\n        \"date\": \"Q1\",\n        \"index_value\": 130.6374\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2012,\n        \"date\": \"Q1\",\n        \"index_value\": 132.0016\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2013,\n        \"date\": \"Q1\",\n        \"index_value\": 129.0291\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2014,\n        \"date\": \"Q1\",\n        \"index_value\": 130.7017\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2015,\n        \"date\": \"Q1\",\n        \"index_value\": 107.8045\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2016,\n        \"date\": \"Q1\",\n        \"index_value\": 104.3996\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2017,\n        \"date\": \"Q1\",\n        \"index_value\": 106.417\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2018,\n        \"date\": \"Q1\",\n        \"index_value\": 107.0934\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2019,\n        \"date\": \"Q1\",\n        \"index_value\": 109.2298\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2020,\n        \"date\": \"Q1\",\n        \"index_value\": 107.4298\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2021,\n        \"date\": \"Q1\",\n        \"index_value\": 105.8983\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2022,\n        \"date\": \"Q1\",\n        \"index_value\": 109.6542\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2023,\n        \"date\": \"Q1\",\n        \"index_value\": 110.3147\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2024,\n        \"date\": \"Q1\",\n        \"index_value\": 109.1314\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2025,\n        \"date\": \"Q1\",\n        \"index_value\": 108.204\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2026,\n        \"date\": \"Q1\",\n        \"index_value\": 106.7519\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2027,\n        \"date\": \"Q1\",\n        \"index_value\": 102.5114\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2028,\n        \"date\": \"Q1\",\n        \"index_value\": 97.789\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2029,\n        \"date\": \"Q1\",\n        \"index_value\": 105.5148\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2030,\n        \"date\": \"Q1\",\n        \"index_value\": 107.0812\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2031,\n        \"date\": \"Q1\",\n        \"index_value\": 108.7818\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2032,\n        \"date\": \"Q1\",\n        \"index_value\": 108.6165\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2033,\n        \"date\": \"Q1\",\n        \"index_value\": 106.7547\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2034,\n        \"date\": \"Q1\",\n        \"index_value\": 104.1848\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2035,\n        \"date\": \"Q1\",\n        \"index_value\": 102.3767\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2036,\n        \"date\": \"Q1\",\n        \"index_value\": 101.2964\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2037,\n        \"date\": \"Q1\",\n        \"index_value\": 100.7203\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2038,\n        \"date\": \"Q1\",\n        \"index_value\": 100.0366\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2039,\n        \"date\": \"Q1\",\n        \"index_value\": 99.2834\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2040,\n        \"date\": \"Q1\",\n        \"index_value\": 100.5578\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2041,\n        \"date\": \"Q1\",\n        \"index_value\": 101.725\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2042,\n        \"date\": \"Q1\",\n        \"index_value\": 102.5255\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2043,\n        \"date\": \"Q1\",\n        \"index_value\": 102.0224\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2044,\n        \"date\": \"Q1\",\n        \"index_value\": 100.8603\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2045,\n        \"date\": \"Q1\",\n        \"index_value\": 99.59\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2046,\n        \"date\": \"Q1\",\n        \"index_value\": 98.4093\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2047,\n        \"date\": \"Q1\",\n        \"index_value\": 97.2339\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2048,\n        \"date\": \"Q1\",\n        \"index_value\": 96.3109\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2049,\n        \"date\": \"Q1\",\n        \"index_value\": 94.3262\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2050,\n        \"date\": \"Q1\",\n        \"index_value\": 92.9692\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Autonomy_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2000,\n        \"date\": \"Q1\",\n        \"index_value\": 100\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Autonomy_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2000,\n        \"date\": \"Q2\",\n        \"index_value\": 100.7406\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Autonomy_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2000,\n        \"date\": \"Q3\",\n        \"index_value\": 100.7928\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Autonomy_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2000,\n        \"date\": \"Q4\",\n        \"index_value\": 99.9515\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Autonomy_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2001,\n        \"date\": \"Q1\",\n        \"index_value\": 101.0666\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Autonomy_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2001,\n        \"date\": \"Q2\",\n        \"index_value\": 102.1345\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Autonomy_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2001,\n        \"date\": \"Q3\",\n        \"index_value\": 104.5274\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Autonomy_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2001,\n        \"date\": \"Q4\",\n        \"index_value\": 105.2023\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Autonomy_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2002,\n        \"date\": \"Q1\",\n        \"index_value\": 106.5587\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Autonomy_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2002,\n        \"date\": \"Q2\",\n        \"index_value\": 106.7813\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Autonomy_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2002,\n        \"date\": \"Q3\",\n        \"index_value\": 107.1288\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Autonomy_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2002,\n        \"date\": \"Q4\",\n        \"index_value\": 106.4279\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Autonomy_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2003,\n        \"date\": \"Q1\",\n        \"index_value\": 105.2265\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Autonomy_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2003,\n        \"date\": \"Q2\",\n        \"index_value\": 102.1329\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Autonomy_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2003,\n        \"date\": \"Q3\",\n        \"index_value\": 101.447\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Autonomy_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2003,\n        \"date\": \"Q4\",\n        \"index_value\": 98.9913\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Autonomy_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2004,\n        \"date\": \"Q1\",\n        \"index_value\": 104.3672\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Autonomy_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2004,\n        \"date\": \"Q2\",\n        \"index_value\": 108.1092\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Autonomy_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2004,\n        \"date\": \"Q3\",\n        \"index_value\": 108.2137\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Autonomy_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2004,\n        \"date\": \"Q4\",\n        \"index_value\": 106.8777\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Autonomy_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2005,\n        \"date\": \"Q1\",\n        \"index_value\": 108.573\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Autonomy_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2005,\n        \"date\": \"Q2\",\n        \"index_value\": 111.1151\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Autonomy_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2005,\n        \"date\": \"Q3\",\n        \"index_value\": 111.5204\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Autonomy_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2005,\n        \"date\": \"Q4\",\n        \"index_value\": 113.1567\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Autonomy_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2006,\n        \"date\": \"Q1\",\n        \"index_value\": 114.6931\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Autonomy_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2006,\n        \"date\": \"Q2\",\n        \"index_value\": 113.9833\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Autonomy_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2006,\n        \"date\": \"Q3\",\n        \"index_value\": 114.9656\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Autonomy_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2006,\n        \"date\": \"Q4\",\n        \"index_value\": 115.428\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Autonomy_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2007,\n        \"date\": \"Q1\",\n        \"index_value\": 116.4008\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Autonomy_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2007,\n        \"date\": \"Q2\",\n        \"index_value\": 119.3007\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Autonomy_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2007,\n        \"date\": \"Q3\",\n        \"index_value\": 122.1856\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Autonomy_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2007,\n        \"date\": \"Q4\",\n        \"index_value\": 128.0097\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Autonomy_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2008,\n        \"date\": \"Q1\",\n        \"index_value\": 138.5273\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Autonomy_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2008,\n        \"date\": \"Q2\",\n        \"index_value\": 145.3832\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Autonomy_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2008,\n        \"date\": \"Q3\",\n        \"index_value\": 153.335\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Autonomy_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2008,\n        \"date\": \"Q4\",\n        \"index_value\": 163.1252\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Autonomy_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2009,\n        \"date\": \"Q1\",\n        \"index_value\": 156.9197\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Autonomy_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2009,\n        \"date\": \"Q2\",\n        \"index_value\": 149.6154\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Autonomy_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2009,\n        \"date\": \"Q3\",\n        \"index_value\": 142.4769\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Autonomy_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2009,\n        \"date\": \"Q4\",\n        \"index_value\": 137.2029\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Autonomy_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2010,\n        \"date\": \"Q1\",\n        \"index_value\": 138.6068\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Autonomy_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2010,\n        \"date\": \"Q2\",\n        \"index_value\": 139.6845\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Autonomy_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2010,\n        \"date\": \"Q3\",\n        \"index_value\": 141.8232\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Autonomy_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2010,\n        \"date\": \"Q4\",\n        \"index_value\": 139.7274\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Autonomy_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2011,\n        \"date\": \"Q1\",\n        \"index_value\": 144.117\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Autonomy_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2011,\n        \"date\": \"Q2\",\n        \"index_value\": 143.8411\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Autonomy_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2011,\n        \"date\": \"Q3\",\n        \"index_value\": 144.5706\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Autonomy_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2011,\n        \"date\": \"Q4\",\n        \"index_value\": 146.2258\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Autonomy_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2012,\n        \"date\": \"Q1\",\n        \"index_value\": 149.5927\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Autonomy_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2012,\n        \"date\": \"Q2\",\n        \"index_value\": 151.3755\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Autonomy_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2012,\n        \"date\": \"Q3\",\n        \"index_value\": 151.9377\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Autonomy_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2012,\n        \"date\": \"Q4\",\n        \"index_value\": 148.6146\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Autonomy_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2013,\n        \"date\": \"Q1\",\n        \"index_value\": 150.2726\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Autonomy_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2013,\n        \"date\": \"Q2\",\n        \"index_value\": 148.9443\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Autonomy_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2013,\n        \"date\": \"Q3\",\n        \"index_value\": 149.1295\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Autonomy_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2013,\n        \"date\": \"Q4\",\n        \"index_value\": 151.0783\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Autonomy_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2014,\n        \"date\": \"Q1\",\n        \"index_value\": 157.1047\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Autonomy_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2014,\n        \"date\": \"Q2\",\n        \"index_value\": 156.4315\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Autonomy_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2014,\n        \"date\": \"Q3\",\n        \"index_value\": 157.2379\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Autonomy_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2014,\n        \"date\": \"Q4\",\n        \"index_value\": 160.9632\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Autonomy_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2015,\n        \"date\": \"Q1\",\n        \"index_value\": 156.1979\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Autonomy_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2015,\n        \"date\": \"Q2\",\n        \"index_value\": 154.4789\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Autonomy_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2015,\n        \"date\": \"Q3\",\n        \"index_value\": 144.3714\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Autonomy_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2015,\n        \"date\": \"Q4\",\n        \"index_value\": 142.7244\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Autonomy_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2016,\n        \"date\": \"Q1\",\n        \"index_value\": 143.8787\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Autonomy_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2016,\n        \"date\": \"Q2\",\n        \"index_value\": 134.908\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Autonomy_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2016,\n        \"date\": \"Q3\",\n        \"index_value\": 135.4224\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Autonomy_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2016,\n        \"date\": \"Q4\",\n        \"index_value\": 137.181\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Autonomy_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2017,\n        \"date\": \"Q1\",\n        \"index_value\": 137.8848\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Autonomy_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2017,\n        \"date\": \"Q2\",\n        \"index_value\": 139.4415\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Autonomy_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2017,\n        \"date\": \"Q3\",\n        \"index_value\": 138.7803\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Autonomy_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2017,\n        \"date\": \"Q4\",\n        \"index_value\": 141.871\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Autonomy_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2018,\n        \"date\": \"Q1\",\n        \"index_value\": 141.1847\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Autonomy_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2018,\n        \"date\": \"Q2\",\n        \"index_value\": 142.9657\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Autonomy_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2018,\n        \"date\": \"Q3\",\n        \"index_value\": 144.8086\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Autonomy_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2018,\n        \"date\": \"Q4\",\n        \"index_value\": 146.9293\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Autonomy_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2019,\n        \"date\": \"Q1\",\n        \"index_value\": 150.4577\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Autonomy_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2019,\n        \"date\": \"Q2\",\n        \"index_value\": 152.9942\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Autonomy_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2019,\n        \"date\": \"Q3\",\n        \"index_value\": 154.5063\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Autonomy_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2019,\n        \"date\": \"Q4\",\n        \"index_value\": 152.592\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2000,\n        \"date\": \"Q1\",\n        \"index_value\": 100\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2001,\n        \"date\": \"Q1\",\n        \"index_value\": 99.4241\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2002,\n        \"date\": \"Q1\",\n        \"index_value\": 99.3134\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2003,\n        \"date\": \"Q1\",\n        \"index_value\": 96.9302\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2004,\n        \"date\": \"Q1\",\n        \"index_value\": 104.7473\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2005,\n        \"date\": \"Q1\",\n        \"index_value\": 109.1033\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2006,\n        \"date\": \"Q1\",\n        \"index_value\": 109.212\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2007,\n        \"date\": \"Q1\",\n        \"index_value\": 124.8237\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2008,\n        \"date\": \"Q1\",\n        \"index_value\": 142.3047\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2009,\n        \"date\": \"Q1\",\n        \"index_value\": 125.18\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2010,\n        \"date\": \"Q1\",\n        \"index_value\": 128.0373\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2011,\n        \"date\": \"Q1\",\n        \"index_value\": 130.6374\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2012,\n        \"date\": \"Q1\",\n        \"index_value\": 132.0016\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2013,\n        \"date\": \"Q1\",\n        \"index_value\": 129.0291\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2014,\n        \"date\": \"Q1\",\n        \"index_value\": 130.7017\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2015,\n        \"date\": \"Q1\",\n        \"index_value\": 107.8045\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2016,\n        \"date\": \"Q1\",\n        \"index_value\": 104.3996\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2017,\n        \"date\": \"Q1\",\n        \"index_value\": 106.417\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2018,\n        \"date\": \"Q1\",\n        \"index_value\": 107.0934\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2019,\n        \"date\": \"Q1\",\n        \"index_value\": 109.2298\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2020,\n        \"date\": \"Q1\",\n        \"index_value\": 105.88\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2021,\n        \"date\": \"Q1\",\n        \"index_value\": 104.4967\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2022,\n        \"date\": \"Q1\",\n        \"index_value\": 104.3887\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2023,\n        \"date\": \"Q1\",\n        \"index_value\": 103.5776\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2024,\n        \"date\": \"Q1\",\n        \"index_value\": 104.6167\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2025,\n        \"date\": \"Q1\",\n        \"index_value\": 104.4572\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2026,\n        \"date\": \"Q1\",\n        \"index_value\": 103.5626\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2027,\n        \"date\": \"Q1\",\n        \"index_value\": 103.8289\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2028,\n        \"date\": \"Q1\",\n        \"index_value\": 103.1066\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2029,\n        \"date\": \"Q1\",\n        \"index_value\": 102.373\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2030,\n        \"date\": \"Q1\",\n        \"index_value\": 100.762\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2031,\n        \"date\": \"Q1\",\n        \"index_value\": 99.4292\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2032,\n        \"date\": \"Q1\",\n        \"index_value\": 97.8754\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2033,\n        \"date\": \"Q1\",\n        \"index_value\": 96.4541\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2034,\n        \"date\": \"Q1\",\n        \"index_value\": 95.1509\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2035,\n        \"date\": \"Q1\",\n        \"index_value\": 93.581\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2036,\n        \"date\": \"Q1\",\n        \"index_value\": 91.9903\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2037,\n        \"date\": \"Q1\",\n        \"index_value\": 90.0085\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2038,\n        \"date\": \"Q1\",\n        \"index_value\": 88.221\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2039,\n        \"date\": \"Q1\",\n        \"index_value\": 87.214\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2040,\n        \"date\": \"Q1\",\n        \"index_value\": 86.2096\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2041,\n        \"date\": \"Q1\",\n        \"index_value\": 85.1853\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2042,\n        \"date\": \"Q1\",\n        \"index_value\": 84.4871\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2043,\n        \"date\": \"Q1\",\n        \"index_value\": 84.0153\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2044,\n        \"date\": \"Q1\",\n        \"index_value\": 83.2959\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2045,\n        \"date\": \"Q1\",\n        \"index_value\": 82.2034\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2046,\n        \"date\": \"Q1\",\n        \"index_value\": 81.0358\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2047,\n        \"date\": \"Q1\",\n        \"index_value\": 79.7274\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2048,\n        \"date\": \"Q1\",\n        \"index_value\": 78.6312\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2049,\n        \"date\": \"Q1\",\n        \"index_value\": 77.3991\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2050,\n        \"date\": \"Q1\",\n        \"index_value\": 76.5384\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2000,\n        \"date\": \"Q1\",\n        \"index_value\": 100\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2000,\n        \"date\": \"Q2\",\n        \"index_value\": 100\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2000,\n        \"date\": \"Q3\",\n        \"index_value\": 100\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2000,\n        \"date\": \"Q4\",\n        \"index_value\": 98.0013\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2001,\n        \"date\": \"Q1\",\n        \"index_value\": 99.0382\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2001,\n        \"date\": \"Q2\",\n        \"index_value\": 99.7365\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2001,\n        \"date\": \"Q3\",\n        \"index_value\": 101.9419\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2001,\n        \"date\": \"Q4\",\n        \"index_value\": 101.69\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2002,\n        \"date\": \"Q1\",\n        \"index_value\": 102.6353\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2002,\n        \"date\": \"Q2\",\n        \"index_value\": 103.8858\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2002,\n        \"date\": \"Q3\",\n        \"index_value\": 103.9823\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2002,\n        \"date\": \"Q4\",\n        \"index_value\": 103.1361\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2003,\n        \"date\": \"Q1\",\n        \"index_value\": 103.5247\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2003,\n        \"date\": \"Q2\",\n        \"index_value\": 103.4454\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2003,\n        \"date\": \"Q3\",\n        \"index_value\": 103.288\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2003,\n        \"date\": \"Q4\",\n        \"index_value\": 102.6683\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2004,\n        \"date\": \"Q1\",\n        \"index_value\": 108.1776\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2004,\n        \"date\": \"Q2\",\n        \"index_value\": 110.6374\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2004,\n        \"date\": \"Q3\",\n        \"index_value\": 112.4489\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2004,\n        \"date\": \"Q4\",\n        \"index_value\": 113.9989\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2005,\n        \"date\": \"Q1\",\n        \"index_value\": 115.5671\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2005,\n        \"date\": \"Q2\",\n        \"index_value\": 117.6222\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2005,\n        \"date\": \"Q3\",\n        \"index_value\": 119.6631\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2005,\n        \"date\": \"Q4\",\n        \"index_value\": 122.5603\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2006,\n        \"date\": \"Q1\",\n        \"index_value\": 125.016\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2006,\n        \"date\": \"Q2\",\n        \"index_value\": 125.6269\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2006,\n        \"date\": \"Q3\",\n        \"index_value\": 126.7608\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2006,\n        \"date\": \"Q4\",\n        \"index_value\": 126.4515\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2007,\n        \"date\": \"Q1\",\n        \"index_value\": 126.0693\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2007,\n        \"date\": \"Q2\",\n        \"index_value\": 132.4525\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2007,\n        \"date\": \"Q3\",\n        \"index_value\": 138.2976\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2007,\n        \"date\": \"Q4\",\n        \"index_value\": 148.3739\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2008,\n        \"date\": \"Q1\",\n        \"index_value\": 159.1094\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2008,\n        \"date\": \"Q2\",\n        \"index_value\": 166.5904\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2008,\n        \"date\": \"Q3\",\n        \"index_value\": 173.4895\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2008,\n        \"date\": \"Q4\",\n        \"index_value\": 172.4713\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2009,\n        \"date\": \"Q1\",\n        \"index_value\": 164.1126\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2009,\n        \"date\": \"Q2\",\n        \"index_value\": 160.4015\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2009,\n        \"date\": \"Q3\",\n        \"index_value\": 156.4013\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2009,\n        \"date\": \"Q4\",\n        \"index_value\": 152.8686\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2010,\n        \"date\": \"Q1\",\n        \"index_value\": 155.3308\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2010,\n        \"date\": \"Q2\",\n        \"index_value\": 157.3376\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2010,\n        \"date\": \"Q3\",\n        \"index_value\": 159.0368\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2010,\n        \"date\": \"Q4\",\n        \"index_value\": 158.2677\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2011,\n        \"date\": \"Q1\",\n        \"index_value\": 164.9702\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2011,\n        \"date\": \"Q2\",\n        \"index_value\": 165.8801\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2011,\n        \"date\": \"Q3\",\n        \"index_value\": 165.8532\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2011,\n        \"date\": \"Q4\",\n        \"index_value\": 164.8156\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2012,\n        \"date\": \"Q1\",\n        \"index_value\": 170.056\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2012,\n        \"date\": \"Q2\",\n        \"index_value\": 171.4662\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2012,\n        \"date\": \"Q3\",\n        \"index_value\": 173.152\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2012,\n        \"date\": \"Q4\",\n        \"index_value\": 169.6043\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2013,\n        \"date\": \"Q1\",\n        \"index_value\": 170.2764\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2013,\n        \"date\": \"Q2\",\n        \"index_value\": 167.8054\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2013,\n        \"date\": \"Q3\",\n        \"index_value\": 167.02\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2013,\n        \"date\": \"Q4\",\n        \"index_value\": 168.4625\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2014,\n        \"date\": \"Q1\",\n        \"index_value\": 171.6019\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2014,\n        \"date\": \"Q2\",\n        \"index_value\": 171.6686\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2014,\n        \"date\": \"Q3\",\n        \"index_value\": 172.6326\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2014,\n        \"date\": \"Q4\",\n        \"index_value\": 173.7087\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2015,\n        \"date\": \"Q1\",\n        \"index_value\": 162.307\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2015,\n        \"date\": \"Q2\",\n        \"index_value\": 161.8227\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2015,\n        \"date\": \"Q3\",\n        \"index_value\": 147.4035\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2015,\n        \"date\": \"Q4\",\n        \"index_value\": 144.831\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2016,\n        \"date\": \"Q1\",\n        \"index_value\": 142.3689\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2016,\n        \"date\": \"Q2\",\n        \"index_value\": 141.7994\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2016,\n        \"date\": \"Q3\",\n        \"index_value\": 141.9224\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2016,\n        \"date\": \"Q4\",\n        \"index_value\": 142.0461\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2017,\n        \"date\": \"Q1\",\n        \"index_value\": 142.5182\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2017,\n        \"date\": \"Q2\",\n        \"index_value\": 143.3013\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2017,\n        \"date\": \"Q3\",\n        \"index_value\": 144.6279\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2017,\n        \"date\": \"Q4\",\n        \"index_value\": 147.3513\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2018,\n        \"date\": \"Q1\",\n        \"index_value\": 147.7197\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2018,\n        \"date\": \"Q2\",\n        \"index_value\": 148.0469\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2018,\n        \"date\": \"Q3\",\n        \"index_value\": 149.6976\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2018,\n        \"date\": \"Q4\",\n        \"index_value\": 151.2693\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2019,\n        \"date\": \"Q1\",\n        \"index_value\": 154.9362\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2019,\n        \"date\": \"Q2\",\n        \"index_value\": 156.9639\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2019,\n        \"date\": \"Q3\",\n        \"index_value\": 159.3116\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2019,\n        \"date\": \"Q4\",\n        \"index_value\": 157.1695\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2020,\n        \"date\": \"Q1\",\n        \"index_value\": 155.5735\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2021,\n        \"date\": \"Q1\",\n        \"index_value\": 156.6632\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2022,\n        \"date\": \"Q1\",\n        \"index_value\": 159.4638\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2023,\n        \"date\": \"Q1\",\n        \"index_value\": 161.2522\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2024,\n        \"date\": \"Q1\",\n        \"index_value\": 166.3754\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2025,\n        \"date\": \"Q1\",\n        \"index_value\": 169.4058\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2026,\n        \"date\": \"Q1\",\n        \"index_value\": 171.1299\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2027,\n        \"date\": \"Q1\",\n        \"index_value\": 175.0185\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2028,\n        \"date\": \"Q1\",\n        \"index_value\": 177.3626\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2029,\n        \"date\": \"Q1\",\n        \"index_value\": 179.817\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2030,\n        \"date\": \"Q1\",\n        \"index_value\": 180.8758\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2031,\n        \"date\": \"Q1\",\n        \"index_value\": 182.18\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2032,\n        \"date\": \"Q1\",\n        \"index_value\": 182.9351\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2033,\n        \"date\": \"Q1\",\n        \"index_value\": 183.9277\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2034,\n        \"date\": \"Q1\",\n        \"index_value\": 185.179\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2035,\n        \"date\": \"Q1\",\n        \"index_value\": 185.9288\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2036,\n        \"date\": \"Q1\",\n        \"index_value\": 186.4884\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2037,\n        \"date\": \"Q1\",\n        \"index_value\": 186.284\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2038,\n        \"date\": \"Q1\",\n        \"index_value\": 186.4253\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2039,\n        \"date\": \"Q1\",\n        \"index_value\": 188.3737\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2040,\n        \"date\": \"Q1\",\n        \"index_value\": 190.3414\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2041,\n        \"date\": \"Q1\",\n        \"index_value\": 192.1485\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2042,\n        \"date\": \"Q1\",\n        \"index_value\": 194.7008\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2043,\n        \"date\": \"Q1\",\n        \"index_value\": 197.9226\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2044,\n        \"date\": \"Q1\",\n        \"index_value\": 200.7526\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2045,\n        \"date\": \"Q1\",\n        \"index_value\": 202.6226\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2046,\n        \"date\": \"Q1\",\n        \"index_value\": 204.1241\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2047,\n        \"date\": \"Q1\",\n        \"index_value\": 205.1628\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2048,\n        \"date\": \"Q1\",\n        \"index_value\": 206.9153\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2049,\n        \"date\": \"Q1\",\n        \"index_value\": 208.2313\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2050,\n        \"date\": \"Q1\",\n        \"index_value\": 210.4958\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Autonomy_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Autonomy\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2050,\n        \"date\": \"Q4\",\n        \"index_value\": 197.2139\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2000,\n        \"date\": \"Q1\",\n        \"index_value\": 100\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2000,\n        \"date\": \"Q2\",\n        \"index_value\": 100\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2000,\n        \"date\": \"Q3\",\n        \"index_value\": 100\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2000,\n        \"date\": \"Q4\",\n        \"index_value\": 98.0013\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2001,\n        \"date\": \"Q1\",\n        \"index_value\": 99.0382\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2001,\n        \"date\": \"Q2\",\n        \"index_value\": 99.7365\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2001,\n        \"date\": \"Q3\",\n        \"index_value\": 101.9419\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2001,\n        \"date\": \"Q4\",\n        \"index_value\": 101.69\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2002,\n        \"date\": \"Q1\",\n        \"index_value\": 102.6353\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2002,\n        \"date\": \"Q2\",\n        \"index_value\": 103.8858\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2002,\n        \"date\": \"Q3\",\n        \"index_value\": 103.9823\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2002,\n        \"date\": \"Q4\",\n        \"index_value\": 103.1361\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2003,\n        \"date\": \"Q1\",\n        \"index_value\": 103.5247\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2003,\n        \"date\": \"Q2\",\n        \"index_value\": 103.4454\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2003,\n        \"date\": \"Q3\",\n        \"index_value\": 103.288\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2003,\n        \"date\": \"Q4\",\n        \"index_value\": 102.6683\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2004,\n        \"date\": \"Q1\",\n        \"index_value\": 108.1776\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2004,\n        \"date\": \"Q2\",\n        \"index_value\": 110.6374\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2004,\n        \"date\": \"Q3\",\n        \"index_value\": 112.4489\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2004,\n        \"date\": \"Q4\",\n        \"index_value\": 113.9989\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2005,\n        \"date\": \"Q1\",\n        \"index_value\": 115.5671\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2005,\n        \"date\": \"Q2\",\n        \"index_value\": 117.6222\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2005,\n        \"date\": \"Q3\",\n        \"index_value\": 119.6631\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2005,\n        \"date\": \"Q4\",\n        \"index_value\": 122.5603\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2006,\n        \"date\": \"Q1\",\n        \"index_value\": 125.016\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2006,\n        \"date\": \"Q2\",\n        \"index_value\": 125.6269\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2006,\n        \"date\": \"Q3\",\n        \"index_value\": 126.7608\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2006,\n        \"date\": \"Q4\",\n        \"index_value\": 126.4515\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2007,\n        \"date\": \"Q1\",\n        \"index_value\": 126.0693\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2007,\n        \"date\": \"Q2\",\n        \"index_value\": 132.4525\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2007,\n        \"date\": \"Q3\",\n        \"index_value\": 138.2976\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2007,\n        \"date\": \"Q4\",\n        \"index_value\": 148.3739\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2008,\n        \"date\": \"Q1\",\n        \"index_value\": 159.1094\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2008,\n        \"date\": \"Q2\",\n        \"index_value\": 166.5904\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2008,\n        \"date\": \"Q3\",\n        \"index_value\": 173.4895\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2008,\n        \"date\": \"Q4\",\n        \"index_value\": 172.4713\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2009,\n        \"date\": \"Q1\",\n        \"index_value\": 164.1126\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2009,\n        \"date\": \"Q2\",\n        \"index_value\": 160.4015\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2009,\n        \"date\": \"Q3\",\n        \"index_value\": 156.4013\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2009,\n        \"date\": \"Q4\",\n        \"index_value\": 152.8686\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2010,\n        \"date\": \"Q1\",\n        \"index_value\": 155.3308\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2010,\n        \"date\": \"Q2\",\n        \"index_value\": 157.3376\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2010,\n        \"date\": \"Q3\",\n        \"index_value\": 159.0368\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2010,\n        \"date\": \"Q4\",\n        \"index_value\": 158.2677\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2011,\n        \"date\": \"Q1\",\n        \"index_value\": 164.9702\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2011,\n        \"date\": \"Q2\",\n        \"index_value\": 165.8801\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2011,\n        \"date\": \"Q3\",\n        \"index_value\": 165.8532\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2011,\n        \"date\": \"Q4\",\n        \"index_value\": 164.8156\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2012,\n        \"date\": \"Q1\",\n        \"index_value\": 170.056\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2012,\n        \"date\": \"Q2\",\n        \"index_value\": 171.4662\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2012,\n        \"date\": \"Q3\",\n        \"index_value\": 173.152\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2012,\n        \"date\": \"Q4\",\n        \"index_value\": 169.6043\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2013,\n        \"date\": \"Q1\",\n        \"index_value\": 170.2764\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2013,\n        \"date\": \"Q2\",\n        \"index_value\": 167.8054\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2013,\n        \"date\": \"Q3\",\n        \"index_value\": 167.02\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2013,\n        \"date\": \"Q4\",\n        \"index_value\": 168.4625\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2014,\n        \"date\": \"Q1\",\n        \"index_value\": 171.6019\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2014,\n        \"date\": \"Q2\",\n        \"index_value\": 171.6686\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2014,\n        \"date\": \"Q3\",\n        \"index_value\": 172.6326\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2014,\n        \"date\": \"Q4\",\n        \"index_value\": 173.7087\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2015,\n        \"date\": \"Q1\",\n        \"index_value\": 162.307\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2015,\n        \"date\": \"Q2\",\n        \"index_value\": 161.8227\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2015,\n        \"date\": \"Q3\",\n        \"index_value\": 147.4035\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2015,\n        \"date\": \"Q4\",\n        \"index_value\": 144.831\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2016,\n        \"date\": \"Q1\",\n        \"index_value\": 142.3689\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2016,\n        \"date\": \"Q2\",\n        \"index_value\": 141.7994\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2016,\n        \"date\": \"Q3\",\n        \"index_value\": 141.9224\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2016,\n        \"date\": \"Q4\",\n        \"index_value\": 142.0461\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2017,\n        \"date\": \"Q1\",\n        \"index_value\": 142.5182\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2017,\n        \"date\": \"Q2\",\n        \"index_value\": 143.3013\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2017,\n        \"date\": \"Q3\",\n        \"index_value\": 144.6279\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2017,\n        \"date\": \"Q4\",\n        \"index_value\": 147.3513\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2018,\n        \"date\": \"Q1\",\n        \"index_value\": 147.7197\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2018,\n        \"date\": \"Q2\",\n        \"index_value\": 148.0469\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2018,\n        \"date\": \"Q3\",\n        \"index_value\": 149.6976\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2018,\n        \"date\": \"Q4\",\n        \"index_value\": 151.2693\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2019,\n        \"date\": \"Q1\",\n        \"index_value\": 154.9362\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2019,\n        \"date\": \"Q2\",\n        \"index_value\": 156.9639\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2019,\n        \"date\": \"Q3\",\n        \"index_value\": 159.3116\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2019,\n        \"date\": \"Q4\",\n        \"index_value\": 157.1695\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2020,\n        \"date\": \"Q1\",\n        \"index_value\": 158.6797\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2021,\n        \"date\": \"Q1\",\n        \"index_value\": 160.5784\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2022,\n        \"date\": \"Q1\",\n        \"index_value\": 170.6662\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2023,\n        \"date\": \"Q1\",\n        \"index_value\": 176.1576\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2024,\n        \"date\": \"Q1\",\n        \"index_value\": 178.3664\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2025,\n        \"date\": \"Q1\",\n        \"index_value\": 180.6922\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2026,\n        \"date\": \"Q1\",\n        \"index_value\": 181.5123\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2027,\n        \"date\": \"Q1\",\n        \"index_value\": 177.7494\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2028,\n        \"date\": \"Q1\",\n        \"index_value\": 173.0669\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2029,\n        \"date\": \"Q1\",\n        \"index_value\": 191\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2030,\n        \"date\": \"Q1\",\n        \"index_value\": 198.7485\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2031,\n        \"date\": \"Q1\",\n        \"index_value\": 207.0929\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2032,\n        \"date\": \"Q1\",\n        \"index_value\": 211.649\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2033,\n        \"date\": \"Q1\",\n        \"index_value\": 212.7416\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2034,\n        \"date\": \"Q1\",\n        \"index_value\": 212.3231\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2035,\n        \"date\": \"Q1\",\n        \"index_value\": 212.8437\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2036,\n        \"date\": \"Q1\",\n        \"index_value\": 215.2329\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2037,\n        \"date\": \"Q1\",\n        \"index_value\": 218.7194\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2038,\n        \"date\": \"Q1\",\n        \"index_value\": 221.8539\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2039,\n        \"date\": \"Q1\",\n        \"index_value\": 225.1153\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2040,\n        \"date\": \"Q1\",\n        \"index_value\": 233.0391\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2041,\n        \"date\": \"Q1\",\n        \"index_value\": 241.0401\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2042,\n        \"date\": \"Q1\",\n        \"index_value\": 248.4503\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2043,\n        \"date\": \"Q1\",\n        \"index_value\": 252.9197\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2044,\n        \"date\": \"Q1\",\n        \"index_value\": 255.8052\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2045,\n        \"date\": \"Q1\",\n        \"index_value\": 258.465\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2046,\n        \"date\": \"Q1\",\n        \"index_value\": 261.3085\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2047,\n        \"date\": \"Q1\",\n        \"index_value\": 264.2217\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2048,\n        \"date\": \"Q1\",\n        \"index_value\": 267.9365\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2049,\n        \"date\": \"Q1\",\n        \"index_value\": 268.5361\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2050,\n        \"date\": \"Q1\",\n        \"index_value\": 270.8604\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Vertigo_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2050,\n        \"date\": \"Q4\",\n        \"index_value\": 265.5552\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Vertigo_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2000,\n        \"date\": \"Q1\",\n        \"index_value\": 100\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Vertigo_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2000,\n        \"date\": \"Q2\",\n        \"index_value\": 100.7406\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Vertigo_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2000,\n        \"date\": \"Q3\",\n        \"index_value\": 100.7928\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Vertigo_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2000,\n        \"date\": \"Q4\",\n        \"index_value\": 99.9515\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Vertigo_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2001,\n        \"date\": \"Q1\",\n        \"index_value\": 101.0666\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Vertigo_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2001,\n        \"date\": \"Q2\",\n        \"index_value\": 102.1345\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Vertigo_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2001,\n        \"date\": \"Q3\",\n        \"index_value\": 104.5274\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Vertigo_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2001,\n        \"date\": \"Q4\",\n        \"index_value\": 105.2023\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Vertigo_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2002,\n        \"date\": \"Q1\",\n        \"index_value\": 106.5587\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Vertigo_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2002,\n        \"date\": \"Q2\",\n        \"index_value\": 106.7813\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Vertigo_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2002,\n        \"date\": \"Q3\",\n        \"index_value\": 107.1288\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Vertigo_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2002,\n        \"date\": \"Q4\",\n        \"index_value\": 106.4279\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Vertigo_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2003,\n        \"date\": \"Q1\",\n        \"index_value\": 105.2265\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Vertigo_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2003,\n        \"date\": \"Q2\",\n        \"index_value\": 102.1329\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Vertigo_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2003,\n        \"date\": \"Q3\",\n        \"index_value\": 101.447\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Vertigo_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2003,\n        \"date\": \"Q4\",\n        \"index_value\": 98.9913\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Vertigo_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2004,\n        \"date\": \"Q1\",\n        \"index_value\": 104.3672\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Vertigo_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2004,\n        \"date\": \"Q2\",\n        \"index_value\": 108.1092\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Vertigo_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2004,\n        \"date\": \"Q3\",\n        \"index_value\": 108.2137\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Vertigo_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2004,\n        \"date\": \"Q4\",\n        \"index_value\": 106.8777\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Vertigo_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2005,\n        \"date\": \"Q1\",\n        \"index_value\": 108.573\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Vertigo_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2005,\n        \"date\": \"Q2\",\n        \"index_value\": 111.1151\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Vertigo_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2005,\n        \"date\": \"Q3\",\n        \"index_value\": 111.5204\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Vertigo_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2005,\n        \"date\": \"Q4\",\n        \"index_value\": 113.1567\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Vertigo_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2006,\n        \"date\": \"Q1\",\n        \"index_value\": 114.6931\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Vertigo_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2006,\n        \"date\": \"Q2\",\n        \"index_value\": 113.9833\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Vertigo_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2006,\n        \"date\": \"Q3\",\n        \"index_value\": 114.9656\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Vertigo_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2006,\n        \"date\": \"Q4\",\n        \"index_value\": 115.428\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Vertigo_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2007,\n        \"date\": \"Q1\",\n        \"index_value\": 116.4008\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Vertigo_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2007,\n        \"date\": \"Q2\",\n        \"index_value\": 119.3007\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Vertigo_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2007,\n        \"date\": \"Q3\",\n        \"index_value\": 122.1856\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Vertigo_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2007,\n        \"date\": \"Q4\",\n        \"index_value\": 128.0097\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Vertigo_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2008,\n        \"date\": \"Q1\",\n        \"index_value\": 138.5273\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Vertigo_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2008,\n        \"date\": \"Q2\",\n        \"index_value\": 145.3832\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Vertigo_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2008,\n        \"date\": \"Q3\",\n        \"index_value\": 153.335\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Vertigo_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2008,\n        \"date\": \"Q4\",\n        \"index_value\": 163.1252\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Vertigo_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2009,\n        \"date\": \"Q1\",\n        \"index_value\": 156.9197\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Vertigo_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2009,\n        \"date\": \"Q2\",\n        \"index_value\": 149.6154\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Vertigo_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2009,\n        \"date\": \"Q3\",\n        \"index_value\": 142.4769\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Vertigo_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2009,\n        \"date\": \"Q4\",\n        \"index_value\": 137.2029\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Vertigo_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2010,\n        \"date\": \"Q1\",\n        \"index_value\": 138.6068\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Vertigo_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2010,\n        \"date\": \"Q2\",\n        \"index_value\": 139.6845\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Vertigo_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2010,\n        \"date\": \"Q3\",\n        \"index_value\": 141.8232\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Vertigo_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2010,\n        \"date\": \"Q4\",\n        \"index_value\": 139.7274\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Vertigo_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2011,\n        \"date\": \"Q1\",\n        \"index_value\": 144.117\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Vertigo_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2011,\n        \"date\": \"Q2\",\n        \"index_value\": 143.8411\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Vertigo_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2011,\n        \"date\": \"Q3\",\n        \"index_value\": 144.5706\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Vertigo_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2011,\n        \"date\": \"Q4\",\n        \"index_value\": 146.2258\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Vertigo_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2012,\n        \"date\": \"Q1\",\n        \"index_value\": 149.5927\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Vertigo_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2012,\n        \"date\": \"Q2\",\n        \"index_value\": 151.3755\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Vertigo_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2012,\n        \"date\": \"Q3\",\n        \"index_value\": 151.9377\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Vertigo_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2012,\n        \"date\": \"Q4\",\n        \"index_value\": 148.6146\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Vertigo_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2013,\n        \"date\": \"Q1\",\n        \"index_value\": 150.2726\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Vertigo_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2013,\n        \"date\": \"Q2\",\n        \"index_value\": 148.9443\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Vertigo_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2013,\n        \"date\": \"Q3\",\n        \"index_value\": 149.1295\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Vertigo_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2013,\n        \"date\": \"Q4\",\n        \"index_value\": 151.0783\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Vertigo_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2014,\n        \"date\": \"Q1\",\n        \"index_value\": 157.1047\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Vertigo_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2014,\n        \"date\": \"Q2\",\n        \"index_value\": 156.4315\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Vertigo_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2014,\n        \"date\": \"Q3\",\n        \"index_value\": 157.2379\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Vertigo_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2014,\n        \"date\": \"Q4\",\n        \"index_value\": 160.9632\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Vertigo_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2015,\n        \"date\": \"Q1\",\n        \"index_value\": 156.1979\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Vertigo_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2015,\n        \"date\": \"Q2\",\n        \"index_value\": 154.4789\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Vertigo_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2015,\n        \"date\": \"Q3\",\n        \"index_value\": 144.3714\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Vertigo_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2015,\n        \"date\": \"Q4\",\n        \"index_value\": 142.7244\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Vertigo_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2016,\n        \"date\": \"Q1\",\n        \"index_value\": 143.8787\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Vertigo_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2016,\n        \"date\": \"Q2\",\n        \"index_value\": 134.908\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Vertigo_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2016,\n        \"date\": \"Q3\",\n        \"index_value\": 135.4224\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Vertigo_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2016,\n        \"date\": \"Q4\",\n        \"index_value\": 137.181\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Vertigo_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2017,\n        \"date\": \"Q1\",\n        \"index_value\": 137.8848\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Vertigo_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2017,\n        \"date\": \"Q2\",\n        \"index_value\": 139.4415\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Vertigo_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2017,\n        \"date\": \"Q3\",\n        \"index_value\": 138.7803\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Vertigo_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2017,\n        \"date\": \"Q4\",\n        \"index_value\": 141.871\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Vertigo_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2018,\n        \"date\": \"Q1\",\n        \"index_value\": 141.1847\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Vertigo_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2018,\n        \"date\": \"Q2\",\n        \"index_value\": 142.9657\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Vertigo_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2018,\n        \"date\": \"Q3\",\n        \"index_value\": 144.8086\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Vertigo_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2018,\n        \"date\": \"Q4\",\n        \"index_value\": 146.9293\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Vertigo_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2019,\n        \"date\": \"Q1\",\n        \"index_value\": 150.4577\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Vertigo_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2019,\n        \"date\": \"Q2\",\n        \"index_value\": 152.9942\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Vertigo_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2019,\n        \"date\": \"Q3\",\n        \"index_value\": 154.5063\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_id\": \"10474_Vertigo_n_LCU\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"LCU\",\n        \"forecast\": \"Vertigo\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2019,\n        \"date\": \"Q4\",\n        \"index_value\": 152.592\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2000,\n        \"date\": \"Q1\",\n        \"index_value\": 100\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2000,\n        \"date\": \"Q2\",\n        \"index_value\": 100\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2000,\n        \"date\": \"Q3\",\n        \"index_value\": 100\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2000,\n        \"date\": \"Q4\",\n        \"index_value\": 98.0013\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2001,\n        \"date\": \"Q1\",\n        \"index_value\": 99.0382\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2001,\n        \"date\": \"Q2\",\n        \"index_value\": 99.7365\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2001,\n        \"date\": \"Q3\",\n        \"index_value\": 101.9419\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2001,\n        \"date\": \"Q4\",\n        \"index_value\": 101.69\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2002,\n        \"date\": \"Q1\",\n        \"index_value\": 102.6353\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2002,\n        \"date\": \"Q2\",\n        \"index_value\": 103.8858\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2002,\n        \"date\": \"Q3\",\n        \"index_value\": 103.9823\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2002,\n        \"date\": \"Q4\",\n        \"index_value\": 103.1361\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2003,\n        \"date\": \"Q1\",\n        \"index_value\": 103.5247\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2003,\n        \"date\": \"Q2\",\n        \"index_value\": 103.4454\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2003,\n        \"date\": \"Q3\",\n        \"index_value\": 103.288\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2003,\n        \"date\": \"Q4\",\n        \"index_value\": 102.6683\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2004,\n        \"date\": \"Q1\",\n        \"index_value\": 108.1776\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2004,\n        \"date\": \"Q2\",\n        \"index_value\": 110.6374\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2004,\n        \"date\": \"Q3\",\n        \"index_value\": 112.4489\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2004,\n        \"date\": \"Q4\",\n        \"index_value\": 113.9989\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2005,\n        \"date\": \"Q1\",\n        \"index_value\": 115.5671\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2005,\n        \"date\": \"Q2\",\n        \"index_value\": 117.6222\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2005,\n        \"date\": \"Q3\",\n        \"index_value\": 119.6631\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2005,\n        \"date\": \"Q4\",\n        \"index_value\": 122.5603\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2006,\n        \"date\": \"Q1\",\n        \"index_value\": 125.016\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2006,\n        \"date\": \"Q2\",\n        \"index_value\": 125.6269\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2006,\n        \"date\": \"Q3\",\n        \"index_value\": 126.7608\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2006,\n        \"date\": \"Q4\",\n        \"index_value\": 126.4515\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2007,\n        \"date\": \"Q1\",\n        \"index_value\": 126.0693\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2007,\n        \"date\": \"Q2\",\n        \"index_value\": 132.4525\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2007,\n        \"date\": \"Q3\",\n        \"index_value\": 138.2976\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2007,\n        \"date\": \"Q4\",\n        \"index_value\": 148.3739\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2008,\n        \"date\": \"Q1\",\n        \"index_value\": 159.1094\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2008,\n        \"date\": \"Q2\",\n        \"index_value\": 166.5904\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2008,\n        \"date\": \"Q3\",\n        \"index_value\": 173.4895\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2008,\n        \"date\": \"Q4\",\n        \"index_value\": 172.4713\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2009,\n        \"date\": \"Q1\",\n        \"index_value\": 164.1126\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2009,\n        \"date\": \"Q2\",\n        \"index_value\": 160.4015\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2009,\n        \"date\": \"Q3\",\n        \"index_value\": 156.4013\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2009,\n        \"date\": \"Q4\",\n        \"index_value\": 152.8686\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2010,\n        \"date\": \"Q1\",\n        \"index_value\": 155.3308\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2010,\n        \"date\": \"Q2\",\n        \"index_value\": 157.3376\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2010,\n        \"date\": \"Q3\",\n        \"index_value\": 159.0368\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2010,\n        \"date\": \"Q4\",\n        \"index_value\": 158.2677\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2011,\n        \"date\": \"Q1\",\n        \"index_value\": 164.9702\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2011,\n        \"date\": \"Q2\",\n        \"index_value\": 165.8801\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2011,\n        \"date\": \"Q3\",\n        \"index_value\": 165.8532\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2011,\n        \"date\": \"Q4\",\n        \"index_value\": 164.8156\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2012,\n        \"date\": \"Q1\",\n        \"index_value\": 170.056\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2012,\n        \"date\": \"Q2\",\n        \"index_value\": 171.4662\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2012,\n        \"date\": \"Q3\",\n        \"index_value\": 173.152\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2012,\n        \"date\": \"Q4\",\n        \"index_value\": 169.6043\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2013,\n        \"date\": \"Q1\",\n        \"index_value\": 170.2764\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2013,\n        \"date\": \"Q2\",\n        \"index_value\": 167.8054\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2013,\n        \"date\": \"Q3\",\n        \"index_value\": 167.02\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2013,\n        \"date\": \"Q4\",\n        \"index_value\": 168.4625\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2014,\n        \"date\": \"Q1\",\n        \"index_value\": 171.6019\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2014,\n        \"date\": \"Q2\",\n        \"index_value\": 171.6686\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2014,\n        \"date\": \"Q3\",\n        \"index_value\": 172.6326\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2014,\n        \"date\": \"Q4\",\n        \"index_value\": 173.7087\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2015,\n        \"date\": \"Q1\",\n        \"index_value\": 162.307\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2015,\n        \"date\": \"Q2\",\n        \"index_value\": 161.8227\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2015,\n        \"date\": \"Q3\",\n        \"index_value\": 147.4035\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2015,\n        \"date\": \"Q4\",\n        \"index_value\": 144.831\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2016,\n        \"date\": \"Q1\",\n        \"index_value\": 142.3689\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2016,\n        \"date\": \"Q2\",\n        \"index_value\": 141.7994\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2016,\n        \"date\": \"Q3\",\n        \"index_value\": 141.9224\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2016,\n        \"date\": \"Q4\",\n        \"index_value\": 142.0461\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2017,\n        \"date\": \"Q1\",\n        \"index_value\": 142.5182\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2017,\n        \"date\": \"Q2\",\n        \"index_value\": 143.3013\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2017,\n        \"date\": \"Q3\",\n        \"index_value\": 144.6279\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2017,\n        \"date\": \"Q4\",\n        \"index_value\": 147.3513\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2018,\n        \"date\": \"Q1\",\n        \"index_value\": 147.7197\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2018,\n        \"date\": \"Q2\",\n        \"index_value\": 148.0469\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2018,\n        \"date\": \"Q3\",\n        \"index_value\": 149.6976\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2018,\n        \"date\": \"Q4\",\n        \"index_value\": 151.2693\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2019,\n        \"date\": \"Q1\",\n        \"index_value\": 154.9362\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2019,\n        \"date\": \"Q2\",\n        \"index_value\": 156.9639\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2019,\n        \"date\": \"Q3\",\n        \"index_value\": 159.3116\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2019,\n        \"date\": \"Q4\",\n        \"index_value\": 157.1695\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2020,\n        \"date\": \"Q1\",\n        \"index_value\": 158.771\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2021,\n        \"date\": \"Q1\",\n        \"index_value\": 158.1251\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2022,\n        \"date\": \"Q1\",\n        \"index_value\": 160.1086\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2023,\n        \"date\": \"Q1\",\n        \"index_value\": 162.6366\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2024,\n        \"date\": \"Q1\",\n        \"index_value\": 165.5243\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2025,\n        \"date\": \"Q1\",\n        \"index_value\": 169.0576\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2026,\n        \"date\": \"Q1\",\n        \"index_value\": 172.6525\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2027,\n        \"date\": \"Q1\",\n        \"index_value\": 175.8407\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2028,\n        \"date\": \"Q1\",\n        \"index_value\": 179.4937\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2029,\n        \"date\": \"Q1\",\n        \"index_value\": 183.3504\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2030,\n        \"date\": \"Q1\",\n        \"index_value\": 187.3225\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2031,\n        \"date\": \"Q1\",\n        \"index_value\": 190.8263\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2032,\n        \"date\": \"Q1\",\n        \"index_value\": 194.2519\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2033,\n        \"date\": \"Q1\",\n        \"index_value\": 197.7552\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2034,\n        \"date\": \"Q1\",\n        \"index_value\": 201.0491\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2035,\n        \"date\": \"Q1\",\n        \"index_value\": 204.362\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2036,\n        \"date\": \"Q1\",\n        \"index_value\": 207.8012\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2037,\n        \"date\": \"Q1\",\n        \"index_value\": 211.122\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2038,\n        \"date\": \"Q1\",\n        \"index_value\": 214.5638\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2039,\n        \"date\": \"Q1\",\n        \"index_value\": 218.0429\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2040,\n        \"date\": \"Q1\",\n        \"index_value\": 221.6659\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2041,\n        \"date\": \"Q1\",\n        \"index_value\": 224.6999\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2042,\n        \"date\": \"Q1\",\n        \"index_value\": 228.0622\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2043,\n        \"date\": \"Q1\",\n        \"index_value\": 231.6195\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2044,\n        \"date\": \"Q1\",\n        \"index_value\": 235.0673\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2045,\n        \"date\": \"Q1\",\n        \"index_value\": 238.6666\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2046,\n        \"date\": \"Q1\",\n        \"index_value\": 242.2182\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2047,\n        \"date\": \"Q1\",\n        \"index_value\": 246.2255\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2048,\n        \"date\": \"Q1\",\n        \"index_value\": 250.475\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2049,\n        \"date\": \"Q1\",\n        \"index_value\": 254.2401\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2050,\n        \"date\": \"Q1\",\n        \"index_value\": 258.7745\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_n_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Nominal\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-10-01\",\n        \"year\": 2050,\n        \"date\": \"Q4\",\n        \"index_value\": 251.2155\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2000,\n        \"date\": \"Q1\",\n        \"index_value\": 100\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2001,\n        \"date\": \"Q1\",\n        \"index_value\": 99.4241\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2002,\n        \"date\": \"Q1\",\n        \"index_value\": 99.3134\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2003,\n        \"date\": \"Q1\",\n        \"index_value\": 96.9302\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2004,\n        \"date\": \"Q1\",\n        \"index_value\": 104.7473\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2005,\n        \"date\": \"Q1\",\n        \"index_value\": 109.1033\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2006,\n        \"date\": \"Q1\",\n        \"index_value\": 109.212\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2007,\n        \"date\": \"Q1\",\n        \"index_value\": 124.8237\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2008,\n        \"date\": \"Q1\",\n        \"index_value\": 142.3047\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2009,\n        \"date\": \"Q1\",\n        \"index_value\": 125.18\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2010,\n        \"date\": \"Q1\",\n        \"index_value\": 128.0373\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2011,\n        \"date\": \"Q1\",\n        \"index_value\": 130.6374\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2012,\n        \"date\": \"Q1\",\n        \"index_value\": 132.0016\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2013,\n        \"date\": \"Q1\",\n        \"index_value\": 129.0291\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2014,\n        \"date\": \"Q1\",\n        \"index_value\": 130.7017\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2015,\n        \"date\": \"Q1\",\n        \"index_value\": 107.8045\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2016,\n        \"date\": \"Q1\",\n        \"index_value\": 104.3996\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2017,\n        \"date\": \"Q1\",\n        \"index_value\": 106.417\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2018,\n        \"date\": \"Q1\",\n        \"index_value\": 107.0934\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2019,\n        \"date\": \"Q1\",\n        \"index_value\": 109.2298\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2020,\n        \"date\": \"Q1\",\n        \"index_value\": 107.7304\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2021,\n        \"date\": \"Q1\",\n        \"index_value\": 104.6544\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2022,\n        \"date\": \"Q1\",\n        \"index_value\": 103.3861\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2023,\n        \"date\": \"Q1\",\n        \"index_value\": 102.5211\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2024,\n        \"date\": \"Q1\",\n        \"index_value\": 101.9613\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2025,\n        \"date\": \"Q1\",\n        \"index_value\": 101.8342\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2026,\n        \"date\": \"Q1\",\n        \"index_value\": 101.7025\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2027,\n        \"date\": \"Q1\",\n        \"index_value\": 101.2573\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2028,\n        \"date\": \"Q1\",\n        \"index_value\": 100.9827\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2029,\n        \"date\": \"Q1\",\n        \"index_value\": 100.8253\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2030,\n        \"date\": \"Q1\",\n        \"index_value\": 100.688\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2031,\n        \"date\": \"Q1\",\n        \"index_value\": 100.242\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2032,\n        \"date\": \"Q1\",\n        \"index_value\": 99.7204\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2033,\n        \"date\": \"Q1\",\n        \"index_value\": 99.1929\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2034,\n        \"date\": \"Q1\",\n        \"index_value\": 98.5332\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2035,\n        \"date\": \"Q1\",\n        \"index_value\": 97.8691\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2036,\n        \"date\": \"Q1\",\n        \"index_value\": 97.2369\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2037,\n        \"date\": \"Q1\",\n        \"index_value\": 96.5054\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2038,\n        \"date\": \"Q1\",\n        \"index_value\": 95.7999\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2039,\n        \"date\": \"Q1\",\n        \"index_value\": 95.0873\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2040,\n        \"date\": \"Q1\",\n        \"index_value\": 94.4216\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2041,\n        \"date\": \"Q1\",\n        \"index_value\": 93.4793\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2042,\n        \"date\": \"Q1\",\n        \"index_value\": 92.6417\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2043,\n        \"date\": \"Q1\",\n        \"index_value\": 91.8629\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2044,\n        \"date\": \"Q1\",\n        \"index_value\": 91.0301\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2045,\n        \"date\": \"Q1\",\n        \"index_value\": 90.2558\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2046,\n        \"date\": \"Q1\",\n        \"index_value\": 89.4488\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2047,\n        \"date\": \"Q1\",\n        \"index_value\": 88.7905\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2048,\n        \"date\": \"Q1\",\n        \"index_value\": 88.1954\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2049,\n        \"date\": \"Q1\",\n        \"index_value\": 87.4125\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_id\": \"10110_Rivalry_r_USD\",\n        \"index_type\": \"Market index\",\n        \"region_id\": 2,\n        \"region_name\": \"North America\",\n        \"geography_id\": 2,\n        \"geography_name\": \"North America\",\n        \"index_category1_id\": 8,\n        \"index_category1\": \"Equipment market\",\n        \"index_category2_id\": 52,\n        \"index_category2\": \"Tanks and pressure vessels\",\n        \"currency\": \"USD\",\n        \"forecast\": \"Rivalry\",\n        \"nominal_real\": \"Real\",\n        \"last_update\": \"2020-03-01T00:00:00Z\",\n        \"edge_date\": \"2019-01-01\",\n        \"year\": 2050,\n        \"date\": \"Q1\",\n        \"index_value\": 86.8758\n    }\n]"}],"_postman_id":"1a17de6e-8d1c-4e9f-91f2-08f7ef795825"},{"name":"List first 5 rows of capital_cost_index_data","id":"5b6e124f-59f9-43f2-938e-569f9a3e88d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.connect.ihsmarkit.com/energy/v1/upstream-cost-index/retrieve/capital_cost_index_data?pageSize=5","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"yourUsername"},{"key":"password","value":"yourPassword"}]},"isInherited":true,"source":{"_postman_id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","name":"Upstream Insight API","type":"collection"}},"urlObject":{"protocol":"https","path":["energy","v1","upstream-cost-index","retrieve","capital_cost_index_data"],"host":["api","connect","ihsmarkit","com"],"query":[{"key":"pageSize","value":"5"}],"variable":[]}},"response":[{"id":"50eff293-8439-4da0-beaf-eac4ba096e00","name":"Get a distinct list of indexes and sub-categories","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.connect.ihsmarkit.com/energy/v1/upstream-cost-index/retrieve/capital_cost_index_data?select=index_name, index_category1, index_category2&orderBy=index_category1&groupBy=true","protocol":"https","host":["api","connect","ihsmarkit","com"],"path":["energy","v1","upstream-cost-index","retrieve","capital_cost_index_data"],"query":[{"key":"filter","value":"index_category1 = \"Bulk materials market\"","disabled":true},{"key":"filter","value":"index_category2 = \"Cement\"","disabled":true},{"key":"select","value":"index_name, index_category1, index_category2"},{"key":"orderBy","value":"index_category1"},{"key":"groupBy","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Backend-Server","value":"VWC-2PCOGWB04"},{"key":"X-Backend-Server","value":"VWC-2PCOGWB04"},{"key":"X-Powered-By","value":"ARR/3.0"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Cache-Control, x-should-not-refresh-session"},{"key":"Access-Control-Expose-Headers","value":"X-MiniProfiler-Ids"},{"key":"Access-Control-Allow-Origin","value":""},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Date","value":"Wed, 22 Apr 2020 21:09:04 GMT"},{"key":"Content-Length","value":"7389"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"index_name\": \"Paint—Asia (US$)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Paint\"\n    },\n    {\n        \"index_name\": \"Control valve—North America (US$)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Control valve\"\n    },\n    {\n        \"index_name\": \"Concrete—CIS (US$)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Concrete\"\n    },\n    {\n        \"index_name\": \"Wire/Cable—CIS (LCU)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Wire/Cable\"\n    },\n    {\n        \"index_name\": \"Cement—Australia (US$)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Cement\"\n    },\n    {\n        \"index_name\": \"Cement—Asia (LCU)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Cement\"\n    },\n    {\n        \"index_name\": \"Transformers—South America (US$)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Transformers\"\n    },\n    {\n        \"index_name\": \"Control valve—CIS (US$)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Control valve\"\n    },\n    {\n        \"index_name\": \"Switchgears—Europe (US$)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Switchgears\"\n    },\n    {\n        \"index_name\": \"Paint—North America (US$)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Paint\"\n    },\n    {\n        \"index_name\": \"Control valve—Global (US$)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Control valve\"\n    },\n    {\n        \"index_name\": \"Control valve—Global (LCU)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Control valve\"\n    },\n    {\n        \"index_name\": \"Bulk materials—Asia (US$)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Bulk materials\"\n    },\n    {\n        \"index_name\": \"Wire/Cable—South America (LCU)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Wire/Cable\"\n    },\n    {\n        \"index_name\": \"Paint—South America (LCU)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Paint\"\n    },\n    {\n        \"index_name\": \"Transformers—Europe (US$)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Transformers\"\n    },\n    {\n        \"index_name\": \"Insulation—Global (US$)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Insulation\"\n    },\n    {\n        \"index_name\": \"Paint—Australia (US$)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Paint\"\n    },\n    {\n        \"index_name\": \"Bulk materials—Global (US$)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Bulk materials\"\n    },\n    {\n        \"index_name\": \"Concrete—Australia (US$)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Concrete\"\n    },\n    {\n        \"index_name\": \"Wire/Cable—CIS (US$)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Wire/Cable\"\n    },\n    {\n        \"index_name\": \"Control valve—South America (US$)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Control valve\"\n    },\n    {\n        \"index_name\": \"Transformers—Africa (US$)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Transformers\"\n    },\n    {\n        \"index_name\": \"Insulation—South America (LCU)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Insulation\"\n    },\n    {\n        \"index_name\": \"Control valve—South America (LCU)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Control valve\"\n    },\n    {\n        \"index_name\": \"Wire/Cable—Australia (US$)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Wire/Cable\"\n    },\n    {\n        \"index_name\": \"Control valve—Asia (US$)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Control valve\"\n    },\n    {\n        \"index_name\": \"Paint—Global (US$)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Paint\"\n    },\n    {\n        \"index_name\": \"Transformers—South America (LCU)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Transformers\"\n    },\n    {\n        \"index_name\": \"Concrete—Middle East (US$)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Concrete\"\n    },\n    {\n        \"index_name\": \"Bulk materials—North America (US$)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Bulk materials\"\n    },\n    {\n        \"index_name\": \"Bulk materials—Europe (LCU)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Bulk materials\"\n    },\n    {\n        \"index_name\": \"Control valve—Middle East (LCU)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Control valve\"\n    },\n    {\n        \"index_name\": \"Switchgears—Africa (LCU)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Switchgears\"\n    },\n    {\n        \"index_name\": \"Switchgears—Global (LCU)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Switchgears\"\n    },\n    {\n        \"index_name\": \"Insulation—CIS (US$)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Insulation\"\n    },\n    {\n        \"index_name\": \"Control valve—Middle East (US$)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Control valve\"\n    },\n    {\n        \"index_name\": \"Bulk materials—Africa (US$)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Bulk materials\"\n    },\n    {\n        \"index_name\": \"Paint—Asia (LCU)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Paint\"\n    },\n    {\n        \"index_name\": \"Switchgears—North America (US$)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Switchgears\"\n    },\n    {\n        \"index_name\": \"Cement—Australia (LCU)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Cement\"\n    },\n    {\n        \"index_name\": \"Transformers—Middle East (US$)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Transformers\"\n    },\n    {\n        \"index_name\": \"Bulk materials—Middle East (US$)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Bulk materials\"\n    },\n    {\n        \"index_name\": \"Paint—Europe (LCU)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Paint\"\n    },\n    {\n        \"index_name\": \"Asphalt—South America (US$)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Asphalt\"\n    },\n    {\n        \"index_name\": \"Insulation—Asia (LCU)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Insulation\"\n    },\n    {\n        \"index_name\": \"Switchgears—Africa (US$)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Switchgears\"\n    },\n    {\n        \"index_name\": \"Control valve—Europe (LCU)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Control valve\"\n    },\n    {\n        \"index_name\": \"Insulation—Middle East (LCU)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Insulation\"\n    },\n    {\n        \"index_name\": \"Wire/Cable—Middle East (LCU)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Wire/Cable\"\n    },\n    {\n        \"index_name\": \"Asphalt—Africa (US$)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Asphalt\"\n    },\n    {\n        \"index_name\": \"Cement—North America (US$)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Cement\"\n    },\n    {\n        \"index_name\": \"Bulk materials—Australia (US$)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Bulk materials\"\n    },\n    {\n        \"index_name\": \"Transformers—North America (US$)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Transformers\"\n    },\n    {\n        \"index_name\": \"Bulk materials—Europe (US$)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Bulk materials\"\n    },\n    {\n        \"index_name\": \"Control valve—CIS (LCU)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Control valve\"\n    },\n    {\n        \"index_name\": \"Paint—Middle East (LCU)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Paint\"\n    },\n    {\n        \"index_name\": \"Cement—CIS (LCU)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Cement\"\n    },\n    {\n        \"index_name\": \"Paint—CIS (US$)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Paint\"\n    },\n    {\n        \"index_name\": \"Wire/Cable—Middle East (US$)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Wire/Cable\"\n    },\n    {\n        \"index_name\": \"Paint—Middle East (US$)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Paint\"\n    },\n    {\n        \"index_name\": \"Cement—Africa (US$)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Cement\"\n    },\n    {\n        \"index_name\": \"Insulation—Global (LCU)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Insulation\"\n    },\n    {\n        \"index_name\": \"Asphalt—Australia (US$)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Asphalt\"\n    },\n    {\n        \"index_name\": \"Insulation—North America (US$)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Insulation\"\n    },\n    {\n        \"index_name\": \"Bulk materials—Global (LCU)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Bulk materials\"\n    },\n    {\n        \"index_name\": \"Insulation—Asia (US$)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Insulation\"\n    },\n    {\n        \"index_name\": \"Concrete—Global (US$)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Concrete\"\n    },\n    {\n        \"index_name\": \"Wire/Cable—Asia (US$)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Wire/Cable\"\n    },\n    {\n        \"index_name\": \"Bulk materials—North America (LCU)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Bulk materials\"\n    },\n    {\n        \"index_name\": \"Control valve—Africa (LCU)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Control valve\"\n    },\n    {\n        \"index_name\": \"Concrete—South America (US$)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Concrete\"\n    },\n    {\n        \"index_name\": \"Asphalt—CIS (LCU)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Asphalt\"\n    },\n    {\n        \"index_name\": \"Cement—CIS (US$)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Cement\"\n    },\n    {\n        \"index_name\": \"Concrete—North America (LCU)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Concrete\"\n    },\n    {\n        \"index_name\": \"Transformers—CIS (LCU)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Transformers\"\n    },\n    {\n        \"index_name\": \"Concrete—Africa (US$)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Concrete\"\n    },\n    {\n        \"index_name\": \"Insulation—Africa (US$)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Insulation\"\n    },\n    {\n        \"index_name\": \"Concrete—South America (LCU)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Concrete\"\n    },\n    {\n        \"index_name\": \"Cement—Global (LCU)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Cement\"\n    },\n    {\n        \"index_name\": \"Concrete—Africa (LCU)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Concrete\"\n    },\n    {\n        \"index_name\": \"Control valve—North America (LCU)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Control valve\"\n    },\n    {\n        \"index_name\": \"Asphalt—Europe (US$)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Asphalt\"\n    },\n    {\n        \"index_name\": \"Control valve—Africa (US$)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Control valve\"\n    },\n    {\n        \"index_name\": \"Switchgears—South America (US$)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Switchgears\"\n    },\n    {\n        \"index_name\": \"Concrete—Australia (LCU)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Concrete\"\n    },\n    {\n        \"index_name\": \"Switchgears—Middle East (US$)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Switchgears\"\n    },\n    {\n        \"index_name\": \"Transformers—Middle East (LCU)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Transformers\"\n    },\n    {\n        \"index_name\": \"Insulation—South America (US$)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Insulation\"\n    },\n    {\n        \"index_name\": \"Concrete—Middle East (LCU)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Concrete\"\n    },\n    {\n        \"index_name\": \"Bulk materials—South America (US$)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Bulk materials\"\n    },\n    {\n        \"index_name\": \"Asphalt—Asia (US$)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Asphalt\"\n    },\n    {\n        \"index_name\": \"Wire/Cable—South America (US$)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Wire/Cable\"\n    },\n    {\n        \"index_name\": \"Transformers—Europe (LCU)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Transformers\"\n    },\n    {\n        \"index_name\": \"Asphalt—North America (LCU)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Asphalt\"\n    },\n    {\n        \"index_name\": \"Concrete—CIS (LCU)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Concrete\"\n    },\n    {\n        \"index_name\": \"Wire/Cable—North America (US$)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Wire/Cable\"\n    },\n    {\n        \"index_name\": \"Control valve—Australia (US$)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Control valve\"\n    },\n    {\n        \"index_name\": \"Bulk materials—Middle East (LCU)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Bulk materials\"\n    },\n    {\n        \"index_name\": \"Insulation—Europe (US$)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Insulation\"\n    },\n    {\n        \"index_name\": \"Cement—Asia (US$)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Cement\"\n    },\n    {\n        \"index_name\": \"Control valve—Asia (LCU)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Control valve\"\n    },\n    {\n        \"index_name\": \"Cement—Europe (US$)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Cement\"\n    },\n    {\n        \"index_name\": \"Switchgears—Australia (LCU)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Switchgears\"\n    },\n    {\n        \"index_name\": \"Paint—Global (LCU)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Paint\"\n    },\n    {\n        \"index_name\": \"Bulk materials—Asia (LCU)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Bulk materials\"\n    },\n    {\n        \"index_name\": \"Wire/Cable—Africa (US$)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Wire/Cable\"\n    },\n    {\n        \"index_name\": \"Wire/Cable—Global (LCU)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Wire/Cable\"\n    },\n    {\n        \"index_name\": \"Transformers—North America (LCU)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Transformers\"\n    },\n    {\n        \"index_name\": \"Insulation—Australia (LCU)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Insulation\"\n    },\n    {\n        \"index_name\": \"Paint—Europe (US$)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Paint\"\n    },\n    {\n        \"index_name\": \"Asphalt—North America (US$)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Asphalt\"\n    },\n    {\n        \"index_name\": \"Concrete—Asia (US$)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Concrete\"\n    },\n    {\n        \"index_name\": \"Transformers—Asia (US$)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Transformers\"\n    },\n    {\n        \"index_name\": \"Switchgears—Europe (LCU)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Switchgears\"\n    },\n    {\n        \"index_name\": \"Paint—South America (US$)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Paint\"\n    },\n    {\n        \"index_name\": \"Bulk materials—CIS (US$)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Bulk materials\"\n    },\n    {\n        \"index_name\": \"Transformers—CIS (US$)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Transformers\"\n    },\n    {\n        \"index_name\": \"Control valve—Europe (US$)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Control valve\"\n    },\n    {\n        \"index_name\": \"Insulation—Africa (LCU)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Insulation\"\n    },\n    {\n        \"index_name\": \"Switchgears—Asia (US$)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Switchgears\"\n    },\n    {\n        \"index_name\": \"Paint—North America (LCU)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Paint\"\n    },\n    {\n        \"index_name\": \"Wire/Cable—Global (US$)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Wire/Cable\"\n    },\n    {\n        \"index_name\": \"Insulation—CIS (LCU)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Insulation\"\n    },\n    {\n        \"index_name\": \"Asphalt—CIS (US$)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Asphalt\"\n    },\n    {\n        \"index_name\": \"Asphalt—Europe (LCU)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Asphalt\"\n    },\n    {\n        \"index_name\": \"Asphalt—Asia (LCU)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Asphalt\"\n    },\n    {\n        \"index_name\": \"Asphalt—Middle East (US$)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Asphalt\"\n    },\n    {\n        \"index_name\": \"Cement—North America (LCU)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Cement\"\n    },\n    {\n        \"index_name\": \"Switchgears—Asia (LCU)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Switchgears\"\n    },\n    {\n        \"index_name\": \"Insulation—North America (LCU)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Insulation\"\n    },\n    {\n        \"index_name\": \"Insulation—Middle East (US$)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Insulation\"\n    },\n    {\n        \"index_name\": \"Switchgears—Australia (US$)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Switchgears\"\n    },\n    {\n        \"index_name\": \"Switchgears—Middle East (LCU)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Switchgears\"\n    },\n    {\n        \"index_name\": \"Paint—Africa (US$)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Paint\"\n    },\n    {\n        \"index_name\": \"Asphalt—Global (US$)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Asphalt\"\n    },\n    {\n        \"index_name\": \"Cement—South America (US$)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Cement\"\n    },\n    {\n        \"index_name\": \"Switchgears—Global (US$)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Switchgears\"\n    },\n    {\n        \"index_name\": \"Insulation—Europe (LCU)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Insulation\"\n    },\n    {\n        \"index_name\": \"Transformers—Global (US$)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Transformers\"\n    },\n    {\n        \"index_name\": \"Insulation—Australia (US$)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Insulation\"\n    },\n    {\n        \"index_name\": \"Transformers—Global (LCU)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Transformers\"\n    },\n    {\n        \"index_name\": \"Wire/Cable—Europe (LCU)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Wire/Cable\"\n    },\n    {\n        \"index_name\": \"Concrete—Europe (US$)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Concrete\"\n    },\n    {\n        \"index_name\": \"Paint—Australia (LCU)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Paint\"\n    },\n    {\n        \"index_name\": \"Cement—South America (LCU)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Cement\"\n    },\n    {\n        \"index_name\": \"Concrete—North America (US$)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Concrete\"\n    },\n    {\n        \"index_name\": \"Cement—Middle East (LCU)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Cement\"\n    },\n    {\n        \"index_name\": \"Switchgears—CIS (LCU)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Switchgears\"\n    },\n    {\n        \"index_name\": \"Transformers—Africa (LCU)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Transformers\"\n    },\n    {\n        \"index_name\": \"Wire/Cable—Asia (LCU)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Wire/Cable\"\n    },\n    {\n        \"index_name\": \"Control valve—Australia (LCU)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Control valve\"\n    },\n    {\n        \"index_name\": \"Paint—Africa (LCU)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Paint\"\n    },\n    {\n        \"index_name\": \"Transformers—Australia (LCU)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Transformers\"\n    },\n    {\n        \"index_name\": \"Asphalt—Global (LCU)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Asphalt\"\n    },\n    {\n        \"index_name\": \"Wire/Cable—Europe (US$)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Wire/Cable\"\n    },\n    {\n        \"index_name\": \"Cement—Europe (LCU)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Cement\"\n    },\n    {\n        \"index_name\": \"Concrete—Europe (LCU)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Concrete\"\n    },\n    {\n        \"index_name\": \"Bulk materials—CIS (LCU)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Bulk materials\"\n    },\n    {\n        \"index_name\": \"Cement—Middle East (US$)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Cement\"\n    },\n    {\n        \"index_name\": \"Wire/Cable—Australia (LCU)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Wire/Cable\"\n    },\n    {\n        \"index_name\": \"Concrete—Global (LCU)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Concrete\"\n    },\n    {\n        \"index_name\": \"Switchgears—North America (LCU)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Switchgears\"\n    },\n    {\n        \"index_name\": \"Asphalt—South America (LCU)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Asphalt\"\n    },\n    {\n        \"index_name\": \"Concrete—Asia (LCU)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Concrete\"\n    },\n    {\n        \"index_name\": \"Asphalt—Middle East (LCU)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Asphalt\"\n    },\n    {\n        \"index_name\": \"Cement—Africa (LCU)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Cement\"\n    },\n    {\n        \"index_name\": \"Bulk materials—South America (LCU)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Bulk materials\"\n    },\n    {\n        \"index_name\": \"Wire/Cable—North America (LCU)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Wire/Cable\"\n    },\n    {\n        \"index_name\": \"Transformers—Asia (LCU)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Transformers\"\n    },\n    {\n        \"index_name\": \"Cement—Global (US$)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Cement\"\n    },\n    {\n        \"index_name\": \"Asphalt—Africa (LCU)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Asphalt\"\n    },\n    {\n        \"index_name\": \"Transformers—Australia (US$)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Transformers\"\n    },\n    {\n        \"index_name\": \"Switchgears—CIS (US$)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Switchgears\"\n    },\n    {\n        \"index_name\": \"Paint—CIS (LCU)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Paint\"\n    },\n    {\n        \"index_name\": \"Wire/Cable—Africa (LCU)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Wire/Cable\"\n    },\n    {\n        \"index_name\": \"Asphalt—Australia (LCU)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Asphalt\"\n    },\n    {\n        \"index_name\": \"Bulk materials—Africa (LCU)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Bulk materials\"\n    },\n    {\n        \"index_name\": \"Switchgears—South America (LCU)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Switchgears\"\n    },\n    {\n        \"index_name\": \"Bulk materials—Australia (LCU)\",\n        \"index_category1\": \"Bulk materials market\",\n        \"index_category2\": \"Bulk materials\"\n    },\n    {\n        \"index_name\": \"Onshore pipeline\",\n        \"index_category1\": \"Component\",\n        \"index_category2\": \"Onshore pipeline\"\n    },\n    {\n        \"index_name\": \"TLP\",\n        \"index_category1\": \"Component\",\n        \"index_category2\": \"TLP\"\n    },\n    {\n        \"index_name\": \"GBS\",\n        \"index_category1\": \"Component\",\n        \"index_category2\": \"GBS\"\n    },\n    {\n        \"index_name\": \"Offshore drilling\",\n        \"index_category1\": \"Component\",\n        \"index_category2\": \"Offshore drilling\"\n    },\n    {\n        \"index_name\": \"Onshore drilling\",\n        \"index_category1\": \"Component\",\n        \"index_category2\": \"Onshore drilling\"\n    },\n    {\n        \"index_name\": \"Onshore production and terminal facilities\",\n        \"index_category1\": \"Component\",\n        \"index_category2\": \"Onshore production and terminal facilities\"\n    },\n    {\n        \"index_name\": \"Offshore pipeline\",\n        \"index_category1\": \"Component\",\n        \"index_category2\": \"Offshore pipeline\"\n    },\n    {\n        \"index_name\": \"REGAS\",\n        \"index_category1\": \"Component\",\n        \"index_category2\": \"REGAS\"\n    },\n    {\n        \"index_name\": \"Tanker\",\n        \"index_category1\": \"Component\",\n        \"index_category2\": \"Tanker\"\n    },\n    {\n        \"index_name\": \"Onshore infrastructure\",\n        \"index_category1\": \"Component\",\n        \"index_category2\": \"Onshore infrastructure\"\n    },\n    {\n        \"index_name\": \"Topside\",\n        \"index_category1\": \"Component\",\n        \"index_category2\": \"Topside\"\n    },\n    {\n        \"index_name\": \"LNG\",\n        \"index_category1\": \"Component\",\n        \"index_category2\": \"LNG\"\n    },\n    {\n        \"index_name\": \"Onshore wellpads\",\n        \"index_category1\": \"Component\",\n        \"index_category2\": \"Onshore wellpads\"\n    },\n    {\n        \"index_name\": \"Jacket\",\n        \"index_category1\": \"Component\",\n        \"index_category2\": \"Jacket\"\n    },\n    {\n        \"index_name\": \"Offshore loading\",\n        \"index_category1\": \"Component\",\n        \"index_category2\": \"Offshore loading\"\n    },\n    {\n        \"index_name\": \"Semisub\",\n        \"index_category1\": \"Component\",\n        \"index_category2\": \"Semisub\"\n    },\n    {\n        \"index_name\": \"SPAR\",\n        \"index_category1\": \"Component\",\n        \"index_category2\": \"SPAR\"\n    },\n    {\n        \"index_name\": \"Construction labor (US$)—Asia\",\n        \"index_category1\": \"Construction labor market\",\n        \"index_category2\": \"Construction labor\"\n    },\n    {\n        \"index_name\": \"Construction labor (local)—Western Europe\",\n        \"index_category1\": \"Construction labor market\",\n        \"index_category2\": \"Construction labor\"\n    },\n    {\n        \"index_name\": \"Construction labor (US$)—South America\",\n        \"index_category1\": \"Construction labor market\",\n        \"index_category2\": \"Construction labor\"\n    },\n    {\n        \"index_name\": \"Construction labor (US$)—Australia\",\n        \"index_category1\": \"Construction labor market\",\n        \"index_category2\": \"Construction labor\"\n    },\n    {\n        \"index_name\": \"Construction labor (local)—North America\",\n        \"index_category1\": \"Construction labor market\",\n        \"index_category2\": \"Construction labor\"\n    },\n    {\n        \"index_name\": \"Construction labor (local)—CIS\",\n        \"index_category1\": \"Construction labor market\",\n        \"index_category2\": \"Construction labor\"\n    },\n    {\n        \"index_name\": \"Construction labor (US$)—CIS\",\n        \"index_category1\": \"Construction labor market\",\n        \"index_category2\": \"Construction labor\"\n    },\n    {\n        \"index_name\": \"Construction labor (local)—Global\",\n        \"index_category1\": \"Construction labor market\",\n        \"index_category2\": \"Construction labor\"\n    },\n    {\n        \"index_name\": \"Construction labor (US$)—Africa\",\n        \"index_category1\": \"Construction labor market\",\n        \"index_category2\": \"Construction labor\"\n    },\n    {\n        \"index_name\": \"Construction labor (US$)—Western Europe\",\n        \"index_category1\": \"Construction labor market\",\n        \"index_category2\": \"Construction labor\"\n    },\n    {\n        \"index_name\": \"Construction labor (US$)—North America\",\n        \"index_category1\": \"Construction labor market\",\n        \"index_category2\": \"Construction labor\"\n    },\n    {\n        \"index_name\": \"Construction labor (US$)—Middle East\",\n        \"index_category1\": \"Construction labor market\",\n        \"index_category2\": \"Construction labor\"\n    },\n    {\n        \"index_name\": \"Construction labor (local)—Middle East\",\n        \"index_category1\": \"Construction labor market\",\n        \"index_category2\": \"Construction labor\"\n    },\n    {\n        \"index_name\": \"Construction labor (US$)—Global\",\n        \"index_category1\": \"Construction labor market\",\n        \"index_category2\": \"Construction labor\"\n    },\n    {\n        \"index_name\": \"Construction labor (local)—Africa\",\n        \"index_category1\": \"Construction labor market\",\n        \"index_category2\": \"Construction labor\"\n    },\n    {\n        \"index_name\": \"Construction labor (local)—Australia\",\n        \"index_category1\": \"Construction labor market\",\n        \"index_category2\": \"Construction labor\"\n    },\n    {\n        \"index_name\": \"Construction labor (local)—Asia\",\n        \"index_category1\": \"Construction labor market\",\n        \"index_category2\": \"Construction labor\"\n    },\n    {\n        \"index_name\": \"Construction labor (local)—South America\",\n        \"index_category1\": \"Construction labor market\",\n        \"index_category2\": \"Construction labor\"\n    },\n    {\n        \"index_name\": \"EPM (US$)—Europe\",\n        \"index_category1\": \"EPM market\",\n        \"index_category2\": \"EPM\"\n    },\n    {\n        \"index_name\": \"EPM (US$)—Africa\",\n        \"index_category1\": \"EPM market\",\n        \"index_category2\": \"EPM\"\n    },\n    {\n        \"index_name\": \"EPM (US$)—North America\",\n        \"index_category1\": \"EPM market\",\n        \"index_category2\": \"EPM\"\n    },\n    {\n        \"index_name\": \"EPM (US$)—Australia\",\n        \"index_category1\": \"EPM market\",\n        \"index_category2\": \"EPM\"\n    },\n    {\n        \"index_name\": \"EPM (local)—CIS\",\n        \"index_category1\": \"EPM market\",\n        \"index_category2\": \"EPM\"\n    },\n    {\n        \"index_name\": \"EPM (US$)—Global\",\n        \"index_category1\": \"EPM market\",\n        \"index_category2\": \"EPM\"\n    },\n    {\n        \"index_name\": \"EPM (local)—Europe\",\n        \"index_category1\": \"EPM market\",\n        \"index_category2\": \"EPM\"\n    },\n    {\n        \"index_name\": \"EPM (US$)—Asia\",\n        \"index_category1\": \"EPM market\",\n        \"index_category2\": \"EPM\"\n    },\n    {\n        \"index_name\": \"EPM (local)—North America\",\n        \"index_category1\": \"EPM market\",\n        \"index_category2\": \"EPM\"\n    },\n    {\n        \"index_name\": \"EPM (US$)—CIS\",\n        \"index_category1\": \"EPM market\",\n        \"index_category2\": \"EPM\"\n    },\n    {\n        \"index_name\": \"EPM (US$)—South America\",\n        \"index_category1\": \"EPM market\",\n        \"index_category2\": \"EPM\"\n    },\n    {\n        \"index_name\": \"EPM (US$)—Middle East\",\n        \"index_category1\": \"EPM market\",\n        \"index_category2\": \"EPM\"\n    },\n    {\n        \"index_name\": \"EPM (local)—Global\",\n        \"index_category1\": \"EPM market\",\n        \"index_category2\": \"EPM\"\n    },\n    {\n        \"index_name\": \"EPM (local)—South America\",\n        \"index_category1\": \"EPM market\",\n        \"index_category2\": \"EPM\"\n    },\n    {\n        \"index_name\": \"EPM (local)—Asia\",\n        \"index_category1\": \"EPM market\",\n        \"index_category2\": \"EPM\"\n    },\n    {\n        \"index_name\": \"Pumps—Australia (US$)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Pumps\"\n    },\n    {\n        \"index_name\": \"Turbine—Europe (US$)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Turbine\"\n    },\n    {\n        \"index_name\": \"Pumps—Asia (LCU)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Pumps\"\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—CIS (US$)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Tanks and pressure vessels\"\n    },\n    {\n        \"index_name\": \"Pumps—CIS (US$)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Pumps\"\n    },\n    {\n        \"index_name\": \"Compressors—Middle East (US$)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Compressors\"\n    },\n    {\n        \"index_name\": \"Turbine—Europe (LCU)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Turbine\"\n    },\n    {\n        \"index_name\": \"Pumps—North America (US$)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Pumps\"\n    },\n    {\n        \"index_name\": \"Equipment—Global (US$)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Equipment\"\n    },\n    {\n        \"index_name\": \"Equipment—Global (LCU)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Equipment\"\n    },\n    {\n        \"index_name\": \"Pumps—Europe (LCU)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Pumps\"\n    },\n    {\n        \"index_name\": \"Equipment—CIS (US$)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Equipment\"\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—Europe (LCU)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Tanks and pressure vessels\"\n    },\n    {\n        \"index_name\": \"Pumps—Asia (US$)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Pumps\"\n    },\n    {\n        \"index_name\": \"Compressors—Middle East (LCU)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Compressors\"\n    },\n    {\n        \"index_name\": \"Exchangers—North America (US$)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Exchangers\"\n    },\n    {\n        \"index_name\": \"Exchangers—Asia (US$)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Exchangers\"\n    },\n    {\n        \"index_name\": \"Turbine—Asia (US$)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Turbine\"\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—South America (LCU)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Tanks and pressure vessels\"\n    },\n    {\n        \"index_name\": \"Turbine—Middle East (US$)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Turbine\"\n    },\n    {\n        \"index_name\": \"Pump and compressors—Australia (LCU)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Pump and compressors\"\n    },\n    {\n        \"index_name\": \"Compressors—South America (US$)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Compressors\"\n    },\n    {\n        \"index_name\": \"Pumps—South America (LCU)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Pumps\"\n    },\n    {\n        \"index_name\": \"Turbine—South America (LCU)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Turbine\"\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—Australia (US$)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Tanks and pressure vessels\"\n    },\n    {\n        \"index_name\": \"Pump and compressors—Africa (LCU)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Pump and compressors\"\n    },\n    {\n        \"index_name\": \"Pump and compressors—CIS (US$)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Pump and compressors\"\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—Europe (US$)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Tanks and pressure vessels\"\n    },\n    {\n        \"index_name\": \"Pumps—Africa (US$)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Pumps\"\n    },\n    {\n        \"index_name\": \"Pumps—Middle East (LCU)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Pumps\"\n    },\n    {\n        \"index_name\": \"Pump and compressors—Europe (US$)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Pump and compressors\"\n    },\n    {\n        \"index_name\": \"Exchangers—Africa (LCU)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Exchangers\"\n    },\n    {\n        \"index_name\": \"Compressors—Europe (US$)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Compressors\"\n    },\n    {\n        \"index_name\": \"Pump and compressors—North America (US$)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Pump and compressors\"\n    },\n    {\n        \"index_name\": \"Pump and compressors—Africa (US$)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Pump and compressors\"\n    },\n    {\n        \"index_name\": \"Compressors—Australia (US$)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Compressors\"\n    },\n    {\n        \"index_name\": \"Pump and compressors—Asia (LCU)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Pump and compressors\"\n    },\n    {\n        \"index_name\": \"Compressors—Asia (LCU)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Compressors\"\n    },\n    {\n        \"index_name\": \"Compressors—South America (LCU)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Compressors\"\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—Asia (US$)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Tanks and pressure vessels\"\n    },\n    {\n        \"index_name\": \"Equipment—Australia (US$)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Equipment\"\n    },\n    {\n        \"index_name\": \"Pump and compressors—Asia (US$)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Pump and compressors\"\n    },\n    {\n        \"index_name\": \"Turbine—Global (LCU)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Turbine\"\n    },\n    {\n        \"index_name\": \"Equipment—Middle East (US$)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Equipment\"\n    },\n    {\n        \"index_name\": \"Equipment—Europe (US$)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Equipment\"\n    },\n    {\n        \"index_name\": \"Pump and compressors—South America (US$)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Pump and compressors\"\n    },\n    {\n        \"index_name\": \"Equipment—North America (US$)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Equipment\"\n    },\n    {\n        \"index_name\": \"Exchangers—Global (US$)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Exchangers\"\n    },\n    {\n        \"index_name\": \"Pumps—South America (US$)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Pumps\"\n    },\n    {\n        \"index_name\": \"Exchangers—Europe (LCU)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Exchangers\"\n    },\n    {\n        \"index_name\": \"Turbine—Asia (LCU)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Turbine\"\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (LCU)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Tanks and pressure vessels\"\n    },\n    {\n        \"index_name\": \"Equipment—Asia (US$)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Equipment\"\n    },\n    {\n        \"index_name\": \"Equipment—South America (LCU)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Equipment\"\n    },\n    {\n        \"index_name\": \"Turbine—Africa (LCU)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Turbine\"\n    },\n    {\n        \"index_name\": \"Pumps—Global (LCU)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Pumps\"\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—Africa (US$)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Tanks and pressure vessels\"\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—Australia (LCU)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Tanks and pressure vessels\"\n    },\n    {\n        \"index_name\": \"Compressors—North America (LCU)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Compressors\"\n    },\n    {\n        \"index_name\": \"Exchangers—South America (US$)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Exchangers\"\n    },\n    {\n        \"index_name\": \"Exchangers—CIS (LCU)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Exchangers\"\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—Middle East (LCU)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Tanks and pressure vessels\"\n    },\n    {\n        \"index_name\": \"Equipment—Australia (LCU)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Equipment\"\n    },\n    {\n        \"index_name\": \"Compressors—CIS (US$)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Compressors\"\n    },\n    {\n        \"index_name\": \"Exchangers—Asia (LCU)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Exchangers\"\n    },\n    {\n        \"index_name\": \"Turbine—North America (US$)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Turbine\"\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—Middle East (US$)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Tanks and pressure vessels\"\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—South America (US$)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Tanks and pressure vessels\"\n    },\n    {\n        \"index_name\": \"Compressors—North America (US$)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Compressors\"\n    },\n    {\n        \"index_name\": \"Equipment—Africa (LCU)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Equipment\"\n    },\n    {\n        \"index_name\": \"Exchangers—CIS (US$)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Exchangers\"\n    },\n    {\n        \"index_name\": \"Equipment—North America (LCU)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Equipment\"\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—North America (US$)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Tanks and pressure vessels\"\n    },\n    {\n        \"index_name\": \"Compressors—Global (US$)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Compressors\"\n    },\n    {\n        \"index_name\": \"Exchangers—Europe (US$)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Exchangers\"\n    },\n    {\n        \"index_name\": \"Turbine—CIS (US$)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Turbine\"\n    },\n    {\n        \"index_name\": \"Turbine—Australia (LCU)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Turbine\"\n    },\n    {\n        \"index_name\": \"Turbine—Global (US$)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Turbine\"\n    },\n    {\n        \"index_name\": \"Pump and compressors—Middle East (US$)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Pump and compressors\"\n    },\n    {\n        \"index_name\": \"Equipment—Asia (LCU)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Equipment\"\n    },\n    {\n        \"index_name\": \"Turbine—Africa (US$)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Turbine\"\n    },\n    {\n        \"index_name\": \"Compressors—Africa (US$)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Compressors\"\n    },\n    {\n        \"index_name\": \"Equipment—South America (US$)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Equipment\"\n    },\n    {\n        \"index_name\": \"Turbine—South America (US$)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Turbine\"\n    },\n    {\n        \"index_name\": \"Exchangers—Africa (US$)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Exchangers\"\n    },\n    {\n        \"index_name\": \"Pumps—Global (US$)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Pumps\"\n    },\n    {\n        \"index_name\": \"Turbine—Australia (US$)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Turbine\"\n    },\n    {\n        \"index_name\": \"Pumps—CIS (LCU)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Pumps\"\n    },\n    {\n        \"index_name\": \"Pump and compressors—Middle East (LCU)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Pump and compressors\"\n    },\n    {\n        \"index_name\": \"Exchangers—Australia (US$)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Exchangers\"\n    },\n    {\n        \"index_name\": \"Pump and compressors—CIS (LCU)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Pump and compressors\"\n    },\n    {\n        \"index_name\": \"Turbine—Middle East (LCU)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Turbine\"\n    },\n    {\n        \"index_name\": \"Exchangers—Middle East (LCU)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Exchangers\"\n    },\n    {\n        \"index_name\": \"Pumps—Europe (US$)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Pumps\"\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—Global (US$)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Tanks and pressure vessels\"\n    },\n    {\n        \"index_name\": \"Pump and compressors—Global (US$)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Pump and compressors\"\n    },\n    {\n        \"index_name\": \"Turbine—CIS (LCU)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Turbine\"\n    },\n    {\n        \"index_name\": \"Pumps—Africa (LCU)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Pumps\"\n    },\n    {\n        \"index_name\": \"Compressors—Asia (US$)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Compressors\"\n    },\n    {\n        \"index_name\": \"Pumps—North America (LCU)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Pumps\"\n    },\n    {\n        \"index_name\": \"Exchangers—Middle East (US$)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Exchangers\"\n    },\n    {\n        \"index_name\": \"Exchangers—Global (LCU)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Exchangers\"\n    },\n    {\n        \"index_name\": \"Pump and compressors—Australia (US$)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Pump and compressors\"\n    },\n    {\n        \"index_name\": \"Pumps—Middle East (US$)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Pumps\"\n    },\n    {\n        \"index_name\": \"Pumps—Australia (LCU)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Pumps\"\n    },\n    {\n        \"index_name\": \"Exchangers—North America (LCU)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Exchangers\"\n    },\n    {\n        \"index_name\": \"Pump and compressors—Europe (LCU)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Pump and compressors\"\n    },\n    {\n        \"index_name\": \"Equipment—Africa (US$)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Equipment\"\n    },\n    {\n        \"index_name\": \"Compressors—Global (LCU)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Compressors\"\n    },\n    {\n        \"index_name\": \"Equipment—Europe (LCU)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Equipment\"\n    },\n    {\n        \"index_name\": \"Compressors—Africa (LCU)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Compressors\"\n    },\n    {\n        \"index_name\": \"Pump and compressors—South America (LCU)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Pump and compressors\"\n    },\n    {\n        \"index_name\": \"Pump and compressors—Global (LCU)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Pump and compressors\"\n    },\n    {\n        \"index_name\": \"Compressors—Australia (LCU)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Compressors\"\n    },\n    {\n        \"index_name\": \"Exchangers—South America (LCU)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Exchangers\"\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—CIS (LCU)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Tanks and pressure vessels\"\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—Africa (LCU)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Tanks and pressure vessels\"\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—Global (LCU)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Tanks and pressure vessels\"\n    },\n    {\n        \"index_name\": \"Pump and compressors—North America (LCU)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Pump and compressors\"\n    },\n    {\n        \"index_name\": \"Turbine—North America (LCU)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Turbine\"\n    },\n    {\n        \"index_name\": \"Compressors—CIS (LCU)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Compressors\"\n    },\n    {\n        \"index_name\": \"Equipment—CIS (LCU)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Equipment\"\n    },\n    {\n        \"index_name\": \"Equipment—Middle East (LCU)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Equipment\"\n    },\n    {\n        \"index_name\": \"Compressors—Europe (LCU)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Compressors\"\n    },\n    {\n        \"index_name\": \"Exchangers—Australia (LCU)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Exchangers\"\n    },\n    {\n        \"index_name\": \"Tanks and pressure vessels—Asia (LCU)\",\n        \"index_category1\": \"Equipment market\",\n        \"index_category2\": \"Tanks and pressure vessels\"\n    },\n    {\n        \"index_name\": \"Land rigs (high spec)—North America\",\n        \"index_category1\": \"Land rigs market\",\n        \"index_category2\": \"Land rigs (high spec)\"\n    },\n    {\n        \"index_name\": \"Land rigs (low spec)—North America\",\n        \"index_category1\": \"Land rigs market\",\n        \"index_category2\": \"Land rigs (low spec)\"\n    },\n    {\n        \"index_name\": \"Land rigs (low spec)—Middle East\",\n        \"index_category1\": \"Land rigs market\",\n        \"index_category2\": \"Land rigs (low spec)\"\n    },\n    {\n        \"index_name\": \"Land rigs (high spec)—South America\",\n        \"index_category1\": \"Land rigs market\",\n        \"index_category2\": \"Land rigs (high spec)\"\n    },\n    {\n        \"index_name\": \"Land rigs—Europe\",\n        \"index_category1\": \"Land rigs market\",\n        \"index_category2\": \"Land rigs\"\n    },\n    {\n        \"index_name\": \"Land rigs (high spec)—Global\",\n        \"index_category1\": \"Land rigs market\",\n        \"index_category2\": \"Land rigs (high spec)\"\n    },\n    {\n        \"index_name\": \"Land rigs (low spec)—CIS\",\n        \"index_category1\": \"Land rigs market\",\n        \"index_category2\": \"Land rigs (low spec)\"\n    },\n    {\n        \"index_name\": \"Land rigs—Asia\",\n        \"index_category1\": \"Land rigs market\",\n        \"index_category2\": \"Land rigs\"\n    },\n    {\n        \"index_name\": \"Land rigs (high spec)—Middle East\",\n        \"index_category1\": \"Land rigs market\",\n        \"index_category2\": \"Land rigs (high spec)\"\n    },\n    {\n        \"index_name\": \"Land rigs—Middle East\",\n        \"index_category1\": \"Land rigs market\",\n        \"index_category2\": \"Land rigs\"\n    },\n    {\n        \"index_name\": \"Land rigs (low spec)—South America\",\n        \"index_category1\": \"Land rigs market\",\n        \"index_category2\": \"Land rigs (low spec)\"\n    },\n    {\n        \"index_name\": \"Land rigs—Africa\",\n        \"index_category1\": \"Land rigs market\",\n        \"index_category2\": \"Land rigs\"\n    },\n    {\n        \"index_name\": \"Land rigs—CIS\",\n        \"index_category1\": \"Land rigs market\",\n        \"index_category2\": \"Land rigs\"\n    },\n    {\n        \"index_name\": \"Land rigs—Australia\",\n        \"index_category1\": \"Land rigs market\",\n        \"index_category2\": \"Land rigs\"\n    },\n    {\n        \"index_name\": \"Land rigs (low spec)—Australia\",\n        \"index_category1\": \"Land rigs market\",\n        \"index_category2\": \"Land rigs (low spec)\"\n    },\n    {\n        \"index_name\": \"Land rigs (high spec)—CIS\",\n        \"index_category1\": \"Land rigs market\",\n        \"index_category2\": \"Land rigs (high spec)\"\n    },\n    {\n        \"index_name\": \"Land rigs (low spec)—Europe\",\n        \"index_category1\": \"Land rigs market\",\n        \"index_category2\": \"Land rigs (low spec)\"\n    },\n    {\n        \"index_name\": \"Land rigs (high spec)—Africa\",\n        \"index_category1\": \"Land rigs market\",\n        \"index_category2\": \"Land rigs (high spec)\"\n    },\n    {\n        \"index_name\": \"Land rigs (low spec)—Asia\",\n        \"index_category1\": \"Land rigs market\",\n        \"index_category2\": \"Land rigs (low spec)\"\n    },\n    {\n        \"index_name\": \"Land rigs (low spec)—Global\",\n        \"index_category1\": \"Land rigs market\",\n        \"index_category2\": \"Land rigs (low spec)\"\n    },\n    {\n        \"index_name\": \"Land rigs—North America\",\n        \"index_category1\": \"Land rigs market\",\n        \"index_category2\": \"Land rigs\"\n    },\n    {\n        \"index_name\": \"Land rigs—Global\",\n        \"index_category1\": \"Land rigs market\",\n        \"index_category2\": \"Land rigs\"\n    },\n    {\n        \"index_name\": \"Land rigs (high spec)—Asia\",\n        \"index_category1\": \"Land rigs market\",\n        \"index_category2\": \"Land rigs (high spec)\"\n    },\n    {\n        \"index_name\": \"Land rigs—South America\",\n        \"index_category1\": \"Land rigs market\",\n        \"index_category2\": \"Land rigs\"\n    },\n    {\n        \"index_name\": \"Land rigs (high spec)—Australia\",\n        \"index_category1\": \"Land rigs market\",\n        \"index_category2\": \"Land rigs (high spec)\"\n    },\n    {\n        \"index_name\": \"Land rigs (high spec)—Europe\",\n        \"index_category1\": \"Land rigs market\",\n        \"index_category2\": \"Land rigs (high spec)\"\n    },\n    {\n        \"index_name\": \"Land rigs (low spec)—Africa\",\n        \"index_category1\": \"Land rigs market\",\n        \"index_category2\": \"Land rigs (low spec)\"\n    },\n    {\n        \"index_name\": \"PSV—Africa\",\n        \"index_category1\": \"Logistics\",\n        \"index_category2\": \"Support vessels\"\n    },\n    {\n        \"index_name\": \"PSV—CIS\",\n        \"index_category1\": \"Logistics\",\n        \"index_category2\": \"Support vessels\"\n    },\n    {\n        \"index_name\": \"PSV—Australia\",\n        \"index_category1\": \"Logistics\",\n        \"index_category2\": \"Support vessels\"\n    },\n    {\n        \"index_name\": \"PSV—Global\",\n        \"index_category1\": \"Logistics\",\n        \"index_category2\": \"Support vessels\"\n    },\n    {\n        \"index_name\": \"PSV—North America\",\n        \"index_category1\": \"Logistics\",\n        \"index_category2\": \"Support vessels\"\n    },\n    {\n        \"index_name\": \"PSV—Middle East\",\n        \"index_category1\": \"Logistics\",\n        \"index_category2\": \"Support vessels\"\n    },\n    {\n        \"index_name\": \"PSV—South America\",\n        \"index_category1\": \"Logistics\",\n        \"index_category2\": \"Support vessels\"\n    },\n    {\n        \"index_name\": \"PSV—Asia and Australia\",\n        \"index_category1\": \"Logistics\",\n        \"index_category2\": \"Support vessels\"\n    },\n    {\n        \"index_name\": \"PSV—Europe\",\n        \"index_category1\": \"Logistics\",\n        \"index_category2\": \"Support vessels\"\n    },\n    {\n        \"index_name\": \"Offshore installation vessels—CIS\",\n        \"index_category1\": \"Offshore installation vessels market\",\n        \"index_category2\": \"Offshore installation vessels\"\n    },\n    {\n        \"index_name\": \"Support—Middle East\",\n        \"index_category1\": \"Offshore installation vessels market\",\n        \"index_category2\": \"Support\"\n    },\n    {\n        \"index_name\": \"Pipelay—Australia\",\n        \"index_category1\": \"Offshore installation vessels market\",\n        \"index_category2\": \"Pipelay\"\n    },\n    {\n        \"index_name\": \"Support—South America\",\n        \"index_category1\": \"Offshore installation vessels market\",\n        \"index_category2\": \"Support\"\n    },\n    {\n        \"index_name\": \"Pipelay—Global\",\n        \"index_category1\": \"Offshore installation vessels market\",\n        \"index_category2\": \"Pipelay\"\n    },\n    {\n        \"index_name\": \"Support—Australia\",\n        \"index_category1\": \"Offshore installation vessels market\",\n        \"index_category2\": \"Support\"\n    },\n    {\n        \"index_name\": \"Pipelay—North America\",\n        \"index_category1\": \"Offshore installation vessels market\",\n        \"index_category2\": \"Pipelay\"\n    },\n    {\n        \"index_name\": \"Heavy lift—Middle East\",\n        \"index_category1\": \"Offshore installation vessels market\",\n        \"index_category2\": \"Heavy lift\"\n    },\n    {\n        \"index_name\": \"Offshore installation vessels—North America\",\n        \"index_category1\": \"Offshore installation vessels market\",\n        \"index_category2\": \"Offshore installation vessels\"\n    },\n    {\n        \"index_name\": \"Support—CIS\",\n        \"index_category1\": \"Offshore installation vessels market\",\n        \"index_category2\": \"Support\"\n    },\n    {\n        \"index_name\": \"Offshore installation vessels—South America\",\n        \"index_category1\": \"Offshore installation vessels market\",\n        \"index_category2\": \"Offshore installation vessels\"\n    },\n    {\n        \"index_name\": \"Tugs—Africa\",\n        \"index_category1\": \"Offshore installation vessels market\",\n        \"index_category2\": \"Tugs\"\n    },\n    {\n        \"index_name\": \"Pipelay—Europe\",\n        \"index_category1\": \"Offshore installation vessels market\",\n        \"index_category2\": \"Pipelay\"\n    },\n    {\n        \"index_name\": \"Pipelay—Africa\",\n        \"index_category1\": \"Offshore installation vessels market\",\n        \"index_category2\": \"Pipelay\"\n    },\n    {\n        \"index_name\": \"Heavy lift—Australia\",\n        \"index_category1\": \"Offshore installation vessels market\",\n        \"index_category2\": \"Heavy lift\"\n    },\n    {\n        \"index_name\": \"Tugs—Global\",\n        \"index_category1\": \"Offshore installation vessels market\",\n        \"index_category2\": \"Tugs\"\n    },\n    {\n        \"index_name\": \"Offshore installation vessels—Europe\",\n        \"index_category1\": \"Offshore installation vessels market\",\n        \"index_category2\": \"Offshore installation vessels\"\n    },\n    {\n        \"index_name\": \"Pipelay—CIS\",\n        \"index_category1\": \"Offshore installation vessels market\",\n        \"index_category2\": \"Pipelay\"\n    },\n    {\n        \"index_name\": \"DSV—Asia and Australia\",\n        \"index_category1\": \"Offshore installation vessels market\",\n        \"index_category2\": \"DSV\"\n    },\n    {\n        \"index_name\": \"Support—Asia and Australia\",\n        \"index_category1\": \"Offshore installation vessels market\",\n        \"index_category2\": \"Support\"\n    },\n    {\n        \"index_name\": \"Tugs—Australia\",\n        \"index_category1\": \"Offshore installation vessels market\",\n        \"index_category2\": \"Tugs\"\n    },\n    {\n        \"index_name\": \"DSV—Australia\",\n        \"index_category1\": \"Offshore installation vessels market\",\n        \"index_category2\": \"DSV\"\n    },\n    {\n        \"index_name\": \"Offshore installation vessels—Africa\",\n        \"index_category1\": \"Offshore installation vessels market\",\n        \"index_category2\": \"Offshore installation vessels\"\n    },\n    {\n        \"index_name\": \"Support—Global\",\n        \"index_category1\": \"Offshore installation vessels market\",\n        \"index_category2\": \"Support\"\n    },\n    {\n        \"index_name\": \"Support—North America\",\n        \"index_category1\": \"Offshore installation vessels market\",\n        \"index_category2\": \"Support\"\n    },\n    {\n        \"index_name\": \"Heavy lift—Africa\",\n        \"index_category1\": \"Offshore installation vessels market\",\n        \"index_category2\": \"Heavy lift\"\n    },\n    {\n        \"index_name\": \"Heavy lift—Asia and Australia\",\n        \"index_category1\": \"Offshore installation vessels market\",\n        \"index_category2\": \"Heavy lift\"\n    },\n    {\n        \"index_name\": \"Heavy lift—North America\",\n        \"index_category1\": \"Offshore installation vessels market\",\n        \"index_category2\": \"Heavy lift\"\n    },\n    {\n        \"index_name\": \"Support—Europe\",\n        \"index_category1\": \"Offshore installation vessels market\",\n        \"index_category2\": \"Support\"\n    },\n    {\n        \"index_name\": \"Pipelay—Middle East\",\n        \"index_category1\": \"Offshore installation vessels market\",\n        \"index_category2\": \"Pipelay\"\n    },\n    {\n        \"index_name\": \"Tugs—Asia and Australia\",\n        \"index_category1\": \"Offshore installation vessels market\",\n        \"index_category2\": \"Tugs\"\n    },\n    {\n        \"index_name\": \"DSV—North America\",\n        \"index_category1\": \"Offshore installation vessels market\",\n        \"index_category2\": \"DSV\"\n    },\n    {\n        \"index_name\": \"DSV—Middle East\",\n        \"index_category1\": \"Offshore installation vessels market\",\n        \"index_category2\": \"DSV\"\n    },\n    {\n        \"index_name\": \"DSV—Global\",\n        \"index_category1\": \"Offshore installation vessels market\",\n        \"index_category2\": \"DSV\"\n    },\n    {\n        \"index_name\": \"Offshore installation vessels—Global\",\n        \"index_category1\": \"Offshore installation vessels market\",\n        \"index_category2\": \"Offshore installation vessels\"\n    },\n    {\n        \"index_name\": \"Offshore installation vessels—Australia\",\n        \"index_category1\": \"Offshore installation vessels market\",\n        \"index_category2\": \"Offshore installation vessels\"\n    },\n    {\n        \"index_name\": \"Tugs—Middle East\",\n        \"index_category1\": \"Offshore installation vessels market\",\n        \"index_category2\": \"Tugs\"\n    },\n    {\n        \"index_name\": \"Heavy lift—Global\",\n        \"index_category1\": \"Offshore installation vessels market\",\n        \"index_category2\": \"Heavy lift\"\n    },\n    {\n        \"index_name\": \"DSV—CIS\",\n        \"index_category1\": \"Offshore installation vessels market\",\n        \"index_category2\": \"DSV\"\n    },\n    {\n        \"index_name\": \"Offshore installation vessels—Middle East\",\n        \"index_category1\": \"Offshore installation vessels market\",\n        \"index_category2\": \"Offshore installation vessels\"\n    },\n    {\n        \"index_name\": \"Tugs—CIS\",\n        \"index_category1\": \"Offshore installation vessels market\",\n        \"index_category2\": \"Tugs\"\n    },\n    {\n        \"index_name\": \"Tugs—Europe\",\n        \"index_category1\": \"Offshore installation vessels market\",\n        \"index_category2\": \"Tugs\"\n    },\n    {\n        \"index_name\": \"Tugs—North America\",\n        \"index_category1\": \"Offshore installation vessels market\",\n        \"index_category2\": \"Tugs\"\n    },\n    {\n        \"index_name\": \"Heavy lift—CIS\",\n        \"index_category1\": \"Offshore installation vessels market\",\n        \"index_category2\": \"Heavy lift\"\n    },\n    {\n        \"index_name\": \"Tugs—South America\",\n        \"index_category1\": \"Offshore installation vessels market\",\n        \"index_category2\": \"Tugs\"\n    },\n    {\n        \"index_name\": \"Offshore installation vessels—Asia and Australia\",\n        \"index_category1\": \"Offshore installation vessels market\",\n        \"index_category2\": \"Offshore installation vessels\"\n    },\n    {\n        \"index_name\": \"Heavy lift—South America\",\n        \"index_category1\": \"Offshore installation vessels market\",\n        \"index_category2\": \"Heavy lift\"\n    },\n    {\n        \"index_name\": \"Heavy lift—Europe\",\n        \"index_category1\": \"Offshore installation vessels market\",\n        \"index_category2\": \"Heavy lift\"\n    },\n    {\n        \"index_name\": \"DSV—Europe\",\n        \"index_category1\": \"Offshore installation vessels market\",\n        \"index_category2\": \"DSV\"\n    },\n    {\n        \"index_name\": \"DSV—Africa\",\n        \"index_category1\": \"Offshore installation vessels market\",\n        \"index_category2\": \"DSV\"\n    },\n    {\n        \"index_name\": \"Support—Africa\",\n        \"index_category1\": \"Offshore installation vessels market\",\n        \"index_category2\": \"Support\"\n    },\n    {\n        \"index_name\": \"Pipelay—Asia and Australia\",\n        \"index_category1\": \"Offshore installation vessels market\",\n        \"index_category2\": \"Pipelay\"\n    },\n    {\n        \"index_name\": \"DSV—South America\",\n        \"index_category1\": \"Offshore installation vessels market\",\n        \"index_category2\": \"DSV\"\n    },\n    {\n        \"index_name\": \"Pipelay—South America\",\n        \"index_category1\": \"Offshore installation vessels market\",\n        \"index_category2\": \"Pipelay\"\n    },\n    {\n        \"index_name\": \"Floaters—Shallow—CIS\",\n        \"index_category1\": \"Offshore Rigs market\",\n        \"index_category2\": \"Floaters—Shallow\"\n    },\n    {\n        \"index_name\": \"Floaters—Deep—Global\",\n        \"index_category1\": \"Offshore Rigs market\",\n        \"index_category2\": \"Floaters—Deep\"\n    },\n    {\n        \"index_name\": \"Floaters—Shallow—Europe\",\n        \"index_category1\": \"Offshore Rigs market\",\n        \"index_category2\": \"Floaters—Shallow\"\n    },\n    {\n        \"index_name\": \"Floaters—Deep—North America\",\n        \"index_category1\": \"Offshore Rigs market\",\n        \"index_category2\": \"Floaters—Deep\"\n    },\n    {\n        \"index_name\": \"Floaters—Deep—Africa\",\n        \"index_category1\": \"Offshore Rigs market\",\n        \"index_category2\": \"Floaters—Deep\"\n    },\n    {\n        \"index_name\": \"Floaters—Shallow—Middle East\",\n        \"index_category1\": \"Offshore Rigs market\",\n        \"index_category2\": \"Floaters—Shallow\"\n    },\n    {\n        \"index_name\": \"Offshore Rigs—CIS\",\n        \"index_category1\": \"Offshore Rigs market\",\n        \"index_category2\": \"Offshore Rigs\"\n    },\n    {\n        \"index_name\": \"Offshore Rigs—South America\",\n        \"index_category1\": \"Offshore Rigs market\",\n        \"index_category2\": \"Offshore Rigs\"\n    },\n    {\n        \"index_name\": \"Offshore Rigs—Asia\",\n        \"index_category1\": \"Offshore Rigs market\",\n        \"index_category2\": \"Offshore Rigs\"\n    },\n    {\n        \"index_name\": \"Offshore Rigs—Middle East\",\n        \"index_category1\": \"Offshore Rigs market\",\n        \"index_category2\": \"Offshore Rigs\"\n    },\n    {\n        \"index_name\": \"Jackup—Africa\",\n        \"index_category1\": \"Offshore Rigs market\",\n        \"index_category2\": \"Jackup\"\n    },\n    {\n        \"index_name\": \"Jackup—South America\",\n        \"index_category1\": \"Offshore Rigs market\",\n        \"index_category2\": \"Jackup\"\n    },\n    {\n        \"index_name\": \"Floaters—Deep—Australia\",\n        \"index_category1\": \"Offshore Rigs market\",\n        \"index_category2\": \"Floaters—Deep\"\n    },\n    {\n        \"index_name\": \"Floaters—Shallow—Asia\",\n        \"index_category1\": \"Offshore Rigs market\",\n        \"index_category2\": \"Floaters—Shallow\"\n    },\n    {\n        \"index_name\": \"Floaters—Shallow—South America\",\n        \"index_category1\": \"Offshore Rigs market\",\n        \"index_category2\": \"Floaters—Shallow\"\n    },\n    {\n        \"index_name\": \"Floaters—Shallow—Australia\",\n        \"index_category1\": \"Offshore Rigs market\",\n        \"index_category2\": \"Floaters—Shallow\"\n    },\n    {\n        \"index_name\": \"Jackup—Global\",\n        \"index_category1\": \"Offshore Rigs market\",\n        \"index_category2\": \"Jackup\"\n    },\n    {\n        \"index_name\": \"Offshore Rigs—Global\",\n        \"index_category1\": \"Offshore Rigs market\",\n        \"index_category2\": \"Offshore Rigs\"\n    },\n    {\n        \"index_name\": \"Offshore Rigs—Africa\",\n        \"index_category1\": \"Offshore Rigs market\",\n        \"index_category2\": \"Offshore Rigs\"\n    },\n    {\n        \"index_name\": \"Offshore Rigs—Australia\",\n        \"index_category1\": \"Offshore Rigs market\",\n        \"index_category2\": \"Offshore Rigs\"\n    },\n    {\n        \"index_name\": \"Floaters—Deep—CIS\",\n        \"index_category1\": \"Offshore Rigs market\",\n        \"index_category2\": \"Floaters—Deep\"\n    },\n    {\n        \"index_name\": \"Jackup—Asia\",\n        \"index_category1\": \"Offshore Rigs market\",\n        \"index_category2\": \"Jackup\"\n    },\n    {\n        \"index_name\": \"Floaters—Deep—Middle East\",\n        \"index_category1\": \"Offshore Rigs market\",\n        \"index_category2\": \"Floaters—Deep\"\n    },\n    {\n        \"index_name\": \"Offshore Rigs—North America\",\n        \"index_category1\": \"Offshore Rigs market\",\n        \"index_category2\": \"Offshore Rigs\"\n    },\n    {\n        \"index_name\": \"Floaters—Deep—Asia\",\n        \"index_category1\": \"Offshore Rigs market\",\n        \"index_category2\": \"Floaters—Deep\"\n    },\n    {\n        \"index_name\": \"Floaters—Deep—Europe\",\n        \"index_category1\": \"Offshore Rigs market\",\n        \"index_category2\": \"Floaters—Deep\"\n    },\n    {\n        \"index_name\": \"Floaters—Shallow—Africa\",\n        \"index_category1\": \"Offshore Rigs market\",\n        \"index_category2\": \"Floaters—Shallow\"\n    },\n    {\n        \"index_name\": \"Jackup—CIS\",\n        \"index_category1\": \"Offshore Rigs market\",\n        \"index_category2\": \"Jackup\"\n    },\n    {\n        \"index_name\": \"Floaters—Shallow—North America\",\n        \"index_category1\": \"Offshore Rigs market\",\n        \"index_category2\": \"Floaters—Shallow\"\n    },\n    {\n        \"index_name\": \"Jackup—Europe\",\n        \"index_category1\": \"Offshore Rigs market\",\n        \"index_category2\": \"Jackup\"\n    },\n    {\n        \"index_name\": \"Floaters—Shallow—Global\",\n        \"index_category1\": \"Offshore Rigs market\",\n        \"index_category2\": \"Floaters—Shallow\"\n    },\n    {\n        \"index_name\": \"Jackup—Middle East\",\n        \"index_category1\": \"Offshore Rigs market\",\n        \"index_category2\": \"Jackup\"\n    },\n    {\n        \"index_name\": \"Floaters—Deep—South America\",\n        \"index_category1\": \"Offshore Rigs market\",\n        \"index_category2\": \"Floaters—Deep\"\n    },\n    {\n        \"index_name\": \"Jackup—North America\",\n        \"index_category1\": \"Offshore Rigs market\",\n        \"index_category2\": \"Jackup\"\n    },\n    {\n        \"index_name\": \"Jackup—Australia\",\n        \"index_category1\": \"Offshore Rigs market\",\n        \"index_category2\": \"Jackup\"\n    },\n    {\n        \"index_name\": \"Offshore Rigs—Europe\",\n        \"index_category1\": \"Offshore Rigs market\",\n        \"index_category2\": \"Offshore Rigs\"\n    },\n    {\n        \"index_name\": \"UCCI excluding drilling\",\n        \"index_category1\": \"Portfolio\",\n        \"index_category2\": \"UCCI excluding drilling\"\n    },\n    {\n        \"index_name\": \"UCCI CIS\",\n        \"index_category1\": \"Portfolio\",\n        \"index_category2\": \"UCCI\"\n    },\n    {\n        \"index_name\": \"UCCI North America\",\n        \"index_category1\": \"Portfolio\",\n        \"index_category2\": \"UCCI\"\n    },\n    {\n        \"index_name\": \"Deepwater index\",\n        \"index_category1\": \"Portfolio\",\n        \"index_category2\": \"Deepwater index\"\n    },\n    {\n        \"index_name\": \"Offshore index excluding drilling\",\n        \"index_category1\": \"Portfolio\",\n        \"index_category2\": \"Offshore index excluding drilling\"\n    },\n    {\n        \"index_name\": \"Offshore index\",\n        \"index_category1\": \"Portfolio\",\n        \"index_category2\": \"Offshore index\"\n    },\n    {\n        \"index_name\": \"UCCI Asia and Australia\",\n        \"index_category1\": \"Portfolio\",\n        \"index_category2\": \"UCCI\"\n    },\n    {\n        \"index_name\": \"Equally weighted deepwater index excluding drilling\",\n        \"index_category1\": \"Portfolio\",\n        \"index_category2\": \"Equally weighted deepwater index excluding drilling\"\n    },\n    {\n        \"index_name\": \"UCCI South America\",\n        \"index_category1\": \"Portfolio\",\n        \"index_category2\": \"UCCI\"\n    },\n    {\n        \"index_name\": \"UCCI South America excluding FX\",\n        \"index_category1\": \"Portfolio\",\n        \"index_category2\": \"UCCI excluding FX\"\n    },\n    {\n        \"index_name\": \"Equally weighted land index\",\n        \"index_category1\": \"Portfolio\",\n        \"index_category2\": \"Equally weighted land index\"\n    },\n    {\n        \"index_name\": \"Equally weighted UCCI excluding drilling\",\n        \"index_category1\": \"Portfolio\",\n        \"index_category2\": \"Equally weighted UCCI excluding drilling\"\n    },\n    {\n        \"index_name\": \"UCCI\",\n        \"index_category1\": \"Portfolio\",\n        \"index_category2\": \"UCCI\"\n    },\n    {\n        \"index_name\": \"Deepwater index excluding drilling\",\n        \"index_category1\": \"Portfolio\",\n        \"index_category2\": \"Deepwater index excluding drilling\"\n    },\n    {\n        \"index_name\": \"Land index excluding drilling\",\n        \"index_category1\": \"Portfolio\",\n        \"index_category2\": \"Land index excluding drilling\"\n    },\n    {\n        \"index_name\": \"Equally weighted UCCI\",\n        \"index_category1\": \"Portfolio\",\n        \"index_category2\": \"Equally weighted UCCI\"\n    },\n    {\n        \"index_name\": \"Equally weighted offshore index\",\n        \"index_category1\": \"Portfolio\",\n        \"index_category2\": \"Equally weighted offshore index\"\n    },\n    {\n        \"index_name\": \"UCCI Middle East\",\n        \"index_category1\": \"Portfolio\",\n        \"index_category2\": \"UCCI\"\n    },\n    {\n        \"index_name\": \"UCCI Europe\",\n        \"index_category1\": \"Portfolio\",\n        \"index_category2\": \"UCCI\"\n    },\n    {\n        \"index_name\": \"UCCI North America excluding FX\",\n        \"index_category1\": \"Portfolio\",\n        \"index_category2\": \"UCCI excluding FX\"\n    },\n    {\n        \"index_name\": \"Equally weighted land index excluding drilling\",\n        \"index_category1\": \"Portfolio\",\n        \"index_category2\": \"Equally weighted land index excluding drilling\"\n    },\n    {\n        \"index_name\": \"UCCI Africa excluding FX\",\n        \"index_category1\": \"Portfolio\",\n        \"index_category2\": \"UCCI excluding FX\"\n    },\n    {\n        \"index_name\": \"Land index\",\n        \"index_category1\": \"Portfolio\",\n        \"index_category2\": \"Land index\"\n    },\n    {\n        \"index_name\": \"UCCI excluding FX\",\n        \"index_category1\": \"Portfolio\",\n        \"index_category2\": \"UCCI excluding FX\"\n    },\n    {\n        \"index_name\": \"Equally weighted offshore index excluding drilling\",\n        \"index_category1\": \"Portfolio\",\n        \"index_category2\": \"Equally weighted offshore index excluding drilling\"\n    },\n    {\n        \"index_name\": \"UCCI Asia and Australia excluding FX\",\n        \"index_category1\": \"Portfolio\",\n        \"index_category2\": \"UCCI excluding FX\"\n    },\n    {\n        \"index_name\": \"Equally weighted deepwater index\",\n        \"index_category1\": \"Portfolio\",\n        \"index_category2\": \"Equally weighted deepwater index\"\n    },\n    {\n        \"index_name\": \"UCCI CIS excluding FX\",\n        \"index_category1\": \"Portfolio\",\n        \"index_category2\": \"UCCI excluding FX\"\n    },\n    {\n        \"index_name\": \"UCCI Europe excluding FX\",\n        \"index_category1\": \"Portfolio\",\n        \"index_category2\": \"UCCI excluding FX\"\n    },\n    {\n        \"index_name\": \"UCCI Middle East excluding FX\",\n        \"index_category1\": \"Portfolio\",\n        \"index_category2\": \"UCCI excluding FX\"\n    },\n    {\n        \"index_name\": \"UCCI Africa\",\n        \"index_category1\": \"Portfolio\",\n        \"index_category2\": \"UCCI\"\n    },\n    {\n        \"index_name\": \"Linepipe—Asia\",\n        \"index_category1\": \"Steel market\",\n        \"index_category2\": \"Linepipe\"\n    },\n    {\n        \"index_name\": \"Steel—Europe\",\n        \"index_category1\": \"Steel market\",\n        \"index_category2\": \"Steel\"\n    },\n    {\n        \"index_name\": \"OTCG—Global\",\n        \"index_category1\": \"Steel market\",\n        \"index_category2\": \"OTCG\"\n    },\n    {\n        \"index_name\": \"OCTG—Asia\",\n        \"index_category1\": \"Steel market\",\n        \"index_category2\": \"OCTG\"\n    },\n    {\n        \"index_name\": \"OCTG—Europe\",\n        \"index_category1\": \"Steel market\",\n        \"index_category2\": \"OCTG\"\n    },\n    {\n        \"index_name\": \"Structural—Global\",\n        \"index_category1\": \"Steel market\",\n        \"index_category2\": \"Structural\"\n    },\n    {\n        \"index_name\": \"Linepipe—North America\",\n        \"index_category1\": \"Steel market\",\n        \"index_category2\": \"Linepipe\"\n    },\n    {\n        \"index_name\": \"OCTG—North America\",\n        \"index_category1\": \"Steel market\",\n        \"index_category2\": \"OCTG\"\n    },\n    {\n        \"index_name\": \"Structural—North America\",\n        \"index_category1\": \"Steel market\",\n        \"index_category2\": \"Structural\"\n    },\n    {\n        \"index_name\": \"Structural—Asia\",\n        \"index_category1\": \"Steel market\",\n        \"index_category2\": \"Structural\"\n    },\n    {\n        \"index_name\": \"Linepipe—Europe\",\n        \"index_category1\": \"Steel market\",\n        \"index_category2\": \"Linepipe\"\n    },\n    {\n        \"index_name\": \"Structural—Europe\",\n        \"index_category1\": \"Steel market\",\n        \"index_category2\": \"Structural\"\n    },\n    {\n        \"index_name\": \"Steel—Asia\",\n        \"index_category1\": \"Steel market\",\n        \"index_category2\": \"Steel\"\n    },\n    {\n        \"index_name\": \"Linepipe—Global\",\n        \"index_category1\": \"Steel market\",\n        \"index_category2\": \"Linepipe\"\n    },\n    {\n        \"index_name\": \"Steel—North America\",\n        \"index_category1\": \"Steel market\",\n        \"index_category2\": \"Steel\"\n    },\n    {\n        \"index_name\": \"Rebar—Europe\",\n        \"index_category1\": \"Steel market\",\n        \"index_category2\": \"Rebar\"\n    },\n    {\n        \"index_name\": \"Rebar—Global\",\n        \"index_category1\": \"Steel market\",\n        \"index_category2\": \"Rebar\"\n    },\n    {\n        \"index_name\": \"Rebar—Asia\",\n        \"index_category1\": \"Steel market\",\n        \"index_category2\": \"Rebar\"\n    },\n    {\n        \"index_name\": \"Rebar—North America\",\n        \"index_category1\": \"Steel market\",\n        \"index_category2\": \"Rebar\"\n    },\n    {\n        \"index_name\": \"Steel—Global\",\n        \"index_category1\": \"Steel market\",\n        \"index_category2\": \"Steel\"\n    },\n    {\n        \"index_name\": \"Subsea—Trees\",\n        \"index_category1\": \"Subsea market\",\n        \"index_category2\": \"Subsea\"\n    },\n    {\n        \"index_name\": \"Subsea—Manifolding\",\n        \"index_category1\": \"Subsea market\",\n        \"index_category2\": \"Subsea\"\n    },\n    {\n        \"index_name\": \"Subsea—Flexible risers\",\n        \"index_category1\": \"Subsea market\",\n        \"index_category2\": \"Subsea\"\n    },\n    {\n        \"index_name\": \"Subsea—Flexible flowlines\",\n        \"index_category1\": \"Subsea market\",\n        \"index_category2\": \"Subsea\"\n    },\n    {\n        \"index_name\": \"Subsea—Global\",\n        \"index_category1\": \"Subsea market\",\n        \"index_category2\": \"Subsea\"\n    },\n    {\n        \"index_name\": \"Subsea—Umbilicals\",\n        \"index_category1\": \"Subsea market\",\n        \"index_category2\": \"Subsea\"\n    },\n    {\n        \"index_name\": \"Subsea\",\n        \"index_category1\": \"Subsea market\",\n        \"index_category2\": \"Subsea\"\n    },\n    {\n        \"index_name\": \"Subsea—Control system\",\n        \"index_category1\": \"Subsea market\",\n        \"index_category2\": \"Subsea\"\n    },\n    {\n        \"index_name\": \"MSV—Australia\",\n        \"index_category1\": \"Wells\",\n        \"index_category2\": \"Specialty vessels\"\n    },\n    {\n        \"index_name\": \"MSV—Middle East\",\n        \"index_category1\": \"Wells\",\n        \"index_category2\": \"Specialty vessels\"\n    },\n    {\n        \"index_name\": \"MSV—Asia and Australia\",\n        \"index_category1\": \"Wells\",\n        \"index_category2\": \"Specialty vessels\"\n    },\n    {\n        \"index_name\": \"MSV—North America\",\n        \"index_category1\": \"Wells\",\n        \"index_category2\": \"Specialty vessels\"\n    },\n    {\n        \"index_name\": \"MSV—CIS\",\n        \"index_category1\": \"Wells\",\n        \"index_category2\": \"Specialty vessels\"\n    },\n    {\n        \"index_name\": \"MSV—Africa\",\n        \"index_category1\": \"Wells\",\n        \"index_category2\": \"Specialty vessels\"\n    },\n    {\n        \"index_name\": \"MSV—South America\",\n        \"index_category1\": \"Wells\",\n        \"index_category2\": \"Specialty vessels\"\n    },\n    {\n        \"index_name\": \"MSV—Global\",\n        \"index_category1\": \"Wells\",\n        \"index_category2\": \"Specialty vessels\"\n    },\n    {\n        \"index_name\": \"MSV—Europe\",\n        \"index_category1\": \"Wells\",\n        \"index_category2\": \"Specialty vessels\"\n    },\n    {\n        \"index_name\": \"Ship building—North America\",\n        \"index_category1\": \"Yards and fabrication market\",\n        \"index_category2\": \"Ship building\"\n    },\n    {\n        \"index_name\": \"Ship building—Australia\",\n        \"index_category1\": \"Yards and fabrication market\",\n        \"index_category2\": \"Ship building\"\n    },\n    {\n        \"index_name\": \"Ship building—Europe\",\n        \"index_category1\": \"Yards and fabrication market\",\n        \"index_category2\": \"Ship building\"\n    },\n    {\n        \"index_name\": \"Yards and fabrication—South America\",\n        \"index_category1\": \"Yards and fabrication market\",\n        \"index_category2\": \"Yards and fabrication\"\n    },\n    {\n        \"index_name\": \"Ship building—South America\",\n        \"index_category1\": \"Yards and fabrication market\",\n        \"index_category2\": \"Ship building\"\n    },\n    {\n        \"index_name\": \"Yards and fabrication—Middle East\",\n        \"index_category1\": \"Yards and fabrication market\",\n        \"index_category2\": \"Yards and fabrication\"\n    },\n    {\n        \"index_name\": \"Upstream order—Global\",\n        \"index_category1\": \"Yards and fabrication market\",\n        \"index_category2\": \"Upstream order\"\n    },\n    {\n        \"index_name\": \"Upstream order—Australia\",\n        \"index_category1\": \"Yards and fabrication market\",\n        \"index_category2\": \"Upstream order\"\n    },\n    {\n        \"index_name\": \"Upstream order—Europe\",\n        \"index_category1\": \"Yards and fabrication market\",\n        \"index_category2\": \"Upstream order\"\n    },\n    {\n        \"index_name\": \"Yards and fabrication—Global\",\n        \"index_category1\": \"Yards and fabrication market\",\n        \"index_category2\": \"Yards and fabrication\"\n    },\n    {\n        \"index_name\": \"Yards and fabrication—Asia\",\n        \"index_category1\": \"Yards and fabrication market\",\n        \"index_category2\": \"Yards and fabrication\"\n    },\n    {\n        \"index_name\": \"Ship building—CIS\",\n        \"index_category1\": \"Yards and fabrication market\",\n        \"index_category2\": \"Ship building\"\n    },\n    {\n        \"index_name\": \"Upstream order—Africa\",\n        \"index_category1\": \"Yards and fabrication market\",\n        \"index_category2\": \"Upstream order\"\n    },\n    {\n        \"index_name\": \"Ship building—Asia\",\n        \"index_category1\": \"Yards and fabrication market\",\n        \"index_category2\": \"Ship building\"\n    },\n    {\n        \"index_name\": \"Yards and fabrication—Africa\",\n        \"index_category1\": \"Yards and fabrication market\",\n        \"index_category2\": \"Yards and fabrication\"\n    },\n    {\n        \"index_name\": \"Ship building—Africa\",\n        \"index_category1\": \"Yards and fabrication market\",\n        \"index_category2\": \"Ship building\"\n    },\n    {\n        \"index_name\": \"Ship building—Middle East\",\n        \"index_category1\": \"Yards and fabrication market\",\n        \"index_category2\": \"Ship building\"\n    },\n    {\n        \"index_name\": \"Upstream order—South America\",\n        \"index_category1\": \"Yards and fabrication market\",\n        \"index_category2\": \"Upstream order\"\n    },\n    {\n        \"index_name\": \"Yards and fabrication—Europe\",\n        \"index_category1\": \"Yards and fabrication market\",\n        \"index_category2\": \"Yards and fabrication\"\n    },\n    {\n        \"index_name\": \"Upstream order—Asia\",\n        \"index_category1\": \"Yards and fabrication market\",\n        \"index_category2\": \"Upstream order\"\n    },\n    {\n        \"index_name\": \"Yards and fabrication—CIS\",\n        \"index_category1\": \"Yards and fabrication market\",\n        \"index_category2\": \"Yards and fabrication\"\n    },\n    {\n        \"index_name\": \"Upstream order—CIS\",\n        \"index_category1\": \"Yards and fabrication market\",\n        \"index_category2\": \"Upstream order\"\n    },\n    {\n        \"index_name\": \"Upstream order—Middle East\",\n        \"index_category1\": \"Yards and fabrication market\",\n        \"index_category2\": \"Upstream order\"\n    },\n    {\n        \"index_name\": \"Ship building—Global\",\n        \"index_category1\": \"Yards and fabrication market\",\n        \"index_category2\": \"Ship building\"\n    },\n    {\n        \"index_name\": \"Yards and fabrication—Australia\",\n        \"index_category1\": \"Yards and fabrication market\",\n        \"index_category2\": \"Yards and fabrication\"\n    },\n    {\n        \"index_name\": \"Upstream order—North America\",\n        \"index_category1\": \"Yards and fabrication market\",\n        \"index_category2\": \"Upstream order\"\n    },\n    {\n        \"index_name\": \"Yards and fabrication—North America\",\n        \"index_category1\": \"Yards and fabrication market\",\n        \"index_category2\": \"Yards and fabrication\"\n    }\n]"}],"_postman_id":"5b6e124f-59f9-43f2-938e-569f9a3e88d6"}],"id":"789b0a00-84c1-4b28-8535-d065707f7c90","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>View   Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>market_segment_cost_index_data</td>\n<td>Historical and future market   segment costs based on underlying cost variables, predefined cost splits, and   our view on the future market.</td>\n</tr>\n<tr>\n<td>operating_cost_index_data</td>\n<td>Cost data and indexes to   effectively monitor, forecast, and manage the cost of materials and services   that must be procured for upstream operations.</td>\n</tr>\n<tr>\n<td>capital_cost_index_data</td>\n<td>Cost data and indexes to   effectively monitor, forecast, and manage major capital investment costs in   onshore and offshore field developments.</td>\n</tr>\n<tr>\n<td><em>costmodel_index_values</em>*</td>\n<td>Quarterly cost model index   values for the cost model components.</td>\n</tr>\n<tr>\n<td>costmodel_index_weights</td>\n<td>Cost model index component   weights that are applied to the component index values to calculate the   overall cost model index value.</td>\n</tr>\n</tbody>\n</table>\n</div><p>*<em>Costmodel_index_values are based on the 2003 average for a <strong>cost_component</strong> and <strong>location</strong> pair</em></p>\n<blockquote>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>cost_component</th>\n<th>location</th>\n<th>date</th>\n<th>value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Engineering price index</td>\n<td>United States of America</td>\n<td>2003-03-31</td>\n<td>100</td>\n</tr>\n<tr>\n<td>Engineering price index</td>\n<td>United States of America</td>\n<td>2003-06-30</td>\n<td>100</td>\n</tr>\n<tr>\n<td>Engineering price index</td>\n<td>United States of America</td>\n<td>2003-09-30</td>\n<td>100</td>\n</tr>\n<tr>\n<td>Engineering price index</td>\n<td>United States of America</td>\n<td>2003-12-31</td>\n<td>100</td>\n</tr>\n<tr>\n<td>Engineering price index</td>\n<td>United States of America</td>\n<td>2004-03-31</td>\n<td>105.5033981</td>\n</tr>\n</tbody>\n</table>\n</div></blockquote>\n<p>Weights</p>\n<blockquote>\n<p><em><strong>costmodel_index_weights</strong></em> apply only to <em><strong>costmodel_index_values</strong></em>. Join <em><strong>costmodel_index_weights</strong></em> and <em><strong>costmodel_index_values</strong></em> on the <em><strong>component_id</strong></em> column.</p>\n</blockquote>\n<p>Additional Information:<br />\n<a href=\"https://connect.ihsmarkit.com/upstream/cost-tech/research/methgloss\">Detailed descriptions of cost model methodologies can be found here</a><br /></p>\n","event":[{"listen":"prerequest","script":{"id":"5e9331e2-1c1e-4f67-b89a-188efbfcc371","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d7e0864c-6b27-49e1-acad-87c802e5190b","type":"text/javascript","exec":[""]}}],"_postman_id":"789b0a00-84c1-4b28-8535-d065707f7c90","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"yourUsername"},{"key":"password","value":"yourPassword"}]},"isInherited":true,"source":{"_postman_id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","name":"Upstream Insight API","type":"collection"}}}],"id":"a08b2017-2e54-4bf4-b809-a6ecf4b98cd1","description":"<p>Analysis, guidance, and cost indices for supporting O&amp;G upstream project strategic sourcing, cost planning, and technology strategies</p>\n<p><a href=\"https://connect.ihsmarkit.com/upstream/cost-tech/dashboard/overview\"><strong>Costs and Supply Chain on Connect</strong></a></p>\n","_postman_id":"a08b2017-2e54-4bf4-b809-a6ecf4b98cd1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"yourUsername"},{"key":"password","value":"yourPassword"}]},"isInherited":true,"source":{"_postman_id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","name":"Upstream Insight API","type":"collection"}}},{"name":"E&P Terms and Above-Ground Risk","item":[{"name":"Written Docs","item":[{"name":"Returns a list of available optional query parameters and their attributes","id":"17e3fa4f-16f9-4645-a22e-b4c4b7536eb7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.connect.ihsmarkit.com/energy/v1/documents/dictionaries","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"yourUsername"},{"key":"password","value":"yourPassword"}]},"isInherited":true,"source":{"_postman_id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","name":"Upstream Insight API","type":"collection"}},"urlObject":{"protocol":"https","path":["energy","v1","documents","dictionaries"],"host":["api","connect","ihsmarkit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"17e3fa4f-16f9-4645-a22e-b4c4b7536eb7"},{"name":"Returns relevant values for a selected parameter containing predefined values","id":"8345e360-4a20-46f7-b6a2-c988378f6ec1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.connect.ihsmarkit.com/energy/v1/documents/dictionaryvalues/","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"yourUsername"},{"key":"password","value":"yourPassword"}]},"isInherited":true,"source":{"_postman_id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","name":"Upstream Insight API","type":"collection"}},"urlObject":{"protocol":"https","path":["energy","v1","documents","dictionaryvalues",""],"host":["api","connect","ihsmarkit","com"],"query":[],"variable":[]}},"response":[{"id":"be828e0f-e253-41fa-b8bc-6397e154c4eb","name":"Returns relevant values for a selected parameter containing predefined values","originalRequest":{"method":"GET","header":[],"url":"https://api.connect.ihsmarkit.com/energy/v1/documents/dictionaryvalues/Source"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"8345e360-4a20-46f7-b6a2-c988378f6ec1"},{"name":"E&P Terms and Above-Ground Risk documents updated in the last 30 days","id":"c634aa5f-73fc-4f60-8c2d-6eac3f7f75e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.connect.ihsmarkit.com/energy/v1/documents?UpdatedWithin=2592000&Source=2","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"yourUsername"},{"key":"password","value":"yourPassword"}]},"isInherited":true,"source":{"_postman_id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","name":"Upstream Insight API","type":"collection"}},"urlObject":{"protocol":"https","path":["energy","v1","documents"],"host":["api","connect","ihsmarkit","com"],"query":[{"key":"UpdatedWithin","value":"2592000"},{"description":{"content":"<p>Find more source names at .../energy/v1/documents/dictionaryvalues/Source</p>\n","type":"text/plain"},"key":"Source","value":"2"}],"variable":[]}},"response":[],"_postman_id":"c634aa5f-73fc-4f60-8c2d-6eac3f7f75e9"}],"id":"900c870e-c13f-4b49-88f1-7deba43fdde2","_postman_id":"900c870e-c13f-4b49-88f1-7deba43fdde2","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"yourUsername"},{"key":"password","value":"yourPassword"}]},"isInherited":true,"source":{"_postman_id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","name":"Upstream Insight API","type":"collection"}}},{"name":"Country Attractiveness Ratings","item":[{"name":"Country codes (ISO 3166) for use with ep-risk/ratings endpoint","id":"6088bf8f-0d2c-42c2-82cb-eec282241247","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"yourUsername"},{"key":"password","value":"yourPassword"}]},"isInherited":true,"source":{"_postman_id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","name":"Upstream Insight API","type":"collection"}},"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"6088bf8f-0d2c-42c2-82cb-eec282241247"},{"name":"List of scores availabe for ep-risk/ratings","id":"cbddf2bb-5028-4d5f-a847-51347845d8a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.connect.ihsmarkit.com/energy/v2/upstream/ep-risk/parameters/scores","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"yourUsername"},{"key":"password","value":"yourPassword"}]},"isInherited":true,"source":{"_postman_id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","name":"Upstream Insight API","type":"collection"}},"urlObject":{"protocol":"https","path":["energy","v2","upstream","ep-risk","parameters","scores"],"host":["api","connect","ihsmarkit","com"],"query":[],"variable":[]}},"response":[{"id":"deb222cb-0c4e-41fe-ab54-6f69f6a00746","name":"List of scores availabe for ep-risk/ratings","originalRequest":{"method":"GET","header":[],"url":"https://api.connect.ihsmarkit.com/energy/v2/upstream/ep-risk/parameters/scores"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Backend-Server","value":"VWC-2PCOGWB04"},{"key":"X-Backend-Server","value":"VWC-2PCOGWB04"},{"key":"X-Powered-By","value":"ARR/3.0"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Cache-Control, x-should-not-refresh-session, x-requested-with"},{"key":"Access-Control-Expose-Headers","value":"X-MiniProfiler-Ids"},{"key":"Access-Control-Allow-Origin","value":""},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Date","value":"Thu, 17 Mar 2022 19:27:42 GMT"},{"key":"Content-Length","value":"72"}],"cookie":[],"responseTime":null,"body":"[\n    \"EP\",\n    \"FIS\",\n    \"OGRS\",\n    \"OGR-5YearForecast-Overall\",\n    \"LEG\"\n]"}],"_postman_id":"cbddf2bb-5028-4d5f-a847-51347845d8a2"},{"name":"Country Attractiveness Ratings","id":"590c1273-999f-454e-9229-be25f98013fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"Scores\":[\"FIS\", \"EP\"], \"Countries\": [\"US\"], \r\n\"TimePeriod\":{\"DateFrom\": \"2022-01-01\"}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.connect.ihsmarkit.com/energy/v2/upstream/ep-risk/ratings","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"yourUsername"},{"key":"password","value":"yourPassword"}]},"isInherited":true,"source":{"_postman_id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","name":"Upstream Insight API","type":"collection"}},"urlObject":{"protocol":"https","path":["energy","v2","upstream","ep-risk","ratings"],"host":["api","connect","ihsmarkit","com"],"query":[],"variable":[]}},"response":[{"id":"434d8563-5f0b-4639-8ded-24af7f5cdada","name":"Country Attractiveness Ratings","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"Scores\":[\"FIS\", \"EP\"], \"Countries\": [\"US\"], \r\n\"TimePeriod\":{\"DateFrom\": \"2022-01-01\"}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.connect.ihsmarkit.com/energy/v2/upstream/ep-risk/ratings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Backend-Server","value":"VWC-2PCOGWB02"},{"key":"X-Backend-Server","value":"VWC-2PCOGWB02"},{"key":"X-Powered-By","value":"ARR/3.0"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Cache-Control, x-should-not-refresh-session, x-requested-with"},{"key":"Access-Control-Expose-Headers","value":"X-MiniProfiler-Ids"},{"key":"Access-Control-Allow-Origin","value":""},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Date","value":"Thu, 17 Mar 2022 20:28:58 GMT"},{"key":"Content-Length","value":"695"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"[\n    {\n        \"Quarter\": \"2022-Q1\",\n        \"Countries\": [\n            {\n                \"Country\": \"US\",\n                \"RiskRatings\": [\n                    {\n                        \"ScoresCategory\": \"FIS\",\n                        \"Ratings\": [\n                            {\n                                \"Name\": \"Fiscal-StateTakeUndiscounted-Marginal\",\n                                \"Value\": \"5.33\",\n                                \"EffectiveQuarter\": \"2020-Q3\"\n                            },\n                            {\n                                \"Name\": \"Fiscal-StateTakeUndiscounted-Economic\",\n                                \"Value\": \"5.63\",\n                                \"EffectiveQuarter\": \"2020-Q3\"\n                            },\n                            {\n                                \"Name\": \"Fiscal-StateTakeUndiscounted-Upside\",\n                                \"Value\": \"5.82\",\n                                \"EffectiveQuarter\": \"2020-Q3\"\n                            },\n                            {\n                                \"Name\": \"Fiscal-StateTakeUndiscounted-Oil\",\n                                \"Value\": \"5.56\",\n                                \"EffectiveQuarter\": \"2020-Q3\"\n                            },\n                            {\n                                \"Name\": \"Fiscal-StateTakeUndiscounted-Gas\",\n                                \"Value\": \"4.11\",\n                                \"EffectiveQuarter\": \"2021-Q4\"\n                            },\n                            {\n                                \"Name\": \"Fiscal-GovernmentTakeUndiscounted-Marginal\",\n                                \"Value\": \"4.82\",\n                                \"EffectiveQuarter\": \"2020-Q2\"\n                            },\n                            {\n                                \"Name\": \"Fiscal-GovernmentTakeUndiscounted-Economic\",\n                                \"Value\": \"4.99\",\n                                \"EffectiveQuarter\": \"2020-Q2\"\n                            },\n                            {\n                                \"Name\": \"Fiscal-GovernmentTakeUndiscounted-Upside\",\n                                \"Value\": \"4.98\",\n                                \"EffectiveQuarter\": \"2019-Q3\"\n                            },\n                            {\n                                \"Name\": \"Fiscal-GovernmentTakeUndiscounted-Oil\",\n                                \"Value\": \"4.93\",\n                                \"EffectiveQuarter\": \"2020-Q2\"\n                            },\n                            {\n                                \"Name\": \"Fiscal-GovernmentTakeUndiscounted-Gas\",\n                                \"Value\": \"3.72\",\n                                \"EffectiveQuarter\": \"2021-Q4\"\n                            },\n                            {\n                                \"Name\": \"Fiscal-InvestorNPV$bbl-Marginal\",\n                                \"Value\": \"5.66\",\n                                \"EffectiveQuarter\": \"2021-Q1\"\n                            },\n                            {\n                                \"Name\": \"Fiscal-InvestorNPV$bbl-Economic\",\n                                \"Value\": \"4.85\",\n                                \"EffectiveQuarter\": \"2021-Q1\"\n                            },\n                            {\n                                \"Name\": \"Fiscal-InvestorNPV$bbl-Upside\",\n                                \"Value\": \"4.90\",\n                                \"EffectiveQuarter\": \"2021-Q1\"\n                            },\n                            {\n                                \"Name\": \"Fiscal-InvestorNPV$bbl-Oil\",\n                                \"Value\": \"5.13\",\n                                \"EffectiveQuarter\": \"2022-Q1\"\n                            },\n                            {\n                                \"Name\": \"Fiscal-InvestorNPV$bbl-Gas\",\n                                \"Value\": \"7.36\",\n                                \"EffectiveQuarter\": \"2022-Q1\"\n                            },\n                            {\n                                \"Name\": \"Fiscal-InvestorCashFlow$bbl-Marginal\",\n                                \"Value\": \"4.81\",\n                                \"EffectiveQuarter\": \"2020-Q2\"\n                            },\n                            {\n                                \"Name\": \"Fiscal-InvestorCashFlow$bbl-Economic\",\n                                \"Value\": \"5.00\",\n                                \"EffectiveQuarter\": \"2020-Q2\"\n                            },\n                            {\n                                \"Name\": \"Fiscal-InvestorCashFlow$bbl-Upside\",\n                                \"Value\": \"5.28\",\n                                \"EffectiveQuarter\": \"2020-Q2\"\n                            },\n                            {\n                                \"Name\": \"Fiscal-InvestorCashFlow$bbl-Oil\",\n                                \"Value\": \"4.99\",\n                                \"EffectiveQuarter\": \"2020-Q2\"\n                            },\n                            {\n                                \"Name\": \"Fiscal-InvestorCashFlow$bbl-Gas\",\n                                \"Value\": \"5.28\",\n                                \"EffectiveQuarter\": \"2021-Q4\"\n                            },\n                            {\n                                \"Name\": \"Fiscal-InvestorIRR-Marginal\",\n                                \"Value\": \"6.09\",\n                                \"EffectiveQuarter\": \"2021-Q1\"\n                            },\n                            {\n                                \"Name\": \"Fiscal-InvestorIRR-Economic\",\n                                \"Value\": \"6.19\",\n                                \"EffectiveQuarter\": \"2021-Q1\"\n                            },\n                            {\n                                \"Name\": \"Fiscal-InvestorIRR-Upside\",\n                                \"Value\": \"7.70\",\n                                \"EffectiveQuarter\": \"2021-Q1\"\n                            },\n                            {\n                                \"Name\": \"Fiscal-InvestorIRR-Oil\",\n                                \"Value\": \"6.43\",\n                                \"EffectiveQuarter\": \"2022-Q1\"\n                            },\n                            {\n                                \"Name\": \"Fiscal-InvestorIRR-Gas\",\n                                \"Value\": \"4.66\",\n                                \"EffectiveQuarter\": \"2022-Q1\"\n                            },\n                            {\n                                \"Name\": \"Fiscal-InvestorNPV$mm-Marginal\",\n                                \"Value\": \"5.40\",\n                                \"EffectiveQuarter\": \"2021-Q1\"\n                            },\n                            {\n                                \"Name\": \"Fiscal-InvestorNPV$mm-Economic\",\n                                \"Value\": \"5.61\",\n                                \"EffectiveQuarter\": \"2021-Q1\"\n                            },\n                            {\n                                \"Name\": \"Fiscal-InvestorNPV$mm-Upside\",\n                                \"Value\": \"5.80\",\n                                \"EffectiveQuarter\": \"2021-Q1\"\n                            },\n                            {\n                                \"Name\": \"Fiscal-InvestorNPV$mm-Oil\",\n                                \"Value\": \"5.56\",\n                                \"EffectiveQuarter\": \"2022-Q1\"\n                            },\n                            {\n                                \"Name\": \"Fiscal-InvestorNPV$mm-Gas\",\n                                \"Value\": \"5.00\",\n                                \"EffectiveQuarter\": \"2022-Q1\"\n                            },\n                            {\n                                \"Name\": \"Fiscal-InvestorCashFlow$mm-Marginal\",\n                                \"Value\": \"5.44\",\n                                \"EffectiveQuarter\": \"2020-Q3\"\n                            },\n                            {\n                                \"Name\": \"Fiscal-InvestorCashFlow$mm-Economic\",\n                                \"Value\": \"5.54\",\n                                \"EffectiveQuarter\": \"2020-Q3\"\n                            },\n                            {\n                                \"Name\": \"Fiscal-InvestorCashFlow$mm-Upside\",\n                                \"Value\": \"5.78\",\n                                \"EffectiveQuarter\": \"2020-Q3\"\n                            },\n                            {\n                                \"Name\": \"Fiscal-InvestorCashFlow$mm-Oil\",\n                                \"Value\": \"5.55\",\n                                \"EffectiveQuarter\": \"2020-Q3\"\n                            },\n                            {\n                                \"Name\": \"Fiscal-InvestorCashFlow$mm-Gas\",\n                                \"Value\": \"5.19\",\n                                \"EffectiveQuarter\": \"2021-Q4\"\n                            },\n                            {\n                                \"Name\": \"Fiscal-InvestorPIRatio-Marginal\",\n                                \"Value\": \"4.81\",\n                                \"EffectiveQuarter\": \"2021-Q1\"\n                            },\n                            {\n                                \"Name\": \"Fiscal-InvestorPIRatio-Economic\",\n                                \"Value\": \"5.00\",\n                                \"EffectiveQuarter\": \"2021-Q1\"\n                            },\n                            {\n                                \"Name\": \"Fiscal-InvestorPIRatio-Upside\",\n                                \"Value\": \"5.26\",\n                                \"EffectiveQuarter\": \"2020-Q3\"\n                            },\n                            {\n                                \"Name\": \"Fiscal-InvestorPIRatio-Oil\",\n                                \"Value\": \"4.98\",\n                                \"EffectiveQuarter\": \"2022-Q1\"\n                            },\n                            {\n                                \"Name\": \"Fiscal-InvestorPIRatio-Gas\",\n                                \"Value\": \"4.59\",\n                                \"EffectiveQuarter\": \"2022-Q1\"\n                            }\n                        ]\n                    },\n                    {\n                        \"ScoresCategory\": \"EP\",\n                        \"Ratings\": [\n                            {\n                                \"Name\": \"EP-Production-Oil\",\n                                \"Value\": \"10.00\",\n                                \"EffectiveQuarter\": \"2015-Q3\"\n                            },\n                            {\n                                \"Name\": \"EP-Production-Gas\",\n                                \"Value\": \"10.00\",\n                                \"EffectiveQuarter\": \"2017-Q4\"\n                            },\n                            {\n                                \"Name\": \"EP-Reserves-Oil\",\n                                \"Value\": \"10.00\",\n                                \"EffectiveQuarter\": \"2018-Q4\"\n                            },\n                            {\n                                \"Name\": \"EP-Reserves-Gas\",\n                                \"Value\": \"9.00\",\n                                \"EffectiveQuarter\": \"2015-Q4\"\n                            },\n                            {\n                                \"Name\": \"EP-Activity-NFWs Drilled\",\n                                \"Value\": \"8.00\",\n                                \"EffectiveQuarter\": \"2021-Q3\"\n                            },\n                            {\n                                \"Name\": \"EP-Activity-LicensesAwarded\",\n                                \"Value\": \"10.00\",\n                                \"EffectiveQuarter\": \"2014-Q2\"\n                            },\n                            {\n                                \"Name\": \"EP-Activity-ActiveCompanies\",\n                                \"Value\": \"10.00\",\n                                \"EffectiveQuarter\": \"2014-Q2\"\n                            },\n                            {\n                                \"Name\": \"EP-Success-OilAdded\",\n                                \"Value\": \"10.00\",\n                                \"EffectiveQuarter\": \"2014-Q2\"\n                            },\n                            {\n                                \"Name\": \"EP-Success-GasAdded\",\n                                \"Value\": \"10.00\",\n                                \"EffectiveQuarter\": \"2014-Q2\"\n                            },\n                            {\n                                \"Name\": \"EP-Success-NFWSuccessRate\",\n                                \"Value\": \"4.00\",\n                                \"EffectiveQuarter\": \"2021-Q3\"\n                            },\n                            {\n                                \"Name\": \"EP-Success-ReservesAddedPerNFW\",\n                                \"Value\": \"10.00\",\n                                \"EffectiveQuarter\": \"2021-Q3\"\n                            }\n                        ]\n                    }\n                ]\n            }\n        ]\n    }\n]"}],"_postman_id":"590c1273-999f-454e-9229-be25f98013fd"}],"id":"7b9415d6-1c7b-4983-8588-e621fa7a9abe","description":"<p>Country E&amp;P Attractiveness Ratings are standardized scores used for benchmarking a multitude of above-ground factors split as follows:</p>\n<ul>\n<li><strong>Fiscal Systems</strong>: An assessment of how E&amp;P investors would likely perceive the attractiveness of the upstream fiscal system</li>\n<li><strong>Oil &amp; Gas Risk</strong>: A forward-looking view on 21 different above-ground risk factors for all material oil and gas producing countries, with a dedicated focus on the local upstream sectors</li>\n<li><strong>Country Activity &amp; Success</strong>: Scores used for benchmarking a multitude of historical metrics relating to countries’ level of E&amp;P activity and success, including but not limited to, seismic activity, exploration and appraisal drilling, rate of production, and volume of remaining reserves.</li>\n</ul>\n<p><strong><a href=\"https://connect.ihsmarkit.com/peps/analytics/ep-ratings\">PEPS Ratings on Connect</a></strong></p>\n","_postman_id":"7b9415d6-1c7b-4983-8588-e621fa7a9abe","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"yourUsername"},{"key":"password","value":"yourPassword"}]},"isInherited":true,"source":{"_postman_id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","name":"Upstream Insight API","type":"collection"}}}],"id":"a2f7d4df-426a-4e4a-951d-fffa40775e28","description":"<p>The data for this API can be found visually on Connect's <a href=\"https://connect.ihsmarkit.com/upstream/peps/home\">E&amp;P Terms and Above-Ground Risk</a> page.</p>\n","_postman_id":"a2f7d4df-426a-4e4a-951d-fffa40775e28","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"yourUsername"},{"key":"password","value":"yourPassword"}]},"isInherited":true,"source":{"_postman_id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","name":"Upstream Insight API","type":"collection"}}},{"name":"Plays & Basins","item":[{"name":"Written Docs","item":[{"name":"Returns a list of available optional query parameters and their attributes","id":"03afc2e7-0729-4037-a8f8-eb1156710d77","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.connect.ihsmarkit.com/energy/v1/documents/dictionaries","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"yourUsername"},{"key":"password","value":"yourPassword"}]},"isInherited":true,"source":{"_postman_id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","name":"Upstream Insight API","type":"collection"}},"urlObject":{"protocol":"https","path":["energy","v1","documents","dictionaries"],"host":["api","connect","ihsmarkit","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"03afc2e7-0729-4037-a8f8-eb1156710d77"},{"name":"Returns relevant values for a selected parameter containing predefined values","id":"1aa59e6c-874c-4ab8-baf7-8ed7d912ea80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.connect.ihsmarkit.com/energy/v1/documents/dictionaryvalues/","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"yourUsername"},{"key":"password","value":"yourPassword"}]},"isInherited":true,"source":{"_postman_id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","name":"Upstream Insight API","type":"collection"}},"urlObject":{"protocol":"https","path":["energy","v1","documents","dictionaryvalues",""],"host":["api","connect","ihsmarkit","com"],"query":[],"variable":[]}},"response":[{"id":"6ce93417-3b78-45e1-b888-ac75be97df26","name":"Returns relevant values for a selected parameter containing predefined values","originalRequest":{"method":"GET","header":[],"url":"https://api.connect.ihsmarkit.com/energy/v1/documents/dictionaryvalues/Source"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"1aa59e6c-874c-4ab8-baf7-8ed7d912ea80"},{"name":"E&P Terms and Above-Ground Risk documents updated in the last 30 days","id":"64ecad5f-106c-4329-a7f3-fe3f008a97cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.connect.ihsmarkit.com/energy/v1/documents?UpdatedWithin=2592000&Source=3","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"yourUsername"},{"key":"password","value":"yourPassword"}]},"isInherited":true,"source":{"_postman_id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","name":"Upstream Insight API","type":"collection"}},"urlObject":{"protocol":"https","path":["energy","v1","documents"],"host":["api","connect","ihsmarkit","com"],"query":[{"key":"UpdatedWithin","value":"2592000"},{"description":{"content":"<p>Find more source names at .../energy/v1/documents/dictionaryvalues/Source</p>\n","type":"text/plain"},"key":"Source","value":"3"}],"variable":[]}},"response":[],"_postman_id":"64ecad5f-106c-4329-a7f3-fe3f008a97cf"}],"id":"32250297-88bb-4955-8519-aad5fd036eab","event":[{"listen":"prerequest","script":{"id":"94682ad0-8d58-4bf2-bbf1-1e5e3f5494ed","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c0c2bb20-16f9-4e32-ad61-ebf9471bd68b","type":"text/javascript","exec":[""]}}],"_postman_id":"32250297-88bb-4955-8519-aad5fd036eab","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"yourUsername"},{"key":"password","value":"yourPassword"}]},"isInherited":true,"source":{"_postman_id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","name":"Upstream Insight API","type":"collection"}}}],"id":"1ab4e4a1-5f3d-4925-b7ba-42fcc7d514d5","_postman_id":"1ab4e4a1-5f3d-4925-b7ba-42fcc7d514d5","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"yourUsername"},{"key":"password","value":"yourPassword"}]},"isInherited":true,"source":{"_postman_id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","name":"Upstream Insight API","type":"collection"}}}],"id":"87bb4b54-4dd0-402e-b8f5-4229c23726f9","description":"<p>Upstream Insight APIs provide access to content from four critical content areas: <strong>E&amp;P Terms &amp; Above-Ground Risk</strong> (aka, <strong>PEPS</strong>), <strong>Companies &amp; Transactions</strong>, <strong>Costs &amp; Technology</strong>, and <strong>Plays &amp; Basins</strong>. Understand above-ground factors affecting financial returns on E&amp;P investments.  Compare &amp; benchmark company strategy, performance &amp; valuation plus M&amp;A and divestiture insight. Gain market intelligence, indexes &amp; forecasts for upstream project costs, service &amp; equipment markets, &amp; technology innovation. Access assessments of plays and basins, including development scenarios, competitive landscape analysis &amp; success requirements.</p>\n","_postman_id":"87bb4b54-4dd0-402e-b8f5-4229c23726f9","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"yourUsername"},{"key":"password","value":"yourPassword"}]},"isInherited":true,"source":{"_postman_id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","id":"21f5ac3f-77db-415d-b0a6-edaf436acff8","name":"Upstream Insight API","type":"collection"}}}],"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"yourUsername"},{"key":"password","value":"yourPassword"}]}},"event":[{"listen":"prerequest","script":{"id":"913698d1-214d-41e2-87d2-a413deeb7da9","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"0f0870da-ceee-4fc0-9a61-afefedda27ce","type":"text/javascript","exec":[""]}}],"variable":[{"key":"Username","value":"yourUsername"},{"key":"Password","value":"yourPassword"}]}