Skip to main content
Version: Latest

2024-10-04 changelogs

Breaking changes

notes

These changes require special attention. If your app uses these API resources, and you don’t adjust your usage of the resources according to the following instructions, then your app might break when you update to this API version.

  • Field userId was removed from object type BrokerResearchEntitlementRequest
  • Field firstName was removed from object type BrokerResearchEntitlementRequest
  • Field lastName was removed from object type BrokerResearchEntitlementRequest
  • Field userEmail was removed from object type BrokerResearchEntitlementRequest
  • Field companyName was removed from object type BrokerResearchEntitlementRequest
  • Field BrokerResearchEntitlementRequest.requestedAt changed type from String! to TimeStamp!

Deprecations

notes

These deprecations will be removed in the next version. You should to consider to change to another version to ensure that your application is up to date and not breaking in the next version.

GraphQL changes

GraphQL Cursor Connections Specification`

  • Field suggestedTickers was added to object type Query
  • Field companyUsers was added to object type Query
  • Input field SearchFilter.industries description changed from Use GICS to pass a list of required industries to Use GICS to pass a list of required industries. Supports filter preset enum values also. e.g. ["ALL/DEFAULT/SYSTEM_DEFAULT"]. Please avoid combination of preset and country codes. e.g. [“DEFAULT“, <SOME_GICS_CODE>]
  • Input field SearchFilter.countries description changed from Use country codes to pass a list of required countries. Country code format is uppercase 2 letter symbol, for example: FI,US,CA For United States (non-US domicile) use US* to Use country codes to pass a list of required countries. Country code format is uppercase 2 letter symbol, for example: FI,US,CA For United States (non-US domicile) use US* Supports filter preset enum values also. e.g. ["ALL/DEFAULT/SYSTEM_DEFAULT"]. Please avoid combination of preset and country codes. e.g. [“DEFAULT“, <COUNTRY_CODE>]
  • Input field SearchFilter.brokers description changed from Use brokers to pass a list of required broker codes to Use brokers to pass a list of required broker codes. Brokers and factset brokers are used separately. They look similar however they are different fields. We do use them as this in every other service and in the FE