Envestnet · Schema

ContainerAttributes

FinancialWealth ManagementOpen BankingAccount Aggregation

Properties

Name Type Description
BANK object
LOAN object
CREDITCARD object
INVESTMENT object
INSURANCE object
View JSON Schema on GitHub

JSON Schema

envestnet-containerattributes-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ContainerAttributes",
  "title": "ContainerAttributes",
  "type": "object",
  "properties": {
    "BANK": {
      "$ref": "#/components/schemas/TransactionDays"
    },
    "LOAN": {
      "$ref": "#/components/schemas/TransactionDays"
    },
    "CREDITCARD": {
      "$ref": "#/components/schemas/TransactionDays"
    },
    "INVESTMENT": {
      "$ref": "#/components/schemas/TransactionDays"
    },
    "INSURANCE": {
      "$ref": "#/components/schemas/TransactionDays"
    }
  }
}