Envestnet · Schema

SecurityHolding

FinancialWealth ManagementOpen BankingAccount Aggregation

Properties

Name Type Description
security object
id string
View JSON Schema on GitHub

JSON Schema

envestnet-securityholding-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SecurityHolding",
  "title": "SecurityHolding",
  "type": "object",
  "properties": {
    "security": {
      "$ref": "#/components/schemas/Security"
    },
    "id": {
      "type": "string",
      "readOnly": true
    }
  }
}