Envestnet · Schema

CreditAcceleratorClassification

FinancialWealth ManagementOpen BankingAccount Aggregation

Properties

Name Type Description
classificationTypes array
currency string
View JSON Schema on GitHub

JSON Schema

envestnet-creditacceleratorclassification-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreditAcceleratorClassification",
  "title": "CreditAcceleratorClassification",
  "type": "object",
  "properties": {
    "classificationTypes": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/CreditAcceleratorClassificationType"
      }
    },
    "currency": {
      "type": "string"
    }
  }
}