Envestnet · Schema

HoldingId

FinancialWealth ManagementOpen BankingAccount Aggregation

Properties

Name Type Description
id integer Unique identifier for the security added in the system. This is the primary key of the holding resource.

Applicable containers: investment, insurance
View JSON Schema on GitHub

JSON Schema

envestnet-holdingid-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/HoldingId",
  "title": "HoldingId",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer",
      "description": "Unique identifier for the security added in the system. This is the primary key of the holding resource.<br><br><b>Applicable containers</b>: investment, insurance<br>",
      "format": "int64",
      "readOnly": true
    }
  }
}