{
  "asOf": "2026-09-19",
  "maxAgeDays": 30,
  "before": [
    {
      "asset": "Fictional fund",
      "field": "reported_assets",
      "value": "1000000",
      "unit": "USD",
      "date": "2026-08-31",
      "source": "https://example.org/aug-report"
    },
    {
      "asset": "Fictional fund",
      "field": "redemption_notice",
      "value": "2",
      "unit": "business-days",
      "date": "2026-08-31",
      "source": "https://example.org/aug-report"
    }
  ],
  "after": [
    {
      "asset": "Fictional fund",
      "field": "reported_assets",
      "value": "1050000",
      "unit": "USD",
      "date": "2026-09-18",
      "source": "https://example.org/sep-report"
    }
  ]
}
