ExBovespa v0.8.0 ExBovespa.Structs.PriceRowItem View Source

Holds data for each occurrence for stock pricing on historical quotes file

Link to this section Summary

Link to this section Types

Specs

t() :: %ExBovespa.Structs.PriceRowItem{
  average_price: Decimal.t(),
  bdi: String.t(),
  best_purchase_price: Decimal.t(),
  best_sell_price: Decimal.t(),
  closing_price: Decimal.t(),
  code: String.t(),
  company_name: String.t(),
  currency_symbol: String.t(),
  date: Date.t(),
  distribution_number: String.t(),
  highest_price: Decimal.t(),
  isin_code: String.t(),
  lowest_price: Decimal.t(),
  market_term: String.t(),
  market_type: String.t(),
  maturity_date: Date.t(),
  opening_price: Decimal.t(),
  quotation_factor: non_neg_integer(),
  specification: String.t(),
  strike_price: Decimal.t(),
  strike_price_correction: String.t(),
  strike_price_points: non_neg_integer(),
  titles_traded: non_neg_integer(),
  total_trades: non_neg_integer(),
  volume_traded: Decimal.t()
}