Modèle de document · eu.compliance.ubo_declaration
Déclaration UBO
- Rendu vérifié
- Document officiel
- Version 1.0.0
Ultimate Beneficial Owner declaration filed by a legal entity to the national UBO register under Art. 30 Directive (EU) 2015/849 (4AMLD), as amended by Directive (EU) 2018/843 (5AMLD) and recast within the AML framework by Regulation (EU) 2024/1624 (AMLR) and Directive (EU) 2024/1640 (6AMLD). The default beneficial-owner threshold is ownership or control of more than 25% of the shares, voting rights or equivalent control (Art. 3(6)(a)(i) Dir. 2015/849; Art. 2(22) Reg. 2024/1624). If no natural person is identified on that basis, the senior managing official(s) must be declared as UBO(s) of last resort (Art. 3(6)(a)(ii) Dir. 2015/849).
JSON Schema
Champs de ce modèle
Les données envoyées à l'API sont validées par le schéma JSON du modèle avant tout rendu. Ce modèle définit 20 champs :
| Champ | Obligatoire | Type | Description |
|---|---|---|---|
| declaring_entity | Obligatoire | object | Legal entity subject to the UBO registration obligation under Art. 30(1) Directive (EU) 2015/849. |
| declaring_entity.name | Obligatoire | string | |
| declaring_entity.legal_form | Obligatoire | string | Legal form of the entity (e.g. SRL/BV, SA/NV, SAS, GmbH). |
| declaring_entity.registration_number | Obligatoire | string | National business / commercial register number. |
| declaring_entity.registered_address | Obligatoire | string | |
| declaring_entity.country_code | Obligatoire | string | ISO 3166-1 alpha-2 code of the Member State where the entity is incorporated. |
| declaring_entity.industry | Optionnel | string | |
| declaration | Obligatoire | object | Metadata of the filing itself. |
| declaration.date | Obligatoire | date | Date of the declaration. Updates must be filed without undue delay and in any event within one month of the change (Art. 30(4) Directive (E… |
| declaration.type | Obligatoire | enum | Filing type: initial registration, update following a change, or annual confirmation. |
| declaration.reason_for_update | Optionnel | string | Required when type=update: the change that triggers the filing (new shareholder, change of control, exit, etc.). |
| ubos | Obligatoire | array | Natural persons who are ultimate beneficial owners of the declaring entity. Where no >25% owner exists, this list must still contain the se… |
| no_ubo_identified | Optionnel | object | Optional explanation used when no natural person meets the >25% threshold and senior managing official(s) are declared as UBO(s) of last re… |
| no_ubo_identified.reason | Obligatoire | enum | Why no beneficial owner meets the >25% threshold. |
| no_ubo_identified.reason_detail | Optionnel | string | |
| signatory | Obligatoire | object | |
| signatory.name | Obligatoire | string | |
| signatory.title | Obligatoire | string | |
| signatory.on_behalf_of | Obligatoire | string | Entity on whose behalf the declaration is signed — typically the declaring entity itself. |
| supporting_documents | Optionnel | array of string | Filenames of supporting evidence attached to the filing (shareholder register extract, articles of association, etc.). |
POST /render
Générez-le
Un seul appel POST /render : envoyez votre JSON, recevez le PDF final. Ou passez-vous du JSON et décrivez le document en langage naturel sur chut.app.
curl -X POST https://api.papii.eu/render \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"template": "eu.compliance.ubo_declaration",
"data": { ... },
"options": {"language": "fr"}
}' -o ubo-declaration.pdf Questions fréquentes
Qu'est-ce qu'un « Déclaration UBO » ?
Ultimate Beneficial Owner declaration filed by a legal entity to the national UBO register under Art. 30 Directive (EU) 2015/849 (4AMLD), as amended by Directive (EU) 2018/843 (5AMLD) and recast within the AML framework by Regulation (EU) 2024/1624 (AMLR) and Directive (EU) 2024/1640 (6AMLD). The default beneficial-owner threshold is ownership or control of more than 25% of the shares, voting rights or equivalent control (Art. 3(6)(a)(i) Dir. 2015/849; Art. 2(22) Reg. 2024/1624). If no natural person is identified on that basis, the senior managing official(s) must be declared as UBO(s) of last resort (Art. 3(6)(a)(ii) Dir. 2015/849). Sur papii, ce document est disponible sous forme du modèle eu.compliance.ubo_declaration : un schéma JSON associé à un rendu PDF déterministe — les mêmes données produisent toujours le même document.
Puis-je générer un « Déclaration UBO » avec l'IA ?
Oui. chut.app — le back-office IA propulsé par papii — remplit ce modèle à partir d'une description en langage naturel : vous décrivez le document en une phrase, l'IA structure les données, papii les valide contre le schéma et génère le PDF. Les développeurs peuvent aussi appeler directement l'API papii avec du JSON structuré.
Le modèle « Déclaration UBO » est-il conforme juridiquement ?
Ce modèle est au rendu vérifié : son schéma, ses données d'exemple et sa sortie PDF sont testés automatiquement à chaque version. Il est publié avec le statut « ready », ce qui signifie qu'il n'a pas encore passé la revue juridique finale de papii. Lorsqu'il fait référence à une législation précise, celle-ci est indiquée dans la description du modèle — faites toujours vérifier par un professionnel les documents à portée juridique avant de vous y fier.