//! Models for the `markets` resource group.
//!
//! Derived from the Nordnet `Market` schema, which documents three fields:
//!
//! - `country` — optional string (ISO country code; available for all
//! non-virtual markets).
//! - `market_id` — required `integer(int64)`. Modelled with the
//! [`MarketId`] newtype.
//! - `name` — required string (the market name).
use crateMarketId;
use ;
/// A market entry as returned by `GET /markets` and
/// `GET /markets/{market_id}`.