//! Market sentiment models.
//!
//! Contains the Fear & Greed Index data from Alternative.me (market-wide gauge)
//! and per-symbol sentiment from provider news analysis (Polygon, etc.).
pub
pub use ;
use ;
/// Per-symbol sentiment from provider news analysis (Polygon, etc.).
///
/// Scores range from -1.0 (very negative) to 1.0 (very positive).
/// Unlike [`FearAndGreed`] (a market-wide 0—100 gauge from Alternative.me),
/// this reflects news sentiment for a specific stock.