fds.sdk.SPAREngine 2.0.0__tar.gz → 2.0.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 (64) hide show
  1. {fds.sdk.SPAREngine-2.0.0 → fds.sdk.SPAREngine-2.0.2}/PKG-INFO +6 -6
  2. {fds.sdk.SPAREngine-2.0.0 → fds.sdk.SPAREngine-2.0.2}/README.md +5 -5
  3. {fds.sdk.SPAREngine-2.0.0 → fds.sdk.SPAREngine-2.0.2}/fds/sdk/SPAREngine/__init__.py +2 -2
  4. {fds.sdk.SPAREngine-2.0.0 → fds.sdk.SPAREngine-2.0.2}/fds/sdk/SPAREngine/api/accounts_api.py +1 -1
  5. {fds.sdk.SPAREngine-2.0.0 → fds.sdk.SPAREngine-2.0.2}/fds/sdk/SPAREngine/api/benchmarks_api.py +1 -1
  6. {fds.sdk.SPAREngine-2.0.0 → fds.sdk.SPAREngine-2.0.2}/fds/sdk/SPAREngine/api/components_api.py +1 -1
  7. {fds.sdk.SPAREngine-2.0.0 → fds.sdk.SPAREngine-2.0.2}/fds/sdk/SPAREngine/api/currencies_api.py +1 -1
  8. {fds.sdk.SPAREngine-2.0.0 → fds.sdk.SPAREngine-2.0.2}/fds/sdk/SPAREngine/api/documents_api.py +1 -1
  9. {fds.sdk.SPAREngine-2.0.0 → fds.sdk.SPAREngine-2.0.2}/fds/sdk/SPAREngine/api/frequencies_api.py +1 -1
  10. {fds.sdk.SPAREngine-2.0.0 → fds.sdk.SPAREngine-2.0.2}/fds/sdk/SPAREngine/api/spar_calculations_api.py +1 -1
  11. {fds.sdk.SPAREngine-2.0.0 → fds.sdk.SPAREngine-2.0.2}/fds/sdk/SPAREngine/api_client.py +3 -2
  12. {fds.sdk.SPAREngine-2.0.0 → fds.sdk.SPAREngine-2.0.2}/fds/sdk/SPAREngine/configuration.py +3 -3
  13. {fds.sdk.SPAREngine-2.0.0 → fds.sdk.SPAREngine-2.0.2}/fds/sdk/SPAREngine/exceptions.py +1 -1
  14. {fds.sdk.SPAREngine-2.0.0 → fds.sdk.SPAREngine-2.0.2}/fds/sdk/SPAREngine/model/account_directories.py +1 -1
  15. {fds.sdk.SPAREngine-2.0.0 → fds.sdk.SPAREngine-2.0.2}/fds/sdk/SPAREngine/model/account_directories_root.py +1 -1
  16. {fds.sdk.SPAREngine-2.0.0 → fds.sdk.SPAREngine-2.0.2}/fds/sdk/SPAREngine/model/calculation_meta.py +9 -1
  17. {fds.sdk.SPAREngine-2.0.0 → fds.sdk.SPAREngine-2.0.2}/fds/sdk/SPAREngine/model/calculation_status.py +3 -1
  18. {fds.sdk.SPAREngine-2.0.0 → fds.sdk.SPAREngine-2.0.2}/fds/sdk/SPAREngine/model/calculation_status_meta.py +1 -1
  19. {fds.sdk.SPAREngine-2.0.0 → fds.sdk.SPAREngine-2.0.2}/fds/sdk/SPAREngine/model/calculation_status_root.py +1 -1
  20. {fds.sdk.SPAREngine-2.0.0 → fds.sdk.SPAREngine-2.0.2}/fds/sdk/SPAREngine/model/calculation_unit_status.py +3 -1
  21. {fds.sdk.SPAREngine-2.0.0 → fds.sdk.SPAREngine-2.0.2}/fds/sdk/SPAREngine/model/calculation_unit_status_meta.py +1 -1
  22. {fds.sdk.SPAREngine-2.0.0 → fds.sdk.SPAREngine-2.0.2}/fds/sdk/SPAREngine/model/calculations_summary.py +3 -1
  23. {fds.sdk.SPAREngine-2.0.0 → fds.sdk.SPAREngine-2.0.2}/fds/sdk/SPAREngine/model/calculations_summary_root.py +1 -1
  24. {fds.sdk.SPAREngine-2.0.0 → fds.sdk.SPAREngine-2.0.2}/fds/sdk/SPAREngine/model/client_error_response.py +1 -1
  25. {fds.sdk.SPAREngine-2.0.0 → fds.sdk.SPAREngine-2.0.2}/fds/sdk/SPAREngine/model/component_summary.py +1 -1
  26. {fds.sdk.SPAREngine-2.0.0 → fds.sdk.SPAREngine-2.0.2}/fds/sdk/SPAREngine/model/component_summary_root.py +1 -1
  27. {fds.sdk.SPAREngine-2.0.0 → fds.sdk.SPAREngine-2.0.2}/fds/sdk/SPAREngine/model/currency.py +1 -1
  28. {fds.sdk.SPAREngine-2.0.0 → fds.sdk.SPAREngine-2.0.2}/fds/sdk/SPAREngine/model/currency_root.py +1 -1
  29. {fds.sdk.SPAREngine-2.0.0 → fds.sdk.SPAREngine-2.0.2}/fds/sdk/SPAREngine/model/document_directories.py +1 -1
  30. {fds.sdk.SPAREngine-2.0.0 → fds.sdk.SPAREngine-2.0.2}/fds/sdk/SPAREngine/model/document_directories_root.py +1 -1
  31. {fds.sdk.SPAREngine-2.0.0 → fds.sdk.SPAREngine-2.0.2}/fds/sdk/SPAREngine/model/error.py +1 -1
  32. {fds.sdk.SPAREngine-2.0.0 → fds.sdk.SPAREngine-2.0.2}/fds/sdk/SPAREngine/model/error_source.py +1 -1
  33. {fds.sdk.SPAREngine-2.0.0 → fds.sdk.SPAREngine-2.0.2}/fds/sdk/SPAREngine/model/frequency.py +1 -1
  34. {fds.sdk.SPAREngine-2.0.0 → fds.sdk.SPAREngine-2.0.2}/fds/sdk/SPAREngine/model/frequency_root.py +1 -1
  35. {fds.sdk.SPAREngine-2.0.0 → fds.sdk.SPAREngine-2.0.2}/fds/sdk/SPAREngine/model/object_root.py +1 -1
  36. {fds.sdk.SPAREngine-2.0.0 → fds.sdk.SPAREngine-2.0.2}/fds/sdk/SPAREngine/model/pagination_info.py +1 -1
  37. {fds.sdk.SPAREngine-2.0.0 → fds.sdk.SPAREngine-2.0.2}/fds/sdk/SPAREngine/model/pagination_meta.py +1 -1
  38. {fds.sdk.SPAREngine-2.0.0 → fds.sdk.SPAREngine-2.0.2}/fds/sdk/SPAREngine/model/return_type.py +1 -1
  39. {fds.sdk.SPAREngine-2.0.0 → fds.sdk.SPAREngine-2.0.2}/fds/sdk/SPAREngine/model/spar_accounts.py +1 -1
  40. {fds.sdk.SPAREngine-2.0.0 → fds.sdk.SPAREngine-2.0.2}/fds/sdk/SPAREngine/model/spar_accounts_root.py +1 -1
  41. {fds.sdk.SPAREngine-2.0.0 → fds.sdk.SPAREngine-2.0.2}/fds/sdk/SPAREngine/model/spar_benchmark.py +1 -1
  42. {fds.sdk.SPAREngine-2.0.0 → fds.sdk.SPAREngine-2.0.2}/fds/sdk/SPAREngine/model/spar_benchmark_root.py +1 -1
  43. {fds.sdk.SPAREngine-2.0.0 → fds.sdk.SPAREngine-2.0.2}/fds/sdk/SPAREngine/model/spar_calculation_parameters.py +1 -1
  44. {fds.sdk.SPAREngine-2.0.0 → fds.sdk.SPAREngine-2.0.2}/fds/sdk/SPAREngine/model/spar_calculation_parameters_root.py +1 -1
  45. {fds.sdk.SPAREngine-2.0.0 → fds.sdk.SPAREngine-2.0.2}/fds/sdk/SPAREngine/model/spar_component.py +1 -1
  46. {fds.sdk.SPAREngine-2.0.0 → fds.sdk.SPAREngine-2.0.2}/fds/sdk/SPAREngine/model/spar_component_root.py +1 -1
  47. {fds.sdk.SPAREngine-2.0.0 → fds.sdk.SPAREngine-2.0.2}/fds/sdk/SPAREngine/model/spar_date_parameters.py +5 -1
  48. {fds.sdk.SPAREngine-2.0.0 → fds.sdk.SPAREngine-2.0.2}/fds/sdk/SPAREngine/model/spar_identifier.py +1 -1
  49. {fds.sdk.SPAREngine-2.0.0 → fds.sdk.SPAREngine-2.0.2}/fds/sdk/SPAREngine/model_utils.py +1 -1
  50. {fds.sdk.SPAREngine-2.0.0 → fds.sdk.SPAREngine-2.0.2}/fds/sdk/SPAREngine/rest.py +1 -1
  51. {fds.sdk.SPAREngine-2.0.0 → fds.sdk.SPAREngine-2.0.2}/fds.sdk.SPAREngine.egg-info/PKG-INFO +6 -6
  52. {fds.sdk.SPAREngine-2.0.0 → fds.sdk.SPAREngine-2.0.2}/setup.py +2 -2
  53. {fds.sdk.SPAREngine-2.0.0 → fds.sdk.SPAREngine-2.0.2}/LICENSE +0 -0
  54. {fds.sdk.SPAREngine-2.0.0 → fds.sdk.SPAREngine-2.0.2}/fds/__init__.py +0 -0
  55. {fds.sdk.SPAREngine-2.0.0 → fds.sdk.SPAREngine-2.0.2}/fds/sdk/SPAREngine/api/__init__.py +0 -0
  56. {fds.sdk.SPAREngine-2.0.0 → fds.sdk.SPAREngine-2.0.2}/fds/sdk/SPAREngine/apis/__init__.py +0 -0
  57. {fds.sdk.SPAREngine-2.0.0 → fds.sdk.SPAREngine-2.0.2}/fds/sdk/SPAREngine/model/__init__.py +0 -0
  58. {fds.sdk.SPAREngine-2.0.0 → fds.sdk.SPAREngine-2.0.2}/fds/sdk/SPAREngine/models/__init__.py +0 -0
  59. {fds.sdk.SPAREngine-2.0.0 → fds.sdk.SPAREngine-2.0.2}/fds/sdk/__init__.py +0 -0
  60. {fds.sdk.SPAREngine-2.0.0 → fds.sdk.SPAREngine-2.0.2}/fds.sdk.SPAREngine.egg-info/SOURCES.txt +0 -0
  61. {fds.sdk.SPAREngine-2.0.0 → fds.sdk.SPAREngine-2.0.2}/fds.sdk.SPAREngine.egg-info/dependency_links.txt +0 -0
  62. {fds.sdk.SPAREngine-2.0.0 → fds.sdk.SPAREngine-2.0.2}/fds.sdk.SPAREngine.egg-info/requires.txt +0 -0
  63. {fds.sdk.SPAREngine-2.0.0 → fds.sdk.SPAREngine-2.0.2}/fds.sdk.SPAREngine.egg-info/top_level.txt +0 -0
  64. {fds.sdk.SPAREngine-2.0.0 → fds.sdk.SPAREngine-2.0.2}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: fds.sdk.SPAREngine
3
- Version: 2.0.0
3
+ Version: 2.0.2
4
4
  Summary: Style Performance and Risk Analysis (SPAR) Engine client library for Python
5
5
  Home-page: https://github.com/FactSet/enterprise-sdk/tree/main/code/python/SPAREngine/v3
6
6
  Author: FactSet Research Systems
@@ -15,7 +15,7 @@ License-File: LICENSE
15
15
 
16
16
  # Style Performance and Risk Analysis (SPAR) Engine client library for Python
17
17
 
18
- [![API Version](https://img.shields.io/badge/api-v3.13.4-blue)](https://developer.factset.com/api-catalog/spar-engine-api)
18
+ [![API Version](https://img.shields.io/badge/api-v3.14.0-blue)](https://developer.factset.com/api-catalog/spar-engine-api)
19
19
  [![PyPi](https://img.shields.io/pypi/v/fds.sdk.SPAREngine)](https://pypi.org/project/fds.sdk.SPAREngine/)
20
20
  [![Apache-2 license](https://img.shields.io/badge/license-Apache2-brightgreen.svg)](https://www.apache.org/licenses/LICENSE-2.0)
21
21
 
@@ -23,8 +23,8 @@ Allow clients to fetch Analytics through APIs.
23
23
 
24
24
  This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
25
25
 
26
- - API version: 3.13.4
27
- - SDK version: 2.0.0
26
+ - API version: 3.14.0
27
+ - SDK version: 2.0.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.protobuf.stach.extensions fds.sdk.SPAREngine==2.0.0
41
+ poetry add fds.sdk.utils fds.protobuf.stach.extensions fds.sdk.SPAREngine==2.0.2
42
42
  ```
43
43
 
44
44
  ### pip
45
45
 
46
46
  ```shell
47
- pip install fds.sdk.utils fds.protobuf.stach.extensions fds.sdk.SPAREngine==2.0.0
47
+ pip install fds.sdk.utils fds.protobuf.stach.extensions fds.sdk.SPAREngine==2.0.2
48
48
  ```
49
49
 
50
50
  ## Usage
@@ -2,7 +2,7 @@
2
2
 
3
3
  # Style Performance and Risk Analysis (SPAR) Engine client library for Python
4
4
 
5
- [![API Version](https://img.shields.io/badge/api-v3.13.4-blue)](https://developer.factset.com/api-catalog/spar-engine-api)
5
+ [![API Version](https://img.shields.io/badge/api-v3.14.0-blue)](https://developer.factset.com/api-catalog/spar-engine-api)
6
6
  [![PyPi](https://img.shields.io/pypi/v/fds.sdk.SPAREngine)](https://pypi.org/project/fds.sdk.SPAREngine/)
7
7
  [![Apache-2 license](https://img.shields.io/badge/license-Apache2-brightgreen.svg)](https://www.apache.org/licenses/LICENSE-2.0)
8
8
 
@@ -10,8 +10,8 @@ Allow clients to fetch Analytics through APIs.
10
10
 
11
11
  This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
12
12
 
13
- - API version: 3.13.4
14
- - SDK version: 2.0.0
13
+ - API version: 3.14.0
14
+ - SDK version: 2.0.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.protobuf.stach.extensions fds.sdk.SPAREngine==2.0.0
28
+ poetry add fds.sdk.utils fds.protobuf.stach.extensions fds.sdk.SPAREngine==2.0.2
29
29
  ```
30
30
 
31
31
  ### pip
32
32
 
33
33
  ```shell
34
- pip install fds.sdk.utils fds.protobuf.stach.extensions fds.sdk.SPAREngine==2.0.0
34
+ pip install fds.sdk.utils fds.protobuf.stach.extensions fds.sdk.SPAREngine==2.0.2
35
35
  ```
36
36
 
37
37
  ## Usage
@@ -5,13 +5,13 @@
5
5
 
6
6
  Allow clients to fetch Analytics through APIs. # noqa: E501
7
7
 
8
- The version of the OpenAPI document: 3.13.4
8
+ The version of the OpenAPI document: 3.14.0
9
9
  Contact: api@factset.com
10
10
  Generated by: https://openapi-generator.tech
11
11
  """
12
12
 
13
13
 
14
- __version__ = "2.0.0"
14
+ __version__ = "2.0.2"
15
15
 
16
16
  # import ApiClient
17
17
  from fds.sdk.SPAREngine.api_client import ApiClient
@@ -3,7 +3,7 @@
3
3
 
4
4
  Allow clients to fetch Analytics through APIs. # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 3.13.4
6
+ The version of the OpenAPI document: 3.14.0
7
7
  Contact: api@factset.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -3,7 +3,7 @@
3
3
 
4
4
  Allow clients to fetch Analytics through APIs. # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 3.13.4
6
+ The version of the OpenAPI document: 3.14.0
7
7
  Contact: api@factset.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -3,7 +3,7 @@
3
3
 
4
4
  Allow clients to fetch Analytics through APIs. # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 3.13.4
6
+ The version of the OpenAPI document: 3.14.0
7
7
  Contact: api@factset.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -3,7 +3,7 @@
3
3
 
4
4
  Allow clients to fetch Analytics through APIs. # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 3.13.4
6
+ The version of the OpenAPI document: 3.14.0
7
7
  Contact: api@factset.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -3,7 +3,7 @@
3
3
 
4
4
  Allow clients to fetch Analytics through APIs. # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 3.13.4
6
+ The version of the OpenAPI document: 3.14.0
7
7
  Contact: api@factset.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -3,7 +3,7 @@
3
3
 
4
4
  Allow clients to fetch Analytics through APIs. # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 3.13.4
6
+ The version of the OpenAPI document: 3.14.0
7
7
  Contact: api@factset.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -3,7 +3,7 @@
3
3
 
4
4
  Allow clients to fetch Analytics through APIs. # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 3.13.4
6
+ The version of the OpenAPI document: 3.14.0
7
7
  Contact: api@factset.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -3,13 +3,14 @@
3
3
 
4
4
  Allow clients to fetch Analytics through APIs. # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 3.13.4
6
+ The version of the OpenAPI document: 3.14.0
7
7
  Contact: api@factset.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
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/SPAREngine/2.0.0'
119
+ self.user_agent = f'fds-sdk/python/SPAREngine/2.0.2 ({platform.system()}, Python {platform.python_version()})'
119
120
 
120
121
  def __enter__(self):
121
122
  return self
@@ -3,7 +3,7 @@
3
3
 
4
4
  Allow clients to fetch Analytics through APIs. # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 3.13.4
6
+ The version of the OpenAPI document: 3.14.0
7
7
  Contact: api@factset.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -429,8 +429,8 @@ conf = fds.sdk.SPAREngine.Configuration(
429
429
  return "Python SDK Debug Report:\n"\
430
430
  "OS: {env}\n"\
431
431
  "Python Version: {pyversion}\n"\
432
- "Version of the API: 3.13.4\n"\
433
- "SDK Package Version: 2.0.0".\
432
+ "Version of the API: 3.14.0\n"\
433
+ "SDK Package Version: 2.0.2".\
434
434
  format(env=sys.platform, pyversion=sys.version)
435
435
 
436
436
  def get_host_settings(self):
@@ -3,7 +3,7 @@
3
3
 
4
4
  Allow clients to fetch Analytics through APIs. # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 3.13.4
6
+ The version of the OpenAPI document: 3.14.0
7
7
  Contact: api@factset.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -3,7 +3,7 @@
3
3
 
4
4
  Allow clients to fetch Analytics through APIs. # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 3.13.4
6
+ The version of the OpenAPI document: 3.14.0
7
7
  Contact: api@factset.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -3,7 +3,7 @@
3
3
 
4
4
  Allow clients to fetch Analytics through APIs. # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 3.13.4
6
+ The version of the OpenAPI document: 3.14.0
7
7
  Contact: api@factset.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -3,7 +3,7 @@
3
3
 
4
4
  Allow clients to fetch Analytics through APIs. # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 3.13.4
6
+ The version of the OpenAPI document: 3.14.0
7
7
  Contact: api@factset.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -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
 
@@ -3,7 +3,7 @@
3
3
 
4
4
  Allow clients to fetch Analytics through APIs. # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 3.13.4
6
+ The version of the OpenAPI document: 3.14.0
7
7
  Contact: api@factset.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -65,6 +65,8 @@ class CalculationStatus(ModelNormal):
65
65
  'EXECUTING': "Executing",
66
66
  'COMPLETED': "Completed",
67
67
  'CANCELLED': "Cancelled",
68
+
69
+
68
70
  },
69
71
  }
70
72
 
@@ -3,7 +3,7 @@
3
3
 
4
4
  Allow clients to fetch Analytics through APIs. # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 3.13.4
6
+ The version of the OpenAPI document: 3.14.0
7
7
  Contact: api@factset.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -3,7 +3,7 @@
3
3
 
4
4
  Allow clients to fetch Analytics through APIs. # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 3.13.4
6
+ The version of the OpenAPI document: 3.14.0
7
7
  Contact: api@factset.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -3,7 +3,7 @@
3
3
 
4
4
  Allow clients to fetch Analytics through APIs. # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 3.13.4
6
+ The version of the OpenAPI document: 3.14.0
7
7
  Contact: api@factset.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -66,6 +66,8 @@ class CalculationUnitStatus(ModelNormal):
66
66
  'SUCCESS': "Success",
67
67
  'FAILED': "Failed",
68
68
  'CANCELLED': "Cancelled",
69
+
70
+
69
71
  },
70
72
  }
71
73
 
@@ -3,7 +3,7 @@
3
3
 
4
4
  Allow clients to fetch Analytics through APIs. # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 3.13.4
6
+ The version of the OpenAPI document: 3.14.0
7
7
  Contact: api@factset.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -3,7 +3,7 @@
3
3
 
4
4
  Allow clients to fetch Analytics through APIs. # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 3.13.4
6
+ The version of the OpenAPI document: 3.14.0
7
7
  Contact: api@factset.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -61,6 +61,8 @@ class CalculationsSummary(ModelNormal):
61
61
  'EXECUTING': "Executing",
62
62
  'COMPLETED': "Completed",
63
63
  'CANCELLED': "Cancelled",
64
+
65
+
64
66
  },
65
67
  }
66
68
 
@@ -3,7 +3,7 @@
3
3
 
4
4
  Allow clients to fetch Analytics through APIs. # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 3.13.4
6
+ The version of the OpenAPI document: 3.14.0
7
7
  Contact: api@factset.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -3,7 +3,7 @@
3
3
 
4
4
  Allow clients to fetch Analytics through APIs. # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 3.13.4
6
+ The version of the OpenAPI document: 3.14.0
7
7
  Contact: api@factset.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -3,7 +3,7 @@
3
3
 
4
4
  Allow clients to fetch Analytics through APIs. # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 3.13.4
6
+ The version of the OpenAPI document: 3.14.0
7
7
  Contact: api@factset.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -3,7 +3,7 @@
3
3
 
4
4
  Allow clients to fetch Analytics through APIs. # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 3.13.4
6
+ The version of the OpenAPI document: 3.14.0
7
7
  Contact: api@factset.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -3,7 +3,7 @@
3
3
 
4
4
  Allow clients to fetch Analytics through APIs. # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 3.13.4
6
+ The version of the OpenAPI document: 3.14.0
7
7
  Contact: api@factset.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -3,7 +3,7 @@
3
3
 
4
4
  Allow clients to fetch Analytics through APIs. # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 3.13.4
6
+ The version of the OpenAPI document: 3.14.0
7
7
  Contact: api@factset.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -3,7 +3,7 @@
3
3
 
4
4
  Allow clients to fetch Analytics through APIs. # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 3.13.4
6
+ The version of the OpenAPI document: 3.14.0
7
7
  Contact: api@factset.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -3,7 +3,7 @@
3
3
 
4
4
  Allow clients to fetch Analytics through APIs. # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 3.13.4
6
+ The version of the OpenAPI document: 3.14.0
7
7
  Contact: api@factset.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -3,7 +3,7 @@
3
3
 
4
4
  Allow clients to fetch Analytics through APIs. # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 3.13.4
6
+ The version of the OpenAPI document: 3.14.0
7
7
  Contact: api@factset.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -3,7 +3,7 @@
3
3
 
4
4
  Allow clients to fetch Analytics through APIs. # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 3.13.4
6
+ The version of the OpenAPI document: 3.14.0
7
7
  Contact: api@factset.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -3,7 +3,7 @@
3
3
 
4
4
  Allow clients to fetch Analytics through APIs. # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 3.13.4
6
+ The version of the OpenAPI document: 3.14.0
7
7
  Contact: api@factset.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -3,7 +3,7 @@
3
3
 
4
4
  Allow clients to fetch Analytics through APIs. # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 3.13.4
6
+ The version of the OpenAPI document: 3.14.0
7
7
  Contact: api@factset.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -3,7 +3,7 @@
3
3
 
4
4
  Allow clients to fetch Analytics through APIs. # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 3.13.4
6
+ The version of the OpenAPI document: 3.14.0
7
7
  Contact: api@factset.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -3,7 +3,7 @@
3
3
 
4
4
  Allow clients to fetch Analytics through APIs. # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 3.13.4
6
+ The version of the OpenAPI document: 3.14.0
7
7
  Contact: api@factset.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -3,7 +3,7 @@
3
3
 
4
4
  Allow clients to fetch Analytics through APIs. # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 3.13.4
6
+ The version of the OpenAPI document: 3.14.0
7
7
  Contact: api@factset.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -3,7 +3,7 @@
3
3
 
4
4
  Allow clients to fetch Analytics through APIs. # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 3.13.4
6
+ The version of the OpenAPI document: 3.14.0
7
7
  Contact: api@factset.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -3,7 +3,7 @@
3
3
 
4
4
  Allow clients to fetch Analytics through APIs. # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 3.13.4
6
+ The version of the OpenAPI document: 3.14.0
7
7
  Contact: api@factset.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -3,7 +3,7 @@
3
3
 
4
4
  Allow clients to fetch Analytics through APIs. # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 3.13.4
6
+ The version of the OpenAPI document: 3.14.0
7
7
  Contact: api@factset.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -3,7 +3,7 @@
3
3
 
4
4
  Allow clients to fetch Analytics through APIs. # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 3.13.4
6
+ The version of the OpenAPI document: 3.14.0
7
7
  Contact: api@factset.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -3,7 +3,7 @@
3
3
 
4
4
  Allow clients to fetch Analytics through APIs. # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 3.13.4
6
+ The version of the OpenAPI document: 3.14.0
7
7
  Contact: api@factset.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -3,7 +3,7 @@
3
3
 
4
4
  Allow clients to fetch Analytics through APIs. # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 3.13.4
6
+ The version of the OpenAPI document: 3.14.0
7
7
  Contact: api@factset.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -3,7 +3,7 @@
3
3
 
4
4
  Allow clients to fetch Analytics through APIs. # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 3.13.4
6
+ The version of the OpenAPI document: 3.14.0
7
7
  Contact: api@factset.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -3,7 +3,7 @@
3
3
 
4
4
  Allow clients to fetch Analytics through APIs. # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 3.13.4
6
+ The version of the OpenAPI document: 3.14.0
7
7
  Contact: api@factset.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -3,7 +3,7 @@
3
3
 
4
4
  Allow clients to fetch Analytics through APIs. # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 3.13.4
6
+ The version of the OpenAPI document: 3.14.0
7
7
  Contact: api@factset.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -3,7 +3,7 @@
3
3
 
4
4
  Allow clients to fetch Analytics through APIs. # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 3.13.4
6
+ The version of the OpenAPI document: 3.14.0
7
7
  Contact: api@factset.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -85,6 +85,7 @@ class SPARDateParameters(ModelNormal):
85
85
  'startdate': (str,), # noqa: E501
86
86
  'enddate': (str,), # noqa: E501
87
87
  'frequency': (str,), # noqa: E501
88
+ 'useeachportfolioinception': (bool,), # noqa: E501
88
89
  }
89
90
 
90
91
  @cached_property
@@ -96,6 +97,7 @@ class SPARDateParameters(ModelNormal):
96
97
  'startdate': 'startdate', # noqa: E501
97
98
  'enddate': 'enddate', # noqa: E501
98
99
  'frequency': 'frequency', # noqa: E501
100
+ 'useeachportfolioinception': 'useeachportfolioinception', # noqa: E501
99
101
  }
100
102
 
101
103
  read_only_vars = {
@@ -144,6 +146,7 @@ class SPARDateParameters(ModelNormal):
144
146
  Animal class but this time we won't travel
145
147
  through its discriminator because we passed in
146
148
  _visited_composed_classes = (Animal,)
149
+ useeachportfolioinception (bool): Use Each Portfolio Inception. [optional] # noqa: E501
147
150
  """
148
151
 
149
152
  _check_type = kwargs.pop('_check_type', True)
@@ -233,6 +236,7 @@ class SPARDateParameters(ModelNormal):
233
236
  Animal class but this time we won't travel
234
237
  through its discriminator because we passed in
235
238
  _visited_composed_classes = (Animal,)
239
+ useeachportfolioinception (bool): Use Each Portfolio Inception. [optional] # noqa: E501
236
240
  """
237
241
 
238
242
  _check_type = kwargs.pop('_check_type', True)
@@ -3,7 +3,7 @@
3
3
 
4
4
  Allow clients to fetch Analytics through APIs. # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 3.13.4
6
+ The version of the OpenAPI document: 3.14.0
7
7
  Contact: api@factset.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -3,7 +3,7 @@
3
3
 
4
4
  Allow clients to fetch Analytics through APIs. # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 3.13.4
6
+ The version of the OpenAPI document: 3.14.0
7
7
  Contact: api@factset.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -3,7 +3,7 @@
3
3
 
4
4
  Allow clients to fetch Analytics through APIs. # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 3.13.4
6
+ The version of the OpenAPI document: 3.14.0
7
7
  Contact: api@factset.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: fds.sdk.SPAREngine
3
- Version: 2.0.0
3
+ Version: 2.0.2
4
4
  Summary: Style Performance and Risk Analysis (SPAR) Engine client library for Python
5
5
  Home-page: https://github.com/FactSet/enterprise-sdk/tree/main/code/python/SPAREngine/v3
6
6
  Author: FactSet Research Systems
@@ -15,7 +15,7 @@ License-File: LICENSE
15
15
 
16
16
  # Style Performance and Risk Analysis (SPAR) Engine client library for Python
17
17
 
18
- [![API Version](https://img.shields.io/badge/api-v3.13.4-blue)](https://developer.factset.com/api-catalog/spar-engine-api)
18
+ [![API Version](https://img.shields.io/badge/api-v3.14.0-blue)](https://developer.factset.com/api-catalog/spar-engine-api)
19
19
  [![PyPi](https://img.shields.io/pypi/v/fds.sdk.SPAREngine)](https://pypi.org/project/fds.sdk.SPAREngine/)
20
20
  [![Apache-2 license](https://img.shields.io/badge/license-Apache2-brightgreen.svg)](https://www.apache.org/licenses/LICENSE-2.0)
21
21
 
@@ -23,8 +23,8 @@ Allow clients to fetch Analytics through APIs.
23
23
 
24
24
  This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
25
25
 
26
- - API version: 3.13.4
27
- - SDK version: 2.0.0
26
+ - API version: 3.14.0
27
+ - SDK version: 2.0.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.protobuf.stach.extensions fds.sdk.SPAREngine==2.0.0
41
+ poetry add fds.sdk.utils fds.protobuf.stach.extensions fds.sdk.SPAREngine==2.0.2
42
42
  ```
43
43
 
44
44
  ### pip
45
45
 
46
46
  ```shell
47
- pip install fds.sdk.utils fds.protobuf.stach.extensions fds.sdk.SPAREngine==2.0.0
47
+ pip install fds.sdk.utils fds.protobuf.stach.extensions fds.sdk.SPAREngine==2.0.2
48
48
  ```
49
49
 
50
50
  ## Usage
@@ -3,7 +3,7 @@
3
3
 
4
4
  Allow clients to fetch Analytics through APIs. # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 3.13.4
6
+ The version of the OpenAPI document: 3.14.0
7
7
  Contact: api@factset.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -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.SPAREngine"
19
- VERSION = "2.0.0"
19
+ VERSION = "2.0.2"
20
20
  # To install the library, run the following
21
21
  #
22
22
  # python setup.py install