Eridian Risk
Cases, evidence, dual control, and financial-crime workflows.
Eridian Risk is the risk and financial-crime vertical. Cases, assessments, control evidence, and reporting drafts run through GPT and Gemini with source-linked evidence. People keep the final decision. The model does not file with a regulator and does not close a SAR-equivalent case.
What you get
| Workflow | What it does | Docs |
|---|---|---|
| Cases | Open, triage, assign, close | Cases |
| Assessments | Structured reviews mapped to controls | Risk Assessments |
| Financial crime | AML, sanctions, fraud briefs | Financial Crime |
| Control evidence | Control to artifact mapping | Control Evidence |
| Case evidence | Hash, retain, export source items | Case Evidence |
| Reporting | Draft narratives for sign-off | Regulatory Reporting |
| Approvals | Dual control on high-risk actions | Risk Approvals |
Prerequisites
- Project
prj_risk_001(verticalrisk). - Key
eridian_sk_withrisk:write,inference:write,models:read. Addgovernance:managefor dual-control proposals. - Dual control enabled on the project. See Dual Control.
- Residency pin. Case files are Customer Data.
First case
POST /v1/risk/cases
Host: api.geteridian.com
Authorization: Bearer eridian_sk_...
Content-Type: application/json
Idempotency-Key: case-fc-2026-0912
X-Eridian-Project: prj_risk_001
{
"title": "Unusual outbound series on desk PX-12",
"typology": "fraud",
"severity": "high",
"model": "auto",
"triage": true
}
{
"id": "cse_0912",
"object": "eridian.risk.case",
"status": "open",
"triage": {
"suggested_typology": "fraud",
"rationale": "Burst of near-threshold outbounds after hours.",
"model": "gpt"
},
"eridian": {
"request_id": "axm_req_risk_0912",
"route": "gpt",
"region": "eu-west-1",
"cost_usd": 0.07
}
}
Triage is a suggestion. Assignment and disposition are humans.
Model policy
| ID | Typical Risk use |
|---|---|
auto | Policy selects GPT or Gemini |
gpt | Assessments, reporting drafts, committee language |
gemini | Long case files and multi-document packs |
Pin GPT for anything that leaves the desk. Eval pii_leak must be 0 before publish. See Evaluations.
Next steps
Examiner packs: Evidence Export. Product questions: contact@geteridian.com.
Production API credentials are issued with an institution workspace. Contact sales if you need access.