-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
27 lines (22 loc) · 775 Bytes
/
.env.example
File metadata and controls
27 lines (22 loc) · 775 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Core API Keys
ANTHROPIC_API_KEY=your-anthropic-api-key-here
# Data Sources (Optional - fallbacks provided)
COINGECKO_API_KEY=optional-but-increases-rate-limits
FACTSET_API_KEY=optional-enterprise-data-source
MSCI_API_KEY=optional-index-data-source
ALPHA_VANTAGE_API_KEY=optional-stock-data-alternative
# Monitoring & Observability
OTEL_ENDPOINT=http://localhost:4317
OTEL_SERVICE_NAME=claude-enterprise-trading
OTEL_RESOURCE_ATTRIBUTES=service.name=claude-trading,service.version=1.0.0
# Risk Management
MAX_DAILY_DRAWDOWN_PCT=5.0
MAX_POSITION_SIZE_PCT=10.0
MAX_POSITIONS=5
# Execution (DO NOT SET FOR PAPER TRADING)
EXECUTION_MODE=paper
# WEBHOOK_URL=https://your-broker-webhook.com/signals
# API_SECRET=your-broker-api-secret
# Logging
LOG_LEVEL=INFO
LOG_FORMAT=json