fds.sdk.FixedIncomeCalculation 1.2.0__tar.gz → 1.2.2__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.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/PKG-INFO +5 -5
- {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/README.md +4 -4
- {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds/sdk/FixedIncomeCalculation/__init__.py +1 -1
- {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds/sdk/FixedIncomeCalculation/api/fi_calculations_api.py +4 -4
- {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds/sdk/FixedIncomeCalculation/api_client.py +2 -1
- {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds/sdk/FixedIncomeCalculation/configuration.py +1 -1
- {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds/sdk/FixedIncomeCalculation/model/calculation_meta.py +8 -0
- {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds/sdk/FixedIncomeCalculation/model/fi_attribution_for_securities.py +2 -0
- {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds/sdk/FixedIncomeCalculation/model/fi_balloon_extension.py +2 -0
- {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds/sdk/FixedIncomeCalculation/model/fi_cashflows.py +2 -0
- {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds/sdk/FixedIncomeCalculation/model/fi_convertible_settings.py +2 -0
- {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds/sdk/FixedIncomeCalculation/model/fi_job_settings.py +2 -0
- {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds/sdk/FixedIncomeCalculation/model/fi_market_environment.py +2 -0
- {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds/sdk/FixedIncomeCalculation/model/fi_prepay_lockout.py +4 -0
- {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds/sdk/FixedIncomeCalculation/model/fi_security.py +4 -0
- {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds/sdk/FixedIncomeCalculation/model/fi_servicer_advances.py +2 -0
- {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds/sdk/FixedIncomeCalculation/model/fi_servicer_advances_for_securities.py +2 -0
- {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds.sdk.FixedIncomeCalculation.egg-info/PKG-INFO +5 -5
- {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/setup.py +1 -1
- {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/LICENSE +0 -0
- {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds/__init__.py +0 -0
- {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds/sdk/FixedIncomeCalculation/api/__init__.py +0 -0
- {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds/sdk/FixedIncomeCalculation/api/discount_curves_api.py +0 -0
- {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds/sdk/FixedIncomeCalculation/apis/__init__.py +0 -0
- {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds/sdk/FixedIncomeCalculation/exceptions.py +0 -0
- {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds/sdk/FixedIncomeCalculation/model/__init__.py +0 -0
- {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds/sdk/FixedIncomeCalculation/model/calculation_info.py +0 -0
- {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds/sdk/FixedIncomeCalculation/model/calculation_info_root.py +0 -0
- {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds/sdk/FixedIncomeCalculation/model/client_error_response.py +0 -0
- {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds/sdk/FixedIncomeCalculation/model/error.py +0 -0
- {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds/sdk/FixedIncomeCalculation/model/error_source.py +0 -0
- {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds/sdk/FixedIncomeCalculation/model/fi_attribution_for_job_settings.py +0 -0
- {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds/sdk/FixedIncomeCalculation/model/fi_bank_loans.py +0 -0
- {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds/sdk/FixedIncomeCalculation/model/fi_calculation_parameters.py +0 -0
- {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds/sdk/FixedIncomeCalculation/model/fi_calculation_parameters_root.py +0 -0
- {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds/sdk/FixedIncomeCalculation/model/fi_discount_curve_info.py +0 -0
- {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds/sdk/FixedIncomeCalculation/model/fi_discount_curve_info_root.py +0 -0
- {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds/sdk/FixedIncomeCalculation/model/fi_loss.py +0 -0
- {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds/sdk/FixedIncomeCalculation/model/fi_municipal_bonds.py +0 -0
- {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds/sdk/FixedIncomeCalculation/model/fi_municipal_bonds_for_job_settings.py +0 -0
- {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds/sdk/FixedIncomeCalculation/model/fi_prepay.py +0 -0
- {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds/sdk/FixedIncomeCalculation/model/fi_reference_prepay.py +0 -0
- {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds/sdk/FixedIncomeCalculation/model/fi_reference_security.py +0 -0
- {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds/sdk/FixedIncomeCalculation/model/fi_structured_products_for_job_settings.py +0 -0
- {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds/sdk/FixedIncomeCalculation/model/fi_structured_products_for_securities.py +0 -0
- {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds/sdk/FixedIncomeCalculation/model/object_root.py +0 -0
- {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds/sdk/FixedIncomeCalculation/model_utils.py +0 -0
- {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds/sdk/FixedIncomeCalculation/models/__init__.py +0 -0
- {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds/sdk/FixedIncomeCalculation/rest.py +0 -0
- {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds/sdk/__init__.py +0 -0
- {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds.sdk.FixedIncomeCalculation.egg-info/SOURCES.txt +0 -0
- {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds.sdk.FixedIncomeCalculation.egg-info/dependency_links.txt +0 -0
- {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds.sdk.FixedIncomeCalculation.egg-info/requires.txt +0 -0
- {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds.sdk.FixedIncomeCalculation.egg-info/top_level.txt +0 -0
- {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: fds.sdk.FixedIncomeCalculation
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.2
|
|
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
|
|
@@ -16,7 +16,7 @@ License-File: LICENSE
|
|
|
16
16
|
# Fixed Income Calculation client library for Python
|
|
17
17
|
|
|
18
18
|
[](https://developer.factset.com/api-catalog/fixed-income-calculation-api)
|
|
19
|
-
[](https://pypi.org/project/fds.sdk.FixedIncomeCalculation/)
|
|
19
|
+
[](https://pypi.org/project/fds.sdk.FixedIncomeCalculation/v/1.2.2)
|
|
20
20
|
[](https://www.apache.org/licenses/LICENSE-2.0)
|
|
21
21
|
|
|
22
22
|
Allow clients to fetch Analytics through APIs.
|
|
@@ -24,7 +24,7 @@ Allow clients to fetch Analytics through APIs.
|
|
|
24
24
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
25
25
|
|
|
26
26
|
- API version: 3.13.0
|
|
27
|
-
- SDK version: 1.2.
|
|
27
|
+
- SDK version: 1.2.2
|
|
28
28
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
29
29
|
|
|
30
30
|
For more information, please visit [https://developer.factset.com/contact](https://developer.factset.com/contact)
|
|
@@ -38,13 +38,13 @@ For more information, please visit [https://developer.factset.com/contact](https
|
|
|
38
38
|
### Poetry
|
|
39
39
|
|
|
40
40
|
```shell
|
|
41
|
-
poetry add fds.sdk.utils fds.sdk.FixedIncomeCalculation==1.2.
|
|
41
|
+
poetry add fds.sdk.utils fds.sdk.FixedIncomeCalculation==1.2.2
|
|
42
42
|
```
|
|
43
43
|
|
|
44
44
|
### pip
|
|
45
45
|
|
|
46
46
|
```shell
|
|
47
|
-
pip install fds.sdk.utils fds.sdk.FixedIncomeCalculation==1.2.
|
|
47
|
+
pip install fds.sdk.utils fds.sdk.FixedIncomeCalculation==1.2.2
|
|
48
48
|
```
|
|
49
49
|
|
|
50
50
|
## Usage
|
|
@@ -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/)
|
|
6
|
+
[](https://pypi.org/project/fds.sdk.FixedIncomeCalculation/v/1.2.2)
|
|
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: 1.2.
|
|
14
|
+
- SDK version: 1.2.2
|
|
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,13 +25,13 @@ 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.
|
|
28
|
+
poetry add fds.sdk.utils fds.sdk.FixedIncomeCalculation==1.2.2
|
|
29
29
|
```
|
|
30
30
|
|
|
31
31
|
### pip
|
|
32
32
|
|
|
33
33
|
```shell
|
|
34
|
-
pip install fds.sdk.utils fds.sdk.FixedIncomeCalculation==1.2.
|
|
34
|
+
pip install fds.sdk.utils fds.sdk.FixedIncomeCalculation==1.2.2
|
|
35
35
|
```
|
|
36
36
|
|
|
37
37
|
## Usage
|
|
@@ -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
|
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
import json
|
|
13
|
+
import platform
|
|
13
14
|
import atexit
|
|
14
15
|
import mimetypes
|
|
15
16
|
from multiprocessing.pool import ThreadPool
|
|
@@ -115,7 +116,7 @@ class ApiClient(object):
|
|
|
115
116
|
self.default_headers[header_name] = header_value
|
|
116
117
|
self.cookie = cookie
|
|
117
118
|
# Set default User-Agent.
|
|
118
|
-
self.user_agent = 'fds-sdk/python/FixedIncomeCalculation/1.2.
|
|
119
|
+
self.user_agent = f'fds-sdk/python/FixedIncomeCalculation/1.2.2 ({platform.system()}, Python {platform.python_version()})'
|
|
119
120
|
|
|
120
121
|
def __enter__(self):
|
|
121
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.
|
|
433
|
+
"SDK Package Version: 1.2.2".\
|
|
434
434
|
format(env=sys.platform, pyversion=sys.version)
|
|
435
435
|
|
|
436
436
|
def get_host_settings(self):
|
|
@@ -61,16 +61,22 @@ class CalculationMeta(ModelNormal):
|
|
|
61
61
|
'ROW': "Row",
|
|
62
62
|
'COLUMN': "Column",
|
|
63
63
|
'SIMPLIFIEDROW': "SimplifiedRow",
|
|
64
|
+
|
|
65
|
+
|
|
64
66
|
},
|
|
65
67
|
('stach_content_organization',): {
|
|
66
68
|
'NONE': "None",
|
|
67
69
|
'ROW': "Row",
|
|
68
70
|
'COLUMN': "Column",
|
|
69
71
|
'SIMPLIFIEDROW': "SimplifiedRow",
|
|
72
|
+
|
|
73
|
+
|
|
70
74
|
},
|
|
71
75
|
('contenttype',): {
|
|
72
76
|
'JSON': "Json",
|
|
73
77
|
'BINARY': "Binary",
|
|
78
|
+
|
|
79
|
+
|
|
74
80
|
},
|
|
75
81
|
('format',): {
|
|
76
82
|
'JSONSTACH': "JsonStach",
|
|
@@ -82,6 +88,8 @@ class CalculationMeta(ModelNormal):
|
|
|
82
88
|
'PDF': "Pdf",
|
|
83
89
|
'PPTX': "Pptx",
|
|
84
90
|
'FEATHER': "Feather",
|
|
91
|
+
|
|
92
|
+
|
|
85
93
|
},
|
|
86
94
|
}
|
|
87
95
|
|
|
@@ -80,11 +80,15 @@ class FISecurity(ModelNormal):
|
|
|
80
80
|
'INTRINSIC_VALUE': "Intrinsic Value",
|
|
81
81
|
'FIRST_CALL': "First Call",
|
|
82
82
|
'FIRST_PAR': "First Par",
|
|
83
|
+
|
|
84
|
+
|
|
83
85
|
},
|
|
84
86
|
('face_type',): {
|
|
85
87
|
'None': None,
|
|
86
88
|
'CURRENT': "Current",
|
|
87
89
|
'ORIGINAL': "Original",
|
|
90
|
+
|
|
91
|
+
|
|
88
92
|
},
|
|
89
93
|
}
|
|
90
94
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: fds.sdk.FixedIncomeCalculation
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.2
|
|
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
|
|
@@ -16,7 +16,7 @@ License-File: LICENSE
|
|
|
16
16
|
# Fixed Income Calculation client library for Python
|
|
17
17
|
|
|
18
18
|
[](https://developer.factset.com/api-catalog/fixed-income-calculation-api)
|
|
19
|
-
[](https://pypi.org/project/fds.sdk.FixedIncomeCalculation/)
|
|
19
|
+
[](https://pypi.org/project/fds.sdk.FixedIncomeCalculation/v/1.2.2)
|
|
20
20
|
[](https://www.apache.org/licenses/LICENSE-2.0)
|
|
21
21
|
|
|
22
22
|
Allow clients to fetch Analytics through APIs.
|
|
@@ -24,7 +24,7 @@ Allow clients to fetch Analytics through APIs.
|
|
|
24
24
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
25
25
|
|
|
26
26
|
- API version: 3.13.0
|
|
27
|
-
- SDK version: 1.2.
|
|
27
|
+
- SDK version: 1.2.2
|
|
28
28
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
29
29
|
|
|
30
30
|
For more information, please visit [https://developer.factset.com/contact](https://developer.factset.com/contact)
|
|
@@ -38,13 +38,13 @@ For more information, please visit [https://developer.factset.com/contact](https
|
|
|
38
38
|
### Poetry
|
|
39
39
|
|
|
40
40
|
```shell
|
|
41
|
-
poetry add fds.sdk.utils fds.sdk.FixedIncomeCalculation==1.2.
|
|
41
|
+
poetry add fds.sdk.utils fds.sdk.FixedIncomeCalculation==1.2.2
|
|
42
42
|
```
|
|
43
43
|
|
|
44
44
|
### pip
|
|
45
45
|
|
|
46
46
|
```shell
|
|
47
|
-
pip install fds.sdk.utils fds.sdk.FixedIncomeCalculation==1.2.
|
|
47
|
+
pip install fds.sdk.utils fds.sdk.FixedIncomeCalculation==1.2.2
|
|
48
48
|
```
|
|
49
49
|
|
|
50
50
|
## Usage
|
|
@@ -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.
|
|
19
|
+
VERSION = "1.2.2"
|
|
20
20
|
# To install the library, run the following
|
|
21
21
|
#
|
|
22
22
|
# python setup.py install
|
|
File without changes
|
{fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/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
|
{fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds/sdk/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|