Traversal

Ubo

GET
The UBO endpoint returns paths from a single target entity to up to 50 beneficial owners. The endpoint is a shorthand for the equivalent traversal query.

Path parameters

idstringRequired
Unique identifier of the entity

Query parameters

limitintegerOptional
Limit total values for traversal. Defaults to 10. Max of 50.
offsetintegerOptional
Offset values for traversal. Defaults to 0. Max of 1000.
min_depthintegerOptional
Set minimum depth for traversal. Defaults to 1.
max_depthintegerOptional
Set maximum depth for traversal. Defaults to 4.
relationshipsenumOptional

Set relationship type(s) to follow when traversing related entities. Defaults to has_shareholder, has_beneficial_owner, has_owner, subsidiary_of, and branch_of.

psabooleanOptional
Also traverse relationships from entities that are possibly the same as any entity that appears in the path. Defaults to traversing possibly same as relationships.
countriesenumOptional

Filter paths to only those that end at an entity associated with the specified country(ies). Defaults to returning paths that end in any country.

typesenumOptional
Filter paths to only those that end at an entity of the specified type(s). Defaults to returning paths that end at any type.
sanctionedbooleanOptional
Filter paths to only those that end at an entity appearing on a watchlist. Defaults to not filtering paths by sanctioned status.
pepbooleanOptional
Filter paths to only those that end at an entity appearing on a pep list. Defaults to not filtering paths by pep status.
min_sharesintegerOptional
Set minimum percentage of share ownership for traversal. Defaults to 0.
include_unknown_sharesbooleanOptional

Also traverse relationships when share percentages are unknown. Only useful when min_shares is set greater than 0. Defaults to true.

exclude_former_relationshipsbooleanOptional
Include relationships that were valid in the past but not at the present time. Defaults to true.
exclude_closed_entitiesbooleanOptional
Include entities that existed in the past but not at the present time. Defaults to false.
eu_high_risk_thirdbooleanOptional
Filter paths to only those that entity with an entity that we have flagged with this risk factor
reputational_risk_modern_slaverybooleanOptional
Filter paths to only those that entity with an entity that we have flagged with this risk factor
state_ownedbooleanOptional
Filter paths to only those that entity with an entity that we have flagged with this risk factor
formerly_sanctionedbooleanOptional
Filter paths to only those that entity with an entity that we have flagged with this risk factor
reputational_risk_terrorismbooleanOptional
Filter paths to only those that entity with an entity that we have flagged with this risk factor
reputational_risk_organized_crimebooleanOptional
Filter paths to only those that entity with an entity that we have flagged with this risk factor
reputational_risk_financial_crimebooleanOptional
Filter paths to only those that entity with an entity that we have flagged with this risk factor
reputational_risk_bribery_and_corruptionbooleanOptional
Filter paths to only those that entity with an entity that we have flagged with this risk factor
reputational_risk_otherbooleanOptional
Filter paths to only those that entity with an entity that we have flagged with this risk factor
reputational_risk_cybercrimebooleanOptional
Filter paths to only those that entity with an entity that we have flagged with this risk factor
regulatory_actionbooleanOptional
Filter paths to only those that entity with an entity that we have flagged with this risk factor
law_enforcement_actionbooleanOptional
Filter paths to only those that entity with an entity that we have flagged with this risk factor
xinjiang_geospatialbooleanOptional
Filter paths to only those that entity with an entity that we have flagged with this risk factor

Response

This endpoint returns an object
min_depth
integer
max_depth
integer
relationships
list of enums
countries
list of enums

Country enums are normalized representations of country names. Source

types
list of strings
name
string
watchlist
boolean
psa
boolean
offset
integer
limit
integer
next
boolean
partial_results
boolean
data
list of objects
explored_count
integer
sanctioned
booleanOptional
pep
booleanOptional
GET
1curl -G https://api.sayari.com/v1/ubo/mGq1lpuqKssNWTjIokuPeA \
2 -H "Authorization: Bearer <token>" \
3 -d limit=1
200
Retrieved
1{
2 "min_depth": 1,
3 "max_depth": 4,
4 "relationships": [
5 "has_shareholder",
6 "has_beneficial_owner",
7 "has_owner",
8 "subsidiary_of",
9 "branch_of"
10 ],
11 "countries": [],
12 "types": [],
13 "name": "",
14 "watchlist": false,
15 "psa": true,
16 "offset": 0,
17 "limit": 1,
18 "next": true,
19 "partial_results": false,
20 "data": [
21 {
22 "source": "mGq1lpuqKssNWTjIokuPeA",
23 "target": {
24 "addresses": [],
25 "attribute_count": {
26 "name": 1,
27 "identifier": 1,
28 "country": 1
29 },
30 "closed": false,
31 "countries": [
32 "USA"
33 ],
34 "degree": 1,
35 "entity_url": "/v1/entity/YtldGQgcm0udY-bD4xJxjg",
36 "id": "YtldGQgcm0udY-bD4xJxjg",
37 "identifiers": [
38 {
39 "value": "2569553",
40 "type": "usa_central_registration_depository_number",
41 "label": "Usa Central Registration Depository Number"
42 }
43 ],
44 "label": "BELHASSEN, LAURENCE, SOPHIE",
45 "pep": false,
46 "psa_count": 0,
47 "related_entities_count": 1,
48 "relationship_count": {
49 "shareholder_of": 1
50 },
51 "risk": {},
52 "sanctioned": false,
53 "source_count": {
54 "cb8c8f412b4a4b29bbb7afd80fdd53f0": {
55 "count": 33,
56 "label": "USA Form ADV Investment Adviser Disclosures"
57 }
58 },
59 "trade_count": {
60 "sent": 0,
61 "received": 0
62 },
63 "type": "person",
64 "user_attribute_count": {},
65 "user_record_count": 0,
66 "user_related_entities_count": 0,
67 "user_relationship_count": {},
68 "reference_id": "cb8c8f412b4a4b29bbb7afd80fdd53f0/1524181-era-base/1619395200000:e8409aaf28d556c6ade6e818ec806142"
69 },
70 "path": [
71 {
72 "field": "has_shareholder",
73 "entity": {
74 "addresses": [
75 "35-37 Parkgate Road, London, SW11 4NP",
76 "Hammersmith Road, London",
77 "202 HAMMERSMITH ROAD, LONDON, W6 7DN"
78 ],
79 "attribute_count": {
80 "company_type": 1,
81 "name": 2,
82 "business_purpose": 3,
83 "identifier": 1,
84 "additional_information": 1,
85 "country": 3,
86 "status": 2,
87 "address": 3
88 },
89 "closed": false,
90 "countries": [
91 "GBR"
92 ],
93 "degree": 17,
94 "entity_url": "/v1/entity/zenMMQtpFHx9Cam_2nDndg",
95 "id": "zenMMQtpFHx9Cam_2nDndg",
96 "identifiers": [
97 {
98 "value": "11043864",
99 "type": "uk_company_number",
100 "label": "Uk Company Number"
101 }
102 ],
103 "label": "Victoria Beckham Holdings Limited",
104 "pep": false,
105 "psa_count": 0,
106 "related_entities_count": 17,
107 "relationship_count": {
108 "shareholder_of": 2,
109 "has_shareholder": 5,
110 "has_registered_agent": 1,
111 "has_director": 9,
112 "linked_to": 7
113 },
114 "risk": {
115 "basel_aml": {
116 "value": 3.99,
117 "metadata": {
118 "country": [
119 "GBR"
120 ]
121 },
122 "level": "relevant"
123 },
124 "cpi_score": {
125 "value": 78,
126 "metadata": {
127 "country": [
128 "GBR"
129 ]
130 },
131 "level": "relevant"
132 }
133 },
134 "sanctioned": false,
135 "source_count": {
136 "ecdfb3f2ecc8c3797e77d5795a8066ef": {
137 "count": 34,
138 "label": "UK Corporate Registry"
139 },
140 "2b618f1996252fe537a6d998ae14c9b2": {
141 "count": 1,
142 "label": "UK Corporate Registry Confirmation Statements"
143 },
144 "4ea8bac1bed868e1510ffd21842e9551": {
145 "count": 147,
146 "label": "UK Persons with Significant Control"
147 }
148 },
149 "trade_count": {
150 "sent": 0,
151 "received": 0
152 },
153 "type": "company",
154 "user_attribute_count": {},
155 "user_record_count": 0,
156 "user_related_entities_count": 0,
157 "user_relationship_count": {},
158 "company_type": "Private Limited Company",
159 "latest_status": {
160 "status": "active"
161 },
162 "reference_id": "ecdfb3f2ecc8c3797e77d5795a8066ef/11043864/1540252800000:40ec7b0310d308ebf9006148b53a2802",
163 "registration_date": "Incorporated 2017-11-02"
164 },
165 "relationships": {
166 "has_shareholder": {
167 "values": [
168 {
169 "record": "4ea8bac1bed868e1510ffd21842e9551/06517802/1560176240192",
170 "attributes": {
171 "position": [
172 {
173 "value": "Has right to appoint and remove directors"
174 },
175 {
176 "value": "Owns 75-100% of shares"
177 },
178 {
179 "value": "Owns 75-100% of voting rights"
180 }
181 ],
182 "shares": [
183 {
184 "percentage": 75
185 }
186 ]
187 },
188 "acquisition_date": "2019-06-10"
189 },
190 {
191 "record": "4ea8bac1bed868e1510ffd21842e9551/56910fae410d43596d5a94fd9405023a/1586822400000",
192 "attributes": {},
193 "acquisition_date": "2020-04-14"
194 },
195 {
196 "record": "4ea8bac1bed868e1510ffd21842e9551/56910fae410d43596d5a94fd9405023a/1601424000000",
197 "attributes": {},
198 "acquisition_date": "2020-09-30"
199 },
200 {
201 "record": "4ea8bac1bed868e1510ffd21842e9551/56910fae410d43596d5a94fd9405023a/1616630400000",
202 "attributes": {},
203 "acquisition_date": "2021-03-25"
204 },
205 {
206 "record": "4ea8bac1bed868e1510ffd21842e9551/56910fae410d43596d5a94fd9405023a/1634169600000",
207 "attributes": {},
208 "acquisition_date": "2021-10-14"
209 },
210 {
211 "record": "4ea8bac1bed868e1510ffd21842e9551/56910fae410d43596d5a94fd9405023a/1649894400000",
212 "attributes": {},
213 "acquisition_date": "2022-04-14"
214 },
215 {
216 "record": "4ea8bac1bed868e1510ffd21842e9551/56910fae410d43596d5a94fd9405023a/1667433600000",
217 "attributes": {},
218 "acquisition_date": "2022-11-03"
219 },
220 {
221 "record": "4ea8bac1bed868e1510ffd21842e9551/56910fae410d43596d5a94fd9405023a/1675123200000",
222 "attributes": {},
223 "acquisition_date": "2023-01-31"
224 },
225 {
226 "record": "4ea8bac1bed868e1510ffd21842e9551/56910fae410d43596d5a94fd9405023a/1676505600000",
227 "attributes": {},
228 "acquisition_date": "2023-02-16"
229 },
230 {
231 "record": "4ea8bac1bed868e1510ffd21842e9551/56910fae410d43596d5a94fd9405023a/1678320000000",
232 "attributes": {},
233 "acquisition_date": "2023-03-09"
234 },
235 {
236 "record": "4ea8bac1bed868e1510ffd21842e9551/56910fae410d43596d5a94fd9405023a/1680566400000",
237 "attributes": {},
238 "acquisition_date": "2023-04-04"
239 },
240 {
241 "record": "4ea8bac1bed868e1510ffd21842e9551/56910fae410d43596d5a94fd9405023a/1682899200000",
242 "attributes": {},
243 "acquisition_date": "2023-05-01"
244 },
245 {
246 "record": "4ea8bac1bed868e1510ffd21842e9551/56910fae410d43596d5a94fd9405023a/1685577600000",
247 "attributes": {},
248 "acquisition_date": "2023-06-01"
249 },
250 {
251 "record": "4ea8bac1bed868e1510ffd21842e9551/56910fae410d43596d5a94fd9405023a/1689033600000",
252 "attributes": {},
253 "acquisition_date": "2023-07-11"
254 },
255 {
256 "record": "4ea8bac1bed868e1510ffd21842e9551/56910fae410d43596d5a94fd9405023a/1692662400000",
257 "attributes": {},
258 "acquisition_date": "2023-08-22"
259 },
260 {
261 "record": "4ea8bac1bed868e1510ffd21842e9551/56910fae410d43596d5a94fd9405023a/1694476800000",
262 "attributes": {},
263 "acquisition_date": "2023-09-12"
264 },
265 {
266 "record": "4ea8bac1bed868e1510ffd21842e9551/56910fae410d43596d5a94fd9405023a/1696896000000",
267 "attributes": {},
268 "acquisition_date": "2023-10-10"
269 },
270 {
271 "record": "4ea8bac1bed868e1510ffd21842e9551/56910fae410d43596d5a94fd9405023a/1699488000000",
272 "attributes": {},
273 "acquisition_date": "2023-11-09"
274 },
275 {
276 "record": "4ea8bac1bed868e1510ffd21842e9551/56910fae410d43596d5a94fd9405023a/1702252800000",
277 "attributes": {},
278 "acquisition_date": "2023-12-11"
279 },
280 {
281 "record": "4ea8bac1bed868e1510ffd21842e9551/56910fae410d43596d5a94fd9405023a/1704067200000",
282 "attributes": {},
283 "acquisition_date": "2024-01-01"
284 },
285 {
286 "record": "4ea8bac1bed868e1510ffd21842e9551/56910fae410d43596d5a94fd9405023a/1706832000000",
287 "attributes": {},
288 "acquisition_date": "2024-02-02"
289 },
290 {
291 "record": "4ea8bac1bed868e1510ffd21842e9551/56910fae410d43596d5a94fd9405023a/1709596800000",
292 "attributes": {},
293 "acquisition_date": "2024-03-05"
294 },
295 {
296 "record": "4ea8bac1bed868e1510ffd21842e9551/56910fae410d43596d5a94fd9405023a/1711843200000",
297 "attributes": {},
298 "acquisition_date": "2024-03-31"
299 }
300 ],
301 "last_observed": "2024-03-31"
302 },
303 "linked_to": {
304 "values": [
305 {
306 "record": "4ea8bac1bed868e1510ffd21842e9551/06517802/1560176240192",
307 "attributes": {
308 "position": [
309 {
310 "value": "Has right to appoint and remove directors"
311 },
312 {
313 "value": "Owns 75-100% of shares"
314 },
315 {
316 "value": "Owns 75-100% of voting rights"
317 }
318 ]
319 },
320 "acquisition_date": "2019-06-10"
321 },
322 {
323 "record": "4ea8bac1bed868e1510ffd21842e9551/56910fae410d43596d5a94fd9405023a/1586822400000",
324 "attributes": {},
325 "acquisition_date": "2020-04-14"
326 },
327 {
328 "record": "4ea8bac1bed868e1510ffd21842e9551/56910fae410d43596d5a94fd9405023a/1601424000000",
329 "attributes": {},
330 "acquisition_date": "2020-09-30"
331 },
332 {
333 "record": "4ea8bac1bed868e1510ffd21842e9551/56910fae410d43596d5a94fd9405023a/1616630400000",
334 "attributes": {},
335 "acquisition_date": "2021-03-25"
336 },
337 {
338 "record": "4ea8bac1bed868e1510ffd21842e9551/56910fae410d43596d5a94fd9405023a/1634169600000",
339 "attributes": {},
340 "acquisition_date": "2021-10-14"
341 },
342 {
343 "record": "4ea8bac1bed868e1510ffd21842e9551/56910fae410d43596d5a94fd9405023a/1649894400000",
344 "attributes": {},
345 "acquisition_date": "2022-04-14"
346 },
347 {
348 "record": "4ea8bac1bed868e1510ffd21842e9551/56910fae410d43596d5a94fd9405023a/1667433600000",
349 "attributes": {},
350 "acquisition_date": "2022-11-03"
351 },
352 {
353 "record": "4ea8bac1bed868e1510ffd21842e9551/56910fae410d43596d5a94fd9405023a/1675123200000",
354 "attributes": {},
355 "acquisition_date": "2023-01-31"
356 },
357 {
358 "record": "4ea8bac1bed868e1510ffd21842e9551/56910fae410d43596d5a94fd9405023a/1676505600000",
359 "attributes": {},
360 "acquisition_date": "2023-02-16"
361 },
362 {
363 "record": "4ea8bac1bed868e1510ffd21842e9551/56910fae410d43596d5a94fd9405023a/1678320000000",
364 "attributes": {},
365 "acquisition_date": "2023-03-09"
366 },
367 {
368 "record": "4ea8bac1bed868e1510ffd21842e9551/56910fae410d43596d5a94fd9405023a/1680566400000",
369 "attributes": {},
370 "acquisition_date": "2023-04-04"
371 },
372 {
373 "record": "4ea8bac1bed868e1510ffd21842e9551/56910fae410d43596d5a94fd9405023a/1682899200000",
374 "attributes": {},
375 "acquisition_date": "2023-05-01"
376 },
377 {
378 "record": "4ea8bac1bed868e1510ffd21842e9551/56910fae410d43596d5a94fd9405023a/1685577600000",
379 "attributes": {},
380 "acquisition_date": "2023-06-01"
381 },
382 {
383 "record": "4ea8bac1bed868e1510ffd21842e9551/56910fae410d43596d5a94fd9405023a/1689033600000",
384 "attributes": {},
385 "acquisition_date": "2023-07-11"
386 },
387 {
388 "record": "4ea8bac1bed868e1510ffd21842e9551/56910fae410d43596d5a94fd9405023a/1692662400000",
389 "attributes": {},
390 "acquisition_date": "2023-08-22"
391 },
392 {
393 "record": "4ea8bac1bed868e1510ffd21842e9551/56910fae410d43596d5a94fd9405023a/1694476800000",
394 "attributes": {},
395 "acquisition_date": "2023-09-12"
396 },
397 {
398 "record": "4ea8bac1bed868e1510ffd21842e9551/56910fae410d43596d5a94fd9405023a/1696896000000",
399 "attributes": {},
400 "acquisition_date": "2023-10-10"
401 },
402 {
403 "record": "4ea8bac1bed868e1510ffd21842e9551/56910fae410d43596d5a94fd9405023a/1699488000000",
404 "attributes": {},
405 "acquisition_date": "2023-11-09"
406 },
407 {
408 "record": "4ea8bac1bed868e1510ffd21842e9551/56910fae410d43596d5a94fd9405023a/1702252800000",
409 "attributes": {},
410 "acquisition_date": "2023-12-11"
411 },
412 {
413 "record": "4ea8bac1bed868e1510ffd21842e9551/56910fae410d43596d5a94fd9405023a/1704067200000",
414 "attributes": {},
415 "acquisition_date": "2024-01-01"
416 },
417 {
418 "record": "4ea8bac1bed868e1510ffd21842e9551/56910fae410d43596d5a94fd9405023a/1706832000000",
419 "attributes": {},
420 "acquisition_date": "2024-02-02"
421 },
422 {
423 "record": "4ea8bac1bed868e1510ffd21842e9551/56910fae410d43596d5a94fd9405023a/1709596800000",
424 "attributes": {},
425 "acquisition_date": "2024-03-05"
426 },
427 {
428 "record": "4ea8bac1bed868e1510ffd21842e9551/56910fae410d43596d5a94fd9405023a/1711843200000",
429 "attributes": {},
430 "acquisition_date": "2024-03-31"
431 }
432 ],
433 "last_observed": "2024-03-31"
434 }
435 }
436 },
437 {
438 "field": "has_shareholder",
439 "entity": {
440 "addresses": [
441 "Wigmore Street, London, W1U 2LJ",
442 "36-38 Wigmore Street, London, W1U 2LJ",
443 "33 CAVENDISH SQUARE, 4TH FLOOR, LONDON, W1G 0PW, UNITED KINGDOM"
444 ],
445 "attribute_count": {
446 "company_type": 5,
447 "name": 3,
448 "business_purpose": 2,
449 "identifier": 5,
450 "additional_information": 4,
451 "country": 6,
452 "contact": 5,
453 "status": 2,
454 "address": 4
455 },
456 "closed": false,
457 "countries": [
458 "GBR",
459 "USA"
460 ],
461 "degree": 37,
462 "entity_url": "/v1/entity/66X8jjkC3qIxQB0JQn-tmQ",
463 "id": "66X8jjkC3qIxQB0JQn-tmQ",
464 "identifiers": [
465 {
466 "value": "Oc331931",
467 "type": "unknown",
468 "label": "Unknown"
469 },
470 {
471 "value": "168400",
472 "type": "usa_central_registration_depository_number",
473 "label": "Usa Central Registration Depository Number"
474 },
475 {
476 "value": "802-78584",
477 "type": "usa_sec_file_number_ia",
478 "label": "Usa Sec File Number Ia"
479 },
480 {
481 "value": "Oc390107",
482 "type": "unknown",
483 "label": "Unknown"
484 },
485 {
486 "value": "OC331931",
487 "type": "uk_company_number",
488 "label": "Uk Company Number"
489 }
490 ],
491 "label": "Neo Investment Partners Llp",
492 "pep": false,
493 "psa_count": 0,
494 "related_entities_count": 37,
495 "relationship_count": {
496 "has_officer": 1,
497 "linked_to": 21,
498 "shareholder_of": 7,
499 "has_shareholder": 17
500 },
501 "risk": {
502 "basel_aml": {
503 "value": 3.99,
504 "metadata": {
505 "country": [
506 "GBR"
507 ]
508 },
509 "level": "relevant"
510 },
511 "cpi_score": {
512 "value": 78,
513 "metadata": {
514 "country": [
515 "GBR"
516 ]
517 },
518 "level": "relevant"
519 }
520 },
521 "sanctioned": false,
522 "source_count": {
523 "2b788dbdf9194ed5a5c309386a6516b1": {
524 "count": 2,
525 "label": "UK HM Revenue & Customs Traders Database"
526 },
527 "cb8c8f412b4a4b29bbb7afd80fdd53f0": {
528 "count": 99,
529 "label": "USA Form ADV Investment Adviser Disclosures"
530 },
531 "ecdfb3f2ecc8c3797e77d5795a8066ef": {
532 "count": 33,
533 "label": "UK Corporate Registry"
534 },
535 "080d25f10fc4f8d9604a4f28cb7f9933": {
536 "count": 5,
537 "label": "USA SEC Investment Advisers Dataset"
538 },
539 "4ea8bac1bed868e1510ffd21842e9551": {
540 "count": 368,
541 "label": "UK Persons with Significant Control"
542 }
543 },
544 "trade_count": {
545 "sent": 0,
546 "received": 0
547 },
548 "type": "company",
549 "user_attribute_count": {},
550 "user_record_count": 0,
551 "user_related_entities_count": 0,
552 "user_relationship_count": {},
553 "company_type": "Limited Liability Partnership registered in England/Wales",
554 "latest_status": {
555 "status": "active"
556 },
557 "reference_id": "ecdfb3f2ecc8c3797e77d5795a8066ef/OC331931/1540252800000:437e8a4d8d378109d72308246f55bf39",
558 "registration_date": "Incorporated 2007-10-08"
559 },
560 "relationships": {
561 "has_shareholder": {
562 "values": [
563 {
564 "record": "4ea8bac1bed868e1510ffd21842e9551/11043864/1560176240192",
565 "attributes": {
566 "position": [
567 {
568 "value": "Owns 25-50% of shares"
569 },
570 {
571 "value": "Owns 25-50% of voting rights"
572 }
573 ],
574 "shares": [
575 {
576 "percentage": 25
577 }
578 ]
579 },
580 "acquisition_date": "2019-06-10"
581 },
582 {
583 "record": "4ea8bac1bed868e1510ffd21842e9551/ac8527d5a068fe4e461ca241471afa19/1586822400000",
584 "attributes": {},
585 "acquisition_date": "2020-04-14"
586 },
587 {
588 "record": "4ea8bac1bed868e1510ffd21842e9551/ac8527d5a068fe4e461ca241471afa19/1601424000000",
589 "attributes": {},
590 "acquisition_date": "2020-09-30"
591 },
592 {
593 "record": "4ea8bac1bed868e1510ffd21842e9551/ac8527d5a068fe4e461ca241471afa19/1616630400000",
594 "attributes": {},
595 "acquisition_date": "2021-03-25"
596 },
597 {
598 "record": "4ea8bac1bed868e1510ffd21842e9551/ac8527d5a068fe4e461ca241471afa19/1634169600000",
599 "attributes": {},
600 "acquisition_date": "2021-10-14"
601 },
602 {
603 "record": "4ea8bac1bed868e1510ffd21842e9551/ac8527d5a068fe4e461ca241471afa19/1649894400000",
604 "attributes": {},
605 "acquisition_date": "2022-04-14"
606 },
607 {
608 "record": "4ea8bac1bed868e1510ffd21842e9551/ac8527d5a068fe4e461ca241471afa19/1667433600000",
609 "attributes": {},
610 "acquisition_date": "2022-11-03"
611 },
612 {
613 "record": "4ea8bac1bed868e1510ffd21842e9551/ac8527d5a068fe4e461ca241471afa19/1675123200000",
614 "attributes": {},
615 "acquisition_date": "2023-01-31"
616 },
617 {
618 "record": "4ea8bac1bed868e1510ffd21842e9551/ac8527d5a068fe4e461ca241471afa19/1676505600000",
619 "attributes": {},
620 "acquisition_date": "2023-02-16"
621 },
622 {
623 "record": "4ea8bac1bed868e1510ffd21842e9551/ac8527d5a068fe4e461ca241471afa19/1678320000000",
624 "attributes": {},
625 "acquisition_date": "2023-03-09"
626 },
627 {
628 "record": "4ea8bac1bed868e1510ffd21842e9551/ac8527d5a068fe4e461ca241471afa19/1680566400000",
629 "attributes": {},
630 "acquisition_date": "2023-04-04"
631 },
632 {
633 "record": "4ea8bac1bed868e1510ffd21842e9551/ac8527d5a068fe4e461ca241471afa19/1682899200000",
634 "attributes": {},
635 "acquisition_date": "2023-05-01"
636 },
637 {
638 "record": "4ea8bac1bed868e1510ffd21842e9551/ac8527d5a068fe4e461ca241471afa19/1685577600000",
639 "attributes": {},
640 "acquisition_date": "2023-06-01"
641 },
642 {
643 "record": "4ea8bac1bed868e1510ffd21842e9551/ac8527d5a068fe4e461ca241471afa19/1689033600000",
644 "attributes": {},
645 "acquisition_date": "2023-07-11"
646 },
647 {
648 "record": "4ea8bac1bed868e1510ffd21842e9551/ac8527d5a068fe4e461ca241471afa19/1692662400000",
649 "attributes": {},
650 "acquisition_date": "2023-08-22"
651 },
652 {
653 "record": "4ea8bac1bed868e1510ffd21842e9551/ac8527d5a068fe4e461ca241471afa19/1694476800000",
654 "attributes": {},
655 "acquisition_date": "2023-09-12"
656 },
657 {
658 "record": "4ea8bac1bed868e1510ffd21842e9551/ac8527d5a068fe4e461ca241471afa19/1696896000000",
659 "attributes": {},
660 "acquisition_date": "2023-10-10"
661 },
662 {
663 "record": "4ea8bac1bed868e1510ffd21842e9551/ac8527d5a068fe4e461ca241471afa19/1699488000000",
664 "attributes": {},
665 "acquisition_date": "2023-11-09"
666 },
667 {
668 "record": "4ea8bac1bed868e1510ffd21842e9551/ac8527d5a068fe4e461ca241471afa19/1702252800000",
669 "attributes": {},
670 "acquisition_date": "2023-12-11"
671 },
672 {
673 "record": "4ea8bac1bed868e1510ffd21842e9551/ac8527d5a068fe4e461ca241471afa19/1704067200000",
674 "attributes": {},
675 "acquisition_date": "2024-01-01"
676 },
677 {
678 "record": "4ea8bac1bed868e1510ffd21842e9551/ac8527d5a068fe4e461ca241471afa19/1706832000000",
679 "attributes": {},
680 "acquisition_date": "2024-02-02"
681 },
682 {
683 "record": "4ea8bac1bed868e1510ffd21842e9551/ac8527d5a068fe4e461ca241471afa19/1709596800000",
684 "attributes": {},
685 "acquisition_date": "2024-03-05"
686 },
687 {
688 "record": "4ea8bac1bed868e1510ffd21842e9551/ac8527d5a068fe4e461ca241471afa19/1711843200000",
689 "attributes": {},
690 "acquisition_date": "2024-03-31"
691 }
692 ],
693 "last_observed": "2024-03-31"
694 },
695 "linked_to": {
696 "values": [
697 {
698 "record": "4ea8bac1bed868e1510ffd21842e9551/11043864/1560176240192",
699 "attributes": {
700 "position": [
701 {
702 "value": "Owns 25-50% of shares"
703 },
704 {
705 "value": "Owns 25-50% of voting rights"
706 }
707 ]
708 },
709 "acquisition_date": "2019-06-10"
710 },
711 {
712 "record": "4ea8bac1bed868e1510ffd21842e9551/ac8527d5a068fe4e461ca241471afa19/1586822400000",
713 "attributes": {},
714 "acquisition_date": "2020-04-14"
715 },
716 {
717 "record": "4ea8bac1bed868e1510ffd21842e9551/ac8527d5a068fe4e461ca241471afa19/1601424000000",
718 "attributes": {},
719 "acquisition_date": "2020-09-30"
720 },
721 {
722 "record": "4ea8bac1bed868e1510ffd21842e9551/ac8527d5a068fe4e461ca241471afa19/1616630400000",
723 "attributes": {},
724 "acquisition_date": "2021-03-25"
725 },
726 {
727 "record": "4ea8bac1bed868e1510ffd21842e9551/ac8527d5a068fe4e461ca241471afa19/1634169600000",
728 "attributes": {},
729 "acquisition_date": "2021-10-14"
730 },
731 {
732 "record": "4ea8bac1bed868e1510ffd21842e9551/ac8527d5a068fe4e461ca241471afa19/1649894400000",
733 "attributes": {},
734 "acquisition_date": "2022-04-14"
735 },
736 {
737 "record": "4ea8bac1bed868e1510ffd21842e9551/ac8527d5a068fe4e461ca241471afa19/1667433600000",
738 "attributes": {},
739 "acquisition_date": "2022-11-03"
740 },
741 {
742 "record": "4ea8bac1bed868e1510ffd21842e9551/ac8527d5a068fe4e461ca241471afa19/1675123200000",
743 "attributes": {},
744 "acquisition_date": "2023-01-31"
745 },
746 {
747 "record": "4ea8bac1bed868e1510ffd21842e9551/ac8527d5a068fe4e461ca241471afa19/1676505600000",
748 "attributes": {},
749 "acquisition_date": "2023-02-16"
750 },
751 {
752 "record": "4ea8bac1bed868e1510ffd21842e9551/ac8527d5a068fe4e461ca241471afa19/1678320000000",
753 "attributes": {},
754 "acquisition_date": "2023-03-09"
755 },
756 {
757 "record": "4ea8bac1bed868e1510ffd21842e9551/ac8527d5a068fe4e461ca241471afa19/1680566400000",
758 "attributes": {},
759 "acquisition_date": "2023-04-04"
760 },
761 {
762 "record": "4ea8bac1bed868e1510ffd21842e9551/ac8527d5a068fe4e461ca241471afa19/1682899200000",
763 "attributes": {},
764 "acquisition_date": "2023-05-01"
765 },
766 {
767 "record": "4ea8bac1bed868e1510ffd21842e9551/ac8527d5a068fe4e461ca241471afa19/1685577600000",
768 "attributes": {},
769 "acquisition_date": "2023-06-01"
770 },
771 {
772 "record": "4ea8bac1bed868e1510ffd21842e9551/ac8527d5a068fe4e461ca241471afa19/1689033600000",
773 "attributes": {},
774 "acquisition_date": "2023-07-11"
775 },
776 {
777 "record": "4ea8bac1bed868e1510ffd21842e9551/ac8527d5a068fe4e461ca241471afa19/1692662400000",
778 "attributes": {},
779 "acquisition_date": "2023-08-22"
780 },
781 {
782 "record": "4ea8bac1bed868e1510ffd21842e9551/ac8527d5a068fe4e461ca241471afa19/1694476800000",
783 "attributes": {},
784 "acquisition_date": "2023-09-12"
785 },
786 {
787 "record": "4ea8bac1bed868e1510ffd21842e9551/ac8527d5a068fe4e461ca241471afa19/1696896000000",
788 "attributes": {},
789 "acquisition_date": "2023-10-10"
790 },
791 {
792 "record": "4ea8bac1bed868e1510ffd21842e9551/ac8527d5a068fe4e461ca241471afa19/1699488000000",
793 "attributes": {},
794 "acquisition_date": "2023-11-09"
795 },
796 {
797 "record": "4ea8bac1bed868e1510ffd21842e9551/ac8527d5a068fe4e461ca241471afa19/1702252800000",
798 "attributes": {},
799 "acquisition_date": "2023-12-11"
800 },
801 {
802 "record": "4ea8bac1bed868e1510ffd21842e9551/ac8527d5a068fe4e461ca241471afa19/1704067200000",
803 "attributes": {},
804 "acquisition_date": "2024-01-01"
805 },
806 {
807 "record": "4ea8bac1bed868e1510ffd21842e9551/ac8527d5a068fe4e461ca241471afa19/1706832000000",
808 "attributes": {},
809 "acquisition_date": "2024-02-02"
810 },
811 {
812 "record": "4ea8bac1bed868e1510ffd21842e9551/ac8527d5a068fe4e461ca241471afa19/1709596800000",
813 "attributes": {},
814 "acquisition_date": "2024-03-05"
815 },
816 {
817 "record": "4ea8bac1bed868e1510ffd21842e9551/ac8527d5a068fe4e461ca241471afa19/1711843200000",
818 "attributes": {},
819 "acquisition_date": "2024-03-31"
820 }
821 ],
822 "last_observed": "2024-03-31"
823 }
824 }
825 },
826 {
827 "field": "has_shareholder",
828 "entity": {
829 "addresses": [],
830 "attribute_count": {
831 "name": 1,
832 "identifier": 1,
833 "country": 1
834 },
835 "closed": false,
836 "countries": [
837 "USA"
838 ],
839 "degree": 1,
840 "entity_url": "/v1/entity/YtldGQgcm0udY-bD4xJxjg",
841 "id": "YtldGQgcm0udY-bD4xJxjg",
842 "identifiers": [
843 {
844 "value": "2569553",
845 "type": "usa_central_registration_depository_number",
846 "label": "Usa Central Registration Depository Number"
847 }
848 ],
849 "label": "BELHASSEN, LAURENCE, SOPHIE",
850 "pep": false,
851 "psa_count": 0,
852 "related_entities_count": 1,
853 "relationship_count": {
854 "shareholder_of": 1
855 },
856 "risk": {},
857 "sanctioned": false,
858 "source_count": {
859 "cb8c8f412b4a4b29bbb7afd80fdd53f0": {
860 "count": 33,
861 "label": "USA Form ADV Investment Adviser Disclosures"
862 }
863 },
864 "trade_count": {
865 "sent": 0,
866 "received": 0
867 },
868 "type": "person",
869 "user_attribute_count": {},
870 "user_record_count": 0,
871 "user_related_entities_count": 0,
872 "user_relationship_count": {},
873 "reference_id": "cb8c8f412b4a4b29bbb7afd80fdd53f0/1524181-era-base/1619395200000:e8409aaf28d556c6ade6e818ec806142"
874 },
875 "relationships": {
876 "has_shareholder": {
877 "values": [
878 {
879 "record": "cb8c8f412b4a4b29bbb7afd80fdd53f0/1188392-era-base/1619395200000",
880 "attributes": {},
881 "acquisition_date": "2021-04-26",
882 "from_date": "2008-01",
883 "publication_date": "2018-03-30"
884 },
885 {
886 "record": "cb8c8f412b4a4b29bbb7afd80fdd53f0/1284701-era-base/1619395200000",
887 "attributes": {},
888 "acquisition_date": "2021-04-26",
889 "from_date": "2008-01",
890 "publication_date": "2019-03-29"
891 },
892 {
893 "record": "cb8c8f412b4a4b29bbb7afd80fdd53f0/1403476-era-base/1619395200000",
894 "attributes": {},
895 "acquisition_date": "2021-04-26",
896 "from_date": "2008-01",
897 "publication_date": "2020-03-31"
898 },
899 {
900 "record": "cb8c8f412b4a4b29bbb7afd80fdd53f0/1429549-era-base/1619395200000",
901 "attributes": {
902 "shares": [
903 {
904 "Schedule AB text": "at least 5% but less than 10%",
905 "percentage": 5
906 }
907 ]
908 },
909 "acquisition_date": "2021-04-26",
910 "from_date": "2008-01",
911 "publication_date": "2020-06-17"
912 },
913 {
914 "record": "cb8c8f412b4a4b29bbb7afd80fdd53f0/1524181-era-base/1619395200000",
915 "attributes": {},
916 "acquisition_date": "2021-04-26",
917 "from_date": "2008-01",
918 "publication_date": "2021-03-31"
919 },
920 {
921 "record": "cb8c8f412b4a4b29bbb7afd80fdd53f0/893946-era-base/1646870400000",
922 "attributes": {},
923 "acquisition_date": "2022-03-10",
924 "from_date": "2008-01",
925 "publication_date": "2015-03-31"
926 },
927 {
928 "record": "cb8c8f412b4a4b29bbb7afd80fdd53f0/985669-era-base/1646870400000",
929 "attributes": {},
930 "acquisition_date": "2022-03-10",
931 "from_date": "2008-01",
932 "publication_date": "2016-03-30"
933 },
934 {
935 "record": "cb8c8f412b4a4b29bbb7afd80fdd53f0/1097241-era-base/1646870400000",
936 "attributes": {},
937 "acquisition_date": "2022-03-10",
938 "from_date": "2008-01",
939 "publication_date": "2017-03-31"
940 },
941 {
942 "record": "cb8c8f412b4a4b29bbb7afd80fdd53f0/1188392-era-base/1646870400000",
943 "attributes": {},
944 "acquisition_date": "2022-03-10",
945 "from_date": "2008-01",
946 "publication_date": "2018-03-30"
947 },
948 {
949 "record": "cb8c8f412b4a4b29bbb7afd80fdd53f0/1284701-era-base/1646870400000",
950 "attributes": {},
951 "acquisition_date": "2022-03-10",
952 "from_date": "2008-01",
953 "publication_date": "2019-03-29"
954 },
955 {
956 "record": "cb8c8f412b4a4b29bbb7afd80fdd53f0/1403476-era-base/1646870400000",
957 "attributes": {},
958 "acquisition_date": "2022-03-10",
959 "from_date": "2008-01",
960 "publication_date": "2020-03-31"
961 },
962 {
963 "record": "cb8c8f412b4a4b29bbb7afd80fdd53f0/1429549-era-base/1646870400000",
964 "attributes": {},
965 "acquisition_date": "2022-03-10",
966 "from_date": "2008-01",
967 "publication_date": "2020-06-17"
968 },
969 {
970 "record": "cb8c8f412b4a4b29bbb7afd80fdd53f0/1524181-era-base/1646870400000",
971 "attributes": {},
972 "acquisition_date": "2022-03-10",
973 "from_date": "2008-01",
974 "publication_date": "2021-03-31"
975 },
976 {
977 "record": "cb8c8f412b4a4b29bbb7afd80fdd53f0/1544634-era-base/1646870400000",
978 "attributes": {},
979 "acquisition_date": "2022-03-10",
980 "from_date": "2008-01",
981 "publication_date": "2021-06-01"
982 },
983 {
984 "record": "cb8c8f412b4a4b29bbb7afd80fdd53f0/893946-era-base/1684108800000",
985 "attributes": {},
986 "acquisition_date": "2023-05-15",
987 "from_date": "2008-01",
988 "publication_date": "2015-03-31"
989 },
990 {
991 "record": "cb8c8f412b4a4b29bbb7afd80fdd53f0/985669-era-base/1684108800000",
992 "attributes": {},
993 "acquisition_date": "2023-05-15",
994 "from_date": "2008-01",
995 "publication_date": "2016-03-30"
996 },
997 {
998 "record": "cb8c8f412b4a4b29bbb7afd80fdd53f0/1097241-era-base/1684108800000",
999 "attributes": {},
1000 "acquisition_date": "2023-05-15",
1001 "from_date": "2008-01",
1002 "publication_date": "2017-03-31"
1003 },
1004 {
1005 "record": "cb8c8f412b4a4b29bbb7afd80fdd53f0/1188392-era-base/1684108800000",
1006 "attributes": {},
1007 "acquisition_date": "2023-05-15",
1008 "from_date": "2008-01",
1009 "publication_date": "2018-03-30"
1010 },
1011 {
1012 "record": "cb8c8f412b4a4b29bbb7afd80fdd53f0/1284701-era-base/1684108800000",
1013 "attributes": {},
1014 "acquisition_date": "2023-05-15",
1015 "from_date": "2008-01",
1016 "publication_date": "2019-03-29"
1017 },
1018 {
1019 "record": "cb8c8f412b4a4b29bbb7afd80fdd53f0/1403476-era-base/1684108800000",
1020 "attributes": {},
1021 "acquisition_date": "2023-05-15",
1022 "from_date": "2008-01",
1023 "publication_date": "2020-03-31"
1024 },
1025 {
1026 "record": "cb8c8f412b4a4b29bbb7afd80fdd53f0/1429549-era-base/1684108800000",
1027 "attributes": {},
1028 "acquisition_date": "2023-05-15",
1029 "from_date": "2008-01",
1030 "publication_date": "2020-06-17"
1031 },
1032 {
1033 "record": "cb8c8f412b4a4b29bbb7afd80fdd53f0/893946-era-base/1699488000000",
1034 "attributes": {},
1035 "acquisition_date": "2023-11-09",
1036 "from_date": "2008-01",
1037 "publication_date": "2015-03-31"
1038 },
1039 {
1040 "record": "cb8c8f412b4a4b29bbb7afd80fdd53f0/985669-era-base/1699488000000",
1041 "attributes": {},
1042 "acquisition_date": "2023-11-09",
1043 "from_date": "2008-01",
1044 "publication_date": "2016-03-30"
1045 },
1046 {
1047 "record": "cb8c8f412b4a4b29bbb7afd80fdd53f0/1097241-era-base/1699488000000",
1048 "attributes": {},
1049 "acquisition_date": "2023-11-09",
1050 "from_date": "2008-01",
1051 "publication_date": "2017-03-31"
1052 },
1053 {
1054 "record": "cb8c8f412b4a4b29bbb7afd80fdd53f0/1188392-era-base/1699488000000",
1055 "attributes": {},
1056 "acquisition_date": "2023-11-09",
1057 "from_date": "2008-01",
1058 "publication_date": "2018-03-30"
1059 },
1060 {
1061 "record": "cb8c8f412b4a4b29bbb7afd80fdd53f0/1284701-era-base/1699488000000",
1062 "attributes": {},
1063 "acquisition_date": "2023-11-09",
1064 "from_date": "2008-01",
1065 "publication_date": "2019-03-29"
1066 },
1067 {
1068 "record": "cb8c8f412b4a4b29bbb7afd80fdd53f0/1403476-era-base/1699488000000",
1069 "attributes": {},
1070 "acquisition_date": "2023-11-09",
1071 "from_date": "2008-01",
1072 "publication_date": "2020-03-31"
1073 },
1074 {
1075 "record": "cb8c8f412b4a4b29bbb7afd80fdd53f0/1429549-era-base/1699488000000",
1076 "attributes": {},
1077 "acquisition_date": "2023-11-09",
1078 "from_date": "2008-01",
1079 "publication_date": "2020-06-17"
1080 },
1081 {
1082 "record": "cb8c8f412b4a4b29bbb7afd80fdd53f0/1524181-era-base/1699488000000",
1083 "attributes": {},
1084 "acquisition_date": "2023-11-09",
1085 "from_date": "2008-01",
1086 "publication_date": "2021-03-31"
1087 },
1088 {
1089 "record": "cb8c8f412b4a4b29bbb7afd80fdd53f0/1544634-era-base/1699488000000",
1090 "attributes": {},
1091 "acquisition_date": "2023-11-09",
1092 "from_date": "2008-01",
1093 "publication_date": "2021-06-01"
1094 },
1095 {
1096 "record": "cb8c8f412b4a4b29bbb7afd80fdd53f0/1608772-era-base/1699488000000",
1097 "attributes": {},
1098 "acquisition_date": "2023-11-09",
1099 "from_date": "2008-01",
1100 "publication_date": "2022-03-30"
1101 },
1102 {
1103 "record": "cb8c8f412b4a4b29bbb7afd80fdd53f0/1669511-era-base/1699488000000",
1104 "attributes": {},
1105 "acquisition_date": "2023-11-09",
1106 "from_date": "2008-01",
1107 "publication_date": "2022-08-15"
1108 },
1109 {
1110 "record": "cb8c8f412b4a4b29bbb7afd80fdd53f0/1744062-era-base/1699488000000",
1111 "attributes": {},
1112 "acquisition_date": "2023-11-09",
1113 "from_date": "2008-01",
1114 "publication_date": "2023-03-30"
1115 }
1116 ],
1117 "start_date": "2008-01",
1118 "last_observed": "2023-03-30"
1119 }
1120 }
1121 }
1122 ]
1123 }
1124 ],
1125 "explored_count": 9999999
1126}