Skip to content

Commit 2e60a26

Browse files
feat(sdk): Auto-created from 'analyticsapi-engines-sdk-generator' repository PR 56 for SDK version v5.6.0 (#89)
upgraded to major version 6.0.0
1 parent a4b19c8 commit 2e60a26

File tree

84 files changed

+2594
-577
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+2594
-577
lines changed

CHANGELOG.md

Lines changed: 177 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,180 @@
1+
6.0.0 (25/03/2024)
2+
3+
Supported API versions:
4+
* PA, SPAR, VAULT, PUB, AXP, BPM, FPO - V3
5+
* FIAB - V1
6+
7+
Summmary:
8+
* Supporting new functionalities in pa,spar,vault,pub,quant and fi.
9+
10+
Functionality Additions:
11+
* New Parameters are added in the FI Request.
12+
* 413 status code is added to Quant Response.
13+
* 'Warnings' are added as an enhancement to quant unit status response object.
14+
* Added code and title as two new fields in the Error Response object.
15+
* Added new Get Component details by Id endpoint for SPAR.
16+
17+
Breaking changes:
18+
* Updated the response schema for GetAllCalculations End Point for pa,spar,vault,pub and quant.
19+
20+
Bug Fixes:
21+
* Removed requiredfield attribute for pagenumber field parameter in GetAllCalculations End Point for pa,spar,vault,pub and quant.
22+
* Removed default values when the parameter field is required for lookup end points for pa,spar,vault and strategy document end points for optimizers.
23+
24+
-----------------------
25+
26+
5.5.0 (12/14/2022)
27+
28+
Supported API versions:
29+
* PA, SPAR, VAULT, PUB, AXP, BPM, FPO - V3
30+
* FIAB - V1
31+
32+
Summary:
33+
* Supporting new functionalities in Quant and FI.
34+
35+
Breaking changes:
36+
* No changes.
37+
38+
Functionality Additions:
39+
* Added new property "IsArrayReturnType" to FQL expression for Qaunt Request.
40+
* Added new property "Structured Products" for FI Request.
41+
42+
Bug Fixes:
43+
* No changes.
44+
45+
-----------------------
46+
47+
48+
5.4.0 (27/06/2022)
49+
50+
Supported API versions:
51+
* PA, SPAR, VAULT, PUB, AXP, BPM, FPO - V3
52+
* FIAB - V1
53+
54+
Summary:
55+
* New Functionality Additions.
56+
57+
Breaking changes:
58+
* No changes.
59+
60+
Functionality Additions:
61+
* Supporting new features/functionalities of the FI API.
62+
* Added new end point for GroupingFrequencies.
63+
* Added new endpoint for Pricing Sources.
64+
65+
Bug Fixes:
66+
* No changes.
67+
68+
-----------------------
69+
70+
5.3.0 (24/03/2022)
71+
72+
Supported API versions:
73+
* PA, SPAR, VAULT, PUB, AXP, BPM, FPO - V3
74+
* FIAB - V1
75+
76+
Summary:
77+
* New Functionality Additions.
78+
79+
Breaking changes:
80+
* No changes.
81+
82+
Functionality Additions:
83+
* Added support for MarketEnviornment in the FI calculation parameters.
84+
* Added FI Discount curves endpoint.
85+
* Added support for overrideUniversalScreenCalendar for Quant Dates.
86+
87+
Bug Fixes:
88+
* No changes.
89+
90+
-----------------------
91+
92+
5.2.1 (24/02/2022)
93+
94+
Supported API versions:
95+
* PA, SPAR, VAULT, PUB, AXP, BPM, FPO - V3
96+
* FIAB - V1
97+
98+
Summary:
99+
* Using latest stach-extensions package(internal dependency).
100+
101+
Breaking changes:
102+
* No changes.
103+
104+
Functionality Additions:
105+
* No changes.
106+
107+
Bug Fixes:
108+
* No changes.
109+
110+
-----------------------
111+
112+
5.2.0 (01/07/2022)
113+
114+
Supported API versions:
115+
* PA, SPAR, VAULT, PUB, AXP, BPM, FPO - V3
116+
* FIAB - V1
117+
118+
Summary:
119+
* Supporting new functionalities in SPAR, FI, Quant APIs.
120+
121+
Breaking changes:
122+
* No changes.
123+
124+
Functionality Additions:
125+
* Supporting new features/functionalities of the FI API.
126+
* Supporting Currency Iso in the SPAR API.
127+
* Supporting Component Manager API.
128+
129+
Bug Fixes:
130+
* Fixing the FPO POST body.
131+
* Fixing the Quant API.
132+
133+
-----------------------
134+
135+
5.1.0 (02/08/2021)
136+
137+
Supported API versions:
138+
* PA, SPAR, VAULT, PUB, AXP, BPM, FPO - V3
139+
* FIAB - V1
140+
141+
Summary:
142+
* Functionality additions and bug fixes.
143+
144+
Breaking changes:
145+
* No changes.
146+
147+
Functionality Additions:
148+
* Adding Quant and AFI API.
149+
* Adding support bearer token to support OAuth.
150+
* Fix to ignore unknown fields in the de-serialization of API response.
151+
152+
Bug Fixes:
153+
* Fixing the FIAB invalid response data types.
154+
* Adding calculationid property to CalculationInfo response.
155+
156+
-----------------------
157+
158+
5.0.0 (25/05/2021)
159+
160+
Supported API versions:
161+
* PA, SPAR, VAULT, PUB, AXP, BPM, FPO - V3
162+
* FIAB - V1
163+
164+
Summary:
165+
* Adding support for caching options
166+
167+
Breaking changes:
168+
* Added support for caching options with V3 API.
169+
170+
Functionality Additions:
171+
* Added support for caching options with V3 API.
172+
173+
Bug Fixes:
174+
* No changes
175+
176+
-----------------------
177+
1178
4.0.0 (10/08/2020)
2179

3180
Supported API versions:

auto-generated-sdk/.openapi-generator/FILES

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ docs/FIABCalculationStatus.md
6969
docs/FIABCalculationStatusSummary.md
7070
docs/FIABDateParameters.md
7171
docs/FIABIdentifier.md
72+
docs/FIAttributionForJobSettings.md
73+
docs/FIAttributionForSecurities.md
7274
docs/FIBalloonExtension.md
7375
docs/FIBankLoans.md
7476
docs/FICalculationParameters.md
@@ -186,6 +188,8 @@ docs/SPARBenchmark.md
186188
docs/SPARBenchmarkRoot.md
187189
docs/SPARCalculationParameters.md
188190
docs/SPARCalculationParametersRoot.md
191+
docs/SPARComponent.md
192+
docs/SPARComponentRoot.md
189193
docs/SPARDateParameters.md
190194
docs/SPARIdentifier.md
191195
docs/SparCalculationsApi.md
@@ -336,6 +340,8 @@ src/main/java/factset/analyticsapi/engines/models/FIABCalculationStatus.java
336340
src/main/java/factset/analyticsapi/engines/models/FIABCalculationStatusSummary.java
337341
src/main/java/factset/analyticsapi/engines/models/FIABDateParameters.java
338342
src/main/java/factset/analyticsapi/engines/models/FIABIdentifier.java
343+
src/main/java/factset/analyticsapi/engines/models/FIAttributionForJobSettings.java
344+
src/main/java/factset/analyticsapi/engines/models/FIAttributionForSecurities.java
339345
src/main/java/factset/analyticsapi/engines/models/FIBalloonExtension.java
340346
src/main/java/factset/analyticsapi/engines/models/FIBankLoans.java
341347
src/main/java/factset/analyticsapi/engines/models/FICalculationParameters.java
@@ -442,6 +448,8 @@ src/main/java/factset/analyticsapi/engines/models/SPARBenchmark.java
442448
src/main/java/factset/analyticsapi/engines/models/SPARBenchmarkRoot.java
443449
src/main/java/factset/analyticsapi/engines/models/SPARCalculationParameters.java
444450
src/main/java/factset/analyticsapi/engines/models/SPARCalculationParametersRoot.java
451+
src/main/java/factset/analyticsapi/engines/models/SPARComponent.java
452+
src/main/java/factset/analyticsapi/engines/models/SPARComponentRoot.java
445453
src/main/java/factset/analyticsapi/engines/models/SPARDateParameters.java
446454
src/main/java/factset/analyticsapi/engines/models/SPARIdentifier.java
447455
src/main/java/factset/analyticsapi/engines/models/TemplateContentTypes.java

auto-generated-sdk/README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Add this dependency to your project's POM:
4242
<dependency>
4343
<groupId>com.factset.analyticsapi</groupId>
4444
<artifactId>engines-sdk</artifactId>
45-
<version>5.5.0</version>
45+
<version>6.0.0</version>
4646
<scope>compile</scope>
4747
</dependency>
4848
```
@@ -52,7 +52,7 @@ Add this dependency to your project's POM:
5252
Add this dependency to your project's build file:
5353

5454
```groovy
55-
compile "com.factset.analyticsapi:engines-sdk:5.5.0"
55+
compile "com.factset.analyticsapi:engines-sdk:6.0.0"
5656
```
5757

5858
### Others
@@ -65,7 +65,7 @@ mvn clean package
6565

6666
Then manually install the following JARs:
6767

68-
- `target/engines-sdk-5.5.0.jar`
68+
- `target/engines-sdk-6.0.0.jar`
6969
- `target/lib/*.jar`
7070

7171
## Usage
@@ -119,7 +119,7 @@ public class AccountsApiExample {
119119
Bearer.setBearerToken("BEARER TOKEN");
120120

121121
AccountsApi apiInstance = new AccountsApi(defaultClient);
122-
String path = ""; // String | The directory to get the accounts and sub-directories in
122+
String path = "Client:"; // String | The directory to get the accounts and sub-directories.
123123
try {
124124
AccountDirectoriesRoot result = apiInstance.getAccounts(path);
125125
System.out.println(result);
@@ -167,6 +167,7 @@ Class | Method | HTTP request | Description
167167
*ColumnsApi* | [**getPAColumns**](docs/ColumnsApi.md#getPAColumns) | **GET** /analytics/engines/pa/v3/columns | Get PA columns
168168
*ComponentsApi* | [**getPAComponentById**](docs/ComponentsApi.md#getPAComponentById) | **GET** /analytics/engines/pa/v3/components/{id} | Get PA component by id
169169
*ComponentsApi* | [**getPAComponents**](docs/ComponentsApi.md#getPAComponents) | **GET** /analytics/engines/pa/v3/components | Get PA components
170+
*ComponentsApi* | [**getSPARComponentById**](docs/ComponentsApi.md#getSPARComponentById) | **GET** /analytics/engines/spar/v3/components/{id} | Get SPAR component by id
170171
*ComponentsApi* | [**getSPARComponents**](docs/ComponentsApi.md#getSPARComponents) | **GET** /analytics/engines/spar/v3/components | Get SPAR components
171172
*ComponentsApi* | [**getVaultComponentById**](docs/ComponentsApi.md#getVaultComponentById) | **GET** /analytics/engines/vault/v3/components/{id} | Get Vault component by id
172173
*ComponentsApi* | [**getVaultComponents**](docs/ComponentsApi.md#getVaultComponents) | **GET** /analytics/engines/vault/v3/components | Get Vault components
@@ -320,6 +321,8 @@ Class | Method | HTTP request | Description
320321
- [FIABCalculationStatusSummary](docs/FIABCalculationStatusSummary.md)
321322
- [FIABDateParameters](docs/FIABDateParameters.md)
322323
- [FIABIdentifier](docs/FIABIdentifier.md)
324+
- [FIAttributionForJobSettings](docs/FIAttributionForJobSettings.md)
325+
- [FIAttributionForSecurities](docs/FIAttributionForSecurities.md)
323326
- [FIBalloonExtension](docs/FIBalloonExtension.md)
324327
- [FIBankLoans](docs/FIBankLoans.md)
325328
- [FICalculationParameters](docs/FICalculationParameters.md)
@@ -426,6 +429,8 @@ Class | Method | HTTP request | Description
426429
- [SPARBenchmarkRoot](docs/SPARBenchmarkRoot.md)
427430
- [SPARCalculationParameters](docs/SPARCalculationParameters.md)
428431
- [SPARCalculationParametersRoot](docs/SPARCalculationParametersRoot.md)
432+
- [SPARComponent](docs/SPARComponent.md)
433+
- [SPARComponentRoot](docs/SPARComponentRoot.md)
429434
- [SPARDateParameters](docs/SPARDateParameters.md)
430435
- [SPARIdentifier](docs/SPARIdentifier.md)
431436
- [TemplateContentTypes](docs/TemplateContentTypes.md)

0 commit comments

Comments
 (0)