Envestnet · Schema

CreditAcceleratorClassificationValue

FinancialWealth ManagementOpen BankingAccount Aggregation

Properties

Name Type Description
amount number
percentage number
classificationValue string
View JSON Schema on GitHub

JSON Schema

envestnet-creditacceleratorclassificationvalue-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreditAcceleratorClassificationValue",
  "title": "CreditAcceleratorClassificationValue",
  "type": "object",
  "properties": {
    "amount": {
      "type": "number",
      "format": "double"
    },
    "percentage": {
      "type": "number",
      "format": "double"
    },
    "classificationValue": {
      "type": "string"
    }
  }
}