Skip to content

Documentsjabloon · generic.finance.signature_authority_matrix

Signature Authority Matrix

  • Rendering geverifieerd
  • Informatief
  • Versie 1.0.0

Internal policy setting out who may sign, jointly or alone, for which kind of transaction and up to which amount threshold. The matrix is paired with a list of authorised signatories and review rules; approval by the board or a duly empowered body is recorded.

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 26 velden:

Veld Verplicht Type Beschrijving
entity Verplicht object
entity.name Verplicht string
version Verplicht string
effective_date Verplicht date
next_review_date Verplicht date
currency Verplicht string
board_approval Verplicht string
matrix Verplicht array of object
matrix[].transaction_type Verplicht enum
matrix[].lower_bound Verplicht number
matrix[].upper_bound Verplicht numbernull
matrix[].mode Verplicht enum
matrix[].signatories Verplicht string
matrix[].counter_signatory Optioneel string
authorised_signatories Verplicht array of object
authorised_signatories[].name Verplicht string
authorised_signatories[].role Verplicht string
authorised_signatories[].scope Verplicht string
authorised_signatories[].specimen_on_file Optioneel boolean
review_frequency Verplicht string
approved_by Verplicht object
approved_by.name Verplicht string
approved_by.title Verplicht string
countersigned_by Verplicht object
countersigned_by.name Verplicht string
countersigned_by.title Verplicht string

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": "generic.finance.signature_authority_matrix",
    "data": { ... },
    "options": {"language": "nl"}
  }' -o signature-authority-matrix.pdf

Veelgestelde vragen

Wat is een “Signature Authority Matrix”?

Internal policy setting out who may sign, jointly or alone, for which kind of transaction and up to which amount threshold. The matrix is paired with a list of authorised signatories and review rules; approval by the board or a duly empowered body is recorded. Op papii is dit document beschikbaar als sjabloon generic.finance.signature_authority_matrix: een JSON-schema plus een deterministische PDF-renderer — dezelfde data levert altijd hetzelfde document op.

Kan ik een “Signature Authority Matrix” 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 “Signature Authority Matrix” 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.