OBJECT

PROVISIONPROFILE

link GraphQL Schema definition

  • type PROVISIONPROFILE {
  • # Defines the PROGRAMFLAG setting in the request header for Bloomberg Data License
  • # requests. The available literals are "oneshot" and "adhoc" and defined by
  • # Bloomberg as follows:
  • # "Oneshot": Oneshot requests are non-recurrent scheduled requests (meaning they
  • # run once). These requests are an effective way to get information about a large
  • # number of securities, especially when using calculated fields. A minimum of 15
  • # minutes notice is required to schedule a oneshot request. A oneshot request may
  • # have a specific date and time supplied. When no date or time are specified, the
  • # oneshot request runs immediately, but is subject to the 15 minute notice. The
  • # disadvantage of a oneshot request is that it may sometimes take longer to get a
  • # response than a scheduled request.
  • # "Adhoc": Ad hoc requests are run immediately, gathering the latest available
  • # data. They are an effective way to get information quickly about securities.
  • # Response times are more variable than for other modes, especially for large
  • # requests. If you include calculated fields, such as analytics, the time taken to
  • # respond to the request increases, because the values are freshly re-calculated.
  • # Ad hoc requests may not have a RUNTIME or RUNDATE header specifying a time or
  • # date, as these requests only run immediately.
  • bloombergDataLicenseProgramFlag: CUSTOMENUMLITERAL
  • deletedBy: SUBJECT
  • description: String
  • deletedAt: DateTime
  • channel: CHANNEL
  • id: Long
  • # The data provision strategies assigned to the profile
  • #
  • # Arguments
  • # orderBy: [Not documented]
  • dataStrategies(orderBy: [OrderBy]): [DATAPROVISIONSTRATEGY]
  • name: String
  • version: Long
  • }