fds.sdk.EventsandTranscripts 3.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.
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/PKG-INFO +8 -7
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/README.md +7 -6
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/__init__.py +2 -2
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/api/calendar_events_api.py +1 -1
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/api/events_audio_api.py +5 -5
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/api/meta_api.py +1 -1
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/api/near_real_time_transcripts_api.py +1 -1
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/api/transcripts_api.py +29 -60
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/api_client.py +2 -2
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/configuration.py +3 -3
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/exceptions.py +1 -1
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/audio_by_date_request.py +1 -1
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/audio_by_file_name_request.py +1 -1
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/audio_by_ids_request.py +1 -1
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/audio_by_upload_time_request.py +1 -1
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/audio_request.py +1 -1
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/audio_request_data.py +1 -1
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/audio_request_meta.py +1 -1
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/audio_request_meta_pagination.py +1 -1
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/audio_response.py +1 -1
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/body.py +1 -1
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/body_nrt.py +1 -1
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/categories_response.py +1 -1
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/categories_response_data.py +1 -1
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/company_event_request.py +1 -1
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/company_event_request_data.py +1 -1
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/company_event_request_data_date_time.py +1 -1
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/company_event_request_data_universe.py +1 -1
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/company_event_response.py +1 -1
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/company_event_response_data.py +1 -1
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/document.py +1 -1
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/document_one.py +5 -1
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/document_result.py +1 -1
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/error.py +1 -1
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/error_object.py +1 -1
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/events_audio_daily_response_data.py +1 -1
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/events_audio_history_response.py +1 -1
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/events_audio_history_response_data.py +1 -1
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/indexed_nrt_response.py +1 -1
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/indexed_nrt_response_data.py +1 -1
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/invalid_id_error_data.py +1 -1
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/investor_slides_response.py +1 -1
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/investor_slides_response_data.py +4 -4
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/meta.py +1 -1
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/meta_data.py +1 -1
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/meta_data_pagination.py +1 -1
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/meta_nrt.py +1 -1
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/nrt.py +1 -1
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/nrt_calls_request.py +1 -1
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/nrt_calls_request_by_ids.py +1 -1
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/nrt_calls_request_by_ticker.py +1 -1
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/nrt_calls_request_data.py +1 -1
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/nrt_calls_request_meta.py +1 -1
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/nrt_calls_response.py +1 -1
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/nrt_calls_response_data.py +1 -1
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/nrt_speaker_ids_response.py +1 -1
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/nrt_speaker_ids_response_data.py +1 -1
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/participant.py +1 -1
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/participant_nrt.py +1 -1
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/plist.py +1 -1
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/raw_or_corrected.py +1 -1
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/response_type.py +1 -1
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/response_type_data.py +1 -1
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/section.py +1 -1
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/section_nrt.py +1 -1
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/speaker.py +1 -1
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/speaker_nrt.py +1 -1
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/time_zones_response.py +1 -1
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/time_zones_response_data.py +1 -1
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/transcripts_by_date_request.py +1 -1
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/transcripts_by_events_request.py +1 -1
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/transcripts_by_ids_request.py +3 -3
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/transcripts_by_ids_response.py +1 -1
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/transcripts_by_search_request.py +1 -1
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/transcripts_by_times_request.py +5 -1
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/transcripts_collection.py +1 -1
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/transcripts_intelligence_response.py +1 -1
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/transcripts_intelligence_response_data.py +4 -4
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/transcripts_request.py +1 -1
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/transcripts_request_data.py +3 -3
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/transcripts_request_meta.py +1 -1
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/transcripts_request_meta_pagination.py +1 -1
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/transcripts_response.py +1 -1
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/transcripts_response_data.py +12 -6
- fds_sdk_eventsandtranscripts-4.1.0/fds/sdk/EventsandTranscripts/model/transcripts_result.py +341 -0
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model_utils.py +1 -1
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/models/__init__.py +1 -0
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/rest.py +1 -1
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds.sdk.EventsandTranscripts.egg-info/PKG-INFO +8 -7
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds.sdk.EventsandTranscripts.egg-info/SOURCES.txt +1 -0
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/setup.py +2 -2
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/LICENSE +0 -0
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/__init__.py +0 -0
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/api/__init__.py +0 -0
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/apis/__init__.py +0 -0
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/EventsandTranscripts/model/__init__.py +0 -0
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds/sdk/__init__.py +0 -0
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds.sdk.EventsandTranscripts.egg-info/dependency_links.txt +0 -0
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds.sdk.EventsandTranscripts.egg-info/requires.txt +0 -0
- {fds_sdk_eventsandtranscripts-3.0.0 → fds_sdk_eventsandtranscripts-4.1.0}/fds.sdk.EventsandTranscripts.egg-info/top_level.txt +0 -0
- {fds_sdk_eventsandtranscripts-3.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:
|
|
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
|
-
[](https://developer.factset.com/api-catalog/documents-distributor-callstreet-events)
|
|
31
|
+
[](https://pypi.org/project/fds.sdk.EventsandTranscripts/v/4.1.0)
|
|
32
32
|
[](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.
|
|
43
|
-
- SDK version:
|
|
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==
|
|
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==
|
|
63
|
+
pip install fds.sdk.utils fds.sdk.EventsandTranscripts==4.1.0
|
|
64
64
|
```
|
|
65
65
|
|
|
66
66
|
## Usage
|
|
@@ -363,6 +363,7 @@ Class | Method | HTTP request | Description
|
|
|
363
363
|
- [TranscriptsRequestMetaPagination](https://github.com/FactSet/enterprise-sdk/tree/main/code/python/EventsandTranscripts/v2/docs/TranscriptsRequestMetaPagination.md)
|
|
364
364
|
- [TranscriptsResponse](https://github.com/FactSet/enterprise-sdk/tree/main/code/python/EventsandTranscripts/v2/docs/TranscriptsResponse.md)
|
|
365
365
|
- [TranscriptsResponseData](https://github.com/FactSet/enterprise-sdk/tree/main/code/python/EventsandTranscripts/v2/docs/TranscriptsResponseData.md)
|
|
366
|
+
- [TranscriptsResult](https://github.com/FactSet/enterprise-sdk/tree/main/code/python/EventsandTranscripts/v2/docs/TranscriptsResult.md)
|
|
366
367
|
|
|
367
368
|
|
|
368
369
|
## Documentation For Authorization
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
# Events and Transcripts client library for Python
|
|
4
4
|
|
|
5
|
-
[](https://developer.factset.com/api-catalog/documents-distributor-callstreet-events)
|
|
6
|
+
[](https://pypi.org/project/fds.sdk.EventsandTranscripts/v/4.1.0)
|
|
7
7
|
[](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.
|
|
18
|
-
- SDK version:
|
|
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==
|
|
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==
|
|
38
|
+
pip install fds.sdk.utils fds.sdk.EventsandTranscripts==4.1.0
|
|
39
39
|
```
|
|
40
40
|
|
|
41
41
|
## Usage
|
|
@@ -338,6 +338,7 @@ Class | Method | HTTP request | Description
|
|
|
338
338
|
- [TranscriptsRequestMetaPagination](https://github.com/FactSet/enterprise-sdk/tree/main/code/python/EventsandTranscripts/v2/docs/TranscriptsRequestMetaPagination.md)
|
|
339
339
|
- [TranscriptsResponse](https://github.com/FactSet/enterprise-sdk/tree/main/code/python/EventsandTranscripts/v2/docs/TranscriptsResponse.md)
|
|
340
340
|
- [TranscriptsResponseData](https://github.com/FactSet/enterprise-sdk/tree/main/code/python/EventsandTranscripts/v2/docs/TranscriptsResponseData.md)
|
|
341
|
+
- [TranscriptsResult](https://github.com/FactSet/enterprise-sdk/tree/main/code/python/EventsandTranscripts/v2/docs/TranscriptsResult.md)
|
|
341
342
|
|
|
342
343
|
|
|
343
344
|
## Documentation For Authorization
|
|
@@ -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.
|
|
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__ = "
|
|
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.
|
|
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.
|
|
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
|
"""
|
|
@@ -185,7 +185,7 @@ class EventsAudioApi(object):
|
|
|
185
185
|
) -> EventsAudioHistoryResponse:
|
|
186
186
|
"""Retrieve historical audio recordings and related metadata within FactSet coverage. # noqa: E501
|
|
187
187
|
|
|
188
|
-
This endpoint retrieves an object containing a pre-signed URL from which an archive of all audio data for a specified year can be downloaded. * Returns **untrimmed** historical audio recordings, which include complete audio files such as intro music & non-speaking portions, and related metadata dating back from May 10, 2011
|
|
188
|
+
This endpoint retrieves an object containing a pre-signed URL from which an archive of all audio data for a specified year can be downloaded. * Returns **untrimmed** historical audio recordings, which include complete audio files such as intro music & non-speaking portions, and related metadata dating back from May 10, 2011 through the most recently completed calendar year. * Returns **trimmed** historical audio recordings, which are audio files with the non-speaking portions removed, and related metadata dating back from May 10, 2011 through the most recently completed calendar year. # noqa: E501
|
|
189
189
|
This method makes a synchronous HTTP request. Returns the http data only
|
|
190
190
|
|
|
191
191
|
Args:
|
|
@@ -233,7 +233,7 @@ class EventsAudioApi(object):
|
|
|
233
233
|
) -> typing.Tuple[EventsAudioHistoryResponse, int, typing.MutableMapping]:
|
|
234
234
|
"""Retrieve historical audio recordings and related metadata within FactSet coverage. # noqa: E501
|
|
235
235
|
|
|
236
|
-
This endpoint retrieves an object containing a pre-signed URL from which an archive of all audio data for a specified year can be downloaded. * Returns **untrimmed** historical audio recordings, which include complete audio files such as intro music & non-speaking portions, and related metadata dating back from May 10, 2011
|
|
236
|
+
This endpoint retrieves an object containing a pre-signed URL from which an archive of all audio data for a specified year can be downloaded. * Returns **untrimmed** historical audio recordings, which include complete audio files such as intro music & non-speaking portions, and related metadata dating back from May 10, 2011 through the most recently completed calendar year. * Returns **trimmed** historical audio recordings, which are audio files with the non-speaking portions removed, and related metadata dating back from May 10, 2011 through the most recently completed calendar year. # noqa: E501
|
|
237
237
|
This method makes a synchronous HTTP request. Returns http data, http status and headers
|
|
238
238
|
|
|
239
239
|
Args:
|
|
@@ -285,7 +285,7 @@ class EventsAudioApi(object):
|
|
|
285
285
|
) -> "ApplyResult[EventsAudioHistoryResponse]":
|
|
286
286
|
"""Retrieve historical audio recordings and related metadata within FactSet coverage. # noqa: E501
|
|
287
287
|
|
|
288
|
-
This endpoint retrieves an object containing a pre-signed URL from which an archive of all audio data for a specified year can be downloaded. * Returns **untrimmed** historical audio recordings, which include complete audio files such as intro music & non-speaking portions, and related metadata dating back from May 10, 2011
|
|
288
|
+
This endpoint retrieves an object containing a pre-signed URL from which an archive of all audio data for a specified year can be downloaded. * Returns **untrimmed** historical audio recordings, which include complete audio files such as intro music & non-speaking portions, and related metadata dating back from May 10, 2011 through the most recently completed calendar year. * Returns **trimmed** historical audio recordings, which are audio files with the non-speaking portions removed, and related metadata dating back from May 10, 2011 through the most recently completed calendar year. # noqa: E501
|
|
289
289
|
This method makes a asynchronous HTTP request. Returns the http data, wrapped in ApplyResult
|
|
290
290
|
|
|
291
291
|
Args:
|
|
@@ -332,7 +332,7 @@ class EventsAudioApi(object):
|
|
|
332
332
|
) -> "ApplyResult[typing.Tuple[EventsAudioHistoryResponse, int, typing.MutableMapping]]":
|
|
333
333
|
"""Retrieve historical audio recordings and related metadata within FactSet coverage. # noqa: E501
|
|
334
334
|
|
|
335
|
-
This endpoint retrieves an object containing a pre-signed URL from which an archive of all audio data for a specified year can be downloaded. * Returns **untrimmed** historical audio recordings, which include complete audio files such as intro music & non-speaking portions, and related metadata dating back from May 10, 2011
|
|
335
|
+
This endpoint retrieves an object containing a pre-signed URL from which an archive of all audio data for a specified year can be downloaded. * Returns **untrimmed** historical audio recordings, which include complete audio files such as intro music & non-speaking portions, and related metadata dating back from May 10, 2011 through the most recently completed calendar year. * Returns **trimmed** historical audio recordings, which are audio files with the non-speaking portions removed, and related metadata dating back from May 10, 2011 through the most recently completed calendar year. # noqa: E501
|
|
336
336
|
This method makes a asynchronous HTTP request. Returns http data, http status and headers, wrapped in ApplyResult
|
|
337
337
|
|
|
338
338
|
Args:
|
|
@@ -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.
|
|
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.
|
|
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.
|
|
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
|
"""
|
|
@@ -66,38 +66,32 @@ class TranscriptsApi(object):
|
|
|
66
66
|
},
|
|
67
67
|
params_map={
|
|
68
68
|
'all': [
|
|
69
|
-
'ids',
|
|
70
69
|
'start_date',
|
|
71
70
|
'end_date',
|
|
72
71
|
'start_date_relative',
|
|
73
72
|
'end_date_relative',
|
|
73
|
+
'ids',
|
|
74
74
|
'categories',
|
|
75
75
|
'time_zone',
|
|
76
76
|
'sort',
|
|
77
77
|
'pagination_limit',
|
|
78
78
|
'pagination_offset',
|
|
79
79
|
],
|
|
80
|
-
'required': [
|
|
81
|
-
'ids',
|
|
82
|
-
],
|
|
80
|
+
'required': [],
|
|
83
81
|
'nullable': [
|
|
84
82
|
],
|
|
85
83
|
'enum': [
|
|
86
84
|
'sort',
|
|
87
85
|
],
|
|
88
86
|
'validation': [
|
|
89
|
-
'ids',
|
|
90
87
|
'start_date_relative',
|
|
91
88
|
'end_date_relative',
|
|
89
|
+
'ids',
|
|
92
90
|
'sort',
|
|
93
91
|
]
|
|
94
92
|
},
|
|
95
93
|
root_map={
|
|
96
94
|
'validations': {
|
|
97
|
-
('ids',): {
|
|
98
|
-
|
|
99
|
-
'max_items': 1000,
|
|
100
|
-
},
|
|
101
95
|
('start_date_relative',): {
|
|
102
96
|
|
|
103
97
|
'inclusive_maximum': 0,
|
|
@@ -106,6 +100,10 @@ class TranscriptsApi(object):
|
|
|
106
100
|
|
|
107
101
|
'inclusive_maximum': 0,
|
|
108
102
|
},
|
|
103
|
+
('ids',): {
|
|
104
|
+
|
|
105
|
+
'max_items': 1000,
|
|
106
|
+
},
|
|
109
107
|
('sort',): {
|
|
110
108
|
|
|
111
109
|
'max_items': 1,
|
|
@@ -119,8 +117,6 @@ class TranscriptsApi(object):
|
|
|
119
117
|
},
|
|
120
118
|
},
|
|
121
119
|
'openapi_types': {
|
|
122
|
-
'ids':
|
|
123
|
-
([str],),
|
|
124
120
|
'start_date':
|
|
125
121
|
(date,),
|
|
126
122
|
'end_date':
|
|
@@ -129,6 +125,8 @@ class TranscriptsApi(object):
|
|
|
129
125
|
(int,),
|
|
130
126
|
'end_date_relative':
|
|
131
127
|
(int,),
|
|
128
|
+
'ids':
|
|
129
|
+
([str],),
|
|
132
130
|
'categories':
|
|
133
131
|
([str],),
|
|
134
132
|
'time_zone':
|
|
@@ -141,11 +139,11 @@ class TranscriptsApi(object):
|
|
|
141
139
|
(int,),
|
|
142
140
|
},
|
|
143
141
|
'attribute_map': {
|
|
144
|
-
'ids': 'ids',
|
|
145
142
|
'start_date': 'startDate',
|
|
146
143
|
'end_date': 'endDate',
|
|
147
144
|
'start_date_relative': 'startDateRelative',
|
|
148
145
|
'end_date_relative': 'endDateRelative',
|
|
146
|
+
'ids': 'ids',
|
|
149
147
|
'categories': 'categories',
|
|
150
148
|
'time_zone': 'timeZone',
|
|
151
149
|
'sort': '_sort',
|
|
@@ -153,11 +151,11 @@ class TranscriptsApi(object):
|
|
|
153
151
|
'pagination_offset': '_paginationOffset',
|
|
154
152
|
},
|
|
155
153
|
'location_map': {
|
|
156
|
-
'ids': 'query',
|
|
157
154
|
'start_date': 'query',
|
|
158
155
|
'end_date': 'query',
|
|
159
156
|
'start_date_relative': 'query',
|
|
160
157
|
'end_date_relative': 'query',
|
|
158
|
+
'ids': 'query',
|
|
161
159
|
'categories': 'query',
|
|
162
160
|
'time_zone': 'query',
|
|
163
161
|
'sort': 'query',
|
|
@@ -196,9 +194,9 @@ class TranscriptsApi(object):
|
|
|
196
194
|
},
|
|
197
195
|
params_map={
|
|
198
196
|
'all': [
|
|
199
|
-
'ids',
|
|
200
197
|
'start_date',
|
|
201
198
|
'end_date',
|
|
199
|
+
'ids',
|
|
202
200
|
'event_ids',
|
|
203
201
|
'categories',
|
|
204
202
|
'search_text',
|
|
@@ -207,7 +205,6 @@ class TranscriptsApi(object):
|
|
|
207
205
|
'pagination_offset',
|
|
208
206
|
],
|
|
209
207
|
'required': [
|
|
210
|
-
'ids',
|
|
211
208
|
'start_date',
|
|
212
209
|
'end_date',
|
|
213
210
|
],
|
|
@@ -245,12 +242,12 @@ class TranscriptsApi(object):
|
|
|
245
242
|
},
|
|
246
243
|
},
|
|
247
244
|
'openapi_types': {
|
|
248
|
-
'ids':
|
|
249
|
-
([str],),
|
|
250
245
|
'start_date':
|
|
251
246
|
(date,),
|
|
252
247
|
'end_date':
|
|
253
248
|
(date,),
|
|
249
|
+
'ids':
|
|
250
|
+
([str],),
|
|
254
251
|
'event_ids':
|
|
255
252
|
([str],),
|
|
256
253
|
'categories':
|
|
@@ -265,9 +262,9 @@ class TranscriptsApi(object):
|
|
|
265
262
|
(int,),
|
|
266
263
|
},
|
|
267
264
|
'attribute_map': {
|
|
268
|
-
'ids': 'ids',
|
|
269
265
|
'start_date': 'startDate',
|
|
270
266
|
'end_date': 'endDate',
|
|
267
|
+
'ids': 'ids',
|
|
271
268
|
'event_ids': 'eventIds',
|
|
272
269
|
'categories': 'categories',
|
|
273
270
|
'search_text': 'searchText',
|
|
@@ -276,9 +273,9 @@ class TranscriptsApi(object):
|
|
|
276
273
|
'pagination_offset': '_paginationOffset',
|
|
277
274
|
},
|
|
278
275
|
'location_map': {
|
|
279
|
-
'ids': 'query',
|
|
280
276
|
'start_date': 'query',
|
|
281
277
|
'end_date': 'query',
|
|
278
|
+
'ids': 'query',
|
|
282
279
|
'event_ids': 'query',
|
|
283
280
|
'categories': 'query',
|
|
284
281
|
'search_text': 'query',
|
|
@@ -462,7 +459,6 @@ class TranscriptsApi(object):
|
|
|
462
459
|
|
|
463
460
|
def get_transcripts_intelligence(
|
|
464
461
|
self,
|
|
465
|
-
ids,
|
|
466
462
|
**kwargs
|
|
467
463
|
) -> TranscriptsIntelligenceResponse:
|
|
468
464
|
"""Returns the StreetAccount Transcript Intelligence documents and related metadata within FactSet coverage based on specific date range and various parameters. # noqa: E501
|
|
@@ -470,14 +466,13 @@ class TranscriptsApi(object):
|
|
|
470
466
|
Returns the StreetAccount Transcript Intelligence documents within FactSet coverage along with other response fields. All StreetAccount Transcript Intelligence stories originate from StreetAccount # noqa: E501
|
|
471
467
|
This method makes a synchronous HTTP request. Returns the http data only
|
|
472
468
|
|
|
473
|
-
Args:
|
|
474
|
-
ids ([str]): Requested symbols or securities. This is a list with a maximum limit of 1000. Each symbol can be a FactSet exchange symbol, CUSIP, SEDOL, ISIN, or Entity ID
|
|
475
469
|
|
|
476
470
|
Keyword Args:
|
|
477
471
|
start_date (date): Start Date (YYYY-MM-DD). If dates are not provided, default will return all files. . [optional]
|
|
478
472
|
end_date (date): End Date (YYYY-MM-DD). If dates are not provided, default will return all files. . [optional]
|
|
479
473
|
start_date_relative (int): The earliest date of the feed file the API should fetch based on the file timestamp, relative to today. - Format: Integer (`0` for today, `-1` for yesterday, etc.). - *Either `startDate` or `startDateRelative` should be used, but not both.* - If dates are not provided, default will return all files. . [optional]
|
|
480
474
|
end_date_relative (int): The latest date of the feed file the API should fetch based on the file timestamp, relative to today. - Format: Integer (`0` for today, `-1` for yesterday, etc.). - *Either `endDate` or `endDateRelative` should be used, but not both.* - If dates are not provided, default will return all files. . [optional]
|
|
475
|
+
ids ([str]): Requested symbols or securities. This is a list with a maximum limit of 1000. Each symbol can be a FactSet exchange symbol, CUSIP, SEDOL, ISIN, or Entity ID > **Note**: If this parameter is not used, `null` will be returned for the `requestId` field in the response.. [optional]
|
|
481
476
|
categories ([str]): Code for categories to include. This is a list, which represents country, industry, and subject codes. Use the ```/meta/categories``` endpoint to get the list of available categories. Default = All categories. . [optional]
|
|
482
477
|
time_zone (str): Time Zone for story dates/times (POSIX format from IANA timeZone registry). Use the `/meta/time-zones` endpoint to get the list of available time zones.. [optional] if omitted the server will use the default value of "America/New_York"
|
|
483
478
|
sort ([str]): Enables sorting data in ascending or descending chronological order based on eventDate. . [optional] if omitted the server will use the default value of ["-storyDateTime"]
|
|
@@ -512,13 +507,10 @@ class TranscriptsApi(object):
|
|
|
512
507
|
Response Object
|
|
513
508
|
"""
|
|
514
509
|
self.apply_kwargs_defaults(kwargs=kwargs, return_http_data_only=True, async_req=False)
|
|
515
|
-
kwargs['ids'] = \
|
|
516
|
-
ids
|
|
517
510
|
return self.get_transcripts_intelligence_endpoint.call_with_http_info(**kwargs)
|
|
518
511
|
|
|
519
512
|
def get_transcripts_intelligence_with_http_info(
|
|
520
513
|
self,
|
|
521
|
-
ids,
|
|
522
514
|
**kwargs
|
|
523
515
|
) -> typing.Tuple[TranscriptsIntelligenceResponse, int, typing.MutableMapping]:
|
|
524
516
|
"""Returns the StreetAccount Transcript Intelligence documents and related metadata within FactSet coverage based on specific date range and various parameters. # noqa: E501
|
|
@@ -526,14 +518,13 @@ class TranscriptsApi(object):
|
|
|
526
518
|
Returns the StreetAccount Transcript Intelligence documents within FactSet coverage along with other response fields. All StreetAccount Transcript Intelligence stories originate from StreetAccount # noqa: E501
|
|
527
519
|
This method makes a synchronous HTTP request. Returns http data, http status and headers
|
|
528
520
|
|
|
529
|
-
Args:
|
|
530
|
-
ids ([str]): Requested symbols or securities. This is a list with a maximum limit of 1000. Each symbol can be a FactSet exchange symbol, CUSIP, SEDOL, ISIN, or Entity ID
|
|
531
521
|
|
|
532
522
|
Keyword Args:
|
|
533
523
|
start_date (date): Start Date (YYYY-MM-DD). If dates are not provided, default will return all files. . [optional]
|
|
534
524
|
end_date (date): End Date (YYYY-MM-DD). If dates are not provided, default will return all files. . [optional]
|
|
535
525
|
start_date_relative (int): The earliest date of the feed file the API should fetch based on the file timestamp, relative to today. - Format: Integer (`0` for today, `-1` for yesterday, etc.). - *Either `startDate` or `startDateRelative` should be used, but not both.* - If dates are not provided, default will return all files. . [optional]
|
|
536
526
|
end_date_relative (int): The latest date of the feed file the API should fetch based on the file timestamp, relative to today. - Format: Integer (`0` for today, `-1` for yesterday, etc.). - *Either `endDate` or `endDateRelative` should be used, but not both.* - If dates are not provided, default will return all files. . [optional]
|
|
527
|
+
ids ([str]): Requested symbols or securities. This is a list with a maximum limit of 1000. Each symbol can be a FactSet exchange symbol, CUSIP, SEDOL, ISIN, or Entity ID > **Note**: If this parameter is not used, `null` will be returned for the `requestId` field in the response.. [optional]
|
|
537
528
|
categories ([str]): Code for categories to include. This is a list, which represents country, industry, and subject codes. Use the ```/meta/categories``` endpoint to get the list of available categories. Default = All categories. . [optional]
|
|
538
529
|
time_zone (str): Time Zone for story dates/times (POSIX format from IANA timeZone registry). Use the `/meta/time-zones` endpoint to get the list of available time zones.. [optional] if omitted the server will use the default value of "America/New_York"
|
|
539
530
|
sort ([str]): Enables sorting data in ascending or descending chronological order based on eventDate. . [optional] if omitted the server will use the default value of ["-storyDateTime"]
|
|
@@ -572,13 +563,10 @@ class TranscriptsApi(object):
|
|
|
572
563
|
Dictionary of the response headers
|
|
573
564
|
"""
|
|
574
565
|
self.apply_kwargs_defaults(kwargs=kwargs, return_http_data_only=False, async_req=False)
|
|
575
|
-
kwargs['ids'] = \
|
|
576
|
-
ids
|
|
577
566
|
return self.get_transcripts_intelligence_endpoint.call_with_http_info(**kwargs)
|
|
578
567
|
|
|
579
568
|
def get_transcripts_intelligence_async(
|
|
580
569
|
self,
|
|
581
|
-
ids,
|
|
582
570
|
**kwargs
|
|
583
571
|
) -> "ApplyResult[TranscriptsIntelligenceResponse]":
|
|
584
572
|
"""Returns the StreetAccount Transcript Intelligence documents and related metadata within FactSet coverage based on specific date range and various parameters. # noqa: E501
|
|
@@ -586,14 +574,13 @@ class TranscriptsApi(object):
|
|
|
586
574
|
Returns the StreetAccount Transcript Intelligence documents within FactSet coverage along with other response fields. All StreetAccount Transcript Intelligence stories originate from StreetAccount # noqa: E501
|
|
587
575
|
This method makes a asynchronous HTTP request. Returns the http data, wrapped in ApplyResult
|
|
588
576
|
|
|
589
|
-
Args:
|
|
590
|
-
ids ([str]): Requested symbols or securities. This is a list with a maximum limit of 1000. Each symbol can be a FactSet exchange symbol, CUSIP, SEDOL, ISIN, or Entity ID
|
|
591
577
|
|
|
592
578
|
Keyword Args:
|
|
593
579
|
start_date (date): Start Date (YYYY-MM-DD). If dates are not provided, default will return all files. . [optional]
|
|
594
580
|
end_date (date): End Date (YYYY-MM-DD). If dates are not provided, default will return all files. . [optional]
|
|
595
581
|
start_date_relative (int): The earliest date of the feed file the API should fetch based on the file timestamp, relative to today. - Format: Integer (`0` for today, `-1` for yesterday, etc.). - *Either `startDate` or `startDateRelative` should be used, but not both.* - If dates are not provided, default will return all files. . [optional]
|
|
596
582
|
end_date_relative (int): The latest date of the feed file the API should fetch based on the file timestamp, relative to today. - Format: Integer (`0` for today, `-1` for yesterday, etc.). - *Either `endDate` or `endDateRelative` should be used, but not both.* - If dates are not provided, default will return all files. . [optional]
|
|
583
|
+
ids ([str]): Requested symbols or securities. This is a list with a maximum limit of 1000. Each symbol can be a FactSet exchange symbol, CUSIP, SEDOL, ISIN, or Entity ID > **Note**: If this parameter is not used, `null` will be returned for the `requestId` field in the response.. [optional]
|
|
597
584
|
categories ([str]): Code for categories to include. This is a list, which represents country, industry, and subject codes. Use the ```/meta/categories``` endpoint to get the list of available categories. Default = All categories. . [optional]
|
|
598
585
|
time_zone (str): Time Zone for story dates/times (POSIX format from IANA timeZone registry). Use the `/meta/time-zones` endpoint to get the list of available time zones.. [optional] if omitted the server will use the default value of "America/New_York"
|
|
599
586
|
sort ([str]): Enables sorting data in ascending or descending chronological order based on eventDate. . [optional] if omitted the server will use the default value of ["-storyDateTime"]
|
|
@@ -627,13 +614,10 @@ class TranscriptsApi(object):
|
|
|
627
614
|
ApplyResult[TranscriptsIntelligenceResponse]
|
|
628
615
|
"""
|
|
629
616
|
self.apply_kwargs_defaults(kwargs=kwargs, return_http_data_only=True, async_req=True)
|
|
630
|
-
kwargs['ids'] = \
|
|
631
|
-
ids
|
|
632
617
|
return self.get_transcripts_intelligence_endpoint.call_with_http_info(**kwargs)
|
|
633
618
|
|
|
634
619
|
def get_transcripts_intelligence_with_http_info_async(
|
|
635
620
|
self,
|
|
636
|
-
ids,
|
|
637
621
|
**kwargs
|
|
638
622
|
) -> "ApplyResult[typing.Tuple[TranscriptsIntelligenceResponse, int, typing.MutableMapping]]":
|
|
639
623
|
"""Returns the StreetAccount Transcript Intelligence documents and related metadata within FactSet coverage based on specific date range and various parameters. # noqa: E501
|
|
@@ -641,14 +625,13 @@ class TranscriptsApi(object):
|
|
|
641
625
|
Returns the StreetAccount Transcript Intelligence documents within FactSet coverage along with other response fields. All StreetAccount Transcript Intelligence stories originate from StreetAccount # noqa: E501
|
|
642
626
|
This method makes a asynchronous HTTP request. Returns http data, http status and headers, wrapped in ApplyResult
|
|
643
627
|
|
|
644
|
-
Args:
|
|
645
|
-
ids ([str]): Requested symbols or securities. This is a list with a maximum limit of 1000. Each symbol can be a FactSet exchange symbol, CUSIP, SEDOL, ISIN, or Entity ID
|
|
646
628
|
|
|
647
629
|
Keyword Args:
|
|
648
630
|
start_date (date): Start Date (YYYY-MM-DD). If dates are not provided, default will return all files. . [optional]
|
|
649
631
|
end_date (date): End Date (YYYY-MM-DD). If dates are not provided, default will return all files. . [optional]
|
|
650
632
|
start_date_relative (int): The earliest date of the feed file the API should fetch based on the file timestamp, relative to today. - Format: Integer (`0` for today, `-1` for yesterday, etc.). - *Either `startDate` or `startDateRelative` should be used, but not both.* - If dates are not provided, default will return all files. . [optional]
|
|
651
633
|
end_date_relative (int): The latest date of the feed file the API should fetch based on the file timestamp, relative to today. - Format: Integer (`0` for today, `-1` for yesterday, etc.). - *Either `endDate` or `endDateRelative` should be used, but not both.* - If dates are not provided, default will return all files. . [optional]
|
|
634
|
+
ids ([str]): Requested symbols or securities. This is a list with a maximum limit of 1000. Each symbol can be a FactSet exchange symbol, CUSIP, SEDOL, ISIN, or Entity ID > **Note**: If this parameter is not used, `null` will be returned for the `requestId` field in the response.. [optional]
|
|
652
635
|
categories ([str]): Code for categories to include. This is a list, which represents country, industry, and subject codes. Use the ```/meta/categories``` endpoint to get the list of available categories. Default = All categories. . [optional]
|
|
653
636
|
time_zone (str): Time Zone for story dates/times (POSIX format from IANA timeZone registry). Use the `/meta/time-zones` endpoint to get the list of available time zones.. [optional] if omitted the server will use the default value of "America/New_York"
|
|
654
637
|
sort ([str]): Enables sorting data in ascending or descending chronological order based on eventDate. . [optional] if omitted the server will use the default value of ["-storyDateTime"]
|
|
@@ -682,14 +665,11 @@ class TranscriptsApi(object):
|
|
|
682
665
|
ApplyResult[(TranscriptsIntelligenceResponse, int, typing.Dict)]
|
|
683
666
|
"""
|
|
684
667
|
self.apply_kwargs_defaults(kwargs=kwargs, return_http_data_only=False, async_req=True)
|
|
685
|
-
kwargs['ids'] = \
|
|
686
|
-
ids
|
|
687
668
|
return self.get_transcripts_intelligence_endpoint.call_with_http_info(**kwargs)
|
|
688
669
|
|
|
689
670
|
|
|
690
671
|
def get_transcripts_investor_slides(
|
|
691
672
|
self,
|
|
692
|
-
ids,
|
|
693
673
|
start_date,
|
|
694
674
|
end_date,
|
|
695
675
|
**kwargs
|
|
@@ -700,11 +680,11 @@ class TranscriptsApi(object):
|
|
|
700
680
|
This method makes a synchronous HTTP request. Returns the http data only
|
|
701
681
|
|
|
702
682
|
Args:
|
|
703
|
-
|
|
704
|
-
start_date (date): Start Date. Format is YYYY-MM-DD **The API supports data from 1995 onwards. Ensure that the provided Date falls within this range for accurate results.**
|
|
683
|
+
start_date (date): Start Date. Format is YYYY-MM-DD **The API supports data from 1999 onwards. Ensure that the provided Date falls within this range for accurate results.**
|
|
705
684
|
end_date (date): End Date. Format is YYYY-MM-DD.
|
|
706
685
|
|
|
707
686
|
Keyword Args:
|
|
687
|
+
ids ([str]): Requested symbols or securities. This is a list with a maximum limit of 1000. Each symbol can be a FactSet exchange symbol, CUSIP, SEDOL, ISIN, or Entity ID > **Note**: If this parameter is not used, `null` will be returned for the `requestId` field in the response.. [optional]
|
|
708
688
|
event_ids ([str]): Requests Event IDs. This is a list with a maximum limit of 1000.. [optional]
|
|
709
689
|
categories ([str]): Code for categories to include. This is a list, which represents country, industry, and subject codes. Use the ```/meta/categories``` endpoint to get the list of available categories. Default = All categories. . [optional]
|
|
710
690
|
search_text (str): Restricts the search to include only document stories which include the text searched. . [optional]
|
|
@@ -740,8 +720,6 @@ class TranscriptsApi(object):
|
|
|
740
720
|
Response Object
|
|
741
721
|
"""
|
|
742
722
|
self.apply_kwargs_defaults(kwargs=kwargs, return_http_data_only=True, async_req=False)
|
|
743
|
-
kwargs['ids'] = \
|
|
744
|
-
ids
|
|
745
723
|
kwargs['start_date'] = \
|
|
746
724
|
start_date
|
|
747
725
|
kwargs['end_date'] = \
|
|
@@ -750,7 +728,6 @@ class TranscriptsApi(object):
|
|
|
750
728
|
|
|
751
729
|
def get_transcripts_investor_slides_with_http_info(
|
|
752
730
|
self,
|
|
753
|
-
ids,
|
|
754
731
|
start_date,
|
|
755
732
|
end_date,
|
|
756
733
|
**kwargs
|
|
@@ -761,11 +738,11 @@ class TranscriptsApi(object):
|
|
|
761
738
|
This method makes a synchronous HTTP request. Returns http data, http status and headers
|
|
762
739
|
|
|
763
740
|
Args:
|
|
764
|
-
|
|
765
|
-
start_date (date): Start Date. Format is YYYY-MM-DD **The API supports data from 1995 onwards. Ensure that the provided Date falls within this range for accurate results.**
|
|
741
|
+
start_date (date): Start Date. Format is YYYY-MM-DD **The API supports data from 1999 onwards. Ensure that the provided Date falls within this range for accurate results.**
|
|
766
742
|
end_date (date): End Date. Format is YYYY-MM-DD.
|
|
767
743
|
|
|
768
744
|
Keyword Args:
|
|
745
|
+
ids ([str]): Requested symbols or securities. This is a list with a maximum limit of 1000. Each symbol can be a FactSet exchange symbol, CUSIP, SEDOL, ISIN, or Entity ID > **Note**: If this parameter is not used, `null` will be returned for the `requestId` field in the response.. [optional]
|
|
769
746
|
event_ids ([str]): Requests Event IDs. This is a list with a maximum limit of 1000.. [optional]
|
|
770
747
|
categories ([str]): Code for categories to include. This is a list, which represents country, industry, and subject codes. Use the ```/meta/categories``` endpoint to get the list of available categories. Default = All categories. . [optional]
|
|
771
748
|
search_text (str): Restricts the search to include only document stories which include the text searched. . [optional]
|
|
@@ -805,8 +782,6 @@ class TranscriptsApi(object):
|
|
|
805
782
|
Dictionary of the response headers
|
|
806
783
|
"""
|
|
807
784
|
self.apply_kwargs_defaults(kwargs=kwargs, return_http_data_only=False, async_req=False)
|
|
808
|
-
kwargs['ids'] = \
|
|
809
|
-
ids
|
|
810
785
|
kwargs['start_date'] = \
|
|
811
786
|
start_date
|
|
812
787
|
kwargs['end_date'] = \
|
|
@@ -815,7 +790,6 @@ class TranscriptsApi(object):
|
|
|
815
790
|
|
|
816
791
|
def get_transcripts_investor_slides_async(
|
|
817
792
|
self,
|
|
818
|
-
ids,
|
|
819
793
|
start_date,
|
|
820
794
|
end_date,
|
|
821
795
|
**kwargs
|
|
@@ -826,11 +800,11 @@ class TranscriptsApi(object):
|
|
|
826
800
|
This method makes a asynchronous HTTP request. Returns the http data, wrapped in ApplyResult
|
|
827
801
|
|
|
828
802
|
Args:
|
|
829
|
-
|
|
830
|
-
start_date (date): Start Date. Format is YYYY-MM-DD **The API supports data from 1995 onwards. Ensure that the provided Date falls within this range for accurate results.**
|
|
803
|
+
start_date (date): Start Date. Format is YYYY-MM-DD **The API supports data from 1999 onwards. Ensure that the provided Date falls within this range for accurate results.**
|
|
831
804
|
end_date (date): End Date. Format is YYYY-MM-DD.
|
|
832
805
|
|
|
833
806
|
Keyword Args:
|
|
807
|
+
ids ([str]): Requested symbols or securities. This is a list with a maximum limit of 1000. Each symbol can be a FactSet exchange symbol, CUSIP, SEDOL, ISIN, or Entity ID > **Note**: If this parameter is not used, `null` will be returned for the `requestId` field in the response.. [optional]
|
|
834
808
|
event_ids ([str]): Requests Event IDs. This is a list with a maximum limit of 1000.. [optional]
|
|
835
809
|
categories ([str]): Code for categories to include. This is a list, which represents country, industry, and subject codes. Use the ```/meta/categories``` endpoint to get the list of available categories. Default = All categories. . [optional]
|
|
836
810
|
search_text (str): Restricts the search to include only document stories which include the text searched. . [optional]
|
|
@@ -865,8 +839,6 @@ class TranscriptsApi(object):
|
|
|
865
839
|
ApplyResult[InvestorSlidesResponse]
|
|
866
840
|
"""
|
|
867
841
|
self.apply_kwargs_defaults(kwargs=kwargs, return_http_data_only=True, async_req=True)
|
|
868
|
-
kwargs['ids'] = \
|
|
869
|
-
ids
|
|
870
842
|
kwargs['start_date'] = \
|
|
871
843
|
start_date
|
|
872
844
|
kwargs['end_date'] = \
|
|
@@ -875,7 +847,6 @@ class TranscriptsApi(object):
|
|
|
875
847
|
|
|
876
848
|
def get_transcripts_investor_slides_with_http_info_async(
|
|
877
849
|
self,
|
|
878
|
-
ids,
|
|
879
850
|
start_date,
|
|
880
851
|
end_date,
|
|
881
852
|
**kwargs
|
|
@@ -886,11 +857,11 @@ class TranscriptsApi(object):
|
|
|
886
857
|
This method makes a asynchronous HTTP request. Returns http data, http status and headers, wrapped in ApplyResult
|
|
887
858
|
|
|
888
859
|
Args:
|
|
889
|
-
|
|
890
|
-
start_date (date): Start Date. Format is YYYY-MM-DD **The API supports data from 1995 onwards. Ensure that the provided Date falls within this range for accurate results.**
|
|
860
|
+
start_date (date): Start Date. Format is YYYY-MM-DD **The API supports data from 1999 onwards. Ensure that the provided Date falls within this range for accurate results.**
|
|
891
861
|
end_date (date): End Date. Format is YYYY-MM-DD.
|
|
892
862
|
|
|
893
863
|
Keyword Args:
|
|
864
|
+
ids ([str]): Requested symbols or securities. This is a list with a maximum limit of 1000. Each symbol can be a FactSet exchange symbol, CUSIP, SEDOL, ISIN, or Entity ID > **Note**: If this parameter is not used, `null` will be returned for the `requestId` field in the response.. [optional]
|
|
894
865
|
event_ids ([str]): Requests Event IDs. This is a list with a maximum limit of 1000.. [optional]
|
|
895
866
|
categories ([str]): Code for categories to include. This is a list, which represents country, industry, and subject codes. Use the ```/meta/categories``` endpoint to get the list of available categories. Default = All categories. . [optional]
|
|
896
867
|
search_text (str): Restricts the search to include only document stories which include the text searched. . [optional]
|
|
@@ -925,8 +896,6 @@ class TranscriptsApi(object):
|
|
|
925
896
|
ApplyResult[(InvestorSlidesResponse, int, typing.Dict)]
|
|
926
897
|
"""
|
|
927
898
|
self.apply_kwargs_defaults(kwargs=kwargs, return_http_data_only=False, async_req=True)
|
|
928
|
-
kwargs['ids'] = \
|
|
929
|
-
ids
|
|
930
899
|
kwargs['start_date'] = \
|
|
931
900
|
start_date
|
|
932
901
|
kwargs['end_date'] = \
|