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

FieldTypeRequirementDescription & Details
emailAddressstringNoEmail Address of the Contact Ex: compliance@lawyeredup.com
phonestringNoPhone Number of the Contact Ex: +234144000
governingLawstringNoWhat 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"
}