Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(sdk): Auto-created from 'analyticsapi-engines-sdk-generator' repository PR 50 for SDK version v5.4.0 #79

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open
208 changes: 173 additions & 35 deletions auto-generated-sdk/api/openapi.yaml

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions auto-generated-sdk/docs/CalculationUnitStatus.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ Name | Type | Description | Notes
**result** | **String** | The result URL of the calculation. | [optional]
**progress** | **String** | The progress of the calculation unit. | [optional]
**points** | **Integer** | The points for the calculation unit. | [optional]
**dhistRcvAssumpRates** | **java.util.List<Double>** | | [optional]
**ihistRcvAssumpRates** | **java.util.List<Integer>** | | [optional]



Expand Down
4 changes: 4 additions & 0 deletions auto-generated-sdk/docs/Frequency.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **String** | Frequency name. | [optional]
**periodicMultipliers** | **java.util.List<Double>** | | [optional]
**nperiodicMultipliers** | **java.util.List<Object>** | | [optional]
**iperiodicMultipliers** | **java.util.List<Integer>** | | [optional]
**inperiodicMultipliers** | **java.util.List<Object>** | | [optional]


## Implemented Interfaces
Expand Down
6 changes: 6 additions & 0 deletions auto-generated-sdk/docs/PACalculationParameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ Name | Type | Description | Notes
**columns** | [**java.util.List<PACalculationColumn>**](PACalculationColumn.md) | List of columns for the PA calculation. This will take precedence over the columns saved in the PA document. | [optional]
**datasources** | [**PACalculationDataSources**](PACalculationDataSources.md) | | [optional]
**componentdetail** | **String** | Component detail type for the PA component. It can be GROUPS or TOTALS or SECURITIES. | [optional]
**periodicMultipliers** | **java.util.List<Double>** | | [optional]
**nperiodicMultipliers** | **java.util.List<Object>** | | [optional]
**dhistRcvAssumpRates** | **java.util.List<Double>** | | [optional]
**ihistRcvAssumpRates** | **java.util.List<Integer>** | | [optional]
**iperiodicMultipliers** | **java.util.List<Integer>** | | [optional]
**inperiodicMultipliers** | **java.util.List<Object>** | | [optional]


## Implemented Interfaces
Expand Down
6 changes: 3 additions & 3 deletions auto-generated-sdk/docs/PaCalculationsApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ null (empty response body)

Get all calculations

This endpoints returns all active calculation requests.
This endpoints returns all calculation requests.

### Example

Expand Down Expand Up @@ -167,9 +167,9 @@ Name | Type | Description | Notes
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
| **200** | List of active calculation requests. | * X-DataDirect-Request-Key - FactSet&#39;s request key header. <br> * X-FactSet-Api-Request-Key - Key to uniquely identify an Analytics API request. Only available after successful authentication. <br> * X-FactSet-Api-RateLimit-Limit - Number of allowed requests for the time window. <br> * X-FactSet-Api-RateLimit-Remaining - Number of requests left for the time window. <br> * X-FactSet-Api-RateLimit-Reset - Number of seconds remaining till rate limit resets. <br> |
| **200** | List of calculation requests. | * X-DataDirect-Request-Key - FactSet&#39;s request key header. <br> * X-FactSet-Api-Request-Key - Key to uniquely identify an Analytics API request. Only available after successful authentication. <br> * X-FactSet-Api-RateLimit-Limit - Number of allowed requests for the time window. <br> * X-FactSet-Api-RateLimit-Remaining - Number of requests left for the time window. <br> * X-FactSet-Api-RateLimit-Reset - Number of seconds remaining till rate limit resets. <br> |
| **400** | Invalid page number. | * X-DataDirect-Request-Key - FactSet&#39;s request key header. <br> * X-FactSet-Api-Request-Key - Key to uniquely identify an Analytics API request. Only available after successful authentication. <br> * X-FactSet-Api-RateLimit-Limit - Number of allowed requests for the time window. <br> * X-FactSet-Api-RateLimit-Remaining - Number of requests left for the time window. <br> * X-FactSet-Api-RateLimit-Reset - Number of seconds remaining till rate limit resets. <br> |
| **404** | No active calculation. | * X-DataDirect-Request-Key - FactSet&#39;s request key header. <br> * X-FactSet-Api-Request-Key - Key to uniquely identify an Analytics API request. Only available after successful authentication. <br> * X-FactSet-Api-RateLimit-Limit - Number of allowed requests for the time window. <br> * X-FactSet-Api-RateLimit-Remaining - Number of requests left for the time window. <br> * X-FactSet-Api-RateLimit-Reset - Number of seconds remaining till rate limit resets. <br> |
| **404** | No calculation found. | * X-DataDirect-Request-Key - FactSet&#39;s request key header. <br> * X-FactSet-Api-Request-Key - Key to uniquely identify an Analytics API request. Only available after successful authentication. <br> * X-FactSet-Api-RateLimit-Limit - Number of allowed requests for the time window. <br> * X-FactSet-Api-RateLimit-Remaining - Number of requests left for the time window. <br> * X-FactSet-Api-RateLimit-Reset - Number of seconds remaining till rate limit resets. <br> |
| **401** | Missing or invalid authentication. | * X-DataDirect-Request-Key - FactSet&#39;s request key header. <br> * X-FactSet-Api-Request-Key - Key to uniquely identify an Analytics API request. Only available after successful authentication. <br> |
| **403** | User is forbidden with current credentials. | * X-DataDirect-Request-Key - FactSet&#39;s request key header. <br> * X-FactSet-Api-Request-Key - Key to uniquely identify an Analytics API request. Only available after successful authentication. <br> * X-FactSet-Api-RateLimit-Limit - Number of allowed requests for the time window. <br> * X-FactSet-Api-RateLimit-Remaining - Number of requests left for the time window. <br> * X-FactSet-Api-RateLimit-Reset - Number of seconds remaining till rate limit resets. <br> |
| **406** | Unsupported Accept header. Header needs to be set to application/json. | * X-DataDirect-Request-Key - FactSet&#39;s request key header. <br> * X-FactSet-Api-Request-Key - Key to uniquely identify an Analytics API request. Only available after successful authentication. <br> * X-FactSet-Api-RateLimit-Limit - Number of allowed requests for the time window. <br> * X-FactSet-Api-RateLimit-Remaining - Number of requests left for the time window. <br> * X-FactSet-Api-RateLimit-Reset - Number of seconds remaining till rate limit resets. <br> |
Expand Down
6 changes: 3 additions & 3 deletions auto-generated-sdk/docs/PubCalculationsApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ null (empty response body)

Get all calculations

This endpoints returns all active calculation requests.
This endpoints returns all calculation requests.

### Example

Expand Down Expand Up @@ -167,9 +167,9 @@ Name | Type | Description | Notes
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
| **200** | List of active calculation requests. | * X-DataDirect-Request-Key - FactSet&#39;s request key header. <br> * X-FactSet-Api-Request-Key - Key to uniquely identify an Analytics API request. Only available after successful authentication. <br> * X-FactSet-Api-RateLimit-Limit - Number of allowed requests for the time window. <br> * X-FactSet-Api-RateLimit-Remaining - Number of requests left for the time window. <br> * X-FactSet-Api-RateLimit-Reset - Number of seconds remaining till rate limit resets. <br> |
| **200** | List of calculation requests. | * X-DataDirect-Request-Key - FactSet&#39;s request key header. <br> * X-FactSet-Api-Request-Key - Key to uniquely identify an Analytics API request. Only available after successful authentication. <br> * X-FactSet-Api-RateLimit-Limit - Number of allowed requests for the time window. <br> * X-FactSet-Api-RateLimit-Remaining - Number of requests left for the time window. <br> * X-FactSet-Api-RateLimit-Reset - Number of seconds remaining till rate limit resets. <br> |
| **400** | Invalid page number. | * X-DataDirect-Request-Key - FactSet&#39;s request key header. <br> * X-FactSet-Api-Request-Key - Key to uniquely identify an Analytics API request. Only available after successful authentication. <br> * X-FactSet-Api-RateLimit-Limit - Number of allowed requests for the time window. <br> * X-FactSet-Api-RateLimit-Remaining - Number of requests left for the time window. <br> * X-FactSet-Api-RateLimit-Reset - Number of seconds remaining till rate limit resets. <br> |
| **404** | No active calculation. | * X-DataDirect-Request-Key - FactSet&#39;s request key header. <br> * X-FactSet-Api-Request-Key - Key to uniquely identify an Analytics API request. Only available after successful authentication. <br> * X-FactSet-Api-RateLimit-Limit - Number of allowed requests for the time window. <br> * X-FactSet-Api-RateLimit-Remaining - Number of requests left for the time window. <br> * X-FactSet-Api-RateLimit-Reset - Number of seconds remaining till rate limit resets. <br> |
| **404** | No calculation found. | * X-DataDirect-Request-Key - FactSet&#39;s request key header. <br> * X-FactSet-Api-Request-Key - Key to uniquely identify an Analytics API request. Only available after successful authentication. <br> * X-FactSet-Api-RateLimit-Limit - Number of allowed requests for the time window. <br> * X-FactSet-Api-RateLimit-Remaining - Number of requests left for the time window. <br> * X-FactSet-Api-RateLimit-Reset - Number of seconds remaining till rate limit resets. <br> |
| **401** | Missing or invalid authentication. | * X-DataDirect-Request-Key - FactSet&#39;s request key header. <br> * X-FactSet-Api-Request-Key - Key to uniquely identify an Analytics API request. Only available after successful authentication. <br> |
| **403** | User is forbidden with current credentials. | * X-DataDirect-Request-Key - FactSet&#39;s request key header. <br> * X-FactSet-Api-Request-Key - Key to uniquely identify an Analytics API request. Only available after successful authentication. <br> * X-FactSet-Api-RateLimit-Limit - Number of allowed requests for the time window. <br> * X-FactSet-Api-RateLimit-Remaining - Number of requests left for the time window. <br> * X-FactSet-Api-RateLimit-Reset - Number of seconds remaining till rate limit resets. <br> |
| **406** | Unsupported Accept header. Header needs to be set to application/json. | * X-DataDirect-Request-Key - FactSet&#39;s request key header. <br> * X-FactSet-Api-Request-Key - Key to uniquely identify an Analytics API request. Only available after successful authentication. <br> * X-FactSet-Api-RateLimit-Limit - Number of allowed requests for the time window. <br> * X-FactSet-Api-RateLimit-Remaining - Number of requests left for the time window. <br> * X-FactSet-Api-RateLimit-Reset - Number of seconds remaining till rate limit resets. <br> |
Expand Down
6 changes: 3 additions & 3 deletions auto-generated-sdk/docs/QuantCalculationsApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ null (empty response body)

Get all calculations

This endpoints returns all active calculation requests.
This endpoints returns all calculation requests.

### Example

Expand Down Expand Up @@ -168,9 +168,9 @@ Name | Type | Description | Notes
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
| **200** | List of active calculation requests. | * X-DataDirect-Request-Key - FactSet&#39;s request key header. <br> * X-FactSet-Api-Request-Key - Key to uniquely identify an Analytics API request. Only available after successful authentication. <br> * X-FactSet-Api-RateLimit-Limit - Number of allowed requests for the time window. <br> * X-FactSet-Api-RateLimit-Remaining - Number of requests left for the time window. <br> * X-FactSet-Api-RateLimit-Reset - Number of seconds remaining till rate limit resets. <br> |
| **200** | List of calculation requests. | * X-DataDirect-Request-Key - FactSet&#39;s request key header. <br> * X-FactSet-Api-Request-Key - Key to uniquely identify an Analytics API request. Only available after successful authentication. <br> * X-FactSet-Api-RateLimit-Limit - Number of allowed requests for the time window. <br> * X-FactSet-Api-RateLimit-Remaining - Number of requests left for the time window. <br> * X-FactSet-Api-RateLimit-Reset - Number of seconds remaining till rate limit resets. <br> |
| **400** | Invalid page number. | * X-DataDirect-Request-Key - FactSet&#39;s request key header. <br> * X-FactSet-Api-Request-Key - Key to uniquely identify an Analytics API request. Only available after successful authentication. <br> * X-FactSet-Api-RateLimit-Limit - Number of allowed requests for the time window. <br> * X-FactSet-Api-RateLimit-Remaining - Number of requests left for the time window. <br> * X-FactSet-Api-RateLimit-Reset - Number of seconds remaining till rate limit resets. <br> |
| **404** | No active calculation. | * X-DataDirect-Request-Key - FactSet&#39;s request key header. <br> * X-FactSet-Api-Request-Key - Key to uniquely identify an Analytics API request. Only available after successful authentication. <br> * X-FactSet-Api-RateLimit-Limit - Number of allowed requests for the time window. <br> * X-FactSet-Api-RateLimit-Remaining - Number of requests left for the time window. <br> * X-FactSet-Api-RateLimit-Reset - Number of seconds remaining till rate limit resets. <br> |
| **404** | No calculation found. | * X-DataDirect-Request-Key - FactSet&#39;s request key header. <br> * X-FactSet-Api-Request-Key - Key to uniquely identify an Analytics API request. Only available after successful authentication. <br> * X-FactSet-Api-RateLimit-Limit - Number of allowed requests for the time window. <br> * X-FactSet-Api-RateLimit-Remaining - Number of requests left for the time window. <br> * X-FactSet-Api-RateLimit-Reset - Number of seconds remaining till rate limit resets. <br> |
| **401** | Missing or invalid authentication. | * X-DataDirect-Request-Key - FactSet&#39;s request key header. <br> * X-FactSet-Api-Request-Key - Key to uniquely identify an Analytics API request. Only available after successful authentication. <br> |
| **403** | User is forbidden with current credentials. | * X-DataDirect-Request-Key - FactSet&#39;s request key header. <br> * X-FactSet-Api-Request-Key - Key to uniquely identify an Analytics API request. Only available after successful authentication. <br> * X-FactSet-Api-RateLimit-Limit - Number of allowed requests for the time window. <br> * X-FactSet-Api-RateLimit-Remaining - Number of requests left for the time window. <br> * X-FactSet-Api-RateLimit-Reset - Number of seconds remaining till rate limit resets. <br> |
| **406** | Unsupported Accept header. Header needs to be set to application/json. | * X-DataDirect-Request-Key - FactSet&#39;s request key header. <br> * X-FactSet-Api-Request-Key - Key to uniquely identify an Analytics API request. Only available after successful authentication. <br> * X-FactSet-Api-RateLimit-Limit - Number of allowed requests for the time window. <br> * X-FactSet-Api-RateLimit-Remaining - Number of requests left for the time window. <br> * X-FactSet-Api-RateLimit-Reset - Number of seconds remaining till rate limit resets. <br> |
Expand Down
6 changes: 3 additions & 3 deletions auto-generated-sdk/docs/SparCalculationsApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ null (empty response body)

Get all calculations

This endpoints returns all active calculation requests.
This endpoints returns all calculation requests.

### Example

Expand Down Expand Up @@ -167,9 +167,9 @@ Name | Type | Description | Notes
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
| **200** | List of active calculation requests. | * X-DataDirect-Request-Key - FactSet&#39;s request key header. <br> * X-FactSet-Api-Request-Key - Key to uniquely identify an Analytics API request. Only available after successful authentication. <br> * X-FactSet-Api-RateLimit-Limit - Number of allowed requests for the time window. <br> * X-FactSet-Api-RateLimit-Remaining - Number of requests left for the time window. <br> * X-FactSet-Api-RateLimit-Reset - Number of seconds remaining till rate limit resets. <br> |
| **200** | List of calculation requests. | * X-DataDirect-Request-Key - FactSet&#39;s request key header. <br> * X-FactSet-Api-Request-Key - Key to uniquely identify an Analytics API request. Only available after successful authentication. <br> * X-FactSet-Api-RateLimit-Limit - Number of allowed requests for the time window. <br> * X-FactSet-Api-RateLimit-Remaining - Number of requests left for the time window. <br> * X-FactSet-Api-RateLimit-Reset - Number of seconds remaining till rate limit resets. <br> |
| **400** | Invalid page number. | * X-DataDirect-Request-Key - FactSet&#39;s request key header. <br> * X-FactSet-Api-Request-Key - Key to uniquely identify an Analytics API request. Only available after successful authentication. <br> * X-FactSet-Api-RateLimit-Limit - Number of allowed requests for the time window. <br> * X-FactSet-Api-RateLimit-Remaining - Number of requests left for the time window. <br> * X-FactSet-Api-RateLimit-Reset - Number of seconds remaining till rate limit resets. <br> |
| **404** | No active calculation. | * X-DataDirect-Request-Key - FactSet&#39;s request key header. <br> * X-FactSet-Api-Request-Key - Key to uniquely identify an Analytics API request. Only available after successful authentication. <br> * X-FactSet-Api-RateLimit-Limit - Number of allowed requests for the time window. <br> * X-FactSet-Api-RateLimit-Remaining - Number of requests left for the time window. <br> * X-FactSet-Api-RateLimit-Reset - Number of seconds remaining till rate limit resets. <br> |
| **404** | No calculation found. | * X-DataDirect-Request-Key - FactSet&#39;s request key header. <br> * X-FactSet-Api-Request-Key - Key to uniquely identify an Analytics API request. Only available after successful authentication. <br> * X-FactSet-Api-RateLimit-Limit - Number of allowed requests for the time window. <br> * X-FactSet-Api-RateLimit-Remaining - Number of requests left for the time window. <br> * X-FactSet-Api-RateLimit-Reset - Number of seconds remaining till rate limit resets. <br> |
| **401** | Missing or invalid authentication. | * X-DataDirect-Request-Key - FactSet&#39;s request key header. <br> * X-FactSet-Api-Request-Key - Key to uniquely identify an Analytics API request. Only available after successful authentication. <br> |
| **403** | User is forbidden with current credentials. | * X-DataDirect-Request-Key - FactSet&#39;s request key header. <br> * X-FactSet-Api-Request-Key - Key to uniquely identify an Analytics API request. Only available after successful authentication. <br> * X-FactSet-Api-RateLimit-Limit - Number of allowed requests for the time window. <br> * X-FactSet-Api-RateLimit-Remaining - Number of requests left for the time window. <br> * X-FactSet-Api-RateLimit-Reset - Number of seconds remaining till rate limit resets. <br> |
| **406** | Unsupported Accept header. Header needs to be set to application/json. | * X-DataDirect-Request-Key - FactSet&#39;s request key header. <br> * X-FactSet-Api-Request-Key - Key to uniquely identify an Analytics API request. Only available after successful authentication. <br> * X-FactSet-Api-RateLimit-Limit - Number of allowed requests for the time window. <br> * X-FactSet-Api-RateLimit-Remaining - Number of requests left for the time window. <br> * X-FactSet-Api-RateLimit-Reset - Number of seconds remaining till rate limit resets. <br> |
Expand Down
Loading