RCS Capital · Schema

Broker-Dealer Entity

Schema describing a registered broker-dealer entity as defined by FINRA and SEC regulations, representing firms like those assembled under RCS Capital / Cetera Financial Group.

Broker-DealerCetera Financial GroupDefunctFinancial-ServicesIndependent AdvisorInvestment BankingWealth Management

Properties

Name Type Description
crdNumber string FINRA Central Registration Depository (CRD) number for the firm.
legalName string Legal registered name of the broker-dealer.
tradingName string DBA (doing business as) name, if different from legal name.
secRegistrationNumber string SEC registration number for the broker-dealer.
registrationStatus string Current FINRA registration status.
registeredStates array US states in which the firm is registered to conduct business.
parentCompany string Name of the parent holding company.
advisorCount integer Number of registered representatives affiliated with this firm.
assetsUnderAdministration number Total assets under administration in USD.
businessTypes array Types of business conducted.
headOffice object
View JSON Schema on GitHub

JSON Schema

rcs-capital-broker-dealer-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/rcs-capital/refs/heads/main/json-schema/rcs-capital-broker-dealer-schema.json",
  "title": "Broker-Dealer Entity",
  "description": "Schema describing a registered broker-dealer entity as defined by FINRA and SEC regulations, representing firms like those assembled under RCS Capital / Cetera Financial Group.",
  "type": "object",
  "required": ["crdNumber", "legalName"],
  "properties": {
    "crdNumber": {
      "type": "string",
      "description": "FINRA Central Registration Depository (CRD) number for the firm."
    },
    "legalName": {
      "type": "string",
      "description": "Legal registered name of the broker-dealer."
    },
    "tradingName": {
      "type": "string",
      "description": "DBA (doing business as) name, if different from legal name."
    },
    "secRegistrationNumber": {
      "type": "string",
      "description": "SEC registration number for the broker-dealer."
    },
    "registrationStatus": {
      "type": "string",
      "enum": ["Active", "Inactive", "Suspended", "Terminated"],
      "description": "Current FINRA registration status."
    },
    "registeredStates": {
      "type": "array",
      "description": "US states in which the firm is registered to conduct business.",
      "items": {
        "type": "string",
        "description": "Two-letter US state code."
      }
    },
    "parentCompany": {
      "type": "string",
      "description": "Name of the parent holding company."
    },
    "advisorCount": {
      "type": "integer",
      "description": "Number of registered representatives affiliated with this firm."
    },
    "assetsUnderAdministration": {
      "type": "number",
      "description": "Total assets under administration in USD."
    },
    "businessTypes": {
      "type": "array",
      "description": "Types of business conducted.",
      "items": {
        "type": "string",
        "examples": ["Retail Brokerage", "Investment Advisory", "Mutual Funds", "Variable Annuities", "Alternative Investments"]
      }
    },
    "headOffice": {
      "type": "object",
      "properties": {
        "street": { "type": "string" },
        "city": { "type": "string" },
        "state": { "type": "string" },
        "postalCode": { "type": "string" }
      }
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/rcs-capital-broker-dealer"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.