Envestnet · Schema

CreditAcceleratorHolder

FinancialWealth ManagementOpen BankingAccount Aggregation

Properties

Name Type Description
ownership string Indicates the ownership of the account.
name object
View JSON Schema on GitHub

JSON Schema

envestnet-creditacceleratorholder-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreditAcceleratorHolder",
  "title": "CreditAcceleratorHolder",
  "type": "object",
  "properties": {
    "ownership": {
      "type": "string",
      "description": "Indicates the ownership of the account.",
      "readOnly": true
    },
    "name": {
      "$ref": "#/components/schemas/Name"
    }
  }
}