Streaming API event not matching REST API

The last company-profile event received for company 05744019 on 2024-09-30 12:53:08.309065 UTC / event timepoint 84217747 shows an incorrect next accounts due on date:

  "accounts": {
    "overdue": null,
    "last_accounts": {
      "period_start_on": "2022-01-01",
      "period_end_on": "2022-12-31",
      "made_up_to": "2022-12-31",
      "type": "full"
    },
    "next_due": "2024-09-30",
    "next_accounts": {
      "overdue": null,
      "period_start_on": "2023-01-01",
      "period_end_on": "2023-12-31",
      "due_on": "2024-09-30"
    },
    "next_made_up_to": "2023-12-31",
    "accounting_reference_date": {
      "month": "12",
      "day": "31"
    }

However on the webpage the next accounts are due 2025-09-30: SMARTE CARTE UK LIMITED overview - Find and update company information - GOV.UK

Please can this be looked into?