Skip to content

Document template · generic.finance.dividend_notice

Dividend Notice

  • Render-verified
  • Official document
  • Version 1.0.0

Corporate notice announcing the declaration and payment of a dividend following a board or general-meeting resolution: per-share amount, record/ex/payment dates, withholding-tax information and optional per-shareholder distribution table.

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 33 fields:

Field Required Type Description
notice_date Required date
company Required object
company.name Required string
company.registration Required string
company.address Required string
resolution Required object
resolution.kind Required enum
resolution.date Required date
resolution.reference Optional string
dividend Required object
dividend.nature Required enum
dividend.fiscal_year Optional string
dividend.per_share Required number
dividend.total_amount Required number
dividend.share_class Required enum
dividend.currency Required string
dividend.record_date Required date
dividend.ex_date Required date
dividend.payment_date Required date
dividend.payment_method Required enum
withholding Required object
withholding.rate_pct Required number
withholding.net_per_share Required number
withholding.note Required string
distribution_table Optional array of object
distribution_table[].shareholder Required string
distribution_table[].shares Required integer
distribution_table[].gross_amount Required number
distribution_table[].withholding_amount Required number
distribution_table[].net_amount Required number

+3 more fields — the full JSON Schema is available in the dashboard and via the API.

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.finance.dividend_notice",
    "data": { ... },
    "options": {"language": "en"}
  }' -o dividend-notice.pdf

Frequently asked questions

What is “Dividend Notice”?

Corporate notice announcing the declaration and payment of a dividend following a board or general-meeting resolution: per-share amount, record/ex/payment dates, withholding-tax information and optional per-shareholder distribution table. On papii this document is available as template generic.finance.dividend_notice: a JSON Schema plus a deterministic PDF renderer, so the same data always produces the same document.

Can I generate a Dividend Notice 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 Dividend Notice 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.