Unify Shield
M
Presentation Workspace

Concept-note build with safe demo data, reviewer workflow, and human-in-the-loop guardrails.

Vector Detail

Go2Bank / Green Dot + Utility Template

rule

Escalates applications using high-risk routing numbers paired with utility-bill documentation or duplicated utility templates.

Rule Builder

Compose AND/OR logic for deterministic signals

logicANDconditions2

This editor is front-end only in the scaffold. Persist the payload through POST /api/vectors.

Match logic
signal:routing_number
signal:document_type
{
  "logic": "AND",
  "conditions": [
    {
      "id": "cond-5",
      "column": "signal:routing_number",
      "operator": "equals",
      "value": "124303162"
    },
    {
      "id": "cond-6",
      "column": "signal:document_type",
      "operator": "contains",
      "value": "utility"
    }
  ]
}