Crate RustQuant_iso

Source
Expand description

ISO codes module.

Re-exports§

pub use isin::*;
pub use iso_10383::*;
pub use iso_3166::*;
pub use iso_4217::*;

Modules§

isin
ISIN (International Securities Identification Number) module.
iso_3166
ISO 3166 country codes module.
iso_4217
ISO 4217 currency codes module. This module contains implementations of 150+ currencies, defined according to the ISO 4217 standard. It currently needs to be proof-read and tested.
iso_10383
ISO 10383 market identifier codes module. This module contains the ISO 10383 market identifier codes. These are used to identify securities trading exchanges and regulated markets. Exchanges usually have a calendar associated with them, which is used to determine whether a date is a business day or not.