Document template · eu.compliance.esrs_esg_report
ESRS Sustainability Statement Summary
- Render-verified
- Official document
- Version 1.0.0
Management-facing summary of the ESRS-aligned sustainability statement under Directive (EU) 2022/2464 (Corporate Sustainability Reporting Directive) and Delegated Regulation (EU) 2023/2772 (ESRS Set 1). This is the readable companion to the full ESEF/XBRL-tagged statement, covering the double-materiality outcome, disclosure mapping, headline metrics, assurance and approval.
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 45 fields:
| Field | Required | Type | Description |
|---|---|---|---|
| reference | Optional | string | |
| entity | Required | object | |
| entity.name | Required | string | |
| entity.legal_form | Required | string | |
| entity.registration_number | Required | string | |
| entity.country_code | Required | string | |
| entity.consolidation_scope | Required | enum | |
| entity.parent_if_consolidated | Optional | string | |
| period | Required | object | |
| period.start_date | Required | date | |
| period.end_date | Required | date | |
| preparer | Required | object | |
| preparer.name | Required | string | |
| preparer.title | Required | string | |
| preparer.email | Required | string | |
| materiality_assessment | Required | object | Double-materiality assessment per ESRS 1 §3 (impact materiality + financial materiality). |
| materiality_assessment.summary | Required | string | |
| materiality_assessment.methodology | Required | string | |
| materiality_assessment.stakeholders_engaged | Required | array of string | |
| material_topics | Required | array of object | Topics assessed as material. Topic codes follow ESRS Set 1 topical standards (E1-E5, S1-S4, G1). |
| material_topics[].topic_code | Required | enum | |
| material_topics[].topic_name | Required | string | |
| material_topics[].material_impacts | Required | array of string | |
| material_topics[].financial_risks | Required | array of string | |
| material_topics[].time_horizon | Required | enum | |
| material_topics[].disclosure_requirements_covered | Required | array of string | Disclosure Requirement codes from the relevant ESRS topical standard (e.g. E1-1, E1-6, S1-10, G1-4). |
| disclosure_mapping | Required | array of object | Where each Disclosure Requirement is located in the full sustainability statement. |
| disclosure_mapping[].disclosure_code | Required | string | |
| disclosure_mapping[].title | Required | string | |
| disclosure_mapping[].location_in_statement | Required | string |
+15 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 -X POST https://api.papii.eu/render \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"template": "eu.compliance.esrs_esg_report",
"data": { ... },
"options": {"language": "en"}
}' -o esrs-esg-report.pdf Frequently asked questions
What is “ESRS Sustainability Statement Summary”?
Management-facing summary of the ESRS-aligned sustainability statement under Directive (EU) 2022/2464 (Corporate Sustainability Reporting Directive) and Delegated Regulation (EU) 2023/2772 (ESRS Set 1). This is the readable companion to the full ESEF/XBRL-tagged statement, covering the double-materiality outcome, disclosure mapping, headline metrics, assurance and approval. On papii this document is available as template eu.compliance.esrs_esg_report: a JSON Schema plus a deterministic PDF renderer, so the same data always produces the same document.
Can I generate a ESRS Sustainability Statement Summary 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 ESRS Sustainability Statement Summary 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.