Document template · be.policy.mobility_budget
Mobility Budget Policy — Belgian Law (Act 17.3.2019)
- Render-verified
- Legal-sensitive
- Version 1.0.0
Company policy documents: telework, company car, expense, BYOD, cafeteria plan, and mobility budget policies.
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 37 fields:
| Field | Required | Type | Description |
|---|---|---|---|
| letter | Required | object | |
| letter.date | Required | date | |
| letter.place | Required | string | |
| policy_metadata | Required | object | |
| policy_metadata.version | Required | string | |
| policy_metadata.effective_date | Required | date | |
| policy_metadata.review_frequency | Optional | string | |
| employer | Required | object | |
| employer.name | Required | string | |
| employer.legal_form | Required | string | |
| employer.bce | Required | string | |
| employer.vat | Required | string | |
| employer.onss | Required | string | |
| employer.address | Required | string | |
| employer.joint_committee | Required | string | |
| employer.social_secretariat | Optional | string | |
| eligibility | Required | object | |
| eligibility.conditions | Required | array of string | |
| eligibility.lock_in_months | Optional | integer | |
| pillars | Required | array of object | |
| pillars[].number | Required | integer | |
| pillars[].name | Required | string | |
| pillars[].description | Required | string | |
| pillars[].tax_note | Optional | string | |
| pillars[].options | Required | array of object | |
| budget_calculation | Required | object | |
| budget_calculation.method | Required | string | |
| budget_calculation.reference_car | Optional | string | |
| budget_calculation.tco_components | Optional | array of string | |
| tax_treatment | Required | object |
+7 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": "be.policy.mobility_budget",
"data": { ... },
"options": {"language": "en"}
}' -o mobility-budget.pdf Frequently asked questions
What is “Mobility Budget Policy — Belgian Law (Act 17.3.2019)”?
Company policy documents: telework, company car, expense, BYOD, cafeteria plan, and mobility budget policies. On papii this document is available as template be.policy.mobility_budget: a JSON Schema plus a deterministic PDF renderer, so the same data always produces the same document.
Can I generate a Mobility Budget Policy — Belgian Law (Act 17.3.2019) 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 Mobility Budget Policy — Belgian Law (Act 17.3.2019) 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.