Skip to content

Security: Zapgram/pilot-plaid-python

Security

docs/Security.md

Security

Contains details about a security

Properties

NameTypeDescriptionNotes
security_idstrA unique, Plaid-specific identifier for the security, used to associate securities with holdings. Like all Plaid identifiers, the `security_id` is case sensitive. The `security_id` may change if inherent details of the security change due to a corporate action, for example, in the event of a ticker symbol change or CUSIP change.
isinstr, none_type12-character ISIN, a globally unique securities identifier. Please note that Plaid's customers must hold a license directly from CUSIP Global Services to receive CUSIP & ISIN data. This field will be null by default for new customers. For existing customers, this field will be null by default starting on Sept 15, 2023. If you would like access to this field, please contact your Plaid Account Manager or reach out to investments-vendors@plaid.com.
cusipstr, none_type9-character CUSIP, an identifier assigned to North American securities. Please note that Plaid's customers must hold a license directly from CUSIP Global Services to receive CUSIP & ISIN data. This field will be null by default for new customers. For existing customers, this field will be null by default starting on Sept 15, 2023. If you would like access to this field, please contact your Plaid Account Manager or reach out to investments-vendors@plaid.com.
sedolstr, none_type7-character SEDOL, an identifier assigned to securities in the UK.
institution_security_idstr, none_typeAn identifier given to the security by the institution
institution_idstr, none_typeIf `institution_security_id` is present, this field indicates the Plaid `institution_id` of the institution to whom the identifier belongs.
proxy_security_idstr, none_typeIn certain cases, Plaid will provide the ID of another security whose performance resembles this security, typically when the original security has low volume, or when a private security can be modeled with a publicly traded security.
namestr, none_typeA descriptive name for the security, suitable for display.
ticker_symbolstr, none_typeThe security’s trading symbol for publicly traded securities, and otherwise a short identifier if available.
is_cash_equivalentbool, none_typeIndicates that a security is a highly liquid asset and can be treated like cash.
typestr, none_typeThe security type of the holding. Valid security types are: `cash`: Cash, currency, and money market funds `cryptocurrency`: Digital or virtual currencies `derivative`: Options, warrants, and other derivative instruments `equity`: Domestic and foreign equities `etf`: Multi-asset exchange-traded investment funds `fixed income`: Bonds and certificates of deposit (CDs) `loan`: Loans and loan receivables `mutual fund`: Open- and closed-end vehicles pooling funds of multiple investors `other`: Unknown or other investment types
close_pricefloat, none_typePrice of the security at the close of the previous trading session. Null for non-public securities. If the security is a foreign currency this field will be updated daily and will be priced in USD. If the security is a cryptocurrency, this field will be updated multiple times a day. As crypto prices can fluctuate quickly and data may become stale sooner than other asset classes, refer to `update_datetime` with the time when the price was last updated.
close_price_as_ofdate, none_typeDate for which `close_price` is accurate. Always `null` if `close_price` is `null`.
iso_currency_codestr, none_typeThe ISO-4217 currency code of the price given. Always `null` if `unofficial_currency_code` is non-`null`.
unofficial_currency_codestr, none_typeThe unofficial currency code associated with the security. Always `null` if `iso_currency_code` is non-`null`. Unofficial currency codes are used for currencies that do not have official ISO currency codes, such as cryptocurrencies and the currencies of certain countries. See the currency code schema for a full listing of supported `iso_currency_code`s.
update_datetimedatetime, none_typeDate and time at which `close_price` is accurate, in ISO 8601 format (YYYY-MM-DDTHH:mm:ssZ). Always `null` if `close_price` is `null`.[optional]
any string namebool, date, datetime, dict, float, int, list, str, none_typeany string name can be used but the value must be the correct type[optional]

[Back to Model list][Back to API list][Back to README]

There aren't any published security advisories