fds.sdk.FixedIncomeCalculation 1.2.1__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.
Files changed (56) hide show
  1. {fds.sdk.FixedIncomeCalculation-1.2.1 → fds_sdk_fixedincomecalculation-2.0.0}/PKG-INFO +24 -14
  2. {fds.sdk.FixedIncomeCalculation-1.2.1 → fds_sdk_fixedincomecalculation-2.0.0}/README.md +8 -8
  3. {fds.sdk.FixedIncomeCalculation-1.2.1 → fds_sdk_fixedincomecalculation-2.0.0}/fds/sdk/FixedIncomeCalculation/__init__.py +1 -1
  4. {fds.sdk.FixedIncomeCalculation-1.2.1 → fds_sdk_fixedincomecalculation-2.0.0}/fds/sdk/FixedIncomeCalculation/api/fi_calculations_api.py +4 -4
  5. {fds.sdk.FixedIncomeCalculation-1.2.1 → fds_sdk_fixedincomecalculation-2.0.0}/fds/sdk/FixedIncomeCalculation/api_client.py +1 -1
  6. {fds.sdk.FixedIncomeCalculation-1.2.1 → fds_sdk_fixedincomecalculation-2.0.0}/fds/sdk/FixedIncomeCalculation/configuration.py +1 -1
  7. {fds.sdk.FixedIncomeCalculation-1.2.1 → fds_sdk_fixedincomecalculation-2.0.0}/fds.sdk.FixedIncomeCalculation.egg-info/PKG-INFO +24 -14
  8. fds_sdk_fixedincomecalculation-2.0.0/fds.sdk.FixedIncomeCalculation.egg-info/requires.txt +3 -0
  9. {fds.sdk.FixedIncomeCalculation-1.2.1 → fds_sdk_fixedincomecalculation-2.0.0}/setup.py +4 -4
  10. fds.sdk.FixedIncomeCalculation-1.2.1/fds.sdk.FixedIncomeCalculation.egg-info/requires.txt +0 -3
  11. {fds.sdk.FixedIncomeCalculation-1.2.1 → fds_sdk_fixedincomecalculation-2.0.0}/LICENSE +0 -0
  12. {fds.sdk.FixedIncomeCalculation-1.2.1 → fds_sdk_fixedincomecalculation-2.0.0}/fds/__init__.py +0 -0
  13. {fds.sdk.FixedIncomeCalculation-1.2.1 → fds_sdk_fixedincomecalculation-2.0.0}/fds/sdk/FixedIncomeCalculation/api/__init__.py +0 -0
  14. {fds.sdk.FixedIncomeCalculation-1.2.1 → fds_sdk_fixedincomecalculation-2.0.0}/fds/sdk/FixedIncomeCalculation/api/discount_curves_api.py +0 -0
  15. {fds.sdk.FixedIncomeCalculation-1.2.1 → fds_sdk_fixedincomecalculation-2.0.0}/fds/sdk/FixedIncomeCalculation/apis/__init__.py +0 -0
  16. {fds.sdk.FixedIncomeCalculation-1.2.1 → fds_sdk_fixedincomecalculation-2.0.0}/fds/sdk/FixedIncomeCalculation/exceptions.py +0 -0
  17. {fds.sdk.FixedIncomeCalculation-1.2.1 → fds_sdk_fixedincomecalculation-2.0.0}/fds/sdk/FixedIncomeCalculation/model/__init__.py +0 -0
  18. {fds.sdk.FixedIncomeCalculation-1.2.1 → fds_sdk_fixedincomecalculation-2.0.0}/fds/sdk/FixedIncomeCalculation/model/calculation_info.py +0 -0
  19. {fds.sdk.FixedIncomeCalculation-1.2.1 → fds_sdk_fixedincomecalculation-2.0.0}/fds/sdk/FixedIncomeCalculation/model/calculation_info_root.py +0 -0
  20. {fds.sdk.FixedIncomeCalculation-1.2.1 → fds_sdk_fixedincomecalculation-2.0.0}/fds/sdk/FixedIncomeCalculation/model/calculation_meta.py +0 -0
  21. {fds.sdk.FixedIncomeCalculation-1.2.1 → fds_sdk_fixedincomecalculation-2.0.0}/fds/sdk/FixedIncomeCalculation/model/client_error_response.py +0 -0
  22. {fds.sdk.FixedIncomeCalculation-1.2.1 → fds_sdk_fixedincomecalculation-2.0.0}/fds/sdk/FixedIncomeCalculation/model/error.py +0 -0
  23. {fds.sdk.FixedIncomeCalculation-1.2.1 → fds_sdk_fixedincomecalculation-2.0.0}/fds/sdk/FixedIncomeCalculation/model/error_source.py +0 -0
  24. {fds.sdk.FixedIncomeCalculation-1.2.1 → fds_sdk_fixedincomecalculation-2.0.0}/fds/sdk/FixedIncomeCalculation/model/fi_attribution_for_job_settings.py +0 -0
  25. {fds.sdk.FixedIncomeCalculation-1.2.1 → fds_sdk_fixedincomecalculation-2.0.0}/fds/sdk/FixedIncomeCalculation/model/fi_attribution_for_securities.py +0 -0
  26. {fds.sdk.FixedIncomeCalculation-1.2.1 → fds_sdk_fixedincomecalculation-2.0.0}/fds/sdk/FixedIncomeCalculation/model/fi_balloon_extension.py +0 -0
  27. {fds.sdk.FixedIncomeCalculation-1.2.1 → fds_sdk_fixedincomecalculation-2.0.0}/fds/sdk/FixedIncomeCalculation/model/fi_bank_loans.py +0 -0
  28. {fds.sdk.FixedIncomeCalculation-1.2.1 → fds_sdk_fixedincomecalculation-2.0.0}/fds/sdk/FixedIncomeCalculation/model/fi_calculation_parameters.py +0 -0
  29. {fds.sdk.FixedIncomeCalculation-1.2.1 → fds_sdk_fixedincomecalculation-2.0.0}/fds/sdk/FixedIncomeCalculation/model/fi_calculation_parameters_root.py +0 -0
  30. {fds.sdk.FixedIncomeCalculation-1.2.1 → fds_sdk_fixedincomecalculation-2.0.0}/fds/sdk/FixedIncomeCalculation/model/fi_cashflows.py +0 -0
  31. {fds.sdk.FixedIncomeCalculation-1.2.1 → fds_sdk_fixedincomecalculation-2.0.0}/fds/sdk/FixedIncomeCalculation/model/fi_convertible_settings.py +0 -0
  32. {fds.sdk.FixedIncomeCalculation-1.2.1 → fds_sdk_fixedincomecalculation-2.0.0}/fds/sdk/FixedIncomeCalculation/model/fi_discount_curve_info.py +0 -0
  33. {fds.sdk.FixedIncomeCalculation-1.2.1 → fds_sdk_fixedincomecalculation-2.0.0}/fds/sdk/FixedIncomeCalculation/model/fi_discount_curve_info_root.py +0 -0
  34. {fds.sdk.FixedIncomeCalculation-1.2.1 → fds_sdk_fixedincomecalculation-2.0.0}/fds/sdk/FixedIncomeCalculation/model/fi_job_settings.py +0 -0
  35. {fds.sdk.FixedIncomeCalculation-1.2.1 → fds_sdk_fixedincomecalculation-2.0.0}/fds/sdk/FixedIncomeCalculation/model/fi_loss.py +0 -0
  36. {fds.sdk.FixedIncomeCalculation-1.2.1 → fds_sdk_fixedincomecalculation-2.0.0}/fds/sdk/FixedIncomeCalculation/model/fi_market_environment.py +0 -0
  37. {fds.sdk.FixedIncomeCalculation-1.2.1 → fds_sdk_fixedincomecalculation-2.0.0}/fds/sdk/FixedIncomeCalculation/model/fi_municipal_bonds.py +0 -0
  38. {fds.sdk.FixedIncomeCalculation-1.2.1 → fds_sdk_fixedincomecalculation-2.0.0}/fds/sdk/FixedIncomeCalculation/model/fi_municipal_bonds_for_job_settings.py +0 -0
  39. {fds.sdk.FixedIncomeCalculation-1.2.1 → fds_sdk_fixedincomecalculation-2.0.0}/fds/sdk/FixedIncomeCalculation/model/fi_prepay.py +0 -0
  40. {fds.sdk.FixedIncomeCalculation-1.2.1 → fds_sdk_fixedincomecalculation-2.0.0}/fds/sdk/FixedIncomeCalculation/model/fi_prepay_lockout.py +0 -0
  41. {fds.sdk.FixedIncomeCalculation-1.2.1 → fds_sdk_fixedincomecalculation-2.0.0}/fds/sdk/FixedIncomeCalculation/model/fi_reference_prepay.py +0 -0
  42. {fds.sdk.FixedIncomeCalculation-1.2.1 → fds_sdk_fixedincomecalculation-2.0.0}/fds/sdk/FixedIncomeCalculation/model/fi_reference_security.py +0 -0
  43. {fds.sdk.FixedIncomeCalculation-1.2.1 → fds_sdk_fixedincomecalculation-2.0.0}/fds/sdk/FixedIncomeCalculation/model/fi_security.py +0 -0
  44. {fds.sdk.FixedIncomeCalculation-1.2.1 → fds_sdk_fixedincomecalculation-2.0.0}/fds/sdk/FixedIncomeCalculation/model/fi_servicer_advances.py +0 -0
  45. {fds.sdk.FixedIncomeCalculation-1.2.1 → fds_sdk_fixedincomecalculation-2.0.0}/fds/sdk/FixedIncomeCalculation/model/fi_servicer_advances_for_securities.py +0 -0
  46. {fds.sdk.FixedIncomeCalculation-1.2.1 → fds_sdk_fixedincomecalculation-2.0.0}/fds/sdk/FixedIncomeCalculation/model/fi_structured_products_for_job_settings.py +0 -0
  47. {fds.sdk.FixedIncomeCalculation-1.2.1 → fds_sdk_fixedincomecalculation-2.0.0}/fds/sdk/FixedIncomeCalculation/model/fi_structured_products_for_securities.py +0 -0
  48. {fds.sdk.FixedIncomeCalculation-1.2.1 → fds_sdk_fixedincomecalculation-2.0.0}/fds/sdk/FixedIncomeCalculation/model/object_root.py +0 -0
  49. {fds.sdk.FixedIncomeCalculation-1.2.1 → fds_sdk_fixedincomecalculation-2.0.0}/fds/sdk/FixedIncomeCalculation/model_utils.py +0 -0
  50. {fds.sdk.FixedIncomeCalculation-1.2.1 → fds_sdk_fixedincomecalculation-2.0.0}/fds/sdk/FixedIncomeCalculation/models/__init__.py +0 -0
  51. {fds.sdk.FixedIncomeCalculation-1.2.1 → fds_sdk_fixedincomecalculation-2.0.0}/fds/sdk/FixedIncomeCalculation/rest.py +0 -0
  52. {fds.sdk.FixedIncomeCalculation-1.2.1 → fds_sdk_fixedincomecalculation-2.0.0}/fds/sdk/__init__.py +0 -0
  53. {fds.sdk.FixedIncomeCalculation-1.2.1 → fds_sdk_fixedincomecalculation-2.0.0}/fds.sdk.FixedIncomeCalculation.egg-info/SOURCES.txt +0 -0
  54. {fds.sdk.FixedIncomeCalculation-1.2.1 → fds_sdk_fixedincomecalculation-2.0.0}/fds.sdk.FixedIncomeCalculation.egg-info/dependency_links.txt +0 -0
  55. {fds.sdk.FixedIncomeCalculation-1.2.1 → fds_sdk_fixedincomecalculation-2.0.0}/fds.sdk.FixedIncomeCalculation.egg-info/top_level.txt +0 -0
  56. {fds.sdk.FixedIncomeCalculation-1.2.1 → fds_sdk_fixedincomecalculation-2.0.0}/setup.cfg +0 -0
@@ -1,22 +1,34 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: fds.sdk.FixedIncomeCalculation
3
- Version: 1.2.1
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
- Platform: UNKNOWN
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
  [![FactSet](https://raw.githubusercontent.com/factset/enterprise-sdk/main/docs/images/factset-logo.svg)](https://www.factset.com)
15
27
 
16
28
  # Fixed Income Calculation client library for Python
17
29
 
18
30
  [![API Version](https://img.shields.io/badge/api-v3.13.0-blue)](https://developer.factset.com/api-catalog/fixed-income-calculation-api)
19
- [![PyPi](https://img.shields.io/pypi/v/fds.sdk.FixedIncomeCalculation)](https://pypi.org/project/fds.sdk.FixedIncomeCalculation/)
31
+ [![PyPi](https://img.shields.io/pypi/v/fds.sdk.FixedIncomeCalculation/2.0.0)](https://pypi.org/project/fds.sdk.FixedIncomeCalculation/v/2.0.0)
20
32
  [![Apache-2 license](https://img.shields.io/badge/license-Apache2-brightgreen.svg)](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: 1.2.1
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==1.2.1
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==1.2.1
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.7+. If you're using [pyenv](https://github.com/pyenv/pyenv):
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.9.7
58
- pyenv shell 3.9.7
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 2022 FactSet Research Systems Inc
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
  [![API Version](https://img.shields.io/badge/api-v3.13.0-blue)](https://developer.factset.com/api-catalog/fixed-income-calculation-api)
6
- [![PyPi](https://img.shields.io/pypi/v/fds.sdk.FixedIncomeCalculation)](https://pypi.org/project/fds.sdk.FixedIncomeCalculation/)
6
+ [![PyPi](https://img.shields.io/pypi/v/fds.sdk.FixedIncomeCalculation/2.0.0)](https://pypi.org/project/fds.sdk.FixedIncomeCalculation/v/2.0.0)
7
7
  [![Apache-2 license](https://img.shields.io/badge/license-Apache2-brightgreen.svg)](https://www.apache.org/licenses/LICENSE-2.0)
8
8
 
9
9
  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: 1.2.1
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==1.2.1
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==1.2.1
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.7+. If you're using [pyenv](https://github.com/pyenv/pyenv):
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.9.7
45
- pyenv shell 3.9.7
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 2022 FactSet Research Systems Inc
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.
@@ -11,7 +11,7 @@
11
11
  """
12
12
 
13
13
 
14
- __version__ = "1.2.1"
14
+ __version__ = "2.0.0"
15
15
 
16
16
  # import ApiClient
17
17
  from fds.sdk.FixedIncomeCalculation.api_client import ApiClient
@@ -67,7 +67,7 @@ class PostAndCalculateResponseWrapper:
67
67
  if self.status_code != 201:
68
68
  raise ApiException(
69
69
  status=500,
70
- reason="Invalid response getter called. get_response_201 can't return a " + self.status_code + " response"
70
+ reason="Invalid response getter called. get_response_201 can't return a " + str(self.status_code) + " response"
71
71
  )
72
72
  return self.response
73
73
 
@@ -80,7 +80,7 @@ class PostAndCalculateResponseWrapper:
80
80
  if self.status_code != 202:
81
81
  raise ApiException(
82
82
  status=500,
83
- reason="Invalid response getter called. get_response_202 can't return a " + self.status_code + " response"
83
+ reason="Invalid response getter called. get_response_202 can't return a " + str(self.status_code) + " response"
84
84
  )
85
85
  return self.response
86
86
 
@@ -120,7 +120,7 @@ class PutAndCalculateResponseWrapper:
120
120
  if self.status_code != 201:
121
121
  raise ApiException(
122
122
  status=500,
123
- reason="Invalid response getter called. get_response_201 can't return a " + self.status_code + " response"
123
+ reason="Invalid response getter called. get_response_201 can't return a " + str(self.status_code) + " response"
124
124
  )
125
125
  return self.response
126
126
 
@@ -133,7 +133,7 @@ class PutAndCalculateResponseWrapper:
133
133
  if self.status_code != 202:
134
134
  raise ApiException(
135
135
  status=500,
136
- reason="Invalid response getter called. get_response_202 can't return a " + self.status_code + " response"
136
+ reason="Invalid response getter called. get_response_202 can't return a " + str(self.status_code) + " response"
137
137
  )
138
138
  return self.response
139
139
 
@@ -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/1.2.1 ({platform.system()}, Python {platform.python_version()})'
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: 1.2.1".\
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
1
+ Metadata-Version: 2.4
2
2
  Name: fds.sdk.FixedIncomeCalculation
3
- Version: 1.2.1
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
- Platform: UNKNOWN
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
  [![FactSet](https://raw.githubusercontent.com/factset/enterprise-sdk/main/docs/images/factset-logo.svg)](https://www.factset.com)
15
27
 
16
28
  # Fixed Income Calculation client library for Python
17
29
 
18
30
  [![API Version](https://img.shields.io/badge/api-v3.13.0-blue)](https://developer.factset.com/api-catalog/fixed-income-calculation-api)
19
- [![PyPi](https://img.shields.io/pypi/v/fds.sdk.FixedIncomeCalculation)](https://pypi.org/project/fds.sdk.FixedIncomeCalculation/)
31
+ [![PyPi](https://img.shields.io/pypi/v/fds.sdk.FixedIncomeCalculation/2.0.0)](https://pypi.org/project/fds.sdk.FixedIncomeCalculation/v/2.0.0)
20
32
  [![Apache-2 license](https://img.shields.io/badge/license-Apache2-brightgreen.svg)](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: 1.2.1
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==1.2.1
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==1.2.1
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.7+. If you're using [pyenv](https://github.com/pyenv/pyenv):
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.9.7
58
- pyenv shell 3.9.7
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 2022 FactSet Research Systems Inc
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
-
@@ -0,0 +1,3 @@
1
+ urllib3>=2.7.0
2
+ python-dateutil>=2.9.0.post0
3
+ fds.sdk.utils>=1.0.0
@@ -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 = "1.2.1"
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.1"
25
25
  # http://pypi.python.org/pypi/setuptools
26
26
 
27
27
  REQUIRES = [
28
- "urllib3 >= 1.25.3",
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.7",
40
+ python_requires=">=3.10",
41
41
  install_requires=REQUIRES,
42
42
  packages=find_packages(exclude=["test", "tests"]),
43
43
  include_package_data=True,
@@ -1,3 +0,0 @@
1
- urllib3>=1.25.3
2
- python-dateutil
3
- fds.sdk.utils>=1.0.0