Envestnet · Schema

SegementationParameter

FinancialWealth ManagementOpen BankingAccount Aggregation

Properties

Name Type Description
incomeRange string Income range of the user in format - min_income - max_income for which the response is returned

Endpoints -
  • GET /views/{viewId}/peerData
geo object
View JSON Schema on GitHub

JSON Schema

envestnet-segementationparameter-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SegementationParameter",
  "title": "SegementationParameter",
  "properties": {
    "incomeRange": {
      "type": "string",
      "description": "Income range of the user in format - min_income - max_income for which the response is returned<br><br><b>Endpoints</b> -<ul><li>GET /views/{viewId}/peerData</li></ul>",
      "example": "$150K+"
    },
    "geo": {
      "$ref": "#/components/schemas/Geography"
    }
  }
}