Envestnet · Schema

CreditAcceleratorStatement

FinancialWealth ManagementOpen BankingAccount Aggregation

Properties

Name Type Description
accountId integer The primary key of the account resource and the unique identifier for the account.

Aggregated / Manual: Both
Applicable containers: All containers
Endpoints:
additionalStatus string
documents array
status string Status of the doc download for given configName or reportId
View JSON Schema on GitHub

JSON Schema

envestnet-creditacceleratorstatement-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreditAcceleratorStatement",
  "title": "CreditAcceleratorStatement",
  "type": "object",
  "properties": {
    "accountId": {
      "type": "integer",
      "description": "The primary key of the account resource and the unique identifier for the account.<br><br><b>Aggregated / Manual</b>: Both <br><b>Applicable containers</b>: All containers<br><b>Endpoints</b>:<ul><li>GET accounts </li><li>GET accounts/{accountId}</li><li>GET investmentOptions</li><li>GET accounts/historicalBalances</li><li>POST accounts</ul>",
      "format": "int64",
      "readOnly": true
    },
    "additionalStatus": {
      "type": "string"
    },
    "documents": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/CreditAcceleratorDocument"
      }
    },
    "status": {
      "type": "string",
      "description": "Status of the doc download for given configName or reportId",
      "readOnly": true
    }
  }
}