# paracas-types Core types for the paracas tick data downloader. ## Types - `Tick` - A single tick with timestamp, ask, bid, and volumes - `RawTick` - Raw tick from bi5 binary format (before normalization) - `Instrument` - Financial instrument with metadata - `Timeframe` - OHLCV aggregation timeframe - `DateRange` - Date range for data retrieval - `ParacasError` - Error types ## License MIT License - see [LICENSE](../../LICENSE) for details.