Envestnet · Schema

DerivedTransactionsLinks

FinancialWealth ManagementOpen BankingAccount Aggregation

Properties

Name Type Description
transactions string Link of the transaction API service that corresponds to the value derivation.

Applicable containers: creditCard, bank, investment
View JSON Schema on GitHub

JSON Schema

envestnet-derivedtransactionslinks-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DerivedTransactionsLinks",
  "title": "DerivedTransactionsLinks",
  "type": "object",
  "properties": {
    "transactions": {
      "type": "string",
      "description": "Link of the transaction API service that corresponds to the value derivation.<br><br><b>Applicable containers</b>: creditCard, bank, investment<br>",
      "readOnly": true
    }
  }
}