Triple.Types.Stock (triple v1.0.0)

Copy Markdown View Source

A stock/fund resource as returned by GET /v1/stocks/{isin}/.

Summary

Types

t()

@type t() :: %Triple.Types.Stock{
  isin: String.t() | nil,
  name: String.t() | nil,
  resources: [Triple.Types.Resource.t()],
  symbol: String.t() | nil,
  updated: String.t() | nil
}