Anti Money Laundering Policy
Template Overview
- Template ID:
aml-policy - Version: 2.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 |
|---|---|---|---|
emailAddress | string | No | Email Address of the Contact Ex: compliance@lawyeredup.com |
phone | string | No | Phone Number of the Contact Ex: +234144000 |
governingLaw | string | No | What Jurisdiction will govern your AML Policy? Must be a valid value from the Supported Countries list. |
Example JSON Payload
Here is an example of a properly formatted data object for the Anti Money Laundering Policy template.
{
"templateId": "aml-policy",
"data": {
"emailAddress": "compliance@lawyeredup.com",
"phone": "+234144000",
"governingLaw": "Nigeria"
},
"format": "pdf"
}
