Envestnet · Schema

DerivedHoldingsAccount

FinancialWealth ManagementOpen BankingAccount Aggregation

Properties

Name Type Description
id integer The primary key of the account resource and the unique identifier for the account.
Required Feature Enablement: Asset classification feature.

Applicable containers: investment, insura
value object
View JSON Schema on GitHub

JSON Schema

envestnet-derivedholdingsaccount-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DerivedHoldingsAccount",
  "title": "DerivedHoldingsAccount",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer",
      "description": "The primary key of the account resource and the unique identifier for the account.<br>Required Feature Enablement: Asset classification feature.<br><br><b>Applicable containers</b>: investment, insurance<br>",
      "format": "int64",
      "readOnly": true
    },
    "value": {
      "$ref": "#/components/schemas/Money"
    }
  }
}