fds.sdk.FactSetEntity 1.2.0__tar.gz → 2.0.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.FactSetEntity-1.2.0 → fds_sdk_factsetentity-2.0.0}/PKG-INFO +24 -14
- {fds.sdk.FactSetEntity-1.2.0 → fds_sdk_factsetentity-2.0.0}/README.md +8 -8
- {fds.sdk.FactSetEntity-1.2.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/__init__.py +1 -1
- {fds.sdk.FactSetEntity-1.2.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/api/entity_securities_api.py +7 -4
- {fds.sdk.FactSetEntity-1.2.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/api_client.py +1 -1
- {fds.sdk.FactSetEntity-1.2.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/configuration.py +1 -1
- {fds.sdk.FactSetEntity-1.2.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/model/security_type.py +7 -4
- {fds.sdk.FactSetEntity-1.2.0 → fds_sdk_factsetentity-2.0.0}/fds.sdk.FactSetEntity.egg-info/PKG-INFO +24 -14
- fds_sdk_factsetentity-2.0.0/fds.sdk.FactSetEntity.egg-info/requires.txt +3 -0
- {fds.sdk.FactSetEntity-1.2.0 → fds_sdk_factsetentity-2.0.0}/setup.py +4 -4
- fds.sdk.FactSetEntity-1.2.0/fds.sdk.FactSetEntity.egg-info/requires.txt +0 -3
- {fds.sdk.FactSetEntity-1.2.0 → fds_sdk_factsetentity-2.0.0}/LICENSE +0 -0
- {fds.sdk.FactSetEntity-1.2.0 → fds_sdk_factsetentity-2.0.0}/fds/__init__.py +0 -0
- {fds.sdk.FactSetEntity-1.2.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/api/__init__.py +0 -0
- {fds.sdk.FactSetEntity-1.2.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/api/entity_reference_api.py +0 -0
- {fds.sdk.FactSetEntity-1.2.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/api/entity_reference_chinese_api.py +0 -0
- {fds.sdk.FactSetEntity-1.2.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/api/entity_structure_api.py +0 -0
- {fds.sdk.FactSetEntity-1.2.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/api/historical_credit_parent_api.py +0 -0
- {fds.sdk.FactSetEntity-1.2.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/apis/__init__.py +0 -0
- {fds.sdk.FactSetEntity-1.2.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/exceptions.py +0 -0
- {fds.sdk.FactSetEntity-1.2.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/model/__init__.py +0 -0
- {fds.sdk.FactSetEntity-1.2.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/model/active.py +0 -0
- {fds.sdk.FactSetEntity-1.2.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/model/credit_parent.py +0 -0
- {fds.sdk.FactSetEntity-1.2.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/model/credit_parent_request.py +0 -0
- {fds.sdk.FactSetEntity-1.2.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/model/credit_parent_response.py +0 -0
- {fds.sdk.FactSetEntity-1.2.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/model/entity_reference.py +0 -0
- {fds.sdk.FactSetEntity-1.2.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/model/entity_reference_chi.py +0 -0
- {fds.sdk.FactSetEntity-1.2.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/model/entity_reference_chi_request.py +0 -0
- {fds.sdk.FactSetEntity-1.2.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/model/entity_reference_chi_response.py +0 -0
- {fds.sdk.FactSetEntity-1.2.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/model/entity_reference_request.py +0 -0
- {fds.sdk.FactSetEntity-1.2.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/model/entity_reference_response.py +0 -0
- {fds.sdk.FactSetEntity-1.2.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/model/entity_securities.py +0 -0
- {fds.sdk.FactSetEntity-1.2.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/model/entity_securities_request.py +0 -0
- {fds.sdk.FactSetEntity-1.2.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/model/entity_securities_response.py +0 -0
- {fds.sdk.FactSetEntity-1.2.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/model/entity_structure.py +0 -0
- {fds.sdk.FactSetEntity-1.2.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/model/entity_structure_request.py +0 -0
- {fds.sdk.FactSetEntity-1.2.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/model/entity_structure_response.py +0 -0
- {fds.sdk.FactSetEntity-1.2.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/model/error_response.py +0 -0
- {fds.sdk.FactSetEntity-1.2.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/model/error_response_sub_errors.py +0 -0
- {fds.sdk.FactSetEntity-1.2.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/model/hcp_ids.py +0 -0
- {fds.sdk.FactSetEntity-1.2.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/model/ids.py +0 -0
- {fds.sdk.FactSetEntity-1.2.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/model/ids_chi.py +0 -0
- {fds.sdk.FactSetEntity-1.2.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/model/structure_ids.py +0 -0
- {fds.sdk.FactSetEntity-1.2.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/model/ultimate_entity_structure_request.py +0 -0
- {fds.sdk.FactSetEntity-1.2.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/model/ultimate_entity_structure_response.py +0 -0
- {fds.sdk.FactSetEntity-1.2.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/model/utlimate_entity_structure.py +0 -0
- {fds.sdk.FactSetEntity-1.2.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/model_utils.py +0 -0
- {fds.sdk.FactSetEntity-1.2.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/models/__init__.py +0 -0
- {fds.sdk.FactSetEntity-1.2.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/rest.py +0 -0
- {fds.sdk.FactSetEntity-1.2.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/__init__.py +0 -0
- {fds.sdk.FactSetEntity-1.2.0 → fds_sdk_factsetentity-2.0.0}/fds.sdk.FactSetEntity.egg-info/SOURCES.txt +0 -0
- {fds.sdk.FactSetEntity-1.2.0 → fds_sdk_factsetentity-2.0.0}/fds.sdk.FactSetEntity.egg-info/dependency_links.txt +0 -0
- {fds.sdk.FactSetEntity-1.2.0 → fds_sdk_factsetentity-2.0.0}/fds.sdk.FactSetEntity.egg-info/top_level.txt +0 -0
- {fds.sdk.FactSetEntity-1.2.0 → fds_sdk_factsetentity-2.0.0}/setup.cfg +0 -0
|
@@ -1,22 +1,34 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: fds.sdk.FactSetEntity
|
|
3
|
-
Version:
|
|
3
|
+
Version: 2.0.0
|
|
4
4
|
Summary: FactSet Entity client library for Python
|
|
5
5
|
Home-page: https://github.com/FactSet/enterprise-sdk/tree/main/code/python/FactSetEntity/v1
|
|
6
6
|
Author: FactSet Research Systems
|
|
7
7
|
License: Apache License, Version 2.0
|
|
8
8
|
Keywords: FactSet,API,SDK
|
|
9
|
-
|
|
10
|
-
Requires-Python: >=3.7
|
|
9
|
+
Requires-Python: >=3.10
|
|
11
10
|
Description-Content-Type: text/markdown
|
|
12
11
|
License-File: LICENSE
|
|
12
|
+
Requires-Dist: urllib3>=2.7.0
|
|
13
|
+
Requires-Dist: python-dateutil>=2.9.0.post0
|
|
14
|
+
Requires-Dist: fds.sdk.utils>=1.0.0
|
|
15
|
+
Dynamic: author
|
|
16
|
+
Dynamic: description
|
|
17
|
+
Dynamic: description-content-type
|
|
18
|
+
Dynamic: home-page
|
|
19
|
+
Dynamic: keywords
|
|
20
|
+
Dynamic: license
|
|
21
|
+
Dynamic: license-file
|
|
22
|
+
Dynamic: requires-dist
|
|
23
|
+
Dynamic: requires-python
|
|
24
|
+
Dynamic: summary
|
|
13
25
|
|
|
14
26
|
[](https://www.factset.com)
|
|
15
27
|
|
|
16
28
|
# FactSet Entity client library for Python
|
|
17
29
|
|
|
18
30
|
[]()
|
|
19
|
-
[](https://pypi.org/project/fds.sdk.FactSetEntity/v/2.0.0)
|
|
20
32
|
[](https://www.apache.org/licenses/LICENSE-2.0)
|
|
21
33
|
|
|
22
34
|
Using an entity centric data model, FactSet's Entity API provides access to
|
|
@@ -28,7 +40,7 @@ information to a master entity identifier. Use this API to quickly understand th
|
|
|
28
40
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
29
41
|
|
|
30
42
|
- API version: 1.5.0
|
|
31
|
-
- SDK version:
|
|
43
|
+
- SDK version: 2.0.0
|
|
32
44
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
33
45
|
|
|
34
46
|
## Requirements
|
|
@@ -40,24 +52,24 @@ This Python package is automatically generated by the [OpenAPI Generator](https:
|
|
|
40
52
|
### Poetry
|
|
41
53
|
|
|
42
54
|
```shell
|
|
43
|
-
poetry add fds.sdk.utils fds.sdk.FactSetEntity==
|
|
55
|
+
poetry add fds.sdk.utils fds.sdk.FactSetEntity==2.0.0
|
|
44
56
|
```
|
|
45
57
|
|
|
46
58
|
### pip
|
|
47
59
|
|
|
48
60
|
```shell
|
|
49
|
-
pip install fds.sdk.utils fds.sdk.FactSetEntity==
|
|
61
|
+
pip install fds.sdk.utils fds.sdk.FactSetEntity==2.0.0
|
|
50
62
|
```
|
|
51
63
|
|
|
52
64
|
## Usage
|
|
53
65
|
|
|
54
66
|
1. [Generate authentication credentials](../../../../README.md#authentication).
|
|
55
67
|
2. Setup Python environment.
|
|
56
|
-
1. Install and activate python 3.
|
|
68
|
+
1. Install and activate python 3.10+. If you're using [pyenv](https://github.com/pyenv/pyenv):
|
|
57
69
|
|
|
58
70
|
```sh
|
|
59
|
-
pyenv install 3.
|
|
60
|
-
pyenv shell 3.
|
|
71
|
+
pyenv install 3.10.0
|
|
72
|
+
pyenv shell 3.10.0
|
|
61
73
|
```
|
|
62
74
|
|
|
63
75
|
2. (optional) [Install poetry](https://python-poetry.org/docs/#installation).
|
|
@@ -330,7 +342,7 @@ Please refer to the [contributing guide](../../../../CONTRIBUTING.md).
|
|
|
330
342
|
|
|
331
343
|
## Copyright
|
|
332
344
|
|
|
333
|
-
Copyright
|
|
345
|
+
Copyright 2026 FactSet Research Systems Inc
|
|
334
346
|
|
|
335
347
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
336
348
|
you may not use this file except in compliance with the License.
|
|
@@ -344,5 +356,3 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
344
356
|
See the License for the specific language governing permissions and
|
|
345
357
|
limitations under the License.
|
|
346
358
|
|
|
347
|
-
|
|
348
|
-
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
# FactSet Entity client library for Python
|
|
4
4
|
|
|
5
5
|
[]()
|
|
6
|
-
[](https://pypi.org/project/fds.sdk.FactSetEntity/v/2.0.0)
|
|
7
7
|
[](https://www.apache.org/licenses/LICENSE-2.0)
|
|
8
8
|
|
|
9
9
|
Using an entity centric data model, FactSet's Entity API provides access to
|
|
@@ -15,7 +15,7 @@ information to a master entity identifier. Use this API to quickly understand th
|
|
|
15
15
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
16
16
|
|
|
17
17
|
- API version: 1.5.0
|
|
18
|
-
- SDK version:
|
|
18
|
+
- SDK version: 2.0.0
|
|
19
19
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
20
20
|
|
|
21
21
|
## Requirements
|
|
@@ -27,24 +27,24 @@ This Python package is automatically generated by the [OpenAPI Generator](https:
|
|
|
27
27
|
### Poetry
|
|
28
28
|
|
|
29
29
|
```shell
|
|
30
|
-
poetry add fds.sdk.utils fds.sdk.FactSetEntity==
|
|
30
|
+
poetry add fds.sdk.utils fds.sdk.FactSetEntity==2.0.0
|
|
31
31
|
```
|
|
32
32
|
|
|
33
33
|
### pip
|
|
34
34
|
|
|
35
35
|
```shell
|
|
36
|
-
pip install fds.sdk.utils fds.sdk.FactSetEntity==
|
|
36
|
+
pip install fds.sdk.utils fds.sdk.FactSetEntity==2.0.0
|
|
37
37
|
```
|
|
38
38
|
|
|
39
39
|
## Usage
|
|
40
40
|
|
|
41
41
|
1. [Generate authentication credentials](../../../../README.md#authentication).
|
|
42
42
|
2. Setup Python environment.
|
|
43
|
-
1. Install and activate python 3.
|
|
43
|
+
1. Install and activate python 3.10+. If you're using [pyenv](https://github.com/pyenv/pyenv):
|
|
44
44
|
|
|
45
45
|
```sh
|
|
46
|
-
pyenv install 3.
|
|
47
|
-
pyenv shell 3.
|
|
46
|
+
pyenv install 3.10.0
|
|
47
|
+
pyenv shell 3.10.0
|
|
48
48
|
```
|
|
49
49
|
|
|
50
50
|
2. (optional) [Install poetry](https://python-poetry.org/docs/#installation).
|
|
@@ -317,7 +317,7 @@ Please refer to the [contributing guide](../../../../CONTRIBUTING.md).
|
|
|
317
317
|
|
|
318
318
|
## Copyright
|
|
319
319
|
|
|
320
|
-
Copyright
|
|
320
|
+
Copyright 2026 FactSet Research Systems Inc
|
|
321
321
|
|
|
322
322
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
323
323
|
you may not use this file except in compliance with the License.
|
|
@@ -89,6 +89,9 @@ class EntitySecuritiesApi(object):
|
|
|
89
89
|
('security_type',): {
|
|
90
90
|
|
|
91
91
|
"EQ": "EQ",
|
|
92
|
+
"AEQ": "AEQ",
|
|
93
|
+
"PR": "PR",
|
|
94
|
+
"F": "F",
|
|
92
95
|
"FI": "FI",
|
|
93
96
|
"ALL": "ALL"
|
|
94
97
|
},
|
|
@@ -205,7 +208,7 @@ class EntitySecuritiesApi(object):
|
|
|
205
208
|
ids ([str]): The requested Market Identifier. Accepted input identifiers include Ticker-Exchange, Ticker-Regions, CUSIPs, ISINs, SEDOLs, or FactSet Permanent Ids, such as -R, -L, or -E.<p>**Max Ids Limit set to 3000 in a single request**</p> *<p>Make note, GET Method URL request lines are also limited to a total length of 8192 bytes (8KB). In cases where the service allows for thousands of ids, which may lead to exceeding this request line limit of 8KB, its advised for any requests with large request lines to be requested through the respective \\\"POST\\\" method.</p>*
|
|
206
209
|
|
|
207
210
|
Keyword Args:
|
|
208
|
-
security_type (str):
|
|
211
|
+
security_type (str): The category describes which security types will be returned in the response. Defined as: * **EQ** = All related traded equity listings * **AEQ** = All active traded and non-traded equity listings * **PR** = All active preferred securities * **F** = All active funds * **FI** = All debt instruments * **ALL** = All related traded equity listings and debt . [optional] if omitted the server will use the default value of "EQ"
|
|
209
212
|
_preload_content (bool): if False, the urllib3.HTTPResponse object
|
|
210
213
|
will be returned without reading/decoding response data.
|
|
211
214
|
Default is True. NOTE: if this API returns a file, it is the responsibility
|
|
@@ -253,7 +256,7 @@ class EntitySecuritiesApi(object):
|
|
|
253
256
|
ids ([str]): The requested Market Identifier. Accepted input identifiers include Ticker-Exchange, Ticker-Regions, CUSIPs, ISINs, SEDOLs, or FactSet Permanent Ids, such as -R, -L, or -E.<p>**Max Ids Limit set to 3000 in a single request**</p> *<p>Make note, GET Method URL request lines are also limited to a total length of 8192 bytes (8KB). In cases where the service allows for thousands of ids, which may lead to exceeding this request line limit of 8KB, its advised for any requests with large request lines to be requested through the respective \\\"POST\\\" method.</p>*
|
|
254
257
|
|
|
255
258
|
Keyword Args:
|
|
256
|
-
security_type (str):
|
|
259
|
+
security_type (str): The category describes which security types will be returned in the response. Defined as: * **EQ** = All related traded equity listings * **AEQ** = All active traded and non-traded equity listings * **PR** = All active preferred securities * **F** = All active funds * **FI** = All debt instruments * **ALL** = All related traded equity listings and debt . [optional] if omitted the server will use the default value of "EQ"
|
|
257
260
|
_preload_content (bool): if False, the urllib3.HTTPResponse object
|
|
258
261
|
will be returned without reading/decoding response data.
|
|
259
262
|
Default is True. NOTE: if this API returns a file, it is the responsibility
|
|
@@ -305,7 +308,7 @@ class EntitySecuritiesApi(object):
|
|
|
305
308
|
ids ([str]): The requested Market Identifier. Accepted input identifiers include Ticker-Exchange, Ticker-Regions, CUSIPs, ISINs, SEDOLs, or FactSet Permanent Ids, such as -R, -L, or -E.<p>**Max Ids Limit set to 3000 in a single request**</p> *<p>Make note, GET Method URL request lines are also limited to a total length of 8192 bytes (8KB). In cases where the service allows for thousands of ids, which may lead to exceeding this request line limit of 8KB, its advised for any requests with large request lines to be requested through the respective \\\"POST\\\" method.</p>*
|
|
306
309
|
|
|
307
310
|
Keyword Args:
|
|
308
|
-
security_type (str):
|
|
311
|
+
security_type (str): The category describes which security types will be returned in the response. Defined as: * **EQ** = All related traded equity listings * **AEQ** = All active traded and non-traded equity listings * **PR** = All active preferred securities * **F** = All active funds * **FI** = All debt instruments * **ALL** = All related traded equity listings and debt . [optional] if omitted the server will use the default value of "EQ"
|
|
309
312
|
_preload_content (bool): if False, the urllib3.HTTPResponse object
|
|
310
313
|
will be returned without reading/decoding response data.
|
|
311
314
|
Default is True. NOTE: if this API returns a file, it is the responsibility
|
|
@@ -352,7 +355,7 @@ class EntitySecuritiesApi(object):
|
|
|
352
355
|
ids ([str]): The requested Market Identifier. Accepted input identifiers include Ticker-Exchange, Ticker-Regions, CUSIPs, ISINs, SEDOLs, or FactSet Permanent Ids, such as -R, -L, or -E.<p>**Max Ids Limit set to 3000 in a single request**</p> *<p>Make note, GET Method URL request lines are also limited to a total length of 8192 bytes (8KB). In cases where the service allows for thousands of ids, which may lead to exceeding this request line limit of 8KB, its advised for any requests with large request lines to be requested through the respective \\\"POST\\\" method.</p>*
|
|
353
356
|
|
|
354
357
|
Keyword Args:
|
|
355
|
-
security_type (str):
|
|
358
|
+
security_type (str): The category describes which security types will be returned in the response. Defined as: * **EQ** = All related traded equity listings * **AEQ** = All active traded and non-traded equity listings * **PR** = All active preferred securities * **F** = All active funds * **FI** = All debt instruments * **ALL** = All related traded equity listings and debt . [optional] if omitted the server will use the default value of "EQ"
|
|
356
359
|
_preload_content (bool): if False, the urllib3.HTTPResponse object
|
|
357
360
|
will be returned without reading/decoding response data.
|
|
358
361
|
Default is True. NOTE: if this API returns a file, it is the responsibility
|
{fds.sdk.FactSetEntity-1.2.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/api_client.py
RENAMED
|
@@ -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/FactSetEntity/
|
|
119
|
+
self.user_agent = f'fds-sdk/python/FactSetEntity/2.0.0 ({platform.system()}, Python {platform.python_version()})'
|
|
120
120
|
|
|
121
121
|
def __enter__(self):
|
|
122
122
|
return self
|
{fds.sdk.FactSetEntity-1.2.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/configuration.py
RENAMED
|
@@ -430,7 +430,7 @@ conf = fds.sdk.FactSetEntity.Configuration(
|
|
|
430
430
|
"OS: {env}\n"\
|
|
431
431
|
"Python Version: {pyversion}\n"\
|
|
432
432
|
"Version of the API: 1.5.0\n"\
|
|
433
|
-
"SDK Package Version:
|
|
433
|
+
"SDK Package Version: 2.0.0".\
|
|
434
434
|
format(env=sys.platform, pyversion=sys.version)
|
|
435
435
|
|
|
436
436
|
def get_host_settings(self):
|
|
@@ -54,6 +54,9 @@ class SecurityType(ModelSimple):
|
|
|
54
54
|
allowed_values = {
|
|
55
55
|
('value',): {
|
|
56
56
|
'EQ': "EQ",
|
|
57
|
+
'AEQ': "AEQ",
|
|
58
|
+
'PR': "PR",
|
|
59
|
+
'F': "F",
|
|
57
60
|
'FI': "FI",
|
|
58
61
|
'ALL': "ALL",
|
|
59
62
|
|
|
@@ -109,10 +112,10 @@ class SecurityType(ModelSimple):
|
|
|
109
112
|
Note that value can be passed either in args or in kwargs, but not in both.
|
|
110
113
|
|
|
111
114
|
Args:
|
|
112
|
-
args[0] (str):
|
|
115
|
+
args[0] (str): The category describes which security types will be returned in the response. Defined as: * **EQ** = All related traded equity listings * **AEQ** = All active traded and non-traded equity listings * **PR** = All active preferred securities * **F** = All active funds * **FI** = All debt instruments * **ALL** = All related traded equity listings and debt . if omitted defaults to "EQ", must be one of ["EQ", "AEQ", "PR", "F", "FI", "ALL", ] # noqa: E501
|
|
113
116
|
|
|
114
117
|
Keyword Args:
|
|
115
|
-
value (str):
|
|
118
|
+
value (str): The category describes which security types will be returned in the response. Defined as: * **EQ** = All related traded equity listings * **AEQ** = All active traded and non-traded equity listings * **PR** = All active preferred securities * **F** = All active funds * **FI** = All debt instruments * **ALL** = All related traded equity listings and debt . if omitted defaults to "EQ", must be one of ["EQ", "AEQ", "PR", "F", "FI", "ALL", ] # noqa: E501
|
|
116
119
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
117
120
|
will be type checked and a TypeError will be
|
|
118
121
|
raised if the wrong type is input.
|
|
@@ -195,10 +198,10 @@ class SecurityType(ModelSimple):
|
|
|
195
198
|
Note that value can be passed either in args or in kwargs, but not in both.
|
|
196
199
|
|
|
197
200
|
Args:
|
|
198
|
-
args[0] (str):
|
|
201
|
+
args[0] (str): The category describes which security types will be returned in the response. Defined as: * **EQ** = All related traded equity listings * **AEQ** = All active traded and non-traded equity listings * **PR** = All active preferred securities * **F** = All active funds * **FI** = All debt instruments * **ALL** = All related traded equity listings and debt . if omitted defaults to "EQ", must be one of ["EQ", "AEQ", "PR", "F", "FI", "ALL", ] # noqa: E501
|
|
199
202
|
|
|
200
203
|
Keyword Args:
|
|
201
|
-
value (str):
|
|
204
|
+
value (str): The category describes which security types will be returned in the response. Defined as: * **EQ** = All related traded equity listings * **AEQ** = All active traded and non-traded equity listings * **PR** = All active preferred securities * **F** = All active funds * **FI** = All debt instruments * **ALL** = All related traded equity listings and debt . if omitted defaults to "EQ", must be one of ["EQ", "AEQ", "PR", "F", "FI", "ALL", ] # noqa: E501
|
|
202
205
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
203
206
|
will be type checked and a TypeError will be
|
|
204
207
|
raised if the wrong type is input.
|
{fds.sdk.FactSetEntity-1.2.0 → fds_sdk_factsetentity-2.0.0}/fds.sdk.FactSetEntity.egg-info/PKG-INFO
RENAMED
|
@@ -1,22 +1,34 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: fds.sdk.FactSetEntity
|
|
3
|
-
Version:
|
|
3
|
+
Version: 2.0.0
|
|
4
4
|
Summary: FactSet Entity client library for Python
|
|
5
5
|
Home-page: https://github.com/FactSet/enterprise-sdk/tree/main/code/python/FactSetEntity/v1
|
|
6
6
|
Author: FactSet Research Systems
|
|
7
7
|
License: Apache License, Version 2.0
|
|
8
8
|
Keywords: FactSet,API,SDK
|
|
9
|
-
|
|
10
|
-
Requires-Python: >=3.7
|
|
9
|
+
Requires-Python: >=3.10
|
|
11
10
|
Description-Content-Type: text/markdown
|
|
12
11
|
License-File: LICENSE
|
|
12
|
+
Requires-Dist: urllib3>=2.7.0
|
|
13
|
+
Requires-Dist: python-dateutil>=2.9.0.post0
|
|
14
|
+
Requires-Dist: fds.sdk.utils>=1.0.0
|
|
15
|
+
Dynamic: author
|
|
16
|
+
Dynamic: description
|
|
17
|
+
Dynamic: description-content-type
|
|
18
|
+
Dynamic: home-page
|
|
19
|
+
Dynamic: keywords
|
|
20
|
+
Dynamic: license
|
|
21
|
+
Dynamic: license-file
|
|
22
|
+
Dynamic: requires-dist
|
|
23
|
+
Dynamic: requires-python
|
|
24
|
+
Dynamic: summary
|
|
13
25
|
|
|
14
26
|
[](https://www.factset.com)
|
|
15
27
|
|
|
16
28
|
# FactSet Entity client library for Python
|
|
17
29
|
|
|
18
30
|
[]()
|
|
19
|
-
[](https://pypi.org/project/fds.sdk.FactSetEntity/v/2.0.0)
|
|
20
32
|
[](https://www.apache.org/licenses/LICENSE-2.0)
|
|
21
33
|
|
|
22
34
|
Using an entity centric data model, FactSet's Entity API provides access to
|
|
@@ -28,7 +40,7 @@ information to a master entity identifier. Use this API to quickly understand th
|
|
|
28
40
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
29
41
|
|
|
30
42
|
- API version: 1.5.0
|
|
31
|
-
- SDK version:
|
|
43
|
+
- SDK version: 2.0.0
|
|
32
44
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
33
45
|
|
|
34
46
|
## Requirements
|
|
@@ -40,24 +52,24 @@ This Python package is automatically generated by the [OpenAPI Generator](https:
|
|
|
40
52
|
### Poetry
|
|
41
53
|
|
|
42
54
|
```shell
|
|
43
|
-
poetry add fds.sdk.utils fds.sdk.FactSetEntity==
|
|
55
|
+
poetry add fds.sdk.utils fds.sdk.FactSetEntity==2.0.0
|
|
44
56
|
```
|
|
45
57
|
|
|
46
58
|
### pip
|
|
47
59
|
|
|
48
60
|
```shell
|
|
49
|
-
pip install fds.sdk.utils fds.sdk.FactSetEntity==
|
|
61
|
+
pip install fds.sdk.utils fds.sdk.FactSetEntity==2.0.0
|
|
50
62
|
```
|
|
51
63
|
|
|
52
64
|
## Usage
|
|
53
65
|
|
|
54
66
|
1. [Generate authentication credentials](../../../../README.md#authentication).
|
|
55
67
|
2. Setup Python environment.
|
|
56
|
-
1. Install and activate python 3.
|
|
68
|
+
1. Install and activate python 3.10+. If you're using [pyenv](https://github.com/pyenv/pyenv):
|
|
57
69
|
|
|
58
70
|
```sh
|
|
59
|
-
pyenv install 3.
|
|
60
|
-
pyenv shell 3.
|
|
71
|
+
pyenv install 3.10.0
|
|
72
|
+
pyenv shell 3.10.0
|
|
61
73
|
```
|
|
62
74
|
|
|
63
75
|
2. (optional) [Install poetry](https://python-poetry.org/docs/#installation).
|
|
@@ -330,7 +342,7 @@ Please refer to the [contributing guide](../../../../CONTRIBUTING.md).
|
|
|
330
342
|
|
|
331
343
|
## Copyright
|
|
332
344
|
|
|
333
|
-
Copyright
|
|
345
|
+
Copyright 2026 FactSet Research Systems Inc
|
|
334
346
|
|
|
335
347
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
336
348
|
you may not use this file except in compliance with the License.
|
|
@@ -344,5 +356,3 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
344
356
|
See the License for the specific language governing permissions and
|
|
345
357
|
limitations under the License.
|
|
346
358
|
|
|
347
|
-
|
|
348
|
-
|
|
@@ -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.FactSetEntity"
|
|
19
|
-
VERSION = "
|
|
19
|
+
VERSION = "2.0.0"
|
|
20
20
|
# To install the library, run the following
|
|
21
21
|
#
|
|
22
22
|
# python setup.py install
|
|
@@ -25,8 +25,8 @@ VERSION = "1.2.0"
|
|
|
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/FactSetEntity/v1",
|
|
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
|
{fds.sdk.FactSetEntity-1.2.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/api/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fds.sdk.FactSetEntity-1.2.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/apis/__init__.py
RENAMED
|
File without changes
|
{fds.sdk.FactSetEntity-1.2.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/exceptions.py
RENAMED
|
File without changes
|
{fds.sdk.FactSetEntity-1.2.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/model/__init__.py
RENAMED
|
File without changes
|
{fds.sdk.FactSetEntity-1.2.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/model/active.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fds.sdk.FactSetEntity-1.2.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/model/hcp_ids.py
RENAMED
|
File without changes
|
{fds.sdk.FactSetEntity-1.2.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/model/ids.py
RENAMED
|
File without changes
|
{fds.sdk.FactSetEntity-1.2.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/model/ids_chi.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fds.sdk.FactSetEntity-1.2.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/model_utils.py
RENAMED
|
File without changes
|
{fds.sdk.FactSetEntity-1.2.0 → fds_sdk_factsetentity-2.0.0}/fds/sdk/FactSetEntity/models/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|