Skip to content

Documentsjabloon · eu.compliance.ubo_declaration

UBO-verklaring

  • Rendering geverifieerd
  • Officieel document
  • Versie 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

Velden in dit sjabloon

Data die naar de API wordt gestuurd, wordt gevalideerd tegen het JSON-schema van het sjabloon vóór er iets wordt gerenderd. Dit sjabloon definieert 20 velden:

Veld Verplicht Type Beschrijving
declaring_entity Verplicht object Legal entity subject to the UBO registration obligation under Art. 30(1) Directive (EU) 2015/849.
declaring_entity.name Verplicht string
declaring_entity.legal_form Verplicht string Legal form of the entity (e.g. SRL/BV, SA/NV, SAS, GmbH).
declaring_entity.registration_number Verplicht string National business / commercial register number.
declaring_entity.registered_address Verplicht string
declaring_entity.country_code Verplicht string ISO 3166-1 alpha-2 code of the Member State where the entity is incorporated.
declaring_entity.industry Optioneel string
declaration Verplicht object Metadata of the filing itself.
declaration.date Verplicht 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 Verplicht enum Filing type: initial registration, update following a change, or annual confirmation.
declaration.reason_for_update Optioneel string Required when type=update: the change that triggers the filing (new shareholder, change of control, exit, etc.).
ubos Verplicht 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 Optioneel 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 Verplicht enum Why no beneficial owner meets the >25% threshold.
no_ubo_identified.reason_detail Optioneel string
signatory Verplicht object
signatory.name Verplicht string
signatory.title Verplicht string
signatory.on_behalf_of Verplicht string Entity on whose behalf the declaration is signed — typically the declaring entity itself.
supporting_documents Optioneel array of string Filenames of supporting evidence attached to the filing (shareholder register extract, articles of association, etc.).

POST /render

Genereer het

Eén POST /render-oproep: stuur je JSON, ontvang de afgewerkte PDF. Of sla de JSON over en beschrijf het document in gewone taal op chut.app.

curl
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": "nl"}
  }' -o ubo-declaration.pdf

Veelgestelde vragen

Wat is een “UBO-verklaring”?

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). Op papii is dit document beschikbaar als sjabloon eu.compliance.ubo_declaration: een JSON-schema plus een deterministische PDF-renderer — dezelfde data levert altijd hetzelfde document op.

Kan ik een “UBO-verklaring” genereren met AI?

Ja. chut.app — de AI-backoffice aangedreven door papii — vult dit sjabloon in op basis van een beschrijving in gewone taal: jij beschrijft het document in één zin, de AI structureert de data, papii valideert die tegen het schema en rendert de PDF. Ontwikkelaars kunnen de papii-API ook rechtstreeks aanroepen met gestructureerde JSON.

Is het sjabloon “UBO-verklaring” juridisch conform?

Dit sjabloon heeft een geverifieerde rendering: het schema, de voorbeelddata en de PDF-uitvoer worden bij elke release automatisch getest. Het is gepubliceerd met status “ready”, wat betekent dat het de finale juridische review van papii nog niet heeft doorlopen. Waar het naar specifieke wetgeving verwijst, staat dat vermeld in de sjabloonbeschrijving — laat documenten met juridische gevolgen altijd door een professional nakijken voor je erop vertrouwt.