Modèle de document · generic.finance.signature_authority_matrix
Signature Authority Matrix
- Rendu vérifié
- Informatif
- Version 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
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 26 champs :
| Champ | Obligatoire | Type | Description |
|---|---|---|---|
| entity | Obligatoire | object | |
| entity.name | Obligatoire | string | |
| version | Obligatoire | string | |
| effective_date | Obligatoire | date | |
| next_review_date | Obligatoire | date | |
| currency | Obligatoire | string | |
| board_approval | Obligatoire | string | |
| matrix | Obligatoire | array of object | |
| matrix[].transaction_type | Obligatoire | enum | |
| matrix[].lower_bound | Obligatoire | number | |
| matrix[].upper_bound | Obligatoire | numbernull | |
| matrix[].mode | Obligatoire | enum | |
| matrix[].signatories | Obligatoire | string | |
| matrix[].counter_signatory | Optionnel | string | |
| authorised_signatories | Obligatoire | array of object | |
| authorised_signatories[].name | Obligatoire | string | |
| authorised_signatories[].role | Obligatoire | string | |
| authorised_signatories[].scope | Obligatoire | string | |
| authorised_signatories[].specimen_on_file | Optionnel | boolean | |
| review_frequency | Obligatoire | string | |
| approved_by | Obligatoire | object | |
| approved_by.name | Obligatoire | string | |
| approved_by.title | Obligatoire | string | |
| countersigned_by | Obligatoire | object | |
| countersigned_by.name | Obligatoire | string | |
| countersigned_by.title | Obligatoire | string |
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": "generic.finance.signature_authority_matrix",
"data": { ... },
"options": {"language": "fr"}
}' -o signature-authority-matrix.pdf Questions fréquentes
Qu'est-ce qu'un « 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. Sur papii, ce document est disponible sous forme du modèle generic.finance.signature_authority_matrix : 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 « Signature Authority Matrix » 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 « Signature Authority Matrix » 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.