Skip to main content
Version: Latest

BrokerResearchDocumentType

description

Broker research, including AMR, FactSet AMR, TR SSR etc

type BrokerResearchDocumentType implements DocumentType {
ids: [String!]!
idsV2: [String!]
broker: Broker
}

Fields

BrokerResearchDocumentType.ids ● [String!]! non-null scalar

@exposed(scopes: ['docviewer'])

BrokerResearchDocumentType.idsV2 ● [String!] list scalar

@exposed(scopes: ['docviewer'])

BrokerResearchDocumentType.broker ● Broker object

@exposed

Interfaces

DocumentType interface

Base interface for document types