{
  "version": "1.2.0",
  "title": "Disclosure changes ready",
  "summary": "Keep value, unit, date and source together. Missing fields and stale disclosures remain visible.",
  "metrics": [
    {
      "label": "Fields reviewed",
      "value": 2
    },
    {
      "label": "Changed / missing",
      "value": 2
    },
    {
      "label": "Freshness / date flags",
      "value": 0
    }
  ],
  "tables": [
    {
      "title": "Change log",
      "columns": [
        "Asset / field",
        "Before",
        "After",
        "Unit before / after",
        "Numeric delta",
        "Review"
      ],
      "rows": [
        [
          "Fictional fund / reported_assets",
          "1000000",
          "1050000",
          "USD / EUR",
          "Not comparable",
          "Unit changed; Value or unit changed"
        ],
        [
          "Fictional fund / redemption_notice",
          "2",
          "Missing",
          "business-days / —",
          "Not comparable",
          "Missing in new disclosure; Value or unit changed"
        ]
      ]
    }
  ],
  "notes": [
    "Values and URLs come from your records and are not authenticated. The tool does not verify reserves, ownership, redemption rights, custody or issuer solvency.",
    "Numeric deltas require identical units and a current, nonfuture, nonreversed new disclosure date. Field labels must represent the same economic definition. Market capitalization and total asset value are not interchangeable.",
    "This is a document comparison workflow, not a token recommendation or a credit/risk rating. Inspect the cited original disclosures."
  ],
  "data": {
    "changes": [
      {
        "asset": "Fictional fund",
        "field": "reported_assets",
        "before": "1000000",
        "after": "1050000",
        "oldUnit": "USD",
        "newUnit": "EUR",
        "delta": null,
        "flags": [
          "Unit changed",
          "Value or unit changed"
        ],
        "beforeSource": "https://example.org/aug-report",
        "afterSource": "https://example.org/sep-report"
      },
      {
        "asset": "Fictional fund",
        "field": "redemption_notice",
        "before": "2",
        "after": null,
        "oldUnit": "business-days",
        "newUnit": null,
        "delta": null,
        "flags": [
          "Missing in new disclosure",
          "Value or unit changed"
        ],
        "beforeSource": "https://example.org/aug-report",
        "afterSource": null
      }
    ]
  }
}
