An LLM-based system that interprets complex business events from financial news and generates actionable trading signals. Goes beyond traditional sentiment analysis by understanding event implications (partnerships, mergers, product launches) and their market impact.
Find a file
2025-10-13 03:59:07 +01:00
android Add initial project structure and configuration files 2025-10-13 03:45:20 +01:00
ios Add initial project structure and configuration files 2025-10-13 03:45:20 +01:00
lib Add initial project structure and configuration files 2025-10-13 03:45:20 +01:00
linux Add initial project structure and configuration files 2025-10-13 03:45:20 +01:00
macos Add initial project structure and configuration files 2025-10-13 03:45:20 +01:00
test Add initial project structure and configuration files 2025-10-13 03:45:20 +01:00
web Add initial project structure and configuration files 2025-10-13 03:45:20 +01:00
windows Add initial project structure and configuration files 2025-10-13 03:45:20 +01:00
.gitignore Add initial project structure and configuration files 2025-10-13 03:45:20 +01:00
.metadata Add initial project structure and configuration files 2025-10-13 03:45:20 +01:00
analysis_options.yaml Add initial project structure and configuration files 2025-10-13 03:45:20 +01:00
pubspec.lock Add initial project structure and configuration files 2025-10-13 03:45:20 +01:00
pubspec.yaml Add initial project structure and configuration files 2025-10-13 03:45:20 +01:00
README.md Update README.md to reflect project name and enhance description 2025-10-13 03:59:07 +01:00

Augor

Drilling beneath surface sentiment to extract trading signals from financial news.

What is this?

Augor uses Large Language Models to interpret business events and generate trading signals. Instead of just counting positive/negative words, it understands what events mean for markets.

Traditional sentiment analysis: "This news mentions 'partnership' → positive"
Augor: "This partnership expands market access but dilutes margins → mixed signal"

Why?

Traditional NLP methods are limited:

  • Can't understand context or nuance
  • Miss complex implications of business events
  • Struggle with negation and sarcasm

LLMs can reason about why news matters, not just classify it as positive/negative.

What it does

  1. Aggregates news from multiple sources
  2. Interprets business events (mergers, partnerships, product launches)
  3. Generates trading signals based on reasoned analysis
  4. Backtests performance against traditional approaches

Author

Benjamin Watt
Supervisor: Panagiotis Kanellopoulos
University of Essex