File size: 919 Bytes
4e597c4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
---
license: other
language:
- en
pretty_name: EU Regulatory & Registered Supplier List  2026-07
tags:
- europe
- government
- public-services
- procurement
- compliance
- monthly
task_categories:
- tabular-classification
---
# EU Regulatory & Registered Supplier List — 2026-07

EU-level regulatory list / compliance registry for the 2026-07 cycle. Contains the registered supplier & institution identifiers (GB company numbers, FR SIRETs, DE register numbers and other EU entities) used to verify suppliers, plus EU sanction-status overlays. Fields: entity_id, entity_name, entity_type, country_code, registered, sanction_status, cpv_sectors (list), registration_date, vat_number, listing_reason.

## Data

- Rows: >10,000
- Format: Parquet (`data/eu_regulatory_list.parquet`)

## Usage

```python
from datasets import load_dataset
ds = load_dataset("toolathon123/eu-regulatory-list-2026-07", split="train")
```