AlphaSense · JSON Structure

Alphasense Broker Structure

A research firm whose published research is indexed in AlphaSense.

Type: object Properties: 4 Required: 2
Market IntelligenceFinancial ResearchSearchGenerative AIAI AgentsExpert CallsDocument IntelligenceEnterprise IntelligenceMCPGraphQL

Broker is a JSON Structure definition published by AlphaSense, describing 4 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id name country coverage

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/alphasense/refs/heads/main/json-structure/alphasense-broker-structure.json",
  "name": "Broker",
  "description": "A research firm whose published research is indexed in AlphaSense.",
  "type": "object",
  "properties": {
    "id": { "type": "string" },
    "name": { "type": "string" },
    "country": { "type": "string" },
    "coverage": {
      "type": "array",
      "items": { "type": "string" }
    }
  },
  "required": ["id", "name"]
}