fds.sdk.EventsandTranscripts 2.1.1__tar.gz → 2.1.5__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (100) hide show
  1. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/PKG-INFO +7 -7
  2. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/README.md +6 -6
  3. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds/sdk/EventsandTranscripts/__init__.py +2 -2
  4. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds/sdk/EventsandTranscripts/api/calendar_events_api.py +1 -1
  5. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds/sdk/EventsandTranscripts/api/events_audio_api.py +1 -1
  6. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds/sdk/EventsandTranscripts/api/meta_api.py +1 -1
  7. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds/sdk/EventsandTranscripts/api/near_real_time_transcripts_api.py +1 -1
  8. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds/sdk/EventsandTranscripts/api/transcripts_api.py +1 -1
  9. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds/sdk/EventsandTranscripts/api_client.py +2 -2
  10. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds/sdk/EventsandTranscripts/configuration.py +3 -3
  11. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds/sdk/EventsandTranscripts/exceptions.py +1 -1
  12. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds/sdk/EventsandTranscripts/model/audio_by_date_request.py +1 -1
  13. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds/sdk/EventsandTranscripts/model/audio_by_file_name_request.py +1 -1
  14. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds/sdk/EventsandTranscripts/model/audio_by_ids_request.py +1 -1
  15. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds/sdk/EventsandTranscripts/model/audio_by_upload_time_request.py +1 -1
  16. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds/sdk/EventsandTranscripts/model/audio_request.py +1 -1
  17. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds/sdk/EventsandTranscripts/model/audio_request_data.py +1 -1
  18. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds/sdk/EventsandTranscripts/model/audio_request_meta.py +1 -1
  19. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds/sdk/EventsandTranscripts/model/audio_request_meta_pagination.py +1 -1
  20. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds/sdk/EventsandTranscripts/model/audio_response.py +1 -1
  21. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds/sdk/EventsandTranscripts/model/body.py +1 -1
  22. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds/sdk/EventsandTranscripts/model/body_nrt.py +1 -1
  23. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds/sdk/EventsandTranscripts/model/categories_response.py +1 -1
  24. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds/sdk/EventsandTranscripts/model/categories_response_data.py +1 -1
  25. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds/sdk/EventsandTranscripts/model/company_event_request.py +1 -1
  26. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds/sdk/EventsandTranscripts/model/company_event_request_data.py +1 -1
  27. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds/sdk/EventsandTranscripts/model/company_event_request_data_date_time.py +5 -5
  28. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds/sdk/EventsandTranscripts/model/company_event_request_data_universe.py +1 -1
  29. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds/sdk/EventsandTranscripts/model/company_event_response.py +1 -1
  30. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds/sdk/EventsandTranscripts/model/company_event_response_data.py +8 -4
  31. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds/sdk/EventsandTranscripts/model/document.py +1 -1
  32. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds/sdk/EventsandTranscripts/model/document_one.py +1 -1
  33. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds/sdk/EventsandTranscripts/model/document_result.py +1 -1
  34. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds/sdk/EventsandTranscripts/model/error.py +1 -1
  35. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds/sdk/EventsandTranscripts/model/error_object.py +1 -1
  36. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds/sdk/EventsandTranscripts/model/events_audio_daily_response_data.py +1 -1
  37. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds/sdk/EventsandTranscripts/model/events_audio_history_response.py +1 -1
  38. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds/sdk/EventsandTranscripts/model/events_audio_history_response_data.py +1 -1
  39. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds/sdk/EventsandTranscripts/model/indexed_nrt_response.py +1 -1
  40. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds/sdk/EventsandTranscripts/model/indexed_nrt_response_data.py +1 -1
  41. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds/sdk/EventsandTranscripts/model/invalid_id_error_data.py +1 -1
  42. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds/sdk/EventsandTranscripts/model/investor_slides_response.py +1 -1
  43. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds/sdk/EventsandTranscripts/model/investor_slides_response_data.py +1 -1
  44. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds/sdk/EventsandTranscripts/model/meta.py +1 -1
  45. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds/sdk/EventsandTranscripts/model/meta_data.py +1 -1
  46. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds/sdk/EventsandTranscripts/model/meta_data_pagination.py +1 -1
  47. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds/sdk/EventsandTranscripts/model/meta_nrt.py +1 -1
  48. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds/sdk/EventsandTranscripts/model/nrt.py +1 -1
  49. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds/sdk/EventsandTranscripts/model/nrt_calls_request.py +1 -1
  50. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds/sdk/EventsandTranscripts/model/nrt_calls_request_by_ids.py +1 -1
  51. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds/sdk/EventsandTranscripts/model/nrt_calls_request_by_ticker.py +1 -1
  52. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds/sdk/EventsandTranscripts/model/nrt_calls_request_data.py +1 -1
  53. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds/sdk/EventsandTranscripts/model/nrt_calls_request_meta.py +1 -1
  54. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds/sdk/EventsandTranscripts/model/nrt_calls_response.py +1 -1
  55. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds/sdk/EventsandTranscripts/model/nrt_calls_response_data.py +1 -1
  56. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds/sdk/EventsandTranscripts/model/nrt_speaker_ids_response.py +1 -1
  57. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds/sdk/EventsandTranscripts/model/nrt_speaker_ids_response_data.py +1 -1
  58. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds/sdk/EventsandTranscripts/model/participant.py +1 -1
  59. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds/sdk/EventsandTranscripts/model/participant_nrt.py +1 -1
  60. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds/sdk/EventsandTranscripts/model/plist.py +1 -1
  61. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds/sdk/EventsandTranscripts/model/raw_or_corrected.py +1 -1
  62. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds/sdk/EventsandTranscripts/model/response_type.py +1 -1
  63. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds/sdk/EventsandTranscripts/model/response_type_data.py +1 -1
  64. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds/sdk/EventsandTranscripts/model/section.py +1 -1
  65. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds/sdk/EventsandTranscripts/model/section_nrt.py +1 -1
  66. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds/sdk/EventsandTranscripts/model/speaker.py +1 -1
  67. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds/sdk/EventsandTranscripts/model/speaker_nrt.py +1 -1
  68. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds/sdk/EventsandTranscripts/model/time_zones_response.py +1 -1
  69. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds/sdk/EventsandTranscripts/model/time_zones_response_data.py +1 -1
  70. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds/sdk/EventsandTranscripts/model/transcripts_by_date_request.py +13 -3
  71. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds/sdk/EventsandTranscripts/model/transcripts_by_events_request.py +1 -1
  72. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds/sdk/EventsandTranscripts/model/transcripts_by_ids_request.py +9 -3
  73. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds/sdk/EventsandTranscripts/model/transcripts_by_ids_response.py +1 -1
  74. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds/sdk/EventsandTranscripts/model/transcripts_by_search_request.py +1 -1
  75. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds/sdk/EventsandTranscripts/model/transcripts_by_times_request.py +11 -1
  76. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds/sdk/EventsandTranscripts/model/transcripts_collection.py +1 -1
  77. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds/sdk/EventsandTranscripts/model/transcripts_intelligence_response.py +1 -1
  78. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds/sdk/EventsandTranscripts/model/transcripts_intelligence_response_data.py +1 -1
  79. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds/sdk/EventsandTranscripts/model/transcripts_request.py +1 -1
  80. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds/sdk/EventsandTranscripts/model/transcripts_request_data.py +5 -5
  81. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds/sdk/EventsandTranscripts/model/transcripts_request_meta.py +1 -1
  82. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds/sdk/EventsandTranscripts/model/transcripts_request_meta_pagination.py +1 -1
  83. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds/sdk/EventsandTranscripts/model/transcripts_response.py +1 -1
  84. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds/sdk/EventsandTranscripts/model/transcripts_response_data.py +1 -1
  85. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds/sdk/EventsandTranscripts/model_utils.py +1 -1
  86. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds/sdk/EventsandTranscripts/rest.py +1 -1
  87. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds.sdk.EventsandTranscripts.egg-info/PKG-INFO +7 -7
  88. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/setup.py +2 -2
  89. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/LICENSE +0 -0
  90. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds/__init__.py +0 -0
  91. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds/sdk/EventsandTranscripts/api/__init__.py +0 -0
  92. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds/sdk/EventsandTranscripts/apis/__init__.py +0 -0
  93. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds/sdk/EventsandTranscripts/model/__init__.py +0 -0
  94. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds/sdk/EventsandTranscripts/models/__init__.py +0 -0
  95. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds/sdk/__init__.py +0 -0
  96. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds.sdk.EventsandTranscripts.egg-info/SOURCES.txt +0 -0
  97. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds.sdk.EventsandTranscripts.egg-info/dependency_links.txt +0 -0
  98. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds.sdk.EventsandTranscripts.egg-info/requires.txt +0 -0
  99. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/fds.sdk.EventsandTranscripts.egg-info/top_level.txt +0 -0
  100. {fds_sdk_eventsandtranscripts-2.1.1 → fds_sdk_eventsandtranscripts-2.1.5}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fds.sdk.EventsandTranscripts
3
- Version: 2.1.1
3
+ Version: 2.1.5
4
4
  Summary: Events and Transcripts client library for Python
5
5
  Home-page: https://github.com/FactSet/enterprise-sdk/tree/main/code/python/EventsandTranscripts/v2
6
6
  Author: FactSet Research Systems
@@ -27,8 +27,8 @@ Dynamic: summary
27
27
 
28
28
  # Events and Transcripts client library for Python
29
29
 
30
- [![API Version](https://img.shields.io/badge/api-v2.2.0-blue)](https://developer.factset.com/api-catalog/documents-distributor-callstreet-events)
31
- [![PyPi](https://img.shields.io/pypi/v/fds.sdk.EventsandTranscripts/2.1.1)](https://pypi.org/project/fds.sdk.EventsandTranscripts/v/2.1.1)
30
+ [![API Version](https://img.shields.io/badge/api-v2.2.1-blue)](https://developer.factset.com/api-catalog/documents-distributor-callstreet-events)
31
+ [![PyPi](https://img.shields.io/pypi/v/fds.sdk.EventsandTranscripts/2.1.5)](https://pypi.org/project/fds.sdk.EventsandTranscripts/v/2.1.5)
32
32
  [![Apache-2 license](https://img.shields.io/badge/license-Apache2-brightgreen.svg)](https://www.apache.org/licenses/LICENSE-2.0)
33
33
 
34
34
  <p>The Calendar Events API provides access to FactSet’s Event Calendar data alongside business logic that allows users to replicate views and functionality consistent with the experience provided by the Workstation. This API provides the ability to pull Event Calendar data based on specific filters.</p>
@@ -39,8 +39,8 @@ Dynamic: summary
39
39
 
40
40
  This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
41
41
 
42
- - API version: 2.2.0
43
- - SDK version: 2.1.1
42
+ - API version: 2.2.1
43
+ - SDK version: 2.1.5
44
44
  - Build package: org.openapitools.codegen.languages.PythonClientCodegen
45
45
 
46
46
  For more information, please visit [https://developer.factset.com/contact](https://developer.factset.com/contact)
@@ -54,13 +54,13 @@ For more information, please visit [https://developer.factset.com/contact](https
54
54
  ### Poetry
55
55
 
56
56
  ```shell
57
- poetry add fds.sdk.utils fds.sdk.EventsandTranscripts==2.1.1
57
+ poetry add fds.sdk.utils fds.sdk.EventsandTranscripts==2.1.5
58
58
  ```
59
59
 
60
60
  ### pip
61
61
 
62
62
  ```shell
63
- pip install fds.sdk.utils fds.sdk.EventsandTranscripts==2.1.1
63
+ pip install fds.sdk.utils fds.sdk.EventsandTranscripts==2.1.5
64
64
  ```
65
65
 
66
66
  ## Usage
@@ -2,8 +2,8 @@
2
2
 
3
3
  # Events and Transcripts client library for Python
4
4
 
5
- [![API Version](https://img.shields.io/badge/api-v2.2.0-blue)](https://developer.factset.com/api-catalog/documents-distributor-callstreet-events)
6
- [![PyPi](https://img.shields.io/pypi/v/fds.sdk.EventsandTranscripts/2.1.1)](https://pypi.org/project/fds.sdk.EventsandTranscripts/v/2.1.1)
5
+ [![API Version](https://img.shields.io/badge/api-v2.2.1-blue)](https://developer.factset.com/api-catalog/documents-distributor-callstreet-events)
6
+ [![PyPi](https://img.shields.io/pypi/v/fds.sdk.EventsandTranscripts/2.1.5)](https://pypi.org/project/fds.sdk.EventsandTranscripts/v/2.1.5)
7
7
  [![Apache-2 license](https://img.shields.io/badge/license-Apache2-brightgreen.svg)](https://www.apache.org/licenses/LICENSE-2.0)
8
8
 
9
9
  <p>The Calendar Events API provides access to FactSet’s Event Calendar data alongside business logic that allows users to replicate views and functionality consistent with the experience provided by the Workstation. This API provides the ability to pull Event Calendar data based on specific filters.</p>
@@ -14,8 +14,8 @@
14
14
 
15
15
  This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
16
16
 
17
- - API version: 2.2.0
18
- - SDK version: 2.1.1
17
+ - API version: 2.2.1
18
+ - SDK version: 2.1.5
19
19
  - Build package: org.openapitools.codegen.languages.PythonClientCodegen
20
20
 
21
21
  For more information, please visit [https://developer.factset.com/contact](https://developer.factset.com/contact)
@@ -29,13 +29,13 @@ For more information, please visit [https://developer.factset.com/contact](https
29
29
  ### Poetry
30
30
 
31
31
  ```shell
32
- poetry add fds.sdk.utils fds.sdk.EventsandTranscripts==2.1.1
32
+ poetry add fds.sdk.utils fds.sdk.EventsandTranscripts==2.1.5
33
33
  ```
34
34
 
35
35
  ### pip
36
36
 
37
37
  ```shell
38
- pip install fds.sdk.utils fds.sdk.EventsandTranscripts==2.1.1
38
+ pip install fds.sdk.utils fds.sdk.EventsandTranscripts==2.1.5
39
39
  ```
40
40
 
41
41
  ## Usage
@@ -5,13 +5,13 @@
5
5
 
6
6
  <p>The Calendar Events API provides access to FactSet’s Event Calendar data alongside business logic that allows users to replicate views and functionality consistent with the experience provided by the Workstation. This API provides the ability to pull Event Calendar data based on specific filters.</p> <p>Events Audio API provides access to historical as well as the latest audio recordings of various company events covered by FactSet. The events include, but are not limited to: earnings calls, conferences, and investor days. This API also provides relevant metadata such as timestamps and identifiers around each audio file.</p> <p>The Near Real-time Transcripts API enables access to Near Real-time Transcripts provided by CallStreet to time-sensitive clients. This API also provides the relevant speaker metadata along with their confidence scores. This data caters to quant clients interested in building machine learning models. Clients can leverage this API to perform sentiment analysis through natural language processing or machine learning. It can also be used to complement analysis using FactSet's transcripts service.</p> <p>Transcripts API provides conference call transcripts for companies' publicly held conference calls and a wealth of information regarding upcoming corporate events, such as conference call date and time, phone number and password, type of conference call, and important company investor relations contact information.</p> # noqa: E501
7
7
 
8
- The version of the OpenAPI document: 2.2.0
8
+ The version of the OpenAPI document: 2.2.1
9
9
  Contact: api@factset.com
10
10
  Generated by: https://openapi-generator.tech
11
11
  """
12
12
 
13
13
 
14
- __version__ = "2.1.1"
14
+ __version__ = "2.1.5"
15
15
 
16
16
  # import ApiClient
17
17
  from fds.sdk.EventsandTranscripts.api_client import ApiClient
@@ -3,7 +3,7 @@
3
3
 
4
4
  <p>The Calendar Events API provides access to FactSet’s Event Calendar data alongside business logic that allows users to replicate views and functionality consistent with the experience provided by the Workstation. This API provides the ability to pull Event Calendar data based on specific filters.</p> <p>Events Audio API provides access to historical as well as the latest audio recordings of various company events covered by FactSet. The events include, but are not limited to: earnings calls, conferences, and investor days. This API also provides relevant metadata such as timestamps and identifiers around each audio file.</p> <p>The Near Real-time Transcripts API enables access to Near Real-time Transcripts provided by CallStreet to time-sensitive clients. This API also provides the relevant speaker metadata along with their confidence scores. This data caters to quant clients interested in building machine learning models. Clients can leverage this API to perform sentiment analysis through natural language processing or machine learning. It can also be used to complement analysis using FactSet's transcripts service.</p> <p>Transcripts API provides conference call transcripts for companies' publicly held conference calls and a wealth of information regarding upcoming corporate events, such as conference call date and time, phone number and password, type of conference call, and important company investor relations contact information.</p> # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 2.2.0
6
+ The version of the OpenAPI document: 2.2.1
7
7
  Contact: api@factset.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -3,7 +3,7 @@
3
3
 
4
4
  <p>The Calendar Events API provides access to FactSet’s Event Calendar data alongside business logic that allows users to replicate views and functionality consistent with the experience provided by the Workstation. This API provides the ability to pull Event Calendar data based on specific filters.</p> <p>Events Audio API provides access to historical as well as the latest audio recordings of various company events covered by FactSet. The events include, but are not limited to: earnings calls, conferences, and investor days. This API also provides relevant metadata such as timestamps and identifiers around each audio file.</p> <p>The Near Real-time Transcripts API enables access to Near Real-time Transcripts provided by CallStreet to time-sensitive clients. This API also provides the relevant speaker metadata along with their confidence scores. This data caters to quant clients interested in building machine learning models. Clients can leverage this API to perform sentiment analysis through natural language processing or machine learning. It can also be used to complement analysis using FactSet's transcripts service.</p> <p>Transcripts API provides conference call transcripts for companies' publicly held conference calls and a wealth of information regarding upcoming corporate events, such as conference call date and time, phone number and password, type of conference call, and important company investor relations contact information.</p> # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 2.2.0
6
+ The version of the OpenAPI document: 2.2.1
7
7
  Contact: api@factset.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -3,7 +3,7 @@
3
3
 
4
4
  <p>The Calendar Events API provides access to FactSet’s Event Calendar data alongside business logic that allows users to replicate views and functionality consistent with the experience provided by the Workstation. This API provides the ability to pull Event Calendar data based on specific filters.</p> <p>Events Audio API provides access to historical as well as the latest audio recordings of various company events covered by FactSet. The events include, but are not limited to: earnings calls, conferences, and investor days. This API also provides relevant metadata such as timestamps and identifiers around each audio file.</p> <p>The Near Real-time Transcripts API enables access to Near Real-time Transcripts provided by CallStreet to time-sensitive clients. This API also provides the relevant speaker metadata along with their confidence scores. This data caters to quant clients interested in building machine learning models. Clients can leverage this API to perform sentiment analysis through natural language processing or machine learning. It can also be used to complement analysis using FactSet's transcripts service.</p> <p>Transcripts API provides conference call transcripts for companies' publicly held conference calls and a wealth of information regarding upcoming corporate events, such as conference call date and time, phone number and password, type of conference call, and important company investor relations contact information.</p> # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 2.2.0
6
+ The version of the OpenAPI document: 2.2.1
7
7
  Contact: api@factset.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -3,7 +3,7 @@
3
3
 
4
4
  <p>The Calendar Events API provides access to FactSet’s Event Calendar data alongside business logic that allows users to replicate views and functionality consistent with the experience provided by the Workstation. This API provides the ability to pull Event Calendar data based on specific filters.</p> <p>Events Audio API provides access to historical as well as the latest audio recordings of various company events covered by FactSet. The events include, but are not limited to: earnings calls, conferences, and investor days. This API also provides relevant metadata such as timestamps and identifiers around each audio file.</p> <p>The Near Real-time Transcripts API enables access to Near Real-time Transcripts provided by CallStreet to time-sensitive clients. This API also provides the relevant speaker metadata along with their confidence scores. This data caters to quant clients interested in building machine learning models. Clients can leverage this API to perform sentiment analysis through natural language processing or machine learning. It can also be used to complement analysis using FactSet's transcripts service.</p> <p>Transcripts API provides conference call transcripts for companies' publicly held conference calls and a wealth of information regarding upcoming corporate events, such as conference call date and time, phone number and password, type of conference call, and important company investor relations contact information.</p> # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 2.2.0
6
+ The version of the OpenAPI document: 2.2.1
7
7
  Contact: api@factset.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -3,7 +3,7 @@
3
3
 
4
4
  <p>The Calendar Events API provides access to FactSet’s Event Calendar data alongside business logic that allows users to replicate views and functionality consistent with the experience provided by the Workstation. This API provides the ability to pull Event Calendar data based on specific filters.</p> <p>Events Audio API provides access to historical as well as the latest audio recordings of various company events covered by FactSet. The events include, but are not limited to: earnings calls, conferences, and investor days. This API also provides relevant metadata such as timestamps and identifiers around each audio file.</p> <p>The Near Real-time Transcripts API enables access to Near Real-time Transcripts provided by CallStreet to time-sensitive clients. This API also provides the relevant speaker metadata along with their confidence scores. This data caters to quant clients interested in building machine learning models. Clients can leverage this API to perform sentiment analysis through natural language processing or machine learning. It can also be used to complement analysis using FactSet's transcripts service.</p> <p>Transcripts API provides conference call transcripts for companies' publicly held conference calls and a wealth of information regarding upcoming corporate events, such as conference call date and time, phone number and password, type of conference call, and important company investor relations contact information.</p> # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 2.2.0
6
+ The version of the OpenAPI document: 2.2.1
7
7
  Contact: api@factset.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -3,7 +3,7 @@
3
3
 
4
4
  <p>The Calendar Events API provides access to FactSet’s Event Calendar data alongside business logic that allows users to replicate views and functionality consistent with the experience provided by the Workstation. This API provides the ability to pull Event Calendar data based on specific filters.</p> <p>Events Audio API provides access to historical as well as the latest audio recordings of various company events covered by FactSet. The events include, but are not limited to: earnings calls, conferences, and investor days. This API also provides relevant metadata such as timestamps and identifiers around each audio file.</p> <p>The Near Real-time Transcripts API enables access to Near Real-time Transcripts provided by CallStreet to time-sensitive clients. This API also provides the relevant speaker metadata along with their confidence scores. This data caters to quant clients interested in building machine learning models. Clients can leverage this API to perform sentiment analysis through natural language processing or machine learning. It can also be used to complement analysis using FactSet's transcripts service.</p> <p>Transcripts API provides conference call transcripts for companies' publicly held conference calls and a wealth of information regarding upcoming corporate events, such as conference call date and time, phone number and password, type of conference call, and important company investor relations contact information.</p> # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 2.2.0
6
+ The version of the OpenAPI document: 2.2.1
7
7
  Contact: api@factset.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -116,7 +116,7 @@ class ApiClient(object):
116
116
  self.default_headers[header_name] = header_value
117
117
  self.cookie = cookie
118
118
  # Set default User-Agent.
119
- self.user_agent = f'fds-sdk/python/EventsandTranscripts/2.1.1 ({platform.system()}, Python {platform.python_version()})'
119
+ self.user_agent = f'fds-sdk/python/EventsandTranscripts/2.1.5 ({platform.system()}, Python {platform.python_version()})'
120
120
 
121
121
  def __enter__(self):
122
122
  return self
@@ -3,7 +3,7 @@
3
3
 
4
4
  <p>The Calendar Events API provides access to FactSet’s Event Calendar data alongside business logic that allows users to replicate views and functionality consistent with the experience provided by the Workstation. This API provides the ability to pull Event Calendar data based on specific filters.</p> <p>Events Audio API provides access to historical as well as the latest audio recordings of various company events covered by FactSet. The events include, but are not limited to: earnings calls, conferences, and investor days. This API also provides relevant metadata such as timestamps and identifiers around each audio file.</p> <p>The Near Real-time Transcripts API enables access to Near Real-time Transcripts provided by CallStreet to time-sensitive clients. This API also provides the relevant speaker metadata along with their confidence scores. This data caters to quant clients interested in building machine learning models. Clients can leverage this API to perform sentiment analysis through natural language processing or machine learning. It can also be used to complement analysis using FactSet's transcripts service.</p> <p>Transcripts API provides conference call transcripts for companies' publicly held conference calls and a wealth of information regarding upcoming corporate events, such as conference call date and time, phone number and password, type of conference call, and important company investor relations contact information.</p> # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 2.2.0
6
+ The version of the OpenAPI document: 2.2.1
7
7
  Contact: api@factset.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -429,8 +429,8 @@ conf = fds.sdk.EventsandTranscripts.Configuration(
429
429
  return "Python SDK Debug Report:\n"\
430
430
  "OS: {env}\n"\
431
431
  "Python Version: {pyversion}\n"\
432
- "Version of the API: 2.2.0\n"\
433
- "SDK Package Version: 2.1.1".\
432
+ "Version of the API: 2.2.1\n"\
433
+ "SDK Package Version: 2.1.5".\
434
434
  format(env=sys.platform, pyversion=sys.version)
435
435
 
436
436
  def get_host_settings(self):
@@ -3,7 +3,7 @@
3
3
 
4
4
  <p>The Calendar Events API provides access to FactSet’s Event Calendar data alongside business logic that allows users to replicate views and functionality consistent with the experience provided by the Workstation. This API provides the ability to pull Event Calendar data based on specific filters.</p> <p>Events Audio API provides access to historical as well as the latest audio recordings of various company events covered by FactSet. The events include, but are not limited to: earnings calls, conferences, and investor days. This API also provides relevant metadata such as timestamps and identifiers around each audio file.</p> <p>The Near Real-time Transcripts API enables access to Near Real-time Transcripts provided by CallStreet to time-sensitive clients. This API also provides the relevant speaker metadata along with their confidence scores. This data caters to quant clients interested in building machine learning models. Clients can leverage this API to perform sentiment analysis through natural language processing or machine learning. It can also be used to complement analysis using FactSet's transcripts service.</p> <p>Transcripts API provides conference call transcripts for companies' publicly held conference calls and a wealth of information regarding upcoming corporate events, such as conference call date and time, phone number and password, type of conference call, and important company investor relations contact information.</p> # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 2.2.0
6
+ The version of the OpenAPI document: 2.2.1
7
7
  Contact: api@factset.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -3,7 +3,7 @@
3
3
 
4
4
  <p>The Calendar Events API provides access to FactSet’s Event Calendar data alongside business logic that allows users to replicate views and functionality consistent with the experience provided by the Workstation. This API provides the ability to pull Event Calendar data based on specific filters.</p> <p>Events Audio API provides access to historical as well as the latest audio recordings of various company events covered by FactSet. The events include, but are not limited to: earnings calls, conferences, and investor days. This API also provides relevant metadata such as timestamps and identifiers around each audio file.</p> <p>The Near Real-time Transcripts API enables access to Near Real-time Transcripts provided by CallStreet to time-sensitive clients. This API also provides the relevant speaker metadata along with their confidence scores. This data caters to quant clients interested in building machine learning models. Clients can leverage this API to perform sentiment analysis through natural language processing or machine learning. It can also be used to complement analysis using FactSet's transcripts service.</p> <p>Transcripts API provides conference call transcripts for companies' publicly held conference calls and a wealth of information regarding upcoming corporate events, such as conference call date and time, phone number and password, type of conference call, and important company investor relations contact information.</p> # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 2.2.0
6
+ The version of the OpenAPI document: 2.2.1
7
7
  Contact: api@factset.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -3,7 +3,7 @@
3
3
 
4
4
  <p>The Calendar Events API provides access to FactSet’s Event Calendar data alongside business logic that allows users to replicate views and functionality consistent with the experience provided by the Workstation. This API provides the ability to pull Event Calendar data based on specific filters.</p> <p>Events Audio API provides access to historical as well as the latest audio recordings of various company events covered by FactSet. The events include, but are not limited to: earnings calls, conferences, and investor days. This API also provides relevant metadata such as timestamps and identifiers around each audio file.</p> <p>The Near Real-time Transcripts API enables access to Near Real-time Transcripts provided by CallStreet to time-sensitive clients. This API also provides the relevant speaker metadata along with their confidence scores. This data caters to quant clients interested in building machine learning models. Clients can leverage this API to perform sentiment analysis through natural language processing or machine learning. It can also be used to complement analysis using FactSet's transcripts service.</p> <p>Transcripts API provides conference call transcripts for companies' publicly held conference calls and a wealth of information regarding upcoming corporate events, such as conference call date and time, phone number and password, type of conference call, and important company investor relations contact information.</p> # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 2.2.0
6
+ The version of the OpenAPI document: 2.2.1
7
7
  Contact: api@factset.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -3,7 +3,7 @@
3
3
 
4
4
  <p>The Calendar Events API provides access to FactSet’s Event Calendar data alongside business logic that allows users to replicate views and functionality consistent with the experience provided by the Workstation. This API provides the ability to pull Event Calendar data based on specific filters.</p> <p>Events Audio API provides access to historical as well as the latest audio recordings of various company events covered by FactSet. The events include, but are not limited to: earnings calls, conferences, and investor days. This API also provides relevant metadata such as timestamps and identifiers around each audio file.</p> <p>The Near Real-time Transcripts API enables access to Near Real-time Transcripts provided by CallStreet to time-sensitive clients. This API also provides the relevant speaker metadata along with their confidence scores. This data caters to quant clients interested in building machine learning models. Clients can leverage this API to perform sentiment analysis through natural language processing or machine learning. It can also be used to complement analysis using FactSet's transcripts service.</p> <p>Transcripts API provides conference call transcripts for companies' publicly held conference calls and a wealth of information regarding upcoming corporate events, such as conference call date and time, phone number and password, type of conference call, and important company investor relations contact information.</p> # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 2.2.0
6
+ The version of the OpenAPI document: 2.2.1
7
7
  Contact: api@factset.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -3,7 +3,7 @@
3
3
 
4
4
  <p>The Calendar Events API provides access to FactSet’s Event Calendar data alongside business logic that allows users to replicate views and functionality consistent with the experience provided by the Workstation. This API provides the ability to pull Event Calendar data based on specific filters.</p> <p>Events Audio API provides access to historical as well as the latest audio recordings of various company events covered by FactSet. The events include, but are not limited to: earnings calls, conferences, and investor days. This API also provides relevant metadata such as timestamps and identifiers around each audio file.</p> <p>The Near Real-time Transcripts API enables access to Near Real-time Transcripts provided by CallStreet to time-sensitive clients. This API also provides the relevant speaker metadata along with their confidence scores. This data caters to quant clients interested in building machine learning models. Clients can leverage this API to perform sentiment analysis through natural language processing or machine learning. It can also be used to complement analysis using FactSet's transcripts service.</p> <p>Transcripts API provides conference call transcripts for companies' publicly held conference calls and a wealth of information regarding upcoming corporate events, such as conference call date and time, phone number and password, type of conference call, and important company investor relations contact information.</p> # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 2.2.0
6
+ The version of the OpenAPI document: 2.2.1
7
7
  Contact: api@factset.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -3,7 +3,7 @@
3
3
 
4
4
  <p>The Calendar Events API provides access to FactSet’s Event Calendar data alongside business logic that allows users to replicate views and functionality consistent with the experience provided by the Workstation. This API provides the ability to pull Event Calendar data based on specific filters.</p> <p>Events Audio API provides access to historical as well as the latest audio recordings of various company events covered by FactSet. The events include, but are not limited to: earnings calls, conferences, and investor days. This API also provides relevant metadata such as timestamps and identifiers around each audio file.</p> <p>The Near Real-time Transcripts API enables access to Near Real-time Transcripts provided by CallStreet to time-sensitive clients. This API also provides the relevant speaker metadata along with their confidence scores. This data caters to quant clients interested in building machine learning models. Clients can leverage this API to perform sentiment analysis through natural language processing or machine learning. It can also be used to complement analysis using FactSet's transcripts service.</p> <p>Transcripts API provides conference call transcripts for companies' publicly held conference calls and a wealth of information regarding upcoming corporate events, such as conference call date and time, phone number and password, type of conference call, and important company investor relations contact information.</p> # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 2.2.0
6
+ The version of the OpenAPI document: 2.2.1
7
7
  Contact: api@factset.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -3,7 +3,7 @@
3
3
 
4
4
  <p>The Calendar Events API provides access to FactSet’s Event Calendar data alongside business logic that allows users to replicate views and functionality consistent with the experience provided by the Workstation. This API provides the ability to pull Event Calendar data based on specific filters.</p> <p>Events Audio API provides access to historical as well as the latest audio recordings of various company events covered by FactSet. The events include, but are not limited to: earnings calls, conferences, and investor days. This API also provides relevant metadata such as timestamps and identifiers around each audio file.</p> <p>The Near Real-time Transcripts API enables access to Near Real-time Transcripts provided by CallStreet to time-sensitive clients. This API also provides the relevant speaker metadata along with their confidence scores. This data caters to quant clients interested in building machine learning models. Clients can leverage this API to perform sentiment analysis through natural language processing or machine learning. It can also be used to complement analysis using FactSet's transcripts service.</p> <p>Transcripts API provides conference call transcripts for companies' publicly held conference calls and a wealth of information regarding upcoming corporate events, such as conference call date and time, phone number and password, type of conference call, and important company investor relations contact information.</p> # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 2.2.0
6
+ The version of the OpenAPI document: 2.2.1
7
7
  Contact: api@factset.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -3,7 +3,7 @@
3
3
 
4
4
  <p>The Calendar Events API provides access to FactSet’s Event Calendar data alongside business logic that allows users to replicate views and functionality consistent with the experience provided by the Workstation. This API provides the ability to pull Event Calendar data based on specific filters.</p> <p>Events Audio API provides access to historical as well as the latest audio recordings of various company events covered by FactSet. The events include, but are not limited to: earnings calls, conferences, and investor days. This API also provides relevant metadata such as timestamps and identifiers around each audio file.</p> <p>The Near Real-time Transcripts API enables access to Near Real-time Transcripts provided by CallStreet to time-sensitive clients. This API also provides the relevant speaker metadata along with their confidence scores. This data caters to quant clients interested in building machine learning models. Clients can leverage this API to perform sentiment analysis through natural language processing or machine learning. It can also be used to complement analysis using FactSet's transcripts service.</p> <p>Transcripts API provides conference call transcripts for companies' publicly held conference calls and a wealth of information regarding upcoming corporate events, such as conference call date and time, phone number and password, type of conference call, and important company investor relations contact information.</p> # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 2.2.0
6
+ The version of the OpenAPI document: 2.2.1
7
7
  Contact: api@factset.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -3,7 +3,7 @@
3
3
 
4
4
  <p>The Calendar Events API provides access to FactSet’s Event Calendar data alongside business logic that allows users to replicate views and functionality consistent with the experience provided by the Workstation. This API provides the ability to pull Event Calendar data based on specific filters.</p> <p>Events Audio API provides access to historical as well as the latest audio recordings of various company events covered by FactSet. The events include, but are not limited to: earnings calls, conferences, and investor days. This API also provides relevant metadata such as timestamps and identifiers around each audio file.</p> <p>The Near Real-time Transcripts API enables access to Near Real-time Transcripts provided by CallStreet to time-sensitive clients. This API also provides the relevant speaker metadata along with their confidence scores. This data caters to quant clients interested in building machine learning models. Clients can leverage this API to perform sentiment analysis through natural language processing or machine learning. It can also be used to complement analysis using FactSet's transcripts service.</p> <p>Transcripts API provides conference call transcripts for companies' publicly held conference calls and a wealth of information regarding upcoming corporate events, such as conference call date and time, phone number and password, type of conference call, and important company investor relations contact information.</p> # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 2.2.0
6
+ The version of the OpenAPI document: 2.2.1
7
7
  Contact: api@factset.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -3,7 +3,7 @@
3
3
 
4
4
  <p>The Calendar Events API provides access to FactSet’s Event Calendar data alongside business logic that allows users to replicate views and functionality consistent with the experience provided by the Workstation. This API provides the ability to pull Event Calendar data based on specific filters.</p> <p>Events Audio API provides access to historical as well as the latest audio recordings of various company events covered by FactSet. The events include, but are not limited to: earnings calls, conferences, and investor days. This API also provides relevant metadata such as timestamps and identifiers around each audio file.</p> <p>The Near Real-time Transcripts API enables access to Near Real-time Transcripts provided by CallStreet to time-sensitive clients. This API also provides the relevant speaker metadata along with their confidence scores. This data caters to quant clients interested in building machine learning models. Clients can leverage this API to perform sentiment analysis through natural language processing or machine learning. It can also be used to complement analysis using FactSet's transcripts service.</p> <p>Transcripts API provides conference call transcripts for companies' publicly held conference calls and a wealth of information regarding upcoming corporate events, such as conference call date and time, phone number and password, type of conference call, and important company investor relations contact information.</p> # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 2.2.0
6
+ The version of the OpenAPI document: 2.2.1
7
7
  Contact: api@factset.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -3,7 +3,7 @@
3
3
 
4
4
  <p>The Calendar Events API provides access to FactSet’s Event Calendar data alongside business logic that allows users to replicate views and functionality consistent with the experience provided by the Workstation. This API provides the ability to pull Event Calendar data based on specific filters.</p> <p>Events Audio API provides access to historical as well as the latest audio recordings of various company events covered by FactSet. The events include, but are not limited to: earnings calls, conferences, and investor days. This API also provides relevant metadata such as timestamps and identifiers around each audio file.</p> <p>The Near Real-time Transcripts API enables access to Near Real-time Transcripts provided by CallStreet to time-sensitive clients. This API also provides the relevant speaker metadata along with their confidence scores. This data caters to quant clients interested in building machine learning models. Clients can leverage this API to perform sentiment analysis through natural language processing or machine learning. It can also be used to complement analysis using FactSet's transcripts service.</p> <p>Transcripts API provides conference call transcripts for companies' publicly held conference calls and a wealth of information regarding upcoming corporate events, such as conference call date and time, phone number and password, type of conference call, and important company investor relations contact information.</p> # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 2.2.0
6
+ The version of the OpenAPI document: 2.2.1
7
7
  Contact: api@factset.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -3,7 +3,7 @@
3
3
 
4
4
  <p>The Calendar Events API provides access to FactSet’s Event Calendar data alongside business logic that allows users to replicate views and functionality consistent with the experience provided by the Workstation. This API provides the ability to pull Event Calendar data based on specific filters.</p> <p>Events Audio API provides access to historical as well as the latest audio recordings of various company events covered by FactSet. The events include, but are not limited to: earnings calls, conferences, and investor days. This API also provides relevant metadata such as timestamps and identifiers around each audio file.</p> <p>The Near Real-time Transcripts API enables access to Near Real-time Transcripts provided by CallStreet to time-sensitive clients. This API also provides the relevant speaker metadata along with their confidence scores. This data caters to quant clients interested in building machine learning models. Clients can leverage this API to perform sentiment analysis through natural language processing or machine learning. It can also be used to complement analysis using FactSet's transcripts service.</p> <p>Transcripts API provides conference call transcripts for companies' publicly held conference calls and a wealth of information regarding upcoming corporate events, such as conference call date and time, phone number and password, type of conference call, and important company investor relations contact information.</p> # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 2.2.0
6
+ The version of the OpenAPI document: 2.2.1
7
7
  Contact: api@factset.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -3,7 +3,7 @@
3
3
 
4
4
  <p>The Calendar Events API provides access to FactSet’s Event Calendar data alongside business logic that allows users to replicate views and functionality consistent with the experience provided by the Workstation. This API provides the ability to pull Event Calendar data based on specific filters.</p> <p>Events Audio API provides access to historical as well as the latest audio recordings of various company events covered by FactSet. The events include, but are not limited to: earnings calls, conferences, and investor days. This API also provides relevant metadata such as timestamps and identifiers around each audio file.</p> <p>The Near Real-time Transcripts API enables access to Near Real-time Transcripts provided by CallStreet to time-sensitive clients. This API also provides the relevant speaker metadata along with their confidence scores. This data caters to quant clients interested in building machine learning models. Clients can leverage this API to perform sentiment analysis through natural language processing or machine learning. It can also be used to complement analysis using FactSet's transcripts service.</p> <p>Transcripts API provides conference call transcripts for companies' publicly held conference calls and a wealth of information regarding upcoming corporate events, such as conference call date and time, phone number and password, type of conference call, and important company investor relations contact information.</p> # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 2.2.0
6
+ The version of the OpenAPI document: 2.2.1
7
7
  Contact: api@factset.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -3,7 +3,7 @@
3
3
 
4
4
  <p>The Calendar Events API provides access to FactSet’s Event Calendar data alongside business logic that allows users to replicate views and functionality consistent with the experience provided by the Workstation. This API provides the ability to pull Event Calendar data based on specific filters.</p> <p>Events Audio API provides access to historical as well as the latest audio recordings of various company events covered by FactSet. The events include, but are not limited to: earnings calls, conferences, and investor days. This API also provides relevant metadata such as timestamps and identifiers around each audio file.</p> <p>The Near Real-time Transcripts API enables access to Near Real-time Transcripts provided by CallStreet to time-sensitive clients. This API also provides the relevant speaker metadata along with their confidence scores. This data caters to quant clients interested in building machine learning models. Clients can leverage this API to perform sentiment analysis through natural language processing or machine learning. It can also be used to complement analysis using FactSet's transcripts service.</p> <p>Transcripts API provides conference call transcripts for companies' publicly held conference calls and a wealth of information regarding upcoming corporate events, such as conference call date and time, phone number and password, type of conference call, and important company investor relations contact information.</p> # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 2.2.0
6
+ The version of the OpenAPI document: 2.2.1
7
7
  Contact: api@factset.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -3,7 +3,7 @@
3
3
 
4
4
  <p>The Calendar Events API provides access to FactSet’s Event Calendar data alongside business logic that allows users to replicate views and functionality consistent with the experience provided by the Workstation. This API provides the ability to pull Event Calendar data based on specific filters.</p> <p>Events Audio API provides access to historical as well as the latest audio recordings of various company events covered by FactSet. The events include, but are not limited to: earnings calls, conferences, and investor days. This API also provides relevant metadata such as timestamps and identifiers around each audio file.</p> <p>The Near Real-time Transcripts API enables access to Near Real-time Transcripts provided by CallStreet to time-sensitive clients. This API also provides the relevant speaker metadata along with their confidence scores. This data caters to quant clients interested in building machine learning models. Clients can leverage this API to perform sentiment analysis through natural language processing or machine learning. It can also be used to complement analysis using FactSet's transcripts service.</p> <p>Transcripts API provides conference call transcripts for companies' publicly held conference calls and a wealth of information regarding upcoming corporate events, such as conference call date and time, phone number and password, type of conference call, and important company investor relations contact information.</p> # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 2.2.0
6
+ The version of the OpenAPI document: 2.2.1
7
7
  Contact: api@factset.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -3,7 +3,7 @@
3
3
 
4
4
  <p>The Calendar Events API provides access to FactSet’s Event Calendar data alongside business logic that allows users to replicate views and functionality consistent with the experience provided by the Workstation. This API provides the ability to pull Event Calendar data based on specific filters.</p> <p>Events Audio API provides access to historical as well as the latest audio recordings of various company events covered by FactSet. The events include, but are not limited to: earnings calls, conferences, and investor days. This API also provides relevant metadata such as timestamps and identifiers around each audio file.</p> <p>The Near Real-time Transcripts API enables access to Near Real-time Transcripts provided by CallStreet to time-sensitive clients. This API also provides the relevant speaker metadata along with their confidence scores. This data caters to quant clients interested in building machine learning models. Clients can leverage this API to perform sentiment analysis through natural language processing or machine learning. It can also be used to complement analysis using FactSet's transcripts service.</p> <p>Transcripts API provides conference call transcripts for companies' publicly held conference calls and a wealth of information regarding upcoming corporate events, such as conference call date and time, phone number and password, type of conference call, and important company investor relations contact information.</p> # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 2.2.0
6
+ The version of the OpenAPI document: 2.2.1
7
7
  Contact: api@factset.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -3,7 +3,7 @@
3
3
 
4
4
  <p>The Calendar Events API provides access to FactSet’s Event Calendar data alongside business logic that allows users to replicate views and functionality consistent with the experience provided by the Workstation. This API provides the ability to pull Event Calendar data based on specific filters.</p> <p>Events Audio API provides access to historical as well as the latest audio recordings of various company events covered by FactSet. The events include, but are not limited to: earnings calls, conferences, and investor days. This API also provides relevant metadata such as timestamps and identifiers around each audio file.</p> <p>The Near Real-time Transcripts API enables access to Near Real-time Transcripts provided by CallStreet to time-sensitive clients. This API also provides the relevant speaker metadata along with their confidence scores. This data caters to quant clients interested in building machine learning models. Clients can leverage this API to perform sentiment analysis through natural language processing or machine learning. It can also be used to complement analysis using FactSet's transcripts service.</p> <p>Transcripts API provides conference call transcripts for companies' publicly held conference calls and a wealth of information regarding upcoming corporate events, such as conference call date and time, phone number and password, type of conference call, and important company investor relations contact information.</p> # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 2.2.0
6
+ The version of the OpenAPI document: 2.2.1
7
7
  Contact: api@factset.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -107,8 +107,8 @@ class CompanyEventRequestDataDateTime(ModelNormal):
107
107
  """CompanyEventRequestDataDateTime - a model defined in OpenAPI
108
108
 
109
109
  Args:
110
- start (datetime): Start time of the event in ISO 8601 format. The maximum `dateTime` limit between start and end is up to 90 days.
111
- end (datetime): End time of the event in ISO 8601 format. The maximum `dateTime` limit between start and end is up to 90 days.
110
+ start (datetime): Start time of the event in ISO 8601 format.
111
+ end (datetime): End time of the event in ISO 8601 format.
112
112
 
113
113
  Keyword Args:
114
114
  _check_type (bool): if True, values for parameters in openapi_types
@@ -194,8 +194,8 @@ class CompanyEventRequestDataDateTime(ModelNormal):
194
194
  """CompanyEventRequestDataDateTime - a model defined in OpenAPI
195
195
 
196
196
  Args:
197
- start (datetime): Start time of the event in ISO 8601 format. The maximum `dateTime` limit between start and end is up to 90 days.
198
- end (datetime): End time of the event in ISO 8601 format. The maximum `dateTime` limit between start and end is up to 90 days.
197
+ start (datetime): Start time of the event in ISO 8601 format.
198
+ end (datetime): End time of the event in ISO 8601 format.
199
199
 
200
200
  Keyword Args:
201
201
  _check_type (bool): if True, values for parameters in openapi_types
@@ -3,7 +3,7 @@
3
3
 
4
4
  <p>The Calendar Events API provides access to FactSet’s Event Calendar data alongside business logic that allows users to replicate views and functionality consistent with the experience provided by the Workstation. This API provides the ability to pull Event Calendar data based on specific filters.</p> <p>Events Audio API provides access to historical as well as the latest audio recordings of various company events covered by FactSet. The events include, but are not limited to: earnings calls, conferences, and investor days. This API also provides relevant metadata such as timestamps and identifiers around each audio file.</p> <p>The Near Real-time Transcripts API enables access to Near Real-time Transcripts provided by CallStreet to time-sensitive clients. This API also provides the relevant speaker metadata along with their confidence scores. This data caters to quant clients interested in building machine learning models. Clients can leverage this API to perform sentiment analysis through natural language processing or machine learning. It can also be used to complement analysis using FactSet's transcripts service.</p> <p>Transcripts API provides conference call transcripts for companies' publicly held conference calls and a wealth of information regarding upcoming corporate events, such as conference call date and time, phone number and password, type of conference call, and important company investor relations contact information.</p> # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 2.2.0
6
+ The version of the OpenAPI document: 2.2.1
7
7
  Contact: api@factset.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -3,7 +3,7 @@
3
3
 
4
4
  <p>The Calendar Events API provides access to FactSet’s Event Calendar data alongside business logic that allows users to replicate views and functionality consistent with the experience provided by the Workstation. This API provides the ability to pull Event Calendar data based on specific filters.</p> <p>Events Audio API provides access to historical as well as the latest audio recordings of various company events covered by FactSet. The events include, but are not limited to: earnings calls, conferences, and investor days. This API also provides relevant metadata such as timestamps and identifiers around each audio file.</p> <p>The Near Real-time Transcripts API enables access to Near Real-time Transcripts provided by CallStreet to time-sensitive clients. This API also provides the relevant speaker metadata along with their confidence scores. This data caters to quant clients interested in building machine learning models. Clients can leverage this API to perform sentiment analysis through natural language processing or machine learning. It can also be used to complement analysis using FactSet's transcripts service.</p> <p>Transcripts API provides conference call transcripts for companies' publicly held conference calls and a wealth of information regarding upcoming corporate events, such as conference call date and time, phone number and password, type of conference call, and important company investor relations contact information.</p> # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 2.2.0
6
+ The version of the OpenAPI document: 2.2.1
7
7
  Contact: api@factset.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -3,7 +3,7 @@
3
3
 
4
4
  <p>The Calendar Events API provides access to FactSet’s Event Calendar data alongside business logic that allows users to replicate views and functionality consistent with the experience provided by the Workstation. This API provides the ability to pull Event Calendar data based on specific filters.</p> <p>Events Audio API provides access to historical as well as the latest audio recordings of various company events covered by FactSet. The events include, but are not limited to: earnings calls, conferences, and investor days. This API also provides relevant metadata such as timestamps and identifiers around each audio file.</p> <p>The Near Real-time Transcripts API enables access to Near Real-time Transcripts provided by CallStreet to time-sensitive clients. This API also provides the relevant speaker metadata along with their confidence scores. This data caters to quant clients interested in building machine learning models. Clients can leverage this API to perform sentiment analysis through natural language processing or machine learning. It can also be used to complement analysis using FactSet's transcripts service.</p> <p>Transcripts API provides conference call transcripts for companies' publicly held conference calls and a wealth of information regarding upcoming corporate events, such as conference call date and time, phone number and password, type of conference call, and important company investor relations contact information.</p> # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 2.2.0
6
+ The version of the OpenAPI document: 2.2.1
7
7
  Contact: api@factset.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -99,6 +99,7 @@ class CompanyEventResponseData(ModelNormal):
99
99
  """
100
100
  return {
101
101
  'identifier': (str,), # noqa: E501
102
+ 'request_id': (str,), # noqa: E501
102
103
  'entity_name': (str,), # noqa: E501
103
104
  'description': (str,), # noqa: E501
104
105
  'event_date_time': (datetime,), # noqa: E501
@@ -112,7 +113,7 @@ class CompanyEventResponseData(ModelNormal):
112
113
  'contact_email': (str,), # noqa: E501
113
114
  'contact_phone': (str,), # noqa: E501
114
115
  'contact_name': (str,), # noqa: E501
115
- 'report_id': (str,), # noqa: E501
116
+ 'report_id': (str, none_type,), # noqa: E501
116
117
  'last_modified_date': (datetime,), # noqa: E501
117
118
  }
118
119
 
@@ -123,6 +124,7 @@ class CompanyEventResponseData(ModelNormal):
123
124
 
124
125
  attribute_map = {
125
126
  'identifier': 'identifier', # noqa: E501
127
+ 'request_id': 'requestId', # noqa: E501
126
128
  'entity_name': 'entityName', # noqa: E501
127
129
  'description': 'description', # noqa: E501
128
130
  'event_date_time': 'eventDateTime', # noqa: E501
@@ -182,6 +184,7 @@ class CompanyEventResponseData(ModelNormal):
182
184
  through its discriminator because we passed in
183
185
  _visited_composed_classes = (Animal,)
184
186
  identifier (str): Ticker-region identifier of the entity hosting the event.. [optional] # noqa: E501
187
+ request_id (str): Identifier provided in the request.. [optional] # noqa: E501
185
188
  entity_name (str): The official name of the entity.. [optional] # noqa: E501
186
189
  description (str): Brief description of the event.. [optional] # noqa: E501
187
190
  event_date_time (datetime): Event start time as date/time string according to ISO 8601.. [optional] # noqa: E501
@@ -195,7 +198,7 @@ class CompanyEventResponseData(ModelNormal):
195
198
  contact_email (str): Contact email for inquiries related to the event.. [optional] # noqa: E501
196
199
  contact_phone (str): Contact phone number for inquiries related to the event.. [optional] # noqa: E501
197
200
  contact_name (str): Name of the contact person for queries related to the event.. [optional] # noqa: E501
198
- report_id (str): Unique identifier for the report. **Note:** We do not have a reportId for split and dividend event types. . [optional] # noqa: E501
201
+ report_id (str, none_type): Unique identifier for the report. **Note:** The `reportId` field is only applicable to certain event types. For the following event types, `reportId` is not applicable and will therefore be included in the response with a null value: - `ConfirmedEarningsRelease` - `ProjectedEarningsRelease` - `SalesRevenueRelease` - `Split` - `Dividend` . [optional] # noqa: E501
199
202
  last_modified_date (datetime): The date and time when the event was last modified.. [optional] # noqa: E501
200
203
  """
201
204
 
@@ -279,6 +282,7 @@ class CompanyEventResponseData(ModelNormal):
279
282
  through its discriminator because we passed in
280
283
  _visited_composed_classes = (Animal,)
281
284
  identifier (str): Ticker-region identifier of the entity hosting the event.. [optional] # noqa: E501
285
+ request_id (str): Identifier provided in the request.. [optional] # noqa: E501
282
286
  entity_name (str): The official name of the entity.. [optional] # noqa: E501
283
287
  description (str): Brief description of the event.. [optional] # noqa: E501
284
288
  event_date_time (datetime): Event start time as date/time string according to ISO 8601.. [optional] # noqa: E501
@@ -292,7 +296,7 @@ class CompanyEventResponseData(ModelNormal):
292
296
  contact_email (str): Contact email for inquiries related to the event.. [optional] # noqa: E501
293
297
  contact_phone (str): Contact phone number for inquiries related to the event.. [optional] # noqa: E501
294
298
  contact_name (str): Name of the contact person for queries related to the event.. [optional] # noqa: E501
295
- report_id (str): Unique identifier for the report. **Note:** We do not have a reportId for split and dividend event types. . [optional] # noqa: E501
299
+ report_id (str, none_type): Unique identifier for the report. **Note:** The `reportId` field is only applicable to certain event types. For the following event types, `reportId` is not applicable and will therefore be included in the response with a null value: - `ConfirmedEarningsRelease` - `ProjectedEarningsRelease` - `SalesRevenueRelease` - `Split` - `Dividend` . [optional] # noqa: E501
296
300
  last_modified_date (datetime): The date and time when the event was last modified.. [optional] # noqa: E501
297
301
  """
298
302
 
@@ -3,7 +3,7 @@
3
3
 
4
4
  <p>The Calendar Events API provides access to FactSet’s Event Calendar data alongside business logic that allows users to replicate views and functionality consistent with the experience provided by the Workstation. This API provides the ability to pull Event Calendar data based on specific filters.</p> <p>Events Audio API provides access to historical as well as the latest audio recordings of various company events covered by FactSet. The events include, but are not limited to: earnings calls, conferences, and investor days. This API also provides relevant metadata such as timestamps and identifiers around each audio file.</p> <p>The Near Real-time Transcripts API enables access to Near Real-time Transcripts provided by CallStreet to time-sensitive clients. This API also provides the relevant speaker metadata along with their confidence scores. This data caters to quant clients interested in building machine learning models. Clients can leverage this API to perform sentiment analysis through natural language processing or machine learning. It can also be used to complement analysis using FactSet's transcripts service.</p> <p>Transcripts API provides conference call transcripts for companies' publicly held conference calls and a wealth of information regarding upcoming corporate events, such as conference call date and time, phone number and password, type of conference call, and important company investor relations contact information.</p> # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 2.2.0
6
+ The version of the OpenAPI document: 2.2.1
7
7
  Contact: api@factset.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -3,7 +3,7 @@
3
3
 
4
4
  <p>The Calendar Events API provides access to FactSet’s Event Calendar data alongside business logic that allows users to replicate views and functionality consistent with the experience provided by the Workstation. This API provides the ability to pull Event Calendar data based on specific filters.</p> <p>Events Audio API provides access to historical as well as the latest audio recordings of various company events covered by FactSet. The events include, but are not limited to: earnings calls, conferences, and investor days. This API also provides relevant metadata such as timestamps and identifiers around each audio file.</p> <p>The Near Real-time Transcripts API enables access to Near Real-time Transcripts provided by CallStreet to time-sensitive clients. This API also provides the relevant speaker metadata along with their confidence scores. This data caters to quant clients interested in building machine learning models. Clients can leverage this API to perform sentiment analysis through natural language processing or machine learning. It can also be used to complement analysis using FactSet's transcripts service.</p> <p>Transcripts API provides conference call transcripts for companies' publicly held conference calls and a wealth of information regarding upcoming corporate events, such as conference call date and time, phone number and password, type of conference call, and important company investor relations contact information.</p> # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 2.2.0
6
+ The version of the OpenAPI document: 2.2.1
7
7
  Contact: api@factset.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -3,7 +3,7 @@
3
3
 
4
4
  <p>The Calendar Events API provides access to FactSet’s Event Calendar data alongside business logic that allows users to replicate views and functionality consistent with the experience provided by the Workstation. This API provides the ability to pull Event Calendar data based on specific filters.</p> <p>Events Audio API provides access to historical as well as the latest audio recordings of various company events covered by FactSet. The events include, but are not limited to: earnings calls, conferences, and investor days. This API also provides relevant metadata such as timestamps and identifiers around each audio file.</p> <p>The Near Real-time Transcripts API enables access to Near Real-time Transcripts provided by CallStreet to time-sensitive clients. This API also provides the relevant speaker metadata along with their confidence scores. This data caters to quant clients interested in building machine learning models. Clients can leverage this API to perform sentiment analysis through natural language processing or machine learning. It can also be used to complement analysis using FactSet's transcripts service.</p> <p>Transcripts API provides conference call transcripts for companies' publicly held conference calls and a wealth of information regarding upcoming corporate events, such as conference call date and time, phone number and password, type of conference call, and important company investor relations contact information.</p> # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 2.2.0
6
+ The version of the OpenAPI document: 2.2.1
7
7
  Contact: api@factset.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -3,7 +3,7 @@
3
3
 
4
4
  <p>The Calendar Events API provides access to FactSet’s Event Calendar data alongside business logic that allows users to replicate views and functionality consistent with the experience provided by the Workstation. This API provides the ability to pull Event Calendar data based on specific filters.</p> <p>Events Audio API provides access to historical as well as the latest audio recordings of various company events covered by FactSet. The events include, but are not limited to: earnings calls, conferences, and investor days. This API also provides relevant metadata such as timestamps and identifiers around each audio file.</p> <p>The Near Real-time Transcripts API enables access to Near Real-time Transcripts provided by CallStreet to time-sensitive clients. This API also provides the relevant speaker metadata along with their confidence scores. This data caters to quant clients interested in building machine learning models. Clients can leverage this API to perform sentiment analysis through natural language processing or machine learning. It can also be used to complement analysis using FactSet's transcripts service.</p> <p>Transcripts API provides conference call transcripts for companies' publicly held conference calls and a wealth of information regarding upcoming corporate events, such as conference call date and time, phone number and password, type of conference call, and important company investor relations contact information.</p> # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 2.2.0
6
+ The version of the OpenAPI document: 2.2.1
7
7
  Contact: api@factset.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """