EDD Report
compliance_edd_reportBuild a paid enhanced due diligence memo for a wallet set using exact-match OFAC screening, sanctions evidence, and follow-up actions, returning structured JSON or an inline PDF/DOCX artifact. Use this for case handoff; use wallet_ofac_batch for screening-only results or report_pdf_generate/report_docx_generate only when the report payload already exists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asset | No | Optional asset or network ticker filter such as ETH, USDC, XBT, TRX, ARB, or BSC. | |
| addresses | Yes | Crypto wallet addresses to screen for OFAC sanctions exposure and include in the enhanced due diligence memo. | |
| case_name | No | Optional case or review title shown in the memo. | |
| jurisdiction | No | Optional jurisdiction or operating region for the case. | |
| reference_id | No | Optional internal case or review reference. | |
| requested_by | No | Optional requester, owner, or reviewing team. | |
| subject_name | Yes | Human-readable subject or counterparty name for the memo. | |
| artifact_only | No | When output_format is pdf or docx, return a compact artifact-first response without the full memo payload. | |
| output_format | Yes | Select json for the structured memo payload or pdf|docx for a generated artifact. | |
| review_reason | No | Optional reason the EDD memo is being prepared. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Primary structured result payload for the tool. | |
| error | No | Machine-readable error code or message when the tool fails. | |
| output | No | Nested renderer output when a workflow bundles an artifact render. | |
| report | No | Report-shaped payload when available; null for status-only retrieval responses. | |
| source | No | Source label, route, dataset, or execution metadata for the result. | |
| message | No | Human-readable error or status message. | |
| success | No | Whether the tool completed successfully. | |
| artifact | No | Inline generated file artifact. The service does not persist a hosted download URL. | |
| artifacts | No | Artifact rendering hints keyed by format. | |
| artifact_summary | No | Delivery and rendering metadata for an inline generated artifact. |