Concordal
OUR APPROACH

An AI framework that mirrors a real trading firm.

Concordal gives each AI agent a specialized role, drives structured debate among them, and mirrors the workflow of an actual buy-side desk. We turn a chaotic single-prompt LLM into an organized, collaborative decision process.

WHY THIS APPROACH

Concordal isn't just a trading framework — it's the future of collaborative AI in finance.

Realistic Firm Simulation

Successfully replicates the collaborative intelligence of a professional trading desk.

Multi-faceted Dialectical Reasoning

Bull / bear debate produces more robust, comprehensive decisions than a single prompt.

Efficient Structured Communication

Solves the information-distortion problem that plagues classic multi-agent systems.

Methodology adapted from github.com/TauricResearch/TradingAgents

ORG CHART

Seven specialized roles working in a closed-loop decision process

Inspired by the org chart of an actual hedge fund. Each agent has a specific objective, skillset, and toolset.

#1 · Data Gathering
Analyst Team

Fundamentals · Sentiment · News · Technical

#2 · Dialectical Analysis
Researcher Team

Bull vs Bear researchers

#3 · Trading Decision
Trader

Synthesizes inputs into a sized, conditioned trade

#4 · Risk Control
Risk Management Team

Aggressive · Neutral · Conservative debate

#5 · Final Approval
Fund Manager

Authorizes the transaction with explicit rationale

#6 · Decision Output
Traceable Record

Stored, ranked, audit-able. We never auto-execute trades.

ANALYST TEAM

Four lenses on one ticker

Fundamental Analyst

Reads financial statements, earnings reports, and insider transactions to estimate intrinsic value.

Sentiment Analyst

Processes social-media posts and sentiment scores to gauge market mood and predict investor behavior.

News Analyst

Analyzes news, government announcements, and macro indicators to assess events that may move the market.

Technical Analyst

Computes technical indicators (MACD, RSI), reads price patterns and volume to forecast direction.

TRADER × RISK

Balancing opportunity and discipline

step 1

Trader: synthesize, propose

The trader integrates every analyst report and the bull/bear debate into a concrete trade proposal — with timing and sizing.

step 2

Risk Team: evaluate, adjust

The risk team holds its own internal debate (aggressive / neutral / conservative) and adjusts the trade to fit pre-set risk parameters.

Decision memory

Prior decisions can inform the next manager review

Completed decisions are persisted with their ticker and decision-time price. When later price history is available, the system can attach a realised forward return and present recent same-ticker lessons to the manager.

Automated enrichment depends on durable persistence, a reachable market-data adapter and a protected scheduler. If any dependency is missing, the trace reports no injected lesson; it does not invent one.

DATA SOURCES

What the agents actually read

Honest list. We use free public sources today; institutional data feeds (Bloomberg, FactSet, Wind) are on the roadmap.

US market dataYahoo Finance via yfinanceLIVE
A-share market dataEastMoney / Sina / Tencent via akshareLIVE
US newsYahoo Finance news feedLIVE
A-share newsEastMoney news (akshare)LIVE
Financials & filingsYahoo info / EastMoney infoLIVE
Social sentimentMocked — Twitter/Reddit/Xueqiu integration is roadmapMOCK
LLM ROUTING

Cost-aware model routing

Each agent runs at the cheapest tier that still produces good output. Trader and Manager get Pro; analysts/risk run on Flash.

Pro tier
Trader · Fund Manager
Gemini 3.1 Pro Preview
Flash tier
Analysts · Researchers · Risk team
Gemini 2.5 Flash

End-to-end traceable. Every analyst report, debate turn, and risk vote is stored in the JSON trace.