CURRENT PHASE: PROTOTYPING

Automated Market Intelligence
for the Data-Driven Era.

Jackal Labs is developing an event-driven analysis engine. We aggregate financial news, process sentiment using NLP, and backtest strategies against historical market data.

01. INGESTION

Data Aggregation

We are building pipelines to consume structured (OHLCV) and unstructured (RSS, API) data. Normalizing disparate feeds into a unified BigQuery schema.

02. PROCESSING

Sentiment Analysis

Utilizing pre-trained Transformers (BERT/RoBERTa) to score financial news for sentiment polarity. Mapping text data to volatility events.

03. VALIDATION

Backtesting Engine

Simulating strategy performance against historical data to ensure statistical significance before any live deployment.

Development Roadmap

Q3 2025: Infrastructure Setup

GCP Project initialization, IAM configuration, and basic data pipeline architecture.

Q4 2025: NLP Model Training

IN PROGRESS

Fine-tuning FinBERT on financial datasets using Vertex AI. Developing sentiment scoring API.

Q1 2026: Alpha Testing

Live paper-trading environment deployment on Cloud Run. Real-time latency optimization.

Technical Infrastructure

We are building on industry-standard cloud technologies.

COMPUTE
Google Cloud Run
Containerized Python
ML OPS
Vertex AI
Model Training
STORAGE
BigQuery
Time-series Data
LANGUAGE
Python 3.11
Pandas / PyTorch