Unit Type

The units of an investment transaction

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

JSON Schema

fdx-unittype.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Unit Type",
  "description": "The units of an investment transaction\n",
  "type": "string",
  "enum": [
    "CURRENCY",
    "SHARES"
  ]
}