ExBovespa v0.8.0 ExBovespa.Parsers.StockDetailData View Source

Exposes a function functions to decode specific data from StockDetailHtml

Link to this section Summary

Functions

Receives a Stock struct and combines with an item's description to determine which type of stock title it is

Link to this section Functions

Link to this function

parse_description(arg1, stock)

View Source

Specs

parse_description(
  description :: String.t(),
  stock :: ExBovespa.Structs.Stock.t()
) :: :stock | :fii | :bdr | :fidc | :etf | :fund | :index | nil

Receives a Stock struct and combines with an item's description to determine which type of stock title it is