PlaidEx.Schemas.Security (plaid_ex v1.0.0)

Copy Markdown View Source

A security (asset) referenced by investment holdings and transactions.

Summary

Types

t()

@type t() :: %PlaidEx.Schemas.Security{
  close_price: float() | nil,
  close_price_as_of: String.t() | nil,
  cusip: String.t() | nil,
  industry: 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,
  market_identifier_code: String.t() | nil,
  name: String.t() | nil,
  proxy_security_id: String.t() | nil,
  sector: String.t() | nil,
  security_id: String.t(),
  sedol: String.t() | nil,
  ticker_symbol: String.t() | nil,
  type: String.t() | nil,
  unofficial_currency_code: String.t() | nil
}

Functions

from_map(map)

@spec from_map(map()) :: t()