Envestnet · Schema

CreditAcceleratorOccurence

FinancialWealth ManagementOpen BankingAccount Aggregation

Properties

Name Type Description
count number Number of times the event has occurred within the given time period.
timePeriod string Time intervals to consider up to the number of days the application was requested.
View JSON Schema on GitHub

JSON Schema

envestnet-creditacceleratoroccurence-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreditAcceleratorOccurence",
  "title": "CreditAcceleratorOccurence",
  "type": "object",
  "properties": {
    "count": {
      "type": "number",
      "description": "Number of times the event has occurred within the given time period.",
      "format": "double",
      "readOnly": true
    },
    "timePeriod": {
      "type": "string",
      "description": "Time intervals to consider up to the number of days the application was requested.",
      "readOnly": true
    }
  }
}