Environmental Sustainability Policy
Template Overview
- Template ID:
environmental-sustainability-policy - Version: 1.0.0
To generate this document, pass the structured data described below into the data property of the /api/v1/documents/generate endpoint.
Data Payload Schema
| Field | Type | Requirement | Description & Details |
|---|---|---|---|
companyName | string | Yes | Organisation legal name |
effectiveDate | string | No | Effective date (Format: YYYY-MM-DD.) |
businessDescription | string | No | What the organisation does |
scope | string | No | Who and what this policy applies to |
ownerRole | string | No | Role responsible for this policy |
commitmentStatement | string | No | Commitment statement (optional) In your own words. Leave blank for a standard statement. |
commitsLegalCompliance | boolean | No | Do you commit to comply with all applicable environmental laws and permits? |
commitsBeyondCompliance | boolean | No | Do you commit to go beyond minimum legal compliance where you can? |
focusAreas | array of strings | Yes | Environmental areas we actively manage Options: "Greenhouse gas emissions and climate", "Energy use and efficiency", "Renewable energy", "Water use and quality", "Waste and recycling", "Materials and resource use", "Pollution prevention (air, land, water)", "Biodiversity and ecosystems", "Transport and logistics emissions" |
practices | array of strings | Yes | Practices we adopt Options: "Measure and monitor our environmental impact", "Set reduction targets and track progress", "Improve energy and resource efficiency", "Reduce, reuse and recycle", "Choose lower-impact materials and suppliers", "Cut travel and transport emissions", "Raise staff awareness and involvement", "Work with suppliers to reduce impact" |
hasTargets | boolean | No | Do you have specific environmental targets? |
targetsNote | string | Conditional | Your environmental targets Ex: net zero by 2040; halve waste to landfill by 2028. Required if hasTargets is true. |
trainsStaff | boolean | No | Do you make staff aware of and train them on this policy? |
reports | boolean | No | Do you report on environmental performance? |
reviewFrequencyMonths | number | No | Review frequency (months) |
contactEmail | string | Yes | Contact email |
Example JSON Payload
Here is an example of a properly formatted data object for the Environmental Sustainability Policy template.
{
"templateId": "environmental-sustainability-policy",
"data": {
"companyName": "Acme Corp",
"effectiveDate": "2026-06-01",
"businessDescription": "Sample Business Description",
"scope": "Sample Scope",
"ownerRole": "Sample Owner Role",
"commitmentStatement": "Sample Commitment Statement",
"commitsLegalCompliance": true,
"commitsBeyondCompliance": true,
"focusAreas": [
"Greenhouse gas emissions and climate",
"Energy use and efficiency"
],
"practices": [
"Measure and monitor our environmental impact",
"Set reduction targets and track progress"
],
"hasTargets": false,
"trainsStaff": true,
"reports": false,
"reviewFrequencyMonths": 1,
"contactEmail": "legal@acmecorp.com"
},
"format": "pdf"
}
