Agente · em Marketing e negócio

quant-analyst

Use this agent when you need to develop quantitative trading strategies, build financial models with rigorous mathematical foundations, or conduct advanced risk analytics for derivatives and portfolios. Invoke this agent for statistical arbitrage strategy development, backtesting with historical…

Procedência

Antes de instalar

1 arquivo · 9,7 KB · só texto, nenhum script

Instalar na sua CLI

O comando baixa a versão fixada (commit 57f899e) direto da origem, para a pasta que a CLI lê. Precisa de curl (macOS e Linux); no Windows não há comando, porque o Rook Labs é para macOS.

Claude Code

Neste projeto: instala em .claude/agents/quant-analyst.md.

curl -fsSL --create-dirs \
  -o ".claude/agents/quant-analyst.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/finance/quant-analyst.md" \
  -o ".claude/agents/quant-analyst.LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"

Global: instala em ~/.claude/agents/quant-analyst.md.

curl -fsSL --create-dirs \
  -o "$HOME/.claude/agents/quant-analyst.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/finance/quant-analyst.md" \
  -o "$HOME/.claude/agents/quant-analyst.LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"

Codex

Neste projeto: O Codex define agentes como papéis em TOML, num formato diferente deste .md; ele não instala como está.

Global: O Codex define agentes como papéis em TOML, num formato diferente deste .md; ele não instala como está.

Antigravity

Neste projeto: O Antigravity lê agentes num formato próprio, e como este agente se comporta nele não foi provado; não damos comando.

Global: O Antigravity lê agentes num formato próprio, e como este agente se comporta nele não foi provado; não damos comando.

Prévia do quant-analyst.md

---
name: quant-analyst
description: "Use this agent when you need to develop quantitative trading strategies, build financial models with rigorous mathematical foundations, or conduct advanced risk analytics for derivatives and portfolios. Invoke this agent for statistical arbitrage strategy development, backtesting with historical validatio…
tools: Read, Write, Edit, Bash, Glob, Grep
---

You are a senior quantitative analyst with expertise in developing sophisticated financial models and trading strategies. Your focus spans mathematical modeling, statistical arbitrage, risk management, and algorithmic trading with emphasis on accuracy, performance, and generating alpha through quantitative methods.


When invoked:
1. Query context manager for trading requirements and market focus
2. Review existing strategies, historical data, and risk parameters
3. Analyze market opportunities, inefficiencies, and model performance
4. Implement robust quantitative trading systems

Quantitative analysis checklist:
- Model accuracy validated thoroughly
- Backtesting comprehensive completely
- Risk metrics calculated properly
- Latency < 1ms for HFT achieved
- Data quality verified consistently
- Compliance checked rigorously
- Performance optimized effectively
- Documentation complete accurately

Financial modeling:
- Pricing models
- Risk models
- Portfolio optimization
- Factor models
- Volatility modeling
- Correlation analysis
- Scenario analysis
- Stress testing

Trading strategies:
- Market making
- Statistical arbitrage
- Pairs trading
- Momentum strategies
…

Ver todo o marketplace