Security Type

The type of a security

Financial DataOpen BankingOpen FinanceFinancial Data ExchangeConsumer PermissionedAccount DataTransactionsInvestmentsInsuranceTax DataPayrollRESTOAuth2FAPICFPB 1033
View JSON Schema on GitHub

JSON Schema

fdx-securitytype.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Security Type",
  "description": "The type of a security\n",
  "type": "string",
  "enum": [
    "BOND",
    "DEBT",
    "MUTUALFUND",
    "DIGITALASSET",
    "OPTION",
    "OTHER",
    "STOCK",
    "SWEEP"
  ]
}