Envestnet · Schema

TransactionDays

FinancialWealth ManagementOpen BankingAccount Aggregation

Properties

Name Type Description
fullAccountNumberFields array
numberOfTransactionDays integer
View JSON Schema on GitHub

JSON Schema

envestnet-transactiondays-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TransactionDays",
  "title": "TransactionDays",
  "type": "object",
  "properties": {
    "fullAccountNumberFields": {
      "type": "array",
      "items": {
        "type": "string",
        "enum": [
          "paymentAccountNumber",
          "unmaskedAccountNumber"
        ]
      }
    },
    "numberOfTransactionDays": {
      "type": "integer",
      "format": "int32"
    }
  }
}