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.
Files changed (55) hide show
  1. {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/PKG-INFO +5 -5
  2. {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/README.md +4 -4
  3. {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds/sdk/FixedIncomeCalculation/__init__.py +1 -1
  4. {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds/sdk/FixedIncomeCalculation/api/fi_calculations_api.py +4 -4
  5. {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds/sdk/FixedIncomeCalculation/api_client.py +2 -1
  6. {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds/sdk/FixedIncomeCalculation/configuration.py +1 -1
  7. {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds/sdk/FixedIncomeCalculation/model/calculation_meta.py +8 -0
  8. {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds/sdk/FixedIncomeCalculation/model/fi_attribution_for_securities.py +2 -0
  9. {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds/sdk/FixedIncomeCalculation/model/fi_balloon_extension.py +2 -0
  10. {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds/sdk/FixedIncomeCalculation/model/fi_cashflows.py +2 -0
  11. {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds/sdk/FixedIncomeCalculation/model/fi_convertible_settings.py +2 -0
  12. {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds/sdk/FixedIncomeCalculation/model/fi_job_settings.py +2 -0
  13. {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds/sdk/FixedIncomeCalculation/model/fi_market_environment.py +2 -0
  14. {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds/sdk/FixedIncomeCalculation/model/fi_prepay_lockout.py +4 -0
  15. {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds/sdk/FixedIncomeCalculation/model/fi_security.py +4 -0
  16. {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds/sdk/FixedIncomeCalculation/model/fi_servicer_advances.py +2 -0
  17. {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds/sdk/FixedIncomeCalculation/model/fi_servicer_advances_for_securities.py +2 -0
  18. {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds.sdk.FixedIncomeCalculation.egg-info/PKG-INFO +5 -5
  19. {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/setup.py +1 -1
  20. {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/LICENSE +0 -0
  21. {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds/__init__.py +0 -0
  22. {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds/sdk/FixedIncomeCalculation/api/__init__.py +0 -0
  23. {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds/sdk/FixedIncomeCalculation/api/discount_curves_api.py +0 -0
  24. {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds/sdk/FixedIncomeCalculation/apis/__init__.py +0 -0
  25. {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds/sdk/FixedIncomeCalculation/exceptions.py +0 -0
  26. {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds/sdk/FixedIncomeCalculation/model/__init__.py +0 -0
  27. {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds/sdk/FixedIncomeCalculation/model/calculation_info.py +0 -0
  28. {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds/sdk/FixedIncomeCalculation/model/calculation_info_root.py +0 -0
  29. {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds/sdk/FixedIncomeCalculation/model/client_error_response.py +0 -0
  30. {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds/sdk/FixedIncomeCalculation/model/error.py +0 -0
  31. {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds/sdk/FixedIncomeCalculation/model/error_source.py +0 -0
  32. {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds/sdk/FixedIncomeCalculation/model/fi_attribution_for_job_settings.py +0 -0
  33. {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds/sdk/FixedIncomeCalculation/model/fi_bank_loans.py +0 -0
  34. {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds/sdk/FixedIncomeCalculation/model/fi_calculation_parameters.py +0 -0
  35. {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds/sdk/FixedIncomeCalculation/model/fi_calculation_parameters_root.py +0 -0
  36. {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds/sdk/FixedIncomeCalculation/model/fi_discount_curve_info.py +0 -0
  37. {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds/sdk/FixedIncomeCalculation/model/fi_discount_curve_info_root.py +0 -0
  38. {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds/sdk/FixedIncomeCalculation/model/fi_loss.py +0 -0
  39. {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds/sdk/FixedIncomeCalculation/model/fi_municipal_bonds.py +0 -0
  40. {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
  41. {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds/sdk/FixedIncomeCalculation/model/fi_prepay.py +0 -0
  42. {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds/sdk/FixedIncomeCalculation/model/fi_reference_prepay.py +0 -0
  43. {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds/sdk/FixedIncomeCalculation/model/fi_reference_security.py +0 -0
  44. {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
  45. {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds/sdk/FixedIncomeCalculation/model/fi_structured_products_for_securities.py +0 -0
  46. {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds/sdk/FixedIncomeCalculation/model/object_root.py +0 -0
  47. {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds/sdk/FixedIncomeCalculation/model_utils.py +0 -0
  48. {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds/sdk/FixedIncomeCalculation/models/__init__.py +0 -0
  49. {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds/sdk/FixedIncomeCalculation/rest.py +0 -0
  50. {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds/sdk/__init__.py +0 -0
  51. {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds.sdk.FixedIncomeCalculation.egg-info/SOURCES.txt +0 -0
  52. {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds.sdk.FixedIncomeCalculation.egg-info/dependency_links.txt +0 -0
  53. {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds.sdk.FixedIncomeCalculation.egg-info/requires.txt +0 -0
  54. {fds.sdk.FixedIncomeCalculation-1.2.0 → fds.sdk.FixedIncomeCalculation-1.2.2}/fds.sdk.FixedIncomeCalculation.egg-info/top_level.txt +0 -0
  55. {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.0
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
  [![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/)
19
+ [![PyPi](https://img.shields.io/pypi/v/fds.sdk.FixedIncomeCalculation/1.2.2)](https://pypi.org/project/fds.sdk.FixedIncomeCalculation/v/1.2.2)
20
20
  [![Apache-2 license](https://img.shields.io/badge/license-Apache2-brightgreen.svg)](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.0
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.0
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.0
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
  [![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/1.2.2)](https://pypi.org/project/fds.sdk.FixedIncomeCalculation/v/1.2.2)
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.0
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.0
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.0
34
+ pip install fds.sdk.utils fds.sdk.FixedIncomeCalculation==1.2.2
35
35
  ```
36
36
 
37
37
  ## Usage
@@ -11,7 +11,7 @@
11
11
  """
12
12
 
13
13
 
14
- __version__ = "1.2.0"
14
+ __version__ = "1.2.2"
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
 
@@ -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.0'
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.0".\
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
 
@@ -62,6 +62,8 @@ class FIAttributionForSecurities(ModelNormal):
62
62
  'PRICING_MATRIX': "Pricing Matrix",
63
63
  'ACTUAL_SPREAD': "Actual Spread",
64
64
  'OAS': "OAS",
65
+
66
+
65
67
  },
66
68
  }
67
69
 
@@ -60,6 +60,8 @@ class FIBalloonExtension(ModelNormal):
60
60
  'NONE': "Loan_Amort_None",
61
61
  'REGULAR': "Loan_Amort_Regular",
62
62
  'DEFAULT': "Loan_Amort_Default",
63
+
64
+
63
65
  },
64
66
  }
65
67
 
@@ -63,6 +63,8 @@ class FICashflows(ModelNormal):
63
63
  'DATE': "Date",
64
64
  'DEAL_CLOSING': "Deal Closing",
65
65
  'SETTLE_DATE': "Settle Date",
66
+
67
+
66
68
  },
67
69
  }
68
70
 
@@ -61,6 +61,8 @@ class FIConvertibleSettings(ModelNormal):
61
61
  'NOCAP': "noCap",
62
62
  'SPECIFIEDRATE': "specifiedRate",
63
63
  'MULTIPLIER': "multiplier",
64
+
65
+
64
66
  },
65
67
  }
66
68
 
@@ -74,6 +74,8 @@ class FIJobSettings(ModelNormal):
74
74
  'INTRINSIC_VALUE': "Intrinsic Value",
75
75
  'FIRST_CALL': "First Call",
76
76
  'FIRST_PAR': "First Par",
77
+
78
+
77
79
  },
78
80
  }
79
81
 
@@ -60,6 +60,8 @@ class FIMarketEnvironment(ModelNormal):
60
60
  'FLAT': "FLAT",
61
61
  'FORWARD': "FORWARD",
62
62
  'FLAT_&_FORWARD': "FLAT & FORWARD",
63
+
64
+
63
65
  },
64
66
  }
65
67
 
@@ -60,11 +60,15 @@ class FIPrepayLockout(ModelNormal):
60
60
  'ANY': "ANY",
61
61
  'NO_LOCKOUT': "NO_LOCKOUT",
62
62
  'NUMERIC': "NUMERIC",
63
+
64
+
63
65
  },
64
66
  ('ym_above',): {
65
67
  'ANY': "ANY",
66
68
  'NO_LOCKOUT': "NO_LOCKOUT",
67
69
  'NUMERIC': "NUMERIC",
70
+
71
+
68
72
  },
69
73
  }
70
74
 
@@ -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
 
@@ -62,6 +62,8 @@ class FIServicerAdvances(ModelNormal):
62
62
  'DOES_NOT_ADVANCE': "Does Not Advance",
63
63
  'PRINCIPAL_ONLY': "Principal Only",
64
64
  'INTEREST_ONLY': "Interest Only",
65
+
66
+
65
67
  },
66
68
  }
67
69
 
@@ -62,6 +62,8 @@ class FIServicerAdvancesForSecurities(ModelNormal):
62
62
  'DOES_NOT_ADVANCE': "Does Not Advance",
63
63
  'PRINCIPAL_ONLY': "Principal Only",
64
64
  'INTEREST_ONLY': "Interest Only",
65
+
66
+
65
67
  },
66
68
  }
67
69
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: fds.sdk.FixedIncomeCalculation
3
- Version: 1.2.0
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
  [![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/)
19
+ [![PyPi](https://img.shields.io/pypi/v/fds.sdk.FixedIncomeCalculation/1.2.2)](https://pypi.org/project/fds.sdk.FixedIncomeCalculation/v/1.2.2)
20
20
  [![Apache-2 license](https://img.shields.io/badge/license-Apache2-brightgreen.svg)](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.0
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.0
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.0
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.0"
19
+ VERSION = "1.2.2"
20
20
  # To install the library, run the following
21
21
  #
22
22
  # python setup.py install