OBJECT

COUNTERPART

link GraphQL Schema definition

  • type COUNTERPART {
  • # Do not create transaction reports for this counterpart
  • suppressTransactionReporting: Boolean
  • updatedAt: DateTime
  • # Arguments
  • # orderBy: [Not documented]
  • transports(orderBy: [OrderBy]): [TRANSPORT]
  • # Arguments
  • # orderBy: [Not documented]
  • # includeDeleted: [Not documented]
  • executesAt(orderBy: [OrderBy], includeDeleted: Boolean): [MARKETPLACE]
  • corporate: CORPORATE
  • featureModificationInfos: [FEATUREMODIFICATIONINFO]
  • tradingVenueMicCodes: [String]
  • manuallyUpdateUser: SUBJECT
  • createdAt: DateTime
  • permitAllMarketplaces: Boolean
  • verifyUser: SUBJECT
  • verifiedAt: DateTime
  • name: String
  • uuid: UUID
  • manuallyUpdatedAt: DateTime
  • qif: Boolean
  • id: Long
  • symbols: [SYMBOL]
  • creationUser: SUBJECT
  • updateUser: SUBJECT
  • # Defines, whether a counterpart is really executing orders on behalf of the
  • # customer. Set it to false, if the counterpart is a trading software like
  • # TradeDirector which only forwards transactions to other counterparts. In case of
  • # OTF/MTF, it has to be set to true
  • executingCounterpart: Boolean
  • # List of MIC codes in case the counterpart acts as a systematic internalizer
  • siMicCodes: [String]
  • deletedAt: DateTime
  • deletedBy: SUBJECT
  • # Arguments
  • # type: The type of the symbol to retrieve.
  • symbol(type: String!): SYMBOL
  • # The primary symbol (symbol type with the highest priority)
  • primarySymbol: SYMBOL
  • version: Long
  • }