Skip to content
All projects

RegBot

Planned

UK regulatory-change tracker for financial regulation.

Tech

  • Python
  • LLM
  • Scheduled data pipelines

Problem

UK financial regulation changes constantly — FCA consultations, PRA policy statements, HMRC guidance updates — and staying current is a full-time job that most small firms can't afford. Important changes get missed until a compliance deadline has passed.

Approach

Scheduled scrapers monitor FCA, PRA, HMRC, and FRC publication feeds. An LLM reads each new document, classifies its relevance by sector and firm type, extracts key dates and obligations, and pushes a structured digest to a notification channel.

Key technical decisions

Architecture TBD — evaluating whether to use a simple cron + scraper vs. a more event-driven pipeline. LLM classification chosen over keyword matching for its ability to handle novel regulatory language without rule updates.

Outcome

Planned. This is the next project after FinDocs RAG reaches prototype stage.