M

Demo workspace — safe sample data and reviewer workflow. No real applicants.

Go2Bank / Green Dot + Utility Templaterule

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. Front-end only in the scaffold — persist via POST /api/vectors.

Match logic
{
  "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"
    }
  ]
}