Commit Graph

1 Commits

Author SHA1 Message Date
Filipe Salvio f3970448ef feat(01-01): create Tradier vendor module with typed dataclasses and chain retrieval
- Add OptionsContract dataclass with 21 fields (Greeks, IV, market data)
- Add OptionsChain dataclass with to_dataframe() and filter_by_dte() methods
- Add get_options_expirations() with DTE filtering and Pitfall 5 normalization
- Add get_options_chain() returning string for LLM tool consumption
- Add get_options_chain_structured() returning OptionsChain for programmatic use
- Add session cache with clear_options_cache() and Pitfall 2 normalization
- Always request greeks=true per D-05

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-29 20:29:06 -03:00