Envestnet · Schema

DerivedHoldingSummaryResponse

FinancialWealth ManagementOpen BankingAccount Aggregation

Properties

Name Type Description
holdingSummary array
link object
View JSON Schema on GitHub

JSON Schema

envestnet-derivedholdingsummaryresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DerivedHoldingSummaryResponse",
  "title": "DerivedHoldingSummaryResponse",
  "type": "object",
  "properties": {
    "holdingSummary": {
      "type": "array",
      "readOnly": true,
      "items": {
        "$ref": "#/components/schemas/DerivedHoldingsSummary"
      }
    },
    "link": {
      "$ref": "#/components/schemas/DerivedHoldingsLinks"
    }
  }
}