fds.sdk.FixedIncomeCalculation 1.2.2__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.FixedIncomeCalculation-1.2.2 → fds_sdk_fixedincomecalculation-2.0.0}/PKG-INFO +24 -14
- {fds.sdk.FixedIncomeCalculation-1.2.2 → fds_sdk_fixedincomecalculation-2.0.0}/README.md +8 -8
- {fds.sdk.FixedIncomeCalculation-1.2.2 → fds_sdk_fixedincomecalculation-2.0.0}/fds/sdk/FixedIncomeCalculation/__init__.py +1 -1
- {fds.sdk.FixedIncomeCalculation-1.2.2 → fds_sdk_fixedincomecalculation-2.0.0}/fds/sdk/FixedIncomeCalculation/api_client.py +1 -1
- {fds.sdk.FixedIncomeCalculation-1.2.2 → fds_sdk_fixedincomecalculation-2.0.0}/fds/sdk/FixedIncomeCalculation/configuration.py +1 -1
- {fds.sdk.FixedIncomeCalculation-1.2.2 → fds_sdk_fixedincomecalculation-2.0.0}/fds.sdk.FixedIncomeCalculation.egg-info/PKG-INFO +24 -14
- fds_sdk_fixedincomecalculation-2.0.0/fds.sdk.FixedIncomeCalculation.egg-info/requires.txt +3 -0
- {fds.sdk.FixedIncomeCalculation-1.2.2 → fds_sdk_fixedincomecalculation-2.0.0}/setup.py +4 -4
- fds.sdk.FixedIncomeCalculation-1.2.2/fds.sdk.FixedIncomeCalculation.egg-info/requires.txt +0 -3
- {fds.sdk.FixedIncomeCalculation-1.2.2 → fds_sdk_fixedincomecalculation-2.0.0}/LICENSE +0 -0
- {fds.sdk.FixedIncomeCalculation-1.2.2 → fds_sdk_fixedincomecalculation-2.0.0}/fds/__init__.py +0 -0
- {fds.sdk.FixedIncomeCalculation-1.2.2 → fds_sdk_fixedincomecalculation-2.0.0}/fds/sdk/FixedIncomeCalculation/api/__init__.py +0 -0
- {fds.sdk.FixedIncomeCalculation-1.2.2 → fds_sdk_fixedincomecalculation-2.0.0}/fds/sdk/FixedIncomeCalculation/api/discount_curves_api.py +0 -0
- {fds.sdk.FixedIncomeCalculation-1.2.2 → fds_sdk_fixedincomecalculation-2.0.0}/fds/sdk/FixedIncomeCalculation/api/fi_calculations_api.py +0 -0
- {fds.sdk.FixedIncomeCalculation-1.2.2 → fds_sdk_fixedincomecalculation-2.0.0}/fds/sdk/FixedIncomeCalculation/apis/__init__.py +0 -0
- {fds.sdk.FixedIncomeCalculation-1.2.2 → fds_sdk_fixedincomecalculation-2.0.0}/fds/sdk/FixedIncomeCalculation/exceptions.py +0 -0
- {fds.sdk.FixedIncomeCalculation-1.2.2 → fds_sdk_fixedincomecalculation-2.0.0}/fds/sdk/FixedIncomeCalculation/model/__init__.py +0 -0
- {fds.sdk.FixedIncomeCalculation-1.2.2 → fds_sdk_fixedincomecalculation-2.0.0}/fds/sdk/FixedIncomeCalculation/model/calculation_info.py +0 -0
- {fds.sdk.FixedIncomeCalculation-1.2.2 → fds_sdk_fixedincomecalculation-2.0.0}/fds/sdk/FixedIncomeCalculation/model/calculation_info_root.py +0 -0
- {fds.sdk.FixedIncomeCalculation-1.2.2 → fds_sdk_fixedincomecalculation-2.0.0}/fds/sdk/FixedIncomeCalculation/model/calculation_meta.py +0 -0
- {fds.sdk.FixedIncomeCalculation-1.2.2 → fds_sdk_fixedincomecalculation-2.0.0}/fds/sdk/FixedIncomeCalculation/model/client_error_response.py +0 -0
- {fds.sdk.FixedIncomeCalculation-1.2.2 → fds_sdk_fixedincomecalculation-2.0.0}/fds/sdk/FixedIncomeCalculation/model/error.py +0 -0
- {fds.sdk.FixedIncomeCalculation-1.2.2 → fds_sdk_fixedincomecalculation-2.0.0}/fds/sdk/FixedIncomeCalculation/model/error_source.py +0 -0
- {fds.sdk.FixedIncomeCalculation-1.2.2 → fds_sdk_fixedincomecalculation-2.0.0}/fds/sdk/FixedIncomeCalculation/model/fi_attribution_for_job_settings.py +0 -0
- {fds.sdk.FixedIncomeCalculation-1.2.2 → fds_sdk_fixedincomecalculation-2.0.0}/fds/sdk/FixedIncomeCalculation/model/fi_attribution_for_securities.py +0 -0
- {fds.sdk.FixedIncomeCalculation-1.2.2 → fds_sdk_fixedincomecalculation-2.0.0}/fds/sdk/FixedIncomeCalculation/model/fi_balloon_extension.py +0 -0
- {fds.sdk.FixedIncomeCalculation-1.2.2 → fds_sdk_fixedincomecalculation-2.0.0}/fds/sdk/FixedIncomeCalculation/model/fi_bank_loans.py +0 -0
- {fds.sdk.FixedIncomeCalculation-1.2.2 → fds_sdk_fixedincomecalculation-2.0.0}/fds/sdk/FixedIncomeCalculation/model/fi_calculation_parameters.py +0 -0
- {fds.sdk.FixedIncomeCalculation-1.2.2 → fds_sdk_fixedincomecalculation-2.0.0}/fds/sdk/FixedIncomeCalculation/model/fi_calculation_parameters_root.py +0 -0
- {fds.sdk.FixedIncomeCalculation-1.2.2 → fds_sdk_fixedincomecalculation-2.0.0}/fds/sdk/FixedIncomeCalculation/model/fi_cashflows.py +0 -0
- {fds.sdk.FixedIncomeCalculation-1.2.2 → fds_sdk_fixedincomecalculation-2.0.0}/fds/sdk/FixedIncomeCalculation/model/fi_convertible_settings.py +0 -0
- {fds.sdk.FixedIncomeCalculation-1.2.2 → fds_sdk_fixedincomecalculation-2.0.0}/fds/sdk/FixedIncomeCalculation/model/fi_discount_curve_info.py +0 -0
- {fds.sdk.FixedIncomeCalculation-1.2.2 → fds_sdk_fixedincomecalculation-2.0.0}/fds/sdk/FixedIncomeCalculation/model/fi_discount_curve_info_root.py +0 -0
- {fds.sdk.FixedIncomeCalculation-1.2.2 → fds_sdk_fixedincomecalculation-2.0.0}/fds/sdk/FixedIncomeCalculation/model/fi_job_settings.py +0 -0
- {fds.sdk.FixedIncomeCalculation-1.2.2 → fds_sdk_fixedincomecalculation-2.0.0}/fds/sdk/FixedIncomeCalculation/model/fi_loss.py +0 -0
- {fds.sdk.FixedIncomeCalculation-1.2.2 → fds_sdk_fixedincomecalculation-2.0.0}/fds/sdk/FixedIncomeCalculation/model/fi_market_environment.py +0 -0
- {fds.sdk.FixedIncomeCalculation-1.2.2 → fds_sdk_fixedincomecalculation-2.0.0}/fds/sdk/FixedIncomeCalculation/model/fi_municipal_bonds.py +0 -0
- {fds.sdk.FixedIncomeCalculation-1.2.2 → fds_sdk_fixedincomecalculation-2.0.0}/fds/sdk/FixedIncomeCalculation/model/fi_municipal_bonds_for_job_settings.py +0 -0
- {fds.sdk.FixedIncomeCalculation-1.2.2 → fds_sdk_fixedincomecalculation-2.0.0}/fds/sdk/FixedIncomeCalculation/model/fi_prepay.py +0 -0
- {fds.sdk.FixedIncomeCalculation-1.2.2 → fds_sdk_fixedincomecalculation-2.0.0}/fds/sdk/FixedIncomeCalculation/model/fi_prepay_lockout.py +0 -0
- {fds.sdk.FixedIncomeCalculation-1.2.2 → fds_sdk_fixedincomecalculation-2.0.0}/fds/sdk/FixedIncomeCalculation/model/fi_reference_prepay.py +0 -0
- {fds.sdk.FixedIncomeCalculation-1.2.2 → fds_sdk_fixedincomecalculation-2.0.0}/fds/sdk/FixedIncomeCalculation/model/fi_reference_security.py +0 -0
- {fds.sdk.FixedIncomeCalculation-1.2.2 → fds_sdk_fixedincomecalculation-2.0.0}/fds/sdk/FixedIncomeCalculation/model/fi_security.py +0 -0
- {fds.sdk.FixedIncomeCalculation-1.2.2 → fds_sdk_fixedincomecalculation-2.0.0}/fds/sdk/FixedIncomeCalculation/model/fi_servicer_advances.py +0 -0
- {fds.sdk.FixedIncomeCalculation-1.2.2 → fds_sdk_fixedincomecalculation-2.0.0}/fds/sdk/FixedIncomeCalculation/model/fi_servicer_advances_for_securities.py +0 -0
- {fds.sdk.FixedIncomeCalculation-1.2.2 → fds_sdk_fixedincomecalculation-2.0.0}/fds/sdk/FixedIncomeCalculation/model/fi_structured_products_for_job_settings.py +0 -0
- {fds.sdk.FixedIncomeCalculation-1.2.2 → fds_sdk_fixedincomecalculation-2.0.0}/fds/sdk/FixedIncomeCalculation/model/fi_structured_products_for_securities.py +0 -0
- {fds.sdk.FixedIncomeCalculation-1.2.2 → fds_sdk_fixedincomecalculation-2.0.0}/fds/sdk/FixedIncomeCalculation/model/object_root.py +0 -0
- {fds.sdk.FixedIncomeCalculation-1.2.2 → fds_sdk_fixedincomecalculation-2.0.0}/fds/sdk/FixedIncomeCalculation/model_utils.py +0 -0
- {fds.sdk.FixedIncomeCalculation-1.2.2 → fds_sdk_fixedincomecalculation-2.0.0}/fds/sdk/FixedIncomeCalculation/models/__init__.py +0 -0
- {fds.sdk.FixedIncomeCalculation-1.2.2 → fds_sdk_fixedincomecalculation-2.0.0}/fds/sdk/FixedIncomeCalculation/rest.py +0 -0
- {fds.sdk.FixedIncomeCalculation-1.2.2 → fds_sdk_fixedincomecalculation-2.0.0}/fds/sdk/__init__.py +0 -0
- {fds.sdk.FixedIncomeCalculation-1.2.2 → fds_sdk_fixedincomecalculation-2.0.0}/fds.sdk.FixedIncomeCalculation.egg-info/SOURCES.txt +0 -0
- {fds.sdk.FixedIncomeCalculation-1.2.2 → fds_sdk_fixedincomecalculation-2.0.0}/fds.sdk.FixedIncomeCalculation.egg-info/dependency_links.txt +0 -0
- {fds.sdk.FixedIncomeCalculation-1.2.2 → fds_sdk_fixedincomecalculation-2.0.0}/fds.sdk.FixedIncomeCalculation.egg-info/top_level.txt +0 -0
- {fds.sdk.FixedIncomeCalculation-1.2.2 → fds_sdk_fixedincomecalculation-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.FixedIncomeCalculation
|
|
3
|
-
Version:
|
|
3
|
+
Version: 2.0.0
|
|
4
4
|
Summary: Fixed Income Calculation client library for Python
|
|
5
5
|
Home-page: https://github.com/FactSet/enterprise-sdk/tree/main/code/python/FixedIncomeCalculation/v3
|
|
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
|
# Fixed Income Calculation client library for Python
|
|
17
29
|
|
|
18
30
|
[](https://developer.factset.com/api-catalog/fixed-income-calculation-api)
|
|
19
|
-
[](https://pypi.org/project/fds.sdk.FixedIncomeCalculation/v/2.0.0)
|
|
20
32
|
[](https://www.apache.org/licenses/LICENSE-2.0)
|
|
21
33
|
|
|
22
34
|
Allow clients to fetch Analytics through APIs.
|
|
@@ -24,7 +36,7 @@ Allow clients to fetch Analytics through APIs.
|
|
|
24
36
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
25
37
|
|
|
26
38
|
- API version: 3.13.0
|
|
27
|
-
- SDK version:
|
|
39
|
+
- SDK version: 2.0.0
|
|
28
40
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
29
41
|
|
|
30
42
|
For more information, please visit [https://developer.factset.com/contact](https://developer.factset.com/contact)
|
|
@@ -38,24 +50,24 @@ For more information, please visit [https://developer.factset.com/contact](https
|
|
|
38
50
|
### Poetry
|
|
39
51
|
|
|
40
52
|
```shell
|
|
41
|
-
poetry add fds.sdk.utils fds.sdk.FixedIncomeCalculation==
|
|
53
|
+
poetry add fds.sdk.utils fds.sdk.FixedIncomeCalculation==2.0.0
|
|
42
54
|
```
|
|
43
55
|
|
|
44
56
|
### pip
|
|
45
57
|
|
|
46
58
|
```shell
|
|
47
|
-
pip install fds.sdk.utils fds.sdk.FixedIncomeCalculation==
|
|
59
|
+
pip install fds.sdk.utils fds.sdk.FixedIncomeCalculation==2.0.0
|
|
48
60
|
```
|
|
49
61
|
|
|
50
62
|
## Usage
|
|
51
63
|
|
|
52
64
|
1. [Generate authentication credentials](../../../../README.md#authentication).
|
|
53
65
|
2. Setup Python environment.
|
|
54
|
-
1. Install and activate python 3.
|
|
66
|
+
1. Install and activate python 3.10+. If you're using [pyenv](https://github.com/pyenv/pyenv):
|
|
55
67
|
|
|
56
68
|
```sh
|
|
57
|
-
pyenv install 3.
|
|
58
|
-
pyenv shell 3.
|
|
69
|
+
pyenv install 3.10.0
|
|
70
|
+
pyenv shell 3.10.0
|
|
59
71
|
```
|
|
60
72
|
|
|
61
73
|
2. (optional) [Install poetry](https://python-poetry.org/docs/#installation).
|
|
@@ -329,7 +341,7 @@ Please refer to the [contributing guide](../../../../CONTRIBUTING.md).
|
|
|
329
341
|
|
|
330
342
|
## Copyright
|
|
331
343
|
|
|
332
|
-
Copyright
|
|
344
|
+
Copyright 2026 FactSet Research Systems Inc
|
|
333
345
|
|
|
334
346
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
335
347
|
you may not use this file except in compliance with the License.
|
|
@@ -343,5 +355,3 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
343
355
|
See the License for the specific language governing permissions and
|
|
344
356
|
limitations under the License.
|
|
345
357
|
|
|
346
|
-
|
|
347
|
-
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
# Fixed Income Calculation client library for Python
|
|
4
4
|
|
|
5
5
|
[](https://developer.factset.com/api-catalog/fixed-income-calculation-api)
|
|
6
|
-
[](https://pypi.org/project/fds.sdk.FixedIncomeCalculation/v/2.0.0)
|
|
7
7
|
[](https://www.apache.org/licenses/LICENSE-2.0)
|
|
8
8
|
|
|
9
9
|
Allow clients to fetch Analytics through APIs.
|
|
@@ -11,7 +11,7 @@ Allow clients to fetch Analytics through APIs.
|
|
|
11
11
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
12
12
|
|
|
13
13
|
- API version: 3.13.0
|
|
14
|
-
- SDK version:
|
|
14
|
+
- SDK version: 2.0.0
|
|
15
15
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
16
16
|
|
|
17
17
|
For more information, please visit [https://developer.factset.com/contact](https://developer.factset.com/contact)
|
|
@@ -25,24 +25,24 @@ For more information, please visit [https://developer.factset.com/contact](https
|
|
|
25
25
|
### Poetry
|
|
26
26
|
|
|
27
27
|
```shell
|
|
28
|
-
poetry add fds.sdk.utils fds.sdk.FixedIncomeCalculation==
|
|
28
|
+
poetry add fds.sdk.utils fds.sdk.FixedIncomeCalculation==2.0.0
|
|
29
29
|
```
|
|
30
30
|
|
|
31
31
|
### pip
|
|
32
32
|
|
|
33
33
|
```shell
|
|
34
|
-
pip install fds.sdk.utils fds.sdk.FixedIncomeCalculation==
|
|
34
|
+
pip install fds.sdk.utils fds.sdk.FixedIncomeCalculation==2.0.0
|
|
35
35
|
```
|
|
36
36
|
|
|
37
37
|
## Usage
|
|
38
38
|
|
|
39
39
|
1. [Generate authentication credentials](../../../../README.md#authentication).
|
|
40
40
|
2. Setup Python environment.
|
|
41
|
-
1. Install and activate python 3.
|
|
41
|
+
1. Install and activate python 3.10+. If you're using [pyenv](https://github.com/pyenv/pyenv):
|
|
42
42
|
|
|
43
43
|
```sh
|
|
44
|
-
pyenv install 3.
|
|
45
|
-
pyenv shell 3.
|
|
44
|
+
pyenv install 3.10.0
|
|
45
|
+
pyenv shell 3.10.0
|
|
46
46
|
```
|
|
47
47
|
|
|
48
48
|
2. (optional) [Install poetry](https://python-poetry.org/docs/#installation).
|
|
@@ -316,7 +316,7 @@ Please refer to the [contributing guide](../../../../CONTRIBUTING.md).
|
|
|
316
316
|
|
|
317
317
|
## Copyright
|
|
318
318
|
|
|
319
|
-
Copyright
|
|
319
|
+
Copyright 2026 FactSet Research Systems Inc
|
|
320
320
|
|
|
321
321
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
322
322
|
you may not use this file except in compliance with the License.
|
|
@@ -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/FixedIncomeCalculation/
|
|
119
|
+
self.user_agent = f'fds-sdk/python/FixedIncomeCalculation/2.0.0 ({platform.system()}, Python {platform.python_version()})'
|
|
120
120
|
|
|
121
121
|
def __enter__(self):
|
|
122
122
|
return self
|
|
@@ -430,7 +430,7 @@ conf = fds.sdk.FixedIncomeCalculation.Configuration(
|
|
|
430
430
|
"OS: {env}\n"\
|
|
431
431
|
"Python Version: {pyversion}\n"\
|
|
432
432
|
"Version of the API: 3.13.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):
|
|
@@ -1,22 +1,34 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: fds.sdk.FixedIncomeCalculation
|
|
3
|
-
Version:
|
|
3
|
+
Version: 2.0.0
|
|
4
4
|
Summary: Fixed Income Calculation client library for Python
|
|
5
5
|
Home-page: https://github.com/FactSet/enterprise-sdk/tree/main/code/python/FixedIncomeCalculation/v3
|
|
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
|
# Fixed Income Calculation client library for Python
|
|
17
29
|
|
|
18
30
|
[](https://developer.factset.com/api-catalog/fixed-income-calculation-api)
|
|
19
|
-
[](https://pypi.org/project/fds.sdk.FixedIncomeCalculation/v/2.0.0)
|
|
20
32
|
[](https://www.apache.org/licenses/LICENSE-2.0)
|
|
21
33
|
|
|
22
34
|
Allow clients to fetch Analytics through APIs.
|
|
@@ -24,7 +36,7 @@ Allow clients to fetch Analytics through APIs.
|
|
|
24
36
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
25
37
|
|
|
26
38
|
- API version: 3.13.0
|
|
27
|
-
- SDK version:
|
|
39
|
+
- SDK version: 2.0.0
|
|
28
40
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
29
41
|
|
|
30
42
|
For more information, please visit [https://developer.factset.com/contact](https://developer.factset.com/contact)
|
|
@@ -38,24 +50,24 @@ For more information, please visit [https://developer.factset.com/contact](https
|
|
|
38
50
|
### Poetry
|
|
39
51
|
|
|
40
52
|
```shell
|
|
41
|
-
poetry add fds.sdk.utils fds.sdk.FixedIncomeCalculation==
|
|
53
|
+
poetry add fds.sdk.utils fds.sdk.FixedIncomeCalculation==2.0.0
|
|
42
54
|
```
|
|
43
55
|
|
|
44
56
|
### pip
|
|
45
57
|
|
|
46
58
|
```shell
|
|
47
|
-
pip install fds.sdk.utils fds.sdk.FixedIncomeCalculation==
|
|
59
|
+
pip install fds.sdk.utils fds.sdk.FixedIncomeCalculation==2.0.0
|
|
48
60
|
```
|
|
49
61
|
|
|
50
62
|
## Usage
|
|
51
63
|
|
|
52
64
|
1. [Generate authentication credentials](../../../../README.md#authentication).
|
|
53
65
|
2. Setup Python environment.
|
|
54
|
-
1. Install and activate python 3.
|
|
66
|
+
1. Install and activate python 3.10+. If you're using [pyenv](https://github.com/pyenv/pyenv):
|
|
55
67
|
|
|
56
68
|
```sh
|
|
57
|
-
pyenv install 3.
|
|
58
|
-
pyenv shell 3.
|
|
69
|
+
pyenv install 3.10.0
|
|
70
|
+
pyenv shell 3.10.0
|
|
59
71
|
```
|
|
60
72
|
|
|
61
73
|
2. (optional) [Install poetry](https://python-poetry.org/docs/#installation).
|
|
@@ -329,7 +341,7 @@ Please refer to the [contributing guide](../../../../CONTRIBUTING.md).
|
|
|
329
341
|
|
|
330
342
|
## Copyright
|
|
331
343
|
|
|
332
|
-
Copyright
|
|
344
|
+
Copyright 2026 FactSet Research Systems Inc
|
|
333
345
|
|
|
334
346
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
335
347
|
you may not use this file except in compliance with the License.
|
|
@@ -343,5 +355,3 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
343
355
|
See the License for the specific language governing permissions and
|
|
344
356
|
limitations under the License.
|
|
345
357
|
|
|
346
|
-
|
|
347
|
-
|
|
@@ -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.FixedIncomeCalculation"
|
|
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.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/FixedIncomeCalculation/v3",
|
|
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
|
{fds.sdk.FixedIncomeCalculation-1.2.2 → fds_sdk_fixedincomecalculation-2.0.0}/fds/__init__.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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fds.sdk.FixedIncomeCalculation-1.2.2 → fds_sdk_fixedincomecalculation-2.0.0}/fds/sdk/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|