Skip to content

Document template · generic.governance.share_transfer

Share Transfer

  • Render-verified
  • Legal-sensitive
  • Version 1.0.0

Private instrument of transfer for registered shares in a private limited company. Records transferor, transferee, shares transferred, consideration, warranties and the company's acknowledgement (for subsequent entry in the share register). Fits BE WVV/CCA art. 5:61 (transfer of registered shares), FR Code de commerce art. L228-1, DE GmbHG §15 (notarial form) and NL BW Boek 2 art. 2:196 (notarial form for BV).

JSON Schema

Fields in this template

Data sent to the API is validated against the template’s JSON Schema before anything is rendered. This template defines 25 fields:

Field Required Type Description
transferor Required object
transferee Required object
company Required object
company.name Required string
company.registration Required string
company.registered_office Required string
shares_transferred Required object
shares_transferred.class_name Required string
shares_transferred.number_of_shares Required integer
shares_transferred.certificate_numbers Required array of string
consideration Required object
consideration.amount Required number
consideration.currency Required string
consideration.payment_terms_prose Required string
warranties_prose Required string
pre_emption_waivers_prose Required string
effective_date Required date
governing_law Required string
signatories Required object
signatories.transferor Required object
signatories.transferee Required object
company_acknowledgement Required object
company_acknowledgement.director_name Required string
company_acknowledgement.director_title Optional string
company_acknowledgement.date Required date

POST /render

Generate it

One POST /render call: send your JSON, get the finished PDF back. Or skip the JSON entirely and describe the document in plain language on 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.governance.share_transfer",
    "data": { ... },
    "options": {"language": "en"}
  }' -o share-transfer.pdf

Frequently asked questions

What is “Share Transfer”?

Private instrument of transfer for registered shares in a private limited company. Records transferor, transferee, shares transferred, consideration, warranties and the company's acknowledgement (for subsequent entry in the share register). Fits BE WVV/CCA art. 5:61 (transfer of registered shares), FR Code de commerce art. L228-1, DE GmbHG §15 (notarial form) and NL BW Boek 2 art. 2:196 (notarial form for BV). On papii this document is available as template generic.governance.share_transfer: a JSON Schema plus a deterministic PDF renderer, so the same data always produces the same document.

Can I generate a Share Transfer with AI?

Yes. chut.app — the AI back office papii powers — fills this template from a plain-language description: you describe the document in one sentence, the AI structures the data, papii validates it against the schema and renders the PDF. Developers can also call the papii API directly with structured JSON.

Is the Share Transfer template legally compliant?

This template is render-verified: its schema, sample data and PDF output are automatically tested on every release. It is published with status “ready”, meaning it has not yet been through papii’s final legal review. Where it references specific legislation, that is stated in the template description — always have a professional check documents with legal effect before relying on them.