View Source Plaid.Investments.Security (elixir_plaid v1.2.1)

Plaid Investments Security schema

Link to this section Summary

Link to this section Types

Specs

t() :: %Plaid.Investments.Security{
  close_price: number() | nil,
  close_price_as_of: String.t() | nil,
  cusip: String.t() | nil,
  institution_id: String.t() | nil,
  institution_security_id: String.t() | nil,
  is_cash_equivalent: boolean(),
  isin: String.t() | nil,
  iso_currency_code: String.t() | nil,
  name: String.t() | nil,
  proxy_security_id: String.t() | nil,
  security_id: String.t(),
  sedol: String.t() | nil,
  ticker_symbol: String.t() | nil,
  type: String.t(),
  unofficial_currency_code: String.t() | nil
}