Compliance Exposure Forecast
compliance_exposure_forecastForecast future OFAC wallet exposure for a wallet set using stored OFAC snapshot diffs when available, listedOn backfill when honest, or an explicit caller prior; returns current exact-match baseline, metadata-weighted per-wallet risk, and report-shaped output. Use this when current screening is not enough; use wallet_ofac_batch for current hit status only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asset | No | Optional asset or network ticker filter such as ETH, USDC, XBT, TRX, ARB, or BSC. | |
| title | No | Optional report title. | |
| priors | No | Explicit prior assumptions used only when overriding OFAC history cadence. | |
| target | No | Target event for the forecast probability. | |
| addresses | Yes | Wallet addresses to forecast for future OFAC exact-match exposure. | |
| iterations | No | Forecast trial count. | |
| horizon_days | No | Forecast horizon in days. | |
| tier_weights | No | Relationship tier weight overrides. | |
| summary_focus | No | Optional summary emphasis or focus area. | |
| address_metadata | No | Optional per-address business metadata used to weight exposure hazard. |
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. |