Envestnet · Schema

DataHandling

FinancialWealth ManagementOpen BankingAccount Aggregation

Properties

Name Type Description
dataList array We will apply the CDR de-identificatiion process.
De-identificatied data will be used without further consent.
De-identification of CDR data means your data cannot be associated with your i
headerDescription string De-identification of data
View JSON Schema on GitHub

JSON Schema

envestnet-datahandling-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DataHandling",
  "title": "DataHandling",
  "required": [
    "dataList",
    "headerDescription"
  ],
  "type": "object",
  "properties": {
    "dataList": {
      "type": "array",
      "description": "We will apply the CDR de-identificatiion process. <br/> De-identificatied data will be used without further consent.<br/> De-identification of CDR data means your data cannot be associated with your identity after de-identification process takes place.",
      "items": {
        "type": "string"
      }
    },
    "headerDescription": {
      "type": "string",
      "description": "De-identification of data"
    }
  }
}