fds.sdk.EventsandTranscripts 2.0.1__tar.gz → 2.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 (100) hide show
  1. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/PKG-INFO +7 -7
  2. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/README.md +6 -6
  3. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds/sdk/EventsandTranscripts/__init__.py +2 -2
  4. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds/sdk/EventsandTranscripts/api/calendar_events_api.py +1 -1
  5. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds/sdk/EventsandTranscripts/api/events_audio_api.py +1 -1
  6. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds/sdk/EventsandTranscripts/api/meta_api.py +1 -1
  7. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds/sdk/EventsandTranscripts/api/near_real_time_transcripts_api.py +1 -1
  8. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds/sdk/EventsandTranscripts/api/transcripts_api.py +1 -1
  9. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds/sdk/EventsandTranscripts/api_client.py +2 -2
  10. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds/sdk/EventsandTranscripts/configuration.py +3 -3
  11. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds/sdk/EventsandTranscripts/exceptions.py +1 -1
  12. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds/sdk/EventsandTranscripts/model/audio_by_date_request.py +1 -1
  13. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds/sdk/EventsandTranscripts/model/audio_by_file_name_request.py +1 -1
  14. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds/sdk/EventsandTranscripts/model/audio_by_ids_request.py +5 -1
  15. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds/sdk/EventsandTranscripts/model/audio_by_upload_time_request.py +1 -1
  16. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds/sdk/EventsandTranscripts/model/audio_request.py +1 -1
  17. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds/sdk/EventsandTranscripts/model/audio_request_data.py +5 -1
  18. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds/sdk/EventsandTranscripts/model/audio_request_meta.py +1 -1
  19. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds/sdk/EventsandTranscripts/model/audio_request_meta_pagination.py +1 -1
  20. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds/sdk/EventsandTranscripts/model/audio_response.py +1 -1
  21. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds/sdk/EventsandTranscripts/model/body.py +1 -1
  22. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds/sdk/EventsandTranscripts/model/body_nrt.py +1 -1
  23. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds/sdk/EventsandTranscripts/model/categories_response.py +1 -1
  24. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds/sdk/EventsandTranscripts/model/categories_response_data.py +1 -1
  25. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds/sdk/EventsandTranscripts/model/company_event_request.py +1 -1
  26. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds/sdk/EventsandTranscripts/model/company_event_request_data.py +1 -1
  27. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds/sdk/EventsandTranscripts/model/company_event_request_data_date_time.py +1 -1
  28. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds/sdk/EventsandTranscripts/model/company_event_request_data_universe.py +1 -1
  29. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds/sdk/EventsandTranscripts/model/company_event_response.py +1 -1
  30. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds/sdk/EventsandTranscripts/model/company_event_response_data.py +1 -1
  31. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds/sdk/EventsandTranscripts/model/document.py +1 -1
  32. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds/sdk/EventsandTranscripts/model/document_one.py +1 -1
  33. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds/sdk/EventsandTranscripts/model/document_result.py +1 -1
  34. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds/sdk/EventsandTranscripts/model/error.py +1 -1
  35. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds/sdk/EventsandTranscripts/model/error_object.py +1 -1
  36. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds/sdk/EventsandTranscripts/model/events_audio_daily_response_data.py +1 -1
  37. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds/sdk/EventsandTranscripts/model/events_audio_history_response.py +1 -1
  38. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds/sdk/EventsandTranscripts/model/events_audio_history_response_data.py +1 -1
  39. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds/sdk/EventsandTranscripts/model/indexed_nrt_response.py +1 -1
  40. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds/sdk/EventsandTranscripts/model/indexed_nrt_response_data.py +1 -1
  41. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds/sdk/EventsandTranscripts/model/invalid_id_error_data.py +1 -1
  42. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds/sdk/EventsandTranscripts/model/investor_slides_response.py +1 -1
  43. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds/sdk/EventsandTranscripts/model/investor_slides_response_data.py +1 -1
  44. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds/sdk/EventsandTranscripts/model/meta.py +1 -1
  45. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds/sdk/EventsandTranscripts/model/meta_data.py +1 -1
  46. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds/sdk/EventsandTranscripts/model/meta_data_pagination.py +1 -1
  47. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds/sdk/EventsandTranscripts/model/meta_nrt.py +1 -1
  48. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds/sdk/EventsandTranscripts/model/nrt.py +1 -1
  49. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds/sdk/EventsandTranscripts/model/nrt_calls_request.py +1 -1
  50. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds/sdk/EventsandTranscripts/model/nrt_calls_request_by_ids.py +1 -1
  51. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds/sdk/EventsandTranscripts/model/nrt_calls_request_by_ticker.py +1 -1
  52. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds/sdk/EventsandTranscripts/model/nrt_calls_request_data.py +1 -1
  53. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds/sdk/EventsandTranscripts/model/nrt_calls_request_meta.py +1 -1
  54. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds/sdk/EventsandTranscripts/model/nrt_calls_response.py +1 -1
  55. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds/sdk/EventsandTranscripts/model/nrt_calls_response_data.py +1 -1
  56. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds/sdk/EventsandTranscripts/model/nrt_speaker_ids_response.py +1 -1
  57. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds/sdk/EventsandTranscripts/model/nrt_speaker_ids_response_data.py +1 -1
  58. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds/sdk/EventsandTranscripts/model/participant.py +1 -1
  59. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds/sdk/EventsandTranscripts/model/participant_nrt.py +1 -1
  60. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds/sdk/EventsandTranscripts/model/plist.py +1 -1
  61. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds/sdk/EventsandTranscripts/model/raw_or_corrected.py +1 -1
  62. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds/sdk/EventsandTranscripts/model/response_type.py +1 -1
  63. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds/sdk/EventsandTranscripts/model/response_type_data.py +1 -1
  64. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds/sdk/EventsandTranscripts/model/section.py +1 -1
  65. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds/sdk/EventsandTranscripts/model/section_nrt.py +1 -1
  66. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds/sdk/EventsandTranscripts/model/speaker.py +1 -1
  67. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds/sdk/EventsandTranscripts/model/speaker_nrt.py +1 -1
  68. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds/sdk/EventsandTranscripts/model/time_zones_response.py +1 -1
  69. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds/sdk/EventsandTranscripts/model/time_zones_response_data.py +1 -1
  70. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds/sdk/EventsandTranscripts/model/transcripts_by_date_request.py +1 -1
  71. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds/sdk/EventsandTranscripts/model/transcripts_by_events_request.py +1 -1
  72. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds/sdk/EventsandTranscripts/model/transcripts_by_ids_request.py +1 -1
  73. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds/sdk/EventsandTranscripts/model/transcripts_by_ids_response.py +1 -1
  74. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds/sdk/EventsandTranscripts/model/transcripts_by_search_request.py +1 -1
  75. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds/sdk/EventsandTranscripts/model/transcripts_by_times_request.py +1 -1
  76. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds/sdk/EventsandTranscripts/model/transcripts_collection.py +1 -1
  77. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds/sdk/EventsandTranscripts/model/transcripts_intelligence_response.py +1 -1
  78. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds/sdk/EventsandTranscripts/model/transcripts_intelligence_response_data.py +1 -1
  79. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds/sdk/EventsandTranscripts/model/transcripts_request.py +1 -1
  80. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds/sdk/EventsandTranscripts/model/transcripts_request_data.py +1 -1
  81. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds/sdk/EventsandTranscripts/model/transcripts_request_meta.py +1 -1
  82. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds/sdk/EventsandTranscripts/model/transcripts_request_meta_pagination.py +1 -1
  83. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds/sdk/EventsandTranscripts/model/transcripts_response.py +1 -1
  84. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds/sdk/EventsandTranscripts/model/transcripts_response_data.py +1 -1
  85. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds/sdk/EventsandTranscripts/model_utils.py +1 -1
  86. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds/sdk/EventsandTranscripts/rest.py +1 -1
  87. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds.sdk.EventsandTranscripts.egg-info/PKG-INFO +7 -7
  88. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/setup.py +2 -2
  89. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/LICENSE +0 -0
  90. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds/__init__.py +0 -0
  91. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds/sdk/EventsandTranscripts/api/__init__.py +0 -0
  92. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds/sdk/EventsandTranscripts/apis/__init__.py +0 -0
  93. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds/sdk/EventsandTranscripts/model/__init__.py +0 -0
  94. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds/sdk/EventsandTranscripts/models/__init__.py +0 -0
  95. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds/sdk/__init__.py +0 -0
  96. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds.sdk.EventsandTranscripts.egg-info/SOURCES.txt +0 -0
  97. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds.sdk.EventsandTranscripts.egg-info/dependency_links.txt +0 -0
  98. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds.sdk.EventsandTranscripts.egg-info/requires.txt +0 -0
  99. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/fds.sdk.EventsandTranscripts.egg-info/top_level.txt +0 -0
  100. {fds_sdk_eventsandtranscripts-2.0.1 → fds_sdk_eventsandtranscripts-2.1.0}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fds.sdk.EventsandTranscripts
3
- Version: 2.0.1
3
+ Version: 2.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.0.0-blue)](https://developer.factset.com/api-catalog/documents-distributor-callstreet-events)
31
- [![PyPi](https://img.shields.io/pypi/v/fds.sdk.EventsandTranscripts/2.0.1)](https://pypi.org/project/fds.sdk.EventsandTranscripts/v/2.0.1)
30
+ [![API Version](https://img.shields.io/badge/api-v2.1.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.0)](https://pypi.org/project/fds.sdk.EventsandTranscripts/v/2.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.0.0
43
- - SDK version: 2.0.1
42
+ - API version: 2.1.0
43
+ - SDK version: 2.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==2.0.1
57
+ poetry add fds.sdk.utils fds.sdk.EventsandTranscripts==2.1.0
58
58
  ```
59
59
 
60
60
  ### pip
61
61
 
62
62
  ```shell
63
- pip install fds.sdk.utils fds.sdk.EventsandTranscripts==2.0.1
63
+ pip install fds.sdk.utils fds.sdk.EventsandTranscripts==2.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.0.0-blue)](https://developer.factset.com/api-catalog/documents-distributor-callstreet-events)
6
- [![PyPi](https://img.shields.io/pypi/v/fds.sdk.EventsandTranscripts/2.0.1)](https://pypi.org/project/fds.sdk.EventsandTranscripts/v/2.0.1)
5
+ [![API Version](https://img.shields.io/badge/api-v2.1.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.0)](https://pypi.org/project/fds.sdk.EventsandTranscripts/v/2.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.0.0
18
- - SDK version: 2.0.1
17
+ - API version: 2.1.0
18
+ - SDK version: 2.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==2.0.1
32
+ poetry add fds.sdk.utils fds.sdk.EventsandTranscripts==2.1.0
33
33
  ```
34
34
 
35
35
  ### pip
36
36
 
37
37
  ```shell
38
- pip install fds.sdk.utils fds.sdk.EventsandTranscripts==2.0.1
38
+ pip install fds.sdk.utils fds.sdk.EventsandTranscripts==2.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.0.0
8
+ The version of the OpenAPI document: 2.1.0
9
9
  Contact: api@factset.com
10
10
  Generated by: https://openapi-generator.tech
11
11
  """
12
12
 
13
13
 
14
- __version__ = "2.0.1"
14
+ __version__ = "2.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.0.0
6
+ The version of the OpenAPI document: 2.1.0
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.0.0
6
+ The version of the OpenAPI document: 2.1.0
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.0.0
6
+ The version of the OpenAPI document: 2.1.0
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.0.0
6
+ The version of the OpenAPI document: 2.1.0
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.0.0
6
+ The version of the OpenAPI document: 2.1.0
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.0.0
6
+ The version of the OpenAPI document: 2.1.0
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.0.1 ({platform.system()}, Python {platform.python_version()})'
119
+ self.user_agent = f'fds-sdk/python/EventsandTranscripts/2.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.0.0
6
+ The version of the OpenAPI document: 2.1.0
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.0.0\n"\
433
- "SDK Package Version: 2.0.1".\
432
+ "Version of the API: 2.1.0\n"\
433
+ "SDK Package Version: 2.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.0.0
6
+ The version of the OpenAPI document: 2.1.0
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.0.0
6
+ The version of the OpenAPI document: 2.1.0
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.0.0
6
+ The version of the OpenAPI document: 2.1.0
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.0.0
6
+ The version of the OpenAPI document: 2.1.0
7
7
  Contact: api@factset.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -84,6 +84,7 @@ class AudioByIdsRequest(ModelNormal):
84
84
  return {
85
85
  'report_id': (int,), # noqa: E501
86
86
  'audio_source_id': (int,), # noqa: E501
87
+ 'is_latest': (bool,), # noqa: E501
87
88
  'trimmed': (bool,), # noqa: E501
88
89
  }
89
90
 
@@ -95,6 +96,7 @@ class AudioByIdsRequest(ModelNormal):
95
96
  attribute_map = {
96
97
  'report_id': 'reportId', # noqa: E501
97
98
  'audio_source_id': 'audioSourceId', # noqa: E501
99
+ 'is_latest': 'isLatest', # noqa: E501
98
100
  'trimmed': 'trimmed', # noqa: E501
99
101
  }
100
102
 
@@ -141,6 +143,7 @@ class AudioByIdsRequest(ModelNormal):
141
143
  _visited_composed_classes = (Animal,)
142
144
  report_id (int): Unique identifier for the event transcript/audio.. [optional] # noqa: E501
143
145
  audio_source_id (int): Unique ID for the specific internal recording for the reportId.. [optional] # noqa: E501
146
+ is_latest (bool): Search for latest audio file.. [optional] if omitted the server will use the default value of False # noqa: E501
144
147
  trimmed (bool): Search for trimmed audio files.. [optional] if omitted the server will use the default value of False # noqa: E501
145
148
  """
146
149
 
@@ -225,6 +228,7 @@ class AudioByIdsRequest(ModelNormal):
225
228
  _visited_composed_classes = (Animal,)
226
229
  report_id (int): Unique identifier for the event transcript/audio.. [optional] # noqa: E501
227
230
  audio_source_id (int): Unique ID for the specific internal recording for the reportId.. [optional] # noqa: E501
231
+ is_latest (bool): Search for latest audio file.. [optional] if omitted the server will use the default value of False # noqa: E501
228
232
  trimmed (bool): Search for trimmed audio files.. [optional] if omitted the server will use the default value of False # noqa: E501
229
233
  """
230
234
 
@@ -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.0.0
6
+ The version of the OpenAPI document: 2.1.0
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.0.0
6
+ The version of the OpenAPI document: 2.1.0
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.0.0
6
+ The version of the OpenAPI document: 2.1.0
7
7
  Contact: api@factset.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -105,6 +105,7 @@ class AudioRequestData(ModelComposed):
105
105
  'file_name': (str,), # noqa: E501
106
106
  'report_id': (int,), # noqa: E501
107
107
  'audio_source_id': (int,), # noqa: E501
108
+ 'is_latest': (bool,), # noqa: E501
108
109
  }
109
110
 
110
111
  @cached_property
@@ -136,6 +137,7 @@ class AudioRequestData(ModelComposed):
136
137
  'file_name': 'fileName', # noqa: E501
137
138
  'report_id': 'reportId', # noqa: E501
138
139
  'audio_source_id': 'audioSourceId', # noqa: E501
140
+ 'is_latest': 'isLatest', # noqa: E501
139
141
  }
140
142
 
141
143
  read_only_vars = {
@@ -188,6 +190,7 @@ class AudioRequestData(ModelComposed):
188
190
  file_name (str): The exact file name to search for.. [optional] # noqa: E501
189
191
  report_id (int): Unique identifier for the event transcript/audio.. [optional] # noqa: E501
190
192
  audio_source_id (int): Unique ID for the specific internal recording for the reportId.. [optional] # noqa: E501
193
+ is_latest (bool): Search for latest audio file.. [optional] if omitted the server will use the default value of False # noqa: E501
191
194
  """
192
195
 
193
196
  _check_type = kwargs.pop('_check_type', True)
@@ -298,6 +301,7 @@ class AudioRequestData(ModelComposed):
298
301
  file_name (str): The exact file name to search for.. [optional] # noqa: E501
299
302
  report_id (int): Unique identifier for the event transcript/audio.. [optional] # noqa: E501
300
303
  audio_source_id (int): Unique ID for the specific internal recording for the reportId.. [optional] # noqa: E501
304
+ is_latest (bool): Search for latest audio file.. [optional] if omitted the server will use the default value of False # noqa: E501
301
305
  """
302
306
 
303
307
  _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.0.0
6
+ The version of the OpenAPI document: 2.1.0
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.0.0
6
+ The version of the OpenAPI document: 2.1.0
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.0.0
6
+ The version of the OpenAPI document: 2.1.0
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.0.0
6
+ The version of the OpenAPI document: 2.1.0
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.0.0
6
+ The version of the OpenAPI document: 2.1.0
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.0.0
6
+ The version of the OpenAPI document: 2.1.0
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.0.0
6
+ The version of the OpenAPI document: 2.1.0
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.0.0
6
+ The version of the OpenAPI document: 2.1.0
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.0.0
6
+ The version of the OpenAPI document: 2.1.0
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.0.0
6
+ The version of the OpenAPI document: 2.1.0
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.0.0
6
+ The version of the OpenAPI document: 2.1.0
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.0.0
6
+ The version of the OpenAPI document: 2.1.0
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.0.0
6
+ The version of the OpenAPI document: 2.1.0
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.0.0
6
+ The version of the OpenAPI document: 2.1.0
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.0.0
6
+ The version of the OpenAPI document: 2.1.0
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.0.0
6
+ The version of the OpenAPI document: 2.1.0
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.0.0
6
+ The version of the OpenAPI document: 2.1.0
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.0.0
6
+ The version of the OpenAPI document: 2.1.0
7
7
  Contact: api@factset.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """