/// Data Types representing data retrieved from QuiverQuant's API
///
/// We use Serde to deserialize these from JSON.
/// Names may not always match field names, we use Serde's `alias` tag to reduce the number of
/// DataTypes needed to match the entire API's data schema.
use ;
use crateTicker;
type Date = NaiveDate;
pub use *;
pub use *;
pub use *;