fds.sdk.EventsandTranscripts 4.0.0__tar.gz → 4.1.0__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 (101) hide show
  1. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/PKG-INFO +7 -7
  2. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/README.md +6 -6
  3. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/__init__.py +2 -2
  4. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/api/calendar_events_api.py +1 -1
  5. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/api/events_audio_api.py +1 -1
  6. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/api/meta_api.py +1 -1
  7. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/api/near_real_time_transcripts_api.py +1 -1
  8. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/api/transcripts_api.py +1 -1
  9. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/api_client.py +2 -2
  10. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/configuration.py +3 -3
  11. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/exceptions.py +1 -1
  12. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/audio_by_date_request.py +1 -1
  13. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/audio_by_file_name_request.py +1 -1
  14. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/audio_by_ids_request.py +1 -1
  15. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/audio_by_upload_time_request.py +1 -1
  16. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/audio_request.py +1 -1
  17. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/audio_request_data.py +1 -1
  18. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/audio_request_meta.py +1 -1
  19. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/audio_request_meta_pagination.py +1 -1
  20. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/audio_response.py +1 -1
  21. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/body.py +1 -1
  22. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/body_nrt.py +1 -1
  23. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/categories_response.py +1 -1
  24. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/categories_response_data.py +1 -1
  25. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/company_event_request.py +1 -1
  26. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/company_event_request_data.py +1 -1
  27. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/company_event_request_data_date_time.py +1 -1
  28. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/company_event_request_data_universe.py +1 -1
  29. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/company_event_response.py +1 -1
  30. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/company_event_response_data.py +1 -1
  31. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/document.py +1 -1
  32. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/document_one.py +5 -1
  33. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/document_result.py +1 -1
  34. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/error.py +1 -1
  35. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/error_object.py +1 -1
  36. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/events_audio_daily_response_data.py +1 -1
  37. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/events_audio_history_response.py +1 -1
  38. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/events_audio_history_response_data.py +1 -1
  39. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/indexed_nrt_response.py +1 -1
  40. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/indexed_nrt_response_data.py +1 -1
  41. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/invalid_id_error_data.py +1 -1
  42. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/investor_slides_response.py +1 -1
  43. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/investor_slides_response_data.py +1 -1
  44. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/meta.py +1 -1
  45. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/meta_data.py +1 -1
  46. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/meta_data_pagination.py +1 -1
  47. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/meta_nrt.py +1 -1
  48. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/nrt.py +1 -1
  49. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/nrt_calls_request.py +1 -1
  50. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/nrt_calls_request_by_ids.py +1 -1
  51. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/nrt_calls_request_by_ticker.py +1 -1
  52. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/nrt_calls_request_data.py +1 -1
  53. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/nrt_calls_request_meta.py +1 -1
  54. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/nrt_calls_response.py +1 -1
  55. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/nrt_calls_response_data.py +1 -1
  56. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/nrt_speaker_ids_response.py +1 -1
  57. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/nrt_speaker_ids_response_data.py +1 -1
  58. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/participant.py +1 -1
  59. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/participant_nrt.py +1 -1
  60. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/plist.py +1 -1
  61. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/raw_or_corrected.py +1 -1
  62. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/response_type.py +1 -1
  63. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/response_type_data.py +1 -1
  64. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/section.py +1 -1
  65. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/section_nrt.py +1 -1
  66. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/speaker.py +1 -1
  67. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/speaker_nrt.py +1 -1
  68. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/time_zones_response.py +1 -1
  69. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/time_zones_response_data.py +1 -1
  70. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/transcripts_by_date_request.py +1 -1
  71. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/transcripts_by_events_request.py +1 -1
  72. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/transcripts_by_ids_request.py +1 -1
  73. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/transcripts_by_ids_response.py +1 -1
  74. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/transcripts_by_search_request.py +1 -1
  75. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/transcripts_by_times_request.py +1 -1
  76. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/transcripts_collection.py +1 -1
  77. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/transcripts_intelligence_response.py +1 -1
  78. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/transcripts_intelligence_response_data.py +1 -1
  79. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/transcripts_request.py +1 -1
  80. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/transcripts_request_data.py +1 -1
  81. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/transcripts_request_meta.py +1 -1
  82. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/transcripts_request_meta_pagination.py +1 -1
  83. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/transcripts_response.py +1 -1
  84. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/transcripts_response_data.py +1 -1
  85. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/transcripts_result.py +1 -1
  86. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model_utils.py +1 -1
  87. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/rest.py +1 -1
  88. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds.sdk.EventsandTranscripts.egg-info/PKG-INFO +7 -7
  89. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/setup.py +2 -2
  90. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/LICENSE +0 -0
  91. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/__init__.py +0 -0
  92. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/api/__init__.py +0 -0
  93. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/apis/__init__.py +0 -0
  94. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/__init__.py +0 -0
  95. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/models/__init__.py +0 -0
  96. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/__init__.py +0 -0
  97. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds.sdk.EventsandTranscripts.egg-info/SOURCES.txt +0 -0
  98. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds.sdk.EventsandTranscripts.egg-info/dependency_links.txt +0 -0
  99. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds.sdk.EventsandTranscripts.egg-info/requires.txt +0 -0
  100. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds.sdk.EventsandTranscripts.egg-info/top_level.txt +0 -0
  101. {fds_sdk_eventsandtranscripts-4.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fds.sdk.EventsandTranscripts
3
- Version: 4.0.0
3
+ Version: 4.1.0
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.2-blue)](https://developer.factset.com/api-catalog/documents-distributor-callstreet-events)
31
- [![PyPi](https://img.shields.io/pypi/v/fds.sdk.EventsandTranscripts/4.0.0)](https://pypi.org/project/fds.sdk.EventsandTranscripts/v/4.0.0)
30
+ [![API Version](https://img.shields.io/badge/api-v2.2.3-blue)](https://developer.factset.com/api-catalog/documents-distributor-callstreet-events)
31
+ [![PyPi](https://img.shields.io/pypi/v/fds.sdk.EventsandTranscripts/4.1.0)](https://pypi.org/project/fds.sdk.EventsandTranscripts/v/4.1.0)
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.2
43
- - SDK version: 4.0.0
42
+ - API version: 2.2.3
43
+ - SDK version: 4.1.0
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==4.0.0
57
+ poetry add fds.sdk.utils fds.sdk.EventsandTranscripts==4.1.0
58
58
  ```
59
59
 
60
60
  ### pip
61
61
 
62
62
  ```shell
63
- pip install fds.sdk.utils fds.sdk.EventsandTranscripts==4.0.0
63
+ pip install fds.sdk.utils fds.sdk.EventsandTranscripts==4.1.0
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.2-blue)](https://developer.factset.com/api-catalog/documents-distributor-callstreet-events)
6
- [![PyPi](https://img.shields.io/pypi/v/fds.sdk.EventsandTranscripts/4.0.0)](https://pypi.org/project/fds.sdk.EventsandTranscripts/v/4.0.0)
5
+ [![API Version](https://img.shields.io/badge/api-v2.2.3-blue)](https://developer.factset.com/api-catalog/documents-distributor-callstreet-events)
6
+ [![PyPi](https://img.shields.io/pypi/v/fds.sdk.EventsandTranscripts/4.1.0)](https://pypi.org/project/fds.sdk.EventsandTranscripts/v/4.1.0)
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.2
18
- - SDK version: 4.0.0
17
+ - API version: 2.2.3
18
+ - SDK version: 4.1.0
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==4.0.0
32
+ poetry add fds.sdk.utils fds.sdk.EventsandTranscripts==4.1.0
33
33
  ```
34
34
 
35
35
  ### pip
36
36
 
37
37
  ```shell
38
- pip install fds.sdk.utils fds.sdk.EventsandTranscripts==4.0.0
38
+ pip install fds.sdk.utils fds.sdk.EventsandTranscripts==4.1.0
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.2
8
+ The version of the OpenAPI document: 2.2.3
9
9
  Contact: api@factset.com
10
10
  Generated by: https://openapi-generator.tech
11
11
  """
12
12
 
13
13
 
14
- __version__ = "4.0.0"
14
+ __version__ = "4.1.0"
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.2
6
+ The version of the OpenAPI document: 2.2.3
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.2
6
+ The version of the OpenAPI document: 2.2.3
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.2
6
+ The version of the OpenAPI document: 2.2.3
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.2
6
+ The version of the OpenAPI document: 2.2.3
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.2
6
+ The version of the OpenAPI document: 2.2.3
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.2
6
+ The version of the OpenAPI document: 2.2.3
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/4.0.0 ({platform.system()}, Python {platform.python_version()})'
119
+ self.user_agent = f'fds-sdk/python/EventsandTranscripts/4.1.0 ({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.2
6
+ The version of the OpenAPI document: 2.2.3
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.2\n"\
433
- "SDK Package Version: 4.0.0".\
432
+ "Version of the API: 2.2.3\n"\
433
+ "SDK Package Version: 4.1.0".\
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.2
6
+ The version of the OpenAPI document: 2.2.3
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.2
6
+ The version of the OpenAPI document: 2.2.3
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.2
6
+ The version of the OpenAPI document: 2.2.3
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.2
6
+ The version of the OpenAPI document: 2.2.3
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.2
6
+ The version of the OpenAPI document: 2.2.3
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.2
6
+ The version of the OpenAPI document: 2.2.3
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.2
6
+ The version of the OpenAPI document: 2.2.3
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.2
6
+ The version of the OpenAPI document: 2.2.3
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.2
6
+ The version of the OpenAPI document: 2.2.3
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.2
6
+ The version of the OpenAPI document: 2.2.3
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.2
6
+ The version of the OpenAPI document: 2.2.3
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.2
6
+ The version of the OpenAPI document: 2.2.3
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.2
6
+ The version of the OpenAPI document: 2.2.3
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.2
6
+ The version of the OpenAPI document: 2.2.3
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.2
6
+ The version of the OpenAPI document: 2.2.3
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.2
6
+ The version of the OpenAPI document: 2.2.3
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.2
6
+ The version of the OpenAPI document: 2.2.3
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.2
6
+ The version of the OpenAPI document: 2.2.3
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.2
6
+ The version of the OpenAPI document: 2.2.3
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.2
6
+ The version of the OpenAPI document: 2.2.3
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.2
6
+ The version of the OpenAPI document: 2.2.3
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.2
6
+ The version of the OpenAPI document: 2.2.3
7
7
  Contact: api@factset.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -89,6 +89,7 @@ class DocumentOne(ModelNormal):
89
89
  'categories': ([str],), # noqa: E501
90
90
  'slides_url': (str,), # noqa: E501
91
91
  'event_id': (str,), # noqa: E501
92
+ 'upload_date_time': (datetime,), # noqa: E501
92
93
  }
93
94
 
94
95
  @cached_property
@@ -104,6 +105,7 @@ class DocumentOne(ModelNormal):
104
105
  'categories': 'categories', # noqa: E501
105
106
  'slides_url': 'slidesUrl', # noqa: E501
106
107
  'event_id': 'eventId', # noqa: E501
108
+ 'upload_date_time': 'uploadDateTime', # noqa: E501
107
109
  }
108
110
 
109
111
  read_only_vars = {
@@ -154,6 +156,7 @@ class DocumentOne(ModelNormal):
154
156
  categories ([str]): Categories are Country, Industry, and Subject codes. This is a list retrieved from `/meta/categories`. [optional] # noqa: E501
155
157
  slides_url (str): This is a URL for downloading the document with an expiration duration of 24 hours.. [optional] # noqa: E501
156
158
  event_id (str): Unique identifier derived from report_id with a 't' appended, indicating a transcript or slide.. [optional] # noqa: E501
159
+ upload_date_time (datetime): Timestamp when the transcript is created.. [optional] # noqa: E501
157
160
  """
158
161
 
159
162
  _check_type = kwargs.pop('_check_type', True)
@@ -242,6 +245,7 @@ class DocumentOne(ModelNormal):
242
245
  categories ([str]): Categories are Country, Industry, and Subject codes. This is a list retrieved from `/meta/categories`. [optional] # noqa: E501
243
246
  slides_url (str): This is a URL for downloading the document with an expiration duration of 24 hours.. [optional] # noqa: E501
244
247
  event_id (str): Unique identifier derived from report_id with a 't' appended, indicating a transcript or slide.. [optional] # noqa: E501
248
+ upload_date_time (datetime): Timestamp when the transcript is created.. [optional] # noqa: E501
245
249
  """
246
250
 
247
251
  _check_type = kwargs.pop('_check_type', True)
@@ -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.2
6
+ The version of the OpenAPI document: 2.2.3
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.2
6
+ The version of the OpenAPI document: 2.2.3
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.2
6
+ The version of the OpenAPI document: 2.2.3
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.2
6
+ The version of the OpenAPI document: 2.2.3
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.2
6
+ The version of the OpenAPI document: 2.2.3
7
7
  Contact: api@factset.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """