Envestnet · Schema

GeoData

FinancialWealth ManagementOpen BankingAccount Aggregation

Properties

Name Type Description
level string Geography level i.e. one of City/State/National of the peer for which the response is returned

Endpoints -
  • GET /Views/{ViewId}/peerData
value string Value corresponding to the Geography level i.e. one of City/State/National of the peer for which the response is returned

Endpoints -
  • GET /Views/{ViewId}/peerData
View JSON Schema on GitHub

JSON Schema

envestnet-geodata-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GeoData",
  "title": "GeoData",
  "properties": {
    "level": {
      "type": "string",
      "description": "Geography level i.e. one of City/State/National of the peer for which the response is returned<br><br><b>Endpoints</b> -<ul><li>GET /Views/{ViewId}/peerData</li></ul>",
      "example": "NATIONAL"
    },
    "value": {
      "type": "string",
      "description": "Value corresponding to the Geography level i.e. one of City/State/National of the peer for which the response is returned<br><br><b>Endpoints</b> -<ul><li>GET /Views/{ViewId}/peerData</li></ul>",
      "example": "US"
    }
  }
}