iiRecord
Agentic AI Atlas · Underwriting Model Validation
workflow:underwriting-model-validationa5c.ai
II.
Workflow JSON

workflow:underwriting-model-validation

Structured · live

Underwriting Model Validation json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · workflows/workflows/workflows-insurance.yamlCluster · workflows
Record JSON
{
  "id": "workflow:underwriting-model-validation",
  "_kind": "Workflow",
  "_file": "workflows/workflows/workflows-insurance.yaml",
  "_cluster": "workflows",
  "attributes": {
    "displayName": "Underwriting Model Validation",
    "workflowKind": "governance",
    "triggerType": "scheduled",
    "typicalCadence": "quarterly",
    "complexity": "cross-team",
    "description": "Validates the statistical and machine-learning models used in insurance\nunderwriting -- back-testing loss-ratio predictions against actual\nexperience, evaluating model discrimination and calibration metrics\n(AUC, Brier score), running regulatory-mandated adverse-impact analyses\nacross protected classes, reviewing feature-importance stability for\nconcept drift, and comparing challenger models against incumbent\nproduction models. Produces model validation reports, regulatory\ncompliance documentation, and champion-challenger comparison summaries.\nExcludes model development and retraining.\n"
  },
  "outgoingEdges": [
    {
      "from": "workflow:underwriting-model-validation",
      "to": "role:ml-engineer",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:underwriting-model-validation",
      "to": "role:data-scientist",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:underwriting-model-validation",
      "to": "role:security-reviewer",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:underwriting-model-validation",
      "to": "skill-area:ml-fine-tuning",
      "kind": "requires_skill_area",
      "attributes": {}
    },
    {
      "from": "workflow:underwriting-model-validation",
      "to": "skill-area:eval-driven-development",
      "kind": "requires_skill_area",
      "attributes": {}
    },
    {
      "from": "workflow:underwriting-model-validation",
      "to": "domain:insurance",
      "kind": "applies_to_domain",
      "attributes": {}
    },
    {
      "from": "workflow:underwriting-model-validation",
      "to": "domain:data-science",
      "kind": "applies_to_domain",
      "attributes": {}
    },
    {
      "from": "workflow:underwriting-model-validation",
      "to": "responsibility:ai-safety-guardrails",
      "kind": "triggers_responsibility",
      "attributes": {}
    },
    {
      "from": "workflow:underwriting-model-validation",
      "to": "responsibility:review-architecture-changes",
      "kind": "triggers_responsibility",
      "attributes": {}
    },
    {
      "from": "workflow:underwriting-model-validation",
      "to": "org-unit:ml-team",
      "kind": "performed_by_org_unit",
      "attributes": {}
    },
    {
      "from": "workflow:underwriting-model-validation",
      "to": "org-unit:compliance-team",
      "kind": "performed_by_org_unit",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}