fds.sdk.VectorData 0.0.2__tar.gz → 0.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_vectordata-0.0.2 → fds_sdk_vectordata-0.1.0}/PKG-INFO +14 -14
- {fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.1.0}/README.md +10 -10
- {fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.1.0}/fds/sdk/VectorData/__init__.py +2 -2
- {fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.1.0}/fds/sdk/VectorData/api/meta_api.py +1 -1
- {fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.1.0}/fds/sdk/VectorData/api/vector_api.py +1 -1
- {fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.1.0}/fds/sdk/VectorData/api_client.py +2 -2
- {fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.1.0}/fds/sdk/VectorData/configuration.py +3 -3
- {fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.1.0}/fds/sdk/VectorData/exceptions.py +1 -1
- {fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.1.0}/fds/sdk/VectorData/model/chunk_text_response.py +1 -1
- {fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.1.0}/fds/sdk/VectorData/model/chunk_text_response_meta.py +1 -1
- {fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.1.0}/fds/sdk/VectorData/model/chunk_text_response_meta_pagination.py +1 -1
- {fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.1.0}/fds/sdk/VectorData/model/chunk_text_result.py +73 -1
- {fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.1.0}/fds/sdk/VectorData/model/document_types.py +1 -1
- {fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.1.0}/fds/sdk/VectorData/model/document_types_response.py +1 -1
- {fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.1.0}/fds/sdk/VectorData/model/error_object.py +1 -1
- {fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.1.0}/fds/sdk/VectorData/model/error_response.py +1 -1
- {fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.1.0}/fds/sdk/VectorData/model/meta.py +1 -1
- {fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.1.0}/fds/sdk/VectorData/model/schemas.py +1 -1
- {fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.1.0}/fds/sdk/VectorData/model/schemas_response.py +1 -1
- {fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.1.0}/fds/sdk/VectorData/model/source.py +1 -1
- {fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.1.0}/fds/sdk/VectorData/model/source_response.py +1 -1
- {fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.1.0}/fds/sdk/VectorData/model/themes.py +3 -3
- {fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.1.0}/fds/sdk/VectorData/model/themes_response.py +1 -1
- {fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.1.0}/fds/sdk/VectorData/model/vector_data_request.py +1 -1
- {fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.1.0}/fds/sdk/VectorData/model/vector_data_request_data.py +17 -5
- {fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.1.0}/fds/sdk/VectorData/model/vector_data_response.py +1 -1
- {fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.1.0}/fds/sdk/VectorData/model/vector_data_response_meta.py +3 -3
- {fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.1.0}/fds/sdk/VectorData/model/vector_data_result.py +11 -3
- {fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.1.0}/fds/sdk/VectorData/model_utils.py +1 -1
- {fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.1.0}/fds/sdk/VectorData/rest.py +1 -1
- {fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.1.0}/fds.sdk.VectorData.egg-info/PKG-INFO +14 -14
- fds_sdk_vectordata-0.1.0/fds.sdk.VectorData.egg-info/requires.txt +3 -0
- {fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.1.0}/setup.py +5 -5
- fds_sdk_vectordata-0.0.2/fds.sdk.VectorData.egg-info/requires.txt +0 -3
- {fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.1.0}/LICENSE +0 -0
- {fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.1.0}/fds/__init__.py +0 -0
- {fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.1.0}/fds/sdk/VectorData/api/__init__.py +0 -0
- {fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.1.0}/fds/sdk/VectorData/apis/__init__.py +0 -0
- {fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.1.0}/fds/sdk/VectorData/model/__init__.py +0 -0
- {fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.1.0}/fds/sdk/VectorData/models/__init__.py +0 -0
- {fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.1.0}/fds/sdk/__init__.py +0 -0
- {fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.1.0}/fds.sdk.VectorData.egg-info/SOURCES.txt +0 -0
- {fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.1.0}/fds.sdk.VectorData.egg-info/dependency_links.txt +0 -0
- {fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.1.0}/fds.sdk.VectorData.egg-info/top_level.txt +0 -0
- {fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.1.0}/setup.cfg +0 -0
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: fds.sdk.VectorData
|
|
3
|
-
Version: 0.0
|
|
3
|
+
Version: 0.1.0
|
|
4
4
|
Summary: Vector Data client library for Python
|
|
5
5
|
Home-page: https://github.com/FactSet/enterprise-sdk/tree/main/code/python/VectorData/v0
|
|
6
6
|
Author: FactSet Research Systems
|
|
7
7
|
License: Apache License, Version 2.0
|
|
8
8
|
Keywords: FactSet,API,SDK
|
|
9
|
-
Requires-Python: >=3.
|
|
9
|
+
Requires-Python: >=3.10
|
|
10
10
|
Description-Content-Type: text/markdown
|
|
11
11
|
License-File: LICENSE
|
|
12
|
-
Requires-Dist: urllib3>=
|
|
13
|
-
Requires-Dist: python-dateutil
|
|
12
|
+
Requires-Dist: urllib3>=2.7.0
|
|
13
|
+
Requires-Dist: python-dateutil>=2.9.0.post0
|
|
14
14
|
Requires-Dist: fds.sdk.utils>=1.0.0
|
|
15
15
|
Dynamic: author
|
|
16
16
|
Dynamic: description
|
|
@@ -27,8 +27,8 @@ Dynamic: summary
|
|
|
27
27
|
|
|
28
28
|
# Vector Data client library for Python
|
|
29
29
|
|
|
30
|
-
[](https://developer.factset.com/api-catalog/vector-data-api)
|
|
31
|
+
[](https://pypi.org/project/fds.sdk.VectorData/v/0.1.0)
|
|
32
32
|
[](https://www.apache.org/licenses/LICENSE-2.0)
|
|
33
33
|
|
|
34
34
|
The Vector Data API provides streamlined access to vector data through its defined endpoints. It supports functionalities such as:
|
|
@@ -38,8 +38,8 @@ This API is designed to enable developers to integrate vector data into their ap
|
|
|
38
38
|
|
|
39
39
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
40
40
|
|
|
41
|
-
- API version: 0.
|
|
42
|
-
- SDK version: 0.0
|
|
41
|
+
- API version: 0.3.0
|
|
42
|
+
- SDK version: 0.1.0
|
|
43
43
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
44
44
|
|
|
45
45
|
For more information, please visit [https://developer.factset.com/contact](https://developer.factset.com/contact)
|
|
@@ -53,24 +53,24 @@ For more information, please visit [https://developer.factset.com/contact](https
|
|
|
53
53
|
### Poetry
|
|
54
54
|
|
|
55
55
|
```shell
|
|
56
|
-
poetry add fds.sdk.utils fds.sdk.VectorData==0.0
|
|
56
|
+
poetry add fds.sdk.utils fds.sdk.VectorData==0.1.0
|
|
57
57
|
```
|
|
58
58
|
|
|
59
59
|
### pip
|
|
60
60
|
|
|
61
61
|
```shell
|
|
62
|
-
pip install fds.sdk.utils fds.sdk.VectorData==0.0
|
|
62
|
+
pip install fds.sdk.utils fds.sdk.VectorData==0.1.0
|
|
63
63
|
```
|
|
64
64
|
|
|
65
65
|
## Usage
|
|
66
66
|
|
|
67
67
|
1. [Generate authentication credentials](../../../../README.md#authentication).
|
|
68
68
|
2. Setup Python environment.
|
|
69
|
-
1. Install and activate python 3.
|
|
69
|
+
1. Install and activate python 3.10+. If you're using [pyenv](https://github.com/pyenv/pyenv):
|
|
70
70
|
|
|
71
71
|
```sh
|
|
72
|
-
pyenv install 3.
|
|
73
|
-
pyenv shell 3.
|
|
72
|
+
pyenv install 3.10.0
|
|
73
|
+
pyenv shell 3.10.0
|
|
74
74
|
```
|
|
75
75
|
|
|
76
76
|
2. (optional) [Install poetry](https://python-poetry.org/docs/#installation).
|
|
@@ -333,7 +333,7 @@ Please refer to the [contributing guide](../../../../CONTRIBUTING.md).
|
|
|
333
333
|
|
|
334
334
|
## Copyright
|
|
335
335
|
|
|
336
|
-
Copyright
|
|
336
|
+
Copyright 2026 FactSet Research Systems Inc
|
|
337
337
|
|
|
338
338
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
339
339
|
you may not use this file except in compliance with the License.
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
# Vector Data client library for Python
|
|
4
4
|
|
|
5
|
-
[](https://developer.factset.com/api-catalog/vector-data-api)
|
|
6
|
+
[](https://pypi.org/project/fds.sdk.VectorData/v/0.1.0)
|
|
7
7
|
[](https://www.apache.org/licenses/LICENSE-2.0)
|
|
8
8
|
|
|
9
9
|
The Vector Data API provides streamlined access to vector data through its defined endpoints. It supports functionalities such as:
|
|
@@ -13,8 +13,8 @@ This API is designed to enable developers to integrate vector data into their ap
|
|
|
13
13
|
|
|
14
14
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
15
15
|
|
|
16
|
-
- API version: 0.
|
|
17
|
-
- SDK version: 0.0
|
|
16
|
+
- API version: 0.3.0
|
|
17
|
+
- SDK version: 0.1.0
|
|
18
18
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
19
19
|
|
|
20
20
|
For more information, please visit [https://developer.factset.com/contact](https://developer.factset.com/contact)
|
|
@@ -28,24 +28,24 @@ For more information, please visit [https://developer.factset.com/contact](https
|
|
|
28
28
|
### Poetry
|
|
29
29
|
|
|
30
30
|
```shell
|
|
31
|
-
poetry add fds.sdk.utils fds.sdk.VectorData==0.0
|
|
31
|
+
poetry add fds.sdk.utils fds.sdk.VectorData==0.1.0
|
|
32
32
|
```
|
|
33
33
|
|
|
34
34
|
### pip
|
|
35
35
|
|
|
36
36
|
```shell
|
|
37
|
-
pip install fds.sdk.utils fds.sdk.VectorData==0.0
|
|
37
|
+
pip install fds.sdk.utils fds.sdk.VectorData==0.1.0
|
|
38
38
|
```
|
|
39
39
|
|
|
40
40
|
## Usage
|
|
41
41
|
|
|
42
42
|
1. [Generate authentication credentials](../../../../README.md#authentication).
|
|
43
43
|
2. Setup Python environment.
|
|
44
|
-
1. Install and activate python 3.
|
|
44
|
+
1. Install and activate python 3.10+. If you're using [pyenv](https://github.com/pyenv/pyenv):
|
|
45
45
|
|
|
46
46
|
```sh
|
|
47
|
-
pyenv install 3.
|
|
48
|
-
pyenv shell 3.
|
|
47
|
+
pyenv install 3.10.0
|
|
48
|
+
pyenv shell 3.10.0
|
|
49
49
|
```
|
|
50
50
|
|
|
51
51
|
2. (optional) [Install poetry](https://python-poetry.org/docs/#installation).
|
|
@@ -308,7 +308,7 @@ Please refer to the [contributing guide](../../../../CONTRIBUTING.md).
|
|
|
308
308
|
|
|
309
309
|
## Copyright
|
|
310
310
|
|
|
311
|
-
Copyright
|
|
311
|
+
Copyright 2026 FactSet Research Systems Inc
|
|
312
312
|
|
|
313
313
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
314
314
|
you may not use this file except in compliance with the License.
|
|
@@ -5,13 +5,13 @@
|
|
|
5
5
|
|
|
6
6
|
The Vector Data API provides streamlined access to vector data through its defined endpoints. It supports functionalities such as: Retrieving detailed vector data based on user-defined parameters. Efficiently processing associated text data for enhanced performance. This API is designed to enable developers to integrate vector data into their applications, ensuring flexibility and performance while leveraging the specified endpoint functionalities. # noqa: E501
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 0.
|
|
8
|
+
The version of the OpenAPI document: 0.3.0
|
|
9
9
|
Contact: api@factset.com
|
|
10
10
|
Generated by: https://openapi-generator.tech
|
|
11
11
|
"""
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
__version__ = "0.0
|
|
14
|
+
__version__ = "0.1.0"
|
|
15
15
|
|
|
16
16
|
# import ApiClient
|
|
17
17
|
from fds.sdk.VectorData.api_client import ApiClient
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
The Vector Data API provides streamlined access to vector data through its defined endpoints. It supports functionalities such as: Retrieving detailed vector data based on user-defined parameters. Efficiently processing associated text data for enhanced performance. This API is designed to enable developers to integrate vector data into their applications, ensuring flexibility and performance while leveraging the specified endpoint functionalities. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 0.
|
|
6
|
+
The version of the OpenAPI document: 0.3.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
|
The Vector Data API provides streamlined access to vector data through its defined endpoints. It supports functionalities such as: Retrieving detailed vector data based on user-defined parameters. Efficiently processing associated text data for enhanced performance. This API is designed to enable developers to integrate vector data into their applications, ensuring flexibility and performance while leveraging the specified endpoint functionalities. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 0.
|
|
6
|
+
The version of the OpenAPI document: 0.3.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
|
The Vector Data API provides streamlined access to vector data through its defined endpoints. It supports functionalities such as: Retrieving detailed vector data based on user-defined parameters. Efficiently processing associated text data for enhanced performance. This API is designed to enable developers to integrate vector data into their applications, ensuring flexibility and performance while leveraging the specified endpoint functionalities. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 0.
|
|
6
|
+
The version of the OpenAPI document: 0.3.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/VectorData/0.0
|
|
119
|
+
self.user_agent = f'fds-sdk/python/VectorData/0.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
|
The Vector Data API provides streamlined access to vector data through its defined endpoints. It supports functionalities such as: Retrieving detailed vector data based on user-defined parameters. Efficiently processing associated text data for enhanced performance. This API is designed to enable developers to integrate vector data into their applications, ensuring flexibility and performance while leveraging the specified endpoint functionalities. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 0.
|
|
6
|
+
The version of the OpenAPI document: 0.3.0
|
|
7
7
|
Contact: api@factset.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
|
@@ -429,8 +429,8 @@ conf = fds.sdk.VectorData.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: 0.
|
|
433
|
-
"SDK Package Version: 0.0
|
|
432
|
+
"Version of the API: 0.3.0\n"\
|
|
433
|
+
"SDK Package Version: 0.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
|
The Vector Data API provides streamlined access to vector data through its defined endpoints. It supports functionalities such as: Retrieving detailed vector data based on user-defined parameters. Efficiently processing associated text data for enhanced performance. This API is designed to enable developers to integrate vector data into their applications, ensuring flexibility and performance while leveraging the specified endpoint functionalities. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 0.
|
|
6
|
+
The version of the OpenAPI document: 0.3.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
|
The Vector Data API provides streamlined access to vector data through its defined endpoints. It supports functionalities such as: Retrieving detailed vector data based on user-defined parameters. Efficiently processing associated text data for enhanced performance. This API is designed to enable developers to integrate vector data into their applications, ensuring flexibility and performance while leveraging the specified endpoint functionalities. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 0.
|
|
6
|
+
The version of the OpenAPI document: 0.3.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
|
The Vector Data API provides streamlined access to vector data through its defined endpoints. It supports functionalities such as: Retrieving detailed vector data based on user-defined parameters. Efficiently processing associated text data for enhanced performance. This API is designed to enable developers to integrate vector data into their applications, ensuring flexibility and performance while leveraging the specified endpoint functionalities. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 0.
|
|
6
|
+
The version of the OpenAPI document: 0.3.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
|
The Vector Data API provides streamlined access to vector data through its defined endpoints. It supports functionalities such as: Retrieving detailed vector data based on user-defined parameters. Efficiently processing associated text data for enhanced performance. This API is designed to enable developers to integrate vector data into their applications, ensuring flexibility and performance while leveraging the specified endpoint functionalities. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 0.
|
|
6
|
+
The version of the OpenAPI document: 0.3.0
|
|
7
7
|
Contact: api@factset.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
{fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.1.0}/fds/sdk/VectorData/model/chunk_text_result.py
RENAMED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
The Vector Data API provides streamlined access to vector data through its defined endpoints. It supports functionalities such as: Retrieving detailed vector data based on user-defined parameters. Efficiently processing associated text data for enhanced performance. This API is designed to enable developers to integrate vector data into their applications, ensuring flexibility and performance while leveraging the specified endpoint functionalities. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 0.
|
|
6
|
+
The version of the OpenAPI document: 0.3.0
|
|
7
7
|
Contact: api@factset.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
|
@@ -82,6 +82,7 @@ class ChunkTextResult(ModelNormal):
|
|
|
82
82
|
and the value is attribute type.
|
|
83
83
|
"""
|
|
84
84
|
return {
|
|
85
|
+
'vector_id': (str,), # noqa: E501
|
|
85
86
|
'content': (str,), # noqa: E501
|
|
86
87
|
'story_link': (str,), # noqa: E501
|
|
87
88
|
'story_date': (date,), # noqa: E501
|
|
@@ -90,6 +91,23 @@ class ChunkTextResult(ModelNormal):
|
|
|
90
91
|
'source': (str,), # noqa: E501
|
|
91
92
|
'document_id': (str,), # noqa: E501
|
|
92
93
|
'ids': ([str],), # noqa: E501
|
|
94
|
+
'text_length': (int,), # noqa: E501
|
|
95
|
+
'token_count': (int,), # noqa: E501
|
|
96
|
+
'speaker_id': (int,), # noqa: E501
|
|
97
|
+
'speaker_name': (str,), # noqa: E501
|
|
98
|
+
'speaker_type': (str,), # noqa: E501
|
|
99
|
+
'speaker_title': (str,), # noqa: E501
|
|
100
|
+
'speaker_company_name': (str,), # noqa: E501
|
|
101
|
+
'speaker_company_entity_id': (str,), # noqa: E501
|
|
102
|
+
'speaker_entity': (str,), # noqa: E501
|
|
103
|
+
'doc_type': (str,), # noqa: E501
|
|
104
|
+
'doc_num': (str,), # noqa: E501
|
|
105
|
+
'financial_year': (str,), # noqa: E501
|
|
106
|
+
'financial_quarter': (str,), # noqa: E501
|
|
107
|
+
'section_name': (str,), # noqa: E501
|
|
108
|
+
'section_number': (str,), # noqa: E501
|
|
109
|
+
'table_text': (str,), # noqa: E501
|
|
110
|
+
'sentiment': (str,), # noqa: E501
|
|
93
111
|
}
|
|
94
112
|
|
|
95
113
|
@cached_property
|
|
@@ -98,6 +116,7 @@ class ChunkTextResult(ModelNormal):
|
|
|
98
116
|
|
|
99
117
|
|
|
100
118
|
attribute_map = {
|
|
119
|
+
'vector_id': 'vectorId', # noqa: E501
|
|
101
120
|
'content': 'content', # noqa: E501
|
|
102
121
|
'story_link': 'storyLink', # noqa: E501
|
|
103
122
|
'story_date': 'storyDate', # noqa: E501
|
|
@@ -106,6 +125,23 @@ class ChunkTextResult(ModelNormal):
|
|
|
106
125
|
'source': 'source', # noqa: E501
|
|
107
126
|
'document_id': 'documentID', # noqa: E501
|
|
108
127
|
'ids': 'ids', # noqa: E501
|
|
128
|
+
'text_length': 'textLength', # noqa: E501
|
|
129
|
+
'token_count': 'tokenCount', # noqa: E501
|
|
130
|
+
'speaker_id': 'speakerId', # noqa: E501
|
|
131
|
+
'speaker_name': 'speakerName', # noqa: E501
|
|
132
|
+
'speaker_type': 'speakerType', # noqa: E501
|
|
133
|
+
'speaker_title': 'speakerTitle', # noqa: E501
|
|
134
|
+
'speaker_company_name': 'speakerCompanyName', # noqa: E501
|
|
135
|
+
'speaker_company_entity_id': 'speakerCompanyEntityId', # noqa: E501
|
|
136
|
+
'speaker_entity': 'speakerEntity', # noqa: E501
|
|
137
|
+
'doc_type': 'docType', # noqa: E501
|
|
138
|
+
'doc_num': 'docNum', # noqa: E501
|
|
139
|
+
'financial_year': 'financialYear', # noqa: E501
|
|
140
|
+
'financial_quarter': 'financialQuarter', # noqa: E501
|
|
141
|
+
'section_name': 'sectionName', # noqa: E501
|
|
142
|
+
'section_number': 'sectionNumber', # noqa: E501
|
|
143
|
+
'table_text': 'tableText', # noqa: E501
|
|
144
|
+
'sentiment': 'sentiment', # noqa: E501
|
|
109
145
|
}
|
|
110
146
|
|
|
111
147
|
read_only_vars = {
|
|
@@ -149,6 +185,7 @@ class ChunkTextResult(ModelNormal):
|
|
|
149
185
|
Animal class but this time we won't travel
|
|
150
186
|
through its discriminator because we passed in
|
|
151
187
|
_visited_composed_classes = (Animal,)
|
|
188
|
+
vector_id (str): Unique vector identifier associated with the document.. [optional] # noqa: E501
|
|
152
189
|
content (str): Unique identifier for a document.. [optional] # noqa: E501
|
|
153
190
|
story_link (str): A secure HTTPS link for downloading the associated document.. [optional] # noqa: E501
|
|
154
191
|
story_date (date): Date associated with the story.. [optional] # noqa: E501
|
|
@@ -157,6 +194,23 @@ class ChunkTextResult(ModelNormal):
|
|
|
157
194
|
source (str): Name of the source. [optional] # noqa: E501
|
|
158
195
|
document_id (str): Unique identifier for a document.. [optional] # noqa: E501
|
|
159
196
|
ids ([str]): List of related IDs.. [optional] # noqa: E501
|
|
197
|
+
text_length (int): Length of the text.. [optional] # noqa: E501
|
|
198
|
+
token_count (int): Number of tokens.. [optional] # noqa: E501
|
|
199
|
+
speaker_id (int): Unique identifier of the speaker.. [optional] # noqa: E501
|
|
200
|
+
speaker_name (str): Name of the speaker.. [optional] # noqa: E501
|
|
201
|
+
speaker_type (str): Type of the speaker.. [optional] # noqa: E501
|
|
202
|
+
speaker_title (str): Actual title of the speaker.. [optional] # noqa: E501
|
|
203
|
+
speaker_company_name (str): Name of the company the speaker belongs to.. [optional] # noqa: E501
|
|
204
|
+
speaker_company_entity_id (str): Entity id of the company the speaker belongs to.. [optional] # noqa: E501
|
|
205
|
+
speaker_entity (str): Entity id of the speaker.. [optional] # noqa: E501
|
|
206
|
+
doc_type (str): Type(s) of document chunk. [optional] # noqa: E501
|
|
207
|
+
doc_num (str): Alphanumeric id for the chunk.. [optional] # noqa: E501
|
|
208
|
+
financial_year (str): Financial year of the earnings call.. [optional] # noqa: E501
|
|
209
|
+
financial_quarter (str): Financial quarter(s) of the earnings call. [optional] # noqa: E501
|
|
210
|
+
section_name (str): Name of the filing section.. [optional] # noqa: E501
|
|
211
|
+
section_number (str): Bullet numeric representing the filing section.. [optional] # noqa: E501
|
|
212
|
+
table_text (str): Full table text for the chunk. Can contain multiple lines and repeated entries.. [optional] # noqa: E501
|
|
213
|
+
sentiment (str): Sentiment is the measure of expressed attitude or opinion of the document, such as \"Negative\" or \"Very Positive\". The `/meta/themes` endpoint gives list of all available sentiment values.. [optional] # noqa: E501
|
|
160
214
|
"""
|
|
161
215
|
|
|
162
216
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -238,6 +292,7 @@ class ChunkTextResult(ModelNormal):
|
|
|
238
292
|
Animal class but this time we won't travel
|
|
239
293
|
through its discriminator because we passed in
|
|
240
294
|
_visited_composed_classes = (Animal,)
|
|
295
|
+
vector_id (str): Unique vector identifier associated with the document.. [optional] # noqa: E501
|
|
241
296
|
content (str): Unique identifier for a document.. [optional] # noqa: E501
|
|
242
297
|
story_link (str): A secure HTTPS link for downloading the associated document.. [optional] # noqa: E501
|
|
243
298
|
story_date (date): Date associated with the story.. [optional] # noqa: E501
|
|
@@ -246,6 +301,23 @@ class ChunkTextResult(ModelNormal):
|
|
|
246
301
|
source (str): Name of the source. [optional] # noqa: E501
|
|
247
302
|
document_id (str): Unique identifier for a document.. [optional] # noqa: E501
|
|
248
303
|
ids ([str]): List of related IDs.. [optional] # noqa: E501
|
|
304
|
+
text_length (int): Length of the text.. [optional] # noqa: E501
|
|
305
|
+
token_count (int): Number of tokens.. [optional] # noqa: E501
|
|
306
|
+
speaker_id (int): Unique identifier of the speaker.. [optional] # noqa: E501
|
|
307
|
+
speaker_name (str): Name of the speaker.. [optional] # noqa: E501
|
|
308
|
+
speaker_type (str): Type of the speaker.. [optional] # noqa: E501
|
|
309
|
+
speaker_title (str): Actual title of the speaker.. [optional] # noqa: E501
|
|
310
|
+
speaker_company_name (str): Name of the company the speaker belongs to.. [optional] # noqa: E501
|
|
311
|
+
speaker_company_entity_id (str): Entity id of the company the speaker belongs to.. [optional] # noqa: E501
|
|
312
|
+
speaker_entity (str): Entity id of the speaker.. [optional] # noqa: E501
|
|
313
|
+
doc_type (str): Type(s) of document chunk. [optional] # noqa: E501
|
|
314
|
+
doc_num (str): Alphanumeric id for the chunk.. [optional] # noqa: E501
|
|
315
|
+
financial_year (str): Financial year of the earnings call.. [optional] # noqa: E501
|
|
316
|
+
financial_quarter (str): Financial quarter(s) of the earnings call. [optional] # noqa: E501
|
|
317
|
+
section_name (str): Name of the filing section.. [optional] # noqa: E501
|
|
318
|
+
section_number (str): Bullet numeric representing the filing section.. [optional] # noqa: E501
|
|
319
|
+
table_text (str): Full table text for the chunk. Can contain multiple lines and repeated entries.. [optional] # noqa: E501
|
|
320
|
+
sentiment (str): Sentiment is the measure of expressed attitude or opinion of the document, such as \"Negative\" or \"Very Positive\". The `/meta/themes` endpoint gives list of all available sentiment values.. [optional] # noqa: E501
|
|
249
321
|
"""
|
|
250
322
|
|
|
251
323
|
_check_type = kwargs.pop('_check_type', True)
|
{fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.1.0}/fds/sdk/VectorData/model/document_types.py
RENAMED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
The Vector Data API provides streamlined access to vector data through its defined endpoints. It supports functionalities such as: Retrieving detailed vector data based on user-defined parameters. Efficiently processing associated text data for enhanced performance. This API is designed to enable developers to integrate vector data into their applications, ensuring flexibility and performance while leveraging the specified endpoint functionalities. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 0.
|
|
6
|
+
The version of the OpenAPI document: 0.3.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
|
The Vector Data API provides streamlined access to vector data through its defined endpoints. It supports functionalities such as: Retrieving detailed vector data based on user-defined parameters. Efficiently processing associated text data for enhanced performance. This API is designed to enable developers to integrate vector data into their applications, ensuring flexibility and performance while leveraging the specified endpoint functionalities. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 0.
|
|
6
|
+
The version of the OpenAPI document: 0.3.0
|
|
7
7
|
Contact: api@factset.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
{fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.1.0}/fds/sdk/VectorData/model/error_object.py
RENAMED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
The Vector Data API provides streamlined access to vector data through its defined endpoints. It supports functionalities such as: Retrieving detailed vector data based on user-defined parameters. Efficiently processing associated text data for enhanced performance. This API is designed to enable developers to integrate vector data into their applications, ensuring flexibility and performance while leveraging the specified endpoint functionalities. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 0.
|
|
6
|
+
The version of the OpenAPI document: 0.3.0
|
|
7
7
|
Contact: api@factset.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
{fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.1.0}/fds/sdk/VectorData/model/error_response.py
RENAMED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
The Vector Data API provides streamlined access to vector data through its defined endpoints. It supports functionalities such as: Retrieving detailed vector data based on user-defined parameters. Efficiently processing associated text data for enhanced performance. This API is designed to enable developers to integrate vector data into their applications, ensuring flexibility and performance while leveraging the specified endpoint functionalities. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 0.
|
|
6
|
+
The version of the OpenAPI document: 0.3.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
|
The Vector Data API provides streamlined access to vector data through its defined endpoints. It supports functionalities such as: Retrieving detailed vector data based on user-defined parameters. Efficiently processing associated text data for enhanced performance. This API is designed to enable developers to integrate vector data into their applications, ensuring flexibility and performance while leveraging the specified endpoint functionalities. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 0.
|
|
6
|
+
The version of the OpenAPI document: 0.3.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
|
The Vector Data API provides streamlined access to vector data through its defined endpoints. It supports functionalities such as: Retrieving detailed vector data based on user-defined parameters. Efficiently processing associated text data for enhanced performance. This API is designed to enable developers to integrate vector data into their applications, ensuring flexibility and performance while leveraging the specified endpoint functionalities. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 0.
|
|
6
|
+
The version of the OpenAPI document: 0.3.0
|
|
7
7
|
Contact: api@factset.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
{fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.1.0}/fds/sdk/VectorData/model/schemas_response.py
RENAMED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
The Vector Data API provides streamlined access to vector data through its defined endpoints. It supports functionalities such as: Retrieving detailed vector data based on user-defined parameters. Efficiently processing associated text data for enhanced performance. This API is designed to enable developers to integrate vector data into their applications, ensuring flexibility and performance while leveraging the specified endpoint functionalities. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 0.
|
|
6
|
+
The version of the OpenAPI document: 0.3.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
|
The Vector Data API provides streamlined access to vector data through its defined endpoints. It supports functionalities such as: Retrieving detailed vector data based on user-defined parameters. Efficiently processing associated text data for enhanced performance. This API is designed to enable developers to integrate vector data into their applications, ensuring flexibility and performance while leveraging the specified endpoint functionalities. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 0.
|
|
6
|
+
The version of the OpenAPI document: 0.3.0
|
|
7
7
|
Contact: api@factset.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
{fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.1.0}/fds/sdk/VectorData/model/source_response.py
RENAMED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
The Vector Data API provides streamlined access to vector data through its defined endpoints. It supports functionalities such as: Retrieving detailed vector data based on user-defined parameters. Efficiently processing associated text data for enhanced performance. This API is designed to enable developers to integrate vector data into their applications, ensuring flexibility and performance while leveraging the specified endpoint functionalities. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 0.
|
|
6
|
+
The version of the OpenAPI document: 0.3.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
|
The Vector Data API provides streamlined access to vector data through its defined endpoints. It supports functionalities such as: Retrieving detailed vector data based on user-defined parameters. Efficiently processing associated text data for enhanced performance. This API is designed to enable developers to integrate vector data into their applications, ensuring flexibility and performance while leveraging the specified endpoint functionalities. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 0.
|
|
6
|
+
The version of the OpenAPI document: 0.3.0
|
|
7
7
|
Contact: api@factset.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
|
@@ -146,7 +146,7 @@ class Themes(ModelNormal):
|
|
|
146
146
|
_visited_composed_classes = (Animal,)
|
|
147
147
|
esg_theme (str): theme of the source.. [optional] # noqa: E501
|
|
148
148
|
search_concept (str): theme of the source.. [optional] # noqa: E501
|
|
149
|
-
sentiment (str):
|
|
149
|
+
sentiment (str): Sentiment is the measure of expressed attitude or opinion of the document, such as \"Negative\" or \"Very Positive\" etc.. [optional] # noqa: E501
|
|
150
150
|
"""
|
|
151
151
|
|
|
152
152
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -234,7 +234,7 @@ class Themes(ModelNormal):
|
|
|
234
234
|
_visited_composed_classes = (Animal,)
|
|
235
235
|
esg_theme (str): theme of the source.. [optional] # noqa: E501
|
|
236
236
|
search_concept (str): theme of the source.. [optional] # noqa: E501
|
|
237
|
-
sentiment (str):
|
|
237
|
+
sentiment (str): Sentiment is the measure of expressed attitude or opinion of the document, such as \"Negative\" or \"Very Positive\" etc.. [optional] # noqa: E501
|
|
238
238
|
"""
|
|
239
239
|
|
|
240
240
|
_check_type = kwargs.pop('_check_type', True)
|
{fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.1.0}/fds/sdk/VectorData/model/themes_response.py
RENAMED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
The Vector Data API provides streamlined access to vector data through its defined endpoints. It supports functionalities such as: Retrieving detailed vector data based on user-defined parameters. Efficiently processing associated text data for enhanced performance. This API is designed to enable developers to integrate vector data into their applications, ensuring flexibility and performance while leveraging the specified endpoint functionalities. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 0.
|
|
6
|
+
The version of the OpenAPI document: 0.3.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
|
The Vector Data API provides streamlined access to vector data through its defined endpoints. It supports functionalities such as: Retrieving detailed vector data based on user-defined parameters. Efficiently processing associated text data for enhanced performance. This API is designed to enable developers to integrate vector data into their applications, ensuring flexibility and performance while leveraging the specified endpoint functionalities. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 0.
|
|
6
|
+
The version of the OpenAPI document: 0.3.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
|
The Vector Data API provides streamlined access to vector data through its defined endpoints. It supports functionalities such as: Retrieving detailed vector data based on user-defined parameters. Efficiently processing associated text data for enhanced performance. This API is designed to enable developers to integrate vector data into their applications, ensuring flexibility and performance while leveraging the specified endpoint functionalities. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 0.
|
|
6
|
+
The version of the OpenAPI document: 0.3.0
|
|
7
7
|
Contact: api@factset.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
|
@@ -76,6 +76,10 @@ class VectorDataRequestData(ModelNormal):
|
|
|
76
76
|
'max_items': 5,
|
|
77
77
|
'min_items': 1,
|
|
78
78
|
},
|
|
79
|
+
('ids',): {
|
|
80
|
+
'max_items': 100,
|
|
81
|
+
'min_items': 1,
|
|
82
|
+
},
|
|
79
83
|
}
|
|
80
84
|
|
|
81
85
|
@cached_property
|
|
@@ -107,6 +111,8 @@ class VectorDataRequestData(ModelNormal):
|
|
|
107
111
|
'search_concept': ([str],), # noqa: E501
|
|
108
112
|
'sentiment': ([str],), # noqa: E501
|
|
109
113
|
'document_types': ([str],), # noqa: E501
|
|
114
|
+
'trimmed': (bool,), # noqa: E501
|
|
115
|
+
'ids': ([str],), # noqa: E501
|
|
110
116
|
}
|
|
111
117
|
|
|
112
118
|
@cached_property
|
|
@@ -123,6 +129,8 @@ class VectorDataRequestData(ModelNormal):
|
|
|
123
129
|
'search_concept': 'searchConcept', # noqa: E501
|
|
124
130
|
'sentiment': 'sentiment', # noqa: E501
|
|
125
131
|
'document_types': 'documentTypes', # noqa: E501
|
|
132
|
+
'trimmed': 'trimmed', # noqa: E501
|
|
133
|
+
'ids': 'ids', # noqa: E501
|
|
126
134
|
}
|
|
127
135
|
|
|
128
136
|
read_only_vars = {
|
|
@@ -174,8 +182,10 @@ class VectorDataRequestData(ModelNormal):
|
|
|
174
182
|
_visited_composed_classes = (Animal,)
|
|
175
183
|
esg_theme ([str]): The search to include any esg themes of given sources.. [optional] # noqa: E501
|
|
176
184
|
search_concept ([str]): The search to include any concept of given sources.. [optional] # noqa: E501
|
|
177
|
-
sentiment ([str]):
|
|
178
|
-
document_types ([str]): The search to include
|
|
185
|
+
sentiment ([str]): It is the measure of expressed attitude or opinion of the document, such as \"Negative\" or \"Very Positive\". Use the `/meta/themes` endpoint to get a list of all available sentiment values.. [optional] # noqa: E501
|
|
186
|
+
document_types ([str]): The search to include one valid document type for the provided sources.. [optional] # noqa: E501
|
|
187
|
+
trimmed (bool): Trimmed the vectors from response based on provided value - If **true**, the vectors has been trimmed. - If **false**, the vectors are been returned. . [optional] if omitted the server will use the default value of False # noqa: E501
|
|
188
|
+
ids ([str]): Requested symbols or securities. Each symbol can be a FactSet exchange symbol. [optional] # noqa: E501
|
|
179
189
|
"""
|
|
180
190
|
|
|
181
191
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -269,8 +279,10 @@ class VectorDataRequestData(ModelNormal):
|
|
|
269
279
|
_visited_composed_classes = (Animal,)
|
|
270
280
|
esg_theme ([str]): The search to include any esg themes of given sources.. [optional] # noqa: E501
|
|
271
281
|
search_concept ([str]): The search to include any concept of given sources.. [optional] # noqa: E501
|
|
272
|
-
sentiment ([str]):
|
|
273
|
-
document_types ([str]): The search to include
|
|
282
|
+
sentiment ([str]): It is the measure of expressed attitude or opinion of the document, such as \"Negative\" or \"Very Positive\". Use the `/meta/themes` endpoint to get a list of all available sentiment values.. [optional] # noqa: E501
|
|
283
|
+
document_types ([str]): The search to include one valid document type for the provided sources.. [optional] # noqa: E501
|
|
284
|
+
trimmed (bool): Trimmed the vectors from response based on provided value - If **true**, the vectors has been trimmed. - If **false**, the vectors are been returned. . [optional] if omitted the server will use the default value of False # noqa: E501
|
|
285
|
+
ids ([str]): Requested symbols or securities. Each symbol can be a FactSet exchange symbol. [optional] # noqa: E501
|
|
274
286
|
"""
|
|
275
287
|
|
|
276
288
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
The Vector Data API provides streamlined access to vector data through its defined endpoints. It supports functionalities such as: Retrieving detailed vector data based on user-defined parameters. Efficiently processing associated text data for enhanced performance. This API is designed to enable developers to integrate vector data into their applications, ensuring flexibility and performance while leveraging the specified endpoint functionalities. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 0.
|
|
6
|
+
The version of the OpenAPI document: 0.3.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
|
The Vector Data API provides streamlined access to vector data through its defined endpoints. It supports functionalities such as: Retrieving detailed vector data based on user-defined parameters. Efficiently processing associated text data for enhanced performance. This API is designed to enable developers to integrate vector data into their applications, ensuring flexibility and performance while leveraging the specified endpoint functionalities. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 0.
|
|
6
|
+
The version of the OpenAPI document: 0.3.0
|
|
7
7
|
Contact: api@factset.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
|
@@ -135,7 +135,7 @@ class VectorDataResponseMeta(ModelNormal):
|
|
|
135
135
|
Animal class but this time we won't travel
|
|
136
136
|
through its discriminator because we passed in
|
|
137
137
|
_visited_composed_classes = (Animal,)
|
|
138
|
-
number_of_results (int): Number of results
|
|
138
|
+
number_of_results (int): Number of results returned.. [optional] # noqa: E501
|
|
139
139
|
"""
|
|
140
140
|
|
|
141
141
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -217,7 +217,7 @@ class VectorDataResponseMeta(ModelNormal):
|
|
|
217
217
|
Animal class but this time we won't travel
|
|
218
218
|
through its discriminator because we passed in
|
|
219
219
|
_visited_composed_classes = (Animal,)
|
|
220
|
-
number_of_results (int): Number of results
|
|
220
|
+
number_of_results (int): Number of results returned.. [optional] # noqa: E501
|
|
221
221
|
"""
|
|
222
222
|
|
|
223
223
|
_check_type = kwargs.pop('_check_type', True)
|
{fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.1.0}/fds/sdk/VectorData/model/vector_data_result.py
RENAMED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
The Vector Data API provides streamlined access to vector data through its defined endpoints. It supports functionalities such as: Retrieving detailed vector data based on user-defined parameters. Efficiently processing associated text data for enhanced performance. This API is designed to enable developers to integrate vector data into their applications, ensuring flexibility and performance while leveraging the specified endpoint functionalities. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 0.
|
|
6
|
+
The version of the OpenAPI document: 0.3.0
|
|
7
7
|
Contact: api@factset.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
|
@@ -93,6 +93,8 @@ class VectorDataResult(ModelNormal):
|
|
|
93
93
|
'_property': (str,), # noqa: E501
|
|
94
94
|
'type': (str,), # noqa: E501
|
|
95
95
|
'ids': ([str],), # noqa: E501
|
|
96
|
+
'trimmed': (bool,), # noqa: E501
|
|
97
|
+
'sentiment': (str,), # noqa: E501
|
|
96
98
|
}
|
|
97
99
|
|
|
98
100
|
@cached_property
|
|
@@ -112,6 +114,8 @@ class VectorDataResult(ModelNormal):
|
|
|
112
114
|
'_property': 'property', # noqa: E501
|
|
113
115
|
'type': 'type', # noqa: E501
|
|
114
116
|
'ids': 'ids', # noqa: E501
|
|
117
|
+
'trimmed': 'trimmed', # noqa: E501
|
|
118
|
+
'sentiment': 'sentiment', # noqa: E501
|
|
115
119
|
}
|
|
116
120
|
|
|
117
121
|
read_only_vars = {
|
|
@@ -156,7 +160,7 @@ class VectorDataResult(ModelNormal):
|
|
|
156
160
|
through its discriminator because we passed in
|
|
157
161
|
_visited_composed_classes = (Animal,)
|
|
158
162
|
vector ([str]): Chuncked emedding vector.. [optional] # noqa: E501
|
|
159
|
-
vector_id (str): Unique identifier
|
|
163
|
+
vector_id (str): Unique vector identifier associated with the document.. [optional] # noqa: E501
|
|
160
164
|
similarity_score (float): Score indicating the similarity.. [optional] # noqa: E501
|
|
161
165
|
story_date (date): Date associated with the story.. [optional] # noqa: E501
|
|
162
166
|
themes (str): Theme of the document.. [optional] # noqa: E501
|
|
@@ -166,6 +170,8 @@ class VectorDataResult(ModelNormal):
|
|
|
166
170
|
_property (str): The name of the schema.. [optional] # noqa: E501
|
|
167
171
|
type (str): The type of the schema.. [optional] # noqa: E501
|
|
168
172
|
ids ([str]): List of related IDs.. [optional] # noqa: E501
|
|
173
|
+
trimmed (bool): Trimmed attribute indicates whether the vectors are trimmed or not. - If **true**, the vectors has been trimmed. - If **false**, the vectors are been returned. . [optional] # noqa: E501
|
|
174
|
+
sentiment (str): Sentiment is the measure of expressed attitude or opinion of the document, such as \"Negative\" or \"Very Positive\". The `/meta/themes` endpoint gives list of all available sentiment values.. [optional] # noqa: E501
|
|
169
175
|
"""
|
|
170
176
|
|
|
171
177
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -248,7 +254,7 @@ class VectorDataResult(ModelNormal):
|
|
|
248
254
|
through its discriminator because we passed in
|
|
249
255
|
_visited_composed_classes = (Animal,)
|
|
250
256
|
vector ([str]): Chuncked emedding vector.. [optional] # noqa: E501
|
|
251
|
-
vector_id (str): Unique identifier
|
|
257
|
+
vector_id (str): Unique vector identifier associated with the document.. [optional] # noqa: E501
|
|
252
258
|
similarity_score (float): Score indicating the similarity.. [optional] # noqa: E501
|
|
253
259
|
story_date (date): Date associated with the story.. [optional] # noqa: E501
|
|
254
260
|
themes (str): Theme of the document.. [optional] # noqa: E501
|
|
@@ -258,6 +264,8 @@ class VectorDataResult(ModelNormal):
|
|
|
258
264
|
_property (str): The name of the schema.. [optional] # noqa: E501
|
|
259
265
|
type (str): The type of the schema.. [optional] # noqa: E501
|
|
260
266
|
ids ([str]): List of related IDs.. [optional] # noqa: E501
|
|
267
|
+
trimmed (bool): Trimmed attribute indicates whether the vectors are trimmed or not. - If **true**, the vectors has been trimmed. - If **false**, the vectors are been returned. . [optional] # noqa: E501
|
|
268
|
+
sentiment (str): Sentiment is the measure of expressed attitude or opinion of the document, such as \"Negative\" or \"Very Positive\". The `/meta/themes` endpoint gives list of all available sentiment values.. [optional] # noqa: E501
|
|
261
269
|
"""
|
|
262
270
|
|
|
263
271
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
The Vector Data API provides streamlined access to vector data through its defined endpoints. It supports functionalities such as: Retrieving detailed vector data based on user-defined parameters. Efficiently processing associated text data for enhanced performance. This API is designed to enable developers to integrate vector data into their applications, ensuring flexibility and performance while leveraging the specified endpoint functionalities. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 0.
|
|
6
|
+
The version of the OpenAPI document: 0.3.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
|
The Vector Data API provides streamlined access to vector data through its defined endpoints. It supports functionalities such as: Retrieving detailed vector data based on user-defined parameters. Efficiently processing associated text data for enhanced performance. This API is designed to enable developers to integrate vector data into their applications, ensuring flexibility and performance while leveraging the specified endpoint functionalities. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 0.
|
|
6
|
+
The version of the OpenAPI document: 0.3.0
|
|
7
7
|
Contact: api@factset.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: fds.sdk.VectorData
|
|
3
|
-
Version: 0.0
|
|
3
|
+
Version: 0.1.0
|
|
4
4
|
Summary: Vector Data client library for Python
|
|
5
5
|
Home-page: https://github.com/FactSet/enterprise-sdk/tree/main/code/python/VectorData/v0
|
|
6
6
|
Author: FactSet Research Systems
|
|
7
7
|
License: Apache License, Version 2.0
|
|
8
8
|
Keywords: FactSet,API,SDK
|
|
9
|
-
Requires-Python: >=3.
|
|
9
|
+
Requires-Python: >=3.10
|
|
10
10
|
Description-Content-Type: text/markdown
|
|
11
11
|
License-File: LICENSE
|
|
12
|
-
Requires-Dist: urllib3>=
|
|
13
|
-
Requires-Dist: python-dateutil
|
|
12
|
+
Requires-Dist: urllib3>=2.7.0
|
|
13
|
+
Requires-Dist: python-dateutil>=2.9.0.post0
|
|
14
14
|
Requires-Dist: fds.sdk.utils>=1.0.0
|
|
15
15
|
Dynamic: author
|
|
16
16
|
Dynamic: description
|
|
@@ -27,8 +27,8 @@ Dynamic: summary
|
|
|
27
27
|
|
|
28
28
|
# Vector Data client library for Python
|
|
29
29
|
|
|
30
|
-
[](https://developer.factset.com/api-catalog/vector-data-api)
|
|
31
|
+
[](https://pypi.org/project/fds.sdk.VectorData/v/0.1.0)
|
|
32
32
|
[](https://www.apache.org/licenses/LICENSE-2.0)
|
|
33
33
|
|
|
34
34
|
The Vector Data API provides streamlined access to vector data through its defined endpoints. It supports functionalities such as:
|
|
@@ -38,8 +38,8 @@ This API is designed to enable developers to integrate vector data into their ap
|
|
|
38
38
|
|
|
39
39
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
40
40
|
|
|
41
|
-
- API version: 0.
|
|
42
|
-
- SDK version: 0.0
|
|
41
|
+
- API version: 0.3.0
|
|
42
|
+
- SDK version: 0.1.0
|
|
43
43
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
44
44
|
|
|
45
45
|
For more information, please visit [https://developer.factset.com/contact](https://developer.factset.com/contact)
|
|
@@ -53,24 +53,24 @@ For more information, please visit [https://developer.factset.com/contact](https
|
|
|
53
53
|
### Poetry
|
|
54
54
|
|
|
55
55
|
```shell
|
|
56
|
-
poetry add fds.sdk.utils fds.sdk.VectorData==0.0
|
|
56
|
+
poetry add fds.sdk.utils fds.sdk.VectorData==0.1.0
|
|
57
57
|
```
|
|
58
58
|
|
|
59
59
|
### pip
|
|
60
60
|
|
|
61
61
|
```shell
|
|
62
|
-
pip install fds.sdk.utils fds.sdk.VectorData==0.0
|
|
62
|
+
pip install fds.sdk.utils fds.sdk.VectorData==0.1.0
|
|
63
63
|
```
|
|
64
64
|
|
|
65
65
|
## Usage
|
|
66
66
|
|
|
67
67
|
1. [Generate authentication credentials](../../../../README.md#authentication).
|
|
68
68
|
2. Setup Python environment.
|
|
69
|
-
1. Install and activate python 3.
|
|
69
|
+
1. Install and activate python 3.10+. If you're using [pyenv](https://github.com/pyenv/pyenv):
|
|
70
70
|
|
|
71
71
|
```sh
|
|
72
|
-
pyenv install 3.
|
|
73
|
-
pyenv shell 3.
|
|
72
|
+
pyenv install 3.10.0
|
|
73
|
+
pyenv shell 3.10.0
|
|
74
74
|
```
|
|
75
75
|
|
|
76
76
|
2. (optional) [Install poetry](https://python-poetry.org/docs/#installation).
|
|
@@ -333,7 +333,7 @@ Please refer to the [contributing guide](../../../../CONTRIBUTING.md).
|
|
|
333
333
|
|
|
334
334
|
## Copyright
|
|
335
335
|
|
|
336
|
-
Copyright
|
|
336
|
+
Copyright 2026 FactSet Research Systems Inc
|
|
337
337
|
|
|
338
338
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
339
339
|
you may not use this file except in compliance with the License.
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
The Vector Data API provides streamlined access to vector data through its defined endpoints. It supports functionalities such as: Retrieving detailed vector data based on user-defined parameters. Efficiently processing associated text data for enhanced performance. This API is designed to enable developers to integrate vector data into their applications, ensuring flexibility and performance while leveraging the specified endpoint functionalities. # noqa: E501
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 0.
|
|
6
|
+
The version of the OpenAPI document: 0.3.0
|
|
7
7
|
Contact: api@factset.com
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
"""
|
|
@@ -16,7 +16,7 @@ def read(filename):
|
|
|
16
16
|
return open(os.path.join(os.path.dirname(__file__), filename)).read()
|
|
17
17
|
|
|
18
18
|
NAME = "fds.sdk.VectorData"
|
|
19
|
-
VERSION = "0.0
|
|
19
|
+
VERSION = "0.1.0"
|
|
20
20
|
# To install the library, run the following
|
|
21
21
|
#
|
|
22
22
|
# python setup.py install
|
|
@@ -25,8 +25,8 @@ VERSION = "0.0.2"
|
|
|
25
25
|
# http://pypi.python.org/pypi/setuptools
|
|
26
26
|
|
|
27
27
|
REQUIRES = [
|
|
28
|
-
"urllib3 >=
|
|
29
|
-
"python-dateutil",
|
|
28
|
+
"urllib3 >= 2.7.0",
|
|
29
|
+
"python-dateutil >= 2.9.0.post0",
|
|
30
30
|
"fds.sdk.utils >= 1.0.0",
|
|
31
31
|
]
|
|
32
32
|
|
|
@@ -37,7 +37,7 @@ setup(
|
|
|
37
37
|
author="FactSet Research Systems",
|
|
38
38
|
url="https://github.com/FactSet/enterprise-sdk/tree/main/code/python/VectorData/v0",
|
|
39
39
|
keywords=["FactSet", "API", "SDK"],
|
|
40
|
-
python_requires=">=3.
|
|
40
|
+
python_requires=">=3.10",
|
|
41
41
|
install_requires=REQUIRES,
|
|
42
42
|
packages=find_packages(exclude=["test", "tests"]),
|
|
43
43
|
include_package_data=True,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.1.0}/fds.sdk.VectorData.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{fds_sdk_vectordata-0.0.2 → fds_sdk_vectordata-0.1.0}/fds.sdk.VectorData.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|