Skip to main content
Version: Latest

BrokerResearchProactiveCompany

type BrokerResearchProactiveCompany {
companyId: ID!
companyName: String!
companyType: String!
companyCountry: String!
}

Fields

BrokerResearchProactiveCompany.companyId ● ID! non-null scalar graph-ql-types

BrokerResearchProactiveCompany.companyName ● String! non-null scalar graph-ql-types

BrokerResearchProactiveCompany.companyType ● String! non-null scalar graph-ql-types

The company's account type as reported by the upstream broker system (e.g. "Corporate", "Buyside", "Private Equity", "Hedge Fund"). Returned verbatim in Title Case; empty string when the upstream system has no value on file.

BrokerResearchProactiveCompany.companyCountry ● String! non-null scalar graph-ql-types

Company country NAME (e.g. United States, United Kingdom). Verbatim from as-brokers-api's country field on the company record; NOT normalized to ISO-2 (unlike userCountry, which is a user-level ISO-2 mailing code). Empty string when unknown.

Member Of

BrokerResearchProactiveCompanySearchResult object