//! Forex (foreign exchange) market data models.
//!
//! Canonical public types for currency pair quotes and exchange rates,
//! shared across Polygon, FMP, and Alpha Vantage providers.
use ;
/// A forex currency pair quote (e.g., EUR/USD).
///
/// Obtain via [`Providers::forex`](crate::Providers::forex) then
/// [`.quote()`](crate::domains::ForexPair::quote).