{"info":{"_postman_id":"45d06f3e-9abf-469b-a4f0-19350c820f0e","name":"GLEIF API","description":"<html><head></head><body><p>This <strong>quick-start guide</strong> presents:</p>\n<ul>\n<li><p>an overview of the GLEIF API v1.0 for developers and others, with</p>\n</li>\n<li><p>examples of the most common use cases.</p>\n</li>\n</ul>\n<p>To see a <strong>live demonstration</strong> of potential applications of this API, please go to the following link:</p>\n<p><a href=\"https://api.gleif.org/demo\">https://api.gleif.org/demo</a></p>\n<p>Potential applications include (for example):</p>\n<ul>\n<li><p>Search for LEIs with names matching, or similar to, a list of names of known legal entities</p>\n</li>\n<li><p>Find LEIs by BIC Code or ISIN Code</p>\n</li>\n<li><p>Find LEI records with at least 2 direct and ultimate children (search within parent entities)</p>\n</li>\n</ul>\n<p>The <strong>full endpoint listing</strong> is found below this guide.</p>\n<ul>\n<li><p>To skip to a specific endpoint, click on a link in the menu bar to the left.</p>\n</li>\n<li><p>The endpoints are grouped first according to the resource path (API URL) section, and then by the content of their responses.</p>\n</li>\n<li><p>Each endpoint description below includes a listing of parameters that can be used to build requests, and an example value for each parameter.</p>\n</li>\n<li><p>Pairs of request-response examples are given for each endpoint. You can select from the available examples using the dropdowns to the right.</p>\n</li>\n</ul>\n<h1 id=\"quick-start-guide\">Quick-Start Guide</h1>\n<h2 id=\"about-the-gleif-api\">About the GLEIF API</h2>\n<p>The GLEIF API gives developers access to full LEI Data search engine functionality, including filters, full-text and single-field searches of Level 1 (LEI Record) Data, retrieval of LEI Records (including links to their Level 2 data, where available), based on a search of their associated Level 2 (relationship) data, and \"fuzzy\" matching of important data fields such as names and addresses.</p>\n<p>The GLEIF API is based on the data found in the GLEIF Golden Copy. For more information please see:</p>\n<p><a href=\"https://www.gleif.org/en/lei-data/gleif-golden-copy#\">https://www.gleif.org/en/lei-data/gleif-golden-copy#</a></p>\n<p><strong>Important Note:</strong></p>\n<p>The API responses included in this API documentation are provided as examples. Please note that LEI data is maintained by the LEI Issuing Organization/LOUs, and GLEIF cannot guarantee the accuracy or up-to-date status of the provided API responses.</p>\n<h2 id=\"request-format\">Request Format</h2>\n<p>Requests are HTTP REST calls, following the <a href=\"http://jsonapi.org/format/\">JSON API specification</a>. Detailed example requests can be found in the quick-start guide and in the endpoint listing. Example requests in the quick-start guide can be sent by opening the links in a web browser.</p>\n<h2 id=\"response-format\">Response Format</h2>\n<p>The GLEIF API returns LEI Records and Level 2 Data (Relationship Records and Reporting Exceptions). Level 2 Data is available via links found in the Level 1 (LEI Record) responses. Other associated data, such as standard codes, and LEI Issuer information, is also available.</p>\n<p>These data are contained in JSON-formatted responses according to the <a href=\"http://jsonapi.org/format/\">JSON API specification</a>.</p>\n<ul>\n<li><p>JSON API responses represent resources in a REST-ful way, so they include URLs to related resources.</p>\n</li>\n<li><p>Where a response contains more than 15 results, pagination information and <code>first</code>/<code>last</code> page links are included.</p>\n</li>\n<li><p>LEI Data is presented in a simplified JSON format based on the CDF formats but using more intuitive names for some fields.</p>\n</li>\n</ul>\n<h2 id=\"response-pagination\">Response Pagination</h2>\n<p>Search results in the API response can be paginated using the <code>page[number]</code> and <code>page[size]</code> parameters, for example:</p>\n<p><a href=\"https://api.gleif.org/api/v1/lei-records?filter%5Bfulltext%5D=bank&amp;page%5Bnumber%5D=2&amp;page%5Bsize%5D=15\">https://api.gleif.org/api/v1/lei-records?filter[fulltext]=bank&amp;page[number]=2&amp;page[size]=15</a></p>\n<p>Links to the first, next, and last pages in a result set are included in the <code>meta</code> object within the response, where applicable.</p>\n<h2 id=\"detailed-documentation-per-api-resource-and-lei-data-field\">Detailed Documentation Per API Resource and LEI Data Field</h2>\n<p>You can retrieve technical details of resources and LEI Data fields provided by the API from the following <code>fields</code> endpoint:</p>\n<p><a href=\"https://api.gleif.org/api/v1/fields\">https://api.gleif.org/api/v1/fields</a></p>\n<p>For each data field, the <code>fields</code> endpoint returns the following information:</p>\n<ul>\n<li><p><code>type</code>: always has the value <code>fields</code> for this endpoint.</p>\n</li>\n<li><p><code>id</code>: a unique ID for the field, based on the CDF format for an LEI, Relationship, or Reporting Exception record.</p>\n</li>\n<li><p><code>key</code>: a unique key based on the ID of the field.</p>\n</li>\n<li><p><code>field</code>: the ID for the field in the full API response (similar to JSON structures).</p>\n</li>\n<li><p><code>label</code>: a human-readable display label for the field, for use in documentation, search results, graphical user interfaces, etc.</p>\n</li>\n<li><p><code>data_type</code>: the type of data returned by requesting this field, one of:</p>\n<ul>\n<li><p><code>RESOURCE</code>: the field represents a unique resource available to this API.</p>\n</li>\n<li><p><code>STRING</code>: the field is a string.</p>\n</li>\n<li><p><code>ENUM</code>: the field is a string, whose value will be one of the allowed value list (enumeration) for the field.</p>\n</li>\n<li><p><code>DATE</code>: a date/time value in ISO 8601 format.</p>\n</li>\n</ul>\n</li>\n<li><p><code>enum</code>: specifies the allowed value list (enumeration) for the field.</p>\n</li>\n<li><p><code>resource</code>: specifies the API resource endpoint part for the field.</p>\n</li>\n<li><p><code>sortable</code>: the field can be used to sort search results (<code>true</code>/<code>false</code>).</p>\n</li>\n<li><p><code>operators</code>: lists operators for use in a search interface.</p>\n</li>\n<li><p><code>contexts</code>: lists suggested \"contexts\" combining two or more fields in a search interface.</p>\n</li>\n<li><p><code>xpath</code>: the XPATH of this data field in the CDF (Common Data File) format XML Schema Definition (XSD). The XPATH can be used to look up specific CDF data elements, their content definitions (what data may appear in each element), and their cardinalities (how many times an element must or may appear in an LEI Data Record).</p>\n</li>\n</ul>\n<p>An FAQ document with an introduction to the CDF formats and some technical details is available at:</p>\n<p><a href=\"https://www.gleif.org/en/about-lei/common-data-file-format\">https://www.gleif.org/en/about-lei/common-data-file-format</a> (scroll down to \"Relevant Files for Download\")</p>\n<p>For the fundamental data definitions, please see the LEI-CDF specifications/XML schemas:</p>\n<p><a href=\"https://www.gleif.org/en/about-lei/common-data-file-format/lei-cdf-format/lei-cdf-format-version-2-1\">https://www.gleif.org/en/about-lei/common-data-file-format/lei-cdf-format/lei-cdf-format-version-2-1</a> (scroll down to \"Relevant Files for Download\")</p>\n<h1 id=\"use-cases\">Use Cases</h1>\n<p>The following Use Cases present example requests for some of the most common business needs of LEI Data Users.</p>\n<h2 id=\"level-1-lei-and-legal-entity-data\">Level 1 (LEI and Legal Entity) Data</h2>\n<p>Level 1 Data describes the LEI registration and the Legal Entity identified by the LEI.</p>\n<h3 id=\"finding-legal-entities-by-name\">Finding Legal Entities By Name</h3>\n<p>If you wish to find LEI records for known Legal Entities, and part or all of their name is known precisely, it can be helpful to start searching with a filter directly on the Legal Name field, for example:</p>\n<p><a href=\"https://api.gleif.org/api/v1/lei-records?filter%5Bentity.legalName%5D=citibank&amp;page%5Bnumber%5D=1&amp;page%5Bsize%5D=5\">https://api.gleif.org/api/v1/lei-records?filter[entity.legalName]=citibank&amp;page[number]=1&amp;page[size]=5</a></p>\n<p>If the desired Legal Entity's name is not known precisely, it could be difficult to find exact matches only by filtering.</p>\n<p>You can also find Legal Entities with potentially similar names using the <code>fuzzycompletions</code> endpoint. This type of search can provide a convenient starting point for obtaining LEIs.</p>\n<p><em>Warning:</em> Please see the disclaimer below.</p>\n<ul>\n<li>Use the <code>q</code> parameter to give a search term, and get back LEI Records with statistically similar data, for example:</li>\n</ul>\n<p><a href=\"https://api.gleif.org/api/v1/fuzzycompletions?field=fulltext&amp;q=factbook\">https://api.gleif.org/api/v1/fuzzycompletions?field=fulltext&amp;q=factbook</a></p>\n<p><em>Note:</em> the result of the above request is the \"matched\" data, not the full record. The LEI Record context can be found by following the <code>related</code> link in this case.</p>\n<ul>\n<li>Set the <code>field</code> parameter to search different LEI Data fields.</li>\n</ul>\n<p><em>Note:</em> This will sometimes produce very different results, depending on the statistical frequency of those terms in legal entity data.</p>\n<p>For example, compare a search for <code>hacker</code>, first in the legal name, and then including address fields (<code>fulltext</code>):</p>\n<p><a href=\"https://api.gleif.org/api/v1/fuzzycompletions?field=entity.legalName&amp;q=hacker\">https://api.gleif.org/api/v1/fuzzycompletions?field=entity.legalName&amp;q=hacker</a></p>\n<p>(finds mainly Legal Entities with <code>hacker</code> or similar in their names)</p>\n<p><a href=\"https://api.gleif.org/api/v1/fuzzycompletions?field=fulltext&amp;q=hacker\">https://api.gleif.org/api/v1/fuzzycompletions?field=fulltext&amp;q=hacker</a></p>\n<p>(finds many Legal Entities with <code>hacker</code> or similar in their addresses, even though names are also included)</p>\n<p>The following parameters can be used:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter Value</th>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>'entity.legalName'</td>\n<td>Legal Entity's (official, registered) Legal Name</td>\n<td>Search only in the primary, official/registered legal name of the Legel Entity itself</td>\n</tr>\n<tr>\n<td>'fulltext'</td>\n<td>Full Text of LEI Record</td>\n<td>Search in all fields of the Legal Entity's LEI Record</td>\n</tr>\n<tr>\n<td>'owns'</td>\n<td>Who owns...?</td>\n<td>Search in LEI Records of \"child\" LEI Records</td>\n</tr>\n<tr>\n<td>'ownedBy'</td>\n<td>Who is owned by...?</td>\n<td>Search in LEI Records of \"parent\" LEI Records</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"finding-lei-records-by-lei\">Finding LEI Records by LEI</h3>\n<p>To perfom a simple lookup, getting LEI Records using their LEIs, provide a comma-separated list of LEI Codes in the <code>filter[lei]</code> parameter to the <code>leirecords</code> endpoint, for example:</p>\n<p><a href=\"https://api.gleif.org/api/v1/lei-records?filter%5Blei%5D=261700K5E45DJCF5Z735,4469000001AVO26P9X86,5493001KJTIIGC8Y1R12\">https://api.gleif.org/api/v1/lei-records?filter[lei]=261700K5E45DJCF5Z735,4469000001AVO26P9X86,5493001KJTIIGC8Y1R12</a></p>\n<h3 id=\"finding-lei-records-by-bic\">Finding LEI Records by BIC</h3>\n<p>Use the filter function as described above, but with the <code>bic</code> filter only, for example:</p>\n<p><a href=\"https://api.gleif.org/api/v1/lei-records?filter%5Bbic%5D=ALETITMMXXX\">https://api.gleif.org/api/v1/lei-records?filter[bic]=ALETITMMXXX</a></p>\n<h2 id=\"finding-lei-records-by-isin\">Finding LEI Records by ISIN</h2>\n<p>Use the filter function as described above, but with the <code>isin</code> filter only, for example:</p>\n<p><a href=\"https://api.gleif.org/api/v1/lei-records?filter%5Bisin%5D=DE000ST8MPP0\">https://api.gleif.org/api/v1/lei-records?filter[isin]=DE000ST8MPP0</a></p>\n<h3 id=\"finding-all-isins-associated-with-an-lei-record\">Finding all ISINs associated with an LEI Record</h3>\n<p>Request the related <code>isins</code> of a known LEI Record. The results will be all ISIN-LEI mappings currently reported for the requested LEI Record, where these have been provided according to the mapping process established by Association of National Numbering Agencies (ANNA).</p>\n<p><em>Note:</em> This will sometimes produce a large number of results which can be accessed using the pagination features described above.</p>\n<p><a href=\"https://api.gleif.org/api/v1/lei-records/529900W18LQJJN6SJ336/isins\">https://api.gleif.org/api/v1/lei-records/529900W18LQJJN6SJ336/isins</a></p>\n<h2 id=\"level-2-relationship-data\">Level 2 (relationship) Data</h2>\n<p>Level 2 Data describes relationships between Legal Entities, where these have been reported by the Legal Entities themselves.</p>\n<h3 id=\"display-parents-of-an-lei\">Display Parents of an LEI</h3>\n<p>A search for the parents of Legal Entities can be formulated as the question \"who owns...?\"</p>\n<p>Apply the <code>owns</code> filter to modify an LEI search to return parents of the LEI Record identified, if these exist, for example:</p>\n<p><a href=\"https://api.gleif.org/api/v1/lei-records?filter%5Bowns%5D=315700WQBDF1ZVVE0T64\">https://api.gleif.org/api/v1/lei-records?filter[owns]=315700WQBDF1ZVVE0T64</a></p>\n<h3 id=\"display-children-of-an-lei\">Display Children of an LEI</h3>\n<p>A search for the parents of Legal Entities can be formulated as the question \"who is owned by...?\"</p>\n<p>Apply the <code>ownedBy</code> filter to modify an LEI search to return parents of the LEI Record identified, if these exist, for example:</p>\n<p><a href=\"https://api.gleif.org/api/v1/lei-records?filter%5BownedBy%5D=529900IYQRX2JSSIZA36\">https://api.gleif.org/api/v1/lei-records?filter[ownedBy]=529900IYQRX2JSSIZA36</a></p>\n<h2 id=\"query-syntax\">Query Syntax</h2>\n<p>The following use cases reflect typical features of a search engine's interface. These are followed by a listing of filter operators that can be used to build further queries.</p>\n<ul>\n<li><p>To demonstrate each use case simply, the following example requests are configured to return one result at a time.</p>\n</li>\n<li><p>The full number of \"hits\" is always available in the <code>pagination</code> object in the API response.</p>\n</li>\n<li><p>To obtain the next result, increment the <code>page[number]</code> parameter, or use the <code>next</code> link in the response.</p>\n</li>\n</ul>\n<h3 id=\"filter-by-country-legal-entity-type-general-category-or-lei-registration-status\">Filter by Country, Legal Entity Type (General Category), or LEI Registration Status</h3>\n<ul>\n<li>Retrieve all Legal Entities with an official, registered (legal) address in Germany:</li>\n</ul>\n<p><a href=\"https://api.gleif.org/api/v1/lei-records?filter%5Bentity.legalAddress.country%5D=DE&amp;page%5Bnumber%5D=1&amp;page%5Bsize%5D=1\">https://api.gleif.org/api/v1/lei-records?filter[entity.legalAddress.country]=DE&amp;page[number]=1&amp;page[size]=1</a></p>\n<ul>\n<li>Retrieve all Legal Entities marked as a <code>FUND</code>:</li>\n</ul>\n<p><a href=\"https://api.gleif.org/api/v1/lei-records?filter%5Bentity.category%5D=FUND&amp;page%5Bnumber%5D=1&amp;page%5Bsize%5D=1\">https://api.gleif.org/api/v1/lei-records?filter[entity.category]=FUND&amp;page[number]=1&amp;page[size]=1</a></p>\n<ul>\n<li>Retrieve all Legal Entities whose LEI registration has <code>LAPSED</code>:</li>\n</ul>\n<p><a href=\"https://api.gleif.org/api/v1/lei-records?filter%5Bregistration.status%5D=LAPSED&amp;page%5Bnumber%5D=1&amp;page%5Bsize%5D=1\">https://api.gleif.org/api/v1/lei-records?filter[registration.status]=LAPSED&amp;page[number]=1&amp;page[size]=1</a></p>\n<ul>\n<li>Retrieve all Legal Entities that fill all of the above criteria:</li>\n</ul>\n<p><a href=\"https://api.gleif.org/api/v1/lei-records?filter%5Bentity.legalAddress.country%5D=DE&amp;filter%5Bentity.category%5D=FUND&amp;filter%5Bregistration.status%5D=LAPSED&amp;page%5Bnumber%5D=1&amp;page%5Bsize%5D=1\">https://api.gleif.org/api/v1/lei-records?filter[entity.legalAddress.country]=DE&amp;filter[entity.category]=FUND&amp;filter[registration.status]=LAPSED&amp;page[number]=1&amp;page[size]=1</a></p>\n<h3 id=\"search-operators\">Search Operators</h3>\n<p>The following operators can be used together with the <code>filter</code> parameter to build more specific queries.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Syntax Description</th>\n<th>Operator ID in <code>fields</code> Endpoint</th>\n<th>Syntax</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Results must contain \"abc\" in field <code>x</code></td>\n<td>MATCH</td>\n<td>filter[x]=abc</td>\n<td><a href=\"https://api.gleif.org/api/v1/lei-records?filter%5Bentity.legalAddress.country%5D=GB\">https://api.gleif.org/api/v1/lei-records?filter[entity.legalAddress.country]=GB</a></td>\n</tr>\n<tr>\n<td>Results <strong>must not</strong> contain \"abc\" in field <code>x</code></td>\n<td>NOT_MATCH</td>\n<td>filter[x]=!abc</td>\n<td><a href=\"https://api.gleif.org/api/v1/lei-records?filter%5Bentity.legalAddress.country%5D=!GB\">https://api.gleif.org/api/v1/lei-records?filter[entity.legalAddress.country]=!GB</a></td>\n</tr>\n<tr>\n<td>Results must contain any one of \"abc\", \"def\", etc. in field <code>x</code>.</td>\n<td>IN</td>\n<td>filter[x]=abc,def</td>\n<td><a href=\"https://api.gleif.org/api/v1/lei-records?filter%5Bentity.legalName%5D=facebook,twitter\">https://api.gleif.org/api/v1/lei-records?filter[entity.legalName]=facebook,twitter</a></td>\n</tr>\n<tr>\n<td>Results <strong>must not</strong> contain any one of \"abc\", \"def\", etc. in field <code>x</code>.</td>\n<td>NOT_IN</td>\n<td>filter[x]=!abc,def</td>\n<td><a href=\"https://api.gleif.org/api/v1/lei-records?filter%5Bentity.legalName%5D=!facebook,twitter\">https://api.gleif.org/api/v1/lei-records?filter[entity.legalName]=!facebook,twitter</a></td>\n</tr>\n<tr>\n<td>Results must be at least 123 and at most 456. Dates can be entered in the YYYYMMDD format.</td>\n<td>IN_RANGE</td>\n<td>filter[x]=123..456 filter[x]=20180101..20181001</td>\n<td><a href=\"https://api.gleif.org/api/v1/lei-records?filter%5Bentity.expiration.date%5D=19900101..19950101\">https://api.gleif.org/api/v1/lei-records?filter[entity.expiration.date]=19900101..19950101</a></td>\n</tr>\n<tr>\n<td>Results must be more than 123. Dates can be entered in the YYYYMMDD format.</td>\n<td>GREATER_THAN</td>\n<td>filter[x]=&gt;123</td>\n<td><a href=\"https://api.gleif.org/api/v1/lei-records?filter%5Bentity.expiration.date%5D=%3E20190701\">https://api.gleif.org/api/v1/lei-records?filter[entity.expiration.date]=&gt;20190701</a></td>\n</tr>\n<tr>\n<td>Results must be <strong>at least</strong> 123. Dates can be entered in the YYYYMMDD format.</td>\n<td>GREATER_THAN_OR_EQUAL</td>\n<td>filter[x]=&gt;=123</td>\n<td><a href=\"https://api.gleif.org/api/v1/lei-records?filter%5Bentity.expiration.date%5D=%3E=20190723\">https://api.gleif.org/api/v1/lei-records?filter[entity.expiration.date]=&gt;=20190723</a></td>\n</tr>\n<tr>\n<td>Results must be less than 123. Dates can be entered in the YYYYMMDD format.</td>\n<td>LESS_THAN</td>\n<td>filter[x]=&lt;123</td>\n<td><a href=\"https://api.gleif.org/api/v1/lei-records?filter%5Bentity.expiration.date%5D=%3C19900101\">https://api.gleif.org/api/v1/lei-records?filter[entity.expiration.date]=&lt;19900101</a></td>\n</tr>\n<tr>\n<td>Results must be <strong>at most</strong> 123. Dates can be entered in the YYYYMMDD format.</td>\n<td>LESS_THAN_OR_EQUAL</td>\n<td>filter[x]=&lt;=123</td>\n<td><a href=\"https://api.gleif.org/api/v1/lei-records?filter%5Bentity.expiration.date%5D=%3C=19850101\">https://api.gleif.org/api/v1/lei-records?filter[entity.expiration.date]=&lt;=19850101</a></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"display-search-results\">Display Search Results</h3>\n<ul>\n<li>Sort search results by country:</li>\n</ul>\n<p><a href=\"https://api.gleif.org/api/v1/lei-records?sort=entity.legalAddress.country&amp;page%5Bsize%5D=1&amp;page%5Bnumber%5D=1\">https://api.gleif.org/api/v1/lei-records?sort=entity.legalAddress.country&amp;page[size]=1&amp;page[number]=1</a></p>\n<ul>\n<li>Sort search results by legal name:</li>\n</ul>\n<p><a href=\"https://api.gleif.org/api/v1/lei-records?sort=entity.legalName&amp;page%5Bsize%5D=1&amp;page%5Bnumber%5D=1\">https://api.gleif.org/api/v1/lei-records?sort=entity.legalName&amp;page[size]=1&amp;page[number]=1</a></p>\n<p><strong>Disclaimer</strong></p>\n<p>Fuzzy matching of any given data field is based on statistical similarity and does not guarantee that the LEI belongs to the legal entity you are searching for.</p>\n<ul>\n<li><p>You may wish to corroborate potential matches by comparing possibly relevant LEIs' reference data (names, addresses, business register number, etc.) with known attributes of your clients.</p>\n</li>\n<li><p>Contact legal entities directly in case of doubt, to ensure that the correct LEI for that entity is used, and remind them to renew their LEI if it has lapsed.</p>\n</li>\n<li><p>There are other tools on the market for using LEI data, though GLEIF does not recommend any specific third-party tool.</p>\n</li>\n</ul>\n<p><strong>Terms &amp; Conditions</strong></p>\n<p>There is no charge for the use of GLEIF’s LEI data.</p>\n<p>GLEIF does not enter into individual contractual relationships with specific users of the LEI data.</p>\n<p>Rate limiting is currently set at 60 requests, per minute, per user, for all users.</p>\n<p>Please refer instead to the LEI Data Terms of Use available here: <a href=\"https://www.gleif.org/en/meta/lei-data-terms-of-use/\">https://www.gleif.org/en/meta/lei-data-terms-of-use/</a></p>\n<h1 id=\"endpoint-listing\">Endpoint Listing</h1>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Quick-Start Guide","slug":"quick-start-guide"},{"content":"Use Cases","slug":"use-cases"},{"content":"Endpoint Listing","slug":"endpoint-listing"}],"owner":"7679680","collectionId":"45d06f3e-9abf-469b-a4f0-19350c820f0e","publishedId":"SVYrrxuU","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-07-21T16:07:38.000Z"},"item":[{"name":"lei-records","item":[{"name":"Level 1 Information (LEI Records)","item":[{"name":"LEI Record By ID (LEI)","event":[{"listen":"test","script":{"id":"ec32efa0-ebca-442c-ab1f-309384ce35d1","exec":[""],"type":"text/javascript"}}],"id":"0d2e6b5e-56a6-4af6-a0f2-347911085b07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>The 'vnd.api+json' media type specifies that the API client will only accept a JSON-formatted response body that conforms to the JSON API specification. More details can be found at <a href=\"https://www.iana.org/assignments/media-types/application/vnd.api+json\">https://www.iana.org/assignments/media-types/application/vnd.api+json</a></p>\n","key":"Accept","value":"application/vnd.api+json"}],"url":"https://api.gleif.org/api/v1/lei-records/:id","description":"<p>Retrieve one specific LEI Record by its identifier (the LEI).</p>\n<ul>\n<li>URLs to retrieve the associated Level 2 (relationship) Data, where available, will be found within 'links' in the response body.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","v1","lei-records",":id"],"host":["api","gleif","org"],"query":[],"variable":[{"description":{"content":"<p>The identifier for retrieving an LEI Record is the LEI of the Legal Entity described by the LEI Record.</p>\n","type":"text/plain"},"type":"string","value":"529900W18LQJJN6SJ336","key":"id"}]}},"response":[{"id":"9b408e68-738e-4dc0-bfb9-aa1d4eed69ba","name":"Succesful Request with HTTP Response Code 200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":{"raw":"https://api.gleif.org/api/v1/lei-records/:id","protocol":"https","host":["api","gleif","org"],"path":["api","v1","lei-records",":id"],"variable":[{"key":"id","value":"529900W18LQJJN6SJ336"}]},"description":"Retrieve one specific LEI Record by its identifier (the LEI).\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"lei-records\",\n        \"id\": \"529900W18LQJJN6SJ336\",\n        \"attributes\": {\n            \"lei\": \"529900W18LQJJN6SJ336\",\n            \"entity\": {\n                \"legalName\": {\n                    \"name\": \"Société Générale Effekten GmbH\",\n                    \"language\": null\n                },\n                \"otherNames\": [],\n                \"transliteratedOtherNames\": [],\n                \"legalAddress\": {\n                    \"language\": null,\n                    \"addressLines\": [\n                        \"Neue Mainzer Straße 46-50\"\n                    ],\n                    \"addressNumber\": null,\n                    \"addressNumberWithinBuilding\": null,\n                    \"mailRouting\": null,\n                    \"city\": \"Frankfurt am Main\",\n                    \"region\": \"DE-HE\",\n                    \"country\": \"DE\",\n                    \"postalCode\": \"60311\"\n                },\n                \"headquartersAddress\": {\n                    \"language\": null,\n                    \"addressLines\": [\n                        \"Neue Mainzer Straße 46-50\"\n                    ],\n                    \"addressNumber\": null,\n                    \"addressNumberWithinBuilding\": null,\n                    \"mailRouting\": null,\n                    \"city\": \"Frankfurt am Main\",\n                    \"region\": \"DE-HE\",\n                    \"country\": \"DE\",\n                    \"postalCode\": \"60311\"\n                },\n                \"registeredAt\": {\n                    \"id\": \"RA000242\",\n                    \"other\": null\n                },\n                \"registeredAs\": \"HRB 32283\",\n                \"jurisdiction\": \"DE\",\n                \"category\": null,\n                \"legalForm\": {\n                    \"id\": \"2HBR\",\n                    \"other\": null\n                },\n                \"associatedEntity\": {\n                    \"lei\": null,\n                    \"name\": null\n                },\n                \"status\": \"ACTIVE\",\n                \"expiration\": {\n                    \"date\": null,\n                    \"reason\": null\n                },\n                \"successorEntity\": {\n                    \"lei\": null,\n                    \"name\": null\n                },\n                \"otherAddresses\": []\n            },\n            \"registration\": {\n                \"initialRegistrationDate\": \"2014-01-27T07:37:54Z\",\n                \"lastUpdateDate\": \"2019-09-11T06:35:58Z\",\n                \"status\": \"ISSUED\",\n                \"nextRenewalDate\": \"2020-10-17T22:00:00Z\",\n                \"managingLou\": \"5299000J2N45DDNE4Y28\",\n                \"corroborationLevel\": \"FULLY_CORROBORATED\",\n                \"validatedAt\": {\n                    \"id\": \"RA000242\",\n                    \"other\": null\n                },\n                \"validatedAs\": \"HRB 32283\",\n                \"otherValidationAuthorities\": [\n                    {\n                        \"validatedAt\": {\n                            \"id\": \"RA000535\"\n                        },\n                        \"validatedAs\": \"B81335473\"\n                    }\n                ]\n            },\n            \"bic\": [\n                \"SGEFDEFFXXX\",\n                \"SGEGDEF1XXX\"\n            ]\n        },\n        \"relationships\": {\n            \"managing-lou\": {\n                \"links\": {\n                    \"related\": \"https://api.gleif.org/api/v1/lei-records/529900W18LQJJN6SJ336/managing-lou\"\n                }\n            },\n            \"lei-issuer\": {\n                \"links\": {\n                    \"related\": \"https://api.gleif.org/api/v1/lei-records/529900W18LQJJN6SJ336/lei-issuer\"\n                }\n            },\n            \"direct-parent\": {\n                \"links\": {\n                    \"relationship-record\": \"https://api.gleif.org/api/v1/lei-records/529900W18LQJJN6SJ336/direct-parent-relationship\",\n                    \"lei-record\": \"https://api.gleif.org/api/v1/lei-records/529900W18LQJJN6SJ336/direct-parent\"\n                }\n            },\n            \"ultimate-parent\": {\n                \"links\": {\n                    \"relationship-record\": \"https://api.gleif.org/api/v1/lei-records/529900W18LQJJN6SJ336/ultimate-parent-relationship\",\n                    \"lei-record\": \"https://api.gleif.org/api/v1/lei-records/529900W18LQJJN6SJ336/ultimate-parent\"\n                }\n            },\n            \"direct-children\": {\n                \"links\": {\n                    \"relationship-records\": \"https://api.gleif.org/api/v1/lei-records/529900W18LQJJN6SJ336/direct-child-relationships\",\n                    \"related\": \"https://api.gleif.org/api/v1/lei-records/529900W18LQJJN6SJ336/direct-children\"\n                }\n            },\n            \"isins\": {\n                \"links\": {\n                    \"related\": \"https://api.gleif.org/api/v1/lei-records/529900W18LQJJN6SJ336/isins\"\n                }\n            }\n        },\n        \"links\": {\n            \"self\": \"https://api.gleif.org/api/v1/lei-records/529900W18LQJJN6SJ336\"\n        }\n    }\n}"}],"_postman_id":"0d2e6b5e-56a6-4af6-a0f2-347911085b07"},{"name":"All LEI Records","id":"b9cccb8a-e065-4708-973d-1396ff419d0c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","description":"<p>The 'vnd.api+json' media type specifies that the API client will only accept a JSON-formatted response body that conforms to the JSON API specification. More details can be found at <a href=\"https://www.iana.org/assignments/media-types/application/vnd.api+json\">https://www.iana.org/assignments/media-types/application/vnd.api+json</a></p>\n"}],"url":"https://api.gleif.org/api/v1/lei-records?page[size]=2&page[number]=100","description":"<p>Retrieve LEI Records by LEI (record resource identifier) or by filtering.</p>\n<ul>\n<li><p>If no filtering parameters are supplied, this request will return all LEI Records.</p>\n</li>\n<li><p>Pagination parameters can be used to manage the large number of data items.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","v1","lei-records"],"host":["api","gleif","org"],"query":[{"description":{"content":"<p>The number of LEI Records to show in each page of results (one page per API response body). Must be between 1 and 200.</p>\n","type":"text/plain"},"key":"page[size]","value":"2"},{"description":{"content":"<p>Which page to show, from the total result set. Must be at least 1.</p>\n","type":"text/plain"},"key":"page[number]","value":"100"}],"variable":[]}},"response":[{"id":"0bf87a46-ce85-49fd-b77b-ee5f93e817eb","name":"2 LEI Records from the 100th Page of Results","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","description":"The 'vnd.api+json' media type specifies that the API client will only accept a JSON-formatted response body that conforms to the JSON API specification. More details can be found at https://www.iana.org/assignments/media-types/application/vnd.api+json"}],"url":{"raw":"https://api.gleif.org/api/v1/lei-records?page[size]=2&page[number]=100","protocol":"https","host":["api","gleif","org"],"path":["api","v1","lei-records"],"query":[{"key":"page[size]","value":"2"},{"key":"page[number]","value":"100"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"pagination\": {\n            \"currentPage\": 100,\n            \"perPage\": 2,\n            \"from\": 199,\n            \"to\": 200,\n            \"total\": 1452640,\n            \"lastPage\": 726320\n        }\n    },\n    \"links\": {\n        \"first\": \"//api/v1/lei-records?page%5Bnumber%5D=1&page%5Bsize%5D=2\",\n        \"prev\": \"//api/v1/lei-records?page%5Bnumber%5D=99&page%5Bsize%5D=2\",\n        \"next\": \"//api/v1/lei-records?page%5Bnumber%5D=101&page%5Bsize%5D=2\",\n        \"last\": \"//api/v1/lei-records?page%5Bnumber%5D=726320&page%5Bsize%5D=2\"\n    },\n    \"data\": [\n        {\n            \"type\": \"lei-records\",\n            \"id\": \"549300VYE1Z8WHRSLA40\",\n            \"attributes\": {\n                \"lei\": \"549300VYE1Z8WHRSLA40\",\n                \"entity\": {\n                    \"legalName\": {\n                        \"name\": \"PRODUCT MANIA LTD\",\n                        \"language\": null\n                    },\n                    \"otherNames\": [],\n                    \"transliteratedOtherNames\": [],\n                    \"legalAddress\": {\n                        \"language\": null,\n                        \"addressLines\": [\n                            \"157 OAKHURST ROAD\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"BIRMINGHAM\",\n                        \"region\": \"GB-ENG\",\n                        \"country\": \"GB\",\n                        \"postalCode\": \"B27 7PB\"\n                    },\n                    \"headquartersAddress\": {\n                        \"language\": null,\n                        \"addressLines\": [\n                            \"Unit 1, Klaxon Tysley Industrial Estate\",\n                            \"Warwick Road\",\n                            \"West Midlands\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"Birmingham\",\n                        \"region\": \"GB-ENG\",\n                        \"country\": \"GB\",\n                        \"postalCode\": \"B11 2HA\"\n                    },\n                    \"registeredAt\": {\n                        \"id\": \"RA000585\",\n                        \"other\": null\n                    },\n                    \"registeredAs\": \"07898985\",\n                    \"jurisdiction\": \"GB\",\n                    \"category\": null,\n                    \"legalForm\": {\n                        \"id\": \"H0PO\",\n                        \"other\": null\n                    },\n                    \"associatedEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"status\": \"ACTIVE\",\n                    \"expiration\": {\n                        \"date\": null,\n                        \"reason\": null\n                    },\n                    \"successorEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"otherAddresses\": []\n                },\n                \"registration\": {\n                    \"initialRegistrationDate\": \"2019-07-17T14:30:00Z\",\n                    \"lastUpdateDate\": \"2019-07-17T14:30:00Z\",\n                    \"status\": \"ISSUED\",\n                    \"nextRenewalDate\": \"2020-07-15T13:11:00Z\",\n                    \"managingLou\": \"EVK05KS7XY1DEII3R011\",\n                    \"corroborationLevel\": \"FULLY_CORROBORATED\",\n                    \"validatedAt\": {\n                        \"id\": null,\n                        \"other\": null\n                    },\n                    \"otherValidationAuthorities\": [\n                        {\n                            \"validatedAt\": {\n                                \"id\": \"RA000535\"\n                            },\n                            \"validatedAs\": \"B81335473\"\n                        }\n                    ]\n                },\n                \"bic\": null\n            },\n            \"relationships\": {\n                \"managing-lou\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/549300VYE1Z8WHRSLA40/managing-lou\"\n                    }\n                },\n                \"lei-issuer\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/549300VYE1Z8WHRSLA40/lei-issuer\"\n                    }\n                },\n                \"modifications\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/549300VYE1Z8WHRSLA40/modifications\"\n                    }\n                },\n                \"direct-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/549300VYE1Z8WHRSLA40/direct-parent-reporting-exception\"\n                    }\n                },\n                \"ultimate-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/549300VYE1Z8WHRSLA40/ultimate-parent-reporting-exception\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/lei-records/549300VYE1Z8WHRSLA40\"\n            }\n        },\n        {\n            \"type\": \"lei-records\",\n            \"id\": \"549300PNBS4E1B43X365\",\n            \"attributes\": {\n                \"lei\": \"549300PNBS4E1B43X365\",\n                \"entity\": {\n                    \"legalName\": {\n                        \"name\": \"Yolk Paragon Immobilien GmbH & Co. KG\",\n                        \"language\": null\n                    },\n                    \"otherNames\": [],\n                    \"transliteratedOtherNames\": [],\n                    \"legalAddress\": {\n                        \"language\": null,\n                        \"addressLines\": [\n                            \"C/O Geschäftshaus am Gendarmenmarkt GmbH\",\n                            \"Grüneburgweg 58 - 62\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"Frankfurt am Main\",\n                        \"region\": \"DE-HE\",\n                        \"country\": \"DE\",\n                        \"postalCode\": \"60322\"\n                    },\n                    \"headquartersAddress\": {\n                        \"language\": null,\n                        \"addressLines\": [\n                            \"Grüneburgweg 58 - 62\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"Frankfurt\",\n                        \"region\": \"DE-HE\",\n                        \"country\": \"DE\",\n                        \"postalCode\": \"60322\"\n                    },\n                    \"registeredAt\": {\n                        \"id\": \"RA000242\",\n                        \"other\": null\n                    },\n                    \"registeredAs\": \"HRA 50675\",\n                    \"jurisdiction\": \"DE\",\n                    \"category\": null,\n                    \"legalForm\": {\n                        \"id\": \"8Z6G\",\n                        \"other\": null\n                    },\n                    \"associatedEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"status\": \"ACTIVE\",\n                    \"expiration\": {\n                        \"date\": null,\n                        \"reason\": null\n                    },\n                    \"successorEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"otherAddresses\": []\n                },\n                \"registration\": {\n                    \"initialRegistrationDate\": \"2019-07-17T14:30:00Z\",\n                    \"lastUpdateDate\": \"2019-07-17T14:30:00Z\",\n                    \"status\": \"ISSUED\",\n                    \"nextRenewalDate\": \"2020-07-15T13:50:00Z\",\n                    \"managingLou\": \"EVK05KS7XY1DEII3R011\",\n                    \"corroborationLevel\": \"FULLY_CORROBORATED\",\n                    \"validatedAt\": {\n                        \"id\": null,\n                        \"other\": null\n                    }\n                },\n                \"bic\": null\n            },\n            \"relationships\": {\n                \"managing-lou\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/549300PNBS4E1B43X365/managing-lou\"\n                    }\n                },\n                \"lei-issuer\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/549300PNBS4E1B43X365/lei-issuer\"\n                    }\n                },\n                \"modifications\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/549300PNBS4E1B43X365/modifications\"\n                    }\n                },\n                \"direct-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/549300PNBS4E1B43X365/direct-parent-reporting-exception\"\n                    }\n                },\n                \"ultimate-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/549300PNBS4E1B43X365/ultimate-parent-reporting-exception\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/lei-records/549300PNBS4E1B43X365\"\n            }\n        }\n    ]\n}"},{"id":"c1e28986-4812-4da8-a32d-fc470e366058","name":"Succesful Request with HTTP Response Code 200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":{"raw":"https://api.gleif.org/api/v1/lei-records?filter[entity.legalName]=bank","protocol":"https","host":["api","gleif","org"],"path":["api","v1","lei-records"],"query":[{"key":"filter[entity.legalName]","value":"bank"}]},"description":"Retrieve LEI Records by LEI (record resource identifier) or by filtering.\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"pagination\": {\n            \"currentPage\": 1,\n            \"perPage\": 15,\n            \"from\": 1,\n            \"to\": 15,\n            \"total\": 7851,\n            \"lastPage\": 524\n        }\n    },\n    \"links\": {\n        \"first\": \"//api/v1/lei-records?filter%5Bentity.legalName%5D=bank&page%5Bnumber%5D=1&page%5Bsize%5D=15\",\n        \"next\": \"//api/v1/lei-records?filter%5Bentity.legalName%5D=bank&page%5Bnumber%5D=2&page%5Bsize%5D=15\",\n        \"last\": \"//api/v1/lei-records?filter%5Bentity.legalName%5D=bank&page%5Bnumber%5D=524&page%5Bsize%5D=15\"\n    },\n    \"data\": [\n        {\n            \"type\": \"lei-records\",\n            \"id\": \"2549000C5KZ15Q2U9V68\",\n            \"attributes\": {\n                \"lei\": \"2549000C5KZ15Q2U9V68\",\n                \"entity\": {\n                    \"legalName\": {\n                        \"name\": \"Bank\",\n                        \"language\": null\n                    },\n                    \"otherNames\": [\n                        {\n                            \"name\": \"Iowa State Bank\",\n                            \"type\": \"PREVIOUS_LEGAL_NAME\"\n                        }\n                    ],\n                    \"transliteratedOtherNames\": [],\n                    \"legalAddress\": {\n                        \"language\": null,\n                        \"addressLines\": [\n                            \"409 Highway 61 S\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"Wapello\",\n                        \"region\": \"US-IA\",\n                        \"country\": \"US\",\n                        \"postalCode\": \"52653\"\n                    },\n                    \"headquartersAddress\": {\n                        \"language\": null,\n                        \"addressLines\": [\n                            \"409 Highway 61 S\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"Wapello\",\n                        \"region\": \"US-IA\",\n                        \"country\": \"US\",\n                        \"postalCode\": \"52653\"\n                    },\n                    \"registeredAt\": {\n                        \"id\": \"RA000606\",\n                        \"other\": null\n                    },\n                    \"registeredAs\": \"84946\",\n                    \"jurisdiction\": \"US-IA\",\n                    \"category\": null,\n                    \"legalForm\": {\n                        \"id\": \"9999\",\n                        \"other\": \"Corporation\"\n                    },\n                    \"associatedEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"status\": \"ACTIVE\",\n                    \"expiration\": {\n                        \"date\": null,\n                        \"reason\": null\n                    },\n                    \"successorEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"otherAddresses\": []\n                },\n                \"registration\": {\n                    \"initialRegistrationDate\": \"2017-11-13T21:33:53Z\",\n                    \"lastUpdateDate\": \"2018-10-15T21:28:08Z\",\n                    \"status\": \"ISSUED\",\n                    \"nextRenewalDate\": \"2019-10-15T21:28:08Z\",\n                    \"managingLou\": \"5493001KJTIIGC8Y1R12\",\n                    \"corroborationLevel\": \"FULLY_CORROBORATED\",\n                    \"validatedAt\": {\n                        \"id\": \"RA000606\",\n                        \"other\": null\n                    },\n                    \"otherValidationAuthorities\": [\n                        {\n                            \"validatedAt\": {\n                                \"id\": \"RA000535\"\n                            },\n                            \"validatedAs\": \"B81335473\"\n                        }\n                    ]\n                },\n                \"bic\": null\n            },\n            \"relationships\": {\n                \"managing-lou\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/2549000C5KZ15Q2U9V68/managing-lou\"\n                    }\n                },\n                \"lei-issuer\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/2549000C5KZ15Q2U9V68/lei-issuer\"\n                    }\n                },\n                \"modifications\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/2549000C5KZ15Q2U9V68/modifications\"\n                    }\n                },\n                \"direct-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/2549000C5KZ15Q2U9V68/direct-parent-reporting-exception\"\n                    }\n                },\n                \"ultimate-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/2549000C5KZ15Q2U9V68/ultimate-parent-reporting-exception\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/lei-records/2549000C5KZ15Q2U9V68\"\n            }\n        },\n        {\n            \"type\": \"lei-records\",\n            \"id\": \"635400LWGWFFKITHYD44\",\n            \"attributes\": {\n                \"lei\": \"635400LWGWFFKITHYD44\",\n                \"entity\": {\n                    \"legalName\": {\n                        \"name\": \"Bank of Ireland Mortgage Bank\",\n                        \"language\": null\n                    },\n                    \"otherNames\": [],\n                    \"transliteratedOtherNames\": [],\n                    \"legalAddress\": {\n                        \"language\": null,\n                        \"addressLines\": [\n                            \"New Century House\",\n                            \"Mayor Street Lower\",\n                            \"I.F.S.C.\",\n                            \"Dublin 1\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"Dublin\",\n                        \"region\": null,\n                        \"country\": \"IE\",\n                        \"postalCode\": null\n                    },\n                    \"headquartersAddress\": {\n                        \"language\": null,\n                        \"addressLines\": [\n                            \"New Century House\",\n                            \"Mayor Street Lower\",\n                            \"I.F.S.C.\",\n                            \"Dublin 1\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"Dublin\",\n                        \"region\": null,\n                        \"country\": \"IE\",\n                        \"postalCode\": null\n                    },\n                    \"registeredAt\": {\n                        \"id\": \"RA000402\",\n                        \"other\": null\n                    },\n                    \"registeredAs\": \"386415\",\n                    \"jurisdiction\": \"IE\",\n                    \"category\": null,\n                    \"legalForm\": {\n                        \"id\": \"URQH\",\n                        \"other\": null\n                    },\n                    \"associatedEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"status\": \"ACTIVE\",\n                    \"expiration\": {\n                        \"date\": null,\n                        \"reason\": null\n                    },\n                    \"successorEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"otherAddresses\": []\n                },\n                \"registration\": {\n                    \"initialRegistrationDate\": \"2014-02-06T00:00:00Z\",\n                    \"lastUpdateDate\": \"2019-02-01T15:12:55Z\",\n                    \"status\": \"ISSUED\",\n                    \"nextRenewalDate\": \"2020-02-06T00:00:00Z\",\n                    \"managingLou\": \"635400DZBUIMTBCXGA12\",\n                    \"corroborationLevel\": \"FULLY_CORROBORATED\",\n                    \"validatedAt\": {\n                        \"id\": \"RA000402\",\n                        \"other\": null\n                    }\n                },\n                \"bic\": [\n                    \"ICSBIE21XXX\"\n                ]\n            },\n            \"relationships\": {\n                \"managing-lou\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/635400LWGWFFKITHYD44/managing-lou\"\n                    }\n                },\n                \"lei-issuer\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/635400LWGWFFKITHYD44/lei-issuer\"\n                    }\n                },\n                \"modifications\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/635400LWGWFFKITHYD44/modifications\"\n                    }\n                },\n                \"direct-parent\": {\n                    \"links\": {\n                        \"relationship-record\": \"https://api.gleif.org/api/v1/lei-records/635400LWGWFFKITHYD44/direct-parent-relationship\",\n                        \"lei-record\": \"https://api.gleif.org/api/v1/lei-records/635400LWGWFFKITHYD44/direct-parent\"\n                    }\n                },\n                \"ultimate-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/635400LWGWFFKITHYD44/ultimate-parent-reporting-exception\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/lei-records/635400LWGWFFKITHYD44\"\n            }\n        },\n        {\n            \"type\": \"lei-records\",\n            \"id\": \"549300MSU5WVAU4ZN645\",\n            \"attributes\": {\n                \"lei\": \"549300MSU5WVAU4ZN645\",\n                \"entity\": {\n                    \"legalName\": {\n                        \"name\": \"Dollar Bank, Federal Savings Bank\",\n                        \"language\": null\n                    },\n                    \"otherNames\": [\n                        {\n                            \"name\": \"The Dollar Savings Bank\",\n                            \"type\": \"PREVIOUS_LEGAL_NAME\"\n                        }\n                    ],\n                    \"transliteratedOtherNames\": [],\n                    \"legalAddress\": {\n                        \"language\": null,\n                        \"addressLines\": [\n                            \"401 Liberty Avenue\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"Pittsburgh\",\n                        \"region\": \"US-PA\",\n                        \"country\": \"US\",\n                        \"postalCode\": \"15222\"\n                    },\n                    \"headquartersAddress\": {\n                        \"language\": null,\n                        \"addressLines\": [\n                            \"Gateway Center 3\",\n                            \"401 Liberty Avenue\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"Pittsburgh\",\n                        \"region\": \"US-PA\",\n                        \"country\": \"US\",\n                        \"postalCode\": \"15222\"\n                    },\n                    \"registeredAt\": {\n                        \"id\": \"RA888888\",\n                        \"other\": null\n                    },\n                    \"registeredAs\": \"32245\",\n                    \"jurisdiction\": \"US\",\n                    \"category\": null,\n                    \"legalForm\": {\n                        \"id\": \"9999\",\n                        \"other\": \"OTHER\"\n                    },\n                    \"associatedEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"status\": \"ACTIVE\",\n                    \"expiration\": {\n                        \"date\": null,\n                        \"reason\": null\n                    },\n                    \"successorEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"otherAddresses\": []\n                },\n                \"registration\": {\n                    \"initialRegistrationDate\": \"2013-03-11T17:58:00Z\",\n                    \"lastUpdateDate\": \"2019-03-19T15:32:00Z\",\n                    \"status\": \"ISSUED\",\n                    \"nextRenewalDate\": \"2019-12-20T10:41:00Z\",\n                    \"managingLou\": \"EVK05KS7XY1DEII3R011\",\n                    \"corroborationLevel\": \"FULLY_CORROBORATED\",\n                    \"validatedAt\": {\n                        \"id\": null,\n                        \"other\": null\n                    }\n                },\n                \"bic\": [\n                    \"DBNKUS3PXXX\"\n                ]\n            },\n            \"relationships\": {\n                \"managing-lou\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/549300MSU5WVAU4ZN645/managing-lou\"\n                    }\n                },\n                \"lei-issuer\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/549300MSU5WVAU4ZN645/lei-issuer\"\n                    }\n                },\n                \"modifications\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/549300MSU5WVAU4ZN645/modifications\"\n                    }\n                },\n                \"direct-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/549300MSU5WVAU4ZN645/direct-parent-reporting-exception\"\n                    }\n                },\n                \"ultimate-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/549300MSU5WVAU4ZN645/ultimate-parent-reporting-exception\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/lei-records/549300MSU5WVAU4ZN645\"\n            }\n        },\n        {\n            \"type\": \"lei-records\",\n            \"id\": \"3358001Z9UWAWEHWDG26\",\n            \"attributes\": {\n                \"lei\": \"3358001Z9UWAWEHWDG26\",\n                \"entity\": {\n                    \"legalName\": {\n                        \"name\": \"KNS BANK\",\n                        \"language\": \"en\"\n                    },\n                    \"otherNames\": [],\n                    \"transliteratedOtherNames\": [],\n                    \"legalAddress\": {\n                        \"language\": \"en\",\n                        \"addressLines\": [\n                            \"210, S.G. BARVE MARG, KURLA (W)\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"MUMBAI\",\n                        \"region\": \"IN-MH\",\n                        \"country\": \"IN\",\n                        \"postalCode\": \"400070\"\n                    },\n                    \"headquartersAddress\": {\n                        \"language\": \"en\",\n                        \"addressLines\": [\n                            \"210, S.G. BARVE MARG, KURLA (W)\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"MUMBAI\",\n                        \"region\": \"IN-MH\",\n                        \"country\": \"IN\",\n                        \"postalCode\": \"400070\"\n                    },\n                    \"registeredAt\": {\n                        \"id\": \"RA000398\",\n                        \"other\": null\n                    },\n                    \"registeredAs\": \"43390\",\n                    \"jurisdiction\": \"IN\",\n                    \"category\": null,\n                    \"legalForm\": {\n                        \"id\": \"8888\",\n                        \"other\": \"Cooperative Banks/RRBs/Payment Banks\"\n                    },\n                    \"associatedEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"status\": \"ACTIVE\",\n                    \"expiration\": {\n                        \"date\": null,\n                        \"reason\": null\n                    },\n                    \"successorEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"otherAddresses\": []\n                },\n                \"registration\": {\n                    \"initialRegistrationDate\": \"2019-06-13T17:44:50Z\",\n                    \"lastUpdateDate\": \"2019-06-13T17:44:50Z\",\n                    \"status\": \"ISSUED\",\n                    \"nextRenewalDate\": \"2020-06-13T17:44:50Z\",\n                    \"managingLou\": \"335800FVH4MOKZS9VH40\",\n                    \"corroborationLevel\": \"FULLY_CORROBORATED\",\n                    \"validatedAt\": {\n                        \"id\": \"RA000398\",\n                        \"other\": null\n                    }\n                },\n                \"bic\": null\n            },\n            \"relationships\": {\n                \"managing-lou\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/3358001Z9UWAWEHWDG26/managing-lou\"\n                    }\n                },\n                \"lei-issuer\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/3358001Z9UWAWEHWDG26/lei-issuer\"\n                    }\n                },\n                \"modifications\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/3358001Z9UWAWEHWDG26/modifications\"\n                    }\n                },\n                \"direct-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/3358001Z9UWAWEHWDG26/direct-parent-reporting-exception\"\n                    }\n                },\n                \"ultimate-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/3358001Z9UWAWEHWDG26/ultimate-parent-reporting-exception\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/lei-records/3358001Z9UWAWEHWDG26\"\n            }\n        },\n        {\n            \"type\": \"lei-records\",\n            \"id\": \"549300B0GDNF3MD7KP64\",\n            \"attributes\": {\n                \"lei\": \"549300B0GDNF3MD7KP64\",\n                \"entity\": {\n                    \"legalName\": {\n                        \"name\": \"PACIFIC BANK\",\n                        \"language\": null\n                    },\n                    \"otherNames\": [],\n                    \"transliteratedOtherNames\": [],\n                    \"legalAddress\": {\n                        \"language\": null,\n                        \"addressLines\": [\n                            \"Calle Aquilino de la Guardia y Calle 52 Edificio Pacific Bank\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"Panama\",\n                        \"region\": \"PA-8\",\n                        \"country\": \"PA\",\n                        \"postalCode\": null\n                    },\n                    \"headquartersAddress\": {\n                        \"language\": null,\n                        \"addressLines\": [\n                            \"Calle Aquilino de la Guardia y Calle 52 Edificio Pacific Bank\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"Panama\",\n                        \"region\": \"PA-8\",\n                        \"country\": \"PA\",\n                        \"postalCode\": null\n                    },\n                    \"registeredAt\": {\n                        \"id\": \"RA999999\",\n                        \"other\": null\n                    },\n                    \"registeredAs\": null,\n                    \"jurisdiction\": \"PA\",\n                    \"category\": null,\n                    \"legalForm\": {\n                        \"id\": \"9999\",\n                        \"other\": null\n                    },\n                    \"associatedEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"status\": \"ACTIVE\",\n                    \"expiration\": {\n                        \"date\": null,\n                        \"reason\": null\n                    },\n                    \"successorEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"otherAddresses\": []\n                },\n                \"registration\": {\n                    \"initialRegistrationDate\": \"2019-05-17T14:32:00Z\",\n                    \"lastUpdateDate\": \"2019-05-17T14:32:00Z\",\n                    \"status\": \"ISSUED\",\n                    \"nextRenewalDate\": \"2020-05-15T18:20:00Z\",\n                    \"managingLou\": \"EVK05KS7XY1DEII3R011\",\n                    \"corroborationLevel\": \"ENTITY_SUPPLIED_ONLY\",\n                    \"validatedAt\": {\n                        \"id\": null,\n                        \"other\": null\n                    }\n                },\n                \"bic\": null\n            },\n            \"relationships\": {\n                \"managing-lou\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/549300B0GDNF3MD7KP64/managing-lou\"\n                    }\n                },\n                \"lei-issuer\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/549300B0GDNF3MD7KP64/lei-issuer\"\n                    }\n                },\n                \"modifications\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/549300B0GDNF3MD7KP64/modifications\"\n                    }\n                },\n                \"direct-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/549300B0GDNF3MD7KP64/direct-parent-reporting-exception\"\n                    }\n                },\n                \"ultimate-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/549300B0GDNF3MD7KP64/ultimate-parent-reporting-exception\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/lei-records/549300B0GDNF3MD7KP64\"\n            }\n        },\n        {\n            \"type\": \"lei-records\",\n            \"id\": \"335800X9O2LHZ2B9N337\",\n            \"attributes\": {\n                \"lei\": \"335800X9O2LHZ2B9N337\",\n                \"entity\": {\n                    \"legalName\": {\n                        \"name\": \"KOOKMIN BANK\",\n                        \"language\": \"en\"\n                    },\n                    \"otherNames\": [],\n                    \"transliteratedOtherNames\": [],\n                    \"legalAddress\": {\n                        \"language\": \"en\",\n                        \"addressLines\": [\n                            \"UNIT NO. 2B/2, 2ND FLOOR,\",\n                            \"TWO HORIZON CENTRE,\",\n                            \"GOLF COURSE ROAD,\",\n                            \"DLF PHASE 5, SECTOR 43,\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"GURUGRAM\",\n                        \"region\": \"IN-HR\",\n                        \"country\": \"IN\",\n                        \"postalCode\": \"122002\"\n                    },\n                    \"headquartersAddress\": {\n                        \"language\": \"en\",\n                        \"addressLines\": [\n                            \"# 26,\",\n                            \"GUKJEGEUMYUNG-RO 8-GIL,\",\n                            \"YEONGDEUNGPO-GU,\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"SEOUL\",\n                        \"region\": \"KR-11\",\n                        \"country\": \"KR\",\n                        \"postalCode\": null\n                    },\n                    \"registeredAt\": {\n                        \"id\": \"RA000394\",\n                        \"other\": null\n                    },\n                    \"registeredAs\": \"F04351\",\n                    \"jurisdiction\": \"IN\",\n                    \"category\": \"BRANCH\",\n                    \"legalForm\": {\n                        \"id\": \"8888\",\n                        \"other\": \"Branch\"\n                    },\n                    \"associatedEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"status\": \"ACTIVE\",\n                    \"expiration\": {\n                        \"date\": null,\n                        \"reason\": null\n                    },\n                    \"successorEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"otherAddresses\": []\n                },\n                \"registration\": {\n                    \"initialRegistrationDate\": \"2019-05-16T16:16:42Z\",\n                    \"lastUpdateDate\": \"2019-05-16T16:16:42Z\",\n                    \"status\": \"ISSUED\",\n                    \"nextRenewalDate\": \"2020-03-20T00:00:00Z\",\n                    \"managingLou\": \"335800FVH4MOKZS9VH40\",\n                    \"corroborationLevel\": \"FULLY_CORROBORATED\",\n                    \"validatedAt\": {\n                        \"id\": \"RA000394\",\n                        \"other\": null\n                    }\n                },\n                \"bic\": [\n                    \"CZNBINDDXXX\"\n                ]\n            },\n            \"relationships\": {\n                \"managing-lou\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/335800X9O2LHZ2B9N337/managing-lou\"\n                    }\n                },\n                \"lei-issuer\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/335800X9O2LHZ2B9N337/lei-issuer\"\n                    }\n                },\n                \"modifications\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/335800X9O2LHZ2B9N337/modifications\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/lei-records/335800X9O2LHZ2B9N337\"\n            }\n        },\n        {\n            \"type\": \"lei-records\",\n            \"id\": \"8945005M0CRHKUGPYQ53\",\n            \"attributes\": {\n                \"lei\": \"8945005M0CRHKUGPYQ53\",\n                \"entity\": {\n                    \"legalName\": {\n                        \"name\": \"MTB BANK\",\n                        \"language\": null\n                    },\n                    \"otherNames\": [],\n                    \"transliteratedOtherNames\": [],\n                    \"legalAddress\": {\n                        \"language\": null,\n                        \"addressLines\": [\n                            \"PROSPEKT MYRU, building #28\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"Chornomorsk\",\n                        \"region\": \"UA-51\",\n                        \"country\": \"UA\",\n                        \"postalCode\": \"68003\"\n                    },\n                    \"headquartersAddress\": {\n                        \"language\": null,\n                        \"addressLines\": [\n                            \"PROSPEKT MYRU, building #28\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"Chornomorsk\",\n                        \"region\": \"UA-51\",\n                        \"country\": \"UA\",\n                        \"postalCode\": \"68003\"\n                    },\n                    \"registeredAt\": {\n                        \"id\": \"RA000567\",\n                        \"other\": null\n                    },\n                    \"registeredAs\": \"21650966\",\n                    \"jurisdiction\": \"UA\",\n                    \"category\": null,\n                    \"legalForm\": {\n                        \"id\": \"9999\",\n                        \"other\": \"PUBLIC JOINT STOCK COMPANY\"\n                    },\n                    \"associatedEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"status\": \"ACTIVE\",\n                    \"expiration\": {\n                        \"date\": null,\n                        \"reason\": null\n                    },\n                    \"successorEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"otherAddresses\": []\n                },\n                \"registration\": {\n                    \"initialRegistrationDate\": \"2019-04-15T14:55:58Z\",\n                    \"lastUpdateDate\": \"2019-04-15T14:55:59Z\",\n                    \"status\": \"ISSUED\",\n                    \"nextRenewalDate\": \"2020-04-15T14:55:59Z\",\n                    \"managingLou\": \"529900F6BNUR3RJ2WH29\",\n                    \"corroborationLevel\": \"PARTIALLY_CORROBORATED\",\n                    \"validatedAt\": {\n                        \"id\": \"RA000567\",\n                        \"other\": null\n                    }\n                },\n                \"bic\": [\n                    \"MTBAUA2DXXX\"\n                ]\n            },\n            \"relationships\": {\n                \"managing-lou\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/8945005M0CRHKUGPYQ53/managing-lou\"\n                    }\n                },\n                \"lei-issuer\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/8945005M0CRHKUGPYQ53/lei-issuer\"\n                    }\n                },\n                \"modifications\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/8945005M0CRHKUGPYQ53/modifications\"\n                    }\n                },\n                \"direct-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/8945005M0CRHKUGPYQ53/direct-parent-reporting-exception\"\n                    }\n                },\n                \"ultimate-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/8945005M0CRHKUGPYQ53/ultimate-parent-reporting-exception\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/lei-records/8945005M0CRHKUGPYQ53\"\n            }\n        },\n        {\n            \"type\": \"lei-records\",\n            \"id\": \"549300DF2LWABHDUP643\",\n            \"attributes\": {\n                \"lei\": \"549300DF2LWABHDUP643\",\n                \"entity\": {\n                    \"legalName\": {\n                        \"name\": \"Merchants Bank\",\n                        \"language\": null\n                    },\n                    \"otherNames\": [],\n                    \"transliteratedOtherNames\": [],\n                    \"legalAddress\": {\n                        \"language\": null,\n                        \"addressLines\": [\n                            \"1901 North College Avenue\",\n                            \"Clarke County\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"Jackson\",\n                        \"region\": \"US-AL\",\n                        \"country\": \"US\",\n                        \"postalCode\": \"36545\"\n                    },\n                    \"headquartersAddress\": {\n                        \"language\": null,\n                        \"addressLines\": [\n                            \"1901 College Avenue\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"Jackson\",\n                        \"region\": \"US-AL\",\n                        \"country\": \"US\",\n                        \"postalCode\": \"36545\"\n                    },\n                    \"registeredAt\": {\n                        \"id\": \"RA888888\",\n                        \"other\": null\n                    },\n                    \"registeredAs\": \"18637\",\n                    \"jurisdiction\": \"US\",\n                    \"category\": null,\n                    \"legalForm\": {\n                        \"id\": \"9999\",\n                        \"other\": null\n                    },\n                    \"associatedEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"status\": \"ACTIVE\",\n                    \"expiration\": {\n                        \"date\": null,\n                        \"reason\": null\n                    },\n                    \"successorEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"otherAddresses\": []\n                },\n                \"registration\": {\n                    \"initialRegistrationDate\": \"2019-03-05T15:32:00Z\",\n                    \"lastUpdateDate\": \"2019-03-05T15:32:00Z\",\n                    \"status\": \"ISSUED\",\n                    \"nextRenewalDate\": \"2020-02-29T18:49:00Z\",\n                    \"managingLou\": \"EVK05KS7XY1DEII3R011\",\n                    \"corroborationLevel\": \"FULLY_CORROBORATED\",\n                    \"validatedAt\": {\n                        \"id\": null,\n                        \"other\": null\n                    }\n                },\n                \"bic\": null\n            },\n            \"relationships\": {\n                \"managing-lou\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/549300DF2LWABHDUP643/managing-lou\"\n                    }\n                },\n                \"lei-issuer\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/549300DF2LWABHDUP643/lei-issuer\"\n                    }\n                },\n                \"modifications\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/549300DF2LWABHDUP643/modifications\"\n                    }\n                },\n                \"direct-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/549300DF2LWABHDUP643/direct-parent-reporting-exception\"\n                    }\n                },\n                \"ultimate-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/549300DF2LWABHDUP643/ultimate-parent-reporting-exception\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/lei-records/549300DF2LWABHDUP643\"\n            }\n        },\n        {\n            \"type\": \"lei-records\",\n            \"id\": \"549300ZVA0L2HXCG7N75\",\n            \"attributes\": {\n                \"lei\": \"549300ZVA0L2HXCG7N75\",\n                \"entity\": {\n                    \"legalName\": {\n                        \"name\": \"Impact Bank\",\n                        \"language\": null\n                    },\n                    \"otherNames\": [\n                        {\n                            \"name\": \"The Caldwell State Bank in Caldwell, Kansas\",\n                            \"type\": \"PREVIOUS_LEGAL_NAME\"\n                        }\n                    ],\n                    \"transliteratedOtherNames\": [],\n                    \"legalAddress\": {\n                        \"language\": null,\n                        \"addressLines\": [\n                            \"206 East Harvey Avenue\",\n                            \"Sumner County\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"Wellington\",\n                        \"region\": \"US-KS\",\n                        \"country\": \"US\",\n                        \"postalCode\": \"67152\"\n                    },\n                    \"headquartersAddress\": {\n                        \"language\": null,\n                        \"addressLines\": [\n                            \"206 East Harvey\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"Wellington\",\n                        \"region\": \"US-KS\",\n                        \"country\": \"US\",\n                        \"postalCode\": \"67152\"\n                    },\n                    \"registeredAt\": {\n                        \"id\": \"RA888888\",\n                        \"other\": null\n                    },\n                    \"registeredAs\": \"17399\",\n                    \"jurisdiction\": \"US\",\n                    \"category\": null,\n                    \"legalForm\": {\n                        \"id\": \"9999\",\n                        \"other\": null\n                    },\n                    \"associatedEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"status\": \"ACTIVE\",\n                    \"expiration\": {\n                        \"date\": null,\n                        \"reason\": null\n                    },\n                    \"successorEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"otherAddresses\": []\n                },\n                \"registration\": {\n                    \"initialRegistrationDate\": \"2019-03-04T15:32:00Z\",\n                    \"lastUpdateDate\": \"2019-03-04T15:32:00Z\",\n                    \"status\": \"ISSUED\",\n                    \"nextRenewalDate\": \"2020-02-29T16:28:00Z\",\n                    \"managingLou\": \"EVK05KS7XY1DEII3R011\",\n                    \"corroborationLevel\": \"FULLY_CORROBORATED\",\n                    \"validatedAt\": {\n                        \"id\": null,\n                        \"other\": null\n                    }\n                },\n                \"bic\": null\n            },\n            \"relationships\": {\n                \"managing-lou\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/549300ZVA0L2HXCG7N75/managing-lou\"\n                    }\n                },\n                \"lei-issuer\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/549300ZVA0L2HXCG7N75/lei-issuer\"\n                    }\n                },\n                \"modifications\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/549300ZVA0L2HXCG7N75/modifications\"\n                    }\n                },\n                \"direct-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/549300ZVA0L2HXCG7N75/direct-parent-reporting-exception\"\n                    }\n                },\n                \"ultimate-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/549300ZVA0L2HXCG7N75/ultimate-parent-reporting-exception\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/lei-records/549300ZVA0L2HXCG7N75\"\n            }\n        },\n        {\n            \"type\": \"lei-records\",\n            \"id\": \"254900PTHF2B5Z1PGA51\",\n            \"attributes\": {\n                \"lei\": \"254900PTHF2B5Z1PGA51\",\n                \"entity\": {\n                    \"legalName\": {\n                        \"name\": \"Perennial Bank\",\n                        \"language\": null\n                    },\n                    \"otherNames\": [],\n                    \"transliteratedOtherNames\": [],\n                    \"legalAddress\": {\n                        \"language\": null,\n                        \"addressLines\": [\n                            \"318 N 1st ST\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"Darwin\",\n                        \"region\": \"US-MN\",\n                        \"country\": \"US\",\n                        \"postalCode\": \"55324\"\n                    },\n                    \"headquartersAddress\": {\n                        \"language\": null,\n                        \"addressLines\": [\n                            \"318 N 1st ST\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"Darwin\",\n                        \"region\": \"US-MN\",\n                        \"country\": \"US\",\n                        \"postalCode\": \"55324\"\n                    },\n                    \"registeredAt\": {\n                        \"id\": \"RA888888\",\n                        \"other\": \"FDIC\"\n                    },\n                    \"registeredAs\": \"1413\",\n                    \"jurisdiction\": \"US-MN\",\n                    \"category\": null,\n                    \"legalForm\": {\n                        \"id\": \"S2K8\",\n                        \"other\": null\n                    },\n                    \"associatedEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"status\": \"ACTIVE\",\n                    \"expiration\": {\n                        \"date\": null,\n                        \"reason\": null\n                    },\n                    \"successorEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"otherAddresses\": []\n                },\n                \"registration\": {\n                    \"initialRegistrationDate\": \"2019-03-01T20:49:59Z\",\n                    \"lastUpdateDate\": \"2019-03-01T20:49:59Z\",\n                    \"status\": \"ISSUED\",\n                    \"nextRenewalDate\": \"2020-03-01T20:49:59Z\",\n                    \"managingLou\": \"5493001KJTIIGC8Y1R12\",\n                    \"corroborationLevel\": \"FULLY_CORROBORATED\",\n                    \"validatedAt\": {\n                        \"id\": \"RA888888\",\n                        \"other\": \"FDIC\"\n                    }\n                },\n                \"bic\": null\n            },\n            \"relationships\": {\n                \"managing-lou\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/254900PTHF2B5Z1PGA51/managing-lou\"\n                    }\n                },\n                \"lei-issuer\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/254900PTHF2B5Z1PGA51/lei-issuer\"\n                    }\n                },\n                \"modifications\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/254900PTHF2B5Z1PGA51/modifications\"\n                    }\n                },\n                \"direct-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/254900PTHF2B5Z1PGA51/direct-parent-reporting-exception\"\n                    }\n                },\n                \"ultimate-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/254900PTHF2B5Z1PGA51/ultimate-parent-reporting-exception\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/lei-records/254900PTHF2B5Z1PGA51\"\n            }\n        },\n        {\n            \"type\": \"lei-records\",\n            \"id\": \"549300JSPUVHIXEG8022\",\n            \"attributes\": {\n                \"lei\": \"549300JSPUVHIXEG8022\",\n                \"entity\": {\n                    \"legalName\": {\n                        \"name\": \"Park Bank\",\n                        \"language\": null\n                    },\n                    \"otherNames\": [],\n                    \"transliteratedOtherNames\": [],\n                    \"legalAddress\": {\n                        \"language\": null,\n                        \"addressLines\": [\n                            \"1200 Main Street\",\n                            \"La Crosse\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"Holmen\",\n                        \"region\": \"US-WI\",\n                        \"country\": \"US\",\n                        \"postalCode\": \"54636\"\n                    },\n                    \"headquartersAddress\": {\n                        \"language\": null,\n                        \"addressLines\": [\n                            \"1200 S Main St\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"Holmen\",\n                        \"region\": \"US-WI\",\n                        \"country\": \"US\",\n                        \"postalCode\": \"54636\"\n                    },\n                    \"registeredAt\": {\n                        \"id\": \"RA888888\",\n                        \"other\": null\n                    },\n                    \"registeredAs\": \"13054\",\n                    \"jurisdiction\": \"US\",\n                    \"category\": null,\n                    \"legalForm\": {\n                        \"id\": \"9999\",\n                        \"other\": null\n                    },\n                    \"associatedEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"status\": \"ACTIVE\",\n                    \"expiration\": {\n                        \"date\": null,\n                        \"reason\": null\n                    },\n                    \"successorEntity\": {\n                        \"lei\": \"254900SL0H3ZRSDNV180\",\n                        \"name\": null\n                    },\n                    \"otherAddresses\": []\n                },\n                \"registration\": {\n                    \"initialRegistrationDate\": \"2019-03-01T03:41:00Z\",\n                    \"lastUpdateDate\": \"2019-05-28T21:32:00Z\",\n                    \"status\": \"DUPLICATE\",\n                    \"nextRenewalDate\": \"2020-02-22T20:46:00Z\",\n                    \"managingLou\": \"EVK05KS7XY1DEII3R011\",\n                    \"corroborationLevel\": \"FULLY_CORROBORATED\",\n                    \"validatedAt\": {\n                        \"id\": null,\n                        \"other\": null\n                    }\n                },\n                \"bic\": null\n            },\n            \"relationships\": {\n                \"managing-lou\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/549300JSPUVHIXEG8022/managing-lou\"\n                    }\n                },\n                \"lei-issuer\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/549300JSPUVHIXEG8022/lei-issuer\"\n                    }\n                },\n                \"modifications\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/549300JSPUVHIXEG8022/modifications\"\n                    }\n                },\n                \"direct-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/549300JSPUVHIXEG8022/direct-parent-reporting-exception\"\n                    }\n                },\n                \"ultimate-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/549300JSPUVHIXEG8022/ultimate-parent-reporting-exception\"\n                    }\n                },\n                \"successor-entity\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/549300JSPUVHIXEG8022/successor-entity\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/lei-records/549300JSPUVHIXEG8022\"\n            }\n        },\n        {\n            \"type\": \"lei-records\",\n            \"id\": \"254900SL0H3ZRSDNV180\",\n            \"attributes\": {\n                \"lei\": \"254900SL0H3ZRSDNV180\",\n                \"entity\": {\n                    \"legalName\": {\n                        \"name\": \"Park Bank\",\n                        \"language\": null\n                    },\n                    \"otherNames\": [],\n                    \"transliteratedOtherNames\": [],\n                    \"legalAddress\": {\n                        \"language\": null,\n                        \"addressLines\": [\n                            \"1200 S Main St\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"Holmen\",\n                        \"region\": \"US-WI\",\n                        \"country\": \"US\",\n                        \"postalCode\": \"54636\"\n                    },\n                    \"headquartersAddress\": {\n                        \"language\": null,\n                        \"addressLines\": [\n                            \"1200 S Main St\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"Holmen\",\n                        \"region\": \"US-WI\",\n                        \"country\": \"US\",\n                        \"postalCode\": \"54636\"\n                    },\n                    \"registeredAt\": {\n                        \"id\": \"RA888888\",\n                        \"other\": \"FDIC\"\n                    },\n                    \"registeredAs\": \"13054\",\n                    \"jurisdiction\": \"US-WI\",\n                    \"category\": null,\n                    \"legalForm\": {\n                        \"id\": \"9999\",\n                        \"other\": null\n                    },\n                    \"associatedEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"status\": \"ACTIVE\",\n                    \"expiration\": {\n                        \"date\": null,\n                        \"reason\": null\n                    },\n                    \"successorEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"otherAddresses\": []\n                },\n                \"registration\": {\n                    \"initialRegistrationDate\": \"2019-02-28T12:03:57Z\",\n                    \"lastUpdateDate\": \"2019-02-28T12:03:57Z\",\n                    \"status\": \"ISSUED\",\n                    \"nextRenewalDate\": \"2020-02-28T12:03:57Z\",\n                    \"managingLou\": \"5493001KJTIIGC8Y1R12\",\n                    \"corroborationLevel\": \"FULLY_CORROBORATED\",\n                    \"validatedAt\": {\n                        \"id\": \"RA888888\",\n                        \"other\": \"FDIC\"\n                    }\n                },\n                \"bic\": null\n            },\n            \"relationships\": {\n                \"managing-lou\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/254900SL0H3ZRSDNV180/managing-lou\"\n                    }\n                },\n                \"lei-issuer\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/254900SL0H3ZRSDNV180/lei-issuer\"\n                    }\n                },\n                \"modifications\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/254900SL0H3ZRSDNV180/modifications\"\n                    }\n                },\n                \"direct-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/254900SL0H3ZRSDNV180/direct-parent-reporting-exception\"\n                    }\n                },\n                \"ultimate-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/254900SL0H3ZRSDNV180/ultimate-parent-reporting-exception\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/lei-records/254900SL0H3ZRSDNV180\"\n            }\n        },\n        {\n            \"type\": \"lei-records\",\n            \"id\": \"254900Q1G2KB2C5CMN65\",\n            \"attributes\": {\n                \"lei\": \"254900Q1G2KB2C5CMN65\",\n                \"entity\": {\n                    \"legalName\": {\n                        \"name\": \"Liberty Bank\",\n                        \"language\": null\n                    },\n                    \"otherNames\": [],\n                    \"transliteratedOtherNames\": [],\n                    \"legalAddress\": {\n                        \"language\": null,\n                        \"addressLines\": [\n                            \"314 Park Avenue\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"Ironton\",\n                        \"region\": \"US-OH\",\n                        \"country\": \"US\",\n                        \"postalCode\": \"45638\"\n                    },\n                    \"headquartersAddress\": {\n                        \"language\": null,\n                        \"addressLines\": [\n                            \"314 Park Avenue\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"Ironton\",\n                        \"region\": \"US-OH\",\n                        \"country\": \"US\",\n                        \"postalCode\": \"45638\"\n                    },\n                    \"registeredAt\": {\n                        \"id\": \"RA888888\",\n                        \"other\": \"FDIC\"\n                    },\n                    \"registeredAs\": \"28463\",\n                    \"jurisdiction\": \"US-OH\",\n                    \"category\": null,\n                    \"legalForm\": {\n                        \"id\": \"8888\",\n                        \"other\": \"Bank\"\n                    },\n                    \"associatedEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"status\": \"ACTIVE\",\n                    \"expiration\": {\n                        \"date\": null,\n                        \"reason\": null\n                    },\n                    \"successorEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"otherAddresses\": []\n                },\n                \"registration\": {\n                    \"initialRegistrationDate\": \"2019-02-26T17:09:46Z\",\n                    \"lastUpdateDate\": \"2019-02-26T17:09:46Z\",\n                    \"status\": \"ISSUED\",\n                    \"nextRenewalDate\": \"2020-02-26T17:09:46Z\",\n                    \"managingLou\": \"5493001KJTIIGC8Y1R12\",\n                    \"corroborationLevel\": \"FULLY_CORROBORATED\",\n                    \"validatedAt\": {\n                        \"id\": \"RA888888\",\n                        \"other\": \"FDIC\"\n                    }\n                },\n                \"bic\": null\n            },\n            \"relationships\": {\n                \"managing-lou\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/254900Q1G2KB2C5CMN65/managing-lou\"\n                    }\n                },\n                \"lei-issuer\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/254900Q1G2KB2C5CMN65/lei-issuer\"\n                    }\n                },\n                \"modifications\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/254900Q1G2KB2C5CMN65/modifications\"\n                    }\n                },\n                \"direct-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/254900Q1G2KB2C5CMN65/direct-parent-reporting-exception\"\n                    }\n                },\n                \"ultimate-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/254900Q1G2KB2C5CMN65/ultimate-parent-reporting-exception\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/lei-records/254900Q1G2KB2C5CMN65\"\n            }\n        },\n        {\n            \"type\": \"lei-records\",\n            \"id\": \"549300EPUJMYHHCZPS30\",\n            \"attributes\": {\n                \"lei\": \"549300EPUJMYHHCZPS30\",\n                \"entity\": {\n                    \"legalName\": {\n                        \"name\": \"CoastalStates Bank\",\n                        \"language\": null\n                    },\n                    \"otherNames\": [],\n                    \"transliteratedOtherNames\": [],\n                    \"legalAddress\": {\n                        \"language\": null,\n                        \"addressLines\": [\n                            \"5 Bow Circle\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"Hilton Head Island\",\n                        \"region\": \"US-SC\",\n                        \"country\": \"US\",\n                        \"postalCode\": \"29928\"\n                    },\n                    \"headquartersAddress\": {\n                        \"language\": null,\n                        \"addressLines\": [\n                            \"5 Bow Circle\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"Hilton Head Island\",\n                        \"region\": \"US-SC\",\n                        \"country\": \"US\",\n                        \"postalCode\": \"29928\"\n                    },\n                    \"registeredAt\": {\n                        \"id\": \"RA888888\",\n                        \"other\": null\n                    },\n                    \"registeredAs\": \"57756\",\n                    \"jurisdiction\": \"US\",\n                    \"category\": null,\n                    \"legalForm\": {\n                        \"id\": \"9999\",\n                        \"other\": null\n                    },\n                    \"associatedEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"status\": \"ACTIVE\",\n                    \"expiration\": {\n                        \"date\": null,\n                        \"reason\": null\n                    },\n                    \"successorEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"otherAddresses\": []\n                },\n                \"registration\": {\n                    \"initialRegistrationDate\": \"2019-02-14T15:32:00Z\",\n                    \"lastUpdateDate\": \"2019-02-14T15:32:00Z\",\n                    \"status\": \"ISSUED\",\n                    \"nextRenewalDate\": \"2020-02-13T19:18:00Z\",\n                    \"managingLou\": \"EVK05KS7XY1DEII3R011\",\n                    \"corroborationLevel\": \"FULLY_CORROBORATED\",\n                    \"validatedAt\": {\n                        \"id\": null,\n                        \"other\": null\n                    }\n                },\n                \"bic\": null\n            },\n            \"relationships\": {\n                \"managing-lou\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/549300EPUJMYHHCZPS30/managing-lou\"\n                    }\n                },\n                \"lei-issuer\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/549300EPUJMYHHCZPS30/lei-issuer\"\n                    }\n                },\n                \"modifications\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/549300EPUJMYHHCZPS30/modifications\"\n                    }\n                },\n                \"direct-parent\": {\n                    \"links\": {\n                        \"relationship-record\": \"https://api.gleif.org/api/v1/lei-records/549300EPUJMYHHCZPS30/direct-parent-relationship\",\n                        \"lei-record\": \"https://api.gleif.org/api/v1/lei-records/549300EPUJMYHHCZPS30/direct-parent\"\n                    }\n                },\n                \"ultimate-parent\": {\n                    \"links\": {\n                        \"relationship-record\": \"https://api.gleif.org/api/v1/lei-records/549300EPUJMYHHCZPS30/ultimate-parent-relationship\",\n                        \"lei-record\": \"https://api.gleif.org/api/v1/lei-records/549300EPUJMYHHCZPS30/ultimate-parent\"\n                    }\n                },\n                \"direct-children\": {\n                    \"links\": {\n                        \"relationship-records\": \"https://api.gleif.org/api/v1/lei-records/549300EPUJMYHHCZPS30/direct-child-relationships\",\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/549300EPUJMYHHCZPS30/direct-children\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/lei-records/549300EPUJMYHHCZPS30\"\n            }\n        },\n        {\n            \"type\": \"lei-records\",\n            \"id\": \"89450087S9HL9ZD0GF91\",\n            \"attributes\": {\n                \"lei\": \"89450087S9HL9ZD0GF91\",\n                \"entity\": {\n                    \"legalName\": {\n                        \"name\": \"PROCREDIT BANK\",\n                        \"language\": null\n                    },\n                    \"otherNames\": [],\n                    \"transliteratedOtherNames\": [],\n                    \"legalAddress\": {\n                        \"language\": null,\n                        \"addressLines\": [\n                            \"PROSPEKT PEREMOHY, 107-A\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"Kyiv\",\n                        \"region\": null,\n                        \"country\": \"UA\",\n                        \"postalCode\": \"03115\"\n                    },\n                    \"headquartersAddress\": {\n                        \"language\": null,\n                        \"addressLines\": [\n                            \"PROSPEKT PEREMOHY, 107-A\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"Kyiv\",\n                        \"region\": null,\n                        \"country\": \"UA\",\n                        \"postalCode\": \"03115\"\n                    },\n                    \"registeredAt\": {\n                        \"id\": \"RA000567\",\n                        \"other\": null\n                    },\n                    \"registeredAs\": \"21677333\",\n                    \"jurisdiction\": \"UA\",\n                    \"category\": null,\n                    \"legalForm\": {\n                        \"id\": \"9999\",\n                        \"other\": \"JOINT STOCK COMPANY\"\n                    },\n                    \"associatedEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"status\": \"ACTIVE\",\n                    \"expiration\": {\n                        \"date\": null,\n                        \"reason\": null\n                    },\n                    \"successorEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"otherAddresses\": []\n                },\n                \"registration\": {\n                    \"initialRegistrationDate\": \"2019-02-13T00:33:53Z\",\n                    \"lastUpdateDate\": \"2019-02-13T00:33:54Z\",\n                    \"status\": \"ISSUED\",\n                    \"nextRenewalDate\": \"2020-02-13T00:33:54Z\",\n                    \"managingLou\": \"529900F6BNUR3RJ2WH29\",\n                    \"corroborationLevel\": \"FULLY_CORROBORATED\",\n                    \"validatedAt\": {\n                        \"id\": \"RA000567\",\n                        \"other\": null\n                    }\n                },\n                \"bic\": [\n                    \"MIFCUAUKXXX\"\n                ]\n            },\n            \"relationships\": {\n                \"managing-lou\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/89450087S9HL9ZD0GF91/managing-lou\"\n                    }\n                },\n                \"lei-issuer\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/89450087S9HL9ZD0GF91/lei-issuer\"\n                    }\n                },\n                \"modifications\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/89450087S9HL9ZD0GF91/modifications\"\n                    }\n                },\n                \"direct-parent\": {\n                    \"links\": {\n                        \"relationship-record\": \"https://api.gleif.org/api/v1/lei-records/89450087S9HL9ZD0GF91/direct-parent-relationship\",\n                        \"lei-record\": \"https://api.gleif.org/api/v1/lei-records/89450087S9HL9ZD0GF91/direct-parent\"\n                    }\n                },\n                \"ultimate-parent\": {\n                    \"links\": {\n                        \"relationship-record\": \"https://api.gleif.org/api/v1/lei-records/89450087S9HL9ZD0GF91/ultimate-parent-relationship\",\n                        \"lei-record\": \"https://api.gleif.org/api/v1/lei-records/89450087S9HL9ZD0GF91/ultimate-parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/lei-records/89450087S9HL9ZD0GF91\"\n            }\n        }\n    ]\n}"}],"_postman_id":"b9cccb8a-e065-4708-973d-1396ff419d0c"},{"name":"LEI Records based on Policy Conformity Flag","id":"7269fbc6-7e8b-4155-8eef-a9b84086cc2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/vnd.api+json","description":"<p>The 'application/vnd.api+json' media type specifies that the API client will only accept a JSON-formatted response body that conforms to the JSON API specification. More details can be found at: <a href=\"https://www.iana.org/assignments/media-types/application/vnd.api+json\">https://www.iana.org/assignments/media-types/application/vnd.api+json</a></p>\n"}],"url":"https://api.gleif.org/api/v1/lei-records?filter[conformityFlag]=CONFORMING\n","description":"<p>Retrieve LEI records based on the Policy Conformity Flag indicating whether the LEI records adhere to certain Regulatory Oversight Committee (ROC) policies and maintain legal reference data updated. This includes timely renewal of the LEI records and ensuring completion of Level 2 data reporting.</p>\n<p>Each LEI record is assigned one of the following Policy Conformity Flag enumeration values:</p>\n<ul>\n<li>CONFORMING</li>\n<li>NON_CONFORMING</li>\n<li>NOT_APPLICABLE</li>\n<li>NULL</li>\n</ul>\n<p><strong>CONFORMING</strong>: If the LEI record is timely renewed and the Level 2 data reporting is complete, then the Policy Conformity Flag of the LEI record is set as ‘CONFORMING’.</p>\n<p><strong>NON_CONFORMING</strong>: If the LEI record is not timely renewed, and/or Level 2 data reporting is incomplete, then the Policy Conformity Flag of the LEI record is set as ‘NON_CONFORMING’.</p>\n<p><strong>NOT_APPLICABLE</strong>: If the LEI record is RETIRED, ANNULLED, or DUPLICATE, then the Policy Conformity Flag of the LEI record is set as ‘NOT_APPLICABLE’.</p>\n<p><strong>NULL</strong>: For the newly added LEI records whose conformity value is not yet determined, the Policy Conformity Flag is <code>NULL</code>.</p>\n","urlObject":{"protocol":"https","path":["api","v1","lei-records"],"host":["api","gleif","org"],"query":[{"description":{"content":"<p>The Policy Conformity Flag indicates whether an LEI record conforms to certain Regulatory Oversight Committee (ROC) policies. </p>\n<p>If the LEI record is timely renewed, and Level 2 data reporting is complete, the LEI record is labelled ‘CONFORMING’.</p>\n","type":"text/plain"},"key":"filter[conformityFlag]","value":"CONFORMING\n"}],"variable":[]}},"response":[{"id":"b77ba1f2-6a86-4bba-9984-38ae57a2c82a","name":"LEI Records based on Policy Conformity Flag - CONFORMING","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/vnd.api+json","description":"The 'application/vnd.api+json' media type specifies that the API client will only accept a JSON-formatted response body that conforms to the JSON API specification. More details can be found at: https://www.iana.org/assignments/media-types/application/vnd.api+json"}],"url":{"raw":"https://api.gleif.org/api/v1/lei-records?filter[conformityFlag]=CONFORMING\n","protocol":"https","host":["api","gleif","org"],"path":["api","v1","lei-records"],"query":[{"key":"filter[conformityFlag]","value":"CONFORMING\n","description":"If the LEI record is timely renewed, and Level 2 data reporting is complete, the LEI record is labelled ‘CONFORMING’.\n"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"goldenCopy\": {\n            \"publishDate\": \"2024-04-09T00:00:00Z\"\n        },\n        \"pagination\": {\n            \"currentPage\": 1,\n            \"perPage\": 15,\n            \"from\": 1,\n            \"to\": 15,\n            \"total\": 1358236,\n            \"lastPage\": 90550\n        }\n    },\n    \"links\": {\n        \"first\": \"https://api.gleif.org/api/v1/lei-records?filter%5BconformityFlag%5D=CONFORMING&page%5Bnumber%5D=1&page%5Bsize%5D=15\",\n        \"next\": \"https://api.gleif.org/api/v1/lei-records?filter%5BconformityFlag%5D=CONFORMING&page%5Bnumber%5D=2&page%5Bsize%5D=15\",\n        \"last\": \"https://api.gleif.org/api/v1/lei-records?filter%5BconformityFlag%5D=CONFORMING&page%5Bnumber%5D=90550&page%5Bsize%5D=15\"\n    },\n    \"data\": [\n        {\n            \"type\": \"lei-records\",\n            \"id\": \"984500X5JOBRID68DC59\",\n            \"attributes\": {\n                \"lei\": \"984500X5JOBRID68DC59\",\n                \"entity\": {\n                    \"legalName\": {\n                        \"name\": \"VCONVERSIO PRIVATE LIMITED\",\n                        \"language\": \"en\"\n                    },\n                    \"otherNames\": [],\n                    \"transliteratedOtherNames\": [],\n                    \"legalAddress\": {\n                        \"language\": \"en\",\n                        \"addressLines\": [\n                            \"418-419, AIHP SIGNATURE, WING-B, 1ST FLOOR, SECTOR-18\",\n                            \"UDYOG VIHAR, PHASE 4\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"Gurgaon\",\n                        \"region\": \"IN-HR\",\n                        \"country\": \"IN\",\n                        \"postalCode\": \"122015\"\n                    },\n                    \"headquartersAddress\": {\n                        \"language\": \"en\",\n                        \"addressLines\": [\n                            \"4th Floor, Tower1, Splendor Spectrum One\",\n                            \"Golf Course Extension, Sector 58\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"Gurugram\",\n                        \"region\": \"IN-HR\",\n                        \"country\": \"IN\",\n                        \"postalCode\": \"122001\"\n                    },\n                    \"registeredAt\": {\n                        \"id\": \"RA000394\",\n                        \"other\": null\n                    },\n                    \"registeredAs\": \"U72200HR2022PTC107962\",\n                    \"jurisdiction\": \"IN\",\n                    \"category\": \"GENERAL\",\n                    \"legalForm\": {\n                        \"id\": \"YSP9\",\n                        \"other\": null\n                    },\n                    \"associatedEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"status\": \"ACTIVE\",\n                    \"expiration\": {\n                        \"date\": null,\n                        \"reason\": null\n                    },\n                    \"successorEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"successorEntities\": [],\n                    \"creationDate\": \"2022-11-24T00:00:00Z\",\n                    \"subCategory\": null,\n                    \"otherAddresses\": [],\n                    \"eventGroups\": []\n                },\n                \"registration\": {\n                    \"initialRegistrationDate\": \"2024-04-01T08:07:36Z\",\n                    \"lastUpdateDate\": \"2024-04-01T08:07:36Z\",\n                    \"status\": \"ISSUED\",\n                    \"nextRenewalDate\": \"2025-04-01T08:07:38Z\",\n                    \"managingLou\": \"529900T8BM49AURSDO55\",\n                    \"corroborationLevel\": \"FULLY_CORROBORATED\",\n                    \"validatedAt\": {\n                        \"id\": \"RA000394\",\n                        \"other\": null\n                    },\n                    \"validatedAs\": \"U72200HR2022PTC107962\",\n                    \"otherValidationAuthorities\": [\n                        {\n                            \"validatedAt\": {\n                                \"id\": \"RA000754\"\n                            },\n                            \"validatedAs\": \"06AAJCV0965H1Z4\"\n                        }\n                    ]\n                },\n                \"bic\": null,\n                \"mic\": null,\n                \"ocid\": \"in/U72200HR2022PTC107962\",\n                \"spglobal\": [\n                    \"1876679150\"\n                ],\n                \"conformityFlag\": \"CONFORMING\"\n            },\n            \"relationships\": {\n                \"managing-lou\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/984500X5JOBRID68DC59/managing-lou\"\n                    }\n                },\n                \"lei-issuer\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/984500X5JOBRID68DC59/lei-issuer\"\n                    }\n                },\n                \"field-modifications\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/984500X5JOBRID68DC59/field-modifications\"\n                    }\n                },\n                \"direct-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/984500X5JOBRID68DC59/direct-parent-reporting-exception\"\n                    }\n                },\n                \"ultimate-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/984500X5JOBRID68DC59/ultimate-parent-reporting-exception\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/lei-records/984500X5JOBRID68DC59\"\n            }\n        },\n        {\n            \"type\": \"lei-records\",\n            \"id\": \"984500E495A6CEC09D18\",\n            \"attributes\": {\n                \"lei\": \"984500E495A6CEC09D18\",\n                \"entity\": {\n                    \"legalName\": {\n                        \"name\": \"ENERTURE SOLAR FOUR PRIVATE LIMITED\",\n                        \"language\": \"en\"\n                    },\n                    \"otherNames\": [\n                        {\n                            \"name\": \"M/S ENERTURE SOLAR FOUR PRIVATE LIMITED\",\n                            \"language\": \"en\",\n                            \"type\": \"TRADING_OR_OPERATING_NAME\"\n                        }\n                    ],\n                    \"transliteratedOtherNames\": [],\n                    \"legalAddress\": {\n                        \"language\": \"en\",\n                        \"addressLines\": [\n                            \"128, 2nd Floor, Kaveri Apartment, D6, Vasant Kunj\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"New Delhi\",\n                        \"region\": \"IN-DL\",\n                        \"country\": \"IN\",\n                        \"postalCode\": \"110070\"\n                    },\n                    \"headquartersAddress\": {\n                        \"language\": \"en\",\n                        \"addressLines\": [\n                            \"128, 2nd Floor, Kaveri Apartment, D6, Vasant Kunj\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"New Delhi\",\n                        \"region\": \"IN-DL\",\n                        \"country\": \"IN\",\n                        \"postalCode\": \"110070\"\n                    },\n                    \"registeredAt\": {\n                        \"id\": \"RA000394\",\n                        \"other\": null\n                    },\n                    \"registeredAs\": \"U35105DL2023PTC414391\",\n                    \"jurisdiction\": \"IN\",\n                    \"category\": \"GENERAL\",\n                    \"legalForm\": {\n                        \"id\": \"YSP9\",\n                        \"other\": null\n                    },\n                    \"associatedEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"status\": \"ACTIVE\",\n                    \"expiration\": {\n                        \"date\": null,\n                        \"reason\": null\n                    },\n                    \"successorEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"successorEntities\": [],\n                    \"creationDate\": \"2023-05-18T00:00:00Z\",\n                    \"subCategory\": null,\n                    \"otherAddresses\": [],\n                    \"eventGroups\": []\n                },\n                \"registration\": {\n                    \"initialRegistrationDate\": \"2024-04-01T07:52:14Z\",\n                    \"lastUpdateDate\": \"2024-04-01T07:52:14Z\",\n                    \"status\": \"ISSUED\",\n                    \"nextRenewalDate\": \"2025-04-01T07:52:16Z\",\n                    \"managingLou\": \"529900T8BM49AURSDO55\",\n                    \"corroborationLevel\": \"FULLY_CORROBORATED\",\n                    \"validatedAt\": {\n                        \"id\": \"RA000394\",\n                        \"other\": null\n                    },\n                    \"validatedAs\": \"U35105DL2023PTC414391\",\n                    \"otherValidationAuthorities\": [\n                        {\n                            \"validatedAt\": {\n                                \"id\": \"RA000754\"\n                            },\n                            \"validatedAs\": \"07AAHCE5734B1ZW\"\n                        },\n                        {\n                            \"validatedAt\": {\n                                \"id\": \"RA000900\"\n                            },\n                            \"validatedAs\": \"UDYAM-DL-08-0062419\"\n                        }\n                    ]\n                },\n                \"bic\": null,\n                \"mic\": null,\n                \"ocid\": null,\n                \"spglobal\": [\n                    \"1877192099\"\n                ],\n                \"conformityFlag\": \"CONFORMING\"\n            },\n            \"relationships\": {\n                \"managing-lou\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/984500E495A6CEC09D18/managing-lou\"\n                    }\n                },\n                \"lei-issuer\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/984500E495A6CEC09D18/lei-issuer\"\n                    }\n                },\n                \"field-modifications\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/984500E495A6CEC09D18/field-modifications\"\n                    }\n                },\n                \"direct-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/984500E495A6CEC09D18/direct-parent-reporting-exception\"\n                    }\n                },\n                \"ultimate-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/984500E495A6CEC09D18/ultimate-parent-reporting-exception\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/lei-records/984500E495A6CEC09D18\"\n            }\n        },\n        {\n            \"type\": \"lei-records\",\n            \"id\": \"984500C1D85E1A374E12\",\n            \"attributes\": {\n                \"lei\": \"984500C1D85E1A374E12\",\n                \"entity\": {\n                    \"legalName\": {\n                        \"name\": \"KURIAN RUBBER ASSAM LLP\",\n                        \"language\": \"en\"\n                    },\n                    \"otherNames\": [],\n                    \"transliteratedOtherNames\": [],\n                    \"legalAddress\": {\n                        \"language\": \"en\",\n                        \"addressLines\": [\n                            \"DAG NO. 34, KP PATTA NO. 4, 12TH MILE\",\n                            \"JORABAT, Beltola, Gmc\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"Kamrup\",\n                        \"region\": \"IN-AS\",\n                        \"country\": \"IN\",\n                        \"postalCode\": \"781028\"\n                    },\n                    \"headquartersAddress\": {\n                        \"language\": \"en\",\n                        \"addressLines\": [\n                            \"DAG NO. 34, KP PATTA NO. 4, 12TH MILE\",\n                            \"JORABAT, Beltola, Gmc\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"Kamrup\",\n                        \"region\": \"IN-AS\",\n                        \"country\": \"IN\",\n                        \"postalCode\": \"781028\"\n                    },\n                    \"registeredAt\": {\n                        \"id\": \"RA000394\",\n                        \"other\": null\n                    },\n                    \"registeredAs\": \"ACD-2721\",\n                    \"jurisdiction\": \"IN\",\n                    \"category\": \"GENERAL\",\n                    \"legalForm\": {\n                        \"id\": \"U5S6\",\n                        \"other\": null\n                    },\n                    \"associatedEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"status\": \"ACTIVE\",\n                    \"expiration\": {\n                        \"date\": null,\n                        \"reason\": null\n                    },\n                    \"successorEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"successorEntities\": [],\n                    \"creationDate\": \"2023-10-09T00:00:00Z\",\n                    \"subCategory\": null,\n                    \"otherAddresses\": [],\n                    \"eventGroups\": []\n                },\n                \"registration\": {\n                    \"initialRegistrationDate\": \"2024-04-01T07:45:29Z\",\n                    \"lastUpdateDate\": \"2024-04-01T07:45:29Z\",\n                    \"status\": \"ISSUED\",\n                    \"nextRenewalDate\": \"2025-04-01T07:45:31Z\",\n                    \"managingLou\": \"529900T8BM49AURSDO55\",\n                    \"corroborationLevel\": \"FULLY_CORROBORATED\",\n                    \"validatedAt\": {\n                        \"id\": \"RA000394\",\n                        \"other\": null\n                    },\n                    \"validatedAs\": \"ACD-2721\",\n                    \"otherValidationAuthorities\": [\n                        {\n                            \"validatedAt\": {\n                                \"id\": \"RA000754\"\n                            },\n                            \"validatedAs\": \"18ABBFK1027H1ZN\"\n                        }\n                    ]\n                },\n                \"bic\": null,\n                \"mic\": null,\n                \"ocid\": null,\n                \"spglobal\": [\n                    \"1876665188\"\n                ],\n                \"conformityFlag\": \"CONFORMING\"\n            },\n            \"relationships\": {\n                \"managing-lou\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/984500C1D85E1A374E12/managing-lou\"\n                    }\n                },\n                \"lei-issuer\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/984500C1D85E1A374E12/lei-issuer\"\n                    }\n                },\n                \"field-modifications\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/984500C1D85E1A374E12/field-modifications\"\n                    }\n                },\n                \"direct-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/984500C1D85E1A374E12/direct-parent-reporting-exception\"\n                    }\n                },\n                \"ultimate-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/984500C1D85E1A374E12/ultimate-parent-reporting-exception\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/lei-records/984500C1D85E1A374E12\"\n            }\n        },\n        {\n            \"type\": \"lei-records\",\n            \"id\": \"984500D2DA54FY9C7E33\",\n            \"attributes\": {\n                \"lei\": \"984500D2DA54FY9C7E33\",\n                \"entity\": {\n                    \"legalName\": {\n                        \"name\": \"OÜ Laas Entertainment\",\n                        \"language\": \"et\"\n                    },\n                    \"otherNames\": [],\n                    \"transliteratedOtherNames\": [],\n                    \"legalAddress\": {\n                        \"language\": \"et\",\n                        \"addressLines\": [\n                            \"Taime tn 9-3\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"Tallinn\",\n                        \"region\": \"EE-37\",\n                        \"country\": \"EE\",\n                        \"postalCode\": \"10317\"\n                    },\n                    \"headquartersAddress\": {\n                        \"language\": \"et\",\n                        \"addressLines\": [\n                            \"Taime tn 9-3\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"Tallinn\",\n                        \"region\": \"EE-37\",\n                        \"country\": \"EE\",\n                        \"postalCode\": \"10317\"\n                    },\n                    \"registeredAt\": {\n                        \"id\": \"RA000181\",\n                        \"other\": null\n                    },\n                    \"registeredAs\": \"12915064\",\n                    \"jurisdiction\": \"EE\",\n                    \"category\": \"GENERAL\",\n                    \"legalForm\": {\n                        \"id\": \"JC0Y\",\n                        \"other\": null\n                    },\n                    \"associatedEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"status\": \"ACTIVE\",\n                    \"expiration\": {\n                        \"date\": null,\n                        \"reason\": null\n                    },\n                    \"successorEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"successorEntities\": [],\n                    \"creationDate\": \"2015-09-17T00:00:00Z\",\n                    \"subCategory\": null,\n                    \"otherAddresses\": [],\n                    \"eventGroups\": []\n                },\n                \"registration\": {\n                    \"initialRegistrationDate\": \"2024-04-01T07:45:29Z\",\n                    \"lastUpdateDate\": \"2024-04-01T07:45:29Z\",\n                    \"status\": \"ISSUED\",\n                    \"nextRenewalDate\": \"2025-04-01T07:45:31Z\",\n                    \"managingLou\": \"529900T8BM49AURSDO55\",\n                    \"corroborationLevel\": \"FULLY_CORROBORATED\",\n                    \"validatedAt\": {\n                        \"id\": \"RA000181\",\n                        \"other\": null\n                    },\n                    \"validatedAs\": \"12915064\",\n                    \"otherValidationAuthorities\": []\n                },\n                \"bic\": null,\n                \"mic\": null,\n                \"ocid\": null,\n                \"spglobal\": [\n                    \"1876678256\"\n                ],\n                \"conformityFlag\": \"CONFORMING\"\n            },\n            \"relationships\": {\n                \"managing-lou\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/984500D2DA54FY9C7E33/managing-lou\"\n                    }\n                },\n                \"lei-issuer\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/984500D2DA54FY9C7E33/lei-issuer\"\n                    }\n                },\n                \"field-modifications\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/984500D2DA54FY9C7E33/field-modifications\"\n                    }\n                },\n                \"direct-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/984500D2DA54FY9C7E33/direct-parent-reporting-exception\"\n                    }\n                },\n                \"ultimate-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/984500D2DA54FY9C7E33/ultimate-parent-reporting-exception\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/lei-records/984500D2DA54FY9C7E33\"\n            }\n        },\n        {\n            \"type\": \"lei-records\",\n            \"id\": \"984500608C46BF14QF03\",\n            \"attributes\": {\n                \"lei\": \"984500608C46BF14QF03\",\n                \"entity\": {\n                    \"legalName\": {\n                        \"name\": \"LISO COIR TEX PRIVATE LIMITED\",\n                        \"language\": \"en\"\n                    },\n                    \"otherNames\": [\n                        {\n                            \"name\": \"LISO COIR TEX PRIVATE LTD.\",\n                            \"language\": \"en\",\n                            \"type\": \"TRADING_OR_OPERATING_NAME\"\n                        }\n                    ],\n                    \"transliteratedOtherNames\": [],\n                    \"legalAddress\": {\n                        \"language\": \"en\",\n                        \"addressLines\": [\n                            \"BUILDING NO. 12/865, PATHIRAPALLI\",\n                            \"POOMKAVU\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"ALAPPUZHA\",\n                        \"region\": \"IN-KL\",\n                        \"country\": \"IN\",\n                        \"postalCode\": \"688521\"\n                    },\n                    \"headquartersAddress\": {\n                        \"language\": \"en\",\n                        \"addressLines\": [\n                            \"BUILDING NO. 12/865, PATHIRAPALLI\",\n                            \"POOMKAVU\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"ALAPPUZHA\",\n                        \"region\": \"IN-KL\",\n                        \"country\": \"IN\",\n                        \"postalCode\": \"688521\"\n                    },\n                    \"registeredAt\": {\n                        \"id\": \"RA000394\",\n                        \"other\": null\n                    },\n                    \"registeredAs\": \"U36104KL2014PTC036105\",\n                    \"jurisdiction\": \"IN\",\n                    \"category\": \"GENERAL\",\n                    \"legalForm\": {\n                        \"id\": \"YSP9\",\n                        \"other\": null\n                    },\n                    \"associatedEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"status\": \"ACTIVE\",\n                    \"expiration\": {\n                        \"date\": null,\n                        \"reason\": null\n                    },\n                    \"successorEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"successorEntities\": [],\n                    \"creationDate\": \"2014-02-07T00:00:00Z\",\n                    \"subCategory\": null,\n                    \"otherAddresses\": [],\n                    \"eventGroups\": []\n                },\n                \"registration\": {\n                    \"initialRegistrationDate\": \"2024-04-01T07:43:11Z\",\n                    \"lastUpdateDate\": \"2024-04-01T07:43:11Z\",\n                    \"status\": \"ISSUED\",\n                    \"nextRenewalDate\": \"2025-04-01T07:43:13Z\",\n                    \"managingLou\": \"529900T8BM49AURSDO55\",\n                    \"corroborationLevel\": \"FULLY_CORROBORATED\",\n                    \"validatedAt\": {\n                        \"id\": \"RA000394\",\n                        \"other\": null\n                    },\n                    \"validatedAs\": \"U36104KL2014PTC036105\",\n                    \"otherValidationAuthorities\": [\n                        {\n                            \"validatedAt\": {\n                                \"id\": \"RA000754\"\n                            },\n                            \"validatedAs\": \"32AACCL6432C1Z2\"\n                        }\n                    ]\n                },\n                \"bic\": null,\n                \"mic\": null,\n                \"ocid\": \"in/U36104KL2014PTC036105\",\n                \"spglobal\": [\n                    \"1876676973\"\n                ],\n                \"conformityFlag\": \"CONFORMING\"\n            },\n            \"relationships\": {\n                \"managing-lou\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/984500608C46BF14QF03/managing-lou\"\n                    }\n                },\n                \"lei-issuer\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/984500608C46BF14QF03/lei-issuer\"\n                    }\n                },\n                \"field-modifications\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/984500608C46BF14QF03/field-modifications\"\n                    }\n                },\n                \"direct-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/984500608C46BF14QF03/direct-parent-reporting-exception\"\n                    }\n                },\n                \"ultimate-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/984500608C46BF14QF03/ultimate-parent-reporting-exception\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/lei-records/984500608C46BF14QF03\"\n            }\n        },\n        {\n            \"type\": \"lei-records\",\n            \"id\": \"984500QAA3AD8F09E736\",\n            \"attributes\": {\n                \"lei\": \"984500QAA3AD8F09E736\",\n                \"entity\": {\n                    \"legalName\": {\n                        \"name\": \"BIKAR METALS INDIA PRIVATE LIMITED\",\n                        \"language\": \"en\"\n                    },\n                    \"otherNames\": [],\n                    \"transliteratedOtherNames\": [],\n                    \"legalAddress\": {\n                        \"language\": \"en\",\n                        \"addressLines\": [\n                            \"3, SIDDALINGA KRUPA, PARIJAT CLOSE, MANGO MEADOW, Udyambag\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"Belgaum\",\n                        \"region\": \"IN-KA\",\n                        \"country\": \"IN\",\n                        \"postalCode\": \"590008\"\n                    },\n                    \"headquartersAddress\": {\n                        \"language\": \"en\",\n                        \"addressLines\": [\n                            \"3, SIDDALINGA KRUPA, PARIJAT CLOSE, MANGO MEADOW, Udyambag\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"Belgaum\",\n                        \"region\": \"IN-KA\",\n                        \"country\": \"IN\",\n                        \"postalCode\": \"590008\"\n                    },\n                    \"registeredAt\": {\n                        \"id\": \"RA000394\",\n                        \"other\": null\n                    },\n                    \"registeredAs\": \"U46620KA2023FTC179834\",\n                    \"jurisdiction\": \"IN\",\n                    \"category\": \"GENERAL\",\n                    \"legalForm\": {\n                        \"id\": \"YSP9\",\n                        \"other\": null\n                    },\n                    \"associatedEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"status\": \"ACTIVE\",\n                    \"expiration\": {\n                        \"date\": null,\n                        \"reason\": null\n                    },\n                    \"successorEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"successorEntities\": [],\n                    \"creationDate\": \"2023-10-14T00:00:00Z\",\n                    \"subCategory\": null,\n                    \"otherAddresses\": [],\n                    \"eventGroups\": []\n                },\n                \"registration\": {\n                    \"initialRegistrationDate\": \"2024-04-01T07:40:52Z\",\n                    \"lastUpdateDate\": \"2024-04-01T07:40:52Z\",\n                    \"status\": \"ISSUED\",\n                    \"nextRenewalDate\": \"2025-04-01T07:40:55Z\",\n                    \"managingLou\": \"529900T8BM49AURSDO55\",\n                    \"corroborationLevel\": \"FULLY_CORROBORATED\",\n                    \"validatedAt\": {\n                        \"id\": \"RA000394\",\n                        \"other\": null\n                    },\n                    \"validatedAs\": \"U46620KA2023FTC179834\",\n                    \"otherValidationAuthorities\": []\n                },\n                \"bic\": null,\n                \"mic\": null,\n                \"ocid\": null,\n                \"spglobal\": [\n                    \"1869668096\"\n                ],\n                \"conformityFlag\": \"CONFORMING\"\n            },\n            \"relationships\": {\n                \"managing-lou\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/984500QAA3AD8F09E736/managing-lou\"\n                    }\n                },\n                \"lei-issuer\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/984500QAA3AD8F09E736/lei-issuer\"\n                    }\n                },\n                \"field-modifications\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/984500QAA3AD8F09E736/field-modifications\"\n                    }\n                },\n                \"direct-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/984500QAA3AD8F09E736/direct-parent-reporting-exception\"\n                    }\n                },\n                \"ultimate-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/984500QAA3AD8F09E736/ultimate-parent-reporting-exception\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/lei-records/984500QAA3AD8F09E736\"\n            }\n        },\n        {\n            \"type\": \"lei-records\",\n            \"id\": \"98450075AM74EA40FD89\",\n            \"attributes\": {\n                \"lei\": \"98450075AM74EA40FD89\",\n                \"entity\": {\n                    \"legalName\": {\n                        \"name\": \"SRE SAMRAJH EDUCATIONAL SOCIETY\",\n                        \"language\": \"en\"\n                    },\n                    \"otherNames\": [],\n                    \"transliteratedOtherNames\": [],\n                    \"legalAddress\": {\n                        \"language\": \"en\",\n                        \"addressLines\": [\n                            \"6/97/7/9/216, 3rd Floor, Phase 2\",\n                            \"Huda Colony, Chanda Nagar, Serilingampally\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"Hyderabad\",\n                        \"region\": \"IN-TS\",\n                        \"country\": \"IN\",\n                        \"postalCode\": \"500050\"\n                    },\n                    \"headquartersAddress\": {\n                        \"language\": \"en\",\n                        \"addressLines\": [\n                            \"6/97/7/9/216, 3rd Floor, Phase 2\",\n                            \"Huda Colony, Chanda Nagar, Serilingampally\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"Hyderabad\",\n                        \"region\": \"IN-TS\",\n                        \"country\": \"IN\",\n                        \"postalCode\": \"500050\"\n                    },\n                    \"registeredAt\": {\n                        \"id\": \"RA000717\",\n                        \"other\": null\n                    },\n                    \"registeredAs\": \"TS/2023/0379670\",\n                    \"jurisdiction\": \"IN\",\n                    \"category\": \"GENERAL\",\n                    \"legalForm\": {\n                        \"id\": \"8888\",\n                        \"other\": \"Society/Club/Trust/AOP\"\n                    },\n                    \"associatedEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"status\": \"ACTIVE\",\n                    \"expiration\": {\n                        \"date\": null,\n                        \"reason\": null\n                    },\n                    \"successorEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"successorEntities\": [],\n                    \"creationDate\": \"2018-07-06T00:00:00Z\",\n                    \"subCategory\": null,\n                    \"otherAddresses\": [],\n                    \"eventGroups\": []\n                },\n                \"registration\": {\n                    \"initialRegistrationDate\": \"2024-04-01T07:34:56Z\",\n                    \"lastUpdateDate\": \"2024-04-01T07:34:56Z\",\n                    \"status\": \"ISSUED\",\n                    \"nextRenewalDate\": \"2025-04-01T07:34:58Z\",\n                    \"managingLou\": \"529900T8BM49AURSDO55\",\n                    \"corroborationLevel\": \"FULLY_CORROBORATED\",\n                    \"validatedAt\": {\n                        \"id\": \"RA000717\",\n                        \"other\": null\n                    },\n                    \"validatedAs\": \"TS/2023/0379670\",\n                    \"otherValidationAuthorities\": []\n                },\n                \"bic\": null,\n                \"mic\": null,\n                \"ocid\": null,\n                \"spglobal\": [\n                    \"1876663843\"\n                ],\n                \"conformityFlag\": \"CONFORMING\"\n            },\n            \"relationships\": {\n                \"managing-lou\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/98450075AM74EA40FD89/managing-lou\"\n                    }\n                },\n                \"lei-issuer\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/98450075AM74EA40FD89/lei-issuer\"\n                    }\n                },\n                \"field-modifications\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/98450075AM74EA40FD89/field-modifications\"\n                    }\n                },\n                \"direct-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/98450075AM74EA40FD89/direct-parent-reporting-exception\"\n                    }\n                },\n                \"ultimate-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/98450075AM74EA40FD89/ultimate-parent-reporting-exception\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/lei-records/98450075AM74EA40FD89\"\n            }\n        },\n        {\n            \"type\": \"lei-records\",\n            \"id\": \"984500EB10650B8ACB02\",\n            \"attributes\": {\n                \"lei\": \"984500EB10650B8ACB02\",\n                \"entity\": {\n                    \"legalName\": {\n                        \"name\": \"BHUSHAN KAUTIK PAGAR\",\n                        \"language\": \"en\"\n                    },\n                    \"otherNames\": [\n                        {\n                            \"name\": \"SAI KRUPA CONSTRUCTION\",\n                            \"language\": \"en\",\n                            \"type\": \"TRADING_OR_OPERATING_NAME\"\n                        }\n                    ],\n                    \"transliteratedOtherNames\": [],\n                    \"legalAddress\": {\n                        \"language\": \"en\",\n                        \"addressLines\": [\n                            \"RAMKRISHNA APPT, FLAT NO. 3\",\n                            \"UNIT NO. 5, GANGAPUR ROAD\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"NASHIK\",\n                        \"region\": \"IN-MH\",\n                        \"country\": \"IN\",\n                        \"postalCode\": \"422005\"\n                    },\n                    \"headquartersAddress\": {\n                        \"language\": \"en\",\n                        \"addressLines\": [\n                            \"RAMKRISHNA APPT, FLAT NO. 3\",\n                            \"UNIT NO. 5, GANGAPUR ROAD\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"NASHIK\",\n                        \"region\": \"IN-MH\",\n                        \"country\": \"IN\",\n                        \"postalCode\": \"422005\"\n                    },\n                    \"registeredAt\": {\n                        \"id\": \"RA000754\",\n                        \"other\": null\n                    },\n                    \"registeredAs\": \"27AVFPP3491C1ZJ\",\n                    \"jurisdiction\": \"IN\",\n                    \"category\": \"SOLE_PROPRIETOR\",\n                    \"legalForm\": {\n                        \"id\": \"4QIE\",\n                        \"other\": null\n                    },\n                    \"associatedEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"status\": \"ACTIVE\",\n                    \"expiration\": {\n                        \"date\": null,\n                        \"reason\": null\n                    },\n                    \"successorEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"successorEntities\": [],\n                    \"creationDate\": \"2021-03-12T00:00:00Z\",\n                    \"subCategory\": null,\n                    \"otherAddresses\": [],\n                    \"eventGroups\": []\n                },\n                \"registration\": {\n                    \"initialRegistrationDate\": \"2024-04-01T07:31:07Z\",\n                    \"lastUpdateDate\": \"2024-04-01T07:31:07Z\",\n                    \"status\": \"ISSUED\",\n                    \"nextRenewalDate\": \"2025-04-01T07:31:10Z\",\n                    \"managingLou\": \"529900T8BM49AURSDO55\",\n                    \"corroborationLevel\": \"PARTIALLY_CORROBORATED\",\n                    \"validatedAt\": {\n                        \"id\": \"RA000754\",\n                        \"other\": null\n                    },\n                    \"validatedAs\": \"27AVFPP3491C1ZJ\",\n                    \"otherValidationAuthorities\": []\n                },\n                \"bic\": null,\n                \"mic\": null,\n                \"ocid\": null,\n                \"spglobal\": null,\n                \"conformityFlag\": \"CONFORMING\"\n            },\n            \"relationships\": {\n                \"managing-lou\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/984500EB10650B8ACB02/managing-lou\"\n                    }\n                },\n                \"lei-issuer\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/984500EB10650B8ACB02/lei-issuer\"\n                    }\n                },\n                \"field-modifications\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/984500EB10650B8ACB02/field-modifications\"\n                    }\n                },\n                \"direct-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/984500EB10650B8ACB02/direct-parent-reporting-exception\"\n                    }\n                },\n                \"ultimate-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/984500EB10650B8ACB02/ultimate-parent-reporting-exception\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/lei-records/984500EB10650B8ACB02\"\n            }\n        },\n        {\n            \"type\": \"lei-records\",\n            \"id\": \"984500A1C1C0EEA6B788\",\n            \"attributes\": {\n                \"lei\": \"984500A1C1C0EEA6B788\",\n                \"entity\": {\n                    \"legalName\": {\n                        \"name\": \"VIJAYA VARDHAN IMPEX\",\n                        \"language\": \"en\"\n                    },\n                    \"otherNames\": [],\n                    \"transliteratedOtherNames\": [],\n                    \"legalAddress\": {\n                        \"language\": \"en\",\n                        \"addressLines\": [\n                            \"Ground Floor, 41-1/15-5, Bapanayyanagar Street\",\n                            \"Near Vijaya Nurshing Home, Krishna Lanka, NTR\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"Vijayawada\",\n                        \"region\": \"IN-AP\",\n                        \"country\": \"IN\",\n                        \"postalCode\": \"520013\"\n                    },\n                    \"headquartersAddress\": {\n                        \"language\": \"en\",\n                        \"addressLines\": [\n                            \"Ground Floor, 41-1/15-5, Bapanayyanagar Street\",\n                            \"Near Vijaya Nurshing Home, Krishna Lanka, NTR\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"Vijayawada\",\n                        \"region\": \"IN-AP\",\n                        \"country\": \"IN\",\n                        \"postalCode\": \"520013\"\n                    },\n                    \"registeredAt\": {\n                        \"id\": \"RA000754\",\n                        \"other\": null\n                    },\n                    \"registeredAs\": \"37AATFV0107A1ZF\",\n                    \"jurisdiction\": \"IN\",\n                    \"category\": \"GENERAL\",\n                    \"legalForm\": {\n                        \"id\": \"A0PS\",\n                        \"other\": null\n                    },\n                    \"associatedEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"status\": \"ACTIVE\",\n                    \"expiration\": {\n                        \"date\": null,\n                        \"reason\": null\n                    },\n                    \"successorEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"successorEntities\": [],\n                    \"creationDate\": \"2022-07-23T00:00:00Z\",\n                    \"subCategory\": null,\n                    \"otherAddresses\": [],\n                    \"eventGroups\": []\n                },\n                \"registration\": {\n                    \"initialRegistrationDate\": \"2024-04-01T07:23:15Z\",\n                    \"lastUpdateDate\": \"2024-04-01T07:23:15Z\",\n                    \"status\": \"ISSUED\",\n                    \"nextRenewalDate\": \"2025-04-01T07:23:17Z\",\n                    \"managingLou\": \"529900T8BM49AURSDO55\",\n                    \"corroborationLevel\": \"FULLY_CORROBORATED\",\n                    \"validatedAt\": {\n                        \"id\": \"RA000754\",\n                        \"other\": null\n                    },\n                    \"validatedAs\": \"37AATFV0107A1ZF\",\n                    \"otherValidationAuthorities\": []\n                },\n                \"bic\": null,\n                \"mic\": null,\n                \"ocid\": null,\n                \"spglobal\": [\n                    \"1876664821\"\n                ],\n                \"conformityFlag\": \"CONFORMING\"\n            },\n            \"relationships\": {\n                \"managing-lou\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/984500A1C1C0EEA6B788/managing-lou\"\n                    }\n                },\n                \"lei-issuer\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/984500A1C1C0EEA6B788/lei-issuer\"\n                    }\n                },\n                \"field-modifications\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/984500A1C1C0EEA6B788/field-modifications\"\n                    }\n                },\n                \"direct-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/984500A1C1C0EEA6B788/direct-parent-reporting-exception\"\n                    }\n                },\n                \"ultimate-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/984500A1C1C0EEA6B788/ultimate-parent-reporting-exception\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/lei-records/984500A1C1C0EEA6B788\"\n            }\n        },\n        {\n            \"type\": \"lei-records\",\n            \"id\": \"984500ACF7DEDDPF8446\",\n            \"attributes\": {\n                \"lei\": \"984500ACF7DEDDPF8446\",\n                \"entity\": {\n                    \"legalName\": {\n                        \"name\": \"Blue Stone Realties Inc.\",\n                        \"language\": \"en\"\n                    },\n                    \"otherNames\": [],\n                    \"transliteratedOtherNames\": [],\n                    \"legalAddress\": {\n                        \"language\": \"en\",\n                        \"addressLines\": [\n                            \"433 Chabanel Street Suite 705\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"Montréal\",\n                        \"region\": \"CA-QC\",\n                        \"country\": \"CA\",\n                        \"postalCode\": \"H2N 2J7\"\n                    },\n                    \"headquartersAddress\": {\n                        \"language\": \"en\",\n                        \"addressLines\": [\n                            \"433 Chabanel Street Suite 705\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"Montréal\",\n                        \"region\": \"CA-QC\",\n                        \"country\": \"CA\",\n                        \"postalCode\": \"H2N 2J7\"\n                    },\n                    \"registeredAt\": {\n                        \"id\": \"RA000072\",\n                        \"other\": null\n                    },\n                    \"registeredAs\": \"10351946\",\n                    \"jurisdiction\": \"CA\",\n                    \"category\": \"GENERAL\",\n                    \"legalForm\": {\n                        \"id\": \"UDLA\",\n                        \"other\": null\n                    },\n                    \"associatedEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"status\": \"ACTIVE\",\n                    \"expiration\": {\n                        \"date\": null,\n                        \"reason\": null\n                    },\n                    \"successorEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"successorEntities\": [],\n                    \"creationDate\": \"2017-08-03T00:00:00Z\",\n                    \"subCategory\": null,\n                    \"otherAddresses\": [],\n                    \"eventGroups\": []\n                },\n                \"registration\": {\n                    \"initialRegistrationDate\": \"2024-04-01T07:21:01Z\",\n                    \"lastUpdateDate\": \"2024-04-01T07:21:01Z\",\n                    \"status\": \"ISSUED\",\n                    \"nextRenewalDate\": \"2025-04-01T07:21:03Z\",\n                    \"managingLou\": \"529900T8BM49AURSDO55\",\n                    \"corroborationLevel\": \"FULLY_CORROBORATED\",\n                    \"validatedAt\": {\n                        \"id\": \"RA000072\",\n                        \"other\": null\n                    },\n                    \"validatedAs\": \"10351946\",\n                    \"otherValidationAuthorities\": []\n                },\n                \"bic\": null,\n                \"mic\": null,\n                \"ocid\": \"ca/10351946\",\n                \"spglobal\": [\n                    \"1876677790\"\n                ],\n                \"conformityFlag\": \"CONFORMING\"\n            },\n            \"relationships\": {\n                \"managing-lou\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/984500ACF7DEDDPF8446/managing-lou\"\n                    }\n                },\n                \"lei-issuer\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/984500ACF7DEDDPF8446/lei-issuer\"\n                    }\n                },\n                \"field-modifications\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/984500ACF7DEDDPF8446/field-modifications\"\n                    }\n                },\n                \"direct-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/984500ACF7DEDDPF8446/direct-parent-reporting-exception\"\n                    }\n                },\n                \"ultimate-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/984500ACF7DEDDPF8446/ultimate-parent-reporting-exception\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/lei-records/984500ACF7DEDDPF8446\"\n            }\n        },\n        {\n            \"type\": \"lei-records\",\n            \"id\": \"984500C8UA7775NCA245\",\n            \"attributes\": {\n                \"lei\": \"984500C8UA7775NCA245\",\n                \"entity\": {\n                    \"legalName\": {\n                        \"name\": \"PMG STEELS AND TUBES PRIVATE LIMITED\",\n                        \"language\": \"en\"\n                    },\n                    \"otherNames\": [],\n                    \"transliteratedOtherNames\": [],\n                    \"legalAddress\": {\n                        \"language\": \"en\",\n                        \"addressLines\": [\n                            \"NO. D196, SANTHANGADU IRON AND STEEL MARKET MANALI\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"CHENNAI\",\n                        \"region\": \"IN-TN\",\n                        \"country\": \"IN\",\n                        \"postalCode\": \"600068\"\n                    },\n                    \"headquartersAddress\": {\n                        \"language\": \"en\",\n                        \"addressLines\": [\n                            \"NO. D196, SANTHANGADU IRON AND STEEL MARKET MANALI\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"CHENNAI\",\n                        \"region\": \"IN-TN\",\n                        \"country\": \"IN\",\n                        \"postalCode\": \"600068\"\n                    },\n                    \"registeredAt\": {\n                        \"id\": \"RA000394\",\n                        \"other\": null\n                    },\n                    \"registeredAs\": \"U74999TN2017PTC114373\",\n                    \"jurisdiction\": \"IN\",\n                    \"category\": \"GENERAL\",\n                    \"legalForm\": {\n                        \"id\": \"YSP9\",\n                        \"other\": null\n                    },\n                    \"associatedEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"status\": \"ACTIVE\",\n                    \"expiration\": {\n                        \"date\": null,\n                        \"reason\": null\n                    },\n                    \"successorEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"successorEntities\": [],\n                    \"creationDate\": \"2017-02-03T00:00:00Z\",\n                    \"subCategory\": null,\n                    \"otherAddresses\": [],\n                    \"eventGroups\": []\n                },\n                \"registration\": {\n                    \"initialRegistrationDate\": \"2024-04-01T07:15:29Z\",\n                    \"lastUpdateDate\": \"2024-04-01T07:15:29Z\",\n                    \"status\": \"ISSUED\",\n                    \"nextRenewalDate\": \"2025-04-01T07:15:30Z\",\n                    \"managingLou\": \"529900T8BM49AURSDO55\",\n                    \"corroborationLevel\": \"FULLY_CORROBORATED\",\n                    \"validatedAt\": {\n                        \"id\": \"RA000394\",\n                        \"other\": null\n                    },\n                    \"validatedAs\": \"U74999TN2017PTC114373\",\n                    \"otherValidationAuthorities\": [\n                        {\n                            \"validatedAt\": {\n                                \"id\": \"RA000754\"\n                            },\n                            \"validatedAs\": \"33AAICP9456C1ZC\"\n                        }\n                    ]\n                },\n                \"bic\": null,\n                \"mic\": null,\n                \"ocid\": \"in/U74999TN2017PTC114373\",\n                \"spglobal\": [\n                    \"1859081722\"\n                ],\n                \"conformityFlag\": \"CONFORMING\"\n            },\n            \"relationships\": {\n                \"managing-lou\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/984500C8UA7775NCA245/managing-lou\"\n                    }\n                },\n                \"lei-issuer\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/984500C8UA7775NCA245/lei-issuer\"\n                    }\n                },\n                \"field-modifications\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/984500C8UA7775NCA245/field-modifications\"\n                    }\n                },\n                \"direct-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/984500C8UA7775NCA245/direct-parent-reporting-exception\"\n                    }\n                },\n                \"ultimate-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/984500C8UA7775NCA245/ultimate-parent-reporting-exception\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/lei-records/984500C8UA7775NCA245\"\n            }\n        },\n        {\n            \"type\": \"lei-records\",\n            \"id\": \"984500D2AB3DAF0B9736\",\n            \"attributes\": {\n                \"lei\": \"984500D2AB3DAF0B9736\",\n                \"entity\": {\n                    \"legalName\": {\n                        \"name\": \"VARUN DEVELOPERS\",\n                        \"language\": \"en\"\n                    },\n                    \"otherNames\": [],\n                    \"transliteratedOtherNames\": [],\n                    \"legalAddress\": {\n                        \"language\": \"en\",\n                        \"addressLines\": [\n                            \"AUNDH, NEAR SAKAL NAGAR\",\n                            \"OFFICE NO. 304/305, SUPREME ICON, BANER ROAD\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"PUNE\",\n                        \"region\": \"IN-MH\",\n                        \"country\": \"IN\",\n                        \"postalCode\": \"411007\"\n                    },\n                    \"headquartersAddress\": {\n                        \"language\": \"en\",\n                        \"addressLines\": [\n                            \"AUNDH, NEAR SAKAL NAGAR\",\n                            \"OFFICE NO. 304/305, SUPREME ICON, BANER ROAD\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"PUNE\",\n                        \"region\": \"IN-MH\",\n                        \"country\": \"IN\",\n                        \"postalCode\": \"411007\"\n                    },\n                    \"registeredAt\": {\n                        \"id\": \"RA000754\",\n                        \"other\": null\n                    },\n                    \"registeredAs\": \"27AACFV8009J1ZX\",\n                    \"jurisdiction\": \"IN\",\n                    \"category\": \"GENERAL\",\n                    \"legalForm\": {\n                        \"id\": \"A0PS\",\n                        \"other\": null\n                    },\n                    \"associatedEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"status\": \"ACTIVE\",\n                    \"expiration\": {\n                        \"date\": null,\n                        \"reason\": null\n                    },\n                    \"successorEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"successorEntities\": [],\n                    \"creationDate\": \"1998-12-28T00:00:00Z\",\n                    \"subCategory\": null,\n                    \"otherAddresses\": [],\n                    \"eventGroups\": []\n                },\n                \"registration\": {\n                    \"initialRegistrationDate\": \"2024-04-01T07:03:03Z\",\n                    \"lastUpdateDate\": \"2024-04-01T07:03:03Z\",\n                    \"status\": \"ISSUED\",\n                    \"nextRenewalDate\": \"2025-04-01T07:03:05Z\",\n                    \"managingLou\": \"529900T8BM49AURSDO55\",\n                    \"corroborationLevel\": \"PARTIALLY_CORROBORATED\",\n                    \"validatedAt\": {\n                        \"id\": \"RA000754\",\n                        \"other\": null\n                    },\n                    \"validatedAs\": \"27AACFV8009J1ZX\",\n                    \"otherValidationAuthorities\": []\n                },\n                \"bic\": null,\n                \"mic\": null,\n                \"ocid\": null,\n                \"spglobal\": [\n                    \"673557037\"\n                ],\n                \"conformityFlag\": \"CONFORMING\"\n            },\n            \"relationships\": {\n                \"managing-lou\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/984500D2AB3DAF0B9736/managing-lou\"\n                    }\n                },\n                \"lei-issuer\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/984500D2AB3DAF0B9736/lei-issuer\"\n                    }\n                },\n                \"field-modifications\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/984500D2AB3DAF0B9736/field-modifications\"\n                    }\n                },\n                \"direct-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/984500D2AB3DAF0B9736/direct-parent-reporting-exception\"\n                    }\n                },\n                \"ultimate-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/984500D2AB3DAF0B9736/ultimate-parent-reporting-exception\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/lei-records/984500D2AB3DAF0B9736\"\n            }\n        },\n        {\n            \"type\": \"lei-records\",\n            \"id\": \"984500D7V3A61BXF5744\",\n            \"attributes\": {\n                \"lei\": \"984500D7V3A61BXF5744\",\n                \"entity\": {\n                    \"legalName\": {\n                        \"name\": \"ENERTURE SOLAR THREE PRIVATE LIMITED\",\n                        \"language\": \"en\"\n                    },\n                    \"otherNames\": [\n                        {\n                            \"name\": \"M/S ENERTURE SOLAR THREE PRIVATE LIMITED\",\n                            \"language\": \"en\",\n                            \"type\": \"TRADING_OR_OPERATING_NAME\"\n                        }\n                    ],\n                    \"transliteratedOtherNames\": [],\n                    \"legalAddress\": {\n                        \"language\": \"en\",\n                        \"addressLines\": [\n                            \"128. 2nd Floor, Kaveri Apartment, D6, Vasant Kunj\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"New Delhi\",\n                        \"region\": \"IN-DL\",\n                        \"country\": \"IN\",\n                        \"postalCode\": \"110070\"\n                    },\n                    \"headquartersAddress\": {\n                        \"language\": \"en\",\n                        \"addressLines\": [\n                            \"128. 2nd Floor, Kaveri Apartment, D6, Vasant Kunj\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"New Delhi\",\n                        \"region\": \"IN-DL\",\n                        \"country\": \"IN\",\n                        \"postalCode\": \"110070\"\n                    },\n                    \"registeredAt\": {\n                        \"id\": \"RA000394\",\n                        \"other\": null\n                    },\n                    \"registeredAs\": \"U40300DL2022PTC405841\",\n                    \"jurisdiction\": \"IN\",\n                    \"category\": \"GENERAL\",\n                    \"legalForm\": {\n                        \"id\": \"YSP9\",\n                        \"other\": null\n                    },\n                    \"associatedEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"status\": \"ACTIVE\",\n                    \"expiration\": {\n                        \"date\": null,\n                        \"reason\": null\n                    },\n                    \"successorEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"successorEntities\": [],\n                    \"creationDate\": \"2022-10-13T00:00:00Z\",\n                    \"subCategory\": null,\n                    \"otherAddresses\": [],\n                    \"eventGroups\": []\n                },\n                \"registration\": {\n                    \"initialRegistrationDate\": \"2024-04-01T07:01:45Z\",\n                    \"lastUpdateDate\": \"2024-04-01T07:01:45Z\",\n                    \"status\": \"ISSUED\",\n                    \"nextRenewalDate\": \"2025-04-01T07:01:47Z\",\n                    \"managingLou\": \"529900T8BM49AURSDO55\",\n                    \"corroborationLevel\": \"FULLY_CORROBORATED\",\n                    \"validatedAt\": {\n                        \"id\": \"RA000394\",\n                        \"other\": null\n                    },\n                    \"validatedAs\": \"U40300DL2022PTC405841\",\n                    \"otherValidationAuthorities\": [\n                        {\n                            \"validatedAt\": {\n                                \"id\": \"RA000754\"\n                            },\n                            \"validatedAs\": \"07AAHCE2840G1ZT\"\n                        },\n                        {\n                            \"validatedAt\": {\n                                \"id\": \"RA000900\"\n                            },\n                            \"validatedAs\": \"UDYAM-DL-08-0062218\"\n                        }\n                    ]\n                },\n                \"bic\": null,\n                \"mic\": null,\n                \"ocid\": \"in/U40300DL2022PTC405841\",\n                \"spglobal\": [\n                    \"1870566914\"\n                ],\n                \"conformityFlag\": \"CONFORMING\"\n            },\n            \"relationships\": {\n                \"managing-lou\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/984500D7V3A61BXF5744/managing-lou\"\n                    }\n                },\n                \"lei-issuer\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/984500D7V3A61BXF5744/lei-issuer\"\n                    }\n                },\n                \"field-modifications\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/984500D7V3A61BXF5744/field-modifications\"\n                    }\n                },\n                \"direct-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/984500D7V3A61BXF5744/direct-parent-reporting-exception\"\n                    }\n                },\n                \"ultimate-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/984500D7V3A61BXF5744/ultimate-parent-reporting-exception\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/lei-records/984500D7V3A61BXF5744\"\n            }\n        },\n        {\n            \"type\": \"lei-records\",\n            \"id\": \"984500MO74393B6F9A10\",\n            \"attributes\": {\n                \"lei\": \"984500MO74393B6F9A10\",\n                \"entity\": {\n                    \"legalName\": {\n                        \"name\": \"ENERTURE SOLAR ONE PRIVATE LIMITED\",\n                        \"language\": \"en\"\n                    },\n                    \"otherNames\": [\n                        {\n                            \"name\": \"M/S ENERTURE SOLAR ONE PRIVATE LIMITED\",\n                            \"language\": \"en\",\n                            \"type\": \"TRADING_OR_OPERATING_NAME\"\n                        }\n                    ],\n                    \"transliteratedOtherNames\": [],\n                    \"legalAddress\": {\n                        \"language\": \"en\",\n                        \"addressLines\": [\n                            \"128, 2nd Floor, Kaveri Apartment D-6, Vasant Kunj\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"Delhi\",\n                        \"region\": \"IN-DL\",\n                        \"country\": \"IN\",\n                        \"postalCode\": \"110070\"\n                    },\n                    \"headquartersAddress\": {\n                        \"language\": \"en\",\n                        \"addressLines\": [\n                            \"128, 2nd Floor, Kaveri Apartment D-6, Vasant Kunj\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"Delhi\",\n                        \"region\": \"IN-DL\",\n                        \"country\": \"IN\",\n                        \"postalCode\": \"110070\"\n                    },\n                    \"registeredAt\": {\n                        \"id\": \"RA000394\",\n                        \"other\": null\n                    },\n                    \"registeredAs\": \"U40106DL2022PTC394203\",\n                    \"jurisdiction\": \"IN\",\n                    \"category\": \"GENERAL\",\n                    \"legalForm\": {\n                        \"id\": \"YSP9\",\n                        \"other\": null\n                    },\n                    \"associatedEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"status\": \"ACTIVE\",\n                    \"expiration\": {\n                        \"date\": null,\n                        \"reason\": null\n                    },\n                    \"successorEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"successorEntities\": [],\n                    \"creationDate\": \"2022-02-23T00:00:00Z\",\n                    \"subCategory\": null,\n                    \"otherAddresses\": [],\n                    \"eventGroups\": []\n                },\n                \"registration\": {\n                    \"initialRegistrationDate\": \"2024-04-01T07:00:26Z\",\n                    \"lastUpdateDate\": \"2024-04-01T07:00:26Z\",\n                    \"status\": \"ISSUED\",\n                    \"nextRenewalDate\": \"2025-04-01T07:00:27Z\",\n                    \"managingLou\": \"529900T8BM49AURSDO55\",\n                    \"corroborationLevel\": \"FULLY_CORROBORATED\",\n                    \"validatedAt\": {\n                        \"id\": \"RA000394\",\n                        \"other\": null\n                    },\n                    \"validatedAs\": \"U40106DL2022PTC394203\",\n                    \"otherValidationAuthorities\": [\n                        {\n                            \"validatedAt\": {\n                                \"id\": \"RA000754\"\n                            },\n                            \"validatedAs\": \"07AAGCE9113R1Z3\"\n                        },\n                        {\n                            \"validatedAt\": {\n                                \"id\": \"RA000900\"\n                            },\n                            \"validatedAs\": \"UDYAM-DL-10-0028880\"\n                        }\n                    ]\n                },\n                \"bic\": null,\n                \"mic\": null,\n                \"ocid\": null,\n                \"spglobal\": [\n                    \"1877193119\"\n                ],\n                \"conformityFlag\": \"CONFORMING\"\n            },\n            \"relationships\": {\n                \"managing-lou\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/984500MO74393B6F9A10/managing-lou\"\n                    }\n                },\n                \"lei-issuer\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/984500MO74393B6F9A10/lei-issuer\"\n                    }\n                },\n                \"field-modifications\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/984500MO74393B6F9A10/field-modifications\"\n                    }\n                },\n                \"direct-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/984500MO74393B6F9A10/direct-parent-reporting-exception\"\n                    }\n                },\n                \"ultimate-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/984500MO74393B6F9A10/ultimate-parent-reporting-exception\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/lei-records/984500MO74393B6F9A10\"\n            }\n        },\n        {\n            \"type\": \"lei-records\",\n            \"id\": \"984500T6FF5FE2D2E873\",\n            \"attributes\": {\n                \"lei\": \"984500T6FF5FE2D2E873\",\n                \"entity\": {\n                    \"legalName\": {\n                        \"name\": \"MxSchons Holding GmbH\",\n                        \"language\": \"de\"\n                    },\n                    \"otherNames\": [],\n                    \"transliteratedOtherNames\": [],\n                    \"legalAddress\": {\n                        \"language\": \"de\",\n                        \"addressLines\": [\n                            \"Berliner Promenade 18\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"Saarbrücken\",\n                        \"region\": \"DE-SL\",\n                        \"country\": \"DE\",\n                        \"postalCode\": \"66111\"\n                    },\n                    \"headquartersAddress\": {\n                        \"language\": \"de\",\n                        \"addressLines\": [\n                            \"Berliner Promenade 18\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"Saarbrücken\",\n                        \"region\": \"DE-SL\",\n                        \"country\": \"DE\",\n                        \"postalCode\": \"66111\"\n                    },\n                    \"registeredAt\": {\n                        \"id\": \"RA000331\",\n                        \"other\": null\n                    },\n                    \"registeredAs\": \"HRB 110174\",\n                    \"jurisdiction\": \"DE\",\n                    \"category\": \"GENERAL\",\n                    \"legalForm\": {\n                        \"id\": \"2HBR\",\n                        \"other\": null\n                    },\n                    \"associatedEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"status\": \"ACTIVE\",\n                    \"expiration\": {\n                        \"date\": null,\n                        \"reason\": null\n                    },\n                    \"successorEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"successorEntities\": [],\n                    \"creationDate\": \"2024-03-26T00:00:00Z\",\n                    \"subCategory\": null,\n                    \"otherAddresses\": [],\n                    \"eventGroups\": []\n                },\n                \"registration\": {\n                    \"initialRegistrationDate\": \"2024-04-01T06:52:51Z\",\n                    \"lastUpdateDate\": \"2024-04-01T06:52:51Z\",\n                    \"status\": \"ISSUED\",\n                    \"nextRenewalDate\": \"2025-04-01T06:52:52Z\",\n                    \"managingLou\": \"529900T8BM49AURSDO55\",\n                    \"corroborationLevel\": \"FULLY_CORROBORATED\",\n                    \"validatedAt\": {\n                        \"id\": \"RA000331\",\n                        \"other\": null\n                    },\n                    \"validatedAs\": \"HRB 110174\",\n                    \"otherValidationAuthorities\": []\n                },\n                \"bic\": null,\n                \"mic\": null,\n                \"ocid\": null,\n                \"spglobal\": [\n                    \"1876679002\"\n                ],\n                \"conformityFlag\": \"CONFORMING\"\n            },\n            \"relationships\": {\n                \"managing-lou\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/984500T6FF5FE2D2E873/managing-lou\"\n                    }\n                },\n                \"lei-issuer\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/984500T6FF5FE2D2E873/lei-issuer\"\n                    }\n                },\n                \"field-modifications\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/984500T6FF5FE2D2E873/field-modifications\"\n                    }\n                },\n                \"direct-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/984500T6FF5FE2D2E873/direct-parent-reporting-exception\"\n                    }\n                },\n                \"ultimate-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/984500T6FF5FE2D2E873/ultimate-parent-reporting-exception\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/lei-records/984500T6FF5FE2D2E873\"\n            }\n        }\n    ]\n}"},{"id":"9bf163f1-bef9-4112-b0be-2db3447b7d49","name":"LEI Records based on Policy Conformity Flag - NON_CONFORMING","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/vnd.api+json","description":"The 'application/vnd.api+json' media type specifies that the API client will only accept a JSON-formatted response body that conforms to the JSON API specification. More details can be found at: https://www.iana.org/assignments/media-types/application/vnd.api+json"}],"url":{"raw":"https://api.gleif.org/api/v1/lei-records?filter[conformityFlag]=NON_CONFORMING\n","protocol":"https","host":["api","gleif","org"],"path":["api","v1","lei-records"],"query":[{"key":"filter[conformityFlag]","value":"NON_CONFORMING\n","description":"If the LEI record is not timely renewed, and/or Level 2 data reporting is incomplete, the LEI record is labelled ‘NON_CONFORMING’."}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"goldenCopy\": {\n            \"publishDate\": \"2024-04-09T00:00:00Z\"\n        },\n        \"pagination\": {\n            \"currentPage\": 1,\n            \"perPage\": 15,\n            \"from\": 1,\n            \"to\": 15,\n            \"total\": 1104916,\n            \"lastPage\": 73662\n        }\n    },\n    \"links\": {\n        \"first\": \"https://api.gleif.org/api/v1/lei-records?filter%5BconformityFlag%5D=NON_CONFORMING&page%5Bnumber%5D=1&page%5Bsize%5D=15\",\n        \"next\": \"https://api.gleif.org/api/v1/lei-records?filter%5BconformityFlag%5D=NON_CONFORMING&page%5Bnumber%5D=2&page%5Bsize%5D=15\",\n        \"last\": \"https://api.gleif.org/api/v1/lei-records?filter%5BconformityFlag%5D=NON_CONFORMING&page%5Bnumber%5D=73662&page%5Bsize%5D=15\"\n    },\n    \"data\": [\n        {\n            \"type\": \"lei-records\",\n            \"id\": \"894500V0WXNWW2L7DA04\",\n            \"attributes\": {\n                \"lei\": \"894500V0WXNWW2L7DA04\",\n                \"entity\": {\n                    \"legalName\": {\n                        \"name\": \"NitroCut OY\",\n                        \"language\": \"fi\"\n                    },\n                    \"otherNames\": [],\n                    \"transliteratedOtherNames\": [],\n                    \"legalAddress\": {\n                        \"language\": \"fi\",\n                        \"addressLines\": [\n                            \"Ranta-ahontie 155d\",\n                            \"62600 LAPPAJÄRVI\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"LAPPAJÄRVI\",\n                        \"region\": null,\n                        \"country\": \"FI\",\n                        \"postalCode\": \"FI-62600\"\n                    },\n                    \"headquartersAddress\": {\n                        \"language\": \"fi\",\n                        \"addressLines\": [\n                            \"Kankaantie 4\",\n                            \"62600 LAPPAJÄRVI\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"LAPPAJÄRVI\",\n                        \"region\": null,\n                        \"country\": \"FI\",\n                        \"postalCode\": \"FI-62600\"\n                    },\n                    \"registeredAt\": {\n                        \"id\": \"RA000188\",\n                        \"other\": null\n                    },\n                    \"registeredAs\": \"2948703-5\",\n                    \"jurisdiction\": \"FI\",\n                    \"category\": \"GENERAL\",\n                    \"legalForm\": {\n                        \"id\": \"DKUW\",\n                        \"other\": null\n                    },\n                    \"associatedEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"status\": \"ACTIVE\",\n                    \"expiration\": {\n                        \"date\": null,\n                        \"reason\": null\n                    },\n                    \"successorEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"successorEntities\": [],\n                    \"creationDate\": \"2018-10-25T21:00:00Z\",\n                    \"subCategory\": null,\n                    \"otherAddresses\": [],\n                    \"eventGroups\": []\n                },\n                \"registration\": {\n                    \"initialRegistrationDate\": \"2024-04-02T21:00:00Z\",\n                    \"lastUpdateDate\": \"2024-04-03T18:10:32Z\",\n                    \"status\": \"ISSUED\",\n                    \"nextRenewalDate\": \"2025-04-03T09:00:00Z\",\n                    \"managingLou\": \"743700OO8O2N3TQKJC81\",\n                    \"corroborationLevel\": \"FULLY_CORROBORATED\",\n                    \"validatedAt\": {\n                        \"id\": \"RA000188\",\n                        \"other\": null\n                    },\n                    \"validatedAs\": \"2948703-5\",\n                    \"otherValidationAuthorities\": []\n                },\n                \"bic\": null,\n                \"mic\": null,\n                \"ocid\": \"fi/2948703-5\",\n                \"spglobal\": [\n                    \"663599584\"\n                ],\n                \"conformityFlag\": \"NON_CONFORMING\"\n            },\n            \"relationships\": {\n                \"managing-lou\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/894500V0WXNWW2L7DA04/managing-lou\"\n                    }\n                },\n                \"lei-issuer\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/894500V0WXNWW2L7DA04/lei-issuer\"\n                    }\n                },\n                \"field-modifications\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/894500V0WXNWW2L7DA04/field-modifications\"\n                    }\n                },\n                \"direct-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/894500V0WXNWW2L7DA04/direct-parent-reporting-exception\"\n                    }\n                },\n                \"ultimate-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/894500V0WXNWW2L7DA04/ultimate-parent-reporting-exception\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/lei-records/894500V0WXNWW2L7DA04\"\n            }\n        },\n        {\n            \"type\": \"lei-records\",\n            \"id\": \"83680007ZO4H5QYBSU98\",\n            \"attributes\": {\n                \"lei\": \"83680007ZO4H5QYBSU98\",\n                \"entity\": {\n                    \"legalName\": {\n                        \"name\": \"Sopu Fund SPC\",\n                        \"language\": \"en\"\n                    },\n                    \"otherNames\": [],\n                    \"transliteratedOtherNames\": [],\n                    \"legalAddress\": {\n                        \"language\": \"en\",\n                        \"addressLines\": [\n                            \"IC3-212 Governors Square, 23 Lime Tree Bay Avenue, P.O. Box 30746, Seven Mile Beach\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"Grand Cayman\",\n                        \"region\": null,\n                        \"country\": \"KY\",\n                        \"postalCode\": \"KY1-1203\"\n                    },\n                    \"headquartersAddress\": {\n                        \"language\": \"zh\",\n                        \"addressLines\": [\n                            \"民生路1188号1188金融中心303A02室\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"浦东新区\",\n                        \"region\": \"CN-SH\",\n                        \"country\": \"CN\",\n                        \"postalCode\": \"200135\"\n                    },\n                    \"registeredAt\": {\n                        \"id\": \"RA000086\",\n                        \"other\": null\n                    },\n                    \"registeredAs\": \"406095\",\n                    \"jurisdiction\": \"KY\",\n                    \"category\": \"FUND\",\n                    \"legalForm\": {\n                        \"id\": \"8888\",\n                        \"other\": \"合格境内机构投资者\"\n                    },\n                    \"associatedEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"status\": \"ACTIVE\",\n                    \"expiration\": {\n                        \"date\": null,\n                        \"reason\": null\n                    },\n                    \"successorEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"successorEntities\": [],\n                    \"creationDate\": \"2024-01-04T16:00:00Z\",\n                    \"subCategory\": null,\n                    \"otherAddresses\": [\n                        {\n                            \"fieldType\": \"OtherAddress\",\n                            \"language\": \"en\",\n                            \"type\": \"ALTERNATIVE_LANGUAGE_HEADQUARTERS_ADDRESS\",\n                            \"addressLines\": [\n                                \"303-A02, No.1188, Minsheng Road, 1188 Financial Center Plaza\"\n                            ],\n                            \"city\": \"Pudong Xinqu\",\n                            \"region\": \"CN-SH\",\n                            \"country\": \"CN\",\n                            \"postalCode\": \"200135\"\n                        }\n                    ],\n                    \"eventGroups\": []\n                },\n                \"registration\": {\n                    \"initialRegistrationDate\": \"2024-04-01T01:33:45Z\",\n                    \"lastUpdateDate\": \"2024-04-01T01:33:45Z\",\n                    \"status\": \"ISSUED\",\n                    \"nextRenewalDate\": \"2025-04-01T01:33:45Z\",\n                    \"managingLou\": \"655600IJ8LS3CCDA4421\",\n                    \"corroborationLevel\": \"PARTIALLY_CORROBORATED\",\n                    \"validatedAt\": {\n                        \"id\": \"RA000086\",\n                        \"other\": null\n                    },\n                    \"validatedAs\": \"406095\",\n                    \"otherValidationAuthorities\": []\n                },\n                \"bic\": null,\n                \"mic\": null,\n                \"ocid\": null,\n                \"spglobal\": [\n                    \"1876679075\"\n                ],\n                \"conformityFlag\": \"NON_CONFORMING\"\n            },\n            \"relationships\": {\n                \"managing-lou\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/83680007ZO4H5QYBSU98/managing-lou\"\n                    }\n                },\n                \"lei-issuer\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/83680007ZO4H5QYBSU98/lei-issuer\"\n                    }\n                },\n                \"field-modifications\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/83680007ZO4H5QYBSU98/field-modifications\"\n                    }\n                },\n                \"direct-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/83680007ZO4H5QYBSU98/direct-parent-reporting-exception\"\n                    }\n                },\n                \"ultimate-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/83680007ZO4H5QYBSU98/ultimate-parent-reporting-exception\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/lei-records/83680007ZO4H5QYBSU98\"\n            }\n        },\n        {\n            \"type\": \"lei-records\",\n            \"id\": \"335800S245NYEO7MV987\",\n            \"attributes\": {\n                \"lei\": \"335800S245NYEO7MV987\",\n                \"entity\": {\n                    \"legalName\": {\n                        \"name\": \"TRUSHA TEA MARKETING PRIVATE LIMITED\",\n                        \"language\": \"en\"\n                    },\n                    \"otherNames\": [],\n                    \"transliteratedOtherNames\": [],\n                    \"legalAddress\": {\n                        \"language\": \"en\",\n                        \"addressLines\": [\n                            \"SUR. NO. 387/1 & 387/3, DOUBLE TIGER TEA GROUP, SANAND-BA VLA HIGHWAY , AT-PIPAN SANAND GJ IN\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"AHMEDABAD\",\n                        \"region\": \"IN-GJ\",\n                        \"country\": \"IN\",\n                        \"postalCode\": \"382110\"\n                    },\n                    \"headquartersAddress\": {\n                        \"language\": \"en\",\n                        \"addressLines\": [\n                            \"SUR. NO. 387/1 & 387/3, DOUBLE TIGER TEA GROUP, SANAND-BA VLA HIGHWAY , AT-PIPAN SANAND GJ IN\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"AHMEDABAD\",\n                        \"region\": \"IN-GJ\",\n                        \"country\": \"IN\",\n                        \"postalCode\": \"382110\"\n                    },\n                    \"registeredAt\": {\n                        \"id\": \"RA000394\",\n                        \"other\": null\n                    },\n                    \"registeredAs\": \"U52390GJ2013PTC076074\",\n                    \"jurisdiction\": \"IN\",\n                    \"category\": \"GENERAL\",\n                    \"legalForm\": {\n                        \"id\": \"YSP9\",\n                        \"other\": null\n                    },\n                    \"associatedEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"status\": \"ACTIVE\",\n                    \"expiration\": {\n                        \"date\": null,\n                        \"reason\": null\n                    },\n                    \"successorEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"successorEntities\": [],\n                    \"creationDate\": \"2013-07-16T18:30:00Z\",\n                    \"subCategory\": null,\n                    \"otherAddresses\": [],\n                    \"eventGroups\": []\n                },\n                \"registration\": {\n                    \"initialRegistrationDate\": \"2024-03-31T06:42:07Z\",\n                    \"lastUpdateDate\": \"2024-03-31T06:42:07Z\",\n                    \"status\": \"ISSUED\",\n                    \"nextRenewalDate\": \"2025-03-31T06:42:07Z\",\n                    \"managingLou\": \"335800FVH4MOKZS9VH40\",\n                    \"corroborationLevel\": \"FULLY_CORROBORATED\",\n                    \"validatedAt\": {\n                        \"id\": \"RA000394\",\n                        \"other\": null\n                    },\n                    \"validatedAs\": \"U52390GJ2013PTC076074\",\n                    \"otherValidationAuthorities\": []\n                },\n                \"bic\": null,\n                \"mic\": null,\n                \"ocid\": \"in/U52390GJ2013PTC076074\",\n                \"spglobal\": [\n                    \"1876574369\"\n                ],\n                \"conformityFlag\": \"NON_CONFORMING\"\n            },\n            \"relationships\": {\n                \"managing-lou\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/335800S245NYEO7MV987/managing-lou\"\n                    }\n                },\n                \"lei-issuer\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/335800S245NYEO7MV987/lei-issuer\"\n                    }\n                },\n                \"field-modifications\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/335800S245NYEO7MV987/field-modifications\"\n                    }\n                },\n                \"direct-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/335800S245NYEO7MV987/direct-parent-reporting-exception\"\n                    }\n                },\n                \"ultimate-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/335800S245NYEO7MV987/ultimate-parent-reporting-exception\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/lei-records/335800S245NYEO7MV987\"\n            }\n        },\n        {\n            \"type\": \"lei-records\",\n            \"id\": \"3358001TD61NF37CGL55\",\n            \"attributes\": {\n                \"lei\": \"3358001TD61NF37CGL55\",\n                \"entity\": {\n                    \"legalName\": {\n                        \"name\": \"CAVALIER WIRELESS PRIVATE LIMITED\",\n                        \"language\": \"en\"\n                    },\n                    \"otherNames\": [],\n                    \"transliteratedOtherNames\": [],\n                    \"legalAddress\": {\n                        \"language\": \"en\",\n                        \"addressLines\": [\n                            \"OFFICE NO. 2A-3, WING-1, 2ND FLOOR, JYOTHIRMAYA BUILDING, INFOPARK KOCHI PHASE 2, BRAHMAPURAM P.O\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"KOCHI\",\n                        \"region\": \"IN-KL\",\n                        \"country\": \"IN\",\n                        \"postalCode\": \"682303\"\n                    },\n                    \"headquartersAddress\": {\n                        \"language\": \"en\",\n                        \"addressLines\": [\n                            \"OFFICE NO. 2A-3, WING-1, 2ND FLOOR, JYOTHIRMAYA BUILDING, INFOPARK KOCHI PHASE 2, BRAHMAPURAM P.O\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"KOCHI\",\n                        \"region\": \"IN-KL\",\n                        \"country\": \"IN\",\n                        \"postalCode\": \"682303\"\n                    },\n                    \"registeredAt\": {\n                        \"id\": \"RA000394\",\n                        \"other\": null\n                    },\n                    \"registeredAs\": \"U74999KL2017PTC050980\",\n                    \"jurisdiction\": \"IN\",\n                    \"category\": \"GENERAL\",\n                    \"legalForm\": {\n                        \"id\": \"YSP9\",\n                        \"other\": null\n                    },\n                    \"associatedEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"status\": \"ACTIVE\",\n                    \"expiration\": {\n                        \"date\": null,\n                        \"reason\": null\n                    },\n                    \"successorEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"successorEntities\": [],\n                    \"creationDate\": \"2017-11-06T18:30:00Z\",\n                    \"subCategory\": null,\n                    \"otherAddresses\": [],\n                    \"eventGroups\": []\n                },\n                \"registration\": {\n                    \"initialRegistrationDate\": \"2024-03-30T14:37:37Z\",\n                    \"lastUpdateDate\": \"2024-03-30T14:37:37Z\",\n                    \"status\": \"ISSUED\",\n                    \"nextRenewalDate\": \"2025-03-30T14:37:37Z\",\n                    \"managingLou\": \"335800FVH4MOKZS9VH40\",\n                    \"corroborationLevel\": \"FULLY_CORROBORATED\",\n                    \"validatedAt\": {\n                        \"id\": \"RA000394\",\n                        \"other\": null\n                    },\n                    \"validatedAs\": \"U74999KL2017PTC050980\",\n                    \"otherValidationAuthorities\": []\n                },\n                \"bic\": null,\n                \"mic\": null,\n                \"ocid\": \"in/U74999KL2017PTC050980\",\n                \"spglobal\": [\n                    \"1876571976\"\n                ],\n                \"conformityFlag\": \"NON_CONFORMING\"\n            },\n            \"relationships\": {\n                \"managing-lou\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/3358001TD61NF37CGL55/managing-lou\"\n                    }\n                },\n                \"lei-issuer\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/3358001TD61NF37CGL55/lei-issuer\"\n                    }\n                },\n                \"field-modifications\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/3358001TD61NF37CGL55/field-modifications\"\n                    }\n                },\n                \"direct-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/3358001TD61NF37CGL55/direct-parent-reporting-exception\"\n                    }\n                },\n                \"ultimate-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/3358001TD61NF37CGL55/ultimate-parent-reporting-exception\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/lei-records/3358001TD61NF37CGL55\"\n            }\n        },\n        {\n            \"type\": \"lei-records\",\n            \"id\": \"335800OXHE48UVUC7V44\",\n            \"attributes\": {\n                \"lei\": \"335800OXHE48UVUC7V44\",\n                \"entity\": {\n                    \"legalName\": {\n                        \"name\": \"BUNDELKHAND PROJECTS PRIVATE LIMITED\",\n                        \"language\": \"en\"\n                    },\n                    \"otherNames\": [],\n                    \"transliteratedOtherNames\": [],\n                    \"legalAddress\": {\n                        \"language\": \"en\",\n                        \"addressLines\": [\n                            \"A 108\",\n                            \"SECTOR 4 NOIDA\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"NOIDA\",\n                        \"region\": \"IN-UP\",\n                        \"country\": \"IN\",\n                        \"postalCode\": \"201301\"\n                    },\n                    \"headquartersAddress\": {\n                        \"language\": \"en\",\n                        \"addressLines\": [\n                            \"A 108\",\n                            \"SECTOR 4 NOIDA\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"NOIDA\",\n                        \"region\": \"IN-UP\",\n                        \"country\": \"IN\",\n                        \"postalCode\": \"201301\"\n                    },\n                    \"registeredAt\": {\n                        \"id\": \"RA000394\",\n                        \"other\": null\n                    },\n                    \"registeredAs\": \"U74120UP2003PTC027714\",\n                    \"jurisdiction\": \"IN\",\n                    \"category\": \"GENERAL\",\n                    \"legalForm\": {\n                        \"id\": \"YSP9\",\n                        \"other\": null\n                    },\n                    \"associatedEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"status\": \"ACTIVE\",\n                    \"expiration\": {\n                        \"date\": null,\n                        \"reason\": null\n                    },\n                    \"successorEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"successorEntities\": [],\n                    \"creationDate\": \"2003-07-17T18:30:00Z\",\n                    \"subCategory\": null,\n                    \"otherAddresses\": [],\n                    \"eventGroups\": []\n                },\n                \"registration\": {\n                    \"initialRegistrationDate\": \"2024-03-30T14:16:18Z\",\n                    \"lastUpdateDate\": \"2024-03-30T14:16:18Z\",\n                    \"status\": \"ISSUED\",\n                    \"nextRenewalDate\": \"2025-03-30T14:16:18Z\",\n                    \"managingLou\": \"335800FVH4MOKZS9VH40\",\n                    \"corroborationLevel\": \"FULLY_CORROBORATED\",\n                    \"validatedAt\": {\n                        \"id\": \"RA000394\",\n                        \"other\": null\n                    },\n                    \"validatedAs\": \"U74120UP2003PTC027714\",\n                    \"otherValidationAuthorities\": []\n                },\n                \"bic\": null,\n                \"mic\": null,\n                \"ocid\": \"in/U74120UP2003PTC027714\",\n                \"spglobal\": [\n                    \"575557509\"\n                ],\n                \"conformityFlag\": \"NON_CONFORMING\"\n            },\n            \"relationships\": {\n                \"managing-lou\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/335800OXHE48UVUC7V44/managing-lou\"\n                    }\n                },\n                \"lei-issuer\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/335800OXHE48UVUC7V44/lei-issuer\"\n                    }\n                },\n                \"field-modifications\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/335800OXHE48UVUC7V44/field-modifications\"\n                    }\n                },\n                \"direct-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/335800OXHE48UVUC7V44/direct-parent-reporting-exception\"\n                    }\n                },\n                \"ultimate-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/335800OXHE48UVUC7V44/ultimate-parent-reporting-exception\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/lei-records/335800OXHE48UVUC7V44\"\n            }\n        },\n        {\n            \"type\": \"lei-records\",\n            \"id\": \"335800B42IKBS4K9IJ70\",\n            \"attributes\": {\n                \"lei\": \"335800B42IKBS4K9IJ70\",\n                \"entity\": {\n                    \"legalName\": {\n                        \"name\": \"DC MULTI MODAL PARK (NAGPUR) PRIVATE LIMITED\",\n                        \"language\": \"en\"\n                    },\n                    \"otherNames\": [],\n                    \"transliteratedOtherNames\": [],\n                    \"legalAddress\": {\n                        \"language\": \"en\",\n                        \"addressLines\": [\n                            \"A-1008,1009, WALLSTREET\",\n                            \"CHAKALA SIGNAL, ANDHERI E\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"MUMBAI\",\n                        \"region\": \"IN-MH\",\n                        \"country\": \"IN\",\n                        \"postalCode\": \"400093\"\n                    },\n                    \"headquartersAddress\": {\n                        \"language\": \"en\",\n                        \"addressLines\": [\n                            \"A-1008,1009, WALLSTREET\",\n                            \"CHAKALA SIGNAL, ANDHERI E\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"MUMBAI\",\n                        \"region\": \"IN-MH\",\n                        \"country\": \"IN\",\n                        \"postalCode\": \"400093\"\n                    },\n                    \"registeredAt\": {\n                        \"id\": \"RA000394\",\n                        \"other\": null\n                    },\n                    \"registeredAs\": \"U52109MH2023PTC414499\",\n                    \"jurisdiction\": \"IN\",\n                    \"category\": \"GENERAL\",\n                    \"legalForm\": {\n                        \"id\": \"YSP9\",\n                        \"other\": null\n                    },\n                    \"associatedEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"status\": \"ACTIVE\",\n                    \"expiration\": {\n                        \"date\": null,\n                        \"reason\": null\n                    },\n                    \"successorEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"successorEntities\": [],\n                    \"creationDate\": \"2023-11-27T18:30:00Z\",\n                    \"subCategory\": null,\n                    \"otherAddresses\": [],\n                    \"eventGroups\": []\n                },\n                \"registration\": {\n                    \"initialRegistrationDate\": \"2024-03-30T14:13:20Z\",\n                    \"lastUpdateDate\": \"2024-03-30T14:13:20Z\",\n                    \"status\": \"ISSUED\",\n                    \"nextRenewalDate\": \"2025-03-30T14:13:20Z\",\n                    \"managingLou\": \"335800FVH4MOKZS9VH40\",\n                    \"corroborationLevel\": \"FULLY_CORROBORATED\",\n                    \"validatedAt\": {\n                        \"id\": \"RA000394\",\n                        \"other\": null\n                    },\n                    \"validatedAs\": \"U52109MH2023PTC414499\",\n                    \"otherValidationAuthorities\": []\n                },\n                \"bic\": null,\n                \"mic\": null,\n                \"ocid\": null,\n                \"spglobal\": [\n                    \"1876572923\"\n                ],\n                \"conformityFlag\": \"NON_CONFORMING\"\n            },\n            \"relationships\": {\n                \"managing-lou\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/335800B42IKBS4K9IJ70/managing-lou\"\n                    }\n                },\n                \"lei-issuer\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/335800B42IKBS4K9IJ70/lei-issuer\"\n                    }\n                },\n                \"field-modifications\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/335800B42IKBS4K9IJ70/field-modifications\"\n                    }\n                },\n                \"direct-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/335800B42IKBS4K9IJ70/direct-parent-reporting-exception\"\n                    }\n                },\n                \"ultimate-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/335800B42IKBS4K9IJ70/ultimate-parent-reporting-exception\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/lei-records/335800B42IKBS4K9IJ70\"\n            }\n        },\n        {\n            \"type\": \"lei-records\",\n            \"id\": \"335800NBJB1TETKMC731\",\n            \"attributes\": {\n                \"lei\": \"335800NBJB1TETKMC731\",\n                \"entity\": {\n                    \"legalName\": {\n                        \"name\": \"AGE RCC ENERGY PRIVATE LIMITED\",\n                        \"language\": \"en\"\n                    },\n                    \"otherNames\": [],\n                    \"transliteratedOtherNames\": [],\n                    \"legalAddress\": {\n                        \"language\": \"en\",\n                        \"addressLines\": [\n                            \"UNIT NO 29 MEGHAL SERVICE IND ES\",\n                            \"MULUND\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"MUMBAI\",\n                        \"region\": \"IN-MH\",\n                        \"country\": \"IN\",\n                        \"postalCode\": \"400087\"\n                    },\n                    \"headquartersAddress\": {\n                        \"language\": \"en\",\n                        \"addressLines\": [\n                            \"UNIT NO 29 MEGHAL SERVICE IND ES\",\n                            \"MULUND\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"MUMBAI\",\n                        \"region\": \"IN-MH\",\n                        \"country\": \"IN\",\n                        \"postalCode\": \"400087\"\n                    },\n                    \"registeredAt\": {\n                        \"id\": \"RA000394\",\n                        \"other\": null\n                    },\n                    \"registeredAs\": \"U74999MH2017PTC301162\",\n                    \"jurisdiction\": \"IN\",\n                    \"category\": \"GENERAL\",\n                    \"legalForm\": {\n                        \"id\": \"YSP9\",\n                        \"other\": null\n                    },\n                    \"associatedEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"status\": \"ACTIVE\",\n                    \"expiration\": {\n                        \"date\": null,\n                        \"reason\": null\n                    },\n                    \"successorEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"successorEntities\": [],\n                    \"creationDate\": \"2017-10-24T18:30:00Z\",\n                    \"subCategory\": null,\n                    \"otherAddresses\": [],\n                    \"eventGroups\": []\n                },\n                \"registration\": {\n                    \"initialRegistrationDate\": \"2024-03-30T12:28:26Z\",\n                    \"lastUpdateDate\": \"2024-03-30T12:28:26Z\",\n                    \"status\": \"ISSUED\",\n                    \"nextRenewalDate\": \"2025-03-30T12:28:26Z\",\n                    \"managingLou\": \"335800FVH4MOKZS9VH40\",\n                    \"corroborationLevel\": \"FULLY_CORROBORATED\",\n                    \"validatedAt\": {\n                        \"id\": \"RA000394\",\n                        \"other\": null\n                    },\n                    \"validatedAs\": \"U74999MH2017PTC301162\",\n                    \"otherValidationAuthorities\": []\n                },\n                \"bic\": null,\n                \"mic\": null,\n                \"ocid\": \"in/U74999MH2017PTC301162\",\n                \"spglobal\": [\n                    \"591492710\"\n                ],\n                \"conformityFlag\": \"NON_CONFORMING\"\n            },\n            \"relationships\": {\n                \"managing-lou\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/335800NBJB1TETKMC731/managing-lou\"\n                    }\n                },\n                \"lei-issuer\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/335800NBJB1TETKMC731/lei-issuer\"\n                    }\n                },\n                \"field-modifications\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/335800NBJB1TETKMC731/field-modifications\"\n                    }\n                },\n                \"direct-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/335800NBJB1TETKMC731/direct-parent-reporting-exception\"\n                    }\n                },\n                \"ultimate-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/335800NBJB1TETKMC731/ultimate-parent-reporting-exception\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/lei-records/335800NBJB1TETKMC731\"\n            }\n        },\n        {\n            \"type\": \"lei-records\",\n            \"id\": \"335800GJUVIIIUJKFC22\",\n            \"attributes\": {\n                \"lei\": \"335800GJUVIIIUJKFC22\",\n                \"entity\": {\n                    \"legalName\": {\n                        \"name\": \"KALAMBOLI WEST INFRA LIMITED\",\n                        \"language\": \"en\"\n                    },\n                    \"otherNames\": [],\n                    \"transliteratedOtherNames\": [],\n                    \"legalAddress\": {\n                        \"language\": \"en\",\n                        \"addressLines\": [\n                            \"1ST FLOOR, MAKER CHAMBERS IV, 222, NARIMAN POINT,\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"MUMBAI\",\n                        \"region\": \"IN-MH\",\n                        \"country\": \"IN\",\n                        \"postalCode\": \"400021\"\n                    },\n                    \"headquartersAddress\": {\n                        \"language\": \"en\",\n                        \"addressLines\": [\n                            \"1ST FLOOR, MAKER CHAMBERS IV, 222, NARIMAN POINT,\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"MUMBAI\",\n                        \"region\": \"IN-MH\",\n                        \"country\": \"IN\",\n                        \"postalCode\": \"400021\"\n                    },\n                    \"registeredAt\": {\n                        \"id\": \"RA000394\",\n                        \"other\": null\n                    },\n                    \"registeredAs\": \"U70109MH2019PLC319930\",\n                    \"jurisdiction\": \"IN\",\n                    \"category\": \"GENERAL\",\n                    \"legalForm\": {\n                        \"id\": \"DDKQ\",\n                        \"other\": null\n                    },\n                    \"associatedEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"status\": \"ACTIVE\",\n                    \"expiration\": {\n                        \"date\": null,\n                        \"reason\": null\n                    },\n                    \"successorEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"successorEntities\": [],\n                    \"creationDate\": \"2019-01-20T18:30:00Z\",\n                    \"subCategory\": null,\n                    \"otherAddresses\": [],\n                    \"eventGroups\": []\n                },\n                \"registration\": {\n                    \"initialRegistrationDate\": \"2024-03-30T12:24:10Z\",\n                    \"lastUpdateDate\": \"2024-03-30T12:24:10Z\",\n                    \"status\": \"ISSUED\",\n                    \"nextRenewalDate\": \"2025-03-30T12:24:10Z\",\n                    \"managingLou\": \"335800FVH4MOKZS9VH40\",\n                    \"corroborationLevel\": \"FULLY_CORROBORATED\",\n                    \"validatedAt\": {\n                        \"id\": \"RA000394\",\n                        \"other\": null\n                    },\n                    \"validatedAs\": \"U70109MH2019PLC319930\",\n                    \"otherValidationAuthorities\": []\n                },\n                \"bic\": null,\n                \"mic\": null,\n                \"ocid\": \"in/U70109MH2019PLC319930\",\n                \"spglobal\": [\n                    \"1876573402\"\n                ],\n                \"conformityFlag\": \"NON_CONFORMING\"\n            },\n            \"relationships\": {\n                \"managing-lou\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/335800GJUVIIIUJKFC22/managing-lou\"\n                    }\n                },\n                \"lei-issuer\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/335800GJUVIIIUJKFC22/lei-issuer\"\n                    }\n                },\n                \"field-modifications\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/335800GJUVIIIUJKFC22/field-modifications\"\n                    }\n                },\n                \"direct-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/335800GJUVIIIUJKFC22/direct-parent-reporting-exception\"\n                    }\n                },\n                \"ultimate-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/335800GJUVIIIUJKFC22/ultimate-parent-reporting-exception\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/lei-records/335800GJUVIIIUJKFC22\"\n            }\n        },\n        {\n            \"type\": \"lei-records\",\n            \"id\": \"3358002HUGGFBJI3BR44\",\n            \"attributes\": {\n                \"lei\": \"3358002HUGGFBJI3BR44\",\n                \"entity\": {\n                    \"legalName\": {\n                        \"name\": \"DRONAGIRI DONGRI EAST INFRA LIMITED\",\n                        \"language\": \"en\"\n                    },\n                    \"otherNames\": [],\n                    \"transliteratedOtherNames\": [],\n                    \"legalAddress\": {\n                        \"language\": \"en\",\n                        \"addressLines\": [\n                            \"1ST FLOOR, MAKER CHAMBERS IV, 222, NARIMAN POINT,\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"MUMBAI\",\n                        \"region\": \"IN-MH\",\n                        \"country\": \"IN\",\n                        \"postalCode\": \"400021\"\n                    },\n                    \"headquartersAddress\": {\n                        \"language\": \"en\",\n                        \"addressLines\": [\n                            \"1ST FLOOR, MAKER CHAMBERS IV, 222, NARIMAN POINT,\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"MUMBAI\",\n                        \"region\": \"IN-MH\",\n                        \"country\": \"IN\",\n                        \"postalCode\": \"400021\"\n                    },\n                    \"registeredAt\": {\n                        \"id\": \"RA000394\",\n                        \"other\": null\n                    },\n                    \"registeredAs\": \"U70109MH2019PLC320450\",\n                    \"jurisdiction\": \"IN\",\n                    \"category\": \"GENERAL\",\n                    \"legalForm\": {\n                        \"id\": \"DDKQ\",\n                        \"other\": null\n                    },\n                    \"associatedEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"status\": \"ACTIVE\",\n                    \"expiration\": {\n                        \"date\": null,\n                        \"reason\": null\n                    },\n                    \"successorEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"successorEntities\": [],\n                    \"creationDate\": \"2019-01-30T18:30:00Z\",\n                    \"subCategory\": null,\n                    \"otherAddresses\": [],\n                    \"eventGroups\": []\n                },\n                \"registration\": {\n                    \"initialRegistrationDate\": \"2024-03-30T12:23:49Z\",\n                    \"lastUpdateDate\": \"2024-03-30T12:23:49Z\",\n                    \"status\": \"ISSUED\",\n                    \"nextRenewalDate\": \"2025-03-30T12:23:49Z\",\n                    \"managingLou\": \"335800FVH4MOKZS9VH40\",\n                    \"corroborationLevel\": \"FULLY_CORROBORATED\",\n                    \"validatedAt\": {\n                        \"id\": \"RA000394\",\n                        \"other\": null\n                    },\n                    \"validatedAs\": \"U70109MH2019PLC320450\",\n                    \"otherValidationAuthorities\": []\n                },\n                \"bic\": null,\n                \"mic\": null,\n                \"ocid\": \"in/U70109MH2019PLC320450\",\n                \"spglobal\": [\n                    \"1876571526\"\n                ],\n                \"conformityFlag\": \"NON_CONFORMING\"\n            },\n            \"relationships\": {\n                \"managing-lou\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/3358002HUGGFBJI3BR44/managing-lou\"\n                    }\n                },\n                \"lei-issuer\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/3358002HUGGFBJI3BR44/lei-issuer\"\n                    }\n                },\n                \"field-modifications\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/3358002HUGGFBJI3BR44/field-modifications\"\n                    }\n                },\n                \"direct-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/3358002HUGGFBJI3BR44/direct-parent-reporting-exception\"\n                    }\n                },\n                \"ultimate-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/3358002HUGGFBJI3BR44/ultimate-parent-reporting-exception\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/lei-records/3358002HUGGFBJI3BR44\"\n            }\n        },\n        {\n            \"type\": \"lei-records\",\n            \"id\": \"335800CZ3ED5HEV4KC64\",\n            \"attributes\": {\n                \"lei\": \"335800CZ3ED5HEV4KC64\",\n                \"entity\": {\n                    \"legalName\": {\n                        \"name\": \"N-SURE SERVICES PRIVATE LIMITED\",\n                        \"language\": \"en\"\n                    },\n                    \"otherNames\": [],\n                    \"transliteratedOtherNames\": [],\n                    \"legalAddress\": {\n                        \"language\": \"en\",\n                        \"addressLines\": [\n                            \"6-3-1099/1100, FLAT NO. 306\",\n                            \"BABUKHAN'S MILLENIUM CENTRE,\",\n                            \"RAJ BHAVAN ROAD\",\n                            \"SOMAJIGUDA\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"HYDERABAD\",\n                        \"region\": \"IN-TS\",\n                        \"country\": \"IN\",\n                        \"postalCode\": \"500082\"\n                    },\n                    \"headquartersAddress\": {\n                        \"language\": \"en\",\n                        \"addressLines\": [\n                            \"6-3-1099/1100, FLAT NO. 306\",\n                            \"BABUKHAN'S MILLENIUM CENTRE,\",\n                            \"RAJ BHAVAN ROAD\",\n                            \"SOMAJIGUDA\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"HYDERABAD\",\n                        \"region\": \"IN-TS\",\n                        \"country\": \"IN\",\n                        \"postalCode\": \"500082\"\n                    },\n                    \"registeredAt\": {\n                        \"id\": \"RA000394\",\n                        \"other\": null\n                    },\n                    \"registeredAs\": \"U72200TG1994PTC016857\",\n                    \"jurisdiction\": \"IN\",\n                    \"category\": \"GENERAL\",\n                    \"legalForm\": {\n                        \"id\": \"YSP9\",\n                        \"other\": null\n                    },\n                    \"associatedEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"status\": \"ACTIVE\",\n                    \"expiration\": {\n                        \"date\": null,\n                        \"reason\": null\n                    },\n                    \"successorEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"successorEntities\": [],\n                    \"creationDate\": \"1994-01-06T18:30:00Z\",\n                    \"subCategory\": null,\n                    \"otherAddresses\": [],\n                    \"eventGroups\": []\n                },\n                \"registration\": {\n                    \"initialRegistrationDate\": \"2024-03-30T12:17:17Z\",\n                    \"lastUpdateDate\": \"2024-03-30T12:17:17Z\",\n                    \"status\": \"ISSUED\",\n                    \"nextRenewalDate\": \"2025-03-30T12:17:17Z\",\n                    \"managingLou\": \"335800FVH4MOKZS9VH40\",\n                    \"corroborationLevel\": \"FULLY_CORROBORATED\",\n                    \"validatedAt\": {\n                        \"id\": \"RA000394\",\n                        \"other\": null\n                    },\n                    \"validatedAs\": \"U72200TG1994PTC016857\",\n                    \"otherValidationAuthorities\": []\n                },\n                \"bic\": null,\n                \"mic\": null,\n                \"ocid\": \"in/U72200TG1994PTC016857\",\n                \"spglobal\": [\n                    \"1876572678\"\n                ],\n                \"conformityFlag\": \"NON_CONFORMING\"\n            },\n            \"relationships\": {\n                \"managing-lou\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/335800CZ3ED5HEV4KC64/managing-lou\"\n                    }\n                },\n                \"lei-issuer\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/335800CZ3ED5HEV4KC64/lei-issuer\"\n                    }\n                },\n                \"field-modifications\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/335800CZ3ED5HEV4KC64/field-modifications\"\n                    }\n                },\n                \"direct-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/335800CZ3ED5HEV4KC64/direct-parent-reporting-exception\"\n                    }\n                },\n                \"ultimate-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/335800CZ3ED5HEV4KC64/ultimate-parent-reporting-exception\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/lei-records/335800CZ3ED5HEV4KC64\"\n            }\n        },\n        {\n            \"type\": \"lei-records\",\n            \"id\": \"335800B957R78PDKRV27\",\n            \"attributes\": {\n                \"lei\": \"335800B957R78PDKRV27\",\n                \"entity\": {\n                    \"legalName\": {\n                        \"name\": \"KERALA TOURISM DEVELOPMENT CORPORATION LIMITED\",\n                        \"language\": \"en\"\n                    },\n                    \"otherNames\": [],\n                    \"transliteratedOtherNames\": [],\n                    \"legalAddress\": {\n                        \"language\": \"en\",\n                        \"addressLines\": [\n                            \"MASCOT SQUARE, POST BOX NO. 5424\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"THIRUVANANTHAPURAM\",\n                        \"region\": \"IN-KL\",\n                        \"country\": \"IN\",\n                        \"postalCode\": \"695033\"\n                    },\n                    \"headquartersAddress\": {\n                        \"language\": \"en\",\n                        \"addressLines\": [\n                            \"MASCOT SQUARE, POST BOX NO. 5424\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"THIRUVANANTHAPURAM\",\n                        \"region\": \"IN-KL\",\n                        \"country\": \"IN\",\n                        \"postalCode\": \"695033\"\n                    },\n                    \"registeredAt\": {\n                        \"id\": \"RA000394\",\n                        \"other\": null\n                    },\n                    \"registeredAs\": \"U63040KL1965SGC002120\",\n                    \"jurisdiction\": \"IN\",\n                    \"category\": \"GENERAL\",\n                    \"legalForm\": {\n                        \"id\": \"X4IT\",\n                        \"other\": null\n                    },\n                    \"associatedEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"status\": \"ACTIVE\",\n                    \"expiration\": {\n                        \"date\": null,\n                        \"reason\": null\n                    },\n                    \"successorEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"successorEntities\": [],\n                    \"creationDate\": \"1965-12-28T18:30:00Z\",\n                    \"subCategory\": null,\n                    \"otherAddresses\": [],\n                    \"eventGroups\": []\n                },\n                \"registration\": {\n                    \"initialRegistrationDate\": \"2024-03-30T09:42:41Z\",\n                    \"lastUpdateDate\": \"2024-03-30T09:42:41Z\",\n                    \"status\": \"ISSUED\",\n                    \"nextRenewalDate\": \"2025-03-30T09:42:41Z\",\n                    \"managingLou\": \"335800FVH4MOKZS9VH40\",\n                    \"corroborationLevel\": \"FULLY_CORROBORATED\",\n                    \"validatedAt\": {\n                        \"id\": \"RA000394\",\n                        \"other\": null\n                    },\n                    \"validatedAs\": \"U63040KL1965SGC002120\",\n                    \"otherValidationAuthorities\": []\n                },\n                \"bic\": null,\n                \"mic\": null,\n                \"ocid\": \"in/U63040KL1965SGC002120\",\n                \"spglobal\": [\n                    \"129071123\"\n                ],\n                \"conformityFlag\": \"NON_CONFORMING\"\n            },\n            \"relationships\": {\n                \"managing-lou\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/335800B957R78PDKRV27/managing-lou\"\n                    }\n                },\n                \"lei-issuer\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/335800B957R78PDKRV27/lei-issuer\"\n                    }\n                },\n                \"field-modifications\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/335800B957R78PDKRV27/field-modifications\"\n                    }\n                },\n                \"direct-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/335800B957R78PDKRV27/direct-parent-reporting-exception\"\n                    }\n                },\n                \"ultimate-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/335800B957R78PDKRV27/ultimate-parent-reporting-exception\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/lei-records/335800B957R78PDKRV27\"\n            }\n        },\n        {\n            \"type\": \"lei-records\",\n            \"id\": \"9845008145883MA57375\",\n            \"attributes\": {\n                \"lei\": \"9845008145883MA57375\",\n                \"entity\": {\n                    \"legalName\": {\n                        \"name\": \"FINNABLE TECHNOLOGIES PRIVATE LIMITED\",\n                        \"language\": \"en\"\n                    },\n                    \"otherNames\": [],\n                    \"transliteratedOtherNames\": [],\n                    \"legalAddress\": {\n                        \"language\": \"en\",\n                        \"addressLines\": [\n                            \"IndiQube Lakeside\",\n                            \"4th Floor Municipal No. 80/2 Wing A Bellandur\",\n                            \"Varthur Hobli\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"Bangalore\",\n                        \"region\": \"IN-KA\",\n                        \"country\": \"IN\",\n                        \"postalCode\": \"560103\"\n                    },\n                    \"headquartersAddress\": {\n                        \"language\": \"en\",\n                        \"addressLines\": [\n                            \"IndiQube Lakeside\",\n                            \"4th Floor Municipal No. 80/2 Wing A Bellandur\",\n                            \"Varthur Hobli\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"Bangalore\",\n                        \"region\": \"IN-KA\",\n                        \"country\": \"IN\",\n                        \"postalCode\": \"560103\"\n                    },\n                    \"registeredAt\": {\n                        \"id\": \"RA000394\",\n                        \"other\": null\n                    },\n                    \"registeredAs\": \"U74999KA2020PTC134989\",\n                    \"jurisdiction\": \"IN\",\n                    \"category\": \"GENERAL\",\n                    \"legalForm\": {\n                        \"id\": \"YSP9\",\n                        \"other\": null\n                    },\n                    \"associatedEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"status\": \"ACTIVE\",\n                    \"expiration\": {\n                        \"date\": null,\n                        \"reason\": null\n                    },\n                    \"successorEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"successorEntities\": [],\n                    \"creationDate\": \"2020-06-17T00:00:00Z\",\n                    \"subCategory\": null,\n                    \"otherAddresses\": [],\n                    \"eventGroups\": []\n                },\n                \"registration\": {\n                    \"initialRegistrationDate\": \"2024-03-30T09:41:30Z\",\n                    \"lastUpdateDate\": \"2024-03-30T09:41:30Z\",\n                    \"status\": \"ISSUED\",\n                    \"nextRenewalDate\": \"2025-03-30T09:41:32Z\",\n                    \"managingLou\": \"529900T8BM49AURSDO55\",\n                    \"corroborationLevel\": \"FULLY_CORROBORATED\",\n                    \"validatedAt\": {\n                        \"id\": \"RA000394\",\n                        \"other\": null\n                    },\n                    \"validatedAs\": \"U74999KA2020PTC134989\",\n                    \"otherValidationAuthorities\": [\n                        {\n                            \"validatedAt\": {\n                                \"id\": \"RA000754\"\n                            },\n                            \"validatedAs\": \"29AAECF1035B1Z6\"\n                        }\n                    ]\n                },\n                \"bic\": null,\n                \"mic\": null,\n                \"ocid\": \"in/U74999KA2020PTC134989\",\n                \"spglobal\": [\n                    \"1876578791\"\n                ],\n                \"conformityFlag\": \"NON_CONFORMING\"\n            },\n            \"relationships\": {\n                \"managing-lou\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/9845008145883MA57375/managing-lou\"\n                    }\n                },\n                \"lei-issuer\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/9845008145883MA57375/lei-issuer\"\n                    }\n                },\n                \"field-modifications\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/9845008145883MA57375/field-modifications\"\n                    }\n                },\n                \"direct-parent\": {\n                    \"links\": {\n                        \"relationship-record\": \"https://api.gleif.org/api/v1/lei-records/9845008145883MA57375/direct-parent-relationship\",\n                        \"lei-record\": \"https://api.gleif.org/api/v1/lei-records/9845008145883MA57375/direct-parent\"\n                    }\n                },\n                \"ultimate-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/9845008145883MA57375/ultimate-parent-reporting-exception\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/lei-records/9845008145883MA57375\"\n            }\n        },\n        {\n            \"type\": \"lei-records\",\n            \"id\": \"8156005EED38A32BBC89\",\n            \"attributes\": {\n                \"lei\": \"8156005EED38A32BBC89\",\n                \"entity\": {\n                    \"legalName\": {\n                        \"name\": \"KUMOSAR S.R.L.\",\n                        \"language\": \"it-IT\"\n                    },\n                    \"otherNames\": [],\n                    \"transliteratedOtherNames\": [],\n                    \"legalAddress\": {\n                        \"language\": \"it-IT\",\n                        \"addressLines\": [\n                            \"VIA XX SETTEMBRE, 23\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"LODI\",\n                        \"region\": \"IT-LO\",\n                        \"country\": \"IT\",\n                        \"postalCode\": \"26900\"\n                    },\n                    \"headquartersAddress\": {\n                        \"language\": \"it-IT\",\n                        \"addressLines\": [\n                            \"VIA XX SETTEMBRE, 23\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"LODI\",\n                        \"region\": \"IT-LO\",\n                        \"country\": \"IT\",\n                        \"postalCode\": \"26900\"\n                    },\n                    \"registeredAt\": {\n                        \"id\": \"RA000407\",\n                        \"other\": null\n                    },\n                    \"registeredAs\": \"09602620156\",\n                    \"jurisdiction\": \"IT\",\n                    \"category\": \"GENERAL\",\n                    \"legalForm\": {\n                        \"id\": \"OV32\",\n                        \"other\": null\n                    },\n                    \"associatedEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"status\": \"ACTIVE\",\n                    \"expiration\": {\n                        \"date\": null,\n                        \"reason\": null\n                    },\n                    \"successorEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"successorEntities\": [],\n                    \"creationDate\": \"1989-02-14T23:00:00Z\",\n                    \"subCategory\": null,\n                    \"otherAddresses\": [],\n                    \"eventGroups\": []\n                },\n                \"registration\": {\n                    \"initialRegistrationDate\": \"2024-03-30T09:04:32Z\",\n                    \"lastUpdateDate\": \"2024-03-30T09:04:32Z\",\n                    \"status\": \"ISSUED\",\n                    \"nextRenewalDate\": \"2025-03-30T08:04:32Z\",\n                    \"managingLou\": \"815600EAD78C57FCE690\",\n                    \"corroborationLevel\": \"FULLY_CORROBORATED\",\n                    \"validatedAt\": {\n                        \"id\": \"RA000407\",\n                        \"other\": null\n                    },\n                    \"validatedAs\": \"09602620156\",\n                    \"otherValidationAuthorities\": []\n                },\n                \"bic\": null,\n                \"mic\": null,\n                \"ocid\": null,\n                \"spglobal\": null,\n                \"conformityFlag\": \"NON_CONFORMING\"\n            },\n            \"relationships\": {\n                \"managing-lou\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/8156005EED38A32BBC89/managing-lou\"\n                    }\n                },\n                \"lei-issuer\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/8156005EED38A32BBC89/lei-issuer\"\n                    }\n                },\n                \"field-modifications\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/8156005EED38A32BBC89/field-modifications\"\n                    }\n                },\n                \"direct-parent\": {\n                    \"links\": {\n                        \"relationship-record\": \"https://api.gleif.org/api/v1/lei-records/8156005EED38A32BBC89/direct-parent-relationship\",\n                        \"lei-record\": \"https://api.gleif.org/api/v1/lei-records/8156005EED38A32BBC89/direct-parent\"\n                    }\n                },\n                \"ultimate-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/8156005EED38A32BBC89/ultimate-parent-reporting-exception\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/lei-records/8156005EED38A32BBC89\"\n            }\n        },\n        {\n            \"type\": \"lei-records\",\n            \"id\": \"894500EJHW3IOBWMLX79\",\n            \"attributes\": {\n                \"lei\": \"894500EJHW3IOBWMLX79\",\n                \"entity\": {\n                    \"legalName\": {\n                        \"name\": \"Apex Alliance Hotel Management UAB\",\n                        \"language\": \"lt\"\n                    },\n                    \"otherNames\": [],\n                    \"transliteratedOtherNames\": [],\n                    \"legalAddress\": {\n                        \"language\": \"lt\",\n                        \"addressLines\": [\n                            \"Seimyniskiu st. 19\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"Vilnius\",\n                        \"region\": null,\n                        \"country\": \"LT\",\n                        \"postalCode\": \"09236\"\n                    },\n                    \"headquartersAddress\": {\n                        \"language\": \"lt\",\n                        \"addressLines\": [\n                            \"Seimyniskiu st. 19\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"Vilnius\",\n                        \"region\": null,\n                        \"country\": \"LT\",\n                        \"postalCode\": \"09236\"\n                    },\n                    \"registeredAt\": {\n                        \"id\": \"RA000430\",\n                        \"other\": null\n                    },\n                    \"registeredAs\": \"304231032\",\n                    \"jurisdiction\": \"LT\",\n                    \"category\": \"GENERAL\",\n                    \"legalForm\": {\n                        \"id\": \"BPLS\",\n                        \"other\": null\n                    },\n                    \"associatedEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"status\": \"ACTIVE\",\n                    \"expiration\": {\n                        \"date\": null,\n                        \"reason\": null\n                    },\n                    \"successorEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"successorEntities\": [],\n                    \"creationDate\": \"2016-04-25T12:00:00Z\",\n                    \"subCategory\": null,\n                    \"otherAddresses\": [],\n                    \"eventGroups\": []\n                },\n                \"registration\": {\n                    \"initialRegistrationDate\": \"2024-03-30T06:29:00Z\",\n                    \"lastUpdateDate\": \"2024-03-30T06:29:01Z\",\n                    \"status\": \"ISSUED\",\n                    \"nextRenewalDate\": \"2025-03-30T05:29:01Z\",\n                    \"managingLou\": \"529900F6BNUR3RJ2WH29\",\n                    \"corroborationLevel\": \"FULLY_CORROBORATED\",\n                    \"validatedAt\": {\n                        \"id\": \"RA000430\",\n                        \"other\": null\n                    },\n                    \"validatedAs\": \"304231032\",\n                    \"otherValidationAuthorities\": []\n                },\n                \"bic\": null,\n                \"mic\": null,\n                \"ocid\": null,\n                \"spglobal\": [\n                    \"1839078145\"\n                ],\n                \"conformityFlag\": \"NON_CONFORMING\"\n            },\n            \"relationships\": {\n                \"managing-lou\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/894500EJHW3IOBWMLX79/managing-lou\"\n                    }\n                },\n                \"lei-issuer\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/894500EJHW3IOBWMLX79/lei-issuer\"\n                    }\n                },\n                \"field-modifications\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/894500EJHW3IOBWMLX79/field-modifications\"\n                    }\n                },\n                \"direct-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/894500EJHW3IOBWMLX79/direct-parent-reporting-exception\"\n                    }\n                },\n                \"ultimate-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/894500EJHW3IOBWMLX79/ultimate-parent-reporting-exception\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/lei-records/894500EJHW3IOBWMLX79\"\n            }\n        },\n        {\n            \"type\": \"lei-records\",\n            \"id\": \"894500D7M0BR54A64579\",\n            \"attributes\": {\n                \"lei\": \"894500D7M0BR54A64579\",\n                \"entity\": {\n                    \"legalName\": {\n                        \"name\": \"Pipeline Investment Ltd.\",\n                        \"language\": \"en\"\n                    },\n                    \"otherNames\": [],\n                    \"transliteratedOtherNames\": [],\n                    \"legalAddress\": {\n                        \"language\": \"en\",\n                        \"addressLines\": [\n                            \"Clarendon House 2, Church Street Hamilton\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"Hamilton\",\n                        \"region\": null,\n                        \"country\": \"BM\",\n                        \"postalCode\": \"HM 11\"\n                    },\n                    \"headquartersAddress\": {\n                        \"language\": \"en\",\n                        \"addressLines\": [\n                            \"Clarendon House 2, Church Street Hamilton\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"Hamilton\",\n                        \"region\": null,\n                        \"country\": \"BM\",\n                        \"postalCode\": \"HM 11\"\n                    },\n                    \"registeredAt\": {\n                        \"id\": \"RA000028\",\n                        \"other\": null\n                    },\n                    \"registeredAs\": \"49511\",\n                    \"jurisdiction\": \"BM\",\n                    \"category\": \"GENERAL\",\n                    \"legalForm\": {\n                        \"id\": \"7AS7\",\n                        \"other\": null\n                    },\n                    \"associatedEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"status\": \"ACTIVE\",\n                    \"expiration\": {\n                        \"date\": null,\n                        \"reason\": null\n                    },\n                    \"successorEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"successorEntities\": [],\n                    \"creationDate\": \"2014-09-22T12:00:00Z\",\n                    \"subCategory\": null,\n                    \"otherAddresses\": [],\n                    \"eventGroups\": []\n                },\n                \"registration\": {\n                    \"initialRegistrationDate\": \"2024-03-30T06:09:01Z\",\n                    \"lastUpdateDate\": \"2024-03-30T06:09:02Z\",\n                    \"status\": \"ISSUED\",\n                    \"nextRenewalDate\": \"2025-03-30T05:09:02Z\",\n                    \"managingLou\": \"529900F6BNUR3RJ2WH29\",\n                    \"corroborationLevel\": \"FULLY_CORROBORATED\",\n                    \"validatedAt\": {\n                        \"id\": \"RA000028\",\n                        \"other\": null\n                    },\n                    \"validatedAs\": \"49511\",\n                    \"otherValidationAuthorities\": []\n                },\n                \"bic\": null,\n                \"mic\": null,\n                \"ocid\": \"bm/49511\",\n                \"spglobal\": [\n                    \"1876552590\"\n                ],\n                \"conformityFlag\": \"NON_CONFORMING\"\n            },\n            \"relationships\": {\n                \"managing-lou\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/894500D7M0BR54A64579/managing-lou\"\n                    }\n                },\n                \"lei-issuer\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/894500D7M0BR54A64579/lei-issuer\"\n                    }\n                },\n                \"field-modifications\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/894500D7M0BR54A64579/field-modifications\"\n                    }\n                },\n                \"direct-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/894500D7M0BR54A64579/direct-parent-reporting-exception\"\n                    }\n                },\n                \"ultimate-parent\": {\n                    \"links\": {\n                        \"relationship-record\": \"https://api.gleif.org/api/v1/lei-records/894500D7M0BR54A64579/ultimate-parent-relationship\",\n                        \"lei-record\": \"https://api.gleif.org/api/v1/lei-records/894500D7M0BR54A64579/ultimate-parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/lei-records/894500D7M0BR54A64579\"\n            }\n        }\n    ]\n}"},{"id":"0d3b731e-1a07-4ea4-a725-afa0815e2cbf","name":"LEI Records based on Policy Conformity Flag - NOT_APPLICABLE","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/vnd.api+json","description":"The 'application/vnd.api+json' media type specifies that the API client will only accept a JSON-formatted response body that conforms to the JSON API specification. More details can be found at: https://www.iana.org/assignments/media-types/application/vnd.api+json"}],"url":{"raw":"https://api.gleif.org/api/v1/lei-records?filter[conformityFlag]=NOT_APPLICABLE\n","protocol":"https","host":["api","gleif","org"],"path":["api","v1","lei-records"],"query":[{"key":"filter[conformityFlag]","value":"NOT_APPLICABLE\n","description":"If the LEI record is RETIRED, ANNULLED, or DUPLICATE, the LEI record is labelled ‘NOT_APPLICABLE’."}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"goldenCopy\": {\n            \"publishDate\": \"2024-04-09T00:00:00Z\"\n        },\n        \"pagination\": {\n            \"currentPage\": 1,\n            \"perPage\": 15,\n            \"from\": 1,\n            \"to\": 15,\n            \"total\": 135670,\n            \"lastPage\": 9045\n        }\n    },\n    \"links\": {\n        \"first\": \"https://api.gleif.org/api/v1/lei-records?filter%5BconformityFlag%5D=NOT_APPLICABLE&page%5Bnumber%5D=1&page%5Bsize%5D=15\",\n        \"next\": \"https://api.gleif.org/api/v1/lei-records?filter%5BconformityFlag%5D=NOT_APPLICABLE&page%5Bnumber%5D=2&page%5Bsize%5D=15\",\n        \"last\": \"https://api.gleif.org/api/v1/lei-records?filter%5BconformityFlag%5D=NOT_APPLICABLE&page%5Bnumber%5D=9045&page%5Bsize%5D=15\"\n    },\n    \"data\": [\n        {\n            \"type\": \"lei-records\",\n            \"id\": \"9845007B3DE94E809488\",\n            \"attributes\": {\n                \"lei\": \"9845007B3DE94E809488\",\n                \"entity\": {\n                    \"legalName\": {\n                        \"name\": \"NAPONA\",\n                        \"language\": \"nl\"\n                    },\n                    \"otherNames\": [],\n                    \"transliteratedOtherNames\": [],\n                    \"legalAddress\": {\n                        \"language\": \"nl\",\n                        \"addressLines\": [\n                            \"Kruinweg(Odk) 2\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"Koksijde\",\n                        \"region\": \"BE-VWV\",\n                        \"country\": \"BE\",\n                        \"postalCode\": \"8670\"\n                    },\n                    \"headquartersAddress\": {\n                        \"language\": \"nl\",\n                        \"addressLines\": [\n                            \"Kruinweg(Odk) 2\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"Koksijde\",\n                        \"region\": \"BE-VWV\",\n                        \"country\": \"BE\",\n                        \"postalCode\": \"8670\"\n                    },\n                    \"registeredAt\": {\n                        \"id\": \"RA000025\",\n                        \"other\": null\n                    },\n                    \"registeredAs\": \"0880.543.234\",\n                    \"jurisdiction\": \"BE\",\n                    \"category\": \"GENERAL\",\n                    \"legalForm\": {\n                        \"id\": \"N5NT\",\n                        \"other\": null\n                    },\n                    \"associatedEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"status\": \"INACTIVE\",\n                    \"expiration\": {\n                        \"date\": null,\n                        \"reason\": null\n                    },\n                    \"successorEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"successorEntities\": [],\n                    \"creationDate\": \"2006-04-06T00:00:00Z\",\n                    \"subCategory\": null,\n                    \"otherAddresses\": [],\n                    \"eventGroups\": [\n                        {\n                            \"groupType\": \"STANDALONE\",\n                            \"events\": [\n                                {\n                                    \"validationDocuments\": \"SUPPORTING_DOCUMENTS\",\n                                    \"effectiveDate\": \"2024-02-23T00:00:00Z\",\n                                    \"recordedDate\": \"2024-03-21T17:29:40Z\",\n                                    \"type\": \"DISSOLUTION\",\n                                    \"status\": \"COMPLETED\"\n                                }\n                            ]\n                        }\n                    ]\n                },\n                \"registration\": {\n                    \"initialRegistrationDate\": \"2024-03-21T17:29:40Z\",\n                    \"lastUpdateDate\": \"2024-03-21T17:29:40Z\",\n                    \"status\": \"RETIRED\",\n                    \"nextRenewalDate\": \"2025-03-21T17:29:41Z\",\n                    \"managingLou\": \"529900T8BM49AURSDO55\",\n                    \"corroborationLevel\": \"FULLY_CORROBORATED\",\n                    \"validatedAt\": {\n                        \"id\": \"RA000025\",\n                        \"other\": null\n                    },\n                    \"validatedAs\": \"0880.543.234\",\n                    \"otherValidationAuthorities\": []\n                },\n                \"bic\": null,\n                \"mic\": null,\n                \"ocid\": \"be/0880543234\",\n                \"spglobal\": [\n                    \"685611591\"\n                ],\n                \"conformityFlag\": \"NOT_APPLICABLE\"\n            },\n            \"relationships\": {\n                \"managing-lou\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/9845007B3DE94E809488/managing-lou\"\n                    }\n                },\n                \"lei-issuer\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/9845007B3DE94E809488/lei-issuer\"\n                    }\n                },\n                \"field-modifications\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/9845007B3DE94E809488/field-modifications\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/lei-records/9845007B3DE94E809488\"\n            }\n        },\n        {\n            \"type\": \"lei-records\",\n            \"id\": \"984500EA54C89A83GE37\",\n            \"attributes\": {\n                \"lei\": \"984500EA54C89A83GE37\",\n                \"entity\": {\n                    \"legalName\": {\n                        \"name\": \"P.A.S.I. PREVIDENZA ED ASSISTENZA SANITARIA INTEGRATIVA\",\n                        \"language\": \"it\"\n                    },\n                    \"otherNames\": [],\n                    \"transliteratedOtherNames\": [],\n                    \"legalAddress\": {\n                        \"language\": \"it\",\n                        \"addressLines\": [\n                            \"Via Dei Lecci 32\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"Orvieto\",\n                        \"region\": \"IT-TR\",\n                        \"country\": \"IT\",\n                        \"postalCode\": \"05018\"\n                    },\n                    \"headquartersAddress\": {\n                        \"language\": \"it\",\n                        \"addressLines\": [\n                            \"Via Dei Lecci 32\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"Orvieto\",\n                        \"region\": \"IT-TR\",\n                        \"country\": \"IT\",\n                        \"postalCode\": \"05018\"\n                    },\n                    \"registeredAt\": {\n                        \"id\": \"RA000776\",\n                        \"other\": null\n                    },\n                    \"registeredAs\": \"97045040587\",\n                    \"jurisdiction\": \"IT\",\n                    \"category\": \"GENERAL\",\n                    \"legalForm\": {\n                        \"id\": \"1TON\",\n                        \"other\": null\n                    },\n                    \"associatedEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"status\": \"INACTIVE\",\n                    \"expiration\": {\n                        \"date\": null,\n                        \"reason\": null\n                    },\n                    \"successorEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"successorEntities\": [],\n                    \"creationDate\": \"2019-12-13T00:00:00Z\",\n                    \"subCategory\": null,\n                    \"otherAddresses\": [],\n                    \"eventGroups\": [\n                        {\n                            \"groupType\": \"STANDALONE\",\n                            \"events\": [\n                                {\n                                    \"validationDocuments\": \"SUPPORTING_DOCUMENTS\",\n                                    \"effectiveDate\": \"2023-12-31T00:00:00Z\",\n                                    \"recordedDate\": \"2024-03-08T11:10:47Z\",\n                                    \"type\": \"DISSOLUTION\",\n                                    \"status\": \"COMPLETED\"\n                                }\n                            ]\n                        }\n                    ]\n                },\n                \"registration\": {\n                    \"initialRegistrationDate\": \"2024-03-08T11:10:47Z\",\n                    \"lastUpdateDate\": \"2024-03-08T11:10:47Z\",\n                    \"status\": \"RETIRED\",\n                    \"nextRenewalDate\": \"2025-03-08T11:10:48Z\",\n                    \"managingLou\": \"529900T8BM49AURSDO55\",\n                    \"corroborationLevel\": \"FULLY_CORROBORATED\",\n                    \"validatedAt\": {\n                        \"id\": \"RA000776\",\n                        \"other\": null\n                    },\n                    \"validatedAs\": \"97045040587\",\n                    \"otherValidationAuthorities\": []\n                },\n                \"bic\": null,\n                \"mic\": null,\n                \"ocid\": null,\n                \"spglobal\": [\n                    \"1874380863\"\n                ],\n                \"conformityFlag\": \"NOT_APPLICABLE\"\n            },\n            \"relationships\": {\n                \"managing-lou\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/984500EA54C89A83GE37/managing-lou\"\n                    }\n                },\n                \"lei-issuer\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/984500EA54C89A83GE37/lei-issuer\"\n                    }\n                },\n                \"field-modifications\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/984500EA54C89A83GE37/field-modifications\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/lei-records/984500EA54C89A83GE37\"\n            }\n        },\n        {\n            \"type\": \"lei-records\",\n            \"id\": \"9845000439DAEC450685\",\n            \"attributes\": {\n                \"lei\": \"9845000439DAEC450685\",\n                \"entity\": {\n                    \"legalName\": {\n                        \"name\": \"Primamontage & Gulve\",\n                        \"language\": \"da\"\n                    },\n                    \"otherNames\": [\n                        {\n                            \"name\": \"jsk-vinshoppen v/Jacob Skriver\",\n                            \"language\": \"da\",\n                            \"type\": \"PREVIOUS_LEGAL_NAME\"\n                        },\n                        {\n                            \"name\": \"Dewine v/Jacob Skriver\",\n                            \"language\": \"da\",\n                            \"type\": \"PREVIOUS_LEGAL_NAME\"\n                        },\n                        {\n                            \"name\": \"Skriver's Gulvservice v/Jacob Skriver\",\n                            \"language\": \"da\",\n                            \"type\": \"PREVIOUS_LEGAL_NAME\"\n                        },\n                        {\n                            \"name\": \"Elite-Gulvservice\",\n                            \"language\": \"da\",\n                            \"type\": \"PREVIOUS_LEGAL_NAME\"\n                        },\n                        {\n                            \"name\": \"PrimaGulvservice\",\n                            \"language\": \"da\",\n                            \"type\": \"PREVIOUS_LEGAL_NAME\"\n                        }\n                    ],\n                    \"transliteratedOtherNames\": [],\n                    \"legalAddress\": {\n                        \"language\": \"da\",\n                        \"addressLines\": [\n                            \"Langfredparken 103\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"Sabro\",\n                        \"region\": \"DK-82\",\n                        \"country\": \"DK\",\n                        \"postalCode\": \"8471\"\n                    },\n                    \"headquartersAddress\": {\n                        \"language\": \"da\",\n                        \"addressLines\": [\n                            \"Langfredparken 103\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"Sabro\",\n                        \"region\": \"DK-82\",\n                        \"country\": \"DK\",\n                        \"postalCode\": \"8471\"\n                    },\n                    \"registeredAt\": {\n                        \"id\": \"RA000170\",\n                        \"other\": null\n                    },\n                    \"registeredAs\": \"26778409\",\n                    \"jurisdiction\": \"DK\",\n                    \"category\": \"SOLE_PROPRIETOR\",\n                    \"legalForm\": {\n                        \"id\": \"FUKI\",\n                        \"other\": null\n                    },\n                    \"associatedEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"status\": \"INACTIVE\",\n                    \"expiration\": {\n                        \"date\": null,\n                        \"reason\": null\n                    },\n                    \"successorEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"successorEntities\": [],\n                    \"creationDate\": \"2002-08-07T00:00:00Z\",\n                    \"subCategory\": null,\n                    \"otherAddresses\": [],\n                    \"eventGroups\": [\n                        {\n                            \"groupType\": \"STANDALONE\",\n                            \"events\": [\n                                {\n                                    \"validationDocuments\": \"SUPPORTING_DOCUMENTS\",\n                                    \"effectiveDate\": \"2024-01-11T00:00:00Z\",\n                                    \"recordedDate\": \"2024-03-05T12:53:54Z\",\n                                    \"type\": \"DISSOLUTION\",\n                                    \"status\": \"COMPLETED\"\n                                }\n                            ]\n                        }\n                    ]\n                },\n                \"registration\": {\n                    \"initialRegistrationDate\": \"2024-03-05T12:53:54Z\",\n                    \"lastUpdateDate\": \"2024-03-05T12:53:54Z\",\n                    \"status\": \"RETIRED\",\n                    \"nextRenewalDate\": \"2025-03-05T12:53:56Z\",\n                    \"managingLou\": \"529900T8BM49AURSDO55\",\n                    \"corroborationLevel\": \"FULLY_CORROBORATED\",\n                    \"validatedAt\": {\n                        \"id\": \"RA000170\",\n                        \"other\": null\n                    },\n                    \"validatedAs\": \"26778409\",\n                    \"otherValidationAuthorities\": []\n                },\n                \"bic\": null,\n                \"mic\": null,\n                \"ocid\": \"dk/26778409\",\n                \"spglobal\": [\n                    \"1873583823\"\n                ],\n                \"conformityFlag\": \"NOT_APPLICABLE\"\n            },\n            \"relationships\": {\n                \"managing-lou\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/9845000439DAEC450685/managing-lou\"\n                    }\n                },\n                \"lei-issuer\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/9845000439DAEC450685/lei-issuer\"\n                    }\n                },\n                \"field-modifications\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/9845000439DAEC450685/field-modifications\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/lei-records/9845000439DAEC450685\"\n            }\n        },\n        {\n            \"type\": \"lei-records\",\n            \"id\": \"743700W88LMAFTT5VN55\",\n            \"attributes\": {\n                \"lei\": \"743700W88LMAFTT5VN55\",\n                \"entity\": {\n                    \"legalName\": {\n                        \"name\": \"M Varelius Oy\",\n                        \"language\": \"fi\"\n                    },\n                    \"otherNames\": [],\n                    \"transliteratedOtherNames\": [],\n                    \"legalAddress\": {\n                        \"language\": \"fi\",\n                        \"addressLines\": [\n                            \"Takojantie 1\",\n                            \"02130 ESPOO\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"ESPOO\",\n                        \"region\": null,\n                        \"country\": \"FI\",\n                        \"postalCode\": \"FI-02130\"\n                    },\n                    \"headquartersAddress\": {\n                        \"language\": \"fi\",\n                        \"addressLines\": [\n                            \"Takojantie 1\",\n                            \"02130 ESPOO\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"ESPOO\",\n                        \"region\": null,\n                        \"country\": \"FI\",\n                        \"postalCode\": \"FI-02130\"\n                    },\n                    \"registeredAt\": {\n                        \"id\": \"RA000188\",\n                        \"other\": null\n                    },\n                    \"registeredAs\": \"1054429-8\",\n                    \"jurisdiction\": \"FI\",\n                    \"category\": \"GENERAL\",\n                    \"legalForm\": {\n                        \"id\": \"DKUW\",\n                        \"other\": null\n                    },\n                    \"associatedEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"status\": \"INACTIVE\",\n                    \"expiration\": {\n                        \"date\": null,\n                        \"reason\": null\n                    },\n                    \"successorEntity\": {\n                        \"lei\": \"743700J7CX1NCWZM5P14\",\n                        \"name\": null\n                    },\n                    \"successorEntities\": [\n                        {\n                            \"lei\": \"743700J7CX1NCWZM5P14\"\n                        }\n                    ],\n                    \"creationDate\": \"1996-06-27T21:00:00Z\",\n                    \"subCategory\": null,\n                    \"otherAddresses\": [],\n                    \"eventGroups\": [\n                        {\n                            \"groupType\": \"STANDALONE\",\n                            \"events\": [\n                                {\n                                    \"validationDocuments\": \"REGULATORY_FILING\",\n                                    \"effectiveDate\": \"2024-03-30T22:00:00Z\",\n                                    \"recordedDate\": \"2024-03-30T22:00:00Z\",\n                                    \"type\": \"MERGERS_AND_ACQUISITIONS\",\n                                    \"status\": \"COMPLETED\",\n                                    \"affectedFields\": [\n                                        {\n                                            \"value\": \"743700J7CX1NCWZM5P14\",\n                                            \"xpath\": \"/lei:LEIData/lei:LEIRecords/lei:LEIRecord/lei:Entity/lei:SuccessorEntity/lei:SuccessorLEI\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ]\n                },\n                \"registration\": {\n                    \"initialRegistrationDate\": \"2024-03-04T22:00:00Z\",\n                    \"lastUpdateDate\": \"2024-03-31T03:30:01Z\",\n                    \"status\": \"RETIRED\",\n                    \"nextRenewalDate\": \"2024-03-31T09:00:00Z\",\n                    \"managingLou\": \"743700OO8O2N3TQKJC81\",\n                    \"corroborationLevel\": \"FULLY_CORROBORATED\",\n                    \"validatedAt\": {\n                        \"id\": \"RA000188\",\n                        \"other\": null\n                    },\n                    \"validatedAs\": \"1054429-8\",\n                    \"otherValidationAuthorities\": []\n                },\n                \"bic\": null,\n                \"mic\": null,\n                \"ocid\": \"fi/1054429-8\",\n                \"spglobal\": [\n                    \"1874184207\"\n                ],\n                \"conformityFlag\": \"NOT_APPLICABLE\"\n            },\n            \"relationships\": {\n                \"managing-lou\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/743700W88LMAFTT5VN55/managing-lou\"\n                    }\n                },\n                \"lei-issuer\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/743700W88LMAFTT5VN55/lei-issuer\"\n                    }\n                },\n                \"field-modifications\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/743700W88LMAFTT5VN55/field-modifications\"\n                    }\n                },\n                \"direct-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/743700W88LMAFTT5VN55/direct-parent-reporting-exception\"\n                    }\n                },\n                \"ultimate-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/743700W88LMAFTT5VN55/ultimate-parent-reporting-exception\"\n                    }\n                },\n                \"successor-entity\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/743700W88LMAFTT5VN55/successor-entity\"\n                    }\n                },\n                \"successor-entities\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/743700W88LMAFTT5VN55/successor-entities\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/lei-records/743700W88LMAFTT5VN55\"\n            }\n        },\n        {\n            \"type\": \"lei-records\",\n            \"id\": \"984500D2F4C615EE8F84\",\n            \"attributes\": {\n                \"lei\": \"984500D2F4C615EE8F84\",\n                \"entity\": {\n                    \"legalName\": {\n                        \"name\": \"JBA ENGINEERING S.R.L. IN LIQUIDAZIONE\",\n                        \"language\": \"it\"\n                    },\n                    \"otherNames\": [],\n                    \"transliteratedOtherNames\": [],\n                    \"legalAddress\": {\n                        \"language\": \"it\",\n                        \"addressLines\": [\n                            \"VIA MAURIZIO MONTI 13\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"COMO\",\n                        \"region\": \"IT-CO\",\n                        \"country\": \"IT\",\n                        \"postalCode\": \"22100\"\n                    },\n                    \"headquartersAddress\": {\n                        \"language\": \"it\",\n                        \"addressLines\": [\n                            \"VIA MAURIZIO MONTI 13\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"COMO\",\n                        \"region\": \"IT-CO\",\n                        \"country\": \"IT\",\n                        \"postalCode\": \"22100\"\n                    },\n                    \"registeredAt\": {\n                        \"id\": \"RA000407\",\n                        \"other\": null\n                    },\n                    \"registeredAs\": \"03380730139\",\n                    \"jurisdiction\": \"IT\",\n                    \"category\": \"GENERAL\",\n                    \"legalForm\": {\n                        \"id\": \"OV32\",\n                        \"other\": null\n                    },\n                    \"associatedEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"status\": \"INACTIVE\",\n                    \"expiration\": {\n                        \"date\": null,\n                        \"reason\": null\n                    },\n                    \"successorEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"successorEntities\": [],\n                    \"creationDate\": \"2012-02-09T00:00:00Z\",\n                    \"subCategory\": null,\n                    \"otherAddresses\": [],\n                    \"eventGroups\": [\n                        {\n                            \"groupType\": \"STANDALONE\",\n                            \"events\": [\n                                {\n                                    \"validationDocuments\": \"SUPPORTING_DOCUMENTS\",\n                                    \"effectiveDate\": \"2023-02-09T00:00:00Z\",\n                                    \"recordedDate\": \"2024-03-04T09:05:40Z\",\n                                    \"type\": \"DISSOLUTION\",\n                                    \"status\": \"COMPLETED\"\n                                }\n                            ]\n                        }\n                    ]\n                },\n                \"registration\": {\n                    \"initialRegistrationDate\": \"2024-03-04T10:18:20Z\",\n                    \"lastUpdateDate\": \"2024-03-04T10:18:20Z\",\n                    \"status\": \"RETIRED\",\n                    \"nextRenewalDate\": \"2025-03-04T10:18:21Z\",\n                    \"managingLou\": \"529900T8BM49AURSDO55\",\n                    \"corroborationLevel\": \"FULLY_CORROBORATED\",\n                    \"validatedAt\": {\n                        \"id\": \"RA000407\",\n                        \"other\": null\n                    },\n                    \"validatedAs\": \"03380730139\",\n                    \"otherValidationAuthorities\": []\n                },\n                \"bic\": null,\n                \"mic\": null,\n                \"ocid\": null,\n                \"spglobal\": [\n                    \"1873503348\"\n                ],\n                \"conformityFlag\": \"NOT_APPLICABLE\"\n            },\n            \"relationships\": {\n                \"managing-lou\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/984500D2F4C615EE8F84/managing-lou\"\n                    }\n                },\n                \"lei-issuer\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/984500D2F4C615EE8F84/lei-issuer\"\n                    }\n                },\n                \"field-modifications\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/984500D2F4C615EE8F84/field-modifications\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/lei-records/984500D2F4C615EE8F84\"\n            }\n        },\n        {\n            \"type\": \"lei-records\",\n            \"id\": \"21380036Z9BGT8PX6791\",\n            \"attributes\": {\n                \"lei\": \"21380036Z9BGT8PX6791\",\n                \"entity\": {\n                    \"legalName\": {\n                        \"name\": \"DNA 9, CLASS B\",\n                        \"language\": \"en\"\n                    },\n                    \"otherNames\": [],\n                    \"transliteratedOtherNames\": [],\n                    \"legalAddress\": {\n                        \"language\": \"lb\",\n                        \"addressLines\": [\n                            \"49 BOULEVARD PRINCE HENRI\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"LUXEMBOURG\",\n                        \"region\": \"LU-LU\",\n                        \"country\": \"LU\",\n                        \"postalCode\": \"L-1724\"\n                    },\n                    \"headquartersAddress\": {\n                        \"language\": \"lb\",\n                        \"addressLines\": [\n                            \"C/O UNION SECURITIES SWITZERLAND SA\",\n                            \"CR DE RIVE 11\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"GENÈVE\",\n                        \"region\": \"CH-GE\",\n                        \"country\": \"CH\",\n                        \"postalCode\": \"1204\"\n                    },\n                    \"registeredAt\": {\n                        \"id\": \"RA999999\",\n                        \"other\": null\n                    },\n                    \"registeredAs\": null,\n                    \"jurisdiction\": \"LU\",\n                    \"category\": \"FUND\",\n                    \"legalForm\": {\n                        \"id\": \"8888\",\n                        \"other\": \"SUB-FUND\"\n                    },\n                    \"associatedEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"status\": \"NULL\",\n                    \"expiration\": {\n                        \"date\": null,\n                        \"reason\": null\n                    },\n                    \"successorEntity\": {\n                        \"lei\": \"213800PSR6YYGRIKM903\",\n                        \"name\": null\n                    },\n                    \"successorEntities\": [\n                        {\n                            \"lei\": \"213800PSR6YYGRIKM903\"\n                        }\n                    ],\n                    \"creationDate\": \"2024-03-01T00:00:00Z\",\n                    \"subCategory\": null,\n                    \"otherAddresses\": [],\n                    \"eventGroups\": []\n                },\n                \"registration\": {\n                    \"initialRegistrationDate\": \"2024-03-04T00:00:00Z\",\n                    \"lastUpdateDate\": \"2024-03-07T15:38:30Z\",\n                    \"status\": \"DUPLICATE\",\n                    \"nextRenewalDate\": \"2025-03-04T00:00:00Z\",\n                    \"managingLou\": \"213800WAVVOPS85N2205\",\n                    \"corroborationLevel\": \"ENTITY_SUPPLIED_ONLY\",\n                    \"validatedAt\": {\n                        \"id\": \"RA999999\",\n                        \"other\": null\n                    },\n                    \"validatedAs\": null,\n                    \"otherValidationAuthorities\": []\n                },\n                \"bic\": null,\n                \"mic\": null,\n                \"ocid\": null,\n                \"spglobal\": null,\n                \"conformityFlag\": \"NOT_APPLICABLE\"\n            },\n            \"relationships\": {\n                \"managing-lou\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/21380036Z9BGT8PX6791/managing-lou\"\n                    }\n                },\n                \"lei-issuer\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/21380036Z9BGT8PX6791/lei-issuer\"\n                    }\n                },\n                \"field-modifications\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/21380036Z9BGT8PX6791/field-modifications\"\n                    }\n                },\n                \"direct-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/21380036Z9BGT8PX6791/direct-parent-reporting-exception\"\n                    }\n                },\n                \"ultimate-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/21380036Z9BGT8PX6791/ultimate-parent-reporting-exception\"\n                    }\n                },\n                \"fund-manager\": {\n                    \"links\": {\n                        \"lei-record\": \"https://api.gleif.org/api/v1/lei-records/21380036Z9BGT8PX6791/fund-manager\",\n                        \"relationship-record\": \"https://api.gleif.org/api/v1/lei-records/21380036Z9BGT8PX6791/fund-manager-relationship\"\n                    }\n                },\n                \"umbrella-fund\": {\n                    \"links\": {\n                        \"lei-record\": \"https://api.gleif.org/api/v1/lei-records/21380036Z9BGT8PX6791/umbrella-fund\",\n                        \"relationship-record\": \"https://api.gleif.org/api/v1/lei-records/21380036Z9BGT8PX6791/umbrella-fund-relationship\"\n                    }\n                },\n                \"successor-entity\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/21380036Z9BGT8PX6791/successor-entity\"\n                    }\n                },\n                \"successor-entities\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/21380036Z9BGT8PX6791/successor-entities\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/lei-records/21380036Z9BGT8PX6791\"\n            }\n        },\n        {\n            \"type\": \"lei-records\",\n            \"id\": \"9845007F15736C7T5061\",\n            \"attributes\": {\n                \"lei\": \"9845007F15736C7T5061\",\n                \"entity\": {\n                    \"legalName\": {\n                        \"name\": \"MAINAN S.A.\",\n                        \"language\": \"fr\"\n                    },\n                    \"otherNames\": [],\n                    \"transliteratedOtherNames\": [],\n                    \"legalAddress\": {\n                        \"language\": \"fr\",\n                        \"addressLines\": [\n                            \"681 rue de Neudorf\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"Luxembourg\",\n                        \"region\": \"LU-LU\",\n                        \"country\": \"LU\",\n                        \"postalCode\": \"2220\"\n                    },\n                    \"headquartersAddress\": {\n                        \"language\": \"fr\",\n                        \"addressLines\": [\n                            \"681 rue de Neudorf\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"Luxembourg\",\n                        \"region\": \"LU-LU\",\n                        \"country\": \"LU\",\n                        \"postalCode\": \"2220\"\n                    },\n                    \"registeredAt\": {\n                        \"id\": \"RA000432\",\n                        \"other\": null\n                    },\n                    \"registeredAs\": \"B77667\",\n                    \"jurisdiction\": \"LU\",\n                    \"category\": \"GENERAL\",\n                    \"legalForm\": {\n                        \"id\": \"5GGB\",\n                        \"other\": null\n                    },\n                    \"associatedEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"status\": \"INACTIVE\",\n                    \"expiration\": {\n                        \"date\": null,\n                        \"reason\": null\n                    },\n                    \"successorEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"successorEntities\": [],\n                    \"creationDate\": \"2000-09-13T00:00:00Z\",\n                    \"subCategory\": null,\n                    \"otherAddresses\": [],\n                    \"eventGroups\": [\n                        {\n                            \"groupType\": \"STANDALONE\",\n                            \"events\": [\n                                {\n                                    \"validationDocuments\": \"ACCOUNTS_FILING\",\n                                    \"effectiveDate\": \"2023-10-11T00:00:00Z\",\n                                    \"recordedDate\": \"2024-03-01T17:35:03Z\",\n                                    \"type\": \"DISSOLUTION\",\n                                    \"status\": \"COMPLETED\"\n                                }\n                            ]\n                        }\n                    ]\n                },\n                \"registration\": {\n                    \"initialRegistrationDate\": \"2024-03-01T17:35:03Z\",\n                    \"lastUpdateDate\": \"2024-03-01T17:35:03Z\",\n                    \"status\": \"RETIRED\",\n                    \"nextRenewalDate\": \"2025-03-01T17:35:04Z\",\n                    \"managingLou\": \"529900T8BM49AURSDO55\",\n                    \"corroborationLevel\": \"FULLY_CORROBORATED\",\n                    \"validatedAt\": {\n                        \"id\": \"RA000432\",\n                        \"other\": null\n                    },\n                    \"validatedAs\": \"B77667\",\n                    \"otherValidationAuthorities\": []\n                },\n                \"bic\": null,\n                \"mic\": null,\n                \"ocid\": \"lu/B77667\",\n                \"spglobal\": [\n                    \"1873373357\"\n                ],\n                \"conformityFlag\": \"NOT_APPLICABLE\"\n            },\n            \"relationships\": {\n                \"managing-lou\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/9845007F15736C7T5061/managing-lou\"\n                    }\n                },\n                \"lei-issuer\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/9845007F15736C7T5061/lei-issuer\"\n                    }\n                },\n                \"field-modifications\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/9845007F15736C7T5061/field-modifications\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/lei-records/9845007F15736C7T5061\"\n            }\n        },\n        {\n            \"type\": \"lei-records\",\n            \"id\": \"25490079M9SKVEY6PY68\",\n            \"attributes\": {\n                \"lei\": \"25490079M9SKVEY6PY68\",\n                \"entity\": {\n                    \"legalName\": {\n                        \"name\": \"NovaHub B.V.\",\n                        \"language\": \"nl\"\n                    },\n                    \"otherNames\": [],\n                    \"transliteratedOtherNames\": [],\n                    \"legalAddress\": {\n                        \"language\": \"en\",\n                        \"addressLines\": [\n                            \"Hosingenhof 19\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"Eindhoven\",\n                        \"region\": \"NL-NB\",\n                        \"country\": \"NL\",\n                        \"postalCode\": \"5625 NJ\"\n                    },\n                    \"headquartersAddress\": {\n                        \"language\": \"en\",\n                        \"addressLines\": [\n                            \"Hosingenhof 19\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"Eindhoven\",\n                        \"region\": \"NL-NB\",\n                        \"country\": \"NL\",\n                        \"postalCode\": \"5625 NJ\"\n                    },\n                    \"registeredAt\": {\n                        \"id\": \"RA000463\",\n                        \"other\": null\n                    },\n                    \"registeredAs\": \"92194923\",\n                    \"jurisdiction\": \"NL\",\n                    \"category\": \"GENERAL\",\n                    \"legalForm\": {\n                        \"id\": \"54M6\",\n                        \"other\": null\n                    },\n                    \"associatedEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"status\": \"NULL\",\n                    \"expiration\": {\n                        \"date\": null,\n                        \"reason\": null\n                    },\n                    \"successorEntity\": {\n                        \"lei\": \"724500LDM9AL90ESOY74\",\n                        \"name\": null\n                    },\n                    \"successorEntities\": [\n                        {\n                            \"lei\": \"724500LDM9AL90ESOY74\"\n                        }\n                    ],\n                    \"creationDate\": \"2023-12-05T00:00:00Z\",\n                    \"subCategory\": null,\n                    \"otherAddresses\": [],\n                    \"eventGroups\": []\n                },\n                \"registration\": {\n                    \"initialRegistrationDate\": \"2024-02-29T11:41:53Z\",\n                    \"lastUpdateDate\": \"2024-02-29T11:41:53Z\",\n                    \"status\": \"DUPLICATE\",\n                    \"nextRenewalDate\": \"2025-02-28T11:41:53Z\",\n                    \"managingLou\": \"5493001KJTIIGC8Y1R12\",\n                    \"corroborationLevel\": \"FULLY_CORROBORATED\",\n                    \"validatedAt\": {\n                        \"id\": \"RA000463\",\n                        \"other\": null\n                    },\n                    \"validatedAs\": \"92194923\",\n                    \"otherValidationAuthorities\": []\n                },\n                \"bic\": null,\n                \"mic\": null,\n                \"ocid\": null,\n                \"spglobal\": null,\n                \"conformityFlag\": \"NOT_APPLICABLE\"\n            },\n            \"relationships\": {\n                \"managing-lou\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/25490079M9SKVEY6PY68/managing-lou\"\n                    }\n                },\n                \"lei-issuer\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/25490079M9SKVEY6PY68/lei-issuer\"\n                    }\n                },\n                \"field-modifications\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/25490079M9SKVEY6PY68/field-modifications\"\n                    }\n                },\n                \"direct-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/25490079M9SKVEY6PY68/direct-parent-reporting-exception\"\n                    }\n                },\n                \"ultimate-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/25490079M9SKVEY6PY68/ultimate-parent-reporting-exception\"\n                    }\n                },\n                \"successor-entity\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/25490079M9SKVEY6PY68/successor-entity\"\n                    }\n                },\n                \"successor-entities\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/25490079M9SKVEY6PY68/successor-entities\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/lei-records/25490079M9SKVEY6PY68\"\n            }\n        },\n        {\n            \"type\": \"lei-records\",\n            \"id\": \"8945005JJCS7JHMLX165\",\n            \"attributes\": {\n                \"lei\": \"8945005JJCS7JHMLX165\",\n                \"entity\": {\n                    \"legalName\": {\n                        \"name\": \"FALESIA - URBANIZAÇÃO DAS PRAIAS DO ALGARVE, S.A.\",\n                        \"language\": \"pt\"\n                    },\n                    \"otherNames\": [],\n                    \"transliteratedOtherNames\": [],\n                    \"legalAddress\": {\n                        \"language\": \"pt\",\n                        \"addressLines\": [\n                            \"PRAIA DOS OLHOS DE AGUA\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"ALBUFEIRA\",\n                        \"region\": null,\n                        \"country\": \"PT\",\n                        \"postalCode\": \"8200-591\"\n                    },\n                    \"headquartersAddress\": {\n                        \"language\": \"pt\",\n                        \"addressLines\": [\n                            \"PRAIA DOS OLHOS DE AGUA\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"ALBUFEIRA\",\n                        \"region\": null,\n                        \"country\": \"PT\",\n                        \"postalCode\": \"8200-591\"\n                    },\n                    \"registeredAt\": {\n                        \"id\": \"RA000487\",\n                        \"other\": null\n                    },\n                    \"registeredAs\": \"500349037\",\n                    \"jurisdiction\": \"PT\",\n                    \"category\": \"GENERAL\",\n                    \"legalForm\": {\n                        \"id\": \"DFE5\",\n                        \"other\": null\n                    },\n                    \"associatedEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"status\": \"INACTIVE\",\n                    \"expiration\": {\n                        \"date\": null,\n                        \"reason\": null\n                    },\n                    \"successorEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"successorEntities\": [],\n                    \"creationDate\": \"2006-03-23T22:00:00Z\",\n                    \"subCategory\": null,\n                    \"otherAddresses\": [],\n                    \"eventGroups\": [\n                        {\n                            \"groupType\": \"STANDALONE\",\n                            \"events\": [\n                                {\n                                    \"validationDocuments\": \"SUPPORTING_DOCUMENTS\",\n                                    \"effectiveDate\": \"2024-03-11T15:09:57Z\",\n                                    \"recordedDate\": \"2024-03-11T15:09:57Z\",\n                                    \"type\": \"DISSOLUTION\",\n                                    \"status\": \"COMPLETED\"\n                                }\n                            ]\n                        }\n                    ]\n                },\n                \"registration\": {\n                    \"initialRegistrationDate\": \"2024-02-28T08:45:05Z\",\n                    \"lastUpdateDate\": \"2024-03-11T15:09:57Z\",\n                    \"status\": \"RETIRED\",\n                    \"nextRenewalDate\": \"2025-02-28T08:45:06Z\",\n                    \"managingLou\": \"529900F6BNUR3RJ2WH29\",\n                    \"corroborationLevel\": \"FULLY_CORROBORATED\",\n                    \"validatedAt\": {\n                        \"id\": \"RA000487\",\n                        \"other\": null\n                    },\n                    \"validatedAs\": \"500349037\",\n                    \"otherValidationAuthorities\": []\n                },\n                \"bic\": null,\n                \"mic\": null,\n                \"ocid\": null,\n                \"spglobal\": [\n                    \"715923891\"\n                ],\n                \"conformityFlag\": \"NOT_APPLICABLE\"\n            },\n            \"relationships\": {\n                \"managing-lou\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/8945005JJCS7JHMLX165/managing-lou\"\n                    }\n                },\n                \"lei-issuer\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/8945005JJCS7JHMLX165/lei-issuer\"\n                    }\n                },\n                \"field-modifications\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/8945005JJCS7JHMLX165/field-modifications\"\n                    }\n                },\n                \"direct-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/8945005JJCS7JHMLX165/direct-parent-reporting-exception\"\n                    }\n                },\n                \"ultimate-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/8945005JJCS7JHMLX165/ultimate-parent-reporting-exception\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/lei-records/8945005JJCS7JHMLX165\"\n            }\n        },\n        {\n            \"type\": \"lei-records\",\n            \"id\": \"743700BJKMZQ6EI1VE25\",\n            \"attributes\": {\n                \"lei\": \"743700BJKMZQ6EI1VE25\",\n                \"entity\": {\n                    \"legalName\": {\n                        \"name\": \"Maataloustuottajain Vimpelin Yhdistys MTK - Vimpeli ry\",\n                        \"language\": \"fi\"\n                    },\n                    \"otherNames\": [],\n                    \"transliteratedOtherNames\": [],\n                    \"legalAddress\": {\n                        \"language\": \"fi\",\n                        \"addressLines\": [\n                            \"Itänurkantie 220\",\n                            \"62800 VIMPELI\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"VIMPELI\",\n                        \"region\": null,\n                        \"country\": \"FI\",\n                        \"postalCode\": \"FI-62800\"\n                    },\n                    \"headquartersAddress\": {\n                        \"language\": \"fi\",\n                        \"addressLines\": [\n                            \"Itänurkantie 220\",\n                            \"62800 VIMPELI\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"VIMPELI\",\n                        \"region\": null,\n                        \"country\": \"FI\",\n                        \"postalCode\": \"FI-62800\"\n                    },\n                    \"registeredAt\": {\n                        \"id\": \"RA000188\",\n                        \"other\": null\n                    },\n                    \"registeredAs\": \"0916376-2\",\n                    \"jurisdiction\": \"FI\",\n                    \"category\": \"GENERAL\",\n                    \"legalForm\": {\n                        \"id\": \"UXEW\",\n                        \"other\": null\n                    },\n                    \"associatedEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"status\": \"INACTIVE\",\n                    \"expiration\": {\n                        \"date\": null,\n                        \"reason\": null\n                    },\n                    \"successorEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"successorEntities\": [],\n                    \"creationDate\": \"1993-02-07T22:00:00Z\",\n                    \"subCategory\": null,\n                    \"otherAddresses\": [],\n                    \"eventGroups\": [\n                        {\n                            \"groupType\": \"STANDALONE\",\n                            \"events\": [\n                                {\n                                    \"validationDocuments\": \"REGULATORY_FILING\",\n                                    \"effectiveDate\": \"2024-03-21T22:00:00Z\",\n                                    \"recordedDate\": \"2024-03-22T21:45:06Z\",\n                                    \"type\": \"DISSOLUTION\",\n                                    \"status\": \"COMPLETED\"\n                                }\n                            ]\n                        }\n                    ]\n                },\n                \"registration\": {\n                    \"initialRegistrationDate\": \"2024-02-27T22:00:00Z\",\n                    \"lastUpdateDate\": \"2024-03-22T21:45:06Z\",\n                    \"status\": \"RETIRED\",\n                    \"nextRenewalDate\": \"2024-03-22T10:00:00Z\",\n                    \"managingLou\": \"743700OO8O2N3TQKJC81\",\n                    \"corroborationLevel\": \"FULLY_CORROBORATED\",\n                    \"validatedAt\": {\n                        \"id\": \"RA000188\",\n                        \"other\": null\n                    },\n                    \"validatedAs\": \"0916376-2\",\n                    \"otherValidationAuthorities\": []\n                },\n                \"bic\": null,\n                \"mic\": null,\n                \"ocid\": null,\n                \"spglobal\": [\n                    \"1873156753\"\n                ],\n                \"conformityFlag\": \"NOT_APPLICABLE\"\n            },\n            \"relationships\": {\n                \"managing-lou\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/743700BJKMZQ6EI1VE25/managing-lou\"\n                    }\n                },\n                \"lei-issuer\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/743700BJKMZQ6EI1VE25/lei-issuer\"\n                    }\n                },\n                \"field-modifications\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/743700BJKMZQ6EI1VE25/field-modifications\"\n                    }\n                },\n                \"direct-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/743700BJKMZQ6EI1VE25/direct-parent-reporting-exception\"\n                    }\n                },\n                \"ultimate-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/743700BJKMZQ6EI1VE25/ultimate-parent-reporting-exception\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/lei-records/743700BJKMZQ6EI1VE25\"\n            }\n        },\n        {\n            \"type\": \"lei-records\",\n            \"id\": \"699400HW44R21T941F19\",\n            \"attributes\": {\n                \"lei\": \"699400HW44R21T941F19\",\n                \"entity\": {\n                    \"legalName\": {\n                        \"name\": \"DOKTER LUC VANDEN DAELEN\",\n                        \"language\": \"nl\"\n                    },\n                    \"otherNames\": [],\n                    \"transliteratedOtherNames\": [],\n                    \"legalAddress\": {\n                        \"language\": \"nl\",\n                        \"addressLines\": [\n                            \"Engelshofstraat 42\"\n                        ],\n                        \"addressNumber\": \"42\",\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"Hooglede\",\n                        \"region\": \"BE-VWV\",\n                        \"country\": \"BE\",\n                        \"postalCode\": \"8830\"\n                    },\n                    \"headquartersAddress\": {\n                        \"language\": \"nl\",\n                        \"addressLines\": [\n                            \"Engelshofstraat 42\"\n                        ],\n                        \"addressNumber\": \"42\",\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"Hooglede\",\n                        \"region\": \"BE-VWV\",\n                        \"country\": \"BE\",\n                        \"postalCode\": \"8830\"\n                    },\n                    \"registeredAt\": {\n                        \"id\": \"RA000025\",\n                        \"other\": null\n                    },\n                    \"registeredAs\": \"0473739486\",\n                    \"jurisdiction\": \"BE\",\n                    \"category\": \"GENERAL\",\n                    \"legalForm\": {\n                        \"id\": \"N5NT\",\n                        \"other\": null\n                    },\n                    \"associatedEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"status\": \"INACTIVE\",\n                    \"expiration\": {\n                        \"date\": null,\n                        \"reason\": null\n                    },\n                    \"successorEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"successorEntities\": [],\n                    \"creationDate\": \"2001-01-07T23:00:00Z\",\n                    \"subCategory\": null,\n                    \"otherAddresses\": [],\n                    \"eventGroups\": [\n                        {\n                            \"groupType\": \"STANDALONE\",\n                            \"events\": [\n                                {\n                                    \"validationDocuments\": \"SUPPORTING_DOCUMENTS\",\n                                    \"effectiveDate\": \"2023-12-26T23:00:00Z\",\n                                    \"recordedDate\": \"2024-03-12T14:26:13Z\",\n                                    \"type\": \"DISSOLUTION\",\n                                    \"status\": \"COMPLETED\"\n                                }\n                            ]\n                        }\n                    ]\n                },\n                \"registration\": {\n                    \"initialRegistrationDate\": \"2024-02-20T08:47:44Z\",\n                    \"lastUpdateDate\": \"2024-03-12T14:26:15Z\",\n                    \"status\": \"RETIRED\",\n                    \"nextRenewalDate\": \"2025-02-20T08:47:44Z\",\n                    \"managingLou\": \"894500IIP432AHQ64V02\",\n                    \"corroborationLevel\": \"FULLY_CORROBORATED\",\n                    \"validatedAt\": {\n                        \"id\": \"RA000025\",\n                        \"other\": null\n                    },\n                    \"validatedAs\": \"0473739486\",\n                    \"otherValidationAuthorities\": []\n                },\n                \"bic\": null,\n                \"mic\": null,\n                \"ocid\": \"be/0473739486\",\n                \"spglobal\": [\n                    \"684399844\"\n                ],\n                \"conformityFlag\": \"NOT_APPLICABLE\"\n            },\n            \"relationships\": {\n                \"managing-lou\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/699400HW44R21T941F19/managing-lou\"\n                    }\n                },\n                \"lei-issuer\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/699400HW44R21T941F19/lei-issuer\"\n                    }\n                },\n                \"field-modifications\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/699400HW44R21T941F19/field-modifications\"\n                    }\n                },\n                \"direct-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/699400HW44R21T941F19/direct-parent-reporting-exception\"\n                    }\n                },\n                \"ultimate-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/699400HW44R21T941F19/ultimate-parent-reporting-exception\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/lei-records/699400HW44R21T941F19\"\n            }\n        },\n        {\n            \"type\": \"lei-records\",\n            \"id\": \"724500M0TFCUF2ZQDY25\",\n            \"attributes\": {\n                \"lei\": \"724500M0TFCUF2ZQDY25\",\n                \"entity\": {\n                    \"legalName\": {\n                        \"name\": \"LeVo Content\",\n                        \"language\": \"nl\"\n                    },\n                    \"otherNames\": [],\n                    \"transliteratedOtherNames\": [],\n                    \"legalAddress\": {\n                        \"language\": \"nl\",\n                        \"addressLines\": [\n                            \"George Gershwinlaan 131\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"Amsterdam\",\n                        \"region\": null,\n                        \"country\": \"NL\",\n                        \"postalCode\": \"1082MT\"\n                    },\n                    \"headquartersAddress\": {\n                        \"language\": \"nl\",\n                        \"addressLines\": [\n                            \"George Gershwinlaan 131\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"Amsterdam\",\n                        \"region\": null,\n                        \"country\": \"NL\",\n                        \"postalCode\": \"1082MT\"\n                    },\n                    \"registeredAt\": {\n                        \"id\": \"RA000463\",\n                        \"other\": null\n                    },\n                    \"registeredAs\": \"90934288\",\n                    \"jurisdiction\": \"NL\",\n                    \"category\": \"GENERAL\",\n                    \"legalForm\": {\n                        \"id\": \"62Y3\",\n                        \"other\": null\n                    },\n                    \"associatedEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"status\": \"INACTIVE\",\n                    \"expiration\": {\n                        \"date\": null,\n                        \"reason\": null\n                    },\n                    \"successorEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"successorEntities\": [],\n                    \"creationDate\": \"2023-07-24T22:00:00Z\",\n                    \"subCategory\": null,\n                    \"otherAddresses\": [],\n                    \"eventGroups\": [\n                        {\n                            \"groupType\": \"STANDALONE\",\n                            \"events\": [\n                                {\n                                    \"validationDocuments\": \"SUPPORTING_DOCUMENTS\",\n                                    \"validationReference\": \"https://www.kvk.nl/orderstraat/subproduct-kiezen/?kvknummer=90934288&productgroep=Uittreksel\",\n                                    \"effectiveDate\": \"2024-02-22T23:00:00Z\",\n                                    \"recordedDate\": \"2024-03-05T07:37:14Z\",\n                                    \"type\": \"DISSOLUTION\",\n                                    \"status\": \"COMPLETED\"\n                                }\n                            ]\n                        }\n                    ]\n                },\n                \"registration\": {\n                    \"initialRegistrationDate\": \"2024-02-15T14:28:55Z\",\n                    \"lastUpdateDate\": \"2024-03-05T07:37:14Z\",\n                    \"status\": \"RETIRED\",\n                    \"nextRenewalDate\": \"2025-02-15T14:28:50Z\",\n                    \"managingLou\": \"724500A93Z8V1MJK5349\",\n                    \"corroborationLevel\": \"FULLY_CORROBORATED\",\n                    \"validatedAt\": {\n                        \"id\": \"RA000463\",\n                        \"other\": null\n                    },\n                    \"validatedAs\": \"90934288\",\n                    \"otherValidationAuthorities\": []\n                },\n                \"bic\": null,\n                \"mic\": null,\n                \"ocid\": null,\n                \"spglobal\": [\n                    \"1872059981\"\n                ],\n                \"conformityFlag\": \"NOT_APPLICABLE\"\n            },\n            \"relationships\": {\n                \"managing-lou\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/724500M0TFCUF2ZQDY25/managing-lou\"\n                    }\n                },\n                \"lei-issuer\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/724500M0TFCUF2ZQDY25/lei-issuer\"\n                    }\n                },\n                \"field-modifications\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/724500M0TFCUF2ZQDY25/field-modifications\"\n                    }\n                },\n                \"direct-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/724500M0TFCUF2ZQDY25/direct-parent-reporting-exception\"\n                    }\n                },\n                \"ultimate-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/724500M0TFCUF2ZQDY25/ultimate-parent-reporting-exception\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/lei-records/724500M0TFCUF2ZQDY25\"\n            }\n        },\n        {\n            \"type\": \"lei-records\",\n            \"id\": \"8156001FCB925B7AB098\",\n            \"attributes\": {\n                \"lei\": \"8156001FCB925B7AB098\",\n                \"entity\": {\n                    \"legalName\": {\n                        \"name\": \"DIAMOND S.R.L.\",\n                        \"language\": \"it-IT\"\n                    },\n                    \"otherNames\": [],\n                    \"transliteratedOtherNames\": [],\n                    \"legalAddress\": {\n                        \"language\": \"it-IT\",\n                        \"addressLines\": [\n                            \"VIA EMILIA LEVANTE, 398\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"CASTEL BOLOGNESE\",\n                        \"region\": \"IT-RA\",\n                        \"country\": \"IT\",\n                        \"postalCode\": \"48014\"\n                    },\n                    \"headquartersAddress\": {\n                        \"language\": \"it-IT\",\n                        \"addressLines\": [\n                            \"VIA EMILIA LEVANTE, 398\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"CASTEL BOLOGNESE\",\n                        \"region\": \"IT-RA\",\n                        \"country\": \"IT\",\n                        \"postalCode\": \"48014\"\n                    },\n                    \"registeredAt\": {\n                        \"id\": \"RA000407\",\n                        \"other\": null\n                    },\n                    \"registeredAs\": \"01476550395\",\n                    \"jurisdiction\": \"IT\",\n                    \"category\": \"GENERAL\",\n                    \"legalForm\": {\n                        \"id\": \"B5TO\",\n                        \"other\": null\n                    },\n                    \"associatedEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"status\": \"INACTIVE\",\n                    \"expiration\": {\n                        \"date\": null,\n                        \"reason\": null\n                    },\n                    \"successorEntity\": {\n                        \"lei\": \"815600B4E0D111C5EC70\",\n                        \"name\": null\n                    },\n                    \"successorEntities\": [\n                        {\n                            \"lei\": \"815600B4E0D111C5EC70\"\n                        }\n                    ],\n                    \"creationDate\": \"1999-09-07T22:00:00Z\",\n                    \"subCategory\": null,\n                    \"otherAddresses\": [],\n                    \"eventGroups\": [\n                        {\n                            \"groupType\": \"STANDALONE\",\n                            \"events\": [\n                                {\n                                    \"validationDocuments\": \"OTHER_OFFICIAL_DOCUMENTS\",\n                                    \"effectiveDate\": \"2024-03-07T23:00:00Z\",\n                                    \"recordedDate\": \"2024-03-09T02:13:25Z\",\n                                    \"type\": \"MERGERS_AND_ACQUISITIONS\",\n                                    \"status\": \"COMPLETED\",\n                                    \"affectedFields\": [\n                                        {\n                                            \"value\": \"815600B4E0D111C5EC70\",\n                                            \"xpath\": \"/lei:LEIData/lei:LEIRecords/lei:LEIRecord/lei:Entity/lei:SuccessorEntity/lei:SuccessorLEI\"\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ]\n                },\n                \"registration\": {\n                    \"initialRegistrationDate\": \"2024-02-13T09:20:19Z\",\n                    \"lastUpdateDate\": \"2024-03-09T02:13:25Z\",\n                    \"status\": \"RETIRED\",\n                    \"nextRenewalDate\": \"2025-02-13T09:20:19Z\",\n                    \"managingLou\": \"815600EAD78C57FCE690\",\n                    \"corroborationLevel\": \"FULLY_CORROBORATED\",\n                    \"validatedAt\": {\n                        \"id\": \"RA000407\",\n                        \"other\": null\n                    },\n                    \"validatedAs\": \"01476550395\",\n                    \"otherValidationAuthorities\": []\n                },\n                \"bic\": null,\n                \"mic\": null,\n                \"ocid\": null,\n                \"spglobal\": [\n                    \"688155409\"\n                ],\n                \"conformityFlag\": \"NOT_APPLICABLE\"\n            },\n            \"relationships\": {\n                \"managing-lou\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/8156001FCB925B7AB098/managing-lou\"\n                    }\n                },\n                \"lei-issuer\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/8156001FCB925B7AB098/lei-issuer\"\n                    }\n                },\n                \"field-modifications\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/8156001FCB925B7AB098/field-modifications\"\n                    }\n                },\n                \"successor-entity\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/8156001FCB925B7AB098/successor-entity\"\n                    }\n                },\n                \"successor-entities\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/8156001FCB925B7AB098/successor-entities\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/lei-records/8156001FCB925B7AB098\"\n            }\n        },\n        {\n            \"type\": \"lei-records\",\n            \"id\": \"635400HXAKOLKO56OO52\",\n            \"attributes\": {\n                \"lei\": \"635400HXAKOLKO56OO52\",\n                \"entity\": {\n                    \"legalName\": {\n                        \"name\": \"FSP INVESTMENT FUND S.A. SICAV RAIF - FIXED INCOME\",\n                        \"language\": \"en-IE\"\n                    },\n                    \"otherNames\": [],\n                    \"transliteratedOtherNames\": [],\n                    \"legalAddress\": {\n                        \"language\": \"en-IE\",\n                        \"addressLines\": [\n                            \"10, rue du Château d'Eau\",\n                            \"Leudelange\",\n                            \"Grand Duchy of Luxembourg\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"Luxembourg\",\n                        \"region\": \"LU-LU\",\n                        \"country\": \"LU\",\n                        \"postalCode\": \"L-3364\"\n                    },\n                    \"headquartersAddress\": {\n                        \"language\": \"en-IE\",\n                        \"addressLines\": [\n                            \"C/O Carne Global Fund Managers (Luxembourg) S.A\",\n                            \"3, rue Jean Piret\",\n                            \"Grand Duchy of Luxembourg\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"Luxembourg\",\n                        \"region\": \"LU-LU\",\n                        \"country\": \"LU\",\n                        \"postalCode\": \"L-2350\"\n                    },\n                    \"registeredAt\": {\n                        \"id\": \"RA999999\",\n                        \"other\": null\n                    },\n                    \"registeredAs\": null,\n                    \"jurisdiction\": \"LU\",\n                    \"category\": \"FUND\",\n                    \"legalForm\": {\n                        \"id\": \"9999\",\n                        \"other\": \"FUND\"\n                    },\n                    \"associatedEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"status\": \"NULL\",\n                    \"expiration\": {\n                        \"date\": null,\n                        \"reason\": null\n                    },\n                    \"successorEntity\": {\n                        \"lei\": \"6354007IGVKJFJOFNH49\",\n                        \"name\": null\n                    },\n                    \"successorEntities\": [\n                        {\n                            \"lei\": \"6354007IGVKJFJOFNH49\"\n                        }\n                    ],\n                    \"creationDate\": null,\n                    \"subCategory\": null,\n                    \"otherAddresses\": [],\n                    \"eventGroups\": []\n                },\n                \"registration\": {\n                    \"initialRegistrationDate\": \"2024-02-13T00:00:00Z\",\n                    \"lastUpdateDate\": \"2024-02-23T00:00:00Z\",\n                    \"status\": \"DUPLICATE\",\n                    \"nextRenewalDate\": \"2025-02-13T00:00:00Z\",\n                    \"managingLou\": \"635400DZBUIMTBCXGA12\",\n                    \"corroborationLevel\": \"ENTITY_SUPPLIED_ONLY\",\n                    \"validatedAt\": {\n                        \"id\": \"RA999999\",\n                        \"other\": null\n                    },\n                    \"validatedAs\": null,\n                    \"otherValidationAuthorities\": []\n                },\n                \"bic\": null,\n                \"mic\": null,\n                \"ocid\": null,\n                \"spglobal\": null,\n                \"conformityFlag\": \"NOT_APPLICABLE\"\n            },\n            \"relationships\": {\n                \"managing-lou\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/635400HXAKOLKO56OO52/managing-lou\"\n                    }\n                },\n                \"lei-issuer\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/635400HXAKOLKO56OO52/lei-issuer\"\n                    }\n                },\n                \"field-modifications\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/635400HXAKOLKO56OO52/field-modifications\"\n                    }\n                },\n                \"direct-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/635400HXAKOLKO56OO52/direct-parent-reporting-exception\"\n                    }\n                },\n                \"ultimate-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/635400HXAKOLKO56OO52/ultimate-parent-reporting-exception\"\n                    }\n                },\n                \"successor-entity\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/635400HXAKOLKO56OO52/successor-entity\"\n                    }\n                },\n                \"successor-entities\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/635400HXAKOLKO56OO52/successor-entities\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/lei-records/635400HXAKOLKO56OO52\"\n            }\n        },\n        {\n            \"type\": \"lei-records\",\n            \"id\": \"98450096607E853DEE28\",\n            \"attributes\": {\n                \"lei\": \"98450096607E853DEE28\",\n                \"entity\": {\n                    \"legalName\": {\n                        \"name\": \"Grundejerforeningen Rødtjørnevej\",\n                        \"language\": \"da\"\n                    },\n                    \"otherNames\": [],\n                    \"transliteratedOtherNames\": [],\n                    \"legalAddress\": {\n                        \"language\": \"da\",\n                        \"addressLines\": [\n                            \"Rødtjørnevej 11\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": \"c/o Bjarne Kring\",\n                        \"city\": \"Hornbæk\",\n                        \"region\": \"DK-84\",\n                        \"country\": \"DK\",\n                        \"postalCode\": \"3100\"\n                    },\n                    \"headquartersAddress\": {\n                        \"language\": \"da\",\n                        \"addressLines\": [\n                            \"Rødtjørnevej 11\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": \"c/o Bjarne Kring\",\n                        \"city\": \"Hornbæk\",\n                        \"region\": \"DK-84\",\n                        \"country\": \"DK\",\n                        \"postalCode\": \"3100\"\n                    },\n                    \"registeredAt\": {\n                        \"id\": \"RA000170\",\n                        \"other\": null\n                    },\n                    \"registeredAs\": \"41898488\",\n                    \"jurisdiction\": \"DK\",\n                    \"category\": \"GENERAL\",\n                    \"legalForm\": {\n                        \"id\": \"D4PU\",\n                        \"other\": null\n                    },\n                    \"associatedEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"status\": \"INACTIVE\",\n                    \"expiration\": {\n                        \"date\": null,\n                        \"reason\": null\n                    },\n                    \"successorEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"successorEntities\": [],\n                    \"creationDate\": \"2020-12-01T00:00:00Z\",\n                    \"subCategory\": null,\n                    \"otherAddresses\": [],\n                    \"eventGroups\": [\n                        {\n                            \"groupType\": \"STANDALONE\",\n                            \"events\": [\n                                {\n                                    \"validationDocuments\": \"SUPPORTING_DOCUMENTS\",\n                                    \"effectiveDate\": \"2023-12-03T00:00:00Z\",\n                                    \"recordedDate\": \"2024-02-10T12:24:45Z\",\n                                    \"type\": \"DISSOLUTION\",\n                                    \"status\": \"COMPLETED\"\n                                }\n                            ]\n                        }\n                    ]\n                },\n                \"registration\": {\n                    \"initialRegistrationDate\": \"2024-02-12T10:28:23Z\",\n                    \"lastUpdateDate\": \"2024-02-12T10:28:23Z\",\n                    \"status\": \"RETIRED\",\n                    \"nextRenewalDate\": \"2025-02-12T10:28:25Z\",\n                    \"managingLou\": \"529900T8BM49AURSDO55\",\n                    \"corroborationLevel\": \"FULLY_CORROBORATED\",\n                    \"validatedAt\": {\n                        \"id\": \"RA000170\",\n                        \"other\": null\n                    },\n                    \"validatedAs\": \"41898488\",\n                    \"otherValidationAuthorities\": []\n                },\n                \"bic\": null,\n                \"mic\": null,\n                \"ocid\": \"dk/41898488\",\n                \"spglobal\": [\n                    \"1871715406\"\n                ],\n                \"conformityFlag\": \"NOT_APPLICABLE\"\n            },\n            \"relationships\": {\n                \"managing-lou\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/98450096607E853DEE28/managing-lou\"\n                    }\n                },\n                \"lei-issuer\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/98450096607E853DEE28/lei-issuer\"\n                    }\n                },\n                \"field-modifications\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/98450096607E853DEE28/field-modifications\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/lei-records/98450096607E853DEE28\"\n            }\n        }\n    ]\n}"}],"_postman_id":"7269fbc6-7e8b-4155-8eef-a9b84086cc2a"}],"id":"dfb2b59c-5cfa-4844-8021-26dffe933547","description":"<p>Direct access to LEI Records, by filtering or ID.</p>\n","event":[{"listen":"prerequest","script":{"id":"d0c35e70-2e00-4fde-bb2a-20703e890200","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f58f0bba-7972-469b-854c-5386934d048a","type":"text/javascript","exec":[""]}}],"_postman_id":"dfb2b59c-5cfa-4844-8021-26dffe933547"},{"name":"Level 2 (Relationship) Information","item":[{"name":"Parents","item":[{"name":"Direct Parent Relationship(s)","id":"6854ad47-8891-4ec2-bc90-0f0148a2d642","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","description":"<p>The 'vnd.api+json' media type specifies that the API client will only accept a JSON-formatted response body that conforms to the JSON API specification. More details can be found at <a href=\"https://www.iana.org/assignments/media-types/application/vnd.api+json\">https://www.iana.org/assignments/media-types/application/vnd.api+json</a></p>\n"}],"url":"https://api.gleif.org/api/v1/lei-records/:id/direct-parent-relationship","description":"<p>Retrieve Relationship Records for the closest Legal Entity/Entities preparing consolidated financial statements for this \"child\" entity, based on the accounting definition of consolidation applying to that parent.</p>\n","urlObject":{"protocol":"https","path":["api","v1","lei-records",":id","direct-parent-relationship"],"host":["api","gleif","org"],"query":[],"variable":[{"description":{"content":"<p>The identifier for retrieving a Legal Entity's Direct Parent Relationship Record is the LEI of the \"child\" Legal Entity.</p>\n","type":"text/plain"},"type":"any","value":"549300IUT8F6T4KV4469","key":"id"}]}},"response":[{"id":"e6b5a27c-9e41-4a68-ab23-c172bf458ac1","name":"Succesful Request with HTTP Response Code 200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":{"raw":"https://api.gleif.org/api/v1/lei-records/:id/direct-parent-relationship","protocol":"https","host":["api","gleif","org"],"path":["api","v1","lei-records",":id","direct-parent-relationship"],"variable":[{"key":"id","value":"549300IUT8F6T4KV4469"}]},"description":"Retrieve Relationship Records for the closest legal entity/entities preparing consolidated financial statements for this entity, based on the accounting definition of consolidation applying to that parent.\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"relationship-records\",\n        \"id\": \"549300IUT8F6T4KV4469|LEI|IS_DIRECTLY_CONSOLIDATED_BY|5|598383cd960d9582492e9cd6a0427eb62bb7f9ccf19e77890af252d1a24b1d8d|\",\n        \"attributes\": {\n            \"validFrom\": \"2019-07-05T16:00:00Z\",\n            \"validTo\": null,\n            \"relationship\": {\n                \"startNode\": {\n                    \"id\": \"549300IUT8F6T4KV4469\",\n                    \"type\": \"LEI\"\n                },\n                \"endNode\": {\n                    \"id\": \"KY37LUS27QQX7BB93L28\",\n                    \"type\": \"LEI\"\n                },\n                \"type\": \"IS_DIRECTLY_CONSOLIDATED_BY\",\n                \"status\": \"ACTIVE\",\n                \"periods\": [\n\t\t\t\t\t{\n\t\t\t\t\t\t\"startDate\": \"2018-07-12T00:00:00Z\",\n\t\t\t\t\t\t\"endDate\": \"2018-07-23T00:00:00Z\",\n\t\t\t\t\t\t\"type\": \"ACCOUNTING_PERIOD\"\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t\"startDate\": \"2018-07-12T00:00:00Z\",\n\t\t\t\t\t\t\"type\": \"RELATIONSHIP_PERIOD\"\n\t\t\t\t\t}\n\t\t\t\t]\n            },\n            \"registration\": {\n                \"initialRegistrationDate\": \"2018-07-23T14:31:00Z\",\n                \"lastUpdateDate\": \"2019-07-04T14:32:00Z\",\n                \"status\": \"PUBLISHED\",\n                \"nextRenewalDate\": \"2020-06-30T03:03:00Z\",\n                \"managingLou\": \"EVK05KS7XY1DEII3R011\",\n                \"corroborationLevel\": \"ENTITY_SUPPLIED_ONLY\",\n                \"corroborationDocuments\": \"SUPPORTING_DOCUMENTS\",\n                \"corroborationReference\": null\n            },\n            \"extension\": {\n                \"deletedAt\": null\n            }\n        },\n        \"relationships\": {\n            \"start-node\": {\n                \"links\": {\n                    \"related\": \"https://api.gleif.org/api/v1/lei-records/549300IUT8F6T4KV4469\"\n                }\n            },\n            \"end-node\": {\n                \"links\": {\n                    \"related\": \"https://api.gleif.org/api/v1/lei-records/KY37LUS27QQX7BB93L28\"\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"6854ad47-8891-4ec2-bc90-0f0148a2d642"},{"name":"Direct Parent Reporting Exception(s)","id":"585c4db1-fa51-4730-b357-3c9c5a9933fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","description":"<p>The 'vnd.api+json' media type specifies that the API client will only accept a JSON-formatted response body that conforms to the JSON API specification. More details can be found at <a href=\"https://www.iana.org/assignments/media-types/application/vnd.api+json\">https://www.iana.org/assignments/media-types/application/vnd.api+json</a></p>\n"}],"url":"https://api.gleif.org/api/v1/lei-records/:id/direct-parent-reporting-exception","description":"<p>Retrieve record indicating that the Legal Entity has declined to report a direct accounting consolidation parent, based on applicable accounting standards.</p>\n","urlObject":{"protocol":"https","path":["api","v1","lei-records",":id","direct-parent-reporting-exception"],"host":["api","gleif","org"],"query":[],"variable":[{"id":"40880e42-16e4-4066-b511-ff8d492a99e8","description":{"content":"<p>The identifier for retrieving a Legal Entity's Direct Parent Reporting Exception is the LEI of the \"child\" Legal Entity.</p>\n","type":"text/plain"},"type":"string","value":"7245007V4CF0OV507N07","key":"id"}]}},"response":[{"id":"450ba033-c896-4ac9-b9f2-2e4700613203","name":"Succesful Request with HTTP Response Code 200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":{"raw":"https://api.gleif.org/api/v1/lei-records/:id/direct-parent-reporting-exception","protocol":"https","host":["api","gleif","org"],"path":["api","v1","lei-records",":id","direct-parent-reporting-exception"],"variable":[{"key":"id","value":"7245007V4CF0OV507N07"}]},"description":"Retrieve record indicating that the legal entity has declined to report a direct accounting consolidation parent, based on applicable accounting standards.\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"reporting-exceptions\",\n        \"id\": \"7245007V4CF0OV507N07|0|706cb656f57aadb18ea0e36898acbf5a2fab09e9c11d7a98377882aa2c4273cb|DIRECT_ACCOUNTING_CONSOLIDATION_PARENT|\",\n        \"attributes\": {\n            \"validFrom\": null,\n            \"validTo\": null,\n            \"lei\": \"7245007V4CF0OV507N07\",\n            \"category\": \"DIRECT_ACCOUNTING_CONSOLIDATION_PARENT\",\n            \"reason\": \"NON_CONSOLIDATING\",\n            \"reference\": null\n        },\n        \"relationships\": {\n            \"lei-record\": {\n                \"links\": {\n                    \"related\": \"https://api.gleif.org/api/v1/lei-records/7245007V4CF0OV507N07\"\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"585c4db1-fa51-4730-b357-3c9c5a9933fa"},{"name":"Ultimate Parent Relationship(s)","id":"0154f986-096b-4538-b89e-6c04e68fbc20","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","description":"<p>The 'vnd.api+json' media type specifies that the API client will only accept a JSON-formatted response body that conforms to the JSON API specification. More details can be found at <a href=\"https://www.iana.org/assignments/media-types/application/vnd.api+json\">https://www.iana.org/assignments/media-types/application/vnd.api+json</a></p>\n"}],"url":"https://api.gleif.org/api/v1/lei-records/:id/ultimate-parent-relationship","description":"<p>Retrieve Relationship Records for the furthest Legal Entity/Entities preparing consolidated financial statements for this entity, based on the accounting definition of consolidation applying to that parent.</p>\n","urlObject":{"protocol":"https","path":["api","v1","lei-records",":id","ultimate-parent-relationship"],"host":["api","gleif","org"],"query":[],"variable":[{"description":{"content":"<p>The identifier for retrieving a Legal Entity's Ultimate Parent Relationship Record is the LEI of the \"child\" Legal Entity.</p>\n","type":"text/plain"},"type":"any","value":"5493003WV2LOTUAI8M83","key":"id"}]}},"response":[{"id":"0dd21c04-f9d1-4e66-9097-ed86a18b0bdc","name":"Succesful Request with HTTP Response Code 200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":{"raw":"https://api.gleif.org/api/v1/lei-records/:id/ultimate-parent-relationship","protocol":"https","host":["api","gleif","org"],"path":["api","v1","lei-records",":id","ultimate-parent-relationship"],"variable":[{"key":"id","value":"5493003WV2LOTUAI8M83"}]},"description":"Retrieve Relationship Records for the furthest legal entity/entities preparing consolidated financial statements for this entity, based on the accounting definition of consolidation applying to that parent.\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"relationship-records\",\n        \"id\": \"5493003WV2LOTUAI8M83|LEI|IS_ULTIMATELY_CONSOLIDATED_BY|9|0418fed2b2698d4e3a0b31324e4e6a7fcb4ea407743a2e6bd3bd0908bf9f0030|\",\n        \"attributes\": {\n            \"validFrom\": \"2019-01-10T08:00:00Z\",\n            \"validTo\": null,\n            \"relationship\": {\n                \"startNode\": {\n                    \"id\": \"5493003WV2LOTUAI8M83\",\n                    \"type\": \"LEI\"\n                },\n                \"endNode\": {\n                    \"id\": \"KY37LUS27QQX7BB93L28\",\n                    \"type\": \"LEI\"\n                },\n                \"type\": \"IS_ULTIMATELY_CONSOLIDATED_BY\",\n                \"status\": \"ACTIVE\",\n                \"periods\": [\n\t\t\t\t\t{\n\t\t\t\t\t\t\"startDate\": \"2018-07-12T00:00:00Z\",\n\t\t\t\t\t\t\"endDate\": \"2018-07-23T00:00:00Z\",\n\t\t\t\t\t\t\"type\": \"ACCOUNTING_PERIOD\"\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\t\"startDate\": \"2018-07-12T00:00:00Z\",\n\t\t\t\t\t\t\"type\": \"RELATIONSHIP_PERIOD\"\n\t\t\t\t\t}\n\t\t\t\t]\n            },\n            \"registration\": {\n                \"initialRegistrationDate\": \"2018-12-18T10:11:48Z\",\n                \"lastUpdateDate\": \"2019-01-09T09:27:42Z\",\n                \"status\": \"PUBLISHED\",\n                \"nextRenewalDate\": \"2020-01-09T10:27:42Z\",\n                \"managingLou\": \"506700LOLO7M6V0E4247\",\n                \"corroborationLevel\": \"ENTITY_SUPPLIED_ONLY\",\n                \"corroborationDocuments\": \"ACCOUNTS_FILING\",\n                \"corroborationReference\": null\n            },\n            \"extension\": {\n                \"deletedAt\": null\n            }\n        },\n        \"relationships\": {\n            \"start-node\": {\n                \"links\": {\n                    \"related\": \"https://api.gleif.org/api/v1/lei-records/5493003WV2LOTUAI8M83\"\n                }\n            },\n            \"end-node\": {\n                \"links\": {\n                    \"related\": \"https://api.gleif.org/api/v1/lei-records/KY37LUS27QQX7BB93L28\"\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"0154f986-096b-4538-b89e-6c04e68fbc20"},{"name":"Ultimate Parent Reporting Exception(s)","id":"9e43ea42-0bf0-48d4-aa2a-39d72db125e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","description":"<p>The 'vnd.api+json' media type specifies that the API client will only accept a JSON-formatted response body that conforms to the JSON API specification. More details can be found at <a href=\"https://www.iana.org/assignments/media-types/application/vnd.api+json\">https://www.iana.org/assignments/media-types/application/vnd.api+json</a></p>\n"}],"url":"https://api.gleif.org/api/v1/lei-records/:id/ultimate-parent-reporting-exception","description":"<p>Retrieve record indicating that the Legal Entity has declined to report an ultimate accounting consolidation parent, based on applicable accounting standards.</p>\n","urlObject":{"protocol":"https","path":["api","v1","lei-records",":id","ultimate-parent-reporting-exception"],"host":["api","gleif","org"],"query":[],"variable":[{"id":"30d0a47b-8e0d-43f3-8607-eba5aedf9967","description":{"content":"<p>The identifier for retrieving a Legal Entity's Ultimate Parent Reporting Exception is the LEI of the \"child\" Legal Entity.</p>\n","type":"text/plain"},"type":"string","value":"7245007V4CF0OV507N07","key":"id"}]}},"response":[{"id":"18efa5e4-ed30-40ec-93ed-4ff8076ddaaa","name":"Succesful Request with HTTP Response Code 200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":{"raw":"https://api.gleif.org/api/v1/lei-records/:id/ultimate-parent-reporting-exception","protocol":"https","host":["api","gleif","org"],"path":["api","v1","lei-records",":id","ultimate-parent-reporting-exception"],"variable":[{"key":"id","value":"7245007V4CF0OV507N07"}]},"description":"Retrieve record indicating that the legal entity has declined to report an ultimate accounting consolidation parent, based on applicable accounting standards.\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"reporting-exceptions\",\n        \"id\": \"5299002HNCMIUBHOMK35|0|546e1897f05e7fe4d9b5c11388c3ef26e3b9881b35ee6c1bbc689817ecb50005|ULTIMATE_ACCOUNTING_CONSOLIDATION_PARENT|\",\n        \"attributes\": {\n            \"validFrom\": null,\n            \"validTo\": null,\n            \"lei\": \"5299002HNCMIUBHOMK35\",\n            \"category\": \"ULTIMATE_ACCOUNTING_CONSOLIDATION_PARENT\",\n            \"reason\": \"NO_KNOWN_PERSON\",\n            \"reference\": null\n        },\n        \"relationships\": {\n            \"lei-record\": {\n                \"links\": {\n                    \"related\": \"https://api.gleif.org/api/v1/lei-records/5299002HNCMIUBHOMK35\"\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"9e43ea42-0bf0-48d4-aa2a-39d72db125e1"},{"name":"Ultimate Parent's LEI Record","id":"e192426b-013f-4ff7-b8ed-2ff5b87fed6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","description":"<p>The 'vnd.api+json' media type specifies that the API client will only accept a JSON-formatted response body that conforms to the JSON API specification. More details can be found at <a href=\"https://www.iana.org/assignments/media-types/application/vnd.api+json\">https://www.iana.org/assignments/media-types/application/vnd.api+json</a></p>\n"}],"url":"https://api.gleif.org/api/v1/lei-records/:id/ultimate-parent","description":"<p>Retrieve LEI Record for the furthest Legal Entity preparing consolidated financial statements for this entity, based on the accounting definition of consolidation applying to that parent.</p>\n","urlObject":{"protocol":"https","path":["api","v1","lei-records",":id","ultimate-parent"],"host":["api","gleif","org"],"query":[],"variable":[{"description":{"content":"<p>The identifier for retrieving a Legal Entity's Ultimate Parent's LEI Record is the LEI of the \"child\" Legal Entity.</p>\n","type":"text/plain"},"type":"any","value":"549300IUT8F6T4KV4469","key":"id"}]}},"response":[{"id":"e3be1718-507d-4196-ad2e-44c4e3fba571","name":"Succesful Request with HTTP Response Code 200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":{"raw":"https://api.gleif.org/api/v1/lei-records/:id/ultimate-parent","protocol":"https","host":["api","gleif","org"],"path":["api","v1","lei-records",":id","ultimate-parent"],"variable":[{"key":"id","value":"549300IUT8F6T4KV4469"}]},"description":"Retrieve LEI Record for the furthest legal entity preparing consolidated financial statements for this entity, based on the accounting definition of consolidation applying to that parent.\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"lei-records\",\n        \"id\": \"6SHGI4ZSSLCXXQSBB395\",\n        \"attributes\": {\n            \"lei\": \"6SHGI4ZSSLCXXQSBB395\",\n            \"entity\": {\n                \"legalName\": {\n                    \"name\": \"Citigroup Inc.\",\n                    \"language\": null\n                },\n                \"otherNames\": [\n                    {\n                        \"name\": \"Primerica Corporation\",\n                        \"type\": \"PREVIOUS_LEGAL_NAME\"\n                    },\n                    {\n                        \"name\": \"The Travelers Inc.\",\n                        \"type\": \"PREVIOUS_LEGAL_NAME\"\n                    },\n                    {\n                        \"name\": \"Travelers Group Inc.\",\n                        \"type\": \"PREVIOUS_LEGAL_NAME\"\n                    }\n                ],\n                \"transliteratedOtherNames\": [],\n                \"legalAddress\": {\n                    \"language\": null,\n                    \"addressLines\": [\n                        \"C/O The Corporation Trust Company\",\n                        \"Corporation Trust Center\",\n                        \"1209 Orange Street\"\n                    ],\n                    \"addressNumber\": null,\n                    \"addressNumberWithinBuilding\": null,\n                    \"mailRouting\": null,\n                    \"city\": \"Wilmington\",\n                    \"region\": \"US-DE\",\n                    \"country\": \"US\",\n                    \"postalCode\": \"19801\"\n                },\n                \"headquartersAddress\": {\n                    \"language\": null,\n                    \"addressLines\": [\n                        \"388 Greenwich Street\"\n                    ],\n                    \"addressNumber\": null,\n                    \"addressNumberWithinBuilding\": null,\n                    \"mailRouting\": null,\n                    \"city\": \"New York\",\n                    \"region\": \"US-NY\",\n                    \"country\": \"US\",\n                    \"postalCode\": \"10013\"\n                },\n                \"registeredAt\": {\n                    \"id\": \"RA000602\",\n                    \"other\": null\n                },\n                \"registeredAs\": \"2154254\",\n                \"jurisdiction\": \"US\",\n                \"category\": null,\n                \"legalForm\": {\n                    \"id\": \"9999\",\n                    \"other\": \"INCORPORATED\"\n                },\n                \"associatedEntity\": {\n                    \"lei\": null,\n                    \"name\": null\n                },\n                \"status\": \"ACTIVE\",\n                \"expiration\": {\n                    \"date\": null,\n                    \"reason\": null\n                },\n                \"successorEntity\": {\n                    \"lei\": null,\n                    \"name\": null\n                },\n                \"otherAddresses\": []\n            },\n            \"registration\": {\n                \"initialRegistrationDate\": \"2012-06-06T15:53:00Z\",\n                \"lastUpdateDate\": \"2018-07-09T17:23:00Z\",\n                \"status\": \"ISSUED\",\n                \"nextRenewalDate\": \"2019-07-10T00:32:00Z\",\n                \"managingLou\": \"EVK05KS7XY1DEII3R011\",\n                \"corroborationLevel\": \"FULLY_CORROBORATED\",\n                \"validatedAt\": {\n                    \"id\": null,\n                    \"other\": null\n                }\n            },\n            \"bic\": null\n        },\n        \"relationships\": {\n            \"managing-lou\": {\n                \"links\": {\n                    \"related\": \"https://api.gleif.org/api/v1/lei-records/6SHGI4ZSSLCXXQSBB395/managing-lou\"\n                }\n            },\n            \"lei-issuer\": {\n                \"links\": {\n                    \"related\": \"https://api.gleif.org/api/v1/lei-records/6SHGI4ZSSLCXXQSBB395/lei-issuer\"\n                }\n            },\n            \"modifications\": {\n                \"links\": {\n                    \"related\": \"https://api.gleif.org/api/v1/lei-records/6SHGI4ZSSLCXXQSBB395/modifications\"\n                }\n            },\n            \"direct-parent\": {\n                \"links\": {\n                    \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/6SHGI4ZSSLCXXQSBB395/direct-parent-reporting-exception\"\n                }\n            },\n            \"ultimate-parent\": {\n                \"links\": {\n                    \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/6SHGI4ZSSLCXXQSBB395/ultimate-parent-reporting-exception\"\n                }\n            },\n            \"direct-children\": {\n                \"links\": {\n                    \"relationship-records\": \"https://api.gleif.org/api/v1/lei-records/6SHGI4ZSSLCXXQSBB395/direct-child-relationships\",\n                    \"related\": \"https://api.gleif.org/api/v1/lei-records/6SHGI4ZSSLCXXQSBB395/direct-children\"\n                }\n            },\n            \"ultimate-children\": {\n                \"links\": {\n                    \"relationship-records\": \"https://api.gleif.org/api/v1/lei-records/6SHGI4ZSSLCXXQSBB395/ultimate-child-relationships\",\n                    \"related\": \"https://api.gleif.org/api/v1/lei-records/6SHGI4ZSSLCXXQSBB395/ultimate-children\"\n                }\n            }\n        },\n        \"links\": {\n            \"self\": \"https://api.gleif.org/api/v1/lei-records/6SHGI4ZSSLCXXQSBB395\"\n        }\n    }\n}"}],"_postman_id":"e192426b-013f-4ff7-b8ed-2ff5b87fed6f"},{"name":"Direct Parent's LEI Record","id":"b7a8ae84-2888-4f2a-a52b-dfed78d5cf89","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","description":"<p>The 'vnd.api+json' media type specifies that the API client will only accept a JSON-formatted response body that conforms to the JSON API specification. More details can be found at <a href=\"https://www.iana.org/assignments/media-types/application/vnd.api+json\">https://www.iana.org/assignments/media-types/application/vnd.api+json</a></p>\n"}],"url":"https://api.gleif.org/api/v1/lei-records/:id/direct-parent","description":"<p>Retrieve closest Legal Entity preparing consolidated financial statements for this entity, based on the accounting definition of consolidation applying to that parent.</p>\n","urlObject":{"protocol":"https","path":["api","v1","lei-records",":id","direct-parent"],"host":["api","gleif","org"],"query":[],"variable":[{"description":{"content":"<p>The identifier for retrieving a Legal Entity's Direct Parent's LEI Record is the LEI of the \"child\" Legal Entity.</p>\n","type":"text/plain"},"type":"any","value":"549300CD5534YU4KPJ72","key":"id"}]}},"response":[{"id":"9e7a4452-9ead-427b-9310-058ba84c8177","name":"Succesful Request with HTTP Response Code 200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":{"raw":"https://api.gleif.org/api/v1/lei-records/:id/direct-parent","protocol":"https","host":["api","gleif","org"],"path":["api","v1","lei-records",":id","direct-parent"],"variable":[{"key":"id","value":"549300CD5534YU4KPJ72"}]},"description":"Retrieve closest legal entity preparing consolidated financial statements for this entity, based on the accounting definition of consolidation applying to that parent.\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"lei-records\",\n        \"id\": \"G5JPQE4HAO5OVK4GV518\",\n        \"attributes\": {\n            \"lei\": \"G5JPQE4HAO5OVK4GV518\",\n            \"entity\": {\n                \"legalName\": {\n                    \"name\": \"Citicorp Banking Corporation\",\n                    \"language\": null\n                },\n                \"otherNames\": [],\n                \"transliteratedOtherNames\": [],\n                \"legalAddress\": {\n                    \"language\": null,\n                    \"addressLines\": [\n                        \"C/O The Corporation Trust Company\",\n                        \"Corporation Trust Center\",\n                        \"1209 Orange Street\"\n                    ],\n                    \"addressNumber\": null,\n                    \"addressNumberWithinBuilding\": null,\n                    \"mailRouting\": null,\n                    \"city\": \"Wilmington\",\n                    \"region\": \"US-DE\",\n                    \"country\": \"US\",\n                    \"postalCode\": \"19801\"\n                },\n                \"headquartersAddress\": {\n                    \"language\": null,\n                    \"addressLines\": [\n                        \"1 Penns Way\"\n                    ],\n                    \"addressNumber\": null,\n                    \"addressNumberWithinBuilding\": null,\n                    \"mailRouting\": null,\n                    \"city\": \"New Castle\",\n                    \"region\": \"US-DE\",\n                    \"country\": \"US\",\n                    \"postalCode\": \"19720\"\n                },\n                \"registeredAt\": {\n                    \"id\": \"RA000602\",\n                    \"other\": null\n                },\n                \"registeredAs\": \"877851\",\n                \"jurisdiction\": \"US\",\n                \"category\": null,\n                \"legalForm\": {\n                    \"id\": \"9999\",\n                    \"other\": \"CORPORATION\"\n                },\n                \"associatedEntity\": {\n                    \"lei\": null,\n                    \"name\": null\n                },\n                \"status\": \"ACTIVE\",\n                \"expiration\": {\n                    \"date\": null,\n                    \"reason\": null\n                },\n                \"successorEntity\": {\n                    \"lei\": null,\n                    \"name\": null\n                },\n                \"otherAddresses\": []\n            },\n            \"registration\": {\n                \"initialRegistrationDate\": \"2012-11-28T18:21:00Z\",\n                \"lastUpdateDate\": \"2018-09-24T21:31:00Z\",\n                \"status\": \"ISSUED\",\n                \"nextRenewalDate\": \"2019-07-19T00:33:00Z\",\n                \"managingLou\": \"EVK05KS7XY1DEII3R011\",\n                \"corroborationLevel\": \"FULLY_CORROBORATED\",\n                \"validatedAt\": {\n                    \"id\": null,\n                    \"other\": null\n                }\n            },\n            \"bic\": null\n        },\n        \"relationships\": {\n            \"managing-lou\": {\n                \"links\": {\n                    \"related\": \"https://api.gleif.org/api/v1/lei-records/G5JPQE4HAO5OVK4GV518/managing-lou\"\n                }\n            },\n            \"lei-issuer\": {\n                \"links\": {\n                    \"related\": \"https://api.gleif.org/api/v1/lei-records/G5JPQE4HAO5OVK4GV518/lei-issuer\"\n                }\n            },\n            \"modifications\": {\n                \"links\": {\n                    \"related\": \"https://api.gleif.org/api/v1/lei-records/G5JPQE4HAO5OVK4GV518/modifications\"\n                }\n            },\n            \"direct-parent\": {\n                \"links\": {\n                    \"relationship-record\": \"https://api.gleif.org/api/v1/lei-records/G5JPQE4HAO5OVK4GV518/direct-parent-relationship\",\n                    \"lei-record\": \"https://api.gleif.org/api/v1/lei-records/G5JPQE4HAO5OVK4GV518/direct-parent\"\n                }\n            },\n            \"ultimate-parent\": {\n                \"links\": {\n                    \"relationship-record\": \"https://api.gleif.org/api/v1/lei-records/G5JPQE4HAO5OVK4GV518/ultimate-parent-relationship\",\n                    \"lei-record\": \"https://api.gleif.org/api/v1/lei-records/G5JPQE4HAO5OVK4GV518/ultimate-parent\"\n                }\n            },\n            \"direct-children\": {\n                \"links\": {\n                    \"relationship-records\": \"https://api.gleif.org/api/v1/lei-records/G5JPQE4HAO5OVK4GV518/direct-child-relationships\",\n                    \"related\": \"https://api.gleif.org/api/v1/lei-records/G5JPQE4HAO5OVK4GV518/direct-children\"\n                }\n            }\n        },\n        \"links\": {\n            \"self\": \"https://api.gleif.org/api/v1/lei-records/G5JPQE4HAO5OVK4GV518\"\n        }\n    }\n}"}],"_postman_id":"b7a8ae84-2888-4f2a-a52b-dfed78d5cf89"}],"id":"d278b319-a6b5-4900-ac14-52633689155a","description":"<p>Access to Parent Relationship Records and LEI Records via relationships.</p>\n","event":[{"listen":"prerequest","script":{"id":"4a971b27-2ae6-4870-90e7-cd4f1c892cd1","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"48d5a84b-3535-4ef2-b45e-5c7daf217765","type":"text/javascript","exec":[""]}}],"_postman_id":"d278b319-a6b5-4900-ac14-52633689155a"},{"name":"Children","item":[{"name":"Ultimate Child Relationship(s)","id":"e9812cce-557e-4ff9-b11f-da938a5396f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>The 'vnd.api+json' media type specifies that the API client will only accept a JSON-formatted response body that conforms to the JSON API specification. More details can be found at <a href=\"https://www.iana.org/assignments/media-types/application/vnd.api+json\">https://www.iana.org/assignments/media-types/application/vnd.api+json</a></p>\n","key":"Accept","value":"application/vnd.api+json"}],"url":"https://api.gleif.org/api/v1/lei-records/:id/ultimate-child-relationships","description":"<p>Retrieve Relationship Records indicating the furthest level Legal Entity/Entities wholly consolidated in the consolidated financial statements for this entity (based on the accounting definition of consolidation applying to this parent).</p>\n","urlObject":{"protocol":"https","path":["api","v1","lei-records",":id","ultimate-child-relationships"],"host":["api","gleif","org"],"query":[],"variable":[{"description":{"content":"<p>The identifier for retrieving a Legal Entity's Ultimate Child Relationship Record is the LEI of the \"parent\" Legal Entity.</p>\n","type":"text/plain"},"type":"any","value":"KY37LUS27QQX7BB93L28","key":"id"}]}},"response":[{"id":"f8a498ff-598c-449d-a65a-75b6c8c71bfc","name":"Succesful Request with HTTP Response Code 200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":{"raw":"https://api.gleif.org/api/v1/lei-records/:id/ultimate-child-relationships","protocol":"https","host":["api","gleif","org"],"path":["api","v1","lei-records",":id","ultimate-child-relationships"],"variable":[{"key":"id","value":"KY37LUS27QQX7BB93L28"}]},"description":"Retrieve Relationship Records indicating the furthest level legal entity/entities wholly consolidated in the consolidated financial statements for this entity (based on the accounting definition of consolidation applying to this parent).\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"pagination\": {\n            \"currentPage\": 1,\n            \"perPage\": 15,\n            \"from\": 1,\n            \"to\": 15,\n            \"total\": 97,\n            \"lastPage\": 7\n        }\n    },\n    \"links\": {\n        \"first\": \"//api/v1/lei-records/%20%20KY37LUS27QQX7BB93L28/ultimate-child-relationships?page%5Bnumber%5D=1&page%5Bsize%5D=15\",\n        \"next\": \"//api/v1/lei-records/%20%20KY37LUS27QQX7BB93L28/ultimate-child-relationships?page%5Bnumber%5D=2&page%5Bsize%5D=15\",\n        \"last\": \"//api/v1/lei-records/%20%20KY37LUS27QQX7BB93L28/ultimate-child-relationships?page%5Bnumber%5D=7&page%5Bsize%5D=15\"\n    },\n    \"data\": [\n        {\n            \"type\": \"relationship-records\",\n            \"id\": \"549300XT0UV2RKUQZT49|LEI|IS_ULTIMATELY_CONSOLIDATED_BY|4|16239c58a6bf489a5926ddb5c815620dff5aa5acc15e96a84ec6d64bb08af759|\",\n            \"attributes\": {\n                \"validFrom\": \"2018-03-27T08:00:00Z\",\n                \"validTo\": null,\n                \"relationship\": {\n                    \"startNode\": {\n                        \"id\": \"549300XT0UV2RKUQZT49\",\n                        \"type\": \"LEI\"\n                    },\n                    \"endNode\": {\n                        \"id\": \"KY37LUS27QQX7BB93L28\",\n                        \"type\": \"LEI\"\n                    },\n                    \"type\": \"IS_ULTIMATELY_CONSOLIDATED_BY\",\n                    \"status\": \"INACTIVE\",\n\t\t\t\t\t\"periods\": [\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"startDate\": \"2018-07-12T00:00:00Z\",\n\t\t\t\t\t\t\t\"endDate\": \"2018-07-23T00:00:00Z\",\n\t\t\t\t\t\t\t\"type\": \"ACCOUNTING_PERIOD\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"startDate\": \"2018-07-12T00:00:00Z\",\n\t\t\t\t\t\t\t\"type\": \"RELATIONSHIP_PERIOD\"\n\t\t\t\t\t\t}\n\t\t\t\t\t]\n                },\n                \"registration\": {\n                    \"initialRegistrationDate\": \"2013-12-14T03:16:00Z\",\n                    \"lastUpdateDate\": \"2018-03-26T21:33:00Z\",\n                    \"status\": \"PUBLISHED\",\n                    \"nextRenewalDate\": \"2018-12-07T00:33:00Z\",\n                    \"managingLou\": \"EVK05KS7XY1DEII3R011\",\n                    \"corroborationLevel\": \"ENTITY_SUPPLIED_ONLY\",\n                    \"corroborationDocuments\": \"REGULATORY_FILING\",\n                    \"corroborationReference\": null\n                },\n                \"extension\": {\n                    \"deletedAt\": null\n                }\n            },\n            \"relationships\": {\n                \"start-node\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/549300XT0UV2RKUQZT49\"\n                    }\n                },\n                \"end-node\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/KY37LUS27QQX7BB93L28\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"relationship-records\",\n            \"id\": \"5493000YLU4AKSEHXH70|LEI|IS_ULTIMATELY_CONSOLIDATED_BY|5|9ac1216c7d485140f65585e067c3e3df6183edf2654a1111c26b0c6e2391a513|\",\n            \"attributes\": {\n                \"validFrom\": \"2018-03-25T08:00:00Z\",\n                \"validTo\": null,\n                \"relationship\": {\n                    \"startNode\": {\n                        \"id\": \"5493000YLU4AKSEHXH70\",\n                        \"type\": \"LEI\"\n                    },\n                    \"endNode\": {\n                        \"id\": \"KY37LUS27QQX7BB93L28\",\n                        \"type\": \"LEI\"\n                    },\n                    \"type\": \"IS_ULTIMATELY_CONSOLIDATED_BY\",\n                    \"status\": \"INACTIVE\"\n                },\n                \"registration\": {\n                    \"initialRegistrationDate\": \"2013-12-14T03:16:00Z\",\n                    \"lastUpdateDate\": \"2018-03-24T15:39:00Z\",\n                    \"status\": \"PUBLISHED\",\n                    \"nextRenewalDate\": \"2018-12-07T00:33:00Z\",\n                    \"managingLou\": \"EVK05KS7XY1DEII3R011\",\n                    \"corroborationLevel\": \"ENTITY_SUPPLIED_ONLY\",\n                    \"corroborationDocuments\": \"REGULATORY_FILING\",\n                    \"corroborationReference\": null\n                },\n                \"extension\": {\n                    \"deletedAt\": null\n                }\n            },\n            \"relationships\": {\n                \"start-node\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/5493000YLU4AKSEHXH70\"\n                    }\n                },\n                \"end-node\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/KY37LUS27QQX7BB93L28\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"relationship-records\",\n            \"id\": \"549300VDWV726TPDHH38|LEI|IS_ULTIMATELY_CONSOLIDATED_BY|5|e9af3e94ff7e242a97f0ac5abc939e2b71a98b0f1d4a2bd273341cf9365c62e7|\",\n            \"attributes\": {\n                \"validFrom\": \"2018-03-25T08:00:00Z\",\n                \"validTo\": null,\n                \"relationship\": {\n                    \"startNode\": {\n                        \"id\": \"549300VDWV726TPDHH38\",\n                        \"type\": \"LEI\"\n                    },\n                    \"endNode\": {\n                        \"id\": \"KY37LUS27QQX7BB93L28\",\n                        \"type\": \"LEI\"\n                    },\n                    \"type\": \"IS_ULTIMATELY_CONSOLIDATED_BY\",\n                    \"status\": \"INACTIVE\"\n                },\n                \"registration\": {\n                    \"initialRegistrationDate\": \"2013-04-08T12:17:00Z\",\n                    \"lastUpdateDate\": \"2018-03-24T21:51:00Z\",\n                    \"status\": \"PUBLISHED\",\n                    \"nextRenewalDate\": \"2019-01-05T00:31:00Z\",\n                    \"managingLou\": \"EVK05KS7XY1DEII3R011\",\n                    \"corroborationLevel\": \"FULLY_CORROBORATED\",\n                    \"corroborationDocuments\": \"ACCOUNTS_FILING\",\n                    \"corroborationReference\": \"https://www.nestle.com.tr/hakkimizda/faaliyet-raporu/documents/2014-financial-statements-en.pdf\"\n                },\n                \"extension\": {\n                    \"deletedAt\": null\n                }\n            },\n            \"relationships\": {\n                \"start-node\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/549300VDWV726TPDHH38\"\n                    }\n                },\n                \"end-node\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/KY37LUS27QQX7BB93L28\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"relationship-records\",\n            \"id\": \"549300ZWOWV3MECPLN21|LEI|IS_ULTIMATELY_CONSOLIDATED_BY|5|4566b1b9c41b0128ff34a9042fe31607da8f057d2d2f6fbeb2f81050feadb473|\",\n            \"attributes\": {\n                \"validFrom\": \"2018-03-25T08:00:00Z\",\n                \"validTo\": null,\n                \"relationship\": {\n                    \"startNode\": {\n                        \"id\": \"549300ZWOWV3MECPLN21\",\n                        \"type\": \"LEI\"\n                    },\n                    \"endNode\": {\n                        \"id\": \"KY37LUS27QQX7BB93L28\",\n                        \"type\": \"LEI\"\n                    },\n                    \"type\": \"IS_ULTIMATELY_CONSOLIDATED_BY\",\n                    \"status\": \"INACTIVE\"\n                },\n                \"registration\": {\n                    \"initialRegistrationDate\": \"2012-12-05T19:28:00Z\",\n                    \"lastUpdateDate\": \"2018-03-24T21:43:00Z\",\n                    \"status\": \"PUBLISHED\",\n                    \"nextRenewalDate\": \"2018-11-29T00:32:00Z\",\n                    \"managingLou\": \"EVK05KS7XY1DEII3R011\",\n                    \"corroborationLevel\": \"PARTIALLY_CORROBORATED\",\n                    \"corroborationDocuments\": \"REGULATORY_FILING\",\n                    \"corroborationReference\": null\n                },\n                \"extension\": {\n                    \"deletedAt\": null\n                }\n            },\n            \"relationships\": {\n                \"start-node\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/549300ZWOWV3MECPLN21\"\n                    }\n                },\n                \"end-node\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/KY37LUS27QQX7BB93L28\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"relationship-records\",\n            \"id\": \"549300EAEU8YV8MQXP30|LEI|IS_ULTIMATELY_CONSOLIDATED_BY|5|c9adff7a8e090421c4420a5179489417952a2cbef2e3c1ea49868c56a90d0565|\",\n            \"attributes\": {\n                \"validFrom\": \"2018-03-25T08:00:00Z\",\n                \"validTo\": null,\n                \"relationship\": {\n                    \"startNode\": {\n                        \"id\": \"549300EAEU8YV8MQXP30\",\n                        \"type\": \"LEI\"\n                    },\n                    \"endNode\": {\n                        \"id\": \"KY37LUS27QQX7BB93L28\",\n                        \"type\": \"LEI\"\n                    },\n                    \"type\": \"IS_ULTIMATELY_CONSOLIDATED_BY\",\n                    \"status\": \"INACTIVE\"\n                },\n                \"registration\": {\n                    \"initialRegistrationDate\": \"2012-12-17T19:32:00Z\",\n                    \"lastUpdateDate\": \"2018-03-24T21:50:00Z\",\n                    \"status\": \"PUBLISHED\",\n                    \"nextRenewalDate\": \"2018-11-28T00:31:00Z\",\n                    \"managingLou\": \"EVK05KS7XY1DEII3R011\",\n                    \"corroborationLevel\": \"FULLY_CORROBORATED\",\n                    \"corroborationDocuments\": \"ACCOUNTS_FILING\",\n                    \"corroborationReference\": \"http://www.nestle.com/asset-library/documents/library/documents/financial_statements/2016-financial-statements-en.pdf\"\n                },\n                \"extension\": {\n                    \"deletedAt\": null\n                }\n            },\n            \"relationships\": {\n                \"start-node\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/549300EAEU8YV8MQXP30\"\n                    }\n                },\n                \"end-node\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/KY37LUS27QQX7BB93L28\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"relationship-records\",\n            \"id\": \"5493001WXG7CXZBV6A19|LEI|IS_ULTIMATELY_CONSOLIDATED_BY|5|3a2d8d3b598d2c5ee49f5f255fa5e59c8541a9851c3bdf8857b9b7cd3c1d5514|\",\n            \"attributes\": {\n                \"validFrom\": \"2018-03-25T08:00:00Z\",\n                \"validTo\": null,\n                \"relationship\": {\n                    \"startNode\": {\n                        \"id\": \"5493001WXG7CXZBV6A19\",\n                        \"type\": \"LEI\"\n                    },\n                    \"endNode\": {\n                        \"id\": \"KY37LUS27QQX7BB93L28\",\n                        \"type\": \"LEI\"\n                    },\n                    \"type\": \"IS_ULTIMATELY_CONSOLIDATED_BY\",\n                    \"status\": \"INACTIVE\"\n                },\n                \"registration\": {\n                    \"initialRegistrationDate\": \"2013-12-14T03:07:00Z\",\n                    \"lastUpdateDate\": \"2018-03-24T15:38:00Z\",\n                    \"status\": \"PUBLISHED\",\n                    \"nextRenewalDate\": \"2018-12-07T00:31:00Z\",\n                    \"managingLou\": \"EVK05KS7XY1DEII3R011\",\n                    \"corroborationLevel\": \"ENTITY_SUPPLIED_ONLY\",\n                    \"corroborationDocuments\": \"REGULATORY_FILING\",\n                    \"corroborationReference\": null\n                },\n                \"extension\": {\n                    \"deletedAt\": null\n                }\n            },\n            \"relationships\": {\n                \"start-node\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/5493001WXG7CXZBV6A19\"\n                    }\n                },\n                \"end-node\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/KY37LUS27QQX7BB93L28\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"relationship-records\",\n            \"id\": \"549300SPTBGTV7Q9BM45|LEI|IS_ULTIMATELY_CONSOLIDATED_BY|5|e1a5f1b9c15566944d99af5fd587a0a008d56578da313789875527d5aeada366|\",\n            \"attributes\": {\n                \"validFrom\": \"2018-03-25T08:00:00Z\",\n                \"validTo\": null,\n                \"relationship\": {\n                    \"startNode\": {\n                        \"id\": \"549300SPTBGTV7Q9BM45\",\n                        \"type\": \"LEI\"\n                    },\n                    \"endNode\": {\n                        \"id\": \"KY37LUS27QQX7BB93L28\",\n                        \"type\": \"LEI\"\n                    },\n                    \"type\": \"IS_ULTIMATELY_CONSOLIDATED_BY\",\n                    \"status\": \"INACTIVE\"\n                },\n                \"registration\": {\n                    \"initialRegistrationDate\": \"2013-12-14T03:11:00Z\",\n                    \"lastUpdateDate\": \"2018-03-24T15:41:00Z\",\n                    \"status\": \"PUBLISHED\",\n                    \"nextRenewalDate\": \"2018-12-07T00:32:00Z\",\n                    \"managingLou\": \"EVK05KS7XY1DEII3R011\",\n                    \"corroborationLevel\": \"ENTITY_SUPPLIED_ONLY\",\n                    \"corroborationDocuments\": \"REGULATORY_FILING\",\n                    \"corroborationReference\": null\n                },\n                \"extension\": {\n                    \"deletedAt\": null\n                }\n            },\n            \"relationships\": {\n                \"start-node\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/549300SPTBGTV7Q9BM45\"\n                    }\n                },\n                \"end-node\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/KY37LUS27QQX7BB93L28\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"relationship-records\",\n            \"id\": \"549300NXVNHHYIT2YD56|LEI|IS_ULTIMATELY_CONSOLIDATED_BY|8|cec1ead3e58636ed0dfbaaed01c1be5085edf321659c1831385a4b88fda86337|\",\n            \"attributes\": {\n                \"validFrom\": \"2018-08-23T08:00:00Z\",\n                \"validTo\": null,\n                \"relationship\": {\n                    \"startNode\": {\n                        \"id\": \"549300NXVNHHYIT2YD56\",\n                        \"type\": \"LEI\"\n                    },\n                    \"endNode\": {\n                        \"id\": \"KY37LUS27QQX7BB93L28\",\n                        \"type\": \"LEI\"\n                    },\n                    \"type\": \"IS_ULTIMATELY_CONSOLIDATED_BY\",\n                    \"status\": \"ACTIVE\"\n                },\n                \"registration\": {\n                    \"initialRegistrationDate\": \"2013-05-28T14:41:00Z\",\n                    \"lastUpdateDate\": \"2018-08-23T00:31:00Z\",\n                    \"status\": \"PUBLISHED\",\n                    \"nextRenewalDate\": \"2019-08-23T00:31:00Z\",\n                    \"managingLou\": \"EVK05KS7XY1DEII3R011\",\n                    \"corroborationLevel\": \"ENTITY_SUPPLIED_ONLY\",\n                    \"corroborationDocuments\": \"SUPPORTING_DOCUMENTS\",\n                    \"corroborationReference\": null\n                },\n                \"extension\": {\n                    \"deletedAt\": null\n                }\n            },\n            \"relationships\": {\n                \"start-node\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/549300NXVNHHYIT2YD56\"\n                    }\n                },\n                \"end-node\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/KY37LUS27QQX7BB93L28\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"relationship-records\",\n            \"id\": \"549300WZJ448753FXL39|LEI|IS_ULTIMATELY_CONSOLIDATED_BY|8|e62318965d3e7c27faa1bdc2900e0bfa9907fabb952dd9f0450a2a5667c38af3|\",\n            \"attributes\": {\n                \"validFrom\": \"2018-06-09T08:00:00Z\",\n                \"validTo\": null,\n                \"relationship\": {\n                    \"startNode\": {\n                        \"id\": \"549300WZJ448753FXL39\",\n                        \"type\": \"LEI\"\n                    },\n                    \"endNode\": {\n                        \"id\": \"KY37LUS27QQX7BB93L28\",\n                        \"type\": \"LEI\"\n                    },\n                    \"type\": \"IS_ULTIMATELY_CONSOLIDATED_BY\",\n                    \"status\": \"INACTIVE\"\n                },\n                \"registration\": {\n                    \"initialRegistrationDate\": \"2013-07-18T21:43:00Z\",\n                    \"lastUpdateDate\": \"2018-06-08T14:31:00Z\",\n                    \"status\": \"PUBLISHED\",\n                    \"nextRenewalDate\": \"2019-06-07T20:02:00Z\",\n                    \"managingLou\": \"EVK05KS7XY1DEII3R011\",\n                    \"corroborationLevel\": \"ENTITY_SUPPLIED_ONLY\",\n                    \"corroborationDocuments\": \"SUPPORTING_DOCUMENTS\",\n                    \"corroborationReference\": null\n                },\n                \"extension\": {\n                    \"deletedAt\": null\n                }\n            },\n            \"relationships\": {\n                \"start-node\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/549300WZJ448753FXL39\"\n                    }\n                },\n                \"end-node\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/KY37LUS27QQX7BB93L28\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"relationship-records\",\n            \"id\": \"549300HCKIM40FWXV498|LEI|IS_ULTIMATELY_CONSOLIDATED_BY|9|c7bc83999f52f86858334ec82faeb871ed980986734137eec0ce32a22515031c|\",\n            \"attributes\": {\n                \"validFrom\": \"2019-01-04T08:00:00Z\",\n                \"validTo\": null,\n                \"relationship\": {\n                    \"startNode\": {\n                        \"id\": \"549300HCKIM40FWXV498\",\n                        \"type\": \"LEI\"\n                    },\n                    \"endNode\": {\n                        \"id\": \"KY37LUS27QQX7BB93L28\",\n                        \"type\": \"LEI\"\n                    },\n                    \"type\": \"IS_ULTIMATELY_CONSOLIDATED_BY\",\n                    \"status\": \"ACTIVE\"\n                },\n                \"registration\": {\n                    \"initialRegistrationDate\": \"2018-12-18T10:10:22Z\",\n                    \"lastUpdateDate\": \"2019-01-03T14:05:19Z\",\n                    \"status\": \"PUBLISHED\",\n                    \"nextRenewalDate\": \"2020-01-03T15:05:19Z\",\n                    \"managingLou\": \"506700LOLO7M6V0E4247\",\n                    \"corroborationLevel\": \"ENTITY_SUPPLIED_ONLY\",\n                    \"corroborationDocuments\": \"ACCOUNTS_FILING\",\n                    \"corroborationReference\": null\n                },\n                \"extension\": {\n                    \"deletedAt\": null\n                }\n            },\n            \"relationships\": {\n                \"start-node\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/549300HCKIM40FWXV498\"\n                    }\n                },\n                \"end-node\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/KY37LUS27QQX7BB93L28\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"relationship-records\",\n            \"id\": \"529900L49EU7HWO6GW60|LEI|IS_ULTIMATELY_CONSOLIDATED_BY|1|b269838f37e11bad5a318364f511fbaa13d0a1ada788c23f96370b2355ba6a28|\",\n            \"attributes\": {\n                \"validFrom\": \"2019-02-13T08:00:00Z\",\n                \"validTo\": null,\n                \"relationship\": {\n                    \"startNode\": {\n                        \"id\": \"529900L49EU7HWO6GW60\",\n                        \"type\": \"LEI\"\n                    },\n                    \"endNode\": {\n                        \"id\": \"KY37LUS27QQX7BB93L28\",\n                        \"type\": \"LEI\"\n                    },\n                    \"type\": \"IS_ULTIMATELY_CONSOLIDATED_BY\",\n                    \"status\": \"ACTIVE\"\n                },\n                \"registration\": {\n                    \"initialRegistrationDate\": \"2018-04-06T07:00:59Z\",\n                    \"lastUpdateDate\": \"2019-02-12T15:12:47Z\",\n                    \"status\": \"PUBLISHED\",\n                    \"nextRenewalDate\": \"2020-03-01T14:45:33Z\",\n                    \"managingLou\": \"5299000J2N45DDNE4Y28\",\n                    \"corroborationLevel\": \"FULLY_CORROBORATED\",\n                    \"corroborationDocuments\": \"ACCOUNTS_FILING\",\n                    \"corroborationReference\": null\n                },\n                \"extension\": {\n                    \"deletedAt\": null\n                }\n            },\n            \"relationships\": {\n                \"start-node\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/529900L49EU7HWO6GW60\"\n                    }\n                },\n                \"end-node\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/KY37LUS27QQX7BB93L28\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"relationship-records\",\n            \"id\": \"549300XE8DVCIZTGCX55|LEI|IS_ULTIMATELY_CONSOLIDATED_BY|2|18a4b61cdd3a38200a37fddc6f8b2dbb9bea087f149ff6da76093796700067ae|\",\n            \"attributes\": {\n                \"validFrom\": \"2019-02-13T08:00:00Z\",\n                \"validTo\": null,\n                \"relationship\": {\n                    \"startNode\": {\n                        \"id\": \"549300XE8DVCIZTGCX55\",\n                        \"type\": \"LEI\"\n                    },\n                    \"endNode\": {\n                        \"id\": \"KY37LUS27QQX7BB93L28\",\n                        \"type\": \"LEI\"\n                    },\n                    \"type\": \"IS_ULTIMATELY_CONSOLIDATED_BY\",\n                    \"status\": \"ACTIVE\"\n                },\n                \"registration\": {\n                    \"initialRegistrationDate\": \"2018-03-01T13:28:27Z\",\n                    \"lastUpdateDate\": \"2019-02-12T14:57:46Z\",\n                    \"status\": \"PUBLISHED\",\n                    \"nextRenewalDate\": \"2020-03-01T13:28:27Z\",\n                    \"managingLou\": \"5299000J2N45DDNE4Y28\",\n                    \"corroborationLevel\": \"FULLY_CORROBORATED\",\n                    \"corroborationDocuments\": \"ACCOUNTS_FILING\",\n                    \"corroborationReference\": null\n                },\n                \"extension\": {\n                    \"deletedAt\": null\n                }\n            },\n            \"relationships\": {\n                \"start-node\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/549300XE8DVCIZTGCX55\"\n                    }\n                },\n                \"end-node\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/KY37LUS27QQX7BB93L28\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"relationship-records\",\n            \"id\": \"5299007209G2DGGIGR64|LEI|IS_ULTIMATELY_CONSOLIDATED_BY|1|f108449e5d254ca6a9f86a38a2bfeeb077d98ec9daa806dc873c80c266c9cae5|\",\n            \"attributes\": {\n                \"validFrom\": \"2019-02-13T08:00:00Z\",\n                \"validTo\": null,\n                \"relationship\": {\n                    \"startNode\": {\n                        \"id\": \"5299007209G2DGGIGR64\",\n                        \"type\": \"LEI\"\n                    },\n                    \"endNode\": {\n                        \"id\": \"KY37LUS27QQX7BB93L28\",\n                        \"type\": \"LEI\"\n                    },\n                    \"type\": \"IS_ULTIMATELY_CONSOLIDATED_BY\",\n                    \"status\": \"ACTIVE\"\n                },\n                \"registration\": {\n                    \"initialRegistrationDate\": \"2018-04-06T06:57:56Z\",\n                    \"lastUpdateDate\": \"2019-02-12T15:04:34Z\",\n                    \"status\": \"PUBLISHED\",\n                    \"nextRenewalDate\": \"2020-02-14T14:23:01Z\",\n                    \"managingLou\": \"5299000J2N45DDNE4Y28\",\n                    \"corroborationLevel\": \"FULLY_CORROBORATED\",\n                    \"corroborationDocuments\": \"ACCOUNTS_FILING\",\n                    \"corroborationReference\": null\n                },\n                \"extension\": {\n                    \"deletedAt\": null\n                }\n            },\n            \"relationships\": {\n                \"start-node\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/5299007209G2DGGIGR64\"\n                    }\n                },\n                \"end-node\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/KY37LUS27QQX7BB93L28\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"relationship-records\",\n            \"id\": \"529900HXDZQQGXY27I22|LEI|IS_ULTIMATELY_CONSOLIDATED_BY|1|8bc6630ed90cdd4d48cfffc912ce3ab65df17f2adb17e3c0acf2636b9a2a6801|\",\n            \"attributes\": {\n                \"validFrom\": \"2019-02-13T08:00:00Z\",\n                \"validTo\": null,\n                \"relationship\": {\n                    \"startNode\": {\n                        \"id\": \"529900HXDZQQGXY27I22\",\n                        \"type\": \"LEI\"\n                    },\n                    \"endNode\": {\n                        \"id\": \"KY37LUS27QQX7BB93L28\",\n                        \"type\": \"LEI\"\n                    },\n                    \"type\": \"IS_ULTIMATELY_CONSOLIDATED_BY\",\n                    \"status\": \"ACTIVE\"\n                },\n                \"registration\": {\n                    \"initialRegistrationDate\": \"2018-04-12T07:00:50Z\",\n                    \"lastUpdateDate\": \"2019-02-12T15:08:56Z\",\n                    \"status\": \"PUBLISHED\",\n                    \"nextRenewalDate\": \"2020-03-01T14:45:33Z\",\n                    \"managingLou\": \"5299000J2N45DDNE4Y28\",\n                    \"corroborationLevel\": \"FULLY_CORROBORATED\",\n                    \"corroborationDocuments\": \"ACCOUNTS_FILING\",\n                    \"corroborationReference\": null\n                },\n                \"extension\": {\n                    \"deletedAt\": null\n                }\n            },\n            \"relationships\": {\n                \"start-node\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/529900HXDZQQGXY27I22\"\n                    }\n                },\n                \"end-node\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/KY37LUS27QQX7BB93L28\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"relationship-records\",\n            \"id\": \"549300ZPVOOWIB9TLT56|LEI|IS_ULTIMATELY_CONSOLIDATED_BY|9|8198b7b763c9f7070361563fdcf9d7d1230d841a4790b9a08efce4cf7b6282cb|\",\n            \"attributes\": {\n                \"validFrom\": \"2019-01-10T08:00:00Z\",\n                \"validTo\": null,\n                \"relationship\": {\n                    \"startNode\": {\n                        \"id\": \"549300ZPVOOWIB9TLT56\",\n                        \"type\": \"LEI\"\n                    },\n                    \"endNode\": {\n                        \"id\": \"KY37LUS27QQX7BB93L28\",\n                        \"type\": \"LEI\"\n                    },\n                    \"type\": \"IS_ULTIMATELY_CONSOLIDATED_BY\",\n                    \"status\": \"ACTIVE\"\n                },\n                \"registration\": {\n                    \"initialRegistrationDate\": \"2018-12-18T10:11:03Z\",\n                    \"lastUpdateDate\": \"2019-01-09T09:06:10Z\",\n                    \"status\": \"PUBLISHED\",\n                    \"nextRenewalDate\": \"2020-01-09T10:06:10Z\",\n                    \"managingLou\": \"506700LOLO7M6V0E4247\",\n                    \"corroborationLevel\": \"ENTITY_SUPPLIED_ONLY\",\n                    \"corroborationDocuments\": \"ACCOUNTS_FILING\",\n                    \"corroborationReference\": null\n                },\n                \"extension\": {\n                    \"deletedAt\": null\n                }\n            },\n            \"relationships\": {\n                \"start-node\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/549300ZPVOOWIB9TLT56\"\n                    }\n                },\n                \"end-node\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/KY37LUS27QQX7BB93L28\"\n                    }\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"e9812cce-557e-4ff9-b11f-da938a5396f5"},{"name":"Direct Child Relationship(s)","id":"8b543084-c44a-4997-9609-9c6c1c67932f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","description":"<p>The 'vnd.api+json' media type specifies that the API client will only accept a JSON-formatted response body that conforms to the JSON API specification. More details can be found at <a href=\"https://www.iana.org/assignments/media-types/application/vnd.api+json\">https://www.iana.org/assignments/media-types/application/vnd.api+json</a></p>\n"}],"url":"https://api.gleif.org/api/v1/lei-records/:id/direct-child-relationships","description":"<p>Retrieve Relationship Records indicating the closest level Legal Entity/Entities wholly consolidated in the consolidated financial statements for this entity (based on the accounting definition of consolidation applying to this parent).</p>\n","urlObject":{"protocol":"https","path":["api","v1","lei-records",":id","direct-child-relationships"],"host":["api","gleif","org"],"query":[],"variable":[{"description":{"content":"<p>The identifier for retrieving a Legal Entity's Direct Child Relationship Record is the LEI of the \"parent\" Legal Entity.</p>\n","type":"text/plain"},"type":"any","value":"549300IUT8F6T4KV4469","key":"id"}]}},"response":[{"id":"4eb74924-d897-4fd0-851e-bd692fbf854d","name":"Succesful Request with HTTP Response Code 200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":{"raw":"https://api.gleif.org/api/v1/lei-records/:id/direct-child-relationships","protocol":"https","host":["api","gleif","org"],"path":["api","v1","lei-records",":id","direct-child-relationships"],"variable":[{"key":"id","value":"549300IUT8F6T4KV4469"}]},"description":"Retrieve Relationship Records indicating direct accounting consolidating children.\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"pagination\": {\n            \"currentPage\": 1,\n            \"perPage\": 15,\n            \"from\": 1,\n            \"to\": 2,\n            \"total\": 2,\n            \"lastPage\": 1\n        }\n    },\n    \"links\": {\n        \"first\": \"//api/v1/lei-records/5299002HNCMIUBHOMK35/direct-child-relationships?page%5Bnumber%5D=1&page%5Bsize%5D=15\",\n        \"last\": \"//api/v1/lei-records/5299002HNCMIUBHOMK35/direct-child-relationships?page%5Bnumber%5D=1&page%5Bsize%5D=15\"\n    },\n    \"data\": [\n        {\n            \"type\": \"relationship-records\",\n            \"id\": \"5299006QHOQN37NQ5P76|LEI|IS_DIRECTLY_CONSOLIDATED_BY|0|4506ca64a65b1f3b2b2c71ab3d6ab814bcb6f4b52433e3621bb740754c16e510|\",\n            \"attributes\": {\n                \"validFrom\": \"2018-02-08T08:00:00Z\",\n                \"validTo\": null,\n                \"relationship\": {\n                    \"startNode\": {\n                        \"id\": \"5299006QHOQN37NQ5P76\",\n                        \"type\": \"LEI\"\n                    },\n                    \"endNode\": {\n                        \"id\": \"5299002HNCMIUBHOMK35\",\n                        \"type\": \"LEI\"\n                    },\n                    \"type\": \"IS_DIRECTLY_CONSOLIDATED_BY\",\n                    \"status\": \"ACTIVE\",\n                    \"periods\": [\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"startDate\": \"2018-07-12T00:00:00Z\",\n\t\t\t\t\t\t\t\"endDate\": \"2018-07-23T00:00:00Z\",\n\t\t\t\t\t\t\t\"type\": \"ACCOUNTING_PERIOD\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"startDate\": \"2018-07-12T00:00:00Z\",\n\t\t\t\t\t\t\t\"type\": \"RELATIONSHIP_PERIOD\"\n\t\t\t\t\t\t}\n\t\t\t\t\t]\n                },\n                \"registration\": {\n                    \"initialRegistrationDate\": \"2017-12-18T15:11:05Z\",\n                    \"lastUpdateDate\": \"2017-12-18T15:11:05Z\",\n                    \"status\": \"PUBLISHED\",\n                    \"nextRenewalDate\": \"2018-12-18T15:11:05Z\",\n                    \"managingLou\": \"5299000J2N45DDNE4Y28\",\n                    \"corroborationLevel\": \"FULLY_CORROBORATED\",\n                    \"corroborationDocuments\": \"ACCOUNTS_FILING\",\n                    \"corroborationReference\": null\n                },\n                \"extension\": {\n                    \"deletedAt\": null\n                }\n            },\n            \"relationships\": {\n                \"start-node\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/5299006QHOQN37NQ5P76\"\n                    }\n                },\n                \"end-node\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/5299002HNCMIUBHOMK35\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"relationship-records\",\n            \"id\": \"529900EQ1HJCLBKYEW41|LEI|IS_DIRECTLY_CONSOLIDATED_BY|0|9da14fb60e7bcf7f1113aec2e51c9cd61c579185c1309afb123fa013fe4eb508|\",\n            \"attributes\": {\n                \"validFrom\": \"2018-02-09T08:00:00Z\",\n                \"validTo\": null,\n                \"relationship\": {\n                    \"startNode\": {\n                        \"id\": \"529900EQ1HJCLBKYEW41\",\n                        \"type\": \"LEI\"\n                    },\n                    \"endNode\": {\n                        \"id\": \"5299002HNCMIUBHOMK35\",\n                        \"type\": \"LEI\"\n                    },\n                    \"type\": \"IS_DIRECTLY_CONSOLIDATED_BY\",\n                    \"status\": \"ACTIVE\"\n                },\n                \"registration\": {\n                    \"initialRegistrationDate\": \"2018-02-08T08:40:37Z\",\n                    \"lastUpdateDate\": \"2018-02-08T08:40:38Z\",\n                    \"status\": \"PUBLISHED\",\n                    \"nextRenewalDate\": \"2019-02-07T23:00:00Z\",\n                    \"managingLou\": \"5299000J2N45DDNE4Y28\",\n                    \"corroborationLevel\": \"FULLY_CORROBORATED\",\n                    \"corroborationDocuments\": \"ACCOUNTS_FILING\",\n                    \"corroborationReference\": null\n                },\n                \"extension\": {\n                    \"deletedAt\": null\n                }\n            },\n            \"relationships\": {\n                \"start-node\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/529900EQ1HJCLBKYEW41\"\n                    }\n                },\n                \"end-node\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/5299002HNCMIUBHOMK35\"\n                    }\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"8b543084-c44a-4997-9609-9c6c1c67932f"},{"name":"Ultimate Child(ren)","id":"a89f2ffb-103d-4020-a2b6-58ee04b77f61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","description":"<p>The 'vnd.api+json' media type specifies that the API client will only accept a JSON-formatted response body that conforms to the JSON API specification. More details can be found at <a href=\"https://www.iana.org/assignments/media-types/application/vnd.api+json\">https://www.iana.org/assignments/media-types/application/vnd.api+json</a></p>\n"}],"url":"https://api.gleif.org/api/v1/lei-records/:id/ultimate-children","description":"<p>Retrieve LEI Records for the furthest level Legal Entity/Entities wholly consolidated in the consolidated financial statements for this entity (based on the accounting definition of consolidation applying to this parent).</p>\n","urlObject":{"protocol":"https","path":["api","v1","lei-records",":id","ultimate-children"],"host":["api","gleif","org"],"query":[],"variable":[{"description":{"content":"<p>The identifier for retrieving a Legal Entity's Ultimate Children's LEI Record(s) is the LEI of the \"parent\" Legal Entity.</p>\n","type":"text/plain"},"type":"any","value":"KY37LUS27QQX7BB93L28","key":"id"}]}},"response":[{"id":"2ad9b604-6d74-433e-a8a3-76e20e45a920","name":"Succesful Request with HTTP Response Code 200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":{"raw":"https://api.gleif.org/api/v1/lei-records/:id/ultimate-children","protocol":"https","host":["api","gleif","org"],"path":["api","v1","lei-records",":id","ultimate-children"],"variable":[{"key":"id","value":"KY37LUS27QQX7BB93L28"}]},"description":"Retrieve LEI Records for the furthest level legal entity/entities wholly consolidated in the consolidated financial statements for this entity (based on the accounting definition of consolidation applying to this parent).\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"pagination\": {\n            \"currentPage\": 1,\n            \"perPage\": 1,\n            \"from\": 1,\n            \"to\": 15,\n            \"total\": 45,\n            \"lastPage\": 45\n        }\n    },\n    \"links\": {\n        \"first\": \"//api/v1/lei-records/5299002HNCMIUBHOMK35/ultimate-children?page%5Bnumber%5D=1&page%5Bsize%5D=15\",\n        \"next\": \"//api/v1/lei-records/5299002HNCMIUBHOMK35/ultimate-children?page%5Bnumber%5D=2&page%5Bsize%5D=15\",\n        \"last\": \"//api/v1/lei-records/5299002HNCMIUBHOMK35/ultimate-children?page%5Bnumber%5D=3&page%5Bsize%5D=15\"\n    },\n    \"data\": [\n        {\n            \"type\": \"lei-records\",\n            \"id\": \"52990043RWX009OCKI38\",\n            \"attributes\": {\n                \"lei\": \"52990043RWX009OCKI38\",\n                \"entity\": {\n                    \"legalName\": {\n                        \"name\": \"LEONI Italy S.r.l.\",\n                        \"language\": null\n                    },\n                    \"otherNames\": [],\n                    \"transliteratedOtherNames\": [],\n                    \"legalAddress\": {\n                        \"language\": null,\n                        \"addressLines\": [\n                            \"Strada Padana 10 Ovest 17/19\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"Felizzano\",\n                        \"region\": \"IT-21\",\n                        \"country\": \"IT\",\n                        \"postalCode\": \"15023\"\n                    },\n                    \"headquartersAddress\": {\n                        \"language\": null,\n                        \"addressLines\": [\n                            \"Strada Padana 10 Ovest 17/19\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"Felizzano\",\n                        \"region\": \"IT-21\",\n                        \"country\": \"IT\",\n                        \"postalCode\": \"15023\"\n                    },\n                    \"registeredAt\": {\n                        \"id\": \"RA000407\",\n                        \"other\": null\n                    },\n                    \"registeredAs\": \"AL - 163740\",\n                    \"jurisdiction\": \"IT\",\n                    \"category\": null,\n                    \"legalForm\": {\n                        \"id\": \"OV32\",\n                        \"other\": null\n                    },\n                    \"associatedEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"status\": \"ACTIVE\",\n                    \"expiration\": {\n                        \"date\": null,\n                        \"reason\": null\n                    },\n                    \"successorEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"otherAddresses\": []\n                },\n                \"registration\": {\n                    \"initialRegistrationDate\": \"2018-11-01T14:00:23Z\",\n                    \"lastUpdateDate\": \"2018-11-01T14:00:23Z\",\n                    \"status\": \"ISSUED\",\n                    \"nextRenewalDate\": \"2019-11-01T14:00:23Z\",\n                    \"managingLou\": \"5299000J2N45DDNE4Y28\",\n                    \"corroborationLevel\": \"FULLY_CORROBORATED\",\n                    \"validatedAt\": {\n                        \"id\": \"RA000407\",\n                        \"other\": null\n                    }\n                },\n                \"bic\": null\n            },\n            \"relationships\": {\n                \"managing-lou\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/52990043RWX009OCKI38/managing-lou\"\n                    }\n                },\n                \"lei-issuer\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/52990043RWX009OCKI38/lei-issuer\"\n                    }\n                },\n                \"modifications\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/52990043RWX009OCKI38/modifications\"\n                    }\n                },\n                \"direct-parent\": {\n                    \"links\": {\n                        \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/52990043RWX009OCKI38/direct-parent-reporting-exception\"\n                    }\n                },\n                \"ultimate-parent\": {\n                    \"links\": {\n                        \"relationship-record\": \"https://api.gleif.org/api/v1/lei-records/52990043RWX009OCKI38/ultimate-parent-relationship\",\n                        \"lei-record\": \"https://api.gleif.org/api/v1/lei-records/52990043RWX009OCKI38/ultimate-parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/lei-records/52990043RWX009OCKI38\"\n            }\n        }\n    ]\n}"}],"_postman_id":"a89f2ffb-103d-4020-a2b6-58ee04b77f61"},{"name":"Direct Child(ren)","id":"80067a00-b8b5-49ce-bee0-5a5c5c3caf96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","description":"<p>The 'vnd.api+json' media type specifies that the API client will only accept a JSON-formatted response body that conforms to the JSON API specification. More details can be found at <a href=\"https://www.iana.org/assignments/media-types/application/vnd.api+json\">https://www.iana.org/assignments/media-types/application/vnd.api+json</a></p>\n"}],"url":"https://api.gleif.org/api/v1/lei-records/:id/direct-children","description":"<p>Retrieve LEI Records for the direct children of this legal entity.</p>\n","urlObject":{"protocol":"https","path":["api","v1","lei-records",":id","direct-children"],"host":["api","gleif","org"],"query":[],"variable":[{"description":{"content":"<p>The identifier for retrieving a Legal Entity's Direct Children's LEI Record(s) is the LEI of the \"parent\" Legal Entity.</p>\n","type":"text/plain"},"type":"any","value":"KY37LUS27QQX7BB93L28","key":"id"}]}},"response":[{"id":"14c74968-ecf9-4a30-a0db-8418b075f68d","name":"Succesful Request with HTTP Response Code 200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":{"raw":"https://api.gleif.org/api/v1/lei-records/:id/direct-children","protocol":"https","host":["api","gleif","org"],"path":["api","v1","lei-records",":id","direct-children"],"variable":[{"key":"id","value":"KY37LUS27QQX7BB93L28"}]},"description":"Retrieve LEI Records for the direct children of this legal entity.\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"pagination\": {\n            \"currentPage\": 1,\n            \"perPage\": 15,\n            \"from\": 1,\n            \"to\": 2,\n            \"total\": 2,\n            \"lastPage\": 1\n        }\n    },\n    \"links\": {\n        \"first\": \"//api/v1/lei-records/5299002HNCMIUBHOMK35/direct-children?page%5Bnumber%5D=1&page%5Bsize%5D=15\",\n        \"last\": \"//api/v1/lei-records/5299002HNCMIUBHOMK35/direct-children?page%5Bnumber%5D=1&page%5Bsize%5D=15\"\n    },\n    \"data\": [\n        {\n            \"type\": \"lei-records\",\n            \"id\": \"5299006QHOQN37NQ5P76\",\n            \"attributes\": {\n                \"lei\": \"5299006QHOQN37NQ5P76\",\n                \"entity\": {\n                    \"legalName\": {\n                        \"name\": \"LEONI CABLE SOLUTIONS (INDIA) PRIVATE LIMITED\",\n                        \"language\": null\n                    },\n                    \"otherNames\": [],\n                    \"transliteratedOtherNames\": [],\n                    \"legalAddress\": {\n                        \"language\": null,\n                        \"addressLines\": [\n                            \"Indospace Rohan Industrial Park,Gat No-428,Village Mahalunge,Off Chakan - Talegaon Road\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"Taluka Khed, Pune\",\n                        \"region\": \"IN-MH\",\n                        \"country\": \"IN\",\n                        \"postalCode\": \"410501\"\n                    },\n                    \"headquartersAddress\": {\n                        \"language\": null,\n                        \"addressLines\": [\n                            \"Indospace Rohan Industrial Park,Gat No-428,Village Mahalunge,Off Chakan - Talegaon Road\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"Taluka Khed, Pune\",\n                        \"region\": \"IN-MH\",\n                        \"country\": \"IN\",\n                        \"postalCode\": \"410501\"\n                    },\n                    \"registeredAt\": {\n                        \"id\": \"RA000394\",\n                        \"other\": null\n                    },\n                    \"registeredAs\": \"U31300PN2006PTC149865\",\n                    \"jurisdiction\": \"IN\",\n                    \"category\": null,\n                    \"legalForm\": {\n                        \"id\": \"9999\",\n                        \"other\": \"Private Limited\"\n                    },\n                    \"associatedEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"status\": \"ACTIVE\",\n                    \"expiration\": {\n                        \"date\": null,\n                        \"reason\": null\n                    },\n                    \"successorEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"otherAddresses\": []\n                },\n                \"registration\": {\n                    \"initialRegistrationDate\": \"2017-12-18T15:11:05Z\",\n                    \"lastUpdateDate\": \"2019-01-08T07:39:25Z\",\n                    \"status\": \"ISSUED\",\n                    \"nextRenewalDate\": \"2020-01-02T23:00:00Z\",\n                    \"managingLou\": \"5299000J2N45DDNE4Y28\",\n                    \"corroborationLevel\": \"FULLY_CORROBORATED\",\n                    \"validatedAt\": {\n                        \"id\": \"RA000394\",\n                        \"other\": null\n                    }\n                },\n                \"bic\": null\n            },\n            \"relationships\": {\n                \"managing-lou\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/5299006QHOQN37NQ5P76/managing-lou\"\n                    }\n                },\n                \"lei-issuer\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/5299006QHOQN37NQ5P76/lei-issuer\"\n                    }\n                },\n                \"modifications\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/5299006QHOQN37NQ5P76/modifications\"\n                    }\n                },\n                \"direct-parent\": {\n                    \"links\": {\n                        \"relationship-record\": \"https://api.gleif.org/api/v1/lei-records/5299006QHOQN37NQ5P76/direct-parent-relationship\",\n                        \"lei-record\": \"https://api.gleif.org/api/v1/lei-records/5299006QHOQN37NQ5P76/direct-parent\"\n                    }\n                },\n                \"ultimate-parent\": {\n                    \"links\": {\n                        \"relationship-record\": \"https://api.gleif.org/api/v1/lei-records/5299006QHOQN37NQ5P76/ultimate-parent-relationship\",\n                        \"lei-record\": \"https://api.gleif.org/api/v1/lei-records/5299006QHOQN37NQ5P76/ultimate-parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/lei-records/5299006QHOQN37NQ5P76\"\n            }\n        },\n        {\n            \"type\": \"lei-records\",\n            \"id\": \"529900EQ1HJCLBKYEW41\",\n            \"attributes\": {\n                \"lei\": \"529900EQ1HJCLBKYEW41\",\n                \"entity\": {\n                    \"legalName\": {\n                        \"name\": \"LEONI Bordnetz-Systeme GmbH\",\n                        \"language\": null\n                    },\n                    \"otherNames\": [],\n                    \"transliteratedOtherNames\": [],\n                    \"legalAddress\": {\n                        \"language\": null,\n                        \"addressLines\": [\n                            \"Flugplatzstr. 74\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"Kitzingen\",\n                        \"region\": \"DE-BY\",\n                        \"country\": \"DE\",\n                        \"postalCode\": \"97318\"\n                    },\n                    \"headquartersAddress\": {\n                        \"language\": null,\n                        \"addressLines\": [\n                            \"Flugplatzstr. 74\"\n                        ],\n                        \"addressNumber\": null,\n                        \"addressNumberWithinBuilding\": null,\n                        \"mailRouting\": null,\n                        \"city\": \"Kitzingen\",\n                        \"region\": \"DE-BY\",\n                        \"country\": \"DE\",\n                        \"postalCode\": \"97318\"\n                    },\n                    \"registeredAt\": {\n                        \"id\": \"RA000370\",\n                        \"other\": null\n                    },\n                    \"registeredAs\": \"HRB 9269\",\n                    \"jurisdiction\": \"DE\",\n                    \"category\": null,\n                    \"legalForm\": {\n                        \"id\": \"2HBR\",\n                        \"other\": null\n                    },\n                    \"associatedEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"status\": \"ACTIVE\",\n                    \"expiration\": {\n                        \"date\": null,\n                        \"reason\": null\n                    },\n                    \"successorEntity\": {\n                        \"lei\": null,\n                        \"name\": null\n                    },\n                    \"otherAddresses\": []\n                },\n                \"registration\": {\n                    \"initialRegistrationDate\": \"2013-10-01T13:51:47Z\",\n                    \"lastUpdateDate\": \"2018-02-28T08:01:53Z\",\n                    \"status\": \"ISSUED\",\n                    \"nextRenewalDate\": \"2019-02-07T23:00:00Z\",\n                    \"managingLou\": \"5299000J2N45DDNE4Y28\",\n                    \"corroborationLevel\": \"FULLY_CORROBORATED\",\n                    \"validatedAt\": {\n                        \"id\": \"RA000370\",\n                        \"other\": null\n                    }\n                },\n                \"bic\": null\n            },\n            \"relationships\": {\n                \"managing-lou\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/529900EQ1HJCLBKYEW41/managing-lou\"\n                    }\n                },\n                \"lei-issuer\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/529900EQ1HJCLBKYEW41/lei-issuer\"\n                    }\n                },\n                \"modifications\": {\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/529900EQ1HJCLBKYEW41/modifications\"\n                    }\n                },\n                \"direct-parent\": {\n                    \"links\": {\n                        \"relationship-record\": \"https://api.gleif.org/api/v1/lei-records/529900EQ1HJCLBKYEW41/direct-parent-relationship\",\n                        \"lei-record\": \"https://api.gleif.org/api/v1/lei-records/529900EQ1HJCLBKYEW41/direct-parent\"\n                    }\n                },\n                \"ultimate-parent\": {\n                    \"links\": {\n                        \"relationship-record\": \"https://api.gleif.org/api/v1/lei-records/529900EQ1HJCLBKYEW41/ultimate-parent-relationship\",\n                        \"lei-record\": \"https://api.gleif.org/api/v1/lei-records/529900EQ1HJCLBKYEW41/ultimate-parent\"\n                    }\n                }\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/lei-records/529900EQ1HJCLBKYEW41\"\n            }\n        }\n    ]\n}"}],"_postman_id":"80067a00-b8b5-49ce-bee0-5a5c5c3caf96"}],"id":"4455501c-e00f-4c22-a031-0f605aab52fe","description":"<p>Access to Child Relationship Records and LEI Records via relationships.</p>\n","event":[{"listen":"prerequest","script":{"id":"5226bfd6-e198-488e-b073-103837da6ba9","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"fbd6ea7c-1836-4546-8b24-ef1f57da44f5","type":"text/javascript","exec":[""]}}],"_postman_id":"4455501c-e00f-4c22-a031-0f605aab52fe"}],"id":"3e013a79-b5f6-46a7-b9e9-299fde0b3a03","description":"<p>Access to Relationship Records, and LEI Records associated with specified relationships.</p>\n","event":[{"listen":"prerequest","script":{"id":"fee4c8dd-2e2e-4396-99bf-a1014e971d56","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2190b344-70ab-4361-a546-81d715adc71c","type":"text/javascript","exec":[""]}}],"_postman_id":"3e013a79-b5f6-46a7-b9e9-299fde0b3a03"},{"name":"LEI Issuer (ManagingLOU)","item":[{"name":"LEI Issuer","id":"c56bdfb9-dc59-499c-965d-62fde8b27774","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","description":"<p>The 'vnd.api+json' media type specifies that the API client will only accept a JSON-formatted response body that conforms to the JSON API specification. More details can be found at <a href=\"https://www.iana.org/assignments/media-types/application/vnd.api+json\">https://www.iana.org/assignments/media-types/application/vnd.api+json</a></p>\n"}],"url":"https://api.gleif.org/api/v1/lei-records/:id/lei-issuer","description":"<p>Retrieve identification and descriptive data of the LEI Issuer that is responsible for administering this LEI registration.</p>\n","urlObject":{"protocol":"https","path":["api","v1","lei-records",":id","lei-issuer"],"host":["api","gleif","org"],"query":[],"variable":[{"id":"14fa0fc8-ba95-4f34-96b6-8d692904684d","description":{"content":"<p>The identifier for retrieving an LEI Issuer is the LEI of the Legal Entity of the LEI Issuer.</p>\n","type":"text/plain"},"type":"string","value":"7245007V4CF0OV507N07","key":"id"}]}},"response":[{"id":"c79780ae-68a4-4718-85cc-8cddc7838acd","name":"Succesful Request with HTTP Response Code 200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":{"raw":"https://api.gleif.org/api/v1/lei-records/:id/lei-issuer","protocol":"https","host":["api","gleif","org"],"path":["api","v1","lei-records",":id","lei-issuer"],"variable":[{"key":"id","value":"7245007V4CF0OV507N07"}]},"description":"Retrieve identification and descriptive data of the LEI Issuer that is responsible for administering this LEI registration.\n"},"status":"Succesfully retrieved identification and descriptive data of the LEI Issuer that is responsible for administering this LEI registration.\n","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"lei-issuers\",\n        \"id\": \"5299000J2N45DDNE4Y28\",\n        \"attributes\": {\n            \"lei\": \"5299000J2N45DDNE4Y28\",\n            \"name\": \"Herausgebergemeinschaft Wertpapier-Mitteilungen Keppler, Lehmann GmbH & Co. KG\",\n            \"marketingName\": \"WM Datenservice\",\n            \"reportingName\": \"WM Datenservice\",\n            \"website\": \"https://www.wm-leiportal.org/\",\n            \"organizationType\": \"Private - For Profit\",\n            \"shortDescription\": \"WM Gruppe issues a newspaper for the financial markets and specialized publications on commercial and banking law, offers a diverse business seminar programs, and provides a variety of financial information services via its WM Datenservice division. WM Gruppe has more than 400 employees and headquarters in Frankfurt, Germany.\",\n            \"legalDomicile\": \"Herausgebergemeinschaft \\nWERTPAPIER-MITTEILUNGEN Keppler,\\nLehmann GmbH & Co. KG\\nDüsseldorfer Strasse 16, 60329\\nFrankfurt am Main (Germany)\\nLEI: 5299000J2N45DDNE4Y28\",\n            \"accreditationDate\": \"2017-04-13T00:00:00+00:00\"\n        },\n        \"relationships\": {\n            \"jurisdictions\": {\n                \"links\": {\n                    \"related\": \"https://api.gleif.org/api/v1/lei-issuers/5299000J2N45DDNE4Y28/jurisdictions\"\n                }\n            }\n        },\n        \"links\": {\n            \"self\": \"https://api.gleif.org/api/v1/lei-issuers/5299000J2N45DDNE4Y28\"\n        }\n    }\n}"}],"_postman_id":"c56bdfb9-dc59-499c-965d-62fde8b27774"}],"id":"cca5aaba-555b-428b-bdbf-7a126ad70e52","description":"<p>LEI issuers – also referred to as Local Operating Units (LOUs) – supply registration, renewal and other services, and act as the primary interface for legal entities wishing to obtain an LEI.</p>\n","event":[{"listen":"prerequest","script":{"id":"54e8e19d-2506-4fc3-b4a3-b71dc5474d05","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d65a0fc3-2ad1-46e3-b3d5-004bd27e2699","type":"text/javascript","exec":[""]}}],"_postman_id":"cca5aaba-555b-428b-bdbf-7a126ad70e52"},{"name":"Related LEI Records","item":[{"name":"Associated Entity (Fund Manager Legal Entity)","id":"f3be00da-adf2-41dc-86fb-ac8309bfbc3f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","description":"<p>The 'vnd.api+json' media type specifies that the API client will only accept a JSON-formatted response body that conforms to the JSON API specification. More details can be found at <a href=\"https://www.iana.org/assignments/media-types/application/vnd.api+json\">https://www.iana.org/assignments/media-types/application/vnd.api+json</a></p>\n"}],"url":"https://api.gleif.org/api/v1/lei-records/:id/associated-entity","description":"<p>Retrieve LEI Record for the manager of the legal entity (fund), provided to fully identify this entity, or to place it in an appropriate context.</p>\n<ul>\n<li>An Associated Entity response contains the one LEI Record for the fund management entity, if available.</li>\n<li>If an LEI Record has no reported fund management entity, the request will return a resource not found response.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","v1","lei-records",":id","associated-entity"],"host":["api","gleif","org"],"query":[],"variable":[{"description":{"content":"<p>The identifier for retrieving an Associated Entity, if available, is the LEI of the Legal Entity of the fund management entity.</p>\n","type":"text/plain"},"type":"any","value":"335800OGLWMREXSGH297","key":"id"}]}},"response":[{"id":"4f102e69-bfb6-43aa-8182-fb3164680110","name":"Succesful Request with HTTP Response Code 200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":{"raw":"https://api.gleif.org/api/v1/lei-records/:id/associated-entity","protocol":"https","host":["api","gleif","org"],"path":["api","v1","lei-records",":id","associated-entity"],"variable":[{"key":"id","value":"335800OGLWMREXSGH297"}]},"description":"Retrieve LEI Record for the manager of the legal entity (fund), provided to fully identify this entity, or to place it in an appropriate context.\n"},"status":"Succesfully retrieved LEI Record for the manager of the legal entity (fund), provided to fully identify this entity, or to place it in an appropriate context.\n","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"lei-records\",\n        \"id\": \"95980020140005337214\",\n        \"attributes\": {\n            \"lei\": \"95980020140005337214\",\n            \"entity\": {\n                \"legalName\": {\n                    \"name\": \"CAIXABANK ASSET MANAGEMENT, S.G.I.I.C., S.A.\",\n                    \"language\": null\n                },\n                \"otherNames\": [],\n                \"transliteratedOtherNames\": [],\n                \"legalAddress\": {\n                    \"language\": \"es\",\n                    \"addressLines\": [\n                        \"Paseo de la Castellana 51 5\"\n                    ],\n                    \"addressNumber\": \"51\",\n                    \"addressNumberWithinBuilding\": \"5\",\n                    \"mailRouting\": null,\n                    \"city\": \"Madrid\",\n                    \"region\": null,\n                    \"country\": \"ES\",\n                    \"postalCode\": \"28046\"\n                },\n                \"headquartersAddress\": {\n                    \"language\": \"es\",\n                    \"addressLines\": [\n                        \"Paseo de la Castellana 51 5\"\n                    ],\n                    \"addressNumber\": \"51\",\n                    \"addressNumberWithinBuilding\": \"5\",\n                    \"mailRouting\": null,\n                    \"city\": \"Madrid\",\n                    \"region\": null,\n                    \"country\": \"ES\",\n                    \"postalCode\": \"28046\"\n                },\n                \"registeredAt\": {\n                    \"id\": \"RA000534\",\n                    \"other\": null\n                },\n                \"registeredAs\": \"SGIIC-15\",\n                \"jurisdiction\": \"ES\",\n                \"category\": null,\n                \"legalForm\": {\n                    \"id\": \"5RDO\",\n                    \"other\": null\n                },\n                \"associatedEntity\": {\n                    \"lei\": null,\n                    \"name\": null\n                },\n                \"status\": \"ACTIVE\",\n                \"expiration\": {\n                    \"date\": null,\n                    \"reason\": null\n                },\n                \"successorEntity\": {\n                    \"lei\": null,\n                    \"name\": null\n                },\n                \"otherAddresses\": []\n            },\n            \"registration\": {\n                \"initialRegistrationDate\": \"2014-02-12T14:02:01Z\",\n                \"lastUpdateDate\": \"2019-02-13T15:51:35Z\",\n                \"status\": \"ISSUED\",\n                \"nextRenewalDate\": \"2020-02-21T07:48:17Z\",\n                \"managingLou\": \"959800R2X69K6Y6MX775\",\n                \"corroborationLevel\": \"FULLY_CORROBORATED\",\n                \"validatedAt\": {\n                    \"id\": \"RA000534\",\n                    \"other\": null\n                }\n            },\n            \"bic\": [\n                \"CSNIESB1XXX\"\n            ]\n        },\n        \"relationships\": {\n            \"managing-lou\": {\n                \"links\": {\n                    \"related\": \"https://api.gleif.org/api/v1/lei-records/95980020140005337214/managing-lou\"\n                }\n            },\n            \"lei-issuer\": {\n                \"links\": {\n                    \"related\": \"https://api.gleif.org/api/v1/lei-records/95980020140005337214/lei-issuer\"\n                }\n            },\n            \"modifications\": {\n                \"links\": {\n                    \"related\": \"https://api.gleif.org/api/v1/lei-records/95980020140005337214/modifications\"\n                }\n            },\n            \"direct-parent\": {\n                \"links\": {\n                    \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/95980020140005337214/direct-parent-reporting-exception\"\n                }\n            },\n            \"ultimate-parent\": {\n                \"links\": {\n                    \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/95980020140005337214/ultimate-parent-reporting-exception\"\n                }\n            }\n        },\n        \"links\": {\n            \"self\": \"https://api.gleif.org/api/v1/lei-records/95980020140005337214\"\n        }\n    }\n}"}],"_postman_id":"f3be00da-adf2-41dc-86fb-ac8309bfbc3f"},{"name":"Successor Entity (Legal Entity this Registration is Replaced By)","id":"746d1b70-8852-4632-a421-1e3ba80c5613","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","description":"<p>The 'vnd.api+json' media type specifies that the API client will only accept a JSON-formatted response body that conforms to the JSON API specification. More details can be found at <a href=\"https://www.iana.org/assignments/media-types/application/vnd.api+json\">https://www.iana.org/assignments/media-types/application/vnd.api+json</a></p>\n"}],"url":"https://api.gleif.org/api/v1/lei-records/:id/successor-entity","description":"<p>Retrieve Legal Entity which continues/replaces this registration.</p>\n","urlObject":{"protocol":"https","path":["api","v1","lei-records",":id","successor-entity"],"host":["api","gleif","org"],"query":[],"variable":[{"description":{"content":"<p>The identifier for retrieving a Successor Entity, if available, is the LEI of the Legal Entity which continues/replaces this registration.</p>\n","type":"text/plain"},"type":"any","value":"529900NX4L9IW2G5JF71","key":"id"}]}},"response":[{"id":"fa8371c0-45be-485d-a270-dbf51dec39f2","name":"Succesful Request with HTTP Response Code 200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":{"raw":"https://api.gleif.org/api/v1/lei-records/:id/successor-entity","protocol":"https","host":["api","gleif","org"],"path":["api","v1","lei-records",":id","successor-entity"],"variable":[{"key":"id","value":"529900NX4L9IW2G5JF71"}]},"description":"Retrieve legal entity which continues/replaces this registration.\n"},"status":"Succesfully retrieved legal entity which continues/replaces this registration.\n","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"lei-records\",\n        \"id\": \"549300CLJBQ9YSR4U689\",\n        \"attributes\": {\n            \"lei\": \"549300CLJBQ9YSR4U689\",\n            \"entity\": {\n                \"legalName\": {\n                    \"name\": \"AVSC Holding Corp.\",\n                    \"language\": null\n                },\n                \"otherNames\": [\n                    {\n                        \"name\": \"AVSC Holding LLC\",\n                        \"type\": \"PREVIOUS_LEGAL_NAME\"\n                    }\n                ],\n                \"transliteratedOtherNames\": [],\n                \"legalAddress\": {\n                    \"language\": null,\n                    \"addressLines\": [\n                        \"C/O The Corporation Trust Company\",\n                        \"Corporation Trust Center\",\n                        \"1209 Orange Street\"\n                    ],\n                    \"addressNumber\": null,\n                    \"addressNumberWithinBuilding\": null,\n                    \"mailRouting\": null,\n                    \"city\": \"Wilmington\",\n                    \"region\": \"US-DE\",\n                    \"country\": \"US\",\n                    \"postalCode\": \"19801\"\n                },\n                \"headquartersAddress\": {\n                    \"language\": null,\n                    \"addressLines\": [\n                        \"5100 North River Road\",\n                        \"Suite 300\"\n                    ],\n                    \"addressNumber\": null,\n                    \"addressNumberWithinBuilding\": null,\n                    \"mailRouting\": null,\n                    \"city\": \"Schiller Park\",\n                    \"region\": \"US-IL\",\n                    \"country\": \"US\",\n                    \"postalCode\": \"60176\"\n                },\n                \"registeredAt\": {\n                    \"id\": \"RA000602\",\n                    \"other\": null\n                },\n                \"registeredAs\": \"4292146\",\n                \"jurisdiction\": \"US\",\n                \"category\": null,\n                \"legalForm\": {\n                    \"id\": \"9999\",\n                    \"other\": \"LIMITED LIABILITY COMPANY\"\n                },\n                \"associatedEntity\": {\n                    \"lei\": null,\n                    \"name\": null\n                },\n                \"status\": \"ACTIVE\",\n                \"expiration\": {\n                    \"date\": null,\n                    \"reason\": null\n                },\n                \"successorEntity\": {\n                    \"lei\": null,\n                    \"name\": null\n                },\n                \"otherAddresses\": []\n            },\n            \"registration\": {\n                \"initialRegistrationDate\": \"2014-02-28T02:16:00Z\",\n                \"lastUpdateDate\": \"2018-11-30T15:30:00Z\",\n                \"status\": \"ISSUED\",\n                \"nextRenewalDate\": \"2019-02-13T00:32:00Z\",\n                \"managingLou\": \"EVK05KS7XY1DEII3R011\",\n                \"corroborationLevel\": \"FULLY_CORROBORATED\",\n                \"validatedAt\": {\n                    \"id\": null,\n                    \"other\": null\n                }\n            },\n            \"bic\": null\n        },\n        \"relationships\": {\n            \"managing-lou\": {\n                \"links\": {\n                    \"related\": \"https://api.gleif.org/api/v1/lei-records/549300CLJBQ9YSR4U689/managing-lou\"\n                }\n            },\n            \"lei-issuer\": {\n                \"links\": {\n                    \"related\": \"https://api.gleif.org/api/v1/lei-records/549300CLJBQ9YSR4U689/lei-issuer\"\n                }\n            },\n            \"modifications\": {\n                \"links\": {\n                    \"related\": \"https://api.gleif.org/api/v1/lei-records/549300CLJBQ9YSR4U689/modifications\"\n                }\n            },\n            \"direct-parent\": {\n                \"links\": {\n                    \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/549300CLJBQ9YSR4U689/direct-parent-reporting-exception\"\n                }\n            },\n            \"ultimate-parent\": {\n                \"links\": {\n                    \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/549300CLJBQ9YSR4U689/ultimate-parent-reporting-exception\"\n                }\n            }\n        },\n        \"links\": {\n            \"self\": \"https://api.gleif.org/api/v1/lei-records/549300CLJBQ9YSR4U689\"\n        }\n    }\n}"}],"_postman_id":"746d1b70-8852-4632-a421-1e3ba80c5613"},{"name":"Managing LOU (LEI Issuer)","id":"1c690b12-533a-412d-945d-415f00c110a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>The 'vnd.api+json' media type specifies that the API client will only accept a JSON-formatted response body that conforms to the JSON API specification. More details can be found at <a href=\"https://www.iana.org/assignments/media-types/application/vnd.api+json\">https://www.iana.org/assignments/media-types/application/vnd.api+json</a></p>\n","key":"Accept","value":"application/vnd.api+json"}],"url":"https://api.gleif.org/api/v1/lei-records/:id/managing-lou","description":"<p>Retrieve LEI Record for the LEI Issuer that is responsible for administering this LEI registration.</p>\n","urlObject":{"protocol":"https","path":["api","v1","lei-records",":id","managing-lou"],"host":["api","gleif","org"],"query":[],"variable":[{"id":"b46c5a37-c54b-41bf-9cf3-178b197e13e7","description":{"content":"<p>The identifier for retrieving a ManagingLOU (the LEI Issuer that is responsible for administering this LEI registration) is the LEI of the Legal Entity.</p>\n","type":"text/plain"},"type":"string","value":"7245007V4CF0OV507N07","key":"id"}]}},"response":[{"id":"69387561-93ca-4912-9168-5d6d38aff374","name":"Succesful Request with HTTP Response Code 200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":{"raw":"https://api.gleif.org/api/v1/lei-records/:id/managing-lou","protocol":"https","host":["api","gleif","org"],"path":["api","v1","lei-records",":id","managing-lou"],"variable":[{"key":"id","value":"7245007V4CF0OV507N07"}]},"description":"Retrieve LEI Record for the LEI Issuer that is responsible for administering this LEI registration.\n"},"status":"Succesfully retrieved LEI Record for the LEI Issuer that is responsible for administering this LEI registration.\n","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"lei-records\",\n        \"id\": \"724500A93Z8V1MJK5349\",\n        \"attributes\": {\n            \"lei\": \"724500A93Z8V1MJK5349\",\n            \"entity\": {\n                \"legalName\": {\n                    \"name\": \"Kamer van Koophandel\",\n                    \"language\": null\n                },\n                \"otherNames\": [],\n                \"transliteratedOtherNames\": [],\n                \"legalAddress\": {\n                    \"language\": null,\n                    \"addressLines\": [\n                        \"St.-Jacobsstraat 300\"\n                    ],\n                    \"addressNumber\": null,\n                    \"addressNumberWithinBuilding\": null,\n                    \"mailRouting\": null,\n                    \"city\": \"Utrecht\",\n                    \"region\": null,\n                    \"country\": \"NL\",\n                    \"postalCode\": \"3511BT\"\n                },\n                \"headquartersAddress\": {\n                    \"language\": null,\n                    \"addressLines\": [\n                        \"St.-Jacobsstraat 300\"\n                    ],\n                    \"addressNumber\": null,\n                    \"addressNumberWithinBuilding\": null,\n                    \"mailRouting\": null,\n                    \"city\": \"Utrecht\",\n                    \"region\": null,\n                    \"country\": \"NL\",\n                    \"postalCode\": \"3511BT\"\n                },\n                \"registeredAt\": {\n                    \"id\": \"RA000463\",\n                    \"other\": null\n                },\n                \"registeredAs\": \"59581883\",\n                \"jurisdiction\": \"NL\",\n                \"category\": null,\n                \"legalForm\": {\n                    \"id\": \"A0W7\",\n                    \"other\": null\n                },\n                \"associatedEntity\": {\n                    \"lei\": null,\n                    \"name\": null\n                },\n                \"status\": \"ACTIVE\",\n                \"expiration\": {\n                    \"date\": null,\n                    \"reason\": null\n                },\n                \"successorEntity\": {\n                    \"lei\": null,\n                    \"name\": null\n                },\n                \"otherAddresses\": []\n            },\n            \"registration\": {\n                \"initialRegistrationDate\": \"2014-06-26T22:00:00Z\",\n                \"lastUpdateDate\": \"2019-06-27T05:01:32Z\",\n                \"status\": \"ISSUED\",\n                \"nextRenewalDate\": \"2020-06-27T09:50:15Z\",\n                \"managingLou\": \"724500A93Z8V1MJK5349\",\n                \"corroborationLevel\": \"FULLY_CORROBORATED\",\n                \"validatedAt\": {\n                    \"id\": \"RA000463\",\n                    \"other\": null\n                }\n            },\n            \"bic\": null\n        },\n        \"relationships\": {\n            \"managing-lou\": {\n                \"links\": {\n                    \"related\": \"https://api.gleif.org/api/v1/lei-records/724500A93Z8V1MJK5349/managing-lou\"\n                }\n            },\n            \"lei-issuer\": {\n                \"links\": {\n                    \"related\": \"https://api.gleif.org/api/v1/lei-records/724500A93Z8V1MJK5349/lei-issuer\"\n                }\n            },\n            \"modifications\": {\n                \"links\": {\n                    \"related\": \"https://api.gleif.org/api/v1/lei-records/724500A93Z8V1MJK5349/modifications\"\n                }\n            },\n            \"direct-parent\": {\n                \"links\": {\n                    \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/724500A93Z8V1MJK5349/direct-parent-reporting-exception\"\n                }\n            },\n            \"ultimate-parent\": {\n                \"links\": {\n                    \"reporting-exception\": \"https://api.gleif.org/api/v1/lei-records/724500A93Z8V1MJK5349/ultimate-parent-reporting-exception\"\n                }\n            },\n            \"direct-children\": {\n                \"links\": {\n                    \"relationship-records\": \"https://api.gleif.org/api/v1/lei-records/724500A93Z8V1MJK5349/direct-child-relationships\",\n                    \"related\": \"https://api.gleif.org/api/v1/lei-records/724500A93Z8V1MJK5349/direct-children\"\n                }\n            },\n            \"ultimate-children\": {\n                \"links\": {\n                    \"relationship-records\": \"https://api.gleif.org/api/v1/lei-records/724500A93Z8V1MJK5349/ultimate-child-relationships\",\n                    \"related\": \"https://api.gleif.org/api/v1/lei-records/724500A93Z8V1MJK5349/ultimate-children\"\n                }\n            }\n        },\n        \"links\": {\n            \"self\": \"https://api.gleif.org/api/v1/lei-records/724500A93Z8V1MJK5349\"\n        }\n    }\n}"}],"_postman_id":"1c690b12-533a-412d-945d-415f00c110a8"}],"id":"1f3a933b-932a-4f70-8967-6a427ea60ca9","description":"<p>The following entities (when available) are related to Legal Entities with an LEI. These associations are recorded in the Level 1 Data (LEI Record).</p>\n","event":[{"listen":"prerequest","script":{"id":"60495ff6-a08e-4e0b-a4be-5c6e9deb1e16","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"34fdffca-8099-46fa-adaf-21c358a8073d","type":"text/javascript","exec":[""]}}],"_postman_id":"1f3a933b-932a-4f70-8967-6a427ea60ca9"},{"name":"ISINs","item":[{"name":"ISINs","id":"40ef2ec4-b8bd-46de-8ad5-5359ed828242","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gleif.org/api/v1/lei-records/:id/isins","description":"<p>Retrieve ISINs reported as issued by the entity identified by this LEI registration.</p>\n<ul>\n<li><p>This request will return all ISINs reported as mapped to this LEI Record.</p>\n</li>\n<li><p>Pagination parameters can be used to manage the large number of data items.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","v1","lei-records",":id","isins"],"host":["api","gleif","org"],"query":[],"variable":[{"description":{"content":"<p>The LEI of the LEI registration reported as issuing these ISINs.</p>\n","type":"text/plain"},"type":"string","value":"529900W18LQJJN6SJ336","key":"id"}]}},"response":[],"_postman_id":"40ef2ec4-b8bd-46de-8ad5-5359ed828242"}],"id":"554197fa-8beb-44a8-b5b0-9daeabbf303b","description":"<p>The following ISINs (where available) identify securities reported as linked to the entity which owns the LEI.</p>\n","event":[{"listen":"prerequest","script":{"id":"dc3521f9-78ef-4b64-8cf8-acf5388e9b19","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"8c87da7a-c5ed-40f2-a897-76ad19c92d89","type":"text/javascript","exec":[""]}}],"_postman_id":"554197fa-8beb-44a8-b5b0-9daeabbf303b"}],"id":"5fc83577-f5ae-41fa-aa4e-2848554958b4","description":"<p>The 'lei-records' endpoint gives access to all LEI Records by their ID (the LEI Code itself), by filtering, and by relationships to other LEI Records (links and Level 2 Data).</p>\n","event":[{"listen":"prerequest","script":{"id":"352ed32d-ed4a-421c-8692-b115db4a3829","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"febc626a-5e9e-42e1-a9ac-afe8b8b54440","type":"text/javascript","exec":[""]}}],"_postman_id":"5fc83577-f5ae-41fa-aa4e-2848554958b4"},{"name":"field-modifications","item":[{"name":"All LEI Record field modifications","id":"9cc3f816-41ad-466f-a2fb-c2bb37f35932","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"host":true,"user-agent":true,"accept":true,"accept-encoding":true,"connection":true}},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","description":"<p>The 'vnd.api+json' media type specifies that the API client will only accept a JSON-formatted response body that conforms to the JSON API specification. More details can be found at <a href=\"https://www.iana.org/assignments/media-types/application/vnd.api+json\">https://www.iana.org/assignments/media-types/application/vnd.api+json</a></p>\n","type":"text"}],"url":"https://api.gleif.org/api/v1/lei-records/:id/field-modifications","description":"<p>Retrive all field modifications for an LEI</p>\n","urlObject":{"protocol":"https","path":["api","v1","lei-records",":id","field-modifications"],"host":["api","gleif","org"],"query":[],"variable":[{"id":"7c426142-04bb-4a18-996b-cc51167141d4","description":{"content":"<p>The identifier for retrieving an LEI Record is the LEI of the Legal Entity described by the LEI Record.</p>\n","type":"text/plain"},"type":"string","value":"EVK05KS7XY1DEII3R011","key":"id"}]}},"response":[{"id":"bfd2225e-014e-4ea9-a786-b3152701b77d","name":"Succesful Request with HTTP Response Code 200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","description":"The 'vnd.api+json' media type specifies that the API client will only accept a JSON-formatted response body that conforms to the JSON API specification. More details can be found at https://www.iana.org/assignments/media-types/application/vnd.api+json","type":"text"}],"url":{"raw":"https://api.gleif.org/api/v1/lei-records/:id/field-modifications","protocol":"https","host":["api","gleif","org"],"path":["api","v1","lei-records",":id","field-modifications"],"variable":[{"key":"id","value":"529900W18LQJJN6SJ336","description":"The identifier for retrieving an LEI Record is the LEI of the Legal Entity described by the LEI Record."}]}},"code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"type\": \"field-modifications\",\n            \"id\": \"d020f380-3a1b-4c9d-8756-7157ef951000\",\n            \"attributes\": {\n                \"lei\": \"984500CM908FPBFE0B87\",\n                \"recordType\": \"LEI\",\n                \"modificationType\": \"INITIAL\",\n                \"field\": \"/lei:LEIData/lei:LEIRecords/lei:LEIRecord/lei:Registration/lei:ValidationAuthority/lei:ValidationAuthorityEntityID\",\n                \"date\": \"2021-01-25T00:00:00Z\",\n                \"valueOld\": null,\n                \"valueNew\": \"08807876\",\n                \"context\": null\n            }\n        },\n        {\n            \"type\": \"field-modifications\",\n            \"id\": \"f7c73210-78b9-4376-a498-10c7b59d3910\",\n            \"attributes\": {\n                \"lei\": \"984500CM908FPBFE0B87\",\n                \"recordType\": \"LEI\",\n                \"modificationType\": \"INITIAL\",\n                \"field\": \"/lei:LEIData/lei:LEIRecords/lei:LEIRecord/lei:Registration/lei:ValidationAuthority/lei:ValidationAuthorityID\",\n                \"date\": \"2021-01-25T00:00:00Z\",\n                \"valueOld\": null,\n                \"valueNew\": \"RA000585\",\n                \"context\": null\n            }\n        },\n        {\n            \"type\": \"field-modifications\",\n            \"id\": \"dc901567-0da5-445c-a98b-4f2b01ecb27c\",\n            \"attributes\": {\n                \"lei\": \"984500CM908FPBFE0B87\",\n                \"recordType\": \"LEI\",\n                \"modificationType\": \"INITIAL\",\n                \"field\": \"/lei:LEIData/lei:LEIRecords/lei:LEIRecord/lei:Registration/lei:ValidationSources\",\n                \"date\": \"2021-01-25T00:00:00Z\",\n                \"valueOld\": null,\n                \"valueNew\": \"FULLY_CORROBORATED\",\n                \"context\": null\n            }\n        }\n    ]\n}"}],"_postman_id":"9cc3f816-41ad-466f-a2fb-c2bb37f35932"},{"name":"Subset of field modifications for given LEI Record","id":"da085cd9-2ad8-4952-b3d0-f65066e77e2f","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true,"accept-encoding":true,"connection":true,"host":true,"user-agent":true}},"request":{"method":"GET","header":[{"description":"<p>The 'vnd.api+json' media type specifies that the API client will only accept a JSON-formatted response body that conforms to the JSON API specification. More details can be found at <a href=\"https://www.iana.org/assignments/media-types/application/vnd.api+json\">https://www.iana.org/assignments/media-types/application/vnd.api+json</a></p>\n","key":"Accept","type":"text","value":"application/vnd.api+json"}],"url":"https://api.gleif.org/api/v1/lei-records/:id/field-modifications?filter[modificationType]=INITIAL&filter[recordType]=REPEX&filter[field]=/repex:ReportingExceptionData/repex:ReportingExceptions/repex:Exception/repex:ExceptionReason&filter[date]=2018-02-08T21:37:50Z&page[size]=50&page[number]=1","description":"<p>Retrive only a subset of field modifications for a given LEI Record.</p>\n<p>Supported filters are:</p>\n<ul>\n<li>recordType</li>\n<li>modificationDate</li>\n<li>field</li>\n<li>date</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","v1","lei-records",":id","field-modifications"],"host":["api","gleif","org"],"query":[{"description":{"content":"<p>Accepted modification types are INITIAL, INSERT, DELETE, UPDATE</p>\n","type":"text/plain"},"key":"filter[modificationType]","value":"INITIAL"},{"description":{"content":"<p>Accepted types are LEI, RR or REPEX</p>\n","type":"text/plain"},"key":"filter[recordType]","value":"REPEX"},{"key":"filter[field]","value":"/repex:ReportingExceptionData/repex:ReportingExceptions/repex:Exception/repex:ExceptionReason"},{"description":{"content":"<p>ISO 8601 date and time format</p>\n","type":"text/plain"},"key":"filter[date]","value":"2018-02-08T21:37:50Z"},{"key":"page[size]","value":"50"},{"key":"page[number]","value":"1"}],"variable":[{"id":"8d43c487-b0ec-41c1-ac47-85afa0210608","type":"string","value":"213800SJZMC9W2BMBQ29","key":"id"}]}},"response":[{"id":"2bca0924-74c4-48da-9860-531cbd66f320","name":"Succesful Request with HTTP Response Code 200","originalRequest":{"method":"GET","header":[{"description":"The 'vnd.api+json' media type specifies that the API client will only accept a JSON-formatted response body that conforms to the JSON API specification. More details can be found at https://www.iana.org/assignments/media-types/application/vnd.api+json","key":"Accept","type":"text","value":"application/vnd.api+json"}],"url":{"raw":"https://api.gleif.org/api/v1/lei-records/213800SJZMC9W2BMBQ29/field-modifications?filter[modificationType]=INITIAL&filter[recordType]=REPEX&filter[field]=/repex:ReportingExceptionData/repex:ReportingExceptions/repex:Exception/repex:ExceptionReason&filter[date]=2018-02-08T21:37:50Z&page[size]=50&page[number]=1","protocol":"https","host":["api","gleif","org"],"path":["api","v1","lei-records","213800SJZMC9W2BMBQ29","field-modifications"],"query":[{"key":"filter[modificationType]","value":"INITIAL"},{"key":"filter[recordType]","value":"REPEX","description":"Accepted types are lei, rr or repex"},{"key":"filter[field]","value":"/repex:ReportingExceptionData/repex:ReportingExceptions/repex:Exception/repex:ExceptionReason"},{"key":"filter[date]","value":"2018-02-08T21:37:50Z"},{"key":"page[size]","value":"50"},{"key":"page[number]","value":"1"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"type\": \"field-modifications\",\n            \"id\": \"9fc233a5-4bdd-4d03-88ca-2ed7809b9df6\",\n            \"attributes\": {\n                \"lei\": \"213800SJZMC9W2BMBQ29\",\n                \"recordType\": \"REPEX\",\n                \"modificationType\": \"INITIAL\",\n                \"field\": \"/repex:ReportingExceptionData/repex:ReportingExceptions/repex:Exception/repex:ExceptionReason\",\n                \"date\": \"2018-02-08T21:37:50Z\",\n                \"valueOld\": null,\n                \"valueNew\": \"NON_CONSOLIDATING\",\n                \"context\": {\n                    \"exceptionCategory\": \"DIRECT_ACCOUNTING_CONSOLIDATION_PARENT\"\n                }\n            }\n        },\n        {\n            \"type\": \"field-modifications\",\n            \"id\": \"7007b083-66a0-4bca-8b35-0400be41d9c1\",\n            \"attributes\": {\n                \"lei\": \"213800SJZMC9W2BMBQ29\",\n                \"recordType\": \"REPEX\",\n                \"modificationType\": \"INITIAL\",\n                \"field\": \"/repex:ReportingExceptionData/repex:ReportingExceptions/repex:Exception/repex:ExceptionReason\",\n                \"date\": \"2018-02-08T21:37:50Z\",\n                \"valueOld\": null,\n                \"valueNew\": \"NON_CONSOLIDATING\",\n                \"context\": {\n                    \"exceptionCategory\": \"ULTIMATE_ACCOUNTING_CONSOLIDATION_PARENT\"\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"da085cd9-2ad8-4952-b3d0-f65066e77e2f"}],"id":"73a27773-16f1-45fd-8ce2-2c40d5ac789d","description":"<p>The 'field-modifications' endpoint provides historical changes of LEI Records.</p>\n","event":[{"listen":"prerequest","script":{"id":"5dc0e417-5cf8-4731-9a1c-7743ac7921d3","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"51ba6114-e71d-44c0-8d3d-3d4ad7801792","type":"text/javascript","exec":[""]}}],"_postman_id":"73a27773-16f1-45fd-8ce2-2c40d5ac789d"},{"name":"lei-issuers","item":[{"name":"LEI Issuers","id":"d9535d43-d08c-4811-91b3-500c3a665280","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>The 'vnd.api+json' media type specifies that the API client will only accept a JSON-formatted response body that conforms to the JSON API specification. More details can be found at <a href=\"https://www.iana.org/assignments/media-types/application/vnd.api+json\">https://www.iana.org/assignments/media-types/application/vnd.api+json</a></p>\n","key":"Accept","value":"application/vnd.api+json"}],"url":"https://api.gleif.org/api/v1/lei-issuers","description":"<p>Retrieve LEI Records for all LEI Issuers.</p>\n<ul>\n<li><p>This request will return all LEI Issuers.</p>\n</li>\n<li><p>Pagination parameters can be used to manage the large number of data items.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","v1","lei-issuers"],"host":["api","gleif","org"],"query":[],"variable":[]}},"response":[{"id":"cc752f5b-3d98-4043-884c-7e9219b7d4b4","name":"Succesful Request with HTTP Response Code 200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://api.gleif.org/api/v1/lei-issuers","description":"Retrieve all LEI Issuers, or each one by LEI.\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"pagination\": {\n            \"currentPage\": 1,\n            \"perPage\": 100,\n            \"from\": 1,\n            \"to\": 33,\n            \"total\": 33,\n            \"lastPage\": 1\n        }\n    },\n    \"links\": {\n        \"first\": \"//api/v1/lei-issuers?page%5Bnumber%5D=1&page%5Bsize%5D=100\",\n        \"last\": \"//api/v1/lei-issuers?page%5Bnumber%5D=1&page%5Bsize%5D=100\"\n    },\n    \"data\": [\n        {\n            \"type\": \"lei-issuers\",\n            \"id\": \"259400L3KBYEVNHEJF55\",\n            \"attributes\": {\n                \"lei\": \"259400L3KBYEVNHEJF55\",\n                \"name\": \"Krajowy Depozyt Papierów Wartościowych S.A.\",\n                \"marketingName\": \"KDPW\",\n                \"website\": \"https://lei.kdpw.pl/\",\n                \"accreditationDate\": \"2016-12-21T00:00:00+00:00\"\n            },\n            \"relationships\": {\n                \"jurisdictions\": {\n                    \"links\": {\"related\": \"https://api.gleif.org/api/v1/lei-issuers/259400L3KBYEVNHEJF55/jurisdictions\"}\n                }\n            },\n            \"links\": {\"self\": \"https://api.gleif.org/api/v1/lei-issuers/259400L3KBYEVNHEJF55\"}\n        },\n        {\n            \"type\": \"lei-issuers\",\n            \"id\": \"635400DZBUIMTBCXGA12\",\n            \"attributes\": {\n                \"lei\": \"635400DZBUIMTBCXGA12\",\n                \"name\": \"The Irish Stock Exchange Plc\",\n                \"marketingName\": \"Euronext Dublin\",\n                \"website\": \"https://direct.euronext.com/Products/LEI-services/\",\n                \"accreditationDate\": \"2018-01-10T00:00:00+00:00\"\n            },\n            \"relationships\": {\n                \"jurisdictions\": {\n                    \"links\": {\"related\": \"https://api.gleif.org/api/v1/lei-issuers/635400DZBUIMTBCXGA12/jurisdictions\"}\n                }\n            },\n            \"links\": {\"self\": \"https://api.gleif.org/api/v1/lei-issuers/635400DZBUIMTBCXGA12\"}\n        },\n        {\n            \"type\": \"lei-issuers\",\n            \"id\": \"9504003253F6C21EE978\",\n            \"attributes\": {\n                \"lei\": \"9504003253F6C21EE978\",\n                \"name\": \"Agencija Republike Slovenije za javnopravne evidence in storitve\",\n                \"marketingName\": \"AJPES\",\n                \"website\": \"https://www.ajpes.si/Registers/Legal_Entity_Identifier/About\",\n                \"accreditationDate\": \"2018-04-16T00:00:00+00:00\"\n            },\n            \"relationships\": {\n                \"jurisdictions\": {\n                    \"links\": {\"related\": \"https://api.gleif.org/api/v1/lei-issuers/9504003253F6C21EE978/jurisdictions\"}\n                }\n            },\n            \"links\": {\"self\": \"https://api.gleif.org/api/v1/lei-issuers/9504003253F6C21EE978\"}\n        },\n        {\n            \"type\": \"lei-issuers\",\n            \"id\": \"5493001KJTIIGC8Y1R12\",\n            \"attributes\": {\n                \"lei\": \"5493001KJTIIGC8Y1R12\",\n                \"name\": \"Bloomberg Finance L.P.\",\n                \"marketingName\": \"Bloomberg\",\n                \"website\": \"http://lei.bloomberg.com\",\n                \"accreditationDate\": \"2017-04-13T00:00:00+00:00\"\n            },\n            \"relationships\": {\n                \"jurisdictions\": {\n                    \"links\": {\"related\": \"https://api.gleif.org/api/v1/lei-issuers/5493001KJTIIGC8Y1R12/jurisdictions\"}\n                }\n            },\n            \"links\": {\"self\": \"https://api.gleif.org/api/v1/lei-issuers/5493001KJTIIGC8Y1R12\"}\n        },\n        {\n            \"type\": \"lei-issuers\",\n            \"id\": \"39120001KULK7200U106\",\n            \"attributes\": {\n                \"lei\": \"39120001KULK7200U106\",\n                \"name\": \"Bundesanzeiger Verlag GmbH\",\n                \"marketingName\": \"Bundesanzeiger Verlag\",\n                \"website\": \"https://www.leireg.de/de/\",\n                \"accreditationDate\": \"2017-02-22T00:00:00+00:00\"\n            },\n            \"relationships\": {\n                \"jurisdictions\": {\n                    \"links\": {\"related\": \"https://api.gleif.org/api/v1/lei-issuers/39120001KULK7200U106/jurisdictions\"}\n                }\n            },\n            \"links\": {\"self\": \"https://api.gleif.org/api/v1/lei-issuers/39120001KULK7200U106\"}\n        },\n        {\n            \"type\": \"lei-issuers\",\n            \"id\": \"52990034RLKT0WSOAM90\",\n            \"attributes\": {\n                \"lei\": \"52990034RLKT0WSOAM90\",\n                \"name\": \"GS1 AISBL\",\n                \"marketingName\": \"GS1\",\n                \"website\": \"https://www.lei.direct/\",\n                \"accreditationDate\": \"2017-02-22T00:00:00+00:00\"\n            },\n            \"relationships\": {\n                \"jurisdictions\": {\n                    \"links\": {\"related\": \"https://api.gleif.org/api/v1/lei-issuers/52990034RLKT0WSOAM90/jurisdictions\"}\n                }\n            },\n            \"links\": {\"self\": \"https://api.gleif.org/api/v1/lei-issuers/52990034RLKT0WSOAM90\"}\n        },\n        {\n            \"type\": \"lei-issuers\",\n            \"id\": \"029200067A7K6CH0H586\",\n            \"attributes\": {\n                \"lei\": \"029200067A7K6CH0H586\",\n                \"name\": \"Central Securities Clearing System PLC\",\n                \"marketingName\": \"Central Securities Clearing System plc of Nigeria\",\n                \"website\": \"https://lei.cscs.ng/cscslei/cscs-lei.php\",\n                \"accreditationDate\": \"2018-01-30T00:00:00+00:00\"\n            },\n            \"relationships\": {\n                \"jurisdictions\": {\n                    \"links\": {\"related\": \"https://api.gleif.org/api/v1/lei-issuers/029200067A7K6CH0H586/jurisdictions\"}\n                }\n            },\n            \"links\": {\"self\": \"https://api.gleif.org/api/v1/lei-issuers/029200067A7K6CH0H586\"}\n        },\n        {\n            \"type\": \"lei-issuers\",\n            \"id\": \"315700LK78Z7C0WMIL03\",\n            \"attributes\": {\n                \"lei\": \"315700LK78Z7C0WMIL03\",\n                \"name\": \"Centrální Depozitář Cenných Papírů, a.s.\",\n                \"marketingName\": \"CSD Prague\",\n                \"website\": \"https://www.cdcp.cz/index.php/en/lei-pre-lei-legal-entity-identifier\",\n                \"accreditationDate\": \"2017-12-01T00:00:00+00:00\"\n            },\n            \"relationships\": {\n                \"jurisdictions\": {\n                    \"links\": {\"related\": \"https://api.gleif.org/api/v1/lei-issuers/315700LK78Z7C0WMIL03/jurisdictions\"}\n                }\n            },\n            \"links\": {\"self\": \"https://api.gleif.org/api/v1/lei-issuers/315700LK78Z7C0WMIL03\"}\n        },\n        {\n            \"type\": \"lei-issuers\",\n            \"id\": \"097900BEFH0000000217\",\n            \"attributes\": {\n                \"lei\": \"097900BEFH0000000217\",\n                \"name\": \"Centrálny depozitár cenných papierov SR\",\n                \"marketingName\": \"CSD Slovakia\",\n                \"website\": \"https://www.cdcp.sk/en/lei/\",\n                \"accreditationDate\": \"2018-01-30T00:00:00+00:00\"\n            },\n            \"relationships\": {\n                \"jurisdictions\": {\n                    \"links\": {\"related\": \"https://api.gleif.org/api/v1/lei-issuers/097900BEFH0000000217/jurisdictions\"}\n                }\n            },\n            \"links\": {\"self\": \"https://api.gleif.org/api/v1/lei-issuers/097900BEFH0000000217\"}\n        },\n        {\n            \"type\": \"lei-issuers\",\n            \"id\": \"300300KDIZ11PV2GH547\",\n            \"attributes\": {\n                \"lei\": \"300300KDIZ11PV2GH547\",\n                \"name\": \"全国金融标准化技术委员会\",\n                \"marketingName\": \"China Financial Standardization Technical Committee\",\n                \"website\": \"http://www.leichina.org/cei/index.html\",\n                \"accreditationDate\": \"2017-12-08T00:00:00+00:00\"\n            },\n            \"relationships\": {\n                \"jurisdictions\": {\n                    \"links\": {\"related\": \"https://api.gleif.org/api/v1/lei-issuers/300300KDIZ11PV2GH547/jurisdictions\"}\n                }\n            },\n            \"links\": {\"self\": \"https://api.gleif.org/api/v1/lei-issuers/300300KDIZ11PV2GH547\"}\n        },\n        {\n            \"type\": \"lei-issuers\",\n            \"id\": \"529900F6BNUR3RJ2WH29\",\n            \"attributes\": {\n                \"lei\": \"529900F6BNUR3RJ2WH29\",\n                \"name\": \"EQS Group AG\",\n                \"marketingName\": \"EQS\",\n                \"website\": \"https://www.lei-manager.com/\",\n                \"accreditationDate\": \"2017-09-26T00:00:00+00:00\"\n            },\n            \"relationships\": {\n                \"jurisdictions\": {\n                    \"links\": {\"related\": \"https://api.gleif.org/api/v1/lei-issuers/529900F6BNUR3RJ2WH29/jurisdictions\"}\n                }\n            },\n            \"links\": {\"self\": \"https://api.gleif.org/api/v1/lei-issuers/529900F6BNUR3RJ2WH29\"}\n        },\n        {\n            \"type\": \"lei-issuers\",\n            \"id\": \"743700OO8O2N3TQKJC81\",\n            \"attributes\": {\n                \"lei\": \"743700OO8O2N3TQKJC81\",\n                \"name\": \"Patentti- ja Rekisterihallitus\",\n                \"marketingName\": \"Finnish Patent and Registration Office (PRH)\",\n                \"website\": \"https://www.prh.fi/en/leicodes.html\",\n                \"accreditationDate\": \"2018-01-30T00:00:00+00:00\"\n            },\n            \"relationships\": {\n                \"jurisdictions\": {\n                    \"links\": {\"related\": \"https://api.gleif.org/api/v1/lei-issuers/743700OO8O2N3TQKJC81/jurisdictions\"}\n                }\n            },\n            \"links\": {\"self\": \"https://api.gleif.org/api/v1/lei-issuers/743700OO8O2N3TQKJC81\"}\n        },\n        {\n            \"type\": \"lei-issuers\",\n            \"id\": \"5299000J2N45DDNE4Y28\",\n            \"attributes\": {\n                \"lei\": \"5299000J2N45DDNE4Y28\",\n                \"name\": \"Herausgebergemeinschaft Wertpapier-Mitteilungen Keppler, Lehmann GmbH & Co. KG\",\n                \"marketingName\": \"WM Datenservice\",\n                \"website\": \"https://www.wm-leiportal.org/\",\n                \"accreditationDate\": \"2017-04-13T00:00:00+00:00\"\n            },\n            \"relationships\": {\n                \"jurisdictions\": {\n                    \"links\": {\"related\": \"https://api.gleif.org/api/v1/lei-issuers/5299000J2N45DDNE4Y28/jurisdictions\"}\n                }\n            },\n            \"links\": {\"self\": \"https://api.gleif.org/api/v1/lei-issuers/5299000J2N45DDNE4Y28\"}\n        },\n        {\n            \"type\": \"lei-issuers\",\n            \"id\": \"959800R2X69K6Y6MX775\",\n            \"attributes\": {\n                \"lei\": \"959800R2X69K6Y6MX775\",\n                \"name\": \"Colegio de Registradores de la Propiedad, Mercantiles y Bienes Muebles de España\",\n                \"marketingName\": \"CORPME\",\n                \"website\": \"https://www.justicia.lei.registradores.org/\",\n                \"accreditationDate\": \"2018-01-30T00:00:00+00:00\"\n            },\n            \"relationships\": {\n                \"jurisdictions\": {\n                    \"links\": {\"related\": \"https://api.gleif.org/api/v1/lei-issuers/959800R2X69K6Y6MX775/jurisdictions\"}\n                }\n            },\n            \"links\": {\"self\": \"https://api.gleif.org/api/v1/lei-issuers/959800R2X69K6Y6MX775\"}\n        },\n        {\n            \"type\": \"lei-issuers\",\n            \"id\": \"254900LXHEVKYGERER05\",\n            \"attributes\": {\n                \"lei\": \"254900LXHEVKYGERER05\",\n                \"name\": \"Depozitarul Central SA\",\n                \"marketingName\": \"Depozitarul Central, Romania\",\n                \"website\": \"https://lei.roclear.ro/\",\n                \"accreditationDate\": \"2018-12-06T00:00:00+00:00\"\n            },\n            \"relationships\": {\n                \"jurisdictions\": {\n                    \"links\": {\"related\": \"https://api.gleif.org/api/v1/lei-issuers/254900LXHEVKYGERER05/jurisdictions\"}\n                }\n            },\n            \"links\": {\"self\": \"https://api.gleif.org/api/v1/lei-issuers/254900LXHEVKYGERER05\"}\n        },\n        {\n            \"type\": \"lei-issuers\",\n            \"id\": \"506700LOLO7M6V0E4247\",\n            \"attributes\": {\n                \"lei\": \"506700LOLO7M6V0E4247\",\n                \"name\": \"Office Fédéral de la Statistique (OFS), LEI-Suisse\",\n                \"marketingName\": \"Federal Statistical Office\",\n                \"website\": \"https://www.lei.admin.ch\",\n                \"accreditationDate\": \"2017-12-01T00:00:00+00:00\"\n            },\n            \"relationships\": {\n                \"jurisdictions\": {\n                    \"links\": {\"related\": \"https://api.gleif.org/api/v1/lei-issuers/506700LOLO7M6V0E4247/jurisdictions\"}\n                }\n            },\n            \"links\": {\"self\": \"https://api.gleif.org/api/v1/lei-issuers/506700LOLO7M6V0E4247\"}\n        },\n        {\n            \"type\": \"lei-issuers\",\n            \"id\": \"EVK05KS7XY1DEII3R011\",\n            \"attributes\": {\n                \"lei\": \"EVK05KS7XY1DEII3R011\",\n                \"name\": \"Business Entity Data B.V.\",\n                \"marketingName\": \"GMEI Utility a service of BED B.V.\",\n                \"website\": \"https://www.gmeiutility.org/\",\n                \"accreditationDate\": \"2017-03-13T00:00:00+00:00\"\n            },\n            \"relationships\": {\n                \"jurisdictions\": {\n                    \"links\": {\"related\": \"https://api.gleif.org/api/v1/lei-issuers/EVK05KS7XY1DEII3R011/jurisdictions\"}\n                }\n            },\n            \"links\": {\"self\": \"https://api.gleif.org/api/v1/lei-issuers/EVK05KS7XY1DEII3R011\"}\n        },\n        {\n            \"type\": \"lei-issuers\",\n            \"id\": \"969500Q2MA9VBQ8BG884\",\n            \"attributes\": {\n                \"lei\": \"969500Q2MA9VBQ8BG884\",\n                \"name\": \"INSTITUT NATIONAL DE LA STATISTIQUE ET DES ETUDES ECONOMIQUES\",\n                \"marketingName\": \"Insee\",\n                \"website\": \"https://lei-france.insee.fr/index\",\n                \"accreditationDate\": \"2018-01-30T00:00:00+00:00\"\n            },\n            \"relationships\": {\n                \"jurisdictions\": {\n                    \"links\": {\"related\": \"https://api.gleif.org/api/v1/lei-issuers/969500Q2MA9VBQ8BG884/jurisdictions\"}\n                }\n            },\n            \"links\": {\"self\": \"https://api.gleif.org/api/v1/lei-issuers/969500Q2MA9VBQ8BG884\"}\n        },\n        {\n            \"type\": \"lei-issuers\",\n            \"id\": \"815600EAD78C57FCE690\",\n            \"attributes\": {\n                \"lei\": \"815600EAD78C57FCE690\",\n                \"name\": \"INFOCAMERE - SOCIETA' CONSORTILE DI INFORMATICA DELLE CAMERE DI COMMERCIO ITALIANE PER AZIONI\",\n                \"marketingName\": \"InfoCamere\",\n                \"website\": \"https://lei-italy.infocamere.it/leii/Home.action\",\n                \"accreditationDate\": \"2017-12-08T00:00:00+00:00\"\n            },\n            \"relationships\": {\n                \"jurisdictions\": {\n                    \"links\": {\"related\": \"https://api.gleif.org/api/v1/lei-issuers/815600EAD78C57FCE690/jurisdictions\"}\n                }\n            },\n            \"links\": {\"self\": \"https://api.gleif.org/api/v1/lei-issuers/815600EAD78C57FCE690\"}\n        },\n        {\n            \"type\": \"lei-issuers\",\n            \"id\": \"353800279ADEFGKNTV65\",\n            \"attributes\": {\n                \"lei\": \"353800279ADEFGKNTV65\",\n                \"name\": \"株式会社東京証券取引所\",\n                \"marketingName\": \"Japan Exchange Group/ Tokyo Stock Exchange (JPX/TSE)\",\n                \"website\": \"https://www.jpx.co.jp/lei/en/index.html\",\n                \"accreditationDate\": \"2017-07-21T00:00:00+00:00\"\n            },\n            \"relationships\": {\n                \"jurisdictions\": {\n                    \"links\": {\"related\": \"https://api.gleif.org/api/v1/lei-issuers/353800279ADEFGKNTV65/jurisdictions\"}\n                }\n            },\n            \"links\": {\"self\": \"https://api.gleif.org/api/v1/lei-issuers/353800279ADEFGKNTV65\"}\n        },\n        {\n            \"type\": \"lei-issuers\",\n            \"id\": \"529900T8BM49AURSDO55\",\n            \"attributes\": {\n                \"lei\": \"529900T8BM49AURSDO55\",\n                \"name\": \"Ubisecure Oy\",\n                \"marketingName\": \"RapidLEI\",\n                \"website\": \"https://www.rapidlei.com\",\n                \"accreditationDate\": \"2018-04-03T00:00:00+00:00\"\n            },\n            \"relationships\": {\n                \"jurisdictions\": {\n                    \"links\": {\"related\": \"https://api.gleif.org/api/v1/lei-issuers/529900T8BM49AURSDO55/jurisdictions\"}\n                }\n            },\n            \"links\": {\"self\": \"https://api.gleif.org/api/v1/lei-issuers/529900T8BM49AURSDO55\"}\n        },\n        {\n            \"type\": \"lei-issuers\",\n            \"id\": \"4469000001AVO26P9X86\",\n            \"attributes\": {\n                \"lei\": \"4469000001AVO26P9X86\",\n                \"name\": \"ASOCIACION MEXICANA DE ESTANDARES PARA EL COMERCIO ELECTRONICO AC\",\n                \"marketingName\": \"GS1 Mexico\",\n                \"website\": \"https://lei.gs1mexico.org\",\n                \"accreditationDate\": \"2016-12-21T00:00:00+00:00\"\n            },\n            \"relationships\": {\n                \"jurisdictions\": {\n                    \"links\": {\"related\": \"https://api.gleif.org/api/v1/lei-issuers/4469000001AVO26P9X86/jurisdictions\"}\n                }\n            },\n            \"links\": {\"self\": \"https://api.gleif.org/api/v1/lei-issuers/4469000001AVO26P9X86\"}\n        },\n        {\n            \"type\": \"lei-issuers\",\n            \"id\": \"48510000JZ17NWGUA510\",\n            \"attributes\": {\n                \"lei\": \"48510000JZ17NWGUA510\",\n                \"name\": \"KDD - Centralna klirinško depotna družba delniška družba\",\n                \"marketingName\": \"Central Securities Clearing Corporation, Slovenia\",\n                \"website\": \"https://storitve.kdd.si/lei/\",\n                \"accreditationDate\": \"2017-12-21T00:00:00+00:00\"\n            },\n            \"relationships\": {\n                \"jurisdictions\": {\n                    \"links\": {\"related\": \"https://api.gleif.org/api/v1/lei-issuers/48510000JZ17NWGUA510/jurisdictions\"}\n                }\n            },\n            \"links\": {\"self\": \"https://api.gleif.org/api/v1/lei-issuers/48510000JZ17NWGUA510\"}\n        },\n        {\n            \"type\": \"lei-issuers\",\n            \"id\": \"9884008RRMX1X5HV6625\",\n            \"attributes\": {\n                \"lei\": \"9884008RRMX1X5HV6625\",\n                \"name\": \"한국예탁결제원\",\n                \"marketingName\": \"KSD\",\n                \"website\": \"https://lei-k.com\",\n                \"accreditationDate\": \"2017-10-05T00:00:00+00:00\"\n            },\n            \"relationships\": {\n                \"jurisdictions\": {\n                    \"links\": {\"related\": \"https://api.gleif.org/api/v1/lei-issuers/9884008RRMX1X5HV6625/jurisdictions\"}\n                }\n            },\n            \"links\": {\"self\": \"https://api.gleif.org/api/v1/lei-issuers/9884008RRMX1X5HV6625\"}\n        },\n        {\n            \"type\": \"lei-issuers\",\n            \"id\": \"724500A93Z8V1MJK5349\",\n            \"attributes\": {\n                \"lei\": \"724500A93Z8V1MJK5349\",\n                \"name\": \"Kamer van Koophandel\",\n                \"marketingName\": \"KvK; Netherlands Chamber of Commerce\",\n                \"website\": \"https://www.kvk.nl/english/how-to-register-deregister-and-report-changes/legal-entity-identifier-lei/\",\n                \"accreditationDate\": \"2017-09-26T00:00:00+00:00\"\n            },\n            \"relationships\": {\n                \"jurisdictions\": {\n                    \"links\": {\"related\": \"https://api.gleif.org/api/v1/lei-issuers/724500A93Z8V1MJK5349/jurisdictions\"}\n                }\n            },\n            \"links\": {\"self\": \"https://api.gleif.org/api/v1/lei-issuers/724500A93Z8V1MJK5349\"}\n        },\n        {\n            \"type\": \"lei-issuers\",\n            \"id\": \"253400M18U5TB02TW421\",\n            \"attributes\": {\n                \"lei\": \"253400M18U5TB02TW421\",\n                \"name\": \"Небанковская кредитная организация акционерное общество \\\"Национальный расчетный депозитарий\",\n                \"marketingName\": \"National Settlement Depository, Russia\",\n                \"website\": \"https://www.lei-code.ru\",\n                \"accreditationDate\": \"2018-01-05T00:00:00+00:00\"\n            },\n            \"relationships\": {\n                \"jurisdictions\": {\n                    \"links\": {\"related\": \"https://api.gleif.org/api/v1/lei-issuers/253400M18U5TB02TW421/jurisdictions\"}\n                }\n            },\n            \"links\": {\"self\": \"https://api.gleif.org/api/v1/lei-issuers/253400M18U5TB02TW421\"}\n        },\n        {\n            \"type\": \"lei-issuers\",\n            \"id\": \"222100T6ICDIY8V4VX70\",\n            \"attributes\": {\n                \"lei\": \"222100T6ICDIY8V4VX70\",\n                \"name\": \"LuxCSD S. A.\",\n                \"marketingName\": \"LuxCSD\",\n                \"website\": \"http://www.luxcsd.com/luxcsd-en/products-and-services/luxembourg-lei-service\",\n                \"accreditationDate\": \"2018-01-30T00:00:00+00:00\"\n            },\n            \"relationships\": {\n                \"jurisdictions\": {\n                    \"links\": {\"related\": \"https://api.gleif.org/api/v1/lei-issuers/222100T6ICDIY8V4VX70/jurisdictions\"}\n                }\n            },\n            \"links\": {\"self\": \"https://api.gleif.org/api/v1/lei-issuers/222100T6ICDIY8V4VX70\"}\n        },\n        {\n            \"type\": \"lei-issuers\",\n            \"id\": \"213800WAVVOPS85N2205\",\n            \"attributes\": {\n                \"lei\": \"213800WAVVOPS85N2205\",\n                \"name\": \"London Stock Exchange LEI Limited\",\n                \"marketingName\": \"London Stock Exchange\",\n                \"website\": \"https://www.lseg.com/LEI\",\n                \"accreditationDate\": \"2017-11-06T00:00:00+00:00\"\n            },\n            \"relationships\": {\n                \"jurisdictions\": {\n                    \"links\": {\"related\": \"https://api.gleif.org/api/v1/lei-issuers/213800WAVVOPS85N2205/jurisdictions\"}\n                }\n            },\n            \"links\": {\"self\": \"https://api.gleif.org/api/v1/lei-issuers/213800WAVVOPS85N2205\"}\n        },\n        {\n            \"type\": \"lei-issuers\",\n            \"id\": \"7478000050A040C0D041\",\n            \"attributes\": {\n                \"lei\": \"7478000050A040C0D041\",\n                \"name\": \"Zagrebačka burza d.d.\",\n                \"marketingName\": \"Zagreb Stock Exchange, ZSE\",\n                \"website\": \"http://lei.zse.hr/\",\n                \"accreditationDate\": \"2017-12-18T00:00:00+00:00\"\n            },\n            \"relationships\": {\n                \"jurisdictions\": {\n                    \"links\": {\"related\": \"https://api.gleif.org/api/v1/lei-issuers/7478000050A040C0D041/jurisdictions\"}\n                }\n            },\n            \"links\": {\"self\": \"https://api.gleif.org/api/v1/lei-issuers/7478000050A040C0D041\"}\n        },\n        {\n            \"type\": \"lei-issuers\",\n            \"id\": \"378900F4A0A690EA6735\",\n            \"attributes\": {\n                \"lei\": \"378900F4A0A690EA6735\",\n                \"name\": \"Strate (Pty) Ltd\",\n                \"marketingName\": \"Strate\",\n                \"website\": \"https://www.lei-strate.co.za/\",\n                \"accreditationDate\": \"2018-01-30T00:00:00+00:00\"\n            },\n            \"relationships\": {\n                \"jurisdictions\": {\n                    \"links\": {\"related\": \"https://api.gleif.org/api/v1/lei-issuers/378900F4A0A690EA6735/jurisdictions\"}\n                }\n            },\n            \"links\": {\"self\": \"https://api.gleif.org/api/v1/lei-issuers/378900F4A0A690EA6735\"}\n        },\n        {\n            \"type\": \"lei-issuers\",\n            \"id\": \"558600FNC30A8J9EGQ54\",\n            \"attributes\": {\n                \"lei\": \"558600FNC30A8J9EGQ54\",\n                \"name\": \"Saudi Credit Bureau\",\n                \"marketingName\": \"SACB/Moa'rif\",\n                \"website\": \"http://www.leiarabia.com/\",\n                \"accreditationDate\": \"2017-09-26T00:00:00+00:00\"\n            },\n            \"relationships\": {\n                \"jurisdictions\": {\n                    \"links\": {\"related\": \"https://api.gleif.org/api/v1/lei-issuers/558600FNC30A8J9EGQ54/jurisdictions\"}\n                }\n            },\n            \"links\": {\"self\": \"https://api.gleif.org/api/v1/lei-issuers/558600FNC30A8J9EGQ54\"}\n        },\n        {\n            \"type\": \"lei-issuers\",\n            \"id\": \"789000TVSB96MCOKSB52\",\n            \"attributes\": {\n                \"lei\": \"789000TVSB96MCOKSB52\",\n                \"name\": \"İstanbul Takas ve Saklama Bankası Anonim Şirketi\",\n                \"marketingName\": \"Takasbank\",\n                \"website\": \"https://www.leiturkey.com\",\n                \"accreditationDate\": \"2018-01-30T00:00:00+00:00\"\n            },\n            \"relationships\": {\n                \"jurisdictions\": {\n                    \"links\": {\"related\": \"https://api.gleif.org/api/v1/lei-issuers/789000TVSB96MCOKSB52/jurisdictions\"}\n                }\n            },\n            \"links\": {\"self\": \"https://api.gleif.org/api/v1/lei-issuers/789000TVSB96MCOKSB52\"}\n        },\n        {\n            \"type\": \"lei-issuers\",\n            \"id\": \"335800FVH4MOKZS9VH40\",\n            \"attributes\": {\n                \"lei\": \"335800FVH4MOKZS9VH40\",\n                \"name\": \"Legal Entity Identifier India Limited\",\n                \"marketingName\": \"LEIL\",\n                \"website\": \"https://www.ccilindia-lei.co.in/\",\n                \"accreditationDate\": \"2016-12-21T00:00:00+00:00\"\n            },\n            \"relationships\": {\n                \"jurisdictions\": {\n                    \"links\": {\"related\": \"https://api.gleif.org/api/v1/lei-issuers/335800FVH4MOKZS9VH40/jurisdictions\"}\n                }\n            },\n            \"links\": {\"self\": \"https://api.gleif.org/api/v1/lei-issuers/335800FVH4MOKZS9VH40\"}\n        }\n    ]\n}"}],"_postman_id":"d9535d43-d08c-4811-91b3-500c3a665280"},{"name":"LEI Issuer By ID","id":"aac9be88-a58a-4e9e-a527-3c323c4cc968","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>The 'vnd.api+json' media type specifies that the API client will only accept a JSON-formatted response body that conforms to the JSON API specification. More details can be found at <a href=\"https://www.iana.org/assignments/media-types/application/vnd.api+json\">https://www.iana.org/assignments/media-types/application/vnd.api+json</a></p>\n","key":"Accept","value":"application/vnd.api+json"}],"url":"https://api.gleif.org/api/v1/lei-issuers/:id","description":"<p>Retrieve one specific LEI Issuer by its identifier (the organization's LEI).</p>\n","urlObject":{"protocol":"https","path":["api","v1","lei-issuers",":id"],"host":["api","gleif","org"],"query":[],"variable":[{"id":"6aa4e2f3-81e4-4647-9eae-cd9ae712f7db","description":{"content":"<p>The identifier for retrieving an LEI Issuer is the LEI of the Legal Entity of the LEI Issuer.</p>\n","type":"text/plain"},"type":"string","value":"259400L3KBYEVNHEJF55","key":"id"}]}},"response":[{"id":"5f171d44-21e4-481e-8bb2-19d7674cbce7","name":"Succesful Request with HTTP Response Code 200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":{"raw":"https://api.gleif.org/api/v1/lei-issuers/:id","protocol":"https","host":["api","gleif","org"],"path":["api","v1","lei-issuers",":id"],"variable":[{"key":"id","value":"259400L3KBYEVNHEJF55"}]},"description":"Retrieve one specific LEI Issuer by its identifier (the organization's LEI).\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"lei-issuers\",\n        \"id\": \"259400L3KBYEVNHEJF55\",\n        \"attributes\": {\n            \"lei\": \"259400L3KBYEVNHEJF55\",\n            \"name\": \"Krajowy Depozyt Papierów Wartościowych S.A.\",\n            \"marketingName\": \"KDPW\",\n            \"website\": \"https://lei.kdpw.pl/\",\n            \"accreditationDate\": \"2016-12-21T00:00:00+00:00\"\n        },\n        \"relationships\": {\n            \"jurisdictions\": {\n                \"links\": {\n                    \"related\": \"https://api.gleif.org/api/v1/lei-issuers/259400L3KBYEVNHEJF55/jurisdictions\"\n                }\n            }\n        },\n        \"links\": {\n            \"self\": \"https://api.gleif.org/api/v1/lei-issuers/259400L3KBYEVNHEJF55\"\n        }\n    }\n}"}],"_postman_id":"aac9be88-a58a-4e9e-a527-3c323c4cc968"},{"name":"LEI Issuers Jurisdiction By ID","id":"49932329-bd19-406c-bf97-96d286ea3652","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","description":"<p>The 'vnd.api+json' media type specifies that the API client will only accept a JSON-formatted response body that conforms to the JSON API specification. More details can be found at <a href=\"https://www.iana.org/assignments/media-types/application/vnd.api+json\">https://www.iana.org/assignments/media-types/application/vnd.api+json</a></p>\n"}],"url":"https://api.gleif.org/api/v1/lei-issuers/:id/jurisdictions","description":"<p>Retrieve all jurisdictions for which the LEI Issuer is accredited.</p>\n","urlObject":{"protocol":"https","path":["api","v1","lei-issuers",":id","jurisdictions"],"host":["api","gleif","org"],"query":[],"variable":[{"id":"f452ecbc-f5c0-4ab5-96b5-1a2efebe0f17","description":{"content":"<p>The identifier for retrieving jurisdictions for which the LEI Issuer is accredited is the LEI of the Legal Entity of the LEI Issuer.</p>\n","type":"text/plain"},"type":"string","value":"259400L3KBYEVNHEJF55","key":"id"}]}},"response":[{"id":"8c7c2251-86bc-489b-9261-d71445b1c337","name":"Succesful Request with HTTP Response Code 200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":{"raw":"https://api.gleif.org/api/v1/lei-issuers/:id/jurisdictions","protocol":"https","host":["api","gleif","org"],"path":["api","v1","lei-issuers",":id","jurisdictions"],"variable":[{"key":"id","value":"259400L3KBYEVNHEJF55"}]},"description":"Retrieve all jurisdictions for which the LEI Issuer is accredited.\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"pagination\": {\n            \"currentPage\": 1,\n            \"perPage\": 300,\n            \"from\": 1,\n            \"to\": 1,\n            \"total\": 1,\n            \"lastPage\": 1\n        }\n    },\n    \"links\": {\n        \"first\": \"http://10.138.0.131:8090/api/v1/lei-issuers/335800FVH4MOKZS9VH40/jurisdictions?page%5Bnumber%5D=1&page%5Bsize%5D=300\",\n        \"last\": \"http://10.138.0.131:8090/api/v1/lei-issuers/335800FVH4MOKZS9VH40/jurisdictions?page%5Bnumber%5D=1&page%5Bsize%5D=300\"\n    },\n    \"data\": [\n        {\n            \"type\": \"lei-issuer-accredited-jurisdictions\",\n            \"id\": \"103358-5b48c4650293b3.41161729\",\n            \"attributes\": {\n                \"countryCode\": \"IN\",\n                \"accreditedAs\": \"FULLY\\\\/PARTIALLY CORROBORATED\",\n                \"startDate\": \"2017-01-04T00:00:00+00:00\",\n                \"endDate\": null\n            }\n        }\n    ]\n}"}],"_postman_id":"49932329-bd19-406c-bf97-96d286ea3652"}],"id":"47aeaef6-5b00-4432-a870-427273175b52","description":"<p>LEI issuers – also referred to as Local Operating Units (LOUs) – supply registration, renewal and other services, and act as the primary interface for legal entities wishing to obtain an LEI.</p>\n","event":[{"listen":"prerequest","script":{"id":"3fbdf11f-25ca-4b2d-987f-e75524c77d7f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ab8d6a20-a832-4196-92f1-c4b1ae3b24f0","type":"text/javascript","exec":[""]}}],"_postman_id":"47aeaef6-5b00-4432-a870-427273175b52"},{"name":"vlei-issuers","item":[{"name":"vLEI Issuers","id":"0234e732-c35b-4ca0-8124-beed42a69568","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","description":"<p>The 'vnd.api+json' media type specifies that the API client will only accept a JSON-formatted response body that conforms to the JSON API specification. More details can be found at <a href=\"https://www.iana.org/assignments/media-types/application/vnd.api+json\">https://www.iana.org/assignments/media-types/application/vnd.api+json</a></p>\n"}],"url":"https://api.gleif.org/api/v1/vlei-issuers","description":"<p>Retrieve all qualified vLEI Issuers along with the following attributes:</p>\n<ul>\n<li><p><strong>lei</strong>: The LEI code of the qualified vLEI Issuer.</p>\n</li>\n<li><p><strong>name</strong>: The legal name of the qualified vLEI Issuer.</p>\n</li>\n<li><p><strong>marketingName</strong>: The marketing name of the qualified vLEI Issuer.</p>\n</li>\n<li><p><strong>website</strong>: The website of the qualified vLEI Issuer.</p>\n</li>\n<li><p><strong>qualificationDate</strong>: The date the candidate vLEI Issuer was qualified by GLEIF, officially conforming as a qualified vLEI Issuer.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","v1","vlei-issuers"],"host":["api","gleif","org"],"query":[],"variable":[]}},"response":[{"id":"cb285789-0440-458f-bf50-ec3a2141446c","name":"Succesful Request with HTTP Response Code 200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","description":"The 'vnd.api+json' media type specifies that the API client will only accept a JSON-formatted response body that conforms to the JSON API specification. More details can be found at: https://www.iana.org/assignments/media-types/application/vnd.api+json"}],"url":"https://api.gleif.org/api/v1/vlei-issuers"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"type\": \"vlei-issuers\",\n            \"id\": \"549300O897ZC5H7CY412\",\n            \"attributes\": {\n                \"lei\": \"549300O897ZC5H7CY412\",\n                \"name\": \"Nordic Legal Entity Identifier AB\",\n                \"website\": \"https://www.nordvlei.com/\",\n                \"marketingName\": \"Nord vLEI\",\n                \"qualificationDate\": \"2024-03-21T00:00:00+00:00\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/vlei-issuers/549300O897ZC5H7CY412\"\n            }\n        },\n        {\n            \"type\": \"vlei-issuers\",\n            \"id\": \"984500983AD71E4FBC41\",\n            \"attributes\": {\n                \"lei\": \"984500983AD71E4FBC41\",\n                \"name\": \"Provenant Inc.\",\n                \"website\": \"provenant.net\",\n                \"marketingName\": \"Provenant\",\n                \"qualificationDate\": \"2022-12-08T00:00:00+00:00\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/vlei-issuers/984500983AD71E4FBC41\"\n            }\n        }\n    ]\n}"}],"_postman_id":"0234e732-c35b-4ca0-8124-beed42a69568"},{"name":"vLEI Issuers By ID","id":"7254542d-770f-48a1-9e17-9b88a4d2f811","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","description":"<p>The 'vnd.api+json' media type specifies that the API client will only accept a JSON-formatted response body that conforms to the JSON API specification. More details can be found at <a href=\"https://www.iana.org/assignments/media-types/application/vnd.api+json\">https://www.iana.org/assignments/media-types/application/vnd.api+json</a></p>\n"}],"url":"https://api.gleif.org/api/v1/vlei-issuers/:id","description":"<p>Retrieve one specific vLEI Issuer by its identifier (the qualified vLEI organization's LEI) along with the following attributes:</p>\n<ul>\n<li><p><strong>lei</strong>: The LEI code of the qualified vLEI Issuer.</p>\n</li>\n<li><p><strong>name</strong>: The legal name of the qualified vLEI Issuer.</p>\n</li>\n<li><p><strong>marketingName</strong>: The marketing name of the qualified vLEI Issuer.</p>\n</li>\n<li><p><strong>website</strong>: The website of the qualified vLEI Issuer.</p>\n</li>\n<li><p><strong>qualificationDate</strong>: The date the candidate vLEI Issuer was qualified by GLEIF, officially conforming as a qualified vLEI Issuer.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","v1","vlei-issuers",":id"],"host":["api","gleif","org"],"query":[],"variable":[{"id":"e13dea94-284a-40d5-bf28-354ff52ed064","description":{"content":"<p> The identifier for retrieving the vLEI Issuer.</p>\n","type":"text/plain"},"type":"any","value":"549300O897ZC5H7CY412","key":"id"}]}},"response":[{"id":"811312a6-6872-4f03-97bb-eb7abae8aeca","name":"Succesful Request with HTTP Response Code 200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","description":"The 'vnd.api+json' media type specifies that the API client will only accept a JSON-formatted response body that conforms to the JSON API specification. More details can be found at https://www.iana.org/assignments/media-types/application/vnd.api+json"}],"url":{"raw":"https://api.gleif.org/api/v1/vlei-issuers/:id","protocol":"https","host":["api","gleif","org"],"path":["api","v1","vlei-issuers",":id"],"variable":[{"key":"id","value":"549300O897ZC5H7CY412","description":" The identifier for retrieving the vLEI Issuer."}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"vlei-issuers\",\n        \"id\": \"549300O897ZC5H7CY412\",\n        \"attributes\": {\n            \"lei\": \"549300O897ZC5H7CY412\",\n            \"name\": \"Nordic Legal Entity Identifier AB\",\n            \"website\": \"https://www.nordvlei.com/\",\n            \"marketingName\": \"Nord vLEI\",\n            \"qualificationDate\": \"2024-03-21T00:00:00+00:00\"\n        },\n        \"links\": {\n            \"self\": \"https://api.gleif.org/api/v1/vlei-issuers/549300O897ZC5H7CY412\"\n        }\n    }\n}"}],"_postman_id":"7254542d-770f-48a1-9e17-9b88a4d2f811"}],"id":"c906c788-cea9-44ca-8747-e8c2b4344ee8","description":"<p>vLEI Issuers – also referred to as Qualified vLEI Issuing Organizations (QVIs) – supply issuance and revocation services for vLEIs and act as the primary interface for legal entities wishing to obtain vLEI Credentials.</p>\n<p>Only organizations duly qualified by the Global Legal Entity Identifier Foundation (GLEIF) are authorized to issue and revoke vLEI Credentials.</p>\n","_postman_id":"c906c788-cea9-44ca-8747-e8c2b4344ee8"},{"name":"fuzzycompletions","item":[{"name":"Fuzzy Completions (Approximate Match)","id":"4731c42f-9f0a-4e2b-bf77-ab6894fadc96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>The 'vnd.api+json' media type specifies that the API client will only accept a JSON-formatted response body that conforms to the JSON API specification. More details can be found at <a href=\"https://www.iana.org/assignments/media-types/application/vnd.api+json\">https://www.iana.org/assignments/media-types/application/vnd.api+json</a></p>\n","key":"Accept","value":"application/vnd.api+json"}],"url":"https://api.gleif.org/api/v1/fuzzycompletions?field=entity.legalName&q=factbook","description":"<p>Get a list of approximate matches, built off of the supplied search term, as compared with the full text of LEI records.</p>\n<ul>\n<li><strong>NOTE:</strong> the <code>filter</code> and <code>q</code> parameters are <strong>both mandatory</strong> for this endpoint.</li>\n<li>The <code>q</code> parameter containing the search term can only hold up to <strong>255 characters, maximum</strong>.</li>\n<li>Responses can contain references to LEI Records that contain possibly relevant strings that are similar to the search term.</li>\n<li>The following parameters can be used:</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter Value</th>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>entity.legalName</td>\n<td>Legal Entity's (official, registered) Legal Name</td>\n<td>Search only in the primary, official/registered legal name of the Legel Entity itself</td>\n</tr>\n<tr>\n<td>fulltext</td>\n<td>Full Text of LEI Record</td>\n<td>Search in all fields of the Legal Entity's LEI Record</td>\n</tr>\n<tr>\n<td>owns</td>\n<td>Who owns...?</td>\n<td>Search in LEI Records of \"child\" LEI Records</td>\n</tr>\n<tr>\n<td>ownedBy</td>\n<td>Who is owned by...?</td>\n<td>Search in LEI Records of \"parent\" LEI Records</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v1","fuzzycompletions"],"host":["api","gleif","org"],"query":[{"description":{"content":"<p>The following fields are supported: 'entity.legalName', 'fulltext', 'owns', 'ownedBy'.</p>\n","type":"text/plain"},"key":"field","value":"entity.legalName"},{"description":{"content":"<p>The 'q' parameter contains the search term for matching LEI Records containing possibly relevant strings.</p>\n","type":"text/plain"},"key":"q","value":"factbook"}],"variable":[]}},"response":[{"id":"828f7fd7-e5c5-4ed1-b42f-81d9197b8b4f","name":"Succesful Request with HTTP Response Code 200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":{"raw":"https://api.gleif.org/api/v1/fuzzycompletions?field=fulltext&q=factbook","protocol":"https","host":["api","gleif","org"],"path":["api","v1","fuzzycompletions"],"query":[{"key":"field","value":"fulltext"},{"key":"q","value":"factbook"}]},"description":"Get a list of approximate matches, built off of the supplied search term, as compared with the full text of LEI records."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"type\": \"fuzzycompletions\",\n            \"attributes\": {\n                \"value\": \"Facebook, Inc.\"\n            },\n            \"relationships\": {\n                \"lei-records\": {\n                    \"data\": {\n                        \"type\": \"lei-records\",\n                        \"id\": \"BQ4BKCS1HXDV9HN80Z93\"\n                    },\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/BQ4BKCS1HXDV9HN80Z93\"\n                    }\n                }\n            }\n        }\n    ]\n}"},{"id":"e9364edb-ac2f-47f4-b2eb-67e4abd975fa","name":"Fuzzycompletions_GET","originalRequest":{"method":"GET","header":[{"description":"The 'vnd.api+json' media type specifies that the API client will only accept a JSON-formatted response body that conforms to the JSON API specification. More details can be found at https://www.iana.org/assignments/media-types/application/vnd.api+json","key":"Accept","value":"application/vnd.api+json"}],"url":{"raw":"https://api.gleif.org/api/v1/fuzzycompletions?field=entity.legalName&q=factbook","protocol":"https","host":["api","gleif","org"],"path":["api","v1","fuzzycompletions"],"query":[{"key":"field","value":"entity.legalName","description":"The following fields are supported: 'entity.legalName', 'fulltext', 'owns', 'ownedBy'."},{"key":"q","value":"factbook","description":"The 'q' parameter contains the search term for matching LEI Records containing possibly relevant strings."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"type\": \"fuzzycompletions\",\n            \"attributes\": {\n                \"value\": \"Facebook, Inc.\"\n            },\n            \"relationships\": {\n                \"lei-records\": {\n                    \"data\": {\n                        \"type\": \"lei-records\",\n                        \"id\": \"BQ4BKCS1HXDV9HN80Z93\"\n                    },\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/BQ4BKCS1HXDV9HN80Z93\"\n                    }\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"4731c42f-9f0a-4e2b-bf77-ab6894fadc96"}],"id":"ec876cae-d5eb-404d-8e50-e3de287945fc","description":"<p>Fuzzy Completions is a search tool that returns approximate results based on statistical similarity, rather than on exact matching.</p>\n","event":[{"listen":"prerequest","script":{"id":"36769698-c505-47c6-af62-db66fd9c78a4","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"8ea3ff4e-602e-4801-b8b9-cbe0457ca8e6","type":"text/javascript","exec":[""]}}],"_postman_id":"ec876cae-d5eb-404d-8e50-e3de287945fc"},{"name":"autocompletions","item":[{"name":"Auto-Completions (Suggested Search Terms)","id":"9ab340f0-44e8-47a5-89e9-4bce7d992da7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>The 'vnd.api+json' media type specifies that the API client will only accept a JSON-formatted response body that conforms to the JSON API specification. More details can be found at <a href=\"https://www.iana.org/assignments/media-types/application/vnd.api+json\">https://www.iana.org/assignments/media-types/application/vnd.api+json</a></p>\n","key":"Accept","value":"application/vnd.api+json"}],"url":"https://api.gleif.org/api/v1/autocompletions?field=fulltext&q=Global","description":"<p>Get a list of auto-completed strings built off of the supplied search term.</p>\n<ul>\n<li>This endpoint provides \"suggested search queries\" such as are typically found in search engine interfaces.</li>\n<li>The response consists of a list of possibly relevant strings that contain the supplied search term.</li>\n<li>Each possibly relevant string is provided with a highlighted version showing where the search term appears in the retrieved string.</li>\n<li><strong>NOTE:</strong> the <code>filter</code> and <code>q</code> parameters are <strong>both mandatory</strong> for this endpoint.</li>\n<li>The <code>q</code> parameter containing the search term can only hold up to <strong>255 characters, maximum</strong>.</li>\n<li>The following parameters can be used:</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter Value</th>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>fulltext</td>\n<td>Full Text of LEI Record</td>\n<td>Search in all fields of the Legal Entity's LEI Record</td>\n</tr>\n<tr>\n<td>owns</td>\n<td>Who owns...?</td>\n<td>Search in LEI Records of \"child\" LEI Records</td>\n</tr>\n<tr>\n<td>ownedBy</td>\n<td>Who is owned by...?</td>\n<td>Search in LEI Records of \"parent\" LEI Records</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","v1","autocompletions"],"host":["api","gleif","org"],"query":[{"description":{"content":"<p>The following fields are supported: 'fulltext', 'owns', 'ownedBy'.</p>\n","type":"text/plain"},"key":"field","value":"fulltext"},{"description":{"content":"<p>The 'q' parameter contains the search term for matching possibly relevant strings.</p>\n","type":"text/plain"},"key":"q","value":"Global"}],"variable":[]}},"response":[{"id":"216d2f57-329d-4519-a012-d70a5437d9c0","name":"Succesful Request with HTTP Response Code 200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":{"raw":"https://api.gleif.org/api/v1/autocompletions?field=fulltext&q=Global","protocol":"https","host":["api","gleif","org"],"path":["api","v1","autocompletions"],"query":[{"key":"field","value":"fulltext"},{"key":"q","value":"Global"}]},"description":"Get a list of auto-completed strings built off of the supplied search term, as compared with the full text of LEI records."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"type\": \"autocompletions\",\n            \"attributes\": {\n                \"value\": \"GLOBAL LEGAL ENTITY IDENTIFIER LIMITED\",\n                \"highlighting\": \"<b>GLOBAL</b> <b>LEGAL</b> <b>ENTITY</b> <b>IDENTIFIER</b> LIMITED\"\n            },\n            \"relationships\": {\n                \"lei-records\": {\n                    \"data\": {\n                        \"type\": \"lei-records\",\n                        \"id\": \"984500F7B763FH6D1710\"\n                    },\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/984500F7B763FH6D1710\"\n                    }\n                }\n            }\n        },\n        {\n            \"type\": \"autocompletions\",\n            \"attributes\": {\n                \"value\": \"Global Legal Entity Identifier Foundation\",\n                \"highlighting\": \"<b>Global</b> <b>Legal</b> <b>Entity</b> <b>Identifier</b> Foundation\"\n            },\n            \"relationships\": {\n                \"lei-records\": {\n                    \"data\": {\n                        \"type\": \"lei-records\",\n                        \"id\": \"506700GE1G29325QX363\"\n                    },\n                    \"links\": {\n                        \"related\": \"https://api.gleif.org/api/v1/lei-records/506700GE1G29325QX363\"\n                    }\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"9ab340f0-44e8-47a5-89e9-4bce7d992da7"}],"id":"34d607a2-6143-42dd-9c12-73fd3f94883c","description":"<p>Auto-Completions is a search tool that return suggestions for search terms based on their similarity to the submitted search term.</p>\n","event":[{"listen":"prerequest","script":{"id":"9afa1a29-bd56-4274-a8ad-c7f66b1d5519","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d6f3411f-835a-4be9-8dde-9ed1fc5aa0cb","type":"text/javascript","exec":[""]}}],"_postman_id":"34d607a2-6143-42dd-9c12-73fd3f94883c"},{"name":"fields","item":[{"name":"Available Data Fields for Filtering","id":"c75e575f-937e-432c-8c53-dabfcd51cd87","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","description":"<p>The 'vnd.api+json' media type specifies that the API client will only accept a JSON-formatted response body that conforms to the JSON API specification. More details can be found at <a href=\"https://www.iana.org/assignments/media-types/application/vnd.api+json\">https://www.iana.org/assignments/media-types/application/vnd.api+json</a></p>\n"}],"url":"https://api.gleif.org/api/v1/fields","description":"<p>Retrieve a list of all available data fields for filtering LEI records.</p>\n<ul>\n<li>This request will return all available LEI Data fields.</li>\n<li>Pagination parameters can be used to manage the large number of data items.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","v1","fields"],"host":["api","gleif","org"],"query":[],"variable":[]}},"response":[{"id":"f388c08d-6946-4cb0-acb6-f83ce198562a","name":"Succesful Request with HTTP Response Code 200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://api.gleif.org/api/v1/fields","description":"Retrieve a list of all available data fields for filtering LEI records.\n"},"code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"pagination\": {\n            \"currentPage\": 1,\n            \"perPage\": 500,\n            \"from\": 1,\n            \"to\": 186,\n            \"total\": 186,\n            \"lastPage\": 1\n        }\n    },\n    \"links\": {\n        \"first\": \"//api/v1/fields?page%5Bnumber%5D=1&page%5Bsize%5D=500\",\n        \"last\": \"//api/v1/fields?page%5Bnumber%5D=1&page%5Bsize%5D=500\"\n    },\n    \"data\": [\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_FULLTEXT\",\n            \"attributes\": {\n                \"field\": \"fulltext\",\n                \"label\": \"Find LEIs\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": false,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [\n                    \"FILTER_LEIREC_FULLTEXT\"\n                ],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_FULLTEXT\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_LEI\",\n            \"attributes\": {\n                \"field\": \"lei\",\n                \"label\": \"LEI Code\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [\n                    \"FILTER_LEIREC\"\n                ],\n                \"jsonPath\": \"$.lei\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_LEI\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_META_VALID_FROM\",\n            \"attributes\": {\n                \"field\": \"meta.validFrom\",\n                \"label\": \"\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": \"$.meta.validFrom\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_META_VALID_FROM\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_META_VALID_TO\",\n            \"attributes\": {\n                \"field\": \"meta.validTo\",\n                \"label\": \"\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": \"$.meta.validTo\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_META_VALID_TO\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_LEGAL_NAME\",\n            \"attributes\": {\n                \"field\": \"entity.legalName\",\n                \"label\": \"(Primary) Legal Name\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [\n                    \"FILTER_LEIREC\"\n                ],\n                \"jsonPath\": \"$.entity.legalName.name\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_LEGAL_NAME\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_LEGAL_NAME_LANGUAGE\",\n            \"attributes\": {\n                \"field\": \"entity.legalName.language\",\n                \"label\": \"Langauge of (Primary) Legal Name\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": \"$.entity.legalName.language\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_LEGAL_NAME_LANGUAGE\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_OTHER_NAME\",\n            \"attributes\": {\n                \"field\": \"entity.otherNames\",\n                \"label\": \"Other Entity Name\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": \"$.entity.otherNames[*].name\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_OTHER_NAME\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_OTHER_NAME_LANGUAGE\",\n            \"attributes\": {\n                \"field\": \"entity.otherNames.language\",\n                \"label\": \"Language of Other Entity Name\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": \"$.entity.otherNames[*].language\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_OTHER_NAME_LANGUAGE\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_OTHER_NAME_TYPE\",\n            \"attributes\": {\n                \"field\": \"entity.otherNames.type\",\n                \"label\": \"Type of Other Entity Name\",\n                \"data_type\": \"ENUM\",\n                \"enum\": [\n                    \"ALTERNATIVE_LANGUAGE_LEGAL_NAME\",\n                    \"PREVIOUS_LEGAL_NAME\",\n                    \"TRADING_OR_OPERATING_NAME\"\n                ],\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\",\n                    \"IN\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": \"$.entity.otherNames[*].type\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_OTHER_NAME_TYPE\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_TRANSLITERATED_OTHER_NAME\",\n            \"attributes\": {\n                \"field\": \"entity.transliteratedOtherNames\",\n                \"label\": \"Transliterated Other Entity Name\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": \"$.entity.transliteratedOtherNames[*].name\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_TRANSLITERATED_OTHER_NAME\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_TRANSLITERATED_OTHER_NAME_LANGUAGE\",\n            \"attributes\": {\n                \"field\": \"entity.transliteratedOtherNames.language\",\n                \"label\": \"Language of Transliterated Other Entity Name\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": \"$.entity.transliteratedOtherNames[*].language\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_TRANSLITERATED_OTHER_NAME_LANGUAGE\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_TRANSLITERATED_OTHER_NAME_TYPE\",\n            \"attributes\": {\n                \"field\": \"entity.transliteratedOtherNames.type\",\n                \"label\": \"Type of Transliterated Other Entity Name\",\n                \"data_type\": \"ENUM\",\n                \"enum\": [\n                    \"ALTERNATIVE_LANGUAGE_LEGAL_NAME\",\n                    \"PREVIOUS_LEGAL_NAME\",\n                    \"TRADING_OR_OPERATING_NAME\"\n                ],\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\",\n                    \"IN\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": \"$.entity.transliteratedOtherNames[*].type\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_TRANSLITERATED_OTHER_NAME_TYPE\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_NAMES\",\n            \"attributes\": {\n                \"field\": \"entity.names\",\n                \"label\": \"All Names\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": false,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [\n                    \"FILTER_LEIREC\"\n                ],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_NAMES\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_LEGAL_ADDRESS_LANGUAGE\",\n            \"attributes\": {\n                \"field\": \"entity.legalAddress.language\",\n                \"label\": \"Language of Legal Address\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": \"$.entity.legalAddress.language\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_LEGAL_ADDRESS_LANGUAGE\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_LEGAL_ADDRESS_LINE_1\",\n            \"attributes\": {\n                \"field\": \"entity.legalAddress.line1\",\n                \"label\": \"First Legal Address Line\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_LEGAL_ADDRESS_LINE_1\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_LEGAL_ADDRESS_LINE_2\",\n            \"attributes\": {\n                \"field\": \"entity.legalAddress.line2\",\n                \"label\": \"Additional Legal Address Line\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_LEGAL_ADDRESS_LINE_2\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_LEGAL_ADDRESS_LINE_3\",\n            \"attributes\": {\n                \"field\": \"entity.legalAddress.line3\",\n                \"label\": \"Additional Legal Address Line\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_LEGAL_ADDRESS_LINE_3\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_LEGAL_ADDRESS_LINE_4\",\n            \"attributes\": {\n                \"field\": \"entity.legalAddress.line4\",\n                \"label\": \"Additional Legal Address Line\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_LEGAL_ADDRESS_LINE_4\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_LEGAL_ADDRESS_LINES\",\n            \"attributes\": {\n                \"field\": \"entity.legalAddress.addressLines\",\n                \"label\": \"Additional Legal Address Line\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": \"$.entity.legalAddress.addressLines[*]\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_LEGAL_ADDRESS_LINES\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_LEGAL_ADDRESS_NUMBER\",\n            \"attributes\": {\n                \"field\": \"entity.legalAddress.addressNumber\",\n                \"label\": \"Legal Address Number\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": \"$.entity.legalAddress.addressNumber\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_LEGAL_ADDRESS_NUMBER\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_LEGAL_ADDRESS_NUMBER_WITHIN_BUILDING\",\n            \"attributes\": {\n                \"field\": \"entity.legalAddress.addressNumberWithinBuilding\",\n                \"label\": \"Legal Address Number within Building\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": \"$.entity.legalAddress.addressNumberWithinBuilding\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_LEGAL_ADDRESS_NUMBER_WITHIN_BUILDING\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_LEGAL_ADDRESS_MAIL_ROUTING\",\n            \"attributes\": {\n                \"field\": \"entity.legalAddress.mailRouting\",\n                \"label\": \"Legal Address Mail Routing\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": \"$.entity.legalAddress.mailRouting\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_LEGAL_ADDRESS_MAIL_ROUTING\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_LEGAL_ADDRESS_CITY\",\n            \"attributes\": {\n                \"field\": \"entity.legalAddress.city\",\n                \"label\": \"Legal Address City\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": \"$.entity.legalAddress.city\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_LEGAL_ADDRESS_CITY\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_LEGAL_ADDRESS_REGION\",\n            \"attributes\": {\n                \"field\": \"entity.legalAddress.region\",\n                \"label\": \"Legal Address Region\",\n                \"data_type\": \"RESOURCE\",\n                \"enum\": null,\n                \"resource\": \"regions\",\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\",\n                    \"IN\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": \"$.entity.legalAddress.region\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_LEGAL_ADDRESS_REGION\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_LEGAL_ADDRESS_COUNTRY\",\n            \"attributes\": {\n                \"field\": \"entity.legalAddress.country\",\n                \"label\": \"Legal Address Country\",\n                \"data_type\": \"RESOURCE\",\n                \"enum\": null,\n                \"resource\": \"countries\",\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\",\n                    \"IN\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": \"$.entity.legalAddress.country\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_LEGAL_ADDRESS_COUNTRY\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_LEGAL_ADDRESS_POSTAL_CODE\",\n            \"attributes\": {\n                \"field\": \"entity.legalAddress.postalCode\",\n                \"label\": \"Legal Address Postal Code\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": \"$.entity.legalAddress.postalCode\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_LEGAL_ADDRESS_POSTAL_CODE\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_HEADQUARTERS_ADDRESS_LANGUAGE\",\n            \"attributes\": {\n                \"field\": \"entity.headquartersAddress.language\",\n                \"label\": \"Language of Headquarters Address\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": \"$.entity.headquartersAddress.language\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_HEADQUARTERS_ADDRESS_LANGUAGE\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_HEADQUARTERS_ADDRESS_LINE_1\",\n            \"attributes\": {\n                \"field\": \"entity.headquartersAddress.line1\",\n                \"label\": \"First Headquarters Address Line\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_HEADQUARTERS_ADDRESS_LINE_1\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_HEADQUARTERS_ADDRESS_LINE_2\",\n            \"attributes\": {\n                \"field\": \"entity.headquartersAddress.line2\",\n                \"label\": \"Additional Headquarters Address Line\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_HEADQUARTERS_ADDRESS_LINE_2\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_HEADQUARTERS_ADDRESS_LINE_3\",\n            \"attributes\": {\n                \"field\": \"entity.headquartersAddress.line3\",\n                \"label\": \"Additional Headquarters Address Line\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_HEADQUARTERS_ADDRESS_LINE_3\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_HEADQUARTERS_ADDRESS_LINE_4\",\n            \"attributes\": {\n                \"field\": \"entity.headquartersAddress.line4\",\n                \"label\": \"Additional Headquarters Address Line\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_HEADQUARTERS_ADDRESS_LINE_4\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_HEADQUARTERS_ADDRESS_LINES\",\n            \"attributes\": {\n                \"field\": \"entity.headquartersAddress.addresslines\",\n                \"label\": \"Additional Headquarters Address Line\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": \"$.entity.headquartersAddress.addressLines[*]\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_HEADQUARTERS_ADDRESS_LINES\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_HEADQUARTERS_ADDRESS_NUMBER\",\n            \"attributes\": {\n                \"field\": \"entity.headquartersAddress.addressNumber\",\n                \"label\": \"Headquarters Address Number\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": \"$.entity.headquartersAddress.addressNumber\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_HEADQUARTERS_ADDRESS_NUMBER\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_HEADQUARTERS_ADDRESS_NUMBER_WITHIN_BUILDING\",\n            \"attributes\": {\n                \"field\": \"entity.headquartersAddress.addressNumberWithinBuilding\",\n                \"label\": \"Headquarters Address Number within Building\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": \"$.entity.headquartersAddress.addressNumberWithinBuilding\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_HEADQUARTERS_ADDRESS_NUMBER_WITHIN_BUILDING\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_HEADQUARTERS_ADDRESS_MAIL_ROUTING\",\n            \"attributes\": {\n                \"field\": \"entity.headquartersAddress.mailRouting\",\n                \"label\": \"Headquarters Address Mail Routing\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": \"$.entity.headquartersAddress.mailRouting\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_HEADQUARTERS_ADDRESS_MAIL_ROUTING\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_HEADQUARTERS_ADDRESS_CITY\",\n            \"attributes\": {\n                \"field\": \"entity.headquartersAddress.city\",\n                \"label\": \"Headquarters Address City\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": \"$.entity.headquartersAddress.city\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_HEADQUARTERS_ADDRESS_CITY\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_HEADQUARTERS_ADDRESS_REGION\",\n            \"attributes\": {\n                \"field\": \"entity.headquartersAddress.region\",\n                \"label\": \"Headquarters Address Region\",\n                \"data_type\": \"RESOURCE\",\n                \"enum\": null,\n                \"resource\": \"regions\",\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\",\n                    \"IN\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": \"$.entity.headquartersAddress.region\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_HEADQUARTERS_ADDRESS_REGION\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_HEADQUARTERS_ADDRESS_COUNTRY\",\n            \"attributes\": {\n                \"field\": \"entity.headquartersAddress.country\",\n                \"label\": \"Headquarters Address Country\",\n                \"data_type\": \"RESOURCE\",\n                \"enum\": null,\n                \"resource\": \"countries\",\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\",\n                    \"IN\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": \"$.entity.headquartersAddress.country\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_HEADQUARTERS_ADDRESS_COUNTRY\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_HEADQUARTERS_ADDRESS_POSTAL_CODE\",\n            \"attributes\": {\n                \"field\": \"entity.headquartersAddress.postalCode\",\n                \"label\": \"Headquarters Address Postal Code\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": \"$.entity.headquartersAddress.postalCode\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_HEADQUARTERS_ADDRESS_POSTAL_CODE\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_ADDRESSES\",\n            \"attributes\": {\n                \"field\": \"entity.addresses\",\n                \"label\": \"Addresses\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": false,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [\n                    \"FILTER_LEIREC\"\n                ],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_ADDRESSES\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_ADDRESSES_FIELDTYPE\",\n            \"attributes\": {\n                \"field\": \"entity.addresses.fieldType\",\n                \"label\": \"CDF Field\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": false,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": \"$.entity.addresses[*].fieldType\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_ADDRESSES_FIELDTYPE\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_ADDRESSES_LANGUAGE\",\n            \"attributes\": {\n                \"field\": \"entity.addresses.language\",\n                \"label\": \"\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": \"$.entity.addresses[*].language\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_ADDRESSES_LANGUAGE\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_ADDRESSES_TYPE\",\n            \"attributes\": {\n                \"field\": \"entity.addresses.type\",\n                \"label\": \"\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": \"$.entity.addresses[*].type\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_ADDRESSES_TYPE\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_ADDRESSES_LINES\",\n            \"attributes\": {\n                \"field\": \"entity.addresses.addressLines\",\n                \"label\": \"\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": \"$.entity.addresses[*].addressLines[*]\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_ADDRESSES_LINES\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_ADDRESSES_NUMBER\",\n            \"attributes\": {\n                \"field\": \"entity.addresses.addressNumber\",\n                \"label\": \"\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": \"$.entity.addresses[*].addressNumber\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_ADDRESSES_NUMBER\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_ADDRESSES_NUMBER_WITHIN_BUILDING\",\n            \"attributes\": {\n                \"field\": \"entity.addresses.addressNumberWithinBuilding\",\n                \"label\": \"\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": \"$.entity.addresses[*].addressNumberWithinBuilding\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_ADDRESSES_NUMBER_WITHIN_BUILDING\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_ADDRESSES_MAIL_ROUTING\",\n            \"attributes\": {\n                \"field\": \"entity.addresses.mailRouting\",\n                \"label\": \"\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": \"$.entity.addresses[*].mailRouting\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_ADDRESSES_MAIL_ROUTING\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_ADDRESSES_CITY\",\n            \"attributes\": {\n                \"field\": \"entity.addresses.city\",\n                \"label\": \"City\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [\n                    \"FILTER_LEIREC\"\n                ],\n                \"jsonPath\": \"$.entity.addresses[*].city\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_ADDRESSES_CITY\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_ADDRESSES_REGION\",\n            \"attributes\": {\n                \"field\": \"entity.addresses.region\",\n                \"label\": \"Region\",\n                \"data_type\": \"RESOURCE\",\n                \"enum\": null,\n                \"resource\": \"regions\",\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\",\n                    \"IN\"\n                ],\n                \"contexts\": [\n                    \"FILTER_LEIREC\"\n                ],\n                \"jsonPath\": \"$.entity.addresses[*].region\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_ADDRESSES_REGION\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_ADDRESSES_COUNTRY\",\n            \"attributes\": {\n                \"field\": \"entity.addresses.country\",\n                \"label\": \"Country\",\n                \"data_type\": \"RESOURCE\",\n                \"enum\": null,\n                \"resource\": \"countries\",\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\",\n                    \"IN\"\n                ],\n                \"contexts\": [\n                    \"FILTER_LEIREC\",\n                    \"FILTER_LEIREC_SIMPLE\"\n                ],\n                \"jsonPath\": \"$.entity.addresses[*].country\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_ADDRESSES_COUNTRY\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_ADDRESSES_POSTAL_CODE\",\n            \"attributes\": {\n                \"field\": \"entity.addresses.postalCode\",\n                \"label\": \"Postal Code\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [\n                    \"FILTER_LEIREC\"\n                ],\n                \"jsonPath\": \"$.entity.addresses[*].postalCode\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_ADDRESSES_POSTAL_CODE\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_REGISTRATION_AUTHORITY_ID\",\n            \"attributes\": {\n                \"field\": \"entity.registeredAt.id\",\n                \"label\": \"Registered At\",\n                \"data_type\": \"RESOURCE\",\n                \"enum\": null,\n                \"resource\": \"registration-authorities\",\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\",\n                    \"IN\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": \"$.entity.registeredAt.id\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_REGISTRATION_AUTHORITY_ID\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_OTHER_REGISTRATION_AUTHORITY_ID\",\n            \"attributes\": {\n                \"field\": \"entity.registeredAt.other\",\n                \"label\": \"Registered At (Free Text)\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": \"$.entity.registeredAt.other\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_OTHER_REGISTRATION_AUTHORITY_ID\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_REGISTERED_AT\",\n            \"attributes\": {\n                \"field\": \"entity.registeredAt\",\n                \"label\": \"Registered At\",\n                \"data_type\": \"RESOURCE\",\n                \"enum\": null,\n                \"resource\": \"registration-authorities\",\n                \"sortable\": false,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\",\n                    \"IN\"\n                ],\n                \"contexts\": [\n                    \"FILTER_LEIREC\"\n                ],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_REGISTERED_AT\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_REGISTRATION_AUTHORITY_ENTITY_ID\",\n            \"attributes\": {\n                \"field\": \"entity.registeredAs\",\n                \"label\": \"Registered As\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [\n                    \"FILTER_LEIREC\"\n                ],\n                \"jsonPath\": \"$.entity.registeredAs\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_REGISTRATION_AUTHORITY_ENTITY_ID\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_LEGAL_JURISDICTION\",\n            \"attributes\": {\n                \"field\": \"entity.jurisdiction\",\n                \"label\": \"Jurisdiction of Formation\",\n                \"data_type\": \"RESOURCE\",\n                \"enum\": null,\n                \"resource\": \"jurisdictions\",\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\",\n                    \"IN\"\n                ],\n                \"contexts\": [\n                    \"FILTER_LEIREC\"\n                ],\n                \"jsonPath\": \"$.entity.jurisdiction\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_LEGAL_JURISDICTION\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_ENTITY_CATEGORY\",\n            \"attributes\": {\n                \"field\": \"entity.category\",\n                \"label\": \"General Category\",\n                \"data_type\": \"ENUM\",\n                \"enum\": [\n                    \"BRANCH\",\n                    \"FUND\",\n                    \"SOLE_PROPRIETOR\"\n                ],\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\",\n                    \"IN\"\n                ],\n                \"contexts\": [\n                    \"FILTER_LEIREC\",\n                    \"FILTER_LEIREC_SIMPLE\"\n                ],\n                \"jsonPath\": \"$.entity.category\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_ENTITY_CATEGORY\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_ENTITY_LEGAL_FORM_CODE\",\n            \"attributes\": {\n                \"field\": \"entity.legalForm.code\",\n                \"label\": \"Entity Legal Form Code\",\n                \"data_type\": \"RESOURCE\",\n                \"enum\": null,\n                \"resource\": \"entity-legal-forms\",\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\",\n                    \"IN\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": \"$.entity.legalForm.id\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_ENTITY_LEGAL_FORM_CODE\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_ENTITY_LEGAL_FORM_OTHER\",\n            \"attributes\": {\n                \"field\": \"entity.legalForm.other\",\n                \"label\": \"Legal Form (Free Text)\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": \"$.entity.legalForm.other\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_ENTITY_LEGAL_FORM_OTHER\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_LEGAL_FORM\",\n            \"attributes\": {\n                \"field\": \"entity.legalForm\",\n                \"label\": \"Entity Legal Form\",\n                \"data_type\": \"RESOURCE\",\n                \"enum\": null,\n                \"resource\": \"entity-legal-forms\",\n                \"sortable\": false,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\",\n                    \"IN\"\n                ],\n                \"contexts\": [\n                    \"FILTER_LEIREC\"\n                ],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_LEGAL_FORM\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_ASSOCIATED_ENTITY\",\n            \"attributes\": {\n                \"field\": \"entity.associatedEntity\",\n                \"label\": \"Associated Entity\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": false,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [\n                    \"FILTER_LEIREC\"\n                ],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_ASSOCIATED_ENTITY\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_ASSOCIATED_LEI\",\n            \"attributes\": {\n                \"field\": \"entity.associatedEntity.lei\",\n                \"label\": \"Associated LEI\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": \"$.entity.associatedEntity.lei\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_ASSOCIATED_LEI\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_ASSOCIATED_ENTITY_NAME\",\n            \"attributes\": {\n                \"field\": \"entity.associatedEntity.name\",\n                \"label\": \"Associated Entity Name\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": \"$.entity.associatedEntity.name\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_ASSOCIATED_ENTITY_NAME\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_ENTITY_STATUS\",\n            \"attributes\": {\n                \"field\": \"entity.status\",\n                \"label\": \"Entity Status\",\n                \"data_type\": \"ENUM\",\n                \"enum\": [\n                    \"ACTIVE\",\n                    \"INACTIVE\"\n                ],\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\",\n                    \"IN\"\n                ],\n                \"contexts\": [\n                    \"FILTER_LEIREC\"\n                ],\n                \"jsonPath\": \"$.entity.status\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_ENTITY_STATUS\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_ENTITY_EXPIRATION_DATE\",\n            \"attributes\": {\n                \"field\": \"entity.expiration.date\",\n                \"label\": \"Expiration Date\",\n                \"data_type\": \"DATE\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\",\n                    \"GREATER_THAN\",\n                    \"GREATER_THAN_OR_EQUAL\",\n                    \"LESS_THAN\",\n                    \"LESS_THAN_OR_EQUAL\",\n                    \"IN_RANGE\"\n                ],\n                \"contexts\": [\n                    \"FILTER_LEIREC\"\n                ],\n                \"jsonPath\": \"$.entity.expiration.date\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_ENTITY_EXPIRATION_DATE\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_ENTITY_EXPIRATION_REASON\",\n            \"attributes\": {\n                \"field\": \"entity.expiration.reason\",\n                \"label\": \"Expiration Reason\",\n                \"data_type\": \"ENUM\",\n                \"enum\": [\n                    \"DISSOLVED\",\n                    \"CORPORATE_ACTION\",\n                    \"OTHER\"\n                ],\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\",\n                    \"IN\"\n                ],\n                \"contexts\": [\n                    \"FILTER_LEIREC\"\n                ],\n                \"jsonPath\": \"$.entity.expiration.reason\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_ENTITY_EXPIRATION_REASON\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_SUCCESSOR_ENTITY\",\n            \"attributes\": {\n                \"field\": \"entity.successorEntity\",\n                \"label\": \"Replaced By\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": false,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [\n                    \"FILTER_LEIREC\"\n                ],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_SUCCESSOR_ENTITY\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_SUCCESSOR_LEI\",\n            \"attributes\": {\n                \"field\": \"entity.successorEntity.lei\",\n                \"label\": \"Successor LEI\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": \"$.entity.successorEntity.lei\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_SUCCESSOR_LEI\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_SUCCESSOR_ENTITY_NAME\",\n            \"attributes\": {\n                \"field\": \"entity.successorEntity.name\",\n                \"label\": \"Successor Entity Name\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": \"$.entity.successorEntity.name\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_SUCCESSOR_ENTITY_NAME\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_INITIAL_REGISTRATION_DATE\",\n            \"attributes\": {\n                \"field\": \"registration.initialRegistrationDate\",\n                \"label\": \"Registration Date\",\n                \"data_type\": \"DATE\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\",\n                    \"GREATER_THAN\",\n                    \"GREATER_THAN_OR_EQUAL\",\n                    \"LESS_THAN\",\n                    \"LESS_THAN_OR_EQUAL\",\n                    \"IN_RANGE\"\n                ],\n                \"contexts\": [\n                    \"FILTER_LEIREC\"\n                ],\n                \"jsonPath\": \"$.registration.initialRegistrationDate\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_INITIAL_REGISTRATION_DATE\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_LAST_UPDATE_DATE\",\n            \"attributes\": {\n                \"field\": \"registration.lastUpdateDate\",\n                \"label\": \"Last Update\",\n                \"data_type\": \"DATE\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\",\n                    \"GREATER_THAN\",\n                    \"GREATER_THAN_OR_EQUAL\",\n                    \"LESS_THAN\",\n                    \"LESS_THAN_OR_EQUAL\",\n                    \"IN_RANGE\"\n                ],\n                \"contexts\": [\n                    \"FILTER_LEIREC\"\n                ],\n                \"jsonPath\": \"$.registration.lastUpdateDate\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_LAST_UPDATE_DATE\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_REGISTRATION_STATUS\",\n            \"attributes\": {\n                \"field\": \"registration.status\",\n                \"label\": \"Status\",\n                \"data_type\": \"ENUM\",\n                \"enum\": [\n                    \"ISSUED\",\n                    \"LAPSED\",\n                    \"ANNULLED\",\n                    \"PENDING_TRANSFER\",\n                    \"PENDING_ARCHIVAL\",\n                    \"DUPLICATE\",\n                    \"MERGED\",\n                    \"RETIRED\"\n                ],\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\",\n                    \"IN\"\n                ],\n                \"contexts\": [\n                    \"FILTER_LEIREC\",\n                    \"FILTER_LEIREC_SIMPLE\"\n                ],\n                \"jsonPath\": \"$.registration.status\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_REGISTRATION_STATUS\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_NEXT_RENEWAL_DATE\",\n            \"attributes\": {\n                \"field\": \"registration.nextRenewalDate\",\n                \"label\": \"Next Renewal\",\n                \"data_type\": \"DATE\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\",\n                    \"GREATER_THAN\",\n                    \"GREATER_THAN_OR_EQUAL\",\n                    \"LESS_THAN\",\n                    \"LESS_THAN_OR_EQUAL\",\n                    \"IN_RANGE\"\n                ],\n                \"contexts\": [\n                    \"FILTER_LEIREC\"\n                ],\n                \"jsonPath\": \"$.registration.nextRenewalDate\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_NEXT_RENEWAL_DATE\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_MANAGING_LOU\",\n            \"attributes\": {\n                \"field\": \"registration.managingLou\",\n                \"label\": \"LEI Issuer\",\n                \"data_type\": \"RESOURCE\",\n                \"enum\": null,\n                \"resource\": \"lei-issuers\",\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\",\n                    \"IN\"\n                ],\n                \"contexts\": [\n                    \"FILTER_LEIREC\"\n                ],\n                \"jsonPath\": \"$.registration.managingLou\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_MANAGING_LOU\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_VALIDATION_SOURCES\",\n            \"attributes\": {\n                \"field\": \"registration.corroborationLevel\",\n                \"label\": \"Corroboration Level\",\n                \"data_type\": \"ENUM\",\n                \"enum\": [\n                    \"ENTITY_SUPPLIED_ONLY\",\n                    \"PARTIALLY_CORROBORATED\",\n                    \"FULLY_CORROBORATED\"\n                ],\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\",\n                    \"IN\"\n                ],\n                \"contexts\": [\n                    \"FILTER_LEIREC\"\n                ],\n                \"jsonPath\": \"$.registration.corroborationLevel\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_VALIDATION_SOURCES\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_VALIDATED_AT\",\n            \"attributes\": {\n                \"field\": \"registration.validatedAt\",\n                \"label\": \"Data Validated At\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": false,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [\n                    \"FILTER_LEIREC\"\n                ],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_VALIDATED_AT\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_OTHER_VALIDATION_AUTHORITY_ID\",\n            \"attributes\": {\n                \"field\": \"registration.validatedAt.id\",\n                \"label\": \"Data Validated At (ID)\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": false,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": \"$.registration.validatedAt.id\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_OTHER_VALIDATION_AUTHORITY_ID\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_VALIDATION_AUTHORITY_ID\",\n            \"attributes\": {\n                \"field\": \"registration.validatedAt.other\",\n                \"label\": \"Data Validated At (OTHER ID)\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": false,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": \"$.registration.validatedAt.other\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_VALIDATION_AUTHORITY_ID\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_VALIDATED_AS\",\n            \"attributes\": {\n                \"field\": \"registration.validatedAs\",\n                \"label\": \"Data Validated As\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": false,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [\n                    \"FILTER_LEIREC\"\n                ],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_VALIDATED_AS\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_BIC\",\n            \"attributes\": {\n                \"field\": \"bic\",\n                \"label\": \"BICs\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": false,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [\n                    \"FILTER_LEIREC\"\n                ],\n                \"jsonPath\": \"$.bic\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_BIC\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_OWNS\",\n            \"attributes\": {\n                \"field\": \"owns\",\n                \"label\": \"Who Owns...\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": false,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [\n                    \"FILTER_LEIREC_FULLTEXT\"\n                ],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_OWNS\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_OWNED_BY\",\n            \"attributes\": {\n                \"field\": \"ownedBy\",\n                \"label\": \"Who is Owned By...\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": false,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [\n                    \"FILTER_LEIREC_FULLTEXT\"\n                ],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_OWNED_BY\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_HISTORIC_OWNS\",\n            \"attributes\": {\n                \"field\": \"\",\n                \"label\": \"\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": false,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_HISTORIC_OWNS\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_HISTORIC_OWNED_BY\",\n            \"attributes\": {\n                \"field\": \"\",\n                \"label\": \"\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": false,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_HISTORIC_OWNED_BY\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_DIRECT_CHILD_COUNT\",\n            \"attributes\": {\n                \"field\": \"directChildCount\",\n                \"label\": \"Direct child Count\",\n                \"data_type\": \"NUMBER\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\",\n                    \"GREATER_THAN\",\n                    \"GREATER_THAN_OR_EQUAL\",\n                    \"LESS_THAN\",\n                    \"LESS_THAN_OR_EQUAL\",\n                    \"IN_RANGE\"\n                ],\n                \"contexts\": [\n                    \"FILTER_LEIREC_DIRECT_CHILDREN\"\n                ],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_DIRECT_CHILD_COUNT\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_ULTIMATE_CHILD_COUNT\",\n            \"attributes\": {\n                \"field\": \"ultimateChildCount\",\n                \"label\": \"Ultimate Child Count\",\n                \"data_type\": \"NUMBER\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\",\n                    \"GREATER_THAN\",\n                    \"GREATER_THAN_OR_EQUAL\",\n                    \"LESS_THAN\",\n                    \"LESS_THAN_OR_EQUAL\",\n                    \"IN_RANGE\"\n                ],\n                \"contexts\": [\n                    \"FILTER_LEIREC_ULTIMATE_CHILDREN\"\n                ],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_ULTIMATE_CHILD_COUNT\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_BRANCH_COUNT\",\n            \"attributes\": {\n                \"field\": \"branchCount\",\n                \"label\": \"Branch Count\",\n                \"data_type\": \"NUMBER\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\",\n                    \"GREATER_THAN\",\n                    \"GREATER_THAN_OR_EQUAL\",\n                    \"LESS_THAN\",\n                    \"LESS_THAN_OR_EQUAL\",\n                    \"IN_RANGE\"\n                ],\n                \"contexts\": [\n                    \"FILTER_LEIREC_BRANCHES\"\n                ],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_BRANCH_COUNT\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_DIRECT_PARENT_EXCEPTION_VALID_FROM\",\n            \"attributes\": {\n                \"field\": \"directParent.exception.validFrom\",\n                \"label\": \"Direct Parent Exception Valid From\",\n                \"data_type\": \"DATE\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\",\n                    \"GREATER_THAN\",\n                    \"GREATER_THAN_OR_EQUAL\",\n                    \"LESS_THAN\",\n                    \"LESS_THAN_OR_EQUAL\",\n                    \"IN_RANGE\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_DIRECT_PARENT_EXCEPTION_VALID_FROM\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_DIRECT_PARENT_EXCEPTION_VALID_TO\",\n            \"attributes\": {\n                \"field\": \"directParent.exception.validTo\",\n                \"label\": \"Direct Parent Exception Valid To\",\n                \"data_type\": \"DATE\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\",\n                    \"GREATER_THAN\",\n                    \"GREATER_THAN_OR_EQUAL\",\n                    \"LESS_THAN\",\n                    \"LESS_THAN_OR_EQUAL\",\n                    \"IN_RANGE\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_DIRECT_PARENT_EXCEPTION_VALID_TO\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_ULTIMATE_PARENT_EXCEPTION_VALID_FROM\",\n            \"attributes\": {\n                \"field\": \"ultimateParent.exception.validFrom\",\n                \"label\": \"Direct Parent Exception Valid From\",\n                \"data_type\": \"DATE\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\",\n                    \"GREATER_THAN\",\n                    \"GREATER_THAN_OR_EQUAL\",\n                    \"LESS_THAN\",\n                    \"LESS_THAN_OR_EQUAL\",\n                    \"IN_RANGE\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_ULTIMATE_PARENT_EXCEPTION_VALID_FROM\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_ULTIMATE_PARENT_EXCEPTION_VALID_TO\",\n            \"attributes\": {\n                \"field\": \"ultimateParent.exception.validTo\",\n                \"label\": \"Direct Parent Exception Valid To\",\n                \"data_type\": \"DATE\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\",\n                    \"GREATER_THAN\",\n                    \"GREATER_THAN_OR_EQUAL\",\n                    \"LESS_THAN\",\n                    \"LESS_THAN_OR_EQUAL\",\n                    \"IN_RANGE\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_ULTIMATE_PARENT_EXCEPTION_VALID_TO\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_DIRECT_PARENT_EXCEPTION_REASON\",\n            \"attributes\": {\n                \"field\": \"directParent.exception.reason\",\n                \"label\": \"Direct Parent Exception Reason\",\n                \"data_type\": \"ENUM\",\n                \"enum\": [\n                    \"NO_LEI\",\n                    \"NATURAL_PERSONS\",\n                    \"NON_CONSOLIDATING\",\n                    \"NO_KNOWN_PERSON\",\n                    \"LEGAL_OBSTACLES\",\n                    \"CONSENT_NOT_OBTAINED\",\n                    \"BINDING_LEGAL_COMMITMENTS\",\n                    \"DETRIMENT_NOT_EXCLUDED\",\n                    \"DISCLOSURE_DETRIMENTAL\"\n                ],\n                \"resource\": null,\n                \"sortable\": false,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\",\n                    \"IN\"\n                ],\n                \"contexts\": [\n                    \"FILTER_LEIREC_DIRECT_PARENT\"\n                ],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_DIRECT_PARENT_EXCEPTION_REASON\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_ULTIMATE_PARENT_EXCEPTION_REASON\",\n            \"attributes\": {\n                \"field\": \"ultimateParent.exception.reason\",\n                \"label\": \"Ultimate Parent Exception Reason\",\n                \"data_type\": \"ENUM\",\n                \"enum\": [\n                    \"NO_LEI\",\n                    \"NATURAL_PERSONS\",\n                    \"NON_CONSOLIDATING\",\n                    \"NO_KNOWN_PERSON\",\n                    \"LEGAL_OBSTACLES\",\n                    \"CONSENT_NOT_OBTAINED\",\n                    \"BINDING_LEGAL_COMMITMENTS\",\n                    \"DETRIMENT_NOT_EXCLUDED\",\n                    \"DISCLOSURE_DETRIMENTAL\"\n                ],\n                \"resource\": null,\n                \"sortable\": false,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\",\n                    \"IN\"\n                ],\n                \"contexts\": [\n                    \"FILTER_LEIREC_ULTIMATE_PARENT\"\n                ],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_ULTIMATE_PARENT_EXCEPTION_REASON\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_HQ_VALID_FROM\",\n            \"attributes\": {\n                \"field\": \"headquarters.validFrom\",\n                \"label\": \"Headquarters Valid From\",\n                \"data_type\": \"DATE\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\",\n                    \"GREATER_THAN\",\n                    \"GREATER_THAN_OR_EQUAL\",\n                    \"LESS_THAN\",\n                    \"LESS_THAN_OR_EQUAL\",\n                    \"IN_RANGE\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_HQ_VALID_FROM\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_HQ_VALID_TO\",\n            \"attributes\": {\n                \"field\": \"headquarters.validTo\",\n                \"label\": \"Headquarters Valid To\",\n                \"data_type\": \"DATE\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\",\n                    \"GREATER_THAN\",\n                    \"GREATER_THAN_OR_EQUAL\",\n                    \"LESS_THAN\",\n                    \"LESS_THAN_OR_EQUAL\",\n                    \"IN_RANGE\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_HQ_VALID_TO\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_DIRECT_PARENT_VALID_FROM\",\n            \"attributes\": {\n                \"field\": \"directParent.validFrom\",\n                \"label\": \"Direct Parent Valid From\",\n                \"data_type\": \"DATE\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\",\n                    \"GREATER_THAN\",\n                    \"GREATER_THAN_OR_EQUAL\",\n                    \"LESS_THAN\",\n                    \"LESS_THAN_OR_EQUAL\",\n                    \"IN_RANGE\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_DIRECT_PARENT_VALID_FROM\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_DIRECT_PARENT_VALID_TO\",\n            \"attributes\": {\n                \"field\": \"directParent.validTo\",\n                \"label\": \"Direct Parent Valid To\",\n                \"data_type\": \"DATE\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\",\n                    \"GREATER_THAN\",\n                    \"GREATER_THAN_OR_EQUAL\",\n                    \"LESS_THAN\",\n                    \"LESS_THAN_OR_EQUAL\",\n                    \"IN_RANGE\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_DIRECT_PARENT_VALID_TO\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_ULTIMATE_PARENT_VALID_FROM\",\n            \"attributes\": {\n                \"field\": \"ultimateParent.validFrom\",\n                \"label\": \"Ultimate Parent Valid From\",\n                \"data_type\": \"DATE\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\",\n                    \"GREATER_THAN\",\n                    \"GREATER_THAN_OR_EQUAL\",\n                    \"LESS_THAN\",\n                    \"LESS_THAN_OR_EQUAL\",\n                    \"IN_RANGE\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_ULTIMATE_PARENT_VALID_FROM\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_ULTIMATE_PARENT_VALID_TO\",\n            \"attributes\": {\n                \"field\": \"ultimateParent.validTo\",\n                \"label\": \"Ultimate Parent Valid To\",\n                \"data_type\": \"DATE\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\",\n                    \"GREATER_THAN\",\n                    \"GREATER_THAN_OR_EQUAL\",\n                    \"LESS_THAN\",\n                    \"LESS_THAN_OR_EQUAL\",\n                    \"IN_RANGE\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_ULTIMATE_PARENT_VALID_TO\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_DIRECT_CHILD_VALID_FROM\",\n            \"attributes\": {\n                \"field\": \"directChildren.validFrom\",\n                \"label\": \"Direct Child Valid From\",\n                \"data_type\": \"DATE\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\",\n                    \"GREATER_THAN\",\n                    \"GREATER_THAN_OR_EQUAL\",\n                    \"LESS_THAN\",\n                    \"LESS_THAN_OR_EQUAL\",\n                    \"IN_RANGE\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_DIRECT_CHILD_VALID_FROM\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_DIRECT_CHILD_VALID_TO\",\n            \"attributes\": {\n                \"field\": \"directChildren.validTo\",\n                \"label\": \"Direct Child Valid To\",\n                \"data_type\": \"DATE\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\",\n                    \"GREATER_THAN\",\n                    \"GREATER_THAN_OR_EQUAL\",\n                    \"LESS_THAN\",\n                    \"LESS_THAN_OR_EQUAL\",\n                    \"IN_RANGE\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_DIRECT_CHILD_VALID_TO\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_ULTIMATE_CHILD_VALID_FROM\",\n            \"attributes\": {\n                \"field\": \"ultimateChildren.validFrom\",\n                \"label\": \"Ultimate Child Valid From\",\n                \"data_type\": \"DATE\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\",\n                    \"GREATER_THAN\",\n                    \"GREATER_THAN_OR_EQUAL\",\n                    \"LESS_THAN\",\n                    \"LESS_THAN_OR_EQUAL\",\n                    \"IN_RANGE\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_ULTIMATE_CHILD_VALID_FROM\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_ULTIMATE_CHILD_VALID_TO\",\n            \"attributes\": {\n                \"field\": \"ultimateChildren.validTo\",\n                \"label\": \"Ultimate Child Valid To\",\n                \"data_type\": \"DATE\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\",\n                    \"GREATER_THAN\",\n                    \"GREATER_THAN_OR_EQUAL\",\n                    \"LESS_THAN\",\n                    \"LESS_THAN_OR_EQUAL\",\n                    \"IN_RANGE\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_ULTIMATE_CHILD_VALID_TO\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_BRANCH_VALID_FROM\",\n            \"attributes\": {\n                \"field\": \"branches.validFrom\",\n                \"label\": \"Branch Valid From\",\n                \"data_type\": \"DATE\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\",\n                    \"GREATER_THAN\",\n                    \"GREATER_THAN_OR_EQUAL\",\n                    \"LESS_THAN\",\n                    \"LESS_THAN_OR_EQUAL\",\n                    \"IN_RANGE\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_BRANCH_VALID_FROM\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_BRANCH_VALID_TO\",\n            \"attributes\": {\n                \"field\": \"branches.validTo\",\n                \"label\": \"Branch Valid To\",\n                \"data_type\": \"DATE\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\",\n                    \"GREATER_THAN\",\n                    \"GREATER_THAN_OR_EQUAL\",\n                    \"LESS_THAN\",\n                    \"LESS_THAN_OR_EQUAL\",\n                    \"IN_RANGE\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_BRANCH_VALID_TO\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_HQ_LEI\",\n            \"attributes\": {\n                \"field\": \"headquarters.lei\",\n                \"label\": \"Headquarters LEI\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [\n                    \"FILTER_LEIREC_HQ\"\n                ],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_HQ_LEI\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_DIRECT_PARENT_LEI\",\n            \"attributes\": {\n                \"field\": \"directParent.lei\",\n                \"label\": \"Direct Parent LEI\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [\n                    \"FILTER_LEIREC_DIRECT_PARENT\"\n                ],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_DIRECT_PARENT_LEI\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_ULTIMATE_PARENT_LEI\",\n            \"attributes\": {\n                \"field\": \"ultimateParent.lei\",\n                \"label\": \"Ultimate Parent LEI\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [\n                    \"FILTER_LEIREC_ULTIMATE_PARENT\"\n                ],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_ULTIMATE_PARENT_LEI\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_DIRECT_CHILD_LEI\",\n            \"attributes\": {\n                \"field\": \"directChildren.lei\",\n                \"label\": \"Direct Child LEI\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [\n                    \"FILTER_LEIREC_DIRECT_CHILDREN\"\n                ],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_DIRECT_CHILD_LEI\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_ULTIMATE_CHILD_LEI\",\n            \"attributes\": {\n                \"field\": \"ultimateChildren.lei\",\n                \"label\": \"Ultimate Child LEI\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [\n                    \"FILTER_LEIREC_ULTIMATE_CHILDREN\"\n                ],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_ULTIMATE_CHILD_LEI\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_BRANCH_LEI\",\n            \"attributes\": {\n                \"field\": \"branches.lei\",\n                \"label\": \"Branch LEI\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [\n                    \"FILTER_LEIREC_BRANCHES\"\n                ],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_BRANCH_LEI\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_HQ_LEGAL_NAME\",\n            \"attributes\": {\n                \"field\": \"headquarters.legalName\",\n                \"label\": \"Branch Headquarters Legal Name\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [\n                    \"FILTER_LEIREC_HQ\"\n                ],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_HQ_LEGAL_NAME\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_DIRECT_PARENT_LEGAL_NAME\",\n            \"attributes\": {\n                \"field\": \"directParent.legalName\",\n                \"label\": \"Direct Parent Legal Name\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [\n                    \"FILTER_LEIREC_DIRECT_PARENT\"\n                ],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_DIRECT_PARENT_LEGAL_NAME\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_ULTIMATE_PARENT_LEGAL_NAME\",\n            \"attributes\": {\n                \"field\": \"ultimateParent.legalName\",\n                \"label\": \"Ultimate Parent Legal Name\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [\n                    \"FILTER_LEIREC_ULTIMATE_PARENT\"\n                ],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_ULTIMATE_PARENT_LEGAL_NAME\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_DIRECT_CHILD_LEGAL_NAME\",\n            \"attributes\": {\n                \"field\": \"directChildren.legalName\",\n                \"label\": \"Direct Child Legal Name\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [\n                    \"FILTER_LEIREC_DIRECT_CHILDREN\"\n                ],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_DIRECT_CHILD_LEGAL_NAME\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_ULTIMATE_CHILD_LEGAL_NAME\",\n            \"attributes\": {\n                \"field\": \"ultimateChildren.legalName\",\n                \"label\": \"Ultimate Child Legal Name\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [\n                    \"FILTER_LEIREC_ULTIMATE_CHILDREN\"\n                ],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_ULTIMATE_CHILD_LEGAL_NAME\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_BRANCH_LEGAL_NAME\",\n            \"attributes\": {\n                \"field\": \"branches.legalName\",\n                \"label\": \"Branch Legal Name\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [\n                    \"FILTER_LEIREC_BRANCHES\"\n                ],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_BRANCH_LEGAL_NAME\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_HQ_NAMES\",\n            \"attributes\": {\n                \"field\": \"headquarters.names\",\n                \"label\": \"Branch Headquarters Names\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": false,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [\n                    \"FILTER_LEIREC_HQ\"\n                ],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_HQ_NAMES\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_DIRECT_PARENT_NAMES\",\n            \"attributes\": {\n                \"field\": \"directParent.names\",\n                \"label\": \"Direct Parent Names\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": false,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [\n                    \"FILTER_LEIREC_DIRECT_PARENT\"\n                ],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_DIRECT_PARENT_NAMES\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_ULTIMATE_PARENT_NAMES\",\n            \"attributes\": {\n                \"field\": \"ultimateParent.names\",\n                \"label\": \"Ultimate Parent Names\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": false,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [\n                    \"FILTER_LEIREC_ULTIMATE_PARENT\"\n                ],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_ULTIMATE_PARENT_NAMES\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_DIRECT_CHILD_NAMES\",\n            \"attributes\": {\n                \"field\": \"directChildren.names\",\n                \"label\": \"Direct Child Names\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": false,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [\n                    \"FILTER_LEIREC_DIRECT_CHILDREN\"\n                ],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_DIRECT_CHILD_NAMES\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_ULTIMATE_CHILD_NAMES\",\n            \"attributes\": {\n                \"field\": \"ultimateChildren.names\",\n                \"label\": \"Ultimate Child Names\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": false,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [\n                    \"FILTER_LEIREC_ULTIMATE_CHILDREN\"\n                ],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_ULTIMATE_CHILD_NAMES\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_BRANCH_NAMES\",\n            \"attributes\": {\n                \"field\": \"branches.names\",\n                \"label\": \"Branch Names\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": false,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [\n                    \"FILTER_LEIREC_BRANCHES\"\n                ],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_BRANCH_NAMES\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_HQ_ENTITY_STATUS\",\n            \"attributes\": {\n                \"field\": \"headquarters.entityStatus\",\n                \"label\": \"Branch Headquarters Entity Status\",\n                \"data_type\": \"ENUM\",\n                \"enum\": [\n                    \"ACTIVE\",\n                    \"INACTIVE\"\n                ],\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\",\n                    \"IN\"\n                ],\n                \"contexts\": [\n                    \"FILTER_LEIREC_HQ\"\n                ],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_HQ_ENTITY_STATUS\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_DIRECT_PARENT_ENTITY_STATUS\",\n            \"attributes\": {\n                \"field\": \"directParent.entityStatus\",\n                \"label\": \"Direct Parent Entity Status\",\n                \"data_type\": \"ENUM\",\n                \"enum\": [\n                    \"ACTIVE\",\n                    \"INACTIVE\"\n                ],\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\",\n                    \"IN\"\n                ],\n                \"contexts\": [\n                    \"FILTER_LEIREC_DIRECT_PARENT\"\n                ],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_DIRECT_PARENT_ENTITY_STATUS\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_ULTIMATE_PARENT_ENTITY_STATUS\",\n            \"attributes\": {\n                \"field\": \"ultimateParent.entityStatus\",\n                \"label\": \"Ultimate Parent Entity Status\",\n                \"data_type\": \"ENUM\",\n                \"enum\": [\n                    \"ACTIVE\",\n                    \"INACTIVE\"\n                ],\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\",\n                    \"IN\"\n                ],\n                \"contexts\": [\n                    \"FILTER_LEIREC_ULTIMATE_PARENT\"\n                ],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_ULTIMATE_PARENT_ENTITY_STATUS\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_DIRECT_CHILD_ENTITY_STATUS\",\n            \"attributes\": {\n                \"field\": \"directChildren.entityStatus\",\n                \"label\": \"Direct Child Entity Status\",\n                \"data_type\": \"ENUM\",\n                \"enum\": [\n                    \"ACTIVE\",\n                    \"INACTIVE\"\n                ],\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\",\n                    \"IN\"\n                ],\n                \"contexts\": [\n                    \"FILTER_LEIREC_DIRECT_CHILDREN\"\n                ],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_DIRECT_CHILD_ENTITY_STATUS\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_ULTIMATE_CHILD_ENTITY_STATUS\",\n            \"attributes\": {\n                \"field\": \"ultimateChildren.entityStatus\",\n                \"label\": \"Ultimate Child Entity Status\",\n                \"data_type\": \"ENUM\",\n                \"enum\": [\n                    \"ACTIVE\",\n                    \"INACTIVE\"\n                ],\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\",\n                    \"IN\"\n                ],\n                \"contexts\": [\n                    \"FILTER_LEIREC_ULTIMATE_CHILDREN\"\n                ],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_ULTIMATE_CHILD_ENTITY_STATUS\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_BRANCH_ENTITY_STATUS\",\n            \"attributes\": {\n                \"field\": \"branches.entityStatus\",\n                \"label\": \"Branch Entity Status\",\n                \"data_type\": \"ENUM\",\n                \"enum\": [\n                    \"ACTIVE\",\n                    \"INACTIVE\"\n                ],\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\",\n                    \"IN\"\n                ],\n                \"contexts\": [\n                    \"FILTER_LEIREC_BRANCHES\"\n                ],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_BRANCH_ENTITY_STATUS\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_HQ_POSTAL_CODE\",\n            \"attributes\": {\n                \"field\": \"headquarters.addresses.postalCode\",\n                \"label\": \"Branch Headquarters Postal Codes\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": false,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [\n                    \"FILTER_LEIREC_HQ\"\n                ],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_HQ_POSTAL_CODE\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_DIRECT_PARENT_POSTAL_CODE\",\n            \"attributes\": {\n                \"field\": \"directParent.addresses.postalCode\",\n                \"label\": \"Direct Parent Postal Codes\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": false,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [\n                    \"FILTER_LEIREC_DIRECT_PARENT\"\n                ],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_DIRECT_PARENT_POSTAL_CODE\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_ULTIMATE_PARENT_POSTAL_CODE\",\n            \"attributes\": {\n                \"field\": \"ultimateParent.addresses.postalCode\",\n                \"label\": \"Ultimate Parent Postal Codes\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": false,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [\n                    \"FILTER_LEIREC_ULTIMATE_PARENT\"\n                ],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_ULTIMATE_PARENT_POSTAL_CODE\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_DIRECT_CHILD_POSTAL_CODE\",\n            \"attributes\": {\n                \"field\": \"directChildren.addresses.postalCode\",\n                \"label\": \"Direct Child Postal Codes\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": false,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [\n                    \"FILTER_LEIREC_DIRECT_CHILDREN\"\n                ],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_DIRECT_CHILD_POSTAL_CODE\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_CHILD_POSTAL_CODE\",\n            \"attributes\": {\n                \"field\": \"ultimateChildren.addresses.postalCode\",\n                \"label\": \"Ultimate Child Postal Codes\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": false,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [\n                    \"FILTER_LEIREC_ULTIMATE_CHILDREN\"\n                ],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_CHILD_POSTAL_CODE\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_BRANCH_POSTAL_CODE\",\n            \"attributes\": {\n                \"field\": \"branches.addresses.postalCode\",\n                \"label\": \"Branch Postal Codes\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": false,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [\n                    \"FILTER_LEIREC_BRANCHES\"\n                ],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_BRANCH_POSTAL_CODE\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_HQ_COUNTRY\",\n            \"attributes\": {\n                \"field\": \"headquarters.addresses.country\",\n                \"label\": \"Branch Headquarters Country\",\n                \"data_type\": \"RESOURCE\",\n                \"enum\": null,\n                \"resource\": \"countries\",\n                \"sortable\": false,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\",\n                    \"IN\"\n                ],\n                \"contexts\": [\n                    \"FILTER_LEIREC_HQ\"\n                ],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_HQ_COUNTRY\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_DIRECT_PARENT_COUNTRY\",\n            \"attributes\": {\n                \"field\": \"directParent.addresses.country\",\n                \"label\": \"Direct Parent Country\",\n                \"data_type\": \"RESOURCE\",\n                \"enum\": null,\n                \"resource\": \"countries\",\n                \"sortable\": false,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\",\n                    \"IN\"\n                ],\n                \"contexts\": [\n                    \"FILTER_LEIREC_DIRECT_PARENT\"\n                ],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_DIRECT_PARENT_COUNTRY\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_ULTIMATE_PARENT_COUNTRY\",\n            \"attributes\": {\n                \"field\": \"ultimateParent.addresses.country\",\n                \"label\": \"Ultimate Parent Country\",\n                \"data_type\": \"RESOURCE\",\n                \"enum\": null,\n                \"resource\": \"countries\",\n                \"sortable\": false,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\",\n                    \"IN\"\n                ],\n                \"contexts\": [\n                    \"FILTER_LEIREC_ULTIMATE_PARENT\"\n                ],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_ULTIMATE_PARENT_COUNTRY\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_DIRECT_CHILD_COUNTRY\",\n            \"attributes\": {\n                \"field\": \"directChildren.addresses.country\",\n                \"label\": \"Direct Child Country\",\n                \"data_type\": \"RESOURCE\",\n                \"enum\": null,\n                \"resource\": \"countries\",\n                \"sortable\": false,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\",\n                    \"IN\"\n                ],\n                \"contexts\": [\n                    \"FILTER_LEIREC_DIRECT_CHILDREN\"\n                ],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_DIRECT_CHILD_COUNTRY\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_ULTIMATE_CHILD_COUNTRY\",\n            \"attributes\": {\n                \"field\": \"ultimateChildren.addresses.country\",\n                \"label\": \"Ultimate Child Country\",\n                \"data_type\": \"RESOURCE\",\n                \"enum\": null,\n                \"resource\": \"countries\",\n                \"sortable\": false,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\",\n                    \"IN\"\n                ],\n                \"contexts\": [\n                    \"FILTER_LEIREC_ULTIMATE_CHILDREN\"\n                ],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_ULTIMATE_CHILD_COUNTRY\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_BRANCH_COUNTRY\",\n            \"attributes\": {\n                \"field\": \"branches.addresses.country\",\n                \"label\": \"Branch Country\",\n                \"data_type\": \"RESOURCE\",\n                \"enum\": null,\n                \"resource\": \"countries\",\n                \"sortable\": false,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\",\n                    \"IN\"\n                ],\n                \"contexts\": [\n                    \"FILTER_LEIREC_BRANCHES\"\n                ],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_BRANCH_COUNTRY\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_HQ_REGION\",\n            \"attributes\": {\n                \"field\": \"headquarters.addresses.region\",\n                \"label\": \"Branch Headquarters Region\",\n                \"data_type\": \"RESOURCE\",\n                \"enum\": null,\n                \"resource\": \"regions\",\n                \"sortable\": false,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\",\n                    \"IN\"\n                ],\n                \"contexts\": [\n                    \"FILTER_LEIREC_HQ\"\n                ],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_HQ_REGION\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_DIRECT_PARENT_REGION\",\n            \"attributes\": {\n                \"field\": \"directParent.addresses.region\",\n                \"label\": \"Direct Parent Region\",\n                \"data_type\": \"RESOURCE\",\n                \"enum\": null,\n                \"resource\": \"regions\",\n                \"sortable\": false,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\",\n                    \"IN\"\n                ],\n                \"contexts\": [\n                    \"FILTER_LEIREC_DIRECT_PARENT\"\n                ],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_DIRECT_PARENT_REGION\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_ULTIMATE_PARENT_REGION\",\n            \"attributes\": {\n                \"field\": \"ultimateParent.addresses.region\",\n                \"label\": \"Ultimate Parent Region\",\n                \"data_type\": \"RESOURCE\",\n                \"enum\": null,\n                \"resource\": \"regions\",\n                \"sortable\": false,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\",\n                    \"IN\"\n                ],\n                \"contexts\": [\n                    \"FILTER_LEIREC_ULTIMATE_PARENT\"\n                ],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_ULTIMATE_PARENT_REGION\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_DIRECT_CHILD_REGION\",\n            \"attributes\": {\n                \"field\": \"directChildren.addresses.region\",\n                \"label\": \"Direct Child Region\",\n                \"data_type\": \"RESOURCE\",\n                \"enum\": null,\n                \"resource\": \"regions\",\n                \"sortable\": false,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\",\n                    \"IN\"\n                ],\n                \"contexts\": [\n                    \"FILTER_LEIREC_DIRECT_CHILDREN\"\n                ],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_DIRECT_CHILD_REGION\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_ULTIMATE_CHILD_REGION\",\n            \"attributes\": {\n                \"field\": \"ultimateChildren.addresses.region\",\n                \"label\": \"Ultimate Child Region\",\n                \"data_type\": \"RESOURCE\",\n                \"enum\": null,\n                \"resource\": \"regions\",\n                \"sortable\": false,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\",\n                    \"IN\"\n                ],\n                \"contexts\": [\n                    \"FILTER_LEIREC_ULTIMATE_CHILDREN\"\n                ],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_ULTIMATE_CHILD_REGION\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_BRANCH_REGION\",\n            \"attributes\": {\n                \"field\": \"branches.addresses.region\",\n                \"label\": \"Branch Region\",\n                \"data_type\": \"RESOURCE\",\n                \"enum\": null,\n                \"resource\": \"regions\",\n                \"sortable\": false,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\",\n                    \"IN\"\n                ],\n                \"contexts\": [\n                    \"FILTER_LEIREC_BRANCHES\"\n                ],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_BRANCH_REGION\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_HQ_CITY\",\n            \"attributes\": {\n                \"field\": \"headquarters.addresses.city\",\n                \"label\": \"Branch Headquarters City\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": false,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [\n                    \"FILTER_LEIREC_HQ\"\n                ],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_HQ_CITY\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_DIRECT_PARENT_CITY\",\n            \"attributes\": {\n                \"field\": \"directParent.addresses.city\",\n                \"label\": \"Direct Parent City\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": false,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [\n                    \"FILTER_LEIREC_DIRECT_PARENT\"\n                ],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_DIRECT_PARENT_CITY\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_ULTIMATE_PARENT_CITY\",\n            \"attributes\": {\n                \"field\": \"ultimateParent.addresses.city\",\n                \"label\": \"Ultimate Parent City\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": false,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [\n                    \"FILTER_LEIREC_ULTIMATE_PARENT\"\n                ],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_ULTIMATE_PARENT_CITY\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_DIRECT_CHILD_CITY\",\n            \"attributes\": {\n                \"field\": \"directChildren.addresses.city\",\n                \"label\": \"Direct Child City\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": false,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [\n                    \"FILTER_LEIREC_DIRECT_CHILDREN\"\n                ],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_DIRECT_CHILD_CITY\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_ULTIMATE_CHILD_CITY\",\n            \"attributes\": {\n                \"field\": \"ultimateChildren.addresses.city\",\n                \"label\": \"Ultimate Child City\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": false,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [\n                    \"FILTER_LEIREC_ULTIMATE_CHILDREN\"\n                ],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_ULTIMATE_CHILD_CITY\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_BRANCH_CITY\",\n            \"attributes\": {\n                \"field\": \"branches.addresses.city\",\n                \"label\": \"Branch City\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": false,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [\n                    \"FILTER_LEIREC_BRANCHES\"\n                ],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_BRANCH_CITY\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_HQ_MANAGING_LOU\",\n            \"attributes\": {\n                \"field\": \"headquarters.managingLou\",\n                \"label\": \"Branch Headquarters LEI Issuer\",\n                \"data_type\": \"RESOURCE\",\n                \"enum\": null,\n                \"resource\": \"lei-issuers\",\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\",\n                    \"IN\"\n                ],\n                \"contexts\": [\n                    \"FILTER_LEIREC_HQ\"\n                ],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_HQ_MANAGING_LOU\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_DIRECT_PARENT_MANAGING_LOU\",\n            \"attributes\": {\n                \"field\": \"directParent.managingLou\",\n                \"label\": \"Direct Parent LEI Issuer\",\n                \"data_type\": \"RESOURCE\",\n                \"enum\": null,\n                \"resource\": \"lei-issuers\",\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\",\n                    \"IN\"\n                ],\n                \"contexts\": [\n                    \"FILTER_LEIREC_DIRECT_PARENT\"\n                ],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_DIRECT_PARENT_MANAGING_LOU\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_ULTIMATE_PARENT_MANAGING_LOU\",\n            \"attributes\": {\n                \"field\": \"ultimateParent.managingLou\",\n                \"label\": \"Ultimate Parent LEI Issuer\",\n                \"data_type\": \"RESOURCE\",\n                \"enum\": null,\n                \"resource\": \"lei-issuers\",\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\",\n                    \"IN\"\n                ],\n                \"contexts\": [\n                    \"FILTER_LEIREC_ULTIMATE_PARENT\"\n                ],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_ULTIMATE_PARENT_MANAGING_LOU\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_DIRECT_CHILD_MANAGING_LOU\",\n            \"attributes\": {\n                \"field\": \"directChildren.managingLou\",\n                \"label\": \"Direct Child LEI Issuer\",\n                \"data_type\": \"RESOURCE\",\n                \"enum\": null,\n                \"resource\": \"lei-issuers\",\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\",\n                    \"IN\"\n                ],\n                \"contexts\": [\n                    \"FILTER_LEIREC_DIRECT_CHILDREN\"\n                ],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_DIRECT_CHILD_MANAGING_LOU\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_ULTIMATE_CHILD_MANAGING_LOU\",\n            \"attributes\": {\n                \"field\": \"ultimateChildren.managingLou\",\n                \"label\": \"Ultimate Child LEI Issuer\",\n                \"data_type\": \"RESOURCE\",\n                \"enum\": null,\n                \"resource\": \"lei-issuers\",\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\",\n                    \"IN\"\n                ],\n                \"contexts\": [\n                    \"FILTER_LEIREC_ULTIMATE_CHILDREN\"\n                ],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_ULTIMATE_CHILD_MANAGING_LOU\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"LEIREC_BRANCH_MANAGING_LOU\",\n            \"attributes\": {\n                \"field\": \"branches.managingLou\",\n                \"label\": \"Branch LEI Issuer\",\n                \"data_type\": \"RESOURCE\",\n                \"enum\": null,\n                \"resource\": \"lei-issuers\",\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\",\n                    \"IN\"\n                ],\n                \"contexts\": [\n                    \"FILTER_LEIREC_BRANCHES\"\n                ],\n                \"jsonPath\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/LEIREC_BRANCH_MANAGING_LOU\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"RR_VALID_FROM\",\n            \"attributes\": {\n                \"field\": \"\",\n                \"label\": \"RR Valid From\",\n                \"data_type\": \"DATE\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\",\n                    \"GREATER_THAN\",\n                    \"GREATER_THAN_OR_EQUAL\",\n                    \"LESS_THAN\",\n                    \"LESS_THAN_OR_EQUAL\",\n                    \"IN_RANGE\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": \"$.validFrom\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/RR_VALID_FROM\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"RR_VALID_TO\",\n            \"attributes\": {\n                \"field\": \"\",\n                \"label\": \"RR Valid To\",\n                \"data_type\": \"DATE\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\",\n                    \"GREATER_THAN\",\n                    \"GREATER_THAN_OR_EQUAL\",\n                    \"LESS_THAN\",\n                    \"LESS_THAN_OR_EQUAL\",\n                    \"IN_RANGE\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": \"$.validTo\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/RR_VALID_TO\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"RR_START_NODE_ID\",\n            \"attributes\": {\n                \"field\": \"\",\n                \"label\": \"Start Node\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": \"$.relationship.startNode.id\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/RR_START_NODE_ID\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"RR_START_NODE_TYPE\",\n            \"attributes\": {\n                \"field\": \"\",\n                \"label\": \"Start Node Type\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": \"$.relationship.startNode.type\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/RR_START_NODE_TYPE\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"RR_END_NODE\",\n            \"attributes\": {\n                \"field\": \"\",\n                \"label\": \"End Node\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": \"$.relationship.endNode.id\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/RR_END_NODE\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"RR_END_NODE_TYPE\",\n            \"attributes\": {\n                \"field\": \"\",\n                \"label\": \"End Node Type\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": \"$.relationship.endNode.type\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/RR_END_NODE_TYPE\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"RR_RELATIONSHIP_TYPE\",\n            \"attributes\": {\n                \"field\": \"\",\n                \"label\": \"Relationship Type\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": \"$.relationship.type\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/RR_RELATIONSHIP_TYPE\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"RR_RELATIONSHIP_STATUS\",\n            \"attributes\": {\n                \"field\": \"\",\n                \"label\": \"Relationship Status\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": \"$.relationship.status\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/RR_RELATIONSHIP_STATUS\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"RR_RELATIONSHIP_PERIOD_START_DATE\",\n            \"attributes\": {\n                \"field\": \"\",\n                \"label\": \"Relationship Period Start Date\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": \"$.relationship.periods[*].startDate\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/RR_RELATIONSHIP_PERIOD_START_DATE\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"RR_RELATIONSHIP_PERIOD_END_DATE\",\n            \"attributes\": {\n                \"field\": \"\",\n                \"label\": \"Relationship Period End Date\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": \"$.relationship.periods[*].endDate\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/RR_RELATIONSHIP_PERIOD_END_DATE\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"RR_RELATIONSHIP_PERIOD_TYPE\",\n            \"attributes\": {\n                \"field\": \"\",\n                \"label\": \"RelationshipPeriodType\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": \"$.relationship.periods[*].type\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/RR_RELATIONSHIP_PERIOD_TYPE\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"RR_RELATIONSHIP_ACCOUNTING_STANDARD\",\n            \"attributes\": {\n                \"field\": \"\",\n                \"label\": \"Accounting Standard\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": \"$.relationship.accountingStandard\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/RR_RELATIONSHIP_ACCOUNTING_STANDARD\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"RR_INITIAL_REGISTRATION_DATE\",\n            \"attributes\": {\n                \"field\": \"\",\n                \"label\": \"Registration/InitialRegistrationDate\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": \"$.registration.initialRegistrationDate\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/RR_INITIAL_REGISTRATION_DATE\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"RR_LAST_UPDATE_DATE\",\n            \"attributes\": {\n                \"field\": \"\",\n                \"label\": \"Registration/LastUpdateDate\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": \"$.registration.lastUpdateDate\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/RR_LAST_UPDATE_DATE\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"RR_REGISTRATION_STATUS\",\n            \"attributes\": {\n                \"field\": \"\",\n                \"label\": \"Registration/RegistrationStatus\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": \"$.registration.status\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/RR_REGISTRATION_STATUS\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"RR_NEXT_RENEWAL_DATE\",\n            \"attributes\": {\n                \"field\": \"\",\n                \"label\": \"Registration/NextRenewalDate\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": \"$.registration.nextRenewalDate\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/RR_NEXT_RENEWAL_DATE\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"RR_MANAGING_LOU\",\n            \"attributes\": {\n                \"field\": \"\",\n                \"label\": \"Registration/ManagingLOU\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": \"$.registration.managingLou\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/RR_MANAGING_LOU\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"RR_VALIDATION_SOURCES\",\n            \"attributes\": {\n                \"field\": \"\",\n                \"label\": \"Registration/ValidationSources\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": \"$.registration.corroborationLevel\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/RR_VALIDATION_SOURCES\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"RR_VALIDATION_DOCUMENTS\",\n            \"attributes\": {\n                \"field\": \"\",\n                \"label\": \"Registration/ValidationDocuments\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": \"$.registration.corroborationDocuments\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/RR_VALIDATION_DOCUMENTS\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"RR_VALIDATION_REFERENCE\",\n            \"attributes\": {\n                \"field\": \"\",\n                \"label\": \"Registration/ValidationReference\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": \"$.registration.corroborationReference\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/RR_VALIDATION_REFERENCE\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"RR_EXTENSION_DELETED_AT\",\n            \"attributes\": {\n                \"field\": \"\",\n                \"label\": \"Extension/DeletedAt\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": \"$.extension.deletedAt\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/RR_EXTENSION_DELETED_AT\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"REPEX_VALID_FROM\",\n            \"attributes\": {\n                \"field\": \"\",\n                \"label\": \"REPEX Valid From\",\n                \"data_type\": \"DATE\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\",\n                    \"GREATER_THAN\",\n                    \"GREATER_THAN_OR_EQUAL\",\n                    \"LESS_THAN\",\n                    \"LESS_THAN_OR_EQUAL\",\n                    \"IN_RANGE\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": \"$.validFrom\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/REPEX_VALID_FROM\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"REPEX_VALID_TO\",\n            \"attributes\": {\n                \"field\": \"\",\n                \"label\": \"REPEX Valid To\",\n                \"data_type\": \"DATE\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\",\n                    \"GREATER_THAN\",\n                    \"GREATER_THAN_OR_EQUAL\",\n                    \"LESS_THAN\",\n                    \"LESS_THAN_OR_EQUAL\",\n                    \"IN_RANGE\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": \"$.validTo\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/REPEX_VALID_TO\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"REPEX_LEI\",\n            \"attributes\": {\n                \"field\": \"\",\n                \"label\": \"\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": \"$.lei\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/REPEX_LEI\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"REPEX_CATEGORY\",\n            \"attributes\": {\n                \"field\": \"\",\n                \"label\": \"\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": \"$.category\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/REPEX_CATEGORY\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"REPEX_REASON\",\n            \"attributes\": {\n                \"field\": \"\",\n                \"label\": \"\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": false,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": \"$.reason\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/REPEX_REASON\"\n            }\n        },\n        {\n            \"type\": \"fields\",\n            \"id\": \"REPEX_REFERENCE\",\n            \"attributes\": {\n                \"field\": \"\",\n                \"label\": \"\",\n                \"data_type\": \"STRING\",\n                \"enum\": null,\n                \"resource\": null,\n                \"sortable\": true,\n                \"operators\": [\n                    \"MATCH\",\n                    \"NOT_MATCH\"\n                ],\n                \"contexts\": [],\n                \"jsonPath\": \"$.reference\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/fields/REPEX_REFERENCE\"\n            }\n        }\n    ]\n}"}],"_postman_id":"c75e575f-937e-432c-8c53-dabfcd51cd87"},{"name":"Data Field Details By ID","id":"e67b1472-3f17-465b-90d1-3513b697efb5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","description":"<p>The 'vnd.api+json' media type specifies that the API client will only accept a JSON-formatted response body that conforms to the JSON API specification. More details can be found at <a href=\"https://www.iana.org/assignments/media-types/application/vnd.api+json\">https://www.iana.org/assignments/media-types/application/vnd.api+json</a></p>\n"}],"url":"https://api.gleif.org/api/v1/fields/:id","description":"<p>Retrieve details of one data field for filtering LEI records.</p>\n","urlObject":{"protocol":"https","path":["api","v1","fields",":id"],"host":["api","gleif","org"],"query":[],"variable":[{"id":"28c5db9b-1e8b-47d6-b20f-f106266db91d","type":"string","value":"LEIREC_LEGAL_NAME","key":"id"}]}},"response":[{"id":"4887f066-bbb1-44d9-b313-93ccc840f1d3","name":"Succesful Request with HTTP Response Code 200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":{"raw":"https://api.gleif.org/api/v1/fields/:id?","protocol":"https","host":["api","gleif","org"],"path":["api","v1","fields",":id"],"query":[{"key":"","value":null},{"key":"field","value":"LEIREC_LEGAL_NAME","disabled":true}],"variable":[{"key":"id","value":"LEIREC_LEGAL_NAME"}]},"description":"Retrieve details of one data field for filtering LEI records.\n"},"code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"fields\",\n        \"id\": \"LEIREC_LEGAL_NAME\",\n        \"attributes\": {\n            \"key\": \"LEIREC_LEGAL_NAME\",\n            \"field\": \"legalName\",\n            \"label\": \"(Primary) Legal Name\",\n            \"data_type\": \"STRING\",\n            \"enum\": null,\n            \"resource\": null,\n            \"sortable\": true,\n            \"operators\": [\n                \"MATCH\",\n                \"NOT_MATCH\"\n            ],\n            \"contexts\": [\n                \"FILTER_LEIREC\"\n            ]\n        },\n        \"links\": {\n            \"self\": \"https://leisearch-mock.gleif.org/api/v1/fields/LEIREC_LEGAL_NAME\"\n        }\n    }\n}"}],"_postman_id":"e67b1472-3f17-465b-90d1-3513b697efb5"}],"id":"5a3cf7d2-d2c0-416b-8bbf-e104f8fe51b0","description":"<p>The fields endpoint contains detailed documentation of the data fields available to the API.</p>\n","event":[{"listen":"prerequest","script":{"id":"e03f6a76-c5a8-4441-a166-1cbb56657660","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ef684aa1-3a62-4c3c-85f7-44b5687fc75b","type":"text/javascript","exec":[""]}}],"_postman_id":"5a3cf7d2-d2c0-416b-8bbf-e104f8fe51b0"},{"name":"countries","item":[{"name":"Country Codes","id":"7225877d-31e8-47a6-8e9d-ae1b108a58dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","description":"<p>The 'vnd.api+json' media type specifies that the API client will only accept a JSON-formatted response body that conforms to the JSON API specification. More details can be found at <a href=\"https://www.iana.org/assignments/media-types/application/vnd.api+json\">https://www.iana.org/assignments/media-types/application/vnd.api+json</a></p>\n"}],"url":"https://api.gleif.org/api/v1/countries","description":"<p>Retrieve all ISO 3166 Country Codes.</p>\n<ul>\n<li>This request will return all ISO 3166 Country Codes.</li>\n<li>Pagination parameters can be used to manage the large number of data items.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","v1","countries"],"host":["api","gleif","org"],"query":[],"variable":[]}},"response":[{"id":"f6e928bd-3e80-4883-9712-14e2b5971668","name":"Succesful Request with HTTP Response Code 200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://api.gleif.org/api/v1/countries","description":"Retrieve all ISO 3166 Country Codes.\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"pagination\": {\n            \"currentPage\": 1,\n            \"perPage\": 10,\n            \"from\": 1,\n            \"to\": 10,\n            \"total\": 250,\n            \"lastPage\": 25\n        }\n    },\n    \"links\": {\n        \"first\": \"//api/v1/countries?page%5Bnumber%5D=1&page%5Bsize%5D=10\",\n        \"next\": \"//api/v1/countries?page%5Bnumber%5D=2&page%5Bsize%5D=10\",\n        \"last\": \"//api/v1/countries?page%5Bnumber%5D=25&page%5Bsize%5D=10\"\n    },\n    \"data\": [\n        {\n            \"type\": \"countries\",\n            \"id\": \"AD\",\n            \"attributes\": {\n                \"code\": \"AD\",\n                \"name\": \"Andorra\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/countries/AD\"\n            }\n        },\n        {\n            \"type\": \"countries\",\n            \"id\": \"AE\",\n            \"attributes\": {\n                \"code\": \"AE\",\n                \"name\": \"United Arab Emirates (the)\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/countries/AE\"\n            }\n        },\n        {\n            \"type\": \"countries\",\n            \"id\": \"AF\",\n            \"attributes\": {\n                \"code\": \"AF\",\n                \"name\": \"Afghanistan\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/countries/AF\"\n            }\n        },\n        {\n            \"type\": \"countries\",\n            \"id\": \"AG\",\n            \"attributes\": {\n                \"code\": \"AG\",\n                \"name\": \"Antigua and Barbuda\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/countries/AG\"\n            }\n        },\n        {\n            \"type\": \"countries\",\n            \"id\": \"AI\",\n            \"attributes\": {\n                \"code\": \"AI\",\n                \"name\": \"Anguilla\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/countries/AI\"\n            }\n        },\n        {\n            \"type\": \"countries\",\n            \"id\": \"AL\",\n            \"attributes\": {\n                \"code\": \"AL\",\n                \"name\": \"Albania\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/countries/AL\"\n            }\n        },\n        {\n            \"type\": \"countries\",\n            \"id\": \"AM\",\n            \"attributes\": {\n                \"code\": \"AM\",\n                \"name\": \"Armenia\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/countries/AM\"\n            }\n        },\n        {\n            \"type\": \"countries\",\n            \"id\": \"AO\",\n            \"attributes\": {\n                \"code\": \"AO\",\n                \"name\": \"Angola\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/countries/AO\"\n            }\n        },\n        {\n            \"type\": \"countries\",\n            \"id\": \"AQ\",\n            \"attributes\": {\n                \"code\": \"AQ\",\n                \"name\": \"Antarctica\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/countries/AQ\"\n            }\n        },\n        {\n            \"type\": \"countries\",\n            \"id\": \"AR\",\n            \"attributes\": {\n                \"code\": \"AR\",\n                \"name\": \"Argentina\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/countries/AR\"\n            }\n        }\n    ]\n}"}],"_postman_id":"7225877d-31e8-47a6-8e9d-ae1b108a58dc"},{"name":"Country Code Details By ID","id":"4810e8f2-a17b-4ec0-8e3d-2e0be4152aa7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","description":"<p>The 'vnd.api+json' media type specifies that the API client will only accept a JSON-formatted response body that conforms to the JSON API specification. More details can be found at <a href=\"https://www.iana.org/assignments/media-types/application/vnd.api+json\">https://www.iana.org/assignments/media-types/application/vnd.api+json</a></p>\n"}],"url":"https://api.gleif.org/api/v1/countries/:id","description":"<p>Retrieve ISO 3166 Country Code details by ISO 3166 Country Code.</p>\n","urlObject":{"protocol":"https","path":["api","v1","countries",":id"],"host":["api","gleif","org"],"query":[],"variable":[{"id":"8407749d-2efc-45ca-85f0-2c99db26761c","description":{"content":"<p>The identifier for retrieving a Country Code's details is the ISO 3166 Country Code.</p>\n","type":"text/plain"},"type":"string","value":"AD","key":"id"}]}},"response":[{"id":"fe7275db-a122-4863-b16a-a1371cab3e57","name":"Succesful Request with HTTP Response Code 200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":{"raw":"https://api.gleif.org/api/v1/countries/:id","protocol":"https","host":["api","gleif","org"],"path":["api","v1","countries",":id"],"variable":[{"key":"id","value":"AD"}]},"description":"Retrieve ISO 3166 Country Code details by ISO 3166 Country Code.\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"countries\",\n        \"id\": \"AD\",\n        \"attributes\": {\n            \"code\": \"AD\",\n            \"name\": \"Andorra\"\n        },\n        \"links\": {\n            \"self\": \"https://api.gleif.org/api/v1/countries/AD\"\n        }\n    }\n}"}],"_postman_id":"4810e8f2-a17b-4ec0-8e3d-2e0be4152aa7"}],"id":"74a7051b-3963-41b3-bd81-2be6fa2a6598","description":"<p>The Countries endpoint contains ISO 3166 Country Codes.</p>\n","event":[{"listen":"prerequest","script":{"id":"9139bc8a-c59f-4927-bc30-8e71a6289ad6","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"11833dbb-dcb3-43b2-a38c-d49bfc5ae55f","type":"text/javascript","exec":[""]}}],"_postman_id":"74a7051b-3963-41b3-bd81-2be6fa2a6598"},{"name":"entity-legal-forms","item":[{"name":"Entity Legal Forms (ELF Codes)","id":"8156d834-c1d8-4637-a4ed-b0711bf63411","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","description":"<p>The 'vnd.api+json' media type specifies that the API client will only accept a JSON-formatted response body that conforms to the JSON API specification. More details can be found at <a href=\"https://www.iana.org/assignments/media-types/application/vnd.api+json\">https://www.iana.org/assignments/media-types/application/vnd.api+json</a></p>\n"}],"url":"https://api.gleif.org/api/v1/entity-legal-forms","description":"<p>Retrieve all Entity Legal Forms.</p>\n<ul>\n<li><p>This request will return all Entity Legal Forms.</p>\n</li>\n<li><p>Pagination parameters can be used to manage the large number of data items.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","v1","entity-legal-forms"],"host":["api","gleif","org"],"query":[],"variable":[]}},"response":[{"id":"1bcc7a92-3d0b-4cc5-9320-f959f8717149","name":"Succesful Request with HTTP Response Code 200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://api.gleif.org/api/v1/entity-legal-forms","description":"Retrieve all Entity Legal Forms.\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"pagination\": {\n            \"currentPage\": 1,\n            \"perPage\": 10,\n            \"from\": 1,\n            \"to\": 10,\n            \"total\": 1600,\n            \"lastPage\": 160\n        }\n    },\n    \"links\": {\n        \"first\": \"//api/v1/entity-legal-forms?page%5Bnumber%5D=1&page%5Bsize%5D=10\",\n        \"next\": \"//api/v1/entity-legal-forms?page%5Bnumber%5D=2&page%5Bsize%5D=10\",\n        \"last\": \"//api/v1/entity-legal-forms?page%5Bnumber%5D=160&page%5Bsize%5D=10\"\n    },\n    \"data\": [\n        {\n            \"type\": \"entity-legal-forms\",\n            \"id\": \"10UR\",\n            \"attributes\": {\n                \"code\": \"10UR\",\n                \"country\": \"Canada\",\n                \"jurisdiction\": \"Québec\",\n                \"countryCode\": \"CA\",\n                \"subdivisionCode\": \"CA-QC\",\n                \"dateCreated\": \"2017-11-30\",\n                \"status\": \"ACTV\",\n                \"names\": [\n                    {\n                        \"localName\": \"Syndicat coopératif\",\n                        \"language\": \"French\",\n                        \"languageCode\": \"fr\",\n                        \"transliteratedName\": \"Syndicat coopératif\"\n                    }\n                ]\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/entity-legal-forms/10UR\"\n            }\n        },\n        {\n            \"type\": \"entity-legal-forms\",\n            \"id\": \"135L\",\n            \"attributes\": {\n                \"code\": \"135L\",\n                \"country\": \"Italy\",\n                \"jurisdiction\": null,\n                \"countryCode\": \"IT\",\n                \"subdivisionCode\": null,\n                \"dateCreated\": \"2017-11-30\",\n                \"status\": \"ACTV \",\n                \"names\": [\n                    {\n                        \"localName\": \"Società Costituita In Base A Leggi Di Altro Stato\",\n                        \"language\": \"Italian\",\n                        \"languageCode\": \"it\",\n                        \"transliteratedName\": \"Societa' Costituita In Base A Leggi Di Altro Stato\"\n                    }\n                ]\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/entity-legal-forms/135L\"\n            }\n        },\n        {\n            \"type\": \"entity-legal-forms\",\n            \"id\": \"13AV\",\n            \"attributes\": {\n                \"code\": \"13AV\",\n                \"country\": \"Germany\",\n                \"jurisdiction\": null,\n                \"countryCode\": \"DE\",\n                \"subdivisionCode\": null,\n                \"dateCreated\": \"2017-11-30\",\n                \"status\": \"ACTV \",\n                \"names\": [\n                    {\n                        \"localName\": \"Versicherungsverein auf Gegenseitigkeit\",\n                        \"language\": \"German\",\n                        \"languageCode\": \"de\",\n                        \"transliteratedName\": \"Versicherungsverein auf Gegenseitigkeit\"\n                    }\n                ]\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/entity-legal-forms/13AV\"\n            }\n        },\n        {\n            \"type\": \"entity-legal-forms\",\n            \"id\": \"13T9\",\n            \"attributes\": {\n                \"code\": \"13T9\",\n                \"country\": \"Lithuania\",\n                \"jurisdiction\": null,\n                \"countryCode\": \"LT\",\n                \"subdivisionCode\": null,\n                \"dateCreated\": \"2017-11-30\",\n                \"status\": \"ACTV \",\n                \"names\": [\n                    {\n                        \"localName\": \"Europos bendrovės\",\n                        \"language\": \"Lithuanian\",\n                        \"languageCode\": \"lt\",\n                        \"transliteratedName\": \"Europos bendrovės\"\n                    }\n                ]\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/entity-legal-forms/13T9\"\n            }\n        },\n        {\n            \"type\": \"entity-legal-forms\",\n            \"id\": \"13ZV\",\n            \"attributes\": {\n                \"code\": \"13ZV\",\n                \"country\": \"Poland\",\n                \"jurisdiction\": null,\n                \"countryCode\": \"PL\",\n                \"subdivisionCode\": null,\n                \"dateCreated\": \"2017-11-30\",\n                \"status\": \"ACTV \",\n                \"names\": [\n                    {\n                        \"localName\": \"samodzielne publiczne zakłady opieki zdrowotnej\",\n                        \"language\": \"Polish\",\n                        \"languageCode\": \"pl\",\n                        \"transliteratedName\": \"samodzielne publiczne zakłady opieki zdrowotnej\"\n                    }\n                ]\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/entity-legal-forms/13ZV\"\n            }\n        },\n        {\n            \"type\": \"entity-legal-forms\",\n            \"id\": \"149O\",\n            \"attributes\": {\n                \"code\": \"149O\",\n                \"country\": \"Republic of Macedonia\",\n                \"jurisdiction\": null,\n                \"countryCode\": \"MK\",\n                \"subdivisionCode\": null,\n                \"dateCreated\": \"2017-11-30\",\n                \"status\": \"ACTV \",\n                \"names\": [\n                    {\n                        \"localName\": \"Командитно друштво со акции\",\n                        \"language\": \"Macedonian\",\n                        \"languageCode\": \"mk\",\n                        \"transliteratedName\": \"Komanditno drustvo so akcii\"\n                    }\n                ]\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/entity-legal-forms/149O\"\n            }\n        },\n        {\n            \"type\": \"entity-legal-forms\",\n            \"id\": \"14NU\",\n            \"attributes\": {\n                \"code\": \"14NU\",\n                \"country\": \"Slovakia\",\n                \"jurisdiction\": null,\n                \"countryCode\": \"SK\",\n                \"subdivisionCode\": null,\n                \"dateCreated\": \"2017-11-30\",\n                \"status\": \"ACTV \",\n                \"names\": [\n                    {\n                        \"localName\": \"Rozpočtové a príspevkové organizácie\",\n                        \"language\": \"Slovak\",\n                        \"languageCode\": \"sk\",\n                        \"transliteratedName\": \"Rozpočtové a príspevkové organizácie\"\n                    }\n                ]\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/entity-legal-forms/14NU\"\n            }\n        },\n        {\n            \"type\": \"entity-legal-forms\",\n            \"id\": \"157O\",\n            \"attributes\": {\n                \"code\": \"157O\",\n                \"country\": \"France\",\n                \"jurisdiction\": null,\n                \"countryCode\": \"FR\",\n                \"subdivisionCode\": null,\n                \"dateCreated\": \"2017-11-30\",\n                \"status\": \"ACTV \",\n                \"names\": [\n                    {\n                        \"localName\": \"Régie d'une collectivité locale à caractére administratif\",\n                        \"language\": \"French\",\n                        \"languageCode\": \"fr\",\n                        \"transliteratedName\": \"Régie d'une collectivité locale à caractére administratif\"\n                    }\n                ]\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/entity-legal-forms/157O\"\n            }\n        },\n        {\n            \"type\": \"entity-legal-forms\",\n            \"id\": \"15A2\",\n            \"attributes\": {\n                \"code\": \"15A2\",\n                \"country\": \"Russia\",\n                \"jurisdiction\": null,\n                \"countryCode\": \"RU\",\n                \"subdivisionCode\": null,\n                \"dateCreated\": \"2017-11-30\",\n                \"status\": \"ACTV\",\n                \"names\": [\n                    {\n                        \"localName\": \"Объединения (ассоциации и союзы) благотворительных организаций\",\n                        \"language\": \"Russian\",\n                        \"languageCode\": \"ru\",\n                        \"transliteratedName\": \"Ob\\\"yedineniya (assotsiatsii i soyuzy) blagotvoritel'nykh organizatsiy\"\n                    }\n                ]\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/entity-legal-forms/15A2\"\n            }\n        },\n        {\n            \"type\": \"entity-legal-forms\",\n            \"id\": \"17FJ\",\n            \"attributes\": {\n                \"code\": \"17FJ\",\n                \"country\": \"Singapore\",\n                \"jurisdiction\": null,\n                \"countryCode\": \"SG\",\n                \"subdivisionCode\": null,\n                \"dateCreated\": \"2017-11-30\",\n                \"status\": \"ACTV \",\n                \"names\": [\n                    {\n                        \"localName\": \"Limited Partnership\",\n                        \"language\": \"English\",\n                        \"languageCode\": \"en\",\n                        \"transliteratedName\": \"Limited Partnership\"\n                    }\n                ]\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/entity-legal-forms/17FJ\"\n            }\n        }\n    ]\n}"}],"_postman_id":"8156d834-c1d8-4637-a4ed-b0711bf63411"},{"name":"Entity Legal Form Details By ID","id":"d61be422-2428-45ca-ad98-1679eb6699f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","description":"<p>The 'vnd.api+json' media type specifies that the API client will only accept a JSON-formatted response body that conforms to the JSON API specification. More details can be found at <a href=\"https://www.iana.org/assignments/media-types/application/vnd.api+json\">https://www.iana.org/assignments/media-types/application/vnd.api+json</a></p>\n"}],"url":"https://api.gleif.org/api/v1/entity-legal-forms/:id","description":"<p>Retrieve Entity Legal Form by ELF Code.</p>\n","urlObject":{"protocol":"https","path":["api","v1","entity-legal-forms",":id"],"host":["api","gleif","org"],"query":[],"variable":[{"id":"bef9e1d9-fdcc-4931-a926-3ae5ac2dea86","description":{"content":"<p>The identifier for retrieving a Entity Legal Form's details is the ELF code.</p>\n","type":"text/plain"},"type":"string","value":"10UR","key":"id"}]}},"response":[{"id":"e173f750-73cd-48b7-9d8c-aa741f23024f","name":"Succesful Request with HTTP Response Code 200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":{"raw":"https://api.gleif.org/api/v1/entity-legal-forms/:id","protocol":"https","host":["api","gleif","org"],"path":["api","v1","entity-legal-forms",":id"],"variable":[{"key":"id","value":"10UR"}]},"description":"Retrieve Entity Legal Form by ELF Code.\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"entity-legal-forms\",\n        \"id\": \"10UR\",\n        \"attributes\": {\n            \"code\": \"10UR\",\n            \"country\": \"Canada\",\n            \"jurisdiction\": \"Québec\",\n            \"countryCode\": \"CA\",\n            \"subdivisionCode\": \"CA-QC\",\n            \"dateCreated\": \"2017-11-30\",\n            \"status\": \"ACTV\",\n            \"names\": [\n                {\n                    \"localName\": \"Syndicat coopératif\",\n                    \"language\": \"French\",\n                    \"languageCode\": \"fr\",\n                    \"transliteratedName\": \"Syndicat coopératif\"\n                }\n            ]\n        },\n        \"links\": {\n            \"self\": \"http://10.138.0.131:8090/api/v1/entity-legal-forms/10UR\"\n        }\n    }\n}"}],"_postman_id":"d61be422-2428-45ca-ad98-1679eb6699f9"}],"id":"80794c86-e6d1-43fb-a9bb-9f2b0323e89e","description":"<p>The Entity Legal Forms endpoint contains ISO 20275 ELF Codes.</p>\n","event":[{"listen":"prerequest","script":{"id":"286b9996-1e7b-4063-bcc6-17ca94b50b3b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"9d3d5a44-59c8-4a4c-b60b-1d0ab017a04d","type":"text/javascript","exec":[""]}}],"_postman_id":"80794c86-e6d1-43fb-a9bb-9f2b0323e89e"},{"name":"official-organizational-roles","item":[{"name":"Official Organizational Roles (OOR) Code List","id":"caf51897-fb86-41a8-9621-044c4a050e6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","description":"<p>The 'vnd.api+json' media type specifies that the API client will only accept a JSON-formatted response body that conforms to the JSON API specification. More details can be found at: <a href=\"https://www.iana.org/assignments/media-types/application/vnd.api+json\">https://www.iana.org/assignments/media-types/application/vnd.api+json</a></p>\n"}],"url":"https://api.gleif.org/api/v1/official-organizational-roles","description":"<p>Retrieve all Official Organizational Roles (OOR) Code List.</p>\n<ul>\n<li><p>This request will return all OOR code list.</p>\n</li>\n<li><p>This list contains over 2100 official organizational roles (as of November 2024) for almost 250 legal forms in 89 jurisdictions.</p>\n</li>\n</ul>\n<h3 id=\"finding-the-official-organizational-roles-oor-code-list-by-primary-name\">Finding the Official Organizational Roles (OOR) Code List by Primary Name</h3>\n<p>If you wish to find an OOR code list based on a primary name. This can be performed with a filter directly on the name, for example:</p>\n<p><a href=\"https://api.gleif.org/api/v1/official-organizational-roles?filter%5Bname%5D=%D1%83%D0%BF%D1%80%D0%B0%D0%B2%D0%BD%D0%BE%D0%B3\">https://api.gleif.org/api/v1/official-organizational-roles?filter[name]=управног</a></p>\n<p>Here, 'управног' represents the identifier (primary name) for retrieving the OOR code list. This request will return the OOR code list based on the specified primary name.</p>\n<h3 id=\"finding-the-official-organizational-roles-oor-code-list-by-transliterated-name\">Finding the Official Organizational Roles (OOR) Code List by Transliterated Name</h3>\n<p>If you wish to find an OOR code list based on a transliterated name. This can be performed with a filter directly on the name, for example:</p>\n<p><a href=\"https://api.gleif.org/api/v1/official-organizational-roles?filter%5Bname%5D=upravnog\">https://api.gleif.org/api/v1/official-organizational-roles?filter[name]=upravnog</a></p>\n<p>Here, 'upravnog' represents the identifier (transliterated name) for retrieving the OOR code list. This request will return the OOR code list based on the specified transliterated name.</p>\n<h3 id=\"finding-the-official-organizational-roles-oor-code-list-by-case-insensitive-name\">Finding the Official Organizational Roles (OOR) Code List by Case-insensitive Name</h3>\n<p>If you wish to find an OOR code list based on a case-insensitive name. This can be performed with a filter directly on the name, for example:</p>\n<p><a href=\"https://api.gleif.org/api/v1/official-organizational-roles?filter%5Bname%5D=receiver-MANAGER\">https://api.gleif.org/api/v1/official-organizational-roles?filter[name]=receiver-MANAGER</a></p>\n<p>Here, 'receiver-MANAGER' represents the identifier (case-insensitive name) for retrieving the OOR code list. This request will return the OOR code list that includes case-insensitive names regardless of uppercase and lowercase letters.</p>\n<h3 id=\"finding-the-official-organizational-roles-oor-code-list-by-matching-string\">Finding the Official Organizational Roles (OOR) Code List by Matching String</h3>\n<p>If you wish to find an OOR code list based on an entered matching string. This can be performed with a filter directly on the name, for example:</p>\n<p><a href=\"https://api.gleif.org/api/v1/official-organizational-roles?filter%5Bname%5D=ver-man\">https://api.gleif.org/api/v1/official-organizational-roles?filter[name]=ver-man</a></p>\n<p>Here, 'ver-man' represents the identifier (matched string) for retrieving the OOR code list. This request will return the OOR code list that matches the specified string.</p>\n<h3 id=\"finding-the-official-organizational-roles-oor-code-list-by-country-code\">Finding the Official Organizational Roles (OOR) Code List by Country Code</h3>\n<p>If you wish to find an OOR code list based on country code. This can be performed with a filter directly on the country code, for example:</p>\n<p><a href=\"https://api.gleif.org/api/v1/official-organizational-roles?filter%5BcountryCode%5D=cA\">https://api.gleif.org/api/v1/official-organizational-roles?filter[countryCode]=cA</a></p>\n<p>Here, 'cA' represents the identifier (country code) for retrieving the OOR code list. This request will return the OOR code list that matches the specified country code.</p>\n","urlObject":{"protocol":"https","path":["api","v1","official-organizational-roles"],"host":["api","gleif","org"],"query":[],"variable":[]}},"response":[{"id":"f4c15c35-b3fb-4028-9031-b4c61d5970a7","name":"Succesful Request with HTTP Response Code 200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","description":"The 'vnd.api+json' media type specifies that the API client will only accept a JSON-formatted response body that conforms to the JSON API specification. More details can be found at: https://www.iana.org/assignments/media-types/application/vnd.api+json"}],"url":"https://api.gleif.org/api/v1/official-organizational-roles"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"type\": \"official-organizational-roles\",\n            \"id\": \"01D0O4\",\n            \"attributes\": {\n                \"code\": \"01D0O4\",\n                \"country\": \"Qatar\",\n                \"jurisdiction\": null,\n                \"countryCode\": \"QA\",\n                \"subdivisionCode\": null,\n                \"dateCreated\": \"2023-06-28\",\n                \"status\": \"ACTV\",\n                \"elfCode\": \"RN1W\",\n                \"names\": [\n                    {\n                        \"name\": \"موظف\",\n                        \"language\": \"Arabic\",\n                        \"languageCode\": \"ar\",\n                        \"transliteratedName\": \"muwadaf\"\n                    }\n                ]\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/official-organizational-roles/01D0O4\"\n            }\n        },\n        {\n            \"type\": \"official-organizational-roles\",\n            \"id\": \"03EE4V\",\n            \"attributes\": {\n                \"code\": \"03EE4V\",\n                \"country\": \"Canada\",\n                \"jurisdiction\": \"Canada\",\n                \"countryCode\": \"CA\",\n                \"subdivisionCode\": null,\n                \"dateCreated\": \"2023-06-28\",\n                \"status\": \"ACTV\",\n                \"elfCode\": \"MGE0\",\n                \"names\": [\n                    {\n                        \"name\": \"receiver-manager\",\n                        \"language\": \"English\",\n                        \"languageCode\": \"en\",\n                        \"transliteratedName\": \"receiver-manager\"\n                    },\n                    {\n                        \"name\": \"séquestre-gérant\",\n                        \"language\": \"French\",\n                        \"languageCode\": \"fr\",\n                        \"transliteratedName\": \"séquestre-gérant\"\n                    }\n                ]\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/official-organizational-roles/03EE4V\"\n            }\n        },\n        {\n            \"type\": \"official-organizational-roles\",\n            \"id\": \"04GQOF\",\n            \"attributes\": {\n                \"code\": \"04GQOF\",\n                \"country\": \"United States of America\",\n                \"jurisdiction\": \"South Dakota\",\n                \"countryCode\": \"US\",\n                \"subdivisionCode\": \"US-SD\",\n                \"dateCreated\": \"2023-06-28\",\n                \"status\": \"ACTV\",\n                \"elfCode\": \"JZWN\",\n                \"names\": [\n                    {\n                        \"name\": \"director\",\n                        \"language\": \"English\",\n                        \"languageCode\": \"en\",\n                        \"transliteratedName\": \"director\"\n                    }\n                ]\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/official-organizational-roles/04GQOF\"\n            }\n        },\n        {\n            \"type\": \"official-organizational-roles\",\n            \"id\": \"062UW9\",\n            \"attributes\": {\n                \"code\": \"062UW9\",\n                \"country\": \"United States of America\",\n                \"jurisdiction\": \"Oklahoma\",\n                \"countryCode\": \"US\",\n                \"subdivisionCode\": \"US-OK\",\n                \"dateCreated\": \"2023-06-28\",\n                \"status\": \"ACTV\",\n                \"elfCode\": \"BGH4\",\n                \"names\": [\n                    {\n                        \"name\": \"vice-president\",\n                        \"language\": \"English\",\n                        \"languageCode\": \"en\",\n                        \"transliteratedName\": \"vice-president\"\n                    }\n                ]\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/official-organizational-roles/062UW9\"\n            }\n        },\n        {\n            \"type\": \"official-organizational-roles\",\n            \"id\": \"080BGK\",\n            \"attributes\": {\n                \"code\": \"080BGK\",\n                \"country\": \"Netherlands\",\n                \"jurisdiction\": null,\n                \"countryCode\": \"NL\",\n                \"subdivisionCode\": null,\n                \"dateCreated\": \"2023-06-28\",\n                \"status\": \"ACTV\",\n                \"elfCode\": \"54M6\",\n                \"names\": [\n                    {\n                        \"name\": \"Voorzitter bestuur\",\n                        \"language\": \"Dutch\",\n                        \"languageCode\": \"nl\",\n                        \"transliteratedName\": \"Voorzitter bestuur\"\n                    }\n                ]\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/official-organizational-roles/080BGK\"\n            }\n        },\n        {\n            \"type\": \"official-organizational-roles\",\n            \"id\": \"08X2MA\",\n            \"attributes\": {\n                \"code\": \"08X2MA\",\n                \"country\": \"United States of America\",\n                \"jurisdiction\": \"Maryland\",\n                \"countryCode\": \"US\",\n                \"subdivisionCode\": \"US-MD\",\n                \"dateCreated\": \"2023-06-28\",\n                \"status\": \"ACTV\",\n                \"elfCode\": \"HLR5\",\n                \"names\": [\n                    {\n                        \"name\": \"officer\",\n                        \"language\": \"English\",\n                        \"languageCode\": \"en\",\n                        \"transliteratedName\": \"officer\"\n                    }\n                ]\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/official-organizational-roles/08X2MA\"\n            }\n        },\n        {\n            \"type\": \"official-organizational-roles\",\n            \"id\": \"09D24S\",\n            \"attributes\": {\n                \"code\": \"09D24S\",\n                \"country\": \"United States of America\",\n                \"jurisdiction\": \"Nebraska\",\n                \"countryCode\": \"US\",\n                \"subdivisionCode\": \"US-NE\",\n                \"dateCreated\": \"2023-06-28\",\n                \"status\": \"ACTV\",\n                \"elfCode\": \"RH6N\",\n                \"names\": [\n                    {\n                        \"name\": \"registered agent\",\n                        \"language\": \"English\",\n                        \"languageCode\": \"en\",\n                        \"transliteratedName\": \"registered agent\"\n                    }\n                ]\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/official-organizational-roles/09D24S\"\n            }\n        },\n        {\n            \"type\": \"official-organizational-roles\",\n            \"id\": \"09VUYQ\",\n            \"attributes\": {\n                \"code\": \"09VUYQ\",\n                \"country\": \"Switzerland\",\n                \"jurisdiction\": null,\n                \"countryCode\": \"CH\",\n                \"subdivisionCode\": null,\n                \"dateCreated\": \"2023-06-28\",\n                \"status\": \"ACTV\",\n                \"elfCode\": \"FLNB\",\n                \"names\": [\n                    {\n                        \"name\": \"Commandité\",\n                        \"language\": \"French\",\n                        \"languageCode\": \"fr\",\n                        \"transliteratedName\": \"Commandité\"\n                    },\n                    {\n                        \"name\": \"Kommanditärinnen und Kommanditäre\",\n                        \"language\": \"German\",\n                        \"languageCode\": \"de\",\n                        \"transliteratedName\": \"Kommanditärinnen und Kommanditäre\"\n                    },\n                    {\n                        \"name\": \"Accomandatario\",\n                        \"language\": \"Italian\",\n                        \"languageCode\": \"it\",\n                        \"transliteratedName\": \"Accomandatario\"\n                    }\n                ]\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/official-organizational-roles/09VUYQ\"\n            }\n        },\n        {\n            \"type\": \"official-organizational-roles\",\n            \"id\": \"0AHAJA\",\n            \"attributes\": {\n                \"code\": \"0AHAJA\",\n                \"country\": \"Finland\",\n                \"jurisdiction\": null,\n                \"countryCode\": \"FI\",\n                \"subdivisionCode\": null,\n                \"dateCreated\": \"2023-06-28\",\n                \"status\": \"ACTV\",\n                \"elfCode\": \"UXEW\",\n                \"names\": [\n                    {\n                        \"name\": \"Selvitysmies\",\n                        \"language\": \"Finnish\",\n                        \"languageCode\": \"fi\",\n                        \"transliteratedName\": \"Selvitysmies\"\n                    },\n                    {\n                        \"name\": \"Likvidator\",\n                        \"language\": \"Swedish\",\n                        \"languageCode\": \"sv\",\n                        \"transliteratedName\": \"Likvidator\"\n                    }\n                ]\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/official-organizational-roles/0AHAJA\"\n            }\n        },\n        {\n            \"type\": \"official-organizational-roles\",\n            \"id\": \"0BQJRA\",\n            \"attributes\": {\n                \"code\": \"0BQJRA\",\n                \"country\": \"United States of America\",\n                \"jurisdiction\": \"District of Columbia\",\n                \"countryCode\": \"US\",\n                \"subdivisionCode\": \"US-DC\",\n                \"dateCreated\": \"2023-06-28\",\n                \"status\": \"ACTV\",\n                \"elfCode\": \"CNQ3\",\n                \"names\": [\n                    {\n                        \"name\": \"director\",\n                        \"language\": \"English\",\n                        \"languageCode\": \"en\",\n                        \"transliteratedName\": \"director\"\n                    }\n                ]\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/official-organizational-roles/0BQJRA\"\n            }\n        }\n    ]\n}"}],"_postman_id":"caf51897-fb86-41a8-9621-044c4a050e6d"},{"name":"Official Organizational Roles (OOR) Code List By ID","id":"1a03345f-532c-4156-9437-cd42f9728d11","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true,"accept-encoding":true}},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","description":"<p>The 'vnd.api+json' media type specifies that the API client will only accept a JSON-formatted response body that conforms to the JSON API specification. More details can be found at <a href=\"https://www.iana.org/assignments/media-types/application/vnd.api+json\">https://www.iana.org/assignments/media-types/application/vnd.api+json</a></p>\n"}],"url":"https://api.gleif.org/api/v1/official-organizational-roles/:id","description":"<p>Retrieve Official Organizational Roles (OOR) Code List details by OOR code ID.</p>\n","urlObject":{"protocol":"https","path":["api","v1","official-organizational-roles",":id"],"host":["api","gleif","org"],"query":[],"variable":[{"id":"e0cc5d78-a976-4ea8-be9e-7cf85b8a77cc","description":{"content":"<p>The identifier for retrieving the OOR code list details.</p>\n","type":"text/plain"},"type":"any","value":"0CGNG5","key":"id"}]}},"response":[{"id":"af02735d-ea75-4baa-a865-73d075e1c3dd","name":"Succesful Request with HTTP Response Code 200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","description":"The 'vnd.api+json' media type specifies that the API client will only accept a JSON-formatted response body that conforms to the JSON API specification. More details can be found at https://www.iana.org/assignments/media-types/application/vnd.api+json"}],"url":{"raw":"https://api.gleif.org/api/v1/official-organizational-roles/:id","protocol":"https","host":["api","gleif","org"],"path":["api","v1","official-organizational-roles",":id"],"variable":[{"key":"id","value":"0CGNG5","description":"The identifier for retrieving the OOR code list details."}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"official-organizational-roles\",\n        \"id\": \"0CGNG5\",\n        \"attributes\": {\n            \"code\": \"0CGNG5\",\n            \"country\": \"United States of America\",\n            \"jurisdiction\": \"Missouri\",\n            \"countryCode\": \"US\",\n            \"subdivisionCode\": \"US-MO\",\n            \"dateCreated\": \"2023-06-28\",\n            \"status\": \"ACTV\",\n            \"elfCode\": \"KC7Z\",\n            \"names\": [\n                {\n                    \"name\": \"receiver\",\n                    \"language\": \"English\",\n                    \"languageCode\": \"en\",\n                    \"transliteratedName\": \"receiver\"\n                }\n            ]\n        },\n        \"links\": {\n            \"self\": \"https://api.gleif.org/api/v1/official-organizational-roles/0CGNG5\"\n        }\n    }\n}"}],"_postman_id":"1a03345f-532c-4156-9437-cd42f9728d11"}],"id":"4ea59a9c-8c6a-4d71-bfb8-3a18fe1de851","description":"<p>The Official Organizational Roles (OOR) Code List endpoint contains ISO 5009 OOR codes. The OOR code is an alpha-numeric code of six characters from the basic Latin character set.</p>\n","_postman_id":"4ea59a9c-8c6a-4d71-bfb8-3a18fe1de851"},{"name":"jurisdictions","item":[{"name":"Legal Jurisdictions","id":"6c2b1ca1-500f-4ef8-86b9-4f2e8086365b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","description":"<p>The 'vnd.api+json' media type specifies that the API client will only accept a JSON-formatted response body that conforms to the JSON API specification. More details can be found at <a href=\"https://www.iana.org/assignments/media-types/application/vnd.api+json\">https://www.iana.org/assignments/media-types/application/vnd.api+json</a></p>\n"}],"url":"https://api.gleif.org/api/v1/jurisdictions","description":"<p>Retrieve all jurisdictions.</p>\n<ul>\n<li>This request will return all jurisdictions.</li>\n<li>Pagination parameters can be used to manage the large number of data items.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","v1","jurisdictions"],"host":["api","gleif","org"],"query":[],"variable":[]}},"response":[{"id":"3d06b998-8350-4a99-bdf6-882aa85724e7","name":"Succesful Request with HTTP Response Code 200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://api.gleif.org/api/v1/jurisdictions","description":"Retrieve all jurisdictions.\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"pagination\": {\n            \"currentPage\": 1,\n            \"perPage\": 10,\n            \"from\": 1,\n            \"to\": 10,\n            \"total\": 5215,\n            \"lastPage\": 522\n        }\n    },\n    \"links\": {\n        \"first\": \"//api/v1/jurisdictions?page%5Bnumber%5D=1&page%5Bsize%5D=10\",\n        \"next\": \"//api/v1/jurisdictions?page%5Bnumber%5D=2&page%5Bsize%5D=10\",\n        \"last\": \"//api/v1/jurisdictions?page%5Bnumber%5D=522&page%5Bsize%5D=10\"\n    },\n    \"data\": [\n        {\n            \"type\": \"jurisdictions\",\n            \"id\": \"AD\",\n            \"attributes\": {\n                \"code\": \"AD\",\n                \"name\": \"Andorra\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/jurisdictions/AD\"\n            }\n        },\n        {\n            \"type\": \"jurisdictions\",\n            \"id\": \"AD-02\",\n            \"attributes\": {\n                \"code\": \"AD-02\",\n                \"name\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/jurisdictions/AD-02\"\n            }\n        },\n        {\n            \"type\": \"jurisdictions\",\n            \"id\": \"AD-03\",\n            \"attributes\": {\n                \"code\": \"AD-03\",\n                \"name\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/jurisdictions/AD-03\"\n            }\n        },\n        {\n            \"type\": \"jurisdictions\",\n            \"id\": \"AD-04\",\n            \"attributes\": {\n                \"code\": \"AD-04\",\n                \"name\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/jurisdictions/AD-04\"\n            }\n        },\n        {\n            \"type\": \"jurisdictions\",\n            \"id\": \"AD-05\",\n            \"attributes\": {\n                \"code\": \"AD-05\",\n                \"name\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/jurisdictions/AD-05\"\n            }\n        },\n        {\n            \"type\": \"jurisdictions\",\n            \"id\": \"AD-06\",\n            \"attributes\": {\n                \"code\": \"AD-06\",\n                \"name\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/jurisdictions/AD-06\"\n            }\n        },\n        {\n            \"type\": \"jurisdictions\",\n            \"id\": \"AD-07\",\n            \"attributes\": {\n                \"code\": \"AD-07\",\n                \"name\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/jurisdictions/AD-07\"\n            }\n        },\n        {\n            \"type\": \"jurisdictions\",\n            \"id\": \"AD-08\",\n            \"attributes\": {\n                \"code\": \"AD-08\",\n                \"name\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/jurisdictions/AD-08\"\n            }\n        },\n        {\n            \"type\": \"jurisdictions\",\n            \"id\": \"AE\",\n            \"attributes\": {\n                \"code\": \"AE\",\n                \"name\": \"United Arab Emirates (the)\"\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/jurisdictions/AE\"\n            }\n        },\n        {\n            \"type\": \"jurisdictions\",\n            \"id\": \"AE-AJ\",\n            \"attributes\": {\n                \"code\": \"AE-AJ\",\n                \"name\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/jurisdictions/AE-AJ\"\n            }\n        }\n    ]\n}"}],"_postman_id":"6c2b1ca1-500f-4ef8-86b9-4f2e8086365b"},{"name":"Legal Jurisdiction By ID","id":"11cbaea6-2dfd-4e37-87c7-3364fb743710","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","description":"<p>The 'vnd.api+json' media type specifies that the API client will only accept a JSON-formatted response body that conforms to the JSON API specification. More details can be found at <a href=\"https://www.iana.org/assignments/media-types/application/vnd.api+json\">https://www.iana.org/assignments/media-types/application/vnd.api+json</a></p>\n"}],"url":"https://api.gleif.org/api/v1/jurisdictions/:id","description":"<p>Retrieve jurisdiction by jurisdiction code.</p>\n","urlObject":{"protocol":"https","path":["api","v1","jurisdictions",":id"],"host":["api","gleif","org"],"query":[],"variable":[{"id":"c36c821d-90e7-42d3-88fd-1d504e0f5242","description":{"content":"<p>The identifier for retrieving a jurisdiction's details is the jurisdiction code.</p>\n","type":"text/plain"},"type":"string","value":"AD","key":"id"}]}},"response":[{"id":"52eb0f58-a176-4aff-977f-14869a930ae5","name":"Succesful Request with HTTP Response Code 200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":{"raw":"https://api.gleif.org/api/v1/jurisdictions/:id","protocol":"https","host":["api","gleif","org"],"path":["api","v1","jurisdictions",":id"],"variable":[{"key":"id","value":"AD"}]},"description":"Retrieve jurisdiction by jurisdiction code.\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"jurisdictions\",\n        \"id\": \"AD\",\n        \"attributes\": {\n            \"code\": \"AD\",\n            \"name\": \"Andorra\"\n        },\n        \"links\": {\n            \"self\": \"https://api.gleif.org/api/v1/jurisdictions/AD\"\n        }\n    }\n}"}],"_postman_id":"11cbaea6-2dfd-4e37-87c7-3364fb743710"}],"id":"ddce9dd0-a7c2-4c93-a5fa-c29c5a1257d5","description":"<p>The Jurisdictions endpoint contains legal jurisdictions based on the ISO 3166 Country and Sub-Region Codes.</p>\n","event":[{"listen":"prerequest","script":{"id":"58be0ec1-8b9e-4601-b88e-e777e28eabde","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ae15aaea-d4ec-4b16-9113-98a4be5f37e4","type":"text/javascript","exec":[""]}}],"_postman_id":"ddce9dd0-a7c2-4c93-a5fa-c29c5a1257d5"},{"name":"regions","item":[{"name":"Region Codes","id":"f359b70a-bd96-44e0-a201-46ce653daa45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","description":"<p>The 'vnd.api+json' media type specifies that the API client will only accept a JSON-formatted response body that conforms to the JSON API specification. More details can be found at <a href=\"https://www.iana.org/assignments/media-types/application/vnd.api+json\">https://www.iana.org/assignments/media-types/application/vnd.api+json</a></p>\n"}],"url":"https://api.gleif.org/api/v1/regions","description":"<p>Retrieve all ISO 3166 Region Codes.</p>\n<ul>\n<li>This request will return all ISO 3166 Region Codes.</li>\n<li>Pagination parameters can be used to manage the large number of data items.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","v1","regions"],"host":["api","gleif","org"],"query":[],"variable":[]}},"response":[{"id":"7411bf8e-e604-44dd-94ea-df4722222f2c","name":"Succesful Request with HTTP Response Code 200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://api.gleif.org/api/v1/regions","description":"Retrieve all ISO 3166 Region Codes.\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"pagination\": {\n            \"currentPage\": 1,\n            \"perPage\": 10,\n            \"from\": 1,\n            \"to\": 10,\n            \"total\": 4965,\n            \"lastPage\": 497\n        }\n    },\n    \"links\": {\n        \"first\": \"//api/v1/regions?page%5Bnumber%5D=1&page%5Bsize%5D=10\",\n        \"next\": \"//api/v1/regions?page%5Bnumber%5D=2&page%5Bsize%5D=10\",\n        \"last\": \"//api/v1/regions?page%5Bnumber%5D=497&page%5Bsize%5D=10\"\n    },\n    \"data\": [\n        {\n            \"type\": \"regions\",\n            \"id\": \"AD-07\",\n            \"attributes\": {\n                \"code\": \"AD-07\",\n                \"name\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/regions/AD-07\"\n            }\n        },\n        {\n            \"type\": \"regions\",\n            \"id\": \"AD-04\",\n            \"attributes\": {\n                \"code\": \"AD-04\",\n                \"name\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/regions/AD-04\"\n            }\n        },\n        {\n            \"type\": \"regions\",\n            \"id\": \"AD-05\",\n            \"attributes\": {\n                \"code\": \"AD-05\",\n                \"name\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/regions/AD-05\"\n            }\n        },\n        {\n            \"type\": \"regions\",\n            \"id\": \"AD-02\",\n            \"attributes\": {\n                \"code\": \"AD-02\",\n                \"name\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/regions/AD-02\"\n            }\n        },\n        {\n            \"type\": \"regions\",\n            \"id\": \"AD-06\",\n            \"attributes\": {\n                \"code\": \"AD-06\",\n                \"name\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/regions/AD-06\"\n            }\n        },\n        {\n            \"type\": \"regions\",\n            \"id\": \"AD-08\",\n            \"attributes\": {\n                \"code\": \"AD-08\",\n                \"name\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/regions/AD-08\"\n            }\n        },\n        {\n            \"type\": \"regions\",\n            \"id\": \"AD-03\",\n            \"attributes\": {\n                \"code\": \"AD-03\",\n                \"name\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/regions/AD-03\"\n            }\n        },\n        {\n            \"type\": \"regions\",\n            \"id\": \"AE-SH\",\n            \"attributes\": {\n                \"code\": \"AE-SH\",\n                \"name\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/regions/AE-SH\"\n            }\n        },\n        {\n            \"type\": \"regions\",\n            \"id\": \"AE-FU\",\n            \"attributes\": {\n                \"code\": \"AE-FU\",\n                \"name\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/regions/AE-FU\"\n            }\n        },\n        {\n            \"type\": \"regions\",\n            \"id\": \"AE-DU\",\n            \"attributes\": {\n                \"code\": \"AE-DU\",\n                \"name\": null\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/regions/AE-DU\"\n            }\n        }\n    ]\n}"}],"_postman_id":"f359b70a-bd96-44e0-a201-46ce653daa45"},{"name":"Region Code Details By ID","id":"0475fa16-7f03-4712-a1f3-c515edfadc71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","description":"<p>The 'vnd.api+json' media type specifies that the API client will only accept a JSON-formatted response body that conforms to the JSON API specification. More details can be found at <a href=\"https://www.iana.org/assignments/media-types/application/vnd.api+json\">https://www.iana.org/assignments/media-types/application/vnd.api+json</a></p>\n"}],"url":"https://api.gleif.org/api/v1/regions/:id","description":"<p>Retrieve ISO 3166 Region Code details by ISO 3166 Region Code.</p>\n","urlObject":{"protocol":"https","path":["api","v1","regions",":id"],"host":["api","gleif","org"],"query":[],"variable":[{"id":"8bc1dfbb-8aa1-4119-a8a2-3971fc127cbc","description":{"content":"<p>The identifier for retrieving a Region Code's details is the ISO 3166 Region Code.</p>\n","type":"text/plain"},"type":"string","value":"AD-03","key":"id"}]}},"response":[{"id":"e66d98f3-99bb-40f6-ad97-6c3921a0ec6b","name":"Succesful Request with HTTP Response Code 200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":{"raw":"https://api.gleif.org/api/v1/regions/:id","protocol":"https","host":["api","gleif","org"],"path":["api","v1","regions",":id"],"variable":[{"key":"id","value":"AD-03"}]},"description":"Retrieve ISO 3166 Region Code details by ISO 3166 Region Code.\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"regions\",\n        \"id\": \"AD-03\",\n        \"attributes\": {\n            \"code\": \"AD-03\",\n            \"name\": null\n        },\n        \"links\": {\n            \"self\": \"https://api.gleif.org/api/v1/regions/AD-03\"\n        }\n    }\n}"}],"_postman_id":"0475fa16-7f03-4712-a1f3-c515edfadc71"}],"id":"aecb8d59-b1c5-40f3-a282-8ba6a2974f45","description":"<p>The Regions endpoint contains ISO 3166 Sub-Region Codes.</p>\n","event":[{"listen":"prerequest","script":{"id":"20377d56-ffe8-43b3-a993-55b5425cc327","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d367aada-905d-4143-a2fe-a054d31b5016","type":"text/javascript","exec":[""]}}],"_postman_id":"aecb8d59-b1c5-40f3-a282-8ba6a2974f45"},{"name":"registration-authorities","item":[{"name":"Registration Authorities","id":"e0f078b5-5c9c-426f-b045-dd258f9a5565","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","description":"<p>The 'vnd.api+json' media type specifies that the API client will only accept a JSON-formatted response body that conforms to the JSON API specification. More details can be found at <a href=\"https://www.iana.org/assignments/media-types/application/vnd.api+json\">https://www.iana.org/assignments/media-types/application/vnd.api+json</a></p>\n"}],"url":"https://api.gleif.org/api/v1/registration-authorities","description":"<p>Retrieve all Registration Authorities.</p>\n<ul>\n<li>This request will return all Registration Authorities.</li>\n<li>Pagination parameters can be used to manage the large number of data items.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","v1","registration-authorities"],"host":["api","gleif","org"],"query":[],"variable":[]}},"response":[{"id":"9145e4cb-9afc-4493-8581-1b3018ca6002","name":"Succesful Request with HTTP Response Code 200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":"https://api.gleif.org/api/v1/registration-authorities","description":"Retrieve all Registration Authorities.\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"pagination\": {\n            \"currentPage\": 1,\n            \"perPage\": 10,\n            \"from\": 1,\n            \"to\": 10,\n            \"total\": 703,\n            \"lastPage\": 71\n        }\n    },\n    \"links\": {\n        \"first\": \"//api/v1/registration-authorities?page%5Bnumber%5D=1&page%5Bsize%5D=10\",\n        \"next\": \"//api/v1/registration-authorities?page%5Bnumber%5D=2&page%5Bsize%5D=10\",\n        \"last\": \"//api/v1/registration-authorities?page%5Bnumber%5D=71&page%5Bsize%5D=10\"\n    },\n    \"data\": [\n        {\n            \"type\": \"registration-authorities\",\n            \"id\": \"RA000001\",\n            \"attributes\": {\n                \"code\": \"RA000001\",\n                \"internationalName\": \"Afghanistan Central Business Registry (Ministry of Commerce and Industries)\",\n                \"localName\": null,\n                \"internationalOrganizationName\": \"Afghanistan Central Business Registry (Ministry of Commerce and Industries)\",\n                \"localOrganizationName\": null,\n                \"website\": \"http://www.acbr.gov.af/\",\n                \"jurisdictions\": [\n                    {\n                        \"country\": \"Afghanistan\",\n                        \"countryCode\": \"AF\",\n                        \"jurisdiction\": \"Afghanistan\"\n                    }\n                ]\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/registration-authorities/RA000001\"\n            }\n        },\n        {\n            \"type\": \"registration-authorities\",\n            \"id\": \"RA000002\",\n            \"attributes\": {\n                \"code\": \"RA000002\",\n                \"internationalName\": null,\n                \"localName\": null,\n                \"internationalOrganizationName\": \"National Registration Center\",\n                \"localOrganizationName\": \"Qendra Kombetare e Regjistrimit\",\n                \"website\": \"http://www.qkr.gov.al/nrc/default1.aspx \",\n                \"jurisdictions\": [\n                    {\n                        \"country\": \"Albania\",\n                        \"countryCode\": \"AL\",\n                        \"jurisdiction\": \"Albania\"\n                    }\n                ]\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/registration-authorities/RA000002\"\n            }\n        },\n        {\n            \"type\": \"registration-authorities\",\n            \"id\": \"RA000003\",\n            \"attributes\": {\n                \"code\": \"RA000003\",\n                \"internationalName\": \"Trade Register\",\n                \"localName\": \"Registre du Commerce\",\n                \"internationalOrganizationName\": \"National Center of the Trade Register\",\n                \"localOrganizationName\": \"Centre National du Registre du Commerce (CNRC)\",\n                \"website\": \"https://sidjilcom.cnrc.dz/web/cnrc/accueil\",\n                \"jurisdictions\": [\n                    {\n                        \"country\": \"Algeria\",\n                        \"countryCode\": \"DZ\",\n                        \"jurisdiction\": \"Algeria\"\n                    }\n                ]\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/registration-authorities/RA000003\"\n            }\n        },\n        {\n            \"type\": \"registration-authorities\",\n            \"id\": \"RA000004\",\n            \"attributes\": {\n                \"code\": \"RA000004\",\n                \"internationalName\": \"Register of Commerce\",\n                \"localName\": \"Registre de Societats Mercantils\",\n                \"internationalOrganizationName\": null,\n                \"localOrganizationName\": null,\n                \"website\": \"http://www.comerc.ad/la-unitat-comerc\",\n                \"jurisdictions\": [\n                    {\n                        \"country\": \"Andorra\",\n                        \"countryCode\": \"AD\",\n                        \"jurisdiction\": \"Andorra\"\n                    }\n                ]\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/registration-authorities/RA000004\"\n            }\n        },\n        {\n            \"type\": \"registration-authorities\",\n            \"id\": \"RA000661\",\n            \"attributes\": {\n                \"code\": \"RA000661\",\n                \"internationalName\": \"Register of Supervised Entities \",\n                \"localName\": null,\n                \"internationalOrganizationName\": null,\n                \"localOrganizationName\": \"Institut Nacional Andorrà de Finances (INAF)\",\n                \"website\": \"https://www.inaf.ad/\",\n                \"jurisdictions\": [\n                    {\n                        \"country\": \"Andorra\",\n                        \"countryCode\": \"AD\",\n                        \"jurisdiction\": \"Andorra\"\n                    }\n                ]\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/registration-authorities/RA000661\"\n            }\n        },\n        {\n            \"type\": \"registration-authorities\",\n            \"id\": \"RA000005\",\n            \"attributes\": {\n                \"code\": \"RA000005\",\n                \"internationalName\": \"Central Registry of Business Names\",\n                \"localName\": \"Ficheiro Central de Denominações Sociais\",\n                \"internationalOrganizationName\": null,\n                \"localOrganizationName\": null,\n                \"website\": null,\n                \"jurisdictions\": [\n                    {\n                        \"country\": \"Angola\",\n                        \"countryCode\": \"AO\",\n                        \"jurisdiction\": \"Angola\"\n                    }\n                ]\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/registration-authorities/RA000005\"\n            }\n        },\n        {\n            \"type\": \"registration-authorities\",\n            \"id\": \"RA000006\",\n            \"attributes\": {\n                \"code\": \"RA000006\",\n                \"internationalName\": \"Commercial Registry\",\n                \"localName\": \"Commercial Registry\",\n                \"internationalOrganizationName\": \"Anguilla Commercial Registry\",\n                \"localOrganizationName\": \"Anguilla Commercial Registry\",\n                \"website\": \"http://www.commercialregistry.ai/acorn-welcome.html\",\n                \"jurisdictions\": [\n                    {\n                        \"country\": \"Anguilla\",\n                        \"countryCode\": \"AI\",\n                        \"jurisdiction\": \"Anguilla\"\n                    }\n                ]\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/registration-authorities/RA000006\"\n            }\n        },\n        {\n            \"type\": \"registration-authorities\",\n            \"id\": \"RA000007\",\n            \"attributes\": {\n                \"code\": \"RA000007\",\n                \"internationalName\": null,\n                \"localName\": null,\n                \"internationalOrganizationName\": \"Intellectual Property and Commerce Office\",\n                \"localOrganizationName\": \"Intellectual Property and Commerce Office\",\n                \"website\": \"http://www.legalaffairs.gov.ag/detail_page.php?page=coming_soon.php\",\n                \"jurisdictions\": [\n                    {\n                        \"country\": \"Antigua and Barbuda\",\n                        \"countryCode\": \"AG\",\n                        \"jurisdiction\": \"Antigua and Barbuda\"\n                    }\n                ]\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/registration-authorities/RA000007\"\n            }\n        },\n        {\n            \"type\": \"registration-authorities\",\n            \"id\": \"RA000008\",\n            \"attributes\": {\n                \"code\": \"RA000008\",\n                \"internationalName\": null,\n                \"localName\": null,\n                \"internationalOrganizationName\": \"Financial Services Regulatory Commission\",\n                \"localOrganizationName\": \"Financial Services Regulatory Commission\",\n                \"website\": \"http://www.fsrc.gov.ag/\",\n                \"jurisdictions\": [\n                    {\n                        \"country\": \"Antigua and Barbuda\",\n                        \"countryCode\": \"AG\",\n                        \"jurisdiction\": \"Antigua and Barbuda\"\n                    }\n                ]\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/registration-authorities/RA000008\"\n            }\n        },\n        {\n            \"type\": \"registration-authorities\",\n            \"id\": \"RA000009\",\n            \"attributes\": {\n                \"code\": \"RA000009\",\n                \"internationalName\": null,\n                \"localName\": null,\n                \"internationalOrganizationName\": \"Federal Administration of Public Revenues (AFIP)\",\n                \"localOrganizationName\": \"Administración Federal de Ingresos Públicos (AFIP)\",\n                \"website\": \"http://www.afip.gob.ar/home/index.html\",\n                \"jurisdictions\": [\n                    {\n                        \"country\": \"Argentina\",\n                        \"countryCode\": \"AR\",\n                        \"jurisdiction\": \"Argentina\"\n                    }\n                ]\n            },\n            \"links\": {\n                \"self\": \"https://api.gleif.org/api/v1/registration-authorities/RA000009\"\n            }\n        }\n    ]\n}"}],"_postman_id":"e0f078b5-5c9c-426f-b045-dd258f9a5565"},{"name":"Registration Authority Details By ID","id":"19b40120-607e-4ec5-9807-e5ac321162a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json","description":"<p>The 'vnd.api+json' media type specifies that the API client will only accept a JSON-formatted response body that conforms to the JSON API specification. More details can be found at <a href=\"https://www.iana.org/assignments/media-types/application/vnd.api+json\">https://www.iana.org/assignments/media-types/application/vnd.api+json</a></p>\n"}],"url":"https://api.gleif.org/api/v1/registration-authorities/:id","description":"<p>Retrieve Registration Authority (RA) by RA List Code.</p>\n","urlObject":{"protocol":"https","path":["api","v1","registration-authorities",":id"],"host":["api","gleif","org"],"query":[],"variable":[{"id":"6380aaa3-23ee-4163-9685-f99e22064966","description":{"content":"<p>The identifier for retrieving a Registration Authority is the Registration Authority (RA) List Code for that RA.</p>\n","type":"text/plain"},"type":"string","value":"RA000001","key":"id"}]}},"response":[{"id":"a75d501f-f646-4be3-87bf-a6e2f3869efb","name":"Succesful Request with HTTP Response Code 200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.api+json"}],"url":{"raw":"https://api.gleif.org/api/v1/registration-authorities/:id","protocol":"https","host":["api","gleif","org"],"path":["api","v1","registration-authorities",":id"],"variable":[{"key":"id","value":"RA000001"}]},"description":"Retrieve Registration Authority by RA List Code.\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"registration-authorities\",\n        \"id\": \"RA000001\",\n        \"attributes\": {\n            \"code\": \"RA000001\",\n            \"internationalName\": \"Afghanistan Central Business Registry (Ministry of Commerce and Industries)\",\n            \"localName\": null,\n            \"internationalOrganizationName\": \"Afghanistan Central Business Registry (Ministry of Commerce and Industries)\",\n            \"localOrganizationName\": null,\n            \"website\": \"http://www.acbr.gov.af/\",\n            \"jurisdictions\": [\n                {\n                    \"country\": \"Afghanistan\",\n                    \"countryCode\": \"AF\",\n                    \"jurisdiction\": \"Afghanistan\"\n                }\n            ]\n        },\n        \"links\": {\n            \"self\": \"http://10.138.0.131:8090/api/v1/registration-authorities/RA000001\"\n        }\n    }\n}"}],"_postman_id":"19b40120-607e-4ec5-9807-e5ac321162a9"}],"id":"0377511e-445e-40b6-8938-60f51f34b71d","description":"<p>The Registration Authorities endpoint contains Registration Authority (RA) Codes based on the GLEIF Registration Authority (RA) Code List.</p>\n","event":[{"listen":"prerequest","script":{"id":"53719109-5391-449c-90c0-b3be70ddf217","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"98cd3172-c1dd-442c-a494-7defa2aa328f","type":"text/javascript","exec":[""]}}],"_postman_id":"0377511e-445e-40b6-8938-60f51f34b71d"},{"name":"registration-agents","item":[{"name":"Registration Agents","id":"30ecccd3-842d-461b-907f-060d94938913","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gleif.org/api/v1/registration-agents","description":"<p>Retrieve all Registration Agents that consented to have their information published.</p>\n<ul>\n<li>This request will return all Registration Agents.</li>\n<li>The parameters <code>leiIssuer</code> (LEI of associated LEI Issuer) and <code>lei</code> (LEI of Registration Agent itself) can be used to select specific data items.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","v1","registration-agents"],"host":["api","gleif","org"],"query":[],"variable":[]}},"response":[{"id":"3a71bc6d-8a17-4804-a89c-b044868f3fd5","name":"Registration Agents","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.gleif.org/api/v1/registration-agents?filter[leiIssuer]=EVK05KS7XY1DEII3R011","protocol":"https","host":["api","gleif","org"],"path":["api","v1","registration-agents"],"query":[{"key":"filter[leiIssuer]","value":"EVK05KS7XY1DEII3R011"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"type\": \"registration-agents\",\n      \"id\": \"5d10d4dc929ab6.72309473\",\n      \"attributes\": {\n        \"name\": \"CDS Securities Management Solutions\",\n        \"lei\": null,\n        \"leiIssuer\": \"EVK05KS7XY1DEII3R011\",\n        \"websites\": [\n          \"https://www.cds.ca/cds-products/cds-clearing/legal-entity-identifier-lei\"\n        ]\n      },\n      \"links\": {\n        \"self\": \"https://api.gleif.org/api/v1/registration-agents/5d10d4dc929ab6.72309473\"\n      }\n    },\n    {\n      \"type\": \"registration-agents\",\n      \"id\": \"5d10d4dc98faf0.44965277\",\n      \"attributes\": {\n        \"name\": \"CUSIP Global Services\",\n        \"lei\": null,\n        \"leiIssuer\": \"EVK05KS7XY1DEII3R011\",\n        \"websites\": [\n          \"https://www.cusip.com/cusiprequest/gmeiForm.do\"\n        ]\n      },\n      \"links\": {\n        \"self\": \"https://api.gleif.org/api/v1/registration-agents/5d10d4dc98faf0.44965277\"\n      }\n    },\n    {\n      \"type\": \"registration-agents\",\n      \"id\": \"5d10d4dca6e471.44816889\",\n      \"attributes\": {\n        \"name\": \"Merscorp Holdings\",\n        \"lei\": \"5493007B6TDWK865Q765\",\n        \"leiIssuer\": \"EVK05KS7XY1DEII3R011\",\n        \"websites\": [\n          \"https://www.mersinc.org/lei\"\n        ]\n      },\n      \"links\": {\n        \"self\": \"https://api.gleif.org/api/v1/registration-agents/5d10d4dca6e471.44816889\"\n      }\n    },\n    {\n      \"type\": \"registration-agents\",\n      \"id\": \"5d10d4dcaded72.28914492\",\n      \"attributes\": {\n        \"name\": \"NordLEI\",\n        \"lei\": \"549300O897ZC5H7CY412\",\n        \"leiIssuer\": \"EVK05KS7XY1DEII3R011\",\n        \"websites\": [\n          \"https://www.nordlei.org/\",\n          \"https://www.uklei.org/\",\n          \"https://www.eurolei.org/\"\n        ]\n      },\n      \"links\": {\n        \"self\": \"https://api.gleif.org/api/v1/registration-agents/5d10d4dcaded72.28914492\"\n      }\n    },\n    {\n      \"type\": \"registration-agents\",\n      \"id\": \"5d10d4dcbbfb63.97954721\",\n      \"attributes\": {\n        \"name\": \"UkrSWIFT\",\n        \"lei\": null,\n        \"leiIssuer\": \"EVK05KS7XY1DEII3R011\",\n        \"websites\": [\n          \"https://www.ukrswift.org/lei-registration-form/\"\n        ]\n      },\n      \"links\": {\n        \"self\": \"https://api.gleif.org/api/v1/registration-agents/5d10d4dcbbfb63.97954721\"\n      }\n    },\n    {\n      \"type\": \"registration-agents\",\n      \"id\": \"5d10d4dcc2ea38.21295262\",\n      \"attributes\": {\n        \"name\": \"Cogency Global\",\n        \"lei\": null,\n        \"leiIssuer\": \"EVK05KS7XY1DEII3R011\",\n        \"websites\": [\n          \"https://www.cogencyglobal.com/legal-entity-identifiers\"\n        ]\n      },\n      \"links\": {\n        \"self\": \"https://api.gleif.org/api/v1/registration-agents/5d10d4dcc2ea38.21295262\"\n      }\n    },\n    {\n      \"type\": \"registration-agents\",\n      \"id\": \"5d10d4dcc993a6.20670430\",\n      \"attributes\": {\n        \"name\": \"Geneva Compliance Group\",\n        \"lei\": \"549300QTS6QXYFIDLY96\",\n        \"leiIssuer\": \"EVK05KS7XY1DEII3R011\",\n        \"websites\": [\n          \"https://www.swisslei.ch/\"\n        ]\n      },\n      \"links\": {\n        \"self\": \"https://api.gleif.org/api/v1/registration-agents/5d10d4dcc993a6.20670430\"\n      }\n    }\n  ]\n}"},{"id":"d81dc253-1bf8-4835-8496-4d0aa3f8c1f9","name":"Registration Agents - By LEI","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.gleif.org/api/v1/registration-agents?filter[lei]=7245007CS2LXYD2JCT52","protocol":"https","host":["api","gleif","org"],"path":["api","v1","registration-agents"],"query":[{"key":"filter[lei]","value":"7245007CS2LXYD2JCT52"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 Nov 2019 15:07:43 GMT"},{"key":"Server","value":"nginx/1.10.3"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-Robots-Tag","value":"none"},{"key":"X-Download-Options","value":"noopen"},{"key":"Content-Security-Policy","value":"default-src 'self' 'unsafe-inline' https://*.gleif.org;"},{"key":"X-Content-Security","value":"default-src 'self' 'unsafe-inline' https://*.gleif.org;"},{"key":"X-Webkit-CSP","value":"default-src 'self' 'unsafe-inline' https://*.gleif.org;"},{"key":"Content-Type","value":"application/vnd.api+json"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubdomains; preload"},{"key":"Content-Length","value":"3912"},{"key":"Keep-Alive","value":"timeout=15, max=100"},{"key":"Connection","value":"Keep-Alive"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"type\": \"registration-agents\",\n      \"id\": \"5dc02af319a3a5.60266592\",\n      \"attributes\": {\n        \"name\": \"ISIN2LEI.eu\",\n        \"lei\": \"7245007CS2LXYD2JCT52\",\n        \"leiIssuer\": \"529900T8BM49AURSDO55\",\n        \"websites\": [\n          \"https://isin2lei.eu/\"\n        ]\n      },\n      \"links\": {\n        \"self\": \"https://api.gleif.org/api/v1/registration-agents/5dc02af319a3a5.60266592\"\n      }\n    }\n  ]\n}"}],"_postman_id":"30ecccd3-842d-461b-907f-060d94938913"},{"name":"Registration Agent By ID","id":"0a63b530-ff1e-4689-8d93-a361a5628d67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gleif.org/api/v1/registration-agents/:id","description":"<p>Retrieve data for one specific Registration Agent by its unique ID.</p>\n","urlObject":{"protocol":"https","path":["api","v1","registration-agents",":id"],"host":["api","gleif","org"],"query":[],"variable":[{"id":"bdbd7970-618b-41dc-8696-5d792e489af1","type":"string","value":"","key":"id"}]}},"response":[{"id":"1e65d051-ad0e-4ce0-ad45-1779c16cfd73","name":"Registration Agent By ID","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.gleif.org/api/v1/registration-agents/:id","protocol":"https","host":["api","gleif","org"],"path":["api","v1","registration-agents",":id"],"variable":[{"key":"id","value":"5d10d4dc9f3764.95022907"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/vnd.api+json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"registration-agents\",\n        \"id\": \"5d10d4dc9f3764.95022907\",\n        \"attributes\": {\n            \"name\": \"MakoLab USA\",\n            \"lei\": \"254900UIZS15MTA7H075\",\n            \"leiIssuer\": \"EVK05KS7XY1DEII3R011\",\n            \"websites\": [\n                \"https://lei.info/\"\n            ]\n        },\n        \"links\": {\n            \"self\": \"https://api.gleif.org/api/v1/registration-agents/5d10d4dc9f3764.95022907\"\n        }\n    }\n}"}],"_postman_id":"0a63b530-ff1e-4689-8d93-a361a5628d67"}],"id":"886a3aab-2ad3-4833-9cc5-af84c4a428d6","_postman_id":"886a3aab-2ad3-4833-9cc5-af84c4a428d6","description":""},{"name":"export","item":[{"name":"Export LEI Records","id":"babea45f-c37c-490e-967c-83776015d6af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gleif.org/export/v1/lei-records./:format","urlObject":{"protocol":"https","path":["export","v1","lei-records.",":format"],"host":["api","gleif","org"],"query":[],"variable":[{"id":"83003768-4d82-4cd1-b525-0dc0696e5593","description":{"content":"<p>Accepted file formats are csv, xlsx, json or xml</p>\n","type":"text/plain"},"type":"string","value":"","key":"format"}]}},"response":[{"id":"9b33ace2-9058-4870-b945-13b62f3d0d2b","name":"Export only one LEI Record in XML format","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.gleif.org/export/v1/lei-records.xml?filter[lei]=506700GE1G29325QX363","protocol":"https","host":["api","gleif","org"],"path":["export","v1","lei-records.xml"],"query":[{"key":"filter[lei]","value":"506700GE1G29325QX363"}]}},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":null,"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\"?>\n<lei:LEIData xmlns:lei=\"http://www.gleif.org/data/schema/leidata/2016\" xmlns:gleif=\"http://www.gleif.org/data/schema/golden-copy/extensions/1.0\">\n    <lei:LEIHeader>\n        <lei:ContentDate>2020-06-01T08:04:00+00:00</lei:ContentDate>\n        <lei:FileContent>QUERY_RESPONSE</lei:FileContent>\n        <lei:RecordCount>1</lei:RecordCount>\n    </lei:LEIHeader>\n    <lei:LEIRecords>\n        <lei:LEIRecord>\n            <lei:LEI>506700GE1G29325QX363</lei:LEI>\n            <lei:Entity>\n                <lei:LegalName xml:lang=\"DE\">Global Legal Entity Identifier Foundation</lei:LegalName>\n                <lei:LegalAddress xml:lang=\"DE\">\n                    <lei:FirstAddressLine>St. Alban-Vorstadt 5</lei:FirstAddressLine>\n                    <lei:City>Basel</lei:City>\n                    <lei:Region>CH-BS</lei:Region>\n                    <lei:Country>CH</lei:Country>\n                    <lei:PostalCode>4052</lei:PostalCode>\n                </lei:LegalAddress>\n                <lei:HeadquartersAddress xml:lang=\"DE\">\n                    <lei:FirstAddressLine>St. Alban-Vorstadt 5</lei:FirstAddressLine>\n                    <lei:City>Basel</lei:City>\n                    <lei:Region>CH-BS</lei:Region>\n                    <lei:Country>CH</lei:Country>\n                    <lei:PostalCode>4052</lei:PostalCode>\n                </lei:HeadquartersAddress>\n                <lei:RegistrationAuthority>\n                    <lei:RegistrationAuthorityID>RA000548</lei:RegistrationAuthorityID>\n                    <lei:RegistrationAuthorityEntityID>CHE200595965</lei:RegistrationAuthorityEntityID>\n                </lei:RegistrationAuthority>\n                <lei:LegalJurisdiction>CH</lei:LegalJurisdiction>\n                <lei:LegalForm>\n                    <lei:EntityLegalFormCode>2JZ4</lei:EntityLegalFormCode>\n                </lei:LegalForm>\n                <lei:EntityStatus>ACTIVE</lei:EntityStatus>\n            </lei:Entity>\n            <lei:Registration>\n                <lei:InitialRegistrationDate>2018-03-16T05:13:33+00:00</lei:InitialRegistrationDate>\n                <lei:LastUpdateDate>2020-03-24T15:06:02+00:00</lei:LastUpdateDate>\n                <lei:RegistrationStatus>ISSUED</lei:RegistrationStatus>\n                <lei:NextRenewalDate>2021-03-15T23:00:00+00:00</lei:NextRenewalDate>\n                <lei:ManagingLOU>506700LOLO7M6V0E4247</lei:ManagingLOU>\n                <lei:ValidationSources>FULLY_CORROBORATED</lei:ValidationSources>\n                <lei:ValidationAuthority>\n                    <lei:ValidationAuthorityID>RA000548</lei:ValidationAuthorityID>\n                    <lei:ValidationAuthorityEntityID>CHE200595965</lei:ValidationAuthorityEntityID>\n                </lei:ValidationAuthority>\n            </lei:Registration>\n            <lei:Extension>\n                <gleif:Geocoding>\n                    <gleif:original_address>St. Alban-Vorstadt 5, 4052, Basel, CH-BS, CH</gleif:original_address>\n                    <gleif:relevance>0.93</gleif:relevance>\n                    <gleif:match_type>pointAddress</gleif:match_type>\n                    <gleif:lat>47.5547899</gleif:lat>\n                    <gleif:lng>7.59523</gleif:lng>\n                    <gleif:geocoding_date>2018-01-02T03:39:06</gleif:geocoding_date>\n                    <gleif:bounding_box>TopLeft.Latitude: 47.5559141, TopLeft.Longitude: 7.5935643, BottomRight.Latitude: 47.5536657, BottomRight.Longitude: 7.5968957</gleif:bounding_box>\n                    <gleif:match_level>houseNumber</gleif:match_level>\n                    <gleif:formatted_address>Sankt Alban-Vorstadt 5, 4052 Basel Basel-Stadt, Schweiz</gleif:formatted_address>\n                    <gleif:mapped_location_id>NT_.X67rNkRmAT6ZGJg.p482B_1A</gleif:mapped_location_id>\n                    <gleif:mapped_street>Sankt Alban-Vorstadt</gleif:mapped_street>\n                    <gleif:mapped_housenumber>5</gleif:mapped_housenumber>\n                    <gleif:mapped_postalcode>4052</gleif:mapped_postalcode>\n                    <gleif:mapped_city>Basel</gleif:mapped_city>\n                    <gleif:mapped_district>Vorst&#xE4;dte</gleif:mapped_district>\n                    <gleif:mapped_state>BS</gleif:mapped_state>\n                    <gleif:mapped_country>CHE</gleif:mapped_country>\n                </gleif:Geocoding>\n            </lei:Extension>\n        </lei:LEIRecord>\n    </lei:LEIRecords>\n</lei:LEIData>"},{"id":"b1244d26-c61f-471b-969e-98fd88bca788","name":"Export up to 5000 LEI Records in JSON format","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.gleif.org/export/v1/lei-records.json?page[size]=5000","protocol":"https","host":["api","gleif","org"],"path":["export","v1","lei-records.json"],"query":[{"key":"page[size]","value":"5000"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"records\": [\n        {\n            \"LEI\": {\n                \"$\": \"254900LAANLN8CFDA845\"\n            },\n            \"Entity\": {\n                \"LegalName\": {\n                    \"$\": \"Kemnay Advisory Services Inc.\"\n                },\n                \"LegalAddress\": {\n                    \"FirstAddressLine\": {\n                        \"$\": \"c/o Corporation Service Company\"\n                    },\n                    \"AdditionalAddressLine\": {\n                        \"$\": \"251 Little Falls Drive\"\n                    },\n                    \"City\": {\n                        \"$\": \"Wilmington\"\n                    },\n                    \"Region\": {\n                        \"$\": \"US-DE\"\n                    },\n                    \"Country\": {\n                        \"$\": \"US\"\n                    },\n                    \"PostalCode\": {\n                        \"$\": \"19808\"\n                    }\n                },\n                \"HeadquartersAddress\": {\n                    \"FirstAddressLine\": {\n                        \"$\": \"45 Rockefeller Plaza\"\n                    },\n                    \"AdditionalAddressLine\": {\n                        \"$\": \"Suite 2100\"\n                    },\n                    \"City\": {\n                        \"$\": \"New York\"\n                    },\n                    \"Region\": {\n                        \"$\": \"US-NY\"\n                    },\n                    \"Country\": {\n                        \"$\": \"US\"\n                    },\n                    \"PostalCode\": {\n                        \"$\": \"10111\"\n                    }\n                },\n                \"RegistrationAuthority\": {\n                    \"RegistrationAuthorityID\": {\n                        \"$\": \"RA000602\"\n                    },\n                    \"RegistrationAuthorityEntityID\": {\n                        \"$\": \"5054269\"\n                    }\n                },\n                \"LegalJurisdiction\": {\n                    \"$\": \"US-DE\"\n                },\n                \"LegalForm\": {\n                    \"EntityLegalFormCode\": {\n                        \"$\": \"XTIQ\"\n                    }\n                },\n                \"EntityStatus\": {\n                    \"$\": \"ACTIVE\"\n                }\n            },\n            \"Registration\": {\n                \"InitialRegistrationDate\": {\n                    \"$\": \"2020-06-09T21:31:52+00:00\"\n                },\n                \"LastUpdateDate\": {\n                    \"$\": \"2020-06-09T21:31:52+00:00\"\n                },\n                \"RegistrationStatus\": {\n                    \"$\": \"ISSUED\"\n                },\n                \"NextRenewalDate\": {\n                    \"$\": \"2021-06-09T21:31:52+00:00\"\n                },\n                \"ManagingLOU\": {\n                    \"$\": \"5493001KJTIIGC8Y1R12\"\n                },\n                \"ValidationSources\": {\n                    \"$\": \"PARTIALLY_CORROBORATED\"\n                },\n                \"ValidationAuthority\": {\n                    \"ValidationAuthorityID\": {\n                        \"$\": \"RA000602\"\n                    },\n                    \"ValidationAuthorityEntityID\": {\n                        \"$\": \"5054269\"\n                    }\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"babea45f-c37c-490e-967c-83776015d6af"}],"id":"e84a8748-43fc-42c6-9909-22e015e54b3e","description":"<p>Export up to <code>5000</code> LEI Records in preferred file format.</p>\n","event":[{"listen":"prerequest","script":{"id":"6fe3c50a-69cd-4de0-badd-12ab6cf02304","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ac4ae1e0-0007-4b30-8bde-267964c5001e","type":"text/javascript","exec":[""]}}],"_postman_id":"e84a8748-43fc-42c6-9909-22e015e54b3e"}]}