{
  "schemaVersion": 1,
  "brand": "Happiest Labs",
  "industry": "Banking",
  "proof": "illustrative_synthetic",
  "nativeEvaluation": "pending",
  "status": "Native product evaluation pending. This is an authored example of the intended workflow, not a recording of model output or a customer result.",
  "sources": [
    {
      "id": "policy",
      "name": "policy-revisions.txt",
      "description": "Synthetic review-policy revisions",
      "content": "Version 1: review interval 12 months.\nVersion 2: review interval 6 months. Version 2 supersedes Version 1.\nEscalation owner remains Risk Operations."
    },
    {
      "id": "scenarios",
      "name": "scenario-table.csv",
      "description": "Synthetic scenario inputs; USD millions",
      "content": "scenario,starting_capital,modeled_loss\nBaseline,100,8\nAdverse,100,23"
    }
  ],
  "workflows": [
    {
      "slug": "policy-revision-analysis",
      "industry": "banking",
      "title": "Compare policy revisions",
      "description": "Identify revised terms and distinguish what stayed the same.",
      "question": "What changed in the policy review interval?",
      "resultTitle": "Review interval shortened to six months",
      "columns": [
        "Field",
        "Version 1",
        "Version 2"
      ],
      "rows": [
        [
          "Review interval",
          "12 months",
          "6 months"
        ],
        [
          "Escalation owner",
          "Risk Operations",
          "Unchanged"
        ]
      ],
      "explanation": "Version 2 supersedes Version 1. The example reports textual changes and does not determine regulatory compliance.",
      "sourceIds": [
        "policy"
      ]
    },
    {
      "slug": "stress-scenario-reconciliation",
      "industry": "banking",
      "title": "Reconcile scenario tables",
      "description": "Check scenario arithmetic with explicit source values.",
      "question": "What remaining capital does each supplied scenario imply?",
      "resultTitle": "Compare the two specified scenarios",
      "columns": [
        "Scenario",
        "Starting capital",
        "Modeled loss",
        "Remaining"
      ],
      "rows": [
        [
          "Baseline",
          "$100m",
          "$8m",
          "$92m"
        ],
        [
          "Adverse",
          "$100m",
          "$23m",
          "$77m"
        ]
      ],
      "explanation": "Remaining = starting capital − modeled loss. This simplified illustration is not a bank capital adequacy model.",
      "sourceIds": [
        "scenarios"
      ]
    }
  ]
}