Table of contents
- Sirene
- Etablissement
- LocalisationEtranger
Documentation
Sirene
Represents SIRENE data for a company.
| Name | Type | Description |
|---|---|---|
| SIREN | String | Company SIREN number. |
| RAISON_SOCIALE | String | Name or company name for mailing. |
| SIGLE | String | Company acronym. |
| CODE_CATEGORIE_JURIDIQUE | String | Legal nature code. |
| CATEGORIE_JURIDIQUE | String | Legal nature label. |
| CODE_APEN700 | String | Company activity code. |
| APEN700 | String | Company activity label. |
| CODE_TRANCHE_EFFECTIF | String | Company workforce classification code. |
| TRANCHE_EFFECTIF | String | Company workforce classification label. |
| CATEGORIE | String | Company category. |
| DATE_CREATION | DateTime | Company creation date. |
| DATE_DEBUT | DateTime | Year when the company was added the diffusion database. |
| ETABLISSEMENTS | Etablissement[] | Establishments list. |
Etablissement
Represents an establishment.
| Name | Type | Description |
|---|---|---|
| SIRET | String | Establishment SIRET number. |
| ETAT_ADMINISTRATIF | String | Establishment administrative status (active or terminated). |
| RAISON_SOCIALE | String | Establishment name. |
| DENOMINATION_USUELLE_1 | String | Establishment usual denomination 1. |
| DENOMINATION_USUELLE_2 | String | Establishment usual denomination 2. |
| DENOMINATION_USUELLE_3 | String | Establishment usual denomination 3. |
| SIGLE | String | Establishment acronym. |
| ENSEIGNE | String | Establishment sign. |
| LOCALISATION | LocalisationEtranger | Establishment location. |
| SIEGE | Boolean | Specifies whether this establishment is the head office of the company or not. |
| CODE_TRANCHE_EFFECTIF | String | Establishment workforce code. |
| TRANCHE_EFFECTIF | String | Establishment workforce label. |
| CARACTERE_EMPLOYEUR | Boolean | Specifies whether of not the establishment is looking for applicants. |
| CODE_APET700 | String | Establishment activiy code. |
| APET700 | String | Establishment activity label. |
| DATE_CREATION_ETABLISSEMENT | DateTime | Establishment creation date. |
| DATE_CESSATION | DateTime | Establishment termination date. |
| CODE_NATURE_JURIDIQUE | String | Company legal nature code. |
| NATURE_JURIDIQUE | String | Company legal nature label. |
| DATE_CREATION_ENTREPRISE | DateTime | Company creation date. |
LocalisationEtranger
Represents a location (with country information as a complement).
| Name | Type | Description |
|---|---|---|
| PAYS | String | Country name. |
| ADRESSE_1 | String | Address (first line). |
| ADRESSE_2 | String | Address (second line). |
| CODE_POSTAL | String | Post code. |
| CODE_COMMUNE | String | INSEE city code. |
| COMMUNE | String | City name. |
| CODE_DEPARTEMENT | String | Department code. |
| DEPARTEMENT | String | Department name. |
| REGION | String | Region name. |
| LATITUDE | Double | Latitude. |
| LONGITUDE | Double | Longitude. |

