AurelianFlo

Service catalog.

OFAC wallet screening, exposure forecasts, queue optimization, enhanced due diligence memos, and formatted document output.

Featured routes

Primary routes for the current product surface.

01 Compliance

EDD memo

Turn a wallet set plus case metadata into an enhanced due diligence memo with evidence, follow-up, and reviewer handoff fields.

POST /api/workflows/compliance/edd-report $0.25 USDC
Docs path /api/workflows/compliance/edd-report
Open docs
02 Compliance

OFAC exposure forecast

Forecast future OFAC exposure for a wallet set with stored snapshot diffs, current exact-match baseline, and per-wallet business metadata.

POST /api/workflows/compliance/exposure-forecast $0.09 USDC
Docs path /api/workflows/compliance/exposure-forecast
Open docs
03 Compliance

Review queue optimizer

Rank a wallet review queue using current OFAC hits, forecast probability, exposure value, relationship tier, recency, and policy priority.

POST /api/workflows/compliance/queue-optimize $0.15 USDC
Docs path /api/workflows/compliance/queue-optimize
Open docs
04A Compliance

Batch wallet screening

Screen a wallet set in one request, then hand the result to operations or compliance as a single review packet.

POST /api/workflows/compliance/batch-wallet-screen $0.10 USDC
Docs path /api/workflows/compliance/batch-wallet-screen
Open docs
04B Compliance

OFAC wallet screening

Screen a wallet address before funds move. This is the fastest exact-match OFAC check when operations needs a clear review signal on one address.

GET /api/ofac-wallet-screen/:address $0.01 USDC
Example path /api/ofac-wallet-screen/0x098B716B8Aaf21512996dC57EB0615e2383E2f96
Inspect example
03A Documents

Report PDF generation

Render the wallet-screening report payload into a formatted PDF artifact for circulation, approvals, and audit handoff.

POST /api/tools/report/pdf/generate $0.05 USDC
Docs path /api/tools/report/pdf/generate
Open docs
03B Documents

Report DOCX generation

Render the same wallet-screening report payload into a Word-native deliverable for editing, markup, and client-side revision.

POST /api/tools/report/docx/generate $0.06 USDC
Docs path /api/tools/report/docx/generate
Open docs
03C Documents

Report XLSX generation

Render the shared report payload into a workbook for spreadsheet handoff, tracking, and downstream analysis.

POST /api/tools/report/xlsx/generate $0.07 USDC
Docs path /api/tools/report/xlsx/generate
Open docs

Included here

Compliance EDD memos for compliance review handoff, with OFAC wallet screening underneath.
Flagship workflow /api/workflows/compliance/edd-report returns a reviewable memo as JSON, PDF, or DOCX.
Screening reports /api/workflows/compliance/wallet-sanctions-report bundles one-wallet screening into a report-ready payload.
Document output PDF, DOCX, and XLSX generation return the final document.