From dd204f945a2f600444e03faf2437a182a3f44a84 Mon Sep 17 00:00:00 2001 From: factset-sdk-bot Date: Wed, 3 Aug 2022 12:15:52 +0000 Subject: [PATCH 1/8] feat(sdk): Auto-commit from 'analyticsapi-engines-sdk-generator' repository PR 50 for SDK version v5.5.0 --- auto-generated-sdk/docs/Frequency.md | 4 +++ .../docs/PACalculationParameters.md | 4 +++ auto-generated-sdk/docs/PACalculationsApi.md | 30 +++++++++++++++++-- auto-generated-sdk/docs/PubCalculationsApi.md | 6 ++-- .../docs/QuantCalculationsApi.md | 6 ++-- .../docs/SPARCalculationsApi.md | 6 ++-- .../docs/VaultCalculationsApi.md | 6 ++-- .../engines/api/pa_calculations_api.py | 2 +- .../engines/api/pub_calculations_api.py | 2 +- .../engines/api/quant_calculations_api.py | 2 +- .../engines/api/spar_calculations_api.py | 2 +- .../engines/api/vault_calculations_api.py | 2 +- .../analyticsapi/engines/model/frequency.py | 12 ++++++++ .../model/pa_calculation_parameters.py | 12 ++++++++ 14 files changed, 76 insertions(+), 20 deletions(-) diff --git a/auto-generated-sdk/docs/Frequency.md b/auto-generated-sdk/docs/Frequency.md index 63c59744..666f0c5c 100644 --- a/auto-generated-sdk/docs/Frequency.md +++ b/auto-generated-sdk/docs/Frequency.md @@ -5,6 +5,10 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **str** | Frequency name. | [optional] +**periodic_multipliers** | **[float]** | | [optional] +**nperiodic_multipliers** | **[float]** | | [optional] +**iperiodic_multipliers** | **[int]** | | [optional] +**inperiodic_multipliers** | **[int]** | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/auto-generated-sdk/docs/PACalculationParameters.md b/auto-generated-sdk/docs/PACalculationParameters.md index df0fc168..8fce12fa 100644 --- a/auto-generated-sdk/docs/PACalculationParameters.md +++ b/auto-generated-sdk/docs/PACalculationParameters.md @@ -13,6 +13,10 @@ Name | Type | Description | Notes **columns** | [**[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** | **str** | Component detail type for the PA component. It can be GROUPS or TOTALS or SECURITIES. | [optional] +**periodic_multipliers** | **[float]** | | [optional] +**nperiodic_multipliers** | **[float]** | | [optional] +**iperiodic_multipliers** | **[int]** | | [optional] +**inperiodic_multipliers** | **[int]** | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/auto-generated-sdk/docs/PACalculationsApi.md b/auto-generated-sdk/docs/PACalculationsApi.md index 8b83ddcd..857bdaad 100644 --- a/auto-generated-sdk/docs/PACalculationsApi.md +++ b/auto-generated-sdk/docs/PACalculationsApi.md @@ -107,7 +107,7 @@ Name | Type | Description | Notes Get all calculations -This endpoints returns all active calculation requests. +This endpoints returns all calculation requests. ### Example @@ -181,9 +181,9 @@ Name | Type | Description | Notes ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -**200** | List of active calculation requests. | * X-DataDirect-Request-Key - FactSet's request key header.
* X-FactSet-Api-Request-Key - Key to uniquely identify an Analytics API request. Only available after successful authentication.
* X-FactSet-Api-RateLimit-Limit - Number of allowed requests for the time window.
* X-FactSet-Api-RateLimit-Remaining - Number of requests left for the time window.
* X-FactSet-Api-RateLimit-Reset - Number of seconds remaining till rate limit resets.
| +**200** | List of calculation requests. | * X-DataDirect-Request-Key - FactSet's request key header.
* X-FactSet-Api-Request-Key - Key to uniquely identify an Analytics API request. Only available after successful authentication.
* X-FactSet-Api-RateLimit-Limit - Number of allowed requests for the time window.
* X-FactSet-Api-RateLimit-Remaining - Number of requests left for the time window.
* X-FactSet-Api-RateLimit-Reset - Number of seconds remaining till rate limit resets.
| **400** | Invalid page number. | * X-DataDirect-Request-Key - FactSet's request key header.
* X-FactSet-Api-Request-Key - Key to uniquely identify an Analytics API request. Only available after successful authentication.
* X-FactSet-Api-RateLimit-Limit - Number of allowed requests for the time window.
* X-FactSet-Api-RateLimit-Remaining - Number of requests left for the time window.
* X-FactSet-Api-RateLimit-Reset - Number of seconds remaining till rate limit resets.
| -**404** | No active calculation. | * X-DataDirect-Request-Key - FactSet's request key header.
* X-FactSet-Api-Request-Key - Key to uniquely identify an Analytics API request. Only available after successful authentication.
* X-FactSet-Api-RateLimit-Limit - Number of allowed requests for the time window.
* X-FactSet-Api-RateLimit-Remaining - Number of requests left for the time window.
* X-FactSet-Api-RateLimit-Reset - Number of seconds remaining till rate limit resets.
| +**404** | No calculation found. | * X-DataDirect-Request-Key - FactSet's request key header.
* X-FactSet-Api-Request-Key - Key to uniquely identify an Analytics API request. Only available after successful authentication.
* X-FactSet-Api-RateLimit-Limit - Number of allowed requests for the time window.
* X-FactSet-Api-RateLimit-Remaining - Number of requests left for the time window.
* X-FactSet-Api-RateLimit-Reset - Number of seconds remaining till rate limit resets.
| **401** | Missing or invalid authentication. | * X-DataDirect-Request-Key - FactSet's request key header.
* X-FactSet-Api-Request-Key - Key to uniquely identify an Analytics API request. Only available after successful authentication.
| **403** | User is forbidden with current credentials. | * X-DataDirect-Request-Key - FactSet's request key header.
* X-FactSet-Api-Request-Key - Key to uniquely identify an Analytics API request. Only available after successful authentication.
* X-FactSet-Api-RateLimit-Limit - Number of allowed requests for the time window.
* X-FactSet-Api-RateLimit-Remaining - Number of requests left for the time window.
* X-FactSet-Api-RateLimit-Reset - Number of seconds remaining till rate limit resets.
| **406** | Unsupported Accept header. Header needs to be set to application/json. | * X-DataDirect-Request-Key - FactSet's request key header.
* X-FactSet-Api-Request-Key - Key to uniquely identify an Analytics API request. Only available after successful authentication.
* X-FactSet-Api-RateLimit-Limit - Number of allowed requests for the time window.
* X-FactSet-Api-RateLimit-Remaining - Number of requests left for the time window.
* X-FactSet-Api-RateLimit-Reset - Number of seconds remaining till rate limit resets.
| @@ -564,6 +564,18 @@ with fds.analyticsapi.engines.ApiClient(configuration) as api_client: useportfoliopricingsourcesforbenchmark=True, ), componentdetail="componentdetail_example", + periodic_multipliers=[ + 3.14, + ], + nperiodic_multipliers=[ + 3.14, + ], + iperiodic_multipliers=[ + 1, + ], + inperiodic_multipliers=[ + 1, + ], ), }, meta=CalculationMeta( @@ -724,6 +736,18 @@ with fds.analyticsapi.engines.ApiClient(configuration) as api_client: useportfoliopricingsourcesforbenchmark=True, ), componentdetail="componentdetail_example", + periodic_multipliers=[ + 3.14, + ], + nperiodic_multipliers=[ + 3.14, + ], + iperiodic_multipliers=[ + 1, + ], + inperiodic_multipliers=[ + 1, + ], ), }, meta=CalculationMeta( diff --git a/auto-generated-sdk/docs/PubCalculationsApi.md b/auto-generated-sdk/docs/PubCalculationsApi.md index 74f6abad..c04c13c8 100644 --- a/auto-generated-sdk/docs/PubCalculationsApi.md +++ b/auto-generated-sdk/docs/PubCalculationsApi.md @@ -107,7 +107,7 @@ Name | Type | Description | Notes Get all calculations -This endpoints returns all active calculation requests. +This endpoints returns all calculation requests. ### Example @@ -181,9 +181,9 @@ Name | Type | Description | Notes ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -**200** | List of active calculation requests. | * X-DataDirect-Request-Key - FactSet's request key header.
* X-FactSet-Api-Request-Key - Key to uniquely identify an Analytics API request. Only available after successful authentication.
* X-FactSet-Api-RateLimit-Limit - Number of allowed requests for the time window.
* X-FactSet-Api-RateLimit-Remaining - Number of requests left for the time window.
* X-FactSet-Api-RateLimit-Reset - Number of seconds remaining till rate limit resets.
| +**200** | List of calculation requests. | * X-DataDirect-Request-Key - FactSet's request key header.
* X-FactSet-Api-Request-Key - Key to uniquely identify an Analytics API request. Only available after successful authentication.
* X-FactSet-Api-RateLimit-Limit - Number of allowed requests for the time window.
* X-FactSet-Api-RateLimit-Remaining - Number of requests left for the time window.
* X-FactSet-Api-RateLimit-Reset - Number of seconds remaining till rate limit resets.
| **400** | Invalid page number. | * X-DataDirect-Request-Key - FactSet's request key header.
* X-FactSet-Api-Request-Key - Key to uniquely identify an Analytics API request. Only available after successful authentication.
* X-FactSet-Api-RateLimit-Limit - Number of allowed requests for the time window.
* X-FactSet-Api-RateLimit-Remaining - Number of requests left for the time window.
* X-FactSet-Api-RateLimit-Reset - Number of seconds remaining till rate limit resets.
| -**404** | No active calculation. | * X-DataDirect-Request-Key - FactSet's request key header.
* X-FactSet-Api-Request-Key - Key to uniquely identify an Analytics API request. Only available after successful authentication.
* X-FactSet-Api-RateLimit-Limit - Number of allowed requests for the time window.
* X-FactSet-Api-RateLimit-Remaining - Number of requests left for the time window.
* X-FactSet-Api-RateLimit-Reset - Number of seconds remaining till rate limit resets.
| +**404** | No calculation found. | * X-DataDirect-Request-Key - FactSet's request key header.
* X-FactSet-Api-Request-Key - Key to uniquely identify an Analytics API request. Only available after successful authentication.
* X-FactSet-Api-RateLimit-Limit - Number of allowed requests for the time window.
* X-FactSet-Api-RateLimit-Remaining - Number of requests left for the time window.
* X-FactSet-Api-RateLimit-Reset - Number of seconds remaining till rate limit resets.
| **401** | Missing or invalid authentication. | * X-DataDirect-Request-Key - FactSet's request key header.
* X-FactSet-Api-Request-Key - Key to uniquely identify an Analytics API request. Only available after successful authentication.
| **403** | User is forbidden with current credentials. | * X-DataDirect-Request-Key - FactSet's request key header.
* X-FactSet-Api-Request-Key - Key to uniquely identify an Analytics API request. Only available after successful authentication.
* X-FactSet-Api-RateLimit-Limit - Number of allowed requests for the time window.
* X-FactSet-Api-RateLimit-Remaining - Number of requests left for the time window.
* X-FactSet-Api-RateLimit-Reset - Number of seconds remaining till rate limit resets.
| **406** | Unsupported Accept header. Header needs to be set to application/json. | * X-DataDirect-Request-Key - FactSet's request key header.
* X-FactSet-Api-Request-Key - Key to uniquely identify an Analytics API request. Only available after successful authentication.
* X-FactSet-Api-RateLimit-Limit - Number of allowed requests for the time window.
* X-FactSet-Api-RateLimit-Remaining - Number of requests left for the time window.
* X-FactSet-Api-RateLimit-Reset - Number of seconds remaining till rate limit resets.
| diff --git a/auto-generated-sdk/docs/QuantCalculationsApi.md b/auto-generated-sdk/docs/QuantCalculationsApi.md index 485cd03e..7f90f403 100644 --- a/auto-generated-sdk/docs/QuantCalculationsApi.md +++ b/auto-generated-sdk/docs/QuantCalculationsApi.md @@ -108,7 +108,7 @@ Name | Type | Description | Notes Get all calculations -This endpoints returns all active calculation requests. +This endpoints returns all calculation requests. ### Example @@ -182,9 +182,9 @@ Name | Type | Description | Notes ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -**200** | List of active calculation requests. | * X-DataDirect-Request-Key - FactSet's request key header.
* X-FactSet-Api-Request-Key - Key to uniquely identify an Analytics API request. Only available after successful authentication.
* X-FactSet-Api-RateLimit-Limit - Number of allowed requests for the time window.
* X-FactSet-Api-RateLimit-Remaining - Number of requests left for the time window.
* X-FactSet-Api-RateLimit-Reset - Number of seconds remaining till rate limit resets.
| +**200** | List of calculation requests. | * X-DataDirect-Request-Key - FactSet's request key header.
* X-FactSet-Api-Request-Key - Key to uniquely identify an Analytics API request. Only available after successful authentication.
* X-FactSet-Api-RateLimit-Limit - Number of allowed requests for the time window.
* X-FactSet-Api-RateLimit-Remaining - Number of requests left for the time window.
* X-FactSet-Api-RateLimit-Reset - Number of seconds remaining till rate limit resets.
| **400** | Invalid page number. | * X-DataDirect-Request-Key - FactSet's request key header.
* X-FactSet-Api-Request-Key - Key to uniquely identify an Analytics API request. Only available after successful authentication.
* X-FactSet-Api-RateLimit-Limit - Number of allowed requests for the time window.
* X-FactSet-Api-RateLimit-Remaining - Number of requests left for the time window.
* X-FactSet-Api-RateLimit-Reset - Number of seconds remaining till rate limit resets.
| -**404** | No active calculation. | * X-DataDirect-Request-Key - FactSet's request key header.
* X-FactSet-Api-Request-Key - Key to uniquely identify an Analytics API request. Only available after successful authentication.
* X-FactSet-Api-RateLimit-Limit - Number of allowed requests for the time window.
* X-FactSet-Api-RateLimit-Remaining - Number of requests left for the time window.
* X-FactSet-Api-RateLimit-Reset - Number of seconds remaining till rate limit resets.
| +**404** | No calculation found. | * X-DataDirect-Request-Key - FactSet's request key header.
* X-FactSet-Api-Request-Key - Key to uniquely identify an Analytics API request. Only available after successful authentication.
* X-FactSet-Api-RateLimit-Limit - Number of allowed requests for the time window.
* X-FactSet-Api-RateLimit-Remaining - Number of requests left for the time window.
* X-FactSet-Api-RateLimit-Reset - Number of seconds remaining till rate limit resets.
| **401** | Missing or invalid authentication. | * X-DataDirect-Request-Key - FactSet's request key header.
* X-FactSet-Api-Request-Key - Key to uniquely identify an Analytics API request. Only available after successful authentication.
| **403** | User is forbidden with current credentials. | * X-DataDirect-Request-Key - FactSet's request key header.
* X-FactSet-Api-Request-Key - Key to uniquely identify an Analytics API request. Only available after successful authentication.
* X-FactSet-Api-RateLimit-Limit - Number of allowed requests for the time window.
* X-FactSet-Api-RateLimit-Remaining - Number of requests left for the time window.
* X-FactSet-Api-RateLimit-Reset - Number of seconds remaining till rate limit resets.
| **406** | Unsupported Accept header. Header needs to be set to application/json. | * X-DataDirect-Request-Key - FactSet's request key header.
* X-FactSet-Api-Request-Key - Key to uniquely identify an Analytics API request. Only available after successful authentication.
* X-FactSet-Api-RateLimit-Limit - Number of allowed requests for the time window.
* X-FactSet-Api-RateLimit-Remaining - Number of requests left for the time window.
* X-FactSet-Api-RateLimit-Reset - Number of seconds remaining till rate limit resets.
| diff --git a/auto-generated-sdk/docs/SPARCalculationsApi.md b/auto-generated-sdk/docs/SPARCalculationsApi.md index dfe73180..302ca4bc 100644 --- a/auto-generated-sdk/docs/SPARCalculationsApi.md +++ b/auto-generated-sdk/docs/SPARCalculationsApi.md @@ -107,7 +107,7 @@ Name | Type | Description | Notes Get all calculations -This endpoints returns all active calculation requests. +This endpoints returns all calculation requests. ### Example @@ -181,9 +181,9 @@ Name | Type | Description | Notes ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -**200** | List of active calculation requests. | * X-DataDirect-Request-Key - FactSet's request key header.
* X-FactSet-Api-Request-Key - Key to uniquely identify an Analytics API request. Only available after successful authentication.
* X-FactSet-Api-RateLimit-Limit - Number of allowed requests for the time window.
* X-FactSet-Api-RateLimit-Remaining - Number of requests left for the time window.
* X-FactSet-Api-RateLimit-Reset - Number of seconds remaining till rate limit resets.
| +**200** | List of calculation requests. | * X-DataDirect-Request-Key - FactSet's request key header.
* X-FactSet-Api-Request-Key - Key to uniquely identify an Analytics API request. Only available after successful authentication.
* X-FactSet-Api-RateLimit-Limit - Number of allowed requests for the time window.
* X-FactSet-Api-RateLimit-Remaining - Number of requests left for the time window.
* X-FactSet-Api-RateLimit-Reset - Number of seconds remaining till rate limit resets.
| **400** | Invalid page number. | * X-DataDirect-Request-Key - FactSet's request key header.
* X-FactSet-Api-Request-Key - Key to uniquely identify an Analytics API request. Only available after successful authentication.
* X-FactSet-Api-RateLimit-Limit - Number of allowed requests for the time window.
* X-FactSet-Api-RateLimit-Remaining - Number of requests left for the time window.
* X-FactSet-Api-RateLimit-Reset - Number of seconds remaining till rate limit resets.
| -**404** | No active calculation. | * X-DataDirect-Request-Key - FactSet's request key header.
* X-FactSet-Api-Request-Key - Key to uniquely identify an Analytics API request. Only available after successful authentication.
* X-FactSet-Api-RateLimit-Limit - Number of allowed requests for the time window.
* X-FactSet-Api-RateLimit-Remaining - Number of requests left for the time window.
* X-FactSet-Api-RateLimit-Reset - Number of seconds remaining till rate limit resets.
| +**404** | No calculation found. | * X-DataDirect-Request-Key - FactSet's request key header.
* X-FactSet-Api-Request-Key - Key to uniquely identify an Analytics API request. Only available after successful authentication.
* X-FactSet-Api-RateLimit-Limit - Number of allowed requests for the time window.
* X-FactSet-Api-RateLimit-Remaining - Number of requests left for the time window.
* X-FactSet-Api-RateLimit-Reset - Number of seconds remaining till rate limit resets.
| **401** | Missing or invalid authentication. | * X-DataDirect-Request-Key - FactSet's request key header.
* X-FactSet-Api-Request-Key - Key to uniquely identify an Analytics API request. Only available after successful authentication.
| **403** | User is forbidden with current credentials. | * X-DataDirect-Request-Key - FactSet's request key header.
* X-FactSet-Api-Request-Key - Key to uniquely identify an Analytics API request. Only available after successful authentication.
* X-FactSet-Api-RateLimit-Limit - Number of allowed requests for the time window.
* X-FactSet-Api-RateLimit-Remaining - Number of requests left for the time window.
* X-FactSet-Api-RateLimit-Reset - Number of seconds remaining till rate limit resets.
| **406** | Unsupported Accept header. Header needs to be set to application/json. | * X-DataDirect-Request-Key - FactSet's request key header.
* X-FactSet-Api-Request-Key - Key to uniquely identify an Analytics API request. Only available after successful authentication.
* X-FactSet-Api-RateLimit-Limit - Number of allowed requests for the time window.
* X-FactSet-Api-RateLimit-Remaining - Number of requests left for the time window.
* X-FactSet-Api-RateLimit-Reset - Number of seconds remaining till rate limit resets.
| diff --git a/auto-generated-sdk/docs/VaultCalculationsApi.md b/auto-generated-sdk/docs/VaultCalculationsApi.md index 2a71c5e4..0e746ec2 100644 --- a/auto-generated-sdk/docs/VaultCalculationsApi.md +++ b/auto-generated-sdk/docs/VaultCalculationsApi.md @@ -107,7 +107,7 @@ Name | Type | Description | Notes Get all calculations -This endpoints returns all active calculation requests. +This endpoints returns all calculation requests. ### Example @@ -181,9 +181,9 @@ Name | Type | Description | Notes ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -**200** | List of active calculation requests. | * X-DataDirect-Request-Key - FactSet's request key header.
* X-FactSet-Api-Request-Key - Key to uniquely identify an Analytics API request. Only available after successful authentication.
* X-FactSet-Api-RateLimit-Limit - Number of allowed requests for the time window.
* X-FactSet-Api-RateLimit-Remaining - Number of requests left for the time window.
* X-FactSet-Api-RateLimit-Reset - Number of seconds remaining till rate limit resets.
| +**200** | List of calculation requests. | * X-DataDirect-Request-Key - FactSet's request key header.
* X-FactSet-Api-Request-Key - Key to uniquely identify an Analytics API request. Only available after successful authentication.
* X-FactSet-Api-RateLimit-Limit - Number of allowed requests for the time window.
* X-FactSet-Api-RateLimit-Remaining - Number of requests left for the time window.
* X-FactSet-Api-RateLimit-Reset - Number of seconds remaining till rate limit resets.
| **400** | Invalid page number. | * X-DataDirect-Request-Key - FactSet's request key header.
* X-FactSet-Api-Request-Key - Key to uniquely identify an Analytics API request. Only available after successful authentication.
* X-FactSet-Api-RateLimit-Limit - Number of allowed requests for the time window.
* X-FactSet-Api-RateLimit-Remaining - Number of requests left for the time window.
* X-FactSet-Api-RateLimit-Reset - Number of seconds remaining till rate limit resets.
| -**404** | No active calculation. | * X-DataDirect-Request-Key - FactSet's request key header.
* X-FactSet-Api-Request-Key - Key to uniquely identify an Analytics API request. Only available after successful authentication.
* X-FactSet-Api-RateLimit-Limit - Number of allowed requests for the time window.
* X-FactSet-Api-RateLimit-Remaining - Number of requests left for the time window.
* X-FactSet-Api-RateLimit-Reset - Number of seconds remaining till rate limit resets.
| +**404** | No calculation found. | * X-DataDirect-Request-Key - FactSet's request key header.
* X-FactSet-Api-Request-Key - Key to uniquely identify an Analytics API request. Only available after successful authentication.
* X-FactSet-Api-RateLimit-Limit - Number of allowed requests for the time window.
* X-FactSet-Api-RateLimit-Remaining - Number of requests left for the time window.
* X-FactSet-Api-RateLimit-Reset - Number of seconds remaining till rate limit resets.
| **401** | Missing or invalid authentication. | * X-DataDirect-Request-Key - FactSet's request key header.
* X-FactSet-Api-Request-Key - Key to uniquely identify an Analytics API request. Only available after successful authentication.
| **403** | User is forbidden with current credentials. | * X-DataDirect-Request-Key - FactSet's request key header.
* X-FactSet-Api-Request-Key - Key to uniquely identify an Analytics API request. Only available after successful authentication.
* X-FactSet-Api-RateLimit-Limit - Number of allowed requests for the time window.
* X-FactSet-Api-RateLimit-Remaining - Number of requests left for the time window.
* X-FactSet-Api-RateLimit-Reset - Number of seconds remaining till rate limit resets.
| **406** | Unsupported Accept header. Header needs to be set to application/json. | * X-DataDirect-Request-Key - FactSet's request key header.
* X-FactSet-Api-Request-Key - Key to uniquely identify an Analytics API request. Only available after successful authentication.
* X-FactSet-Api-RateLimit-Limit - Number of allowed requests for the time window.
* X-FactSet-Api-RateLimit-Remaining - Number of requests left for the time window.
* X-FactSet-Api-RateLimit-Reset - Number of seconds remaining till rate limit resets.
| diff --git a/auto-generated-sdk/fds/analyticsapi/engines/api/pa_calculations_api.py b/auto-generated-sdk/fds/analyticsapi/engines/api/pa_calculations_api.py index a424290a..315d2745 100644 --- a/auto-generated-sdk/fds/analyticsapi/engines/api/pa_calculations_api.py +++ b/auto-generated-sdk/fds/analyticsapi/engines/api/pa_calculations_api.py @@ -170,7 +170,7 @@ def __get_all_calculations( ): """Get all calculations # noqa: E501 - This endpoints returns all active calculation requests. # noqa: E501 + This endpoints returns all calculation requests. # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True diff --git a/auto-generated-sdk/fds/analyticsapi/engines/api/pub_calculations_api.py b/auto-generated-sdk/fds/analyticsapi/engines/api/pub_calculations_api.py index 8d2c24fa..b92f09c8 100644 --- a/auto-generated-sdk/fds/analyticsapi/engines/api/pub_calculations_api.py +++ b/auto-generated-sdk/fds/analyticsapi/engines/api/pub_calculations_api.py @@ -169,7 +169,7 @@ def __get_all_calculations( ): """Get all calculations # noqa: E501 - This endpoints returns all active calculation requests. # noqa: E501 + This endpoints returns all calculation requests. # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True diff --git a/auto-generated-sdk/fds/analyticsapi/engines/api/quant_calculations_api.py b/auto-generated-sdk/fds/analyticsapi/engines/api/quant_calculations_api.py index d34f3530..6fbff364 100644 --- a/auto-generated-sdk/fds/analyticsapi/engines/api/quant_calculations_api.py +++ b/auto-generated-sdk/fds/analyticsapi/engines/api/quant_calculations_api.py @@ -170,7 +170,7 @@ def __get_all_calculations( ): """Get all calculations # noqa: E501 - This endpoints returns all active calculation requests. # noqa: E501 + This endpoints returns all calculation requests. # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True diff --git a/auto-generated-sdk/fds/analyticsapi/engines/api/spar_calculations_api.py b/auto-generated-sdk/fds/analyticsapi/engines/api/spar_calculations_api.py index 9eb4108f..a98f27b6 100644 --- a/auto-generated-sdk/fds/analyticsapi/engines/api/spar_calculations_api.py +++ b/auto-generated-sdk/fds/analyticsapi/engines/api/spar_calculations_api.py @@ -170,7 +170,7 @@ def __get_all_calculations( ): """Get all calculations # noqa: E501 - This endpoints returns all active calculation requests. # noqa: E501 + This endpoints returns all calculation requests. # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True diff --git a/auto-generated-sdk/fds/analyticsapi/engines/api/vault_calculations_api.py b/auto-generated-sdk/fds/analyticsapi/engines/api/vault_calculations_api.py index f6f87a15..fa8f2de4 100644 --- a/auto-generated-sdk/fds/analyticsapi/engines/api/vault_calculations_api.py +++ b/auto-generated-sdk/fds/analyticsapi/engines/api/vault_calculations_api.py @@ -170,7 +170,7 @@ def __get_all_calculations( ): """Get all calculations # noqa: E501 - This endpoints returns all active calculation requests. # noqa: E501 + This endpoints returns all calculation requests. # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True diff --git a/auto-generated-sdk/fds/analyticsapi/engines/model/frequency.py b/auto-generated-sdk/fds/analyticsapi/engines/model/frequency.py index a394b312..1ac7d0e8 100644 --- a/auto-generated-sdk/fds/analyticsapi/engines/model/frequency.py +++ b/auto-generated-sdk/fds/analyticsapi/engines/model/frequency.py @@ -74,6 +74,10 @@ def openapi_types(): """ return { 'name': (str,), # noqa: E501 + 'periodic_multipliers': ([float],), # noqa: E501 + 'nperiodic_multipliers': ([float],), # noqa: E501 + 'iperiodic_multipliers': ([int],), # noqa: E501 + 'inperiodic_multipliers': ([int],), # noqa: E501 } @cached_property @@ -83,6 +87,10 @@ def discriminator(): attribute_map = { 'name': 'name', # noqa: E501 + 'periodic_multipliers': 'periodicMultipliers', # noqa: E501 + 'nperiodic_multipliers': 'nperiodicMultipliers', # noqa: E501 + 'iperiodic_multipliers': 'iperiodicMultipliers', # noqa: E501 + 'inperiodic_multipliers': 'inperiodicMultipliers', # noqa: E501 } _composed_schemas = {} @@ -132,6 +140,10 @@ def __init__(self, *args, **kwargs): # noqa: E501 through its discriminator because we passed in _visited_composed_classes = (Animal,) name (str): Frequency name.. [optional] # noqa: E501 + periodic_multipliers ([float]): [optional] # noqa: E501 + nperiodic_multipliers ([float]): [optional] # noqa: E501 + iperiodic_multipliers ([int]): [optional] # noqa: E501 + inperiodic_multipliers ([int]): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) diff --git a/auto-generated-sdk/fds/analyticsapi/engines/model/pa_calculation_parameters.py b/auto-generated-sdk/fds/analyticsapi/engines/model/pa_calculation_parameters.py index 75f48803..fa99558d 100644 --- a/auto-generated-sdk/fds/analyticsapi/engines/model/pa_calculation_parameters.py +++ b/auto-generated-sdk/fds/analyticsapi/engines/model/pa_calculation_parameters.py @@ -95,6 +95,10 @@ def openapi_types(): 'columns': ([PACalculationColumn],), # noqa: E501 'datasources': (PACalculationDataSources,), # noqa: E501 'componentdetail': (str,), # noqa: E501 + 'periodic_multipliers': ([float],), # noqa: E501 + 'nperiodic_multipliers': ([float],), # noqa: E501 + 'iperiodic_multipliers': ([int],), # noqa: E501 + 'inperiodic_multipliers': ([int],), # noqa: E501 } @cached_property @@ -112,6 +116,10 @@ def discriminator(): 'columns': 'columns', # noqa: E501 'datasources': 'datasources', # noqa: E501 'componentdetail': 'componentdetail', # noqa: E501 + 'periodic_multipliers': 'periodicMultipliers', # noqa: E501 + 'nperiodic_multipliers': 'nperiodicMultipliers', # noqa: E501 + 'iperiodic_multipliers': 'iperiodicMultipliers', # noqa: E501 + 'inperiodic_multipliers': 'inperiodicMultipliers', # noqa: E501 } _composed_schemas = {} @@ -171,6 +179,10 @@ def __init__(self, componentid, *args, **kwargs): # noqa: E501 columns ([PACalculationColumn]): List of columns for the PA calculation. This will take precedence over the columns saved in the PA document.. [optional] # noqa: E501 datasources (PACalculationDataSources): [optional] # noqa: E501 componentdetail (str): Component detail type for the PA component. It can be GROUPS or TOTALS or SECURITIES.. [optional] # noqa: E501 + periodic_multipliers ([float]): [optional] # noqa: E501 + nperiodic_multipliers ([float]): [optional] # noqa: E501 + iperiodic_multipliers ([int]): [optional] # noqa: E501 + inperiodic_multipliers ([int]): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) From 147e7fc00abab81b5dbda68c42d132d17f59dc0c Mon Sep 17 00:00:00 2001 From: factset-sdk-bot Date: Thu, 4 Aug 2022 05:42:55 +0000 Subject: [PATCH 2/8] feat(sdk): Auto-commit from 'analyticsapi-engines-sdk-generator' repository PR 50 for SDK version v5.5.0 --- auto-generated-sdk/docs/Frequency.md | 4 ++-- .../fds/analyticsapi/engines/model/frequency.py | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/auto-generated-sdk/docs/Frequency.md b/auto-generated-sdk/docs/Frequency.md index 666f0c5c..0c82d86d 100644 --- a/auto-generated-sdk/docs/Frequency.md +++ b/auto-generated-sdk/docs/Frequency.md @@ -6,9 +6,9 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **str** | Frequency name. | [optional] **periodic_multipliers** | **[float]** | | [optional] -**nperiodic_multipliers** | **[float]** | | [optional] +**nperiodic_multipliers** | **[bool, date, datetime, dict, float, int, list, str, none_type]** | | [optional] **iperiodic_multipliers** | **[int]** | | [optional] -**inperiodic_multipliers** | **[int]** | | [optional] +**inperiodic_multipliers** | **[bool, date, datetime, dict, float, int, list, str, none_type]** | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/auto-generated-sdk/fds/analyticsapi/engines/model/frequency.py b/auto-generated-sdk/fds/analyticsapi/engines/model/frequency.py index 1ac7d0e8..da1b8537 100644 --- a/auto-generated-sdk/fds/analyticsapi/engines/model/frequency.py +++ b/auto-generated-sdk/fds/analyticsapi/engines/model/frequency.py @@ -75,9 +75,9 @@ def openapi_types(): return { 'name': (str,), # noqa: E501 'periodic_multipliers': ([float],), # noqa: E501 - 'nperiodic_multipliers': ([float],), # noqa: E501 + 'nperiodic_multipliers': ([bool, date, datetime, dict, float, int, list, str, none_type],), # noqa: E501 'iperiodic_multipliers': ([int],), # noqa: E501 - 'inperiodic_multipliers': ([int],), # noqa: E501 + 'inperiodic_multipliers': ([bool, date, datetime, dict, float, int, list, str, none_type],), # noqa: E501 } @cached_property @@ -141,9 +141,9 @@ def __init__(self, *args, **kwargs): # noqa: E501 _visited_composed_classes = (Animal,) name (str): Frequency name.. [optional] # noqa: E501 periodic_multipliers ([float]): [optional] # noqa: E501 - nperiodic_multipliers ([float]): [optional] # noqa: E501 + nperiodic_multipliers ([bool, date, datetime, dict, float, int, list, str, none_type]): [optional] # noqa: E501 iperiodic_multipliers ([int]): [optional] # noqa: E501 - inperiodic_multipliers ([int]): [optional] # noqa: E501 + inperiodic_multipliers ([bool, date, datetime, dict, float, int, list, str, none_type]): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) From cc73f65d85c275d271991ee301513740d534c8f5 Mon Sep 17 00:00:00 2001 From: factset-sdk-bot Date: Thu, 4 Aug 2022 05:54:53 +0000 Subject: [PATCH 3/8] feat(sdk): Auto-commit from 'analyticsapi-engines-sdk-generator' repository PR 50 for SDK version v5.5.0 --- auto-generated-sdk/docs/PACalculationParameters.md | 4 ++-- auto-generated-sdk/docs/PACalculationsApi.md | 8 ++++---- .../engines/model/pa_calculation_parameters.py | 8 ++++---- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/auto-generated-sdk/docs/PACalculationParameters.md b/auto-generated-sdk/docs/PACalculationParameters.md index 8fce12fa..fca85daf 100644 --- a/auto-generated-sdk/docs/PACalculationParameters.md +++ b/auto-generated-sdk/docs/PACalculationParameters.md @@ -14,9 +14,9 @@ Name | Type | Description | Notes **datasources** | [**PACalculationDataSources**](PACalculationDataSources.md) | | [optional] **componentdetail** | **str** | Component detail type for the PA component. It can be GROUPS or TOTALS or SECURITIES. | [optional] **periodic_multipliers** | **[float]** | | [optional] -**nperiodic_multipliers** | **[float]** | | [optional] +**nperiodic_multipliers** | **[bool, date, datetime, dict, float, int, list, str, none_type]** | | [optional] **iperiodic_multipliers** | **[int]** | | [optional] -**inperiodic_multipliers** | **[int]** | | [optional] +**inperiodic_multipliers** | **[bool, date, datetime, dict, float, int, list, str, none_type]** | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/auto-generated-sdk/docs/PACalculationsApi.md b/auto-generated-sdk/docs/PACalculationsApi.md index 857bdaad..386c268b 100644 --- a/auto-generated-sdk/docs/PACalculationsApi.md +++ b/auto-generated-sdk/docs/PACalculationsApi.md @@ -568,13 +568,13 @@ with fds.analyticsapi.engines.ApiClient(configuration) as api_client: 3.14, ], nperiodic_multipliers=[ - 3.14, + None, ], iperiodic_multipliers=[ 1, ], inperiodic_multipliers=[ - 1, + None, ], ), }, @@ -740,13 +740,13 @@ with fds.analyticsapi.engines.ApiClient(configuration) as api_client: 3.14, ], nperiodic_multipliers=[ - 3.14, + None, ], iperiodic_multipliers=[ 1, ], inperiodic_multipliers=[ - 1, + None, ], ), }, diff --git a/auto-generated-sdk/fds/analyticsapi/engines/model/pa_calculation_parameters.py b/auto-generated-sdk/fds/analyticsapi/engines/model/pa_calculation_parameters.py index fa99558d..b946e327 100644 --- a/auto-generated-sdk/fds/analyticsapi/engines/model/pa_calculation_parameters.py +++ b/auto-generated-sdk/fds/analyticsapi/engines/model/pa_calculation_parameters.py @@ -96,9 +96,9 @@ def openapi_types(): 'datasources': (PACalculationDataSources,), # noqa: E501 'componentdetail': (str,), # noqa: E501 'periodic_multipliers': ([float],), # noqa: E501 - 'nperiodic_multipliers': ([float],), # noqa: E501 + 'nperiodic_multipliers': ([bool, date, datetime, dict, float, int, list, str, none_type],), # noqa: E501 'iperiodic_multipliers': ([int],), # noqa: E501 - 'inperiodic_multipliers': ([int],), # noqa: E501 + 'inperiodic_multipliers': ([bool, date, datetime, dict, float, int, list, str, none_type],), # noqa: E501 } @cached_property @@ -180,9 +180,9 @@ def __init__(self, componentid, *args, **kwargs): # noqa: E501 datasources (PACalculationDataSources): [optional] # noqa: E501 componentdetail (str): Component detail type for the PA component. It can be GROUPS or TOTALS or SECURITIES.. [optional] # noqa: E501 periodic_multipliers ([float]): [optional] # noqa: E501 - nperiodic_multipliers ([float]): [optional] # noqa: E501 + nperiodic_multipliers ([bool, date, datetime, dict, float, int, list, str, none_type]): [optional] # noqa: E501 iperiodic_multipliers ([int]): [optional] # noqa: E501 - inperiodic_multipliers ([int]): [optional] # noqa: E501 + inperiodic_multipliers ([bool, date, datetime, dict, float, int, list, str, none_type]): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) From e565c82b34576aa565edabdb6759df568a9280d2 Mon Sep 17 00:00:00 2001 From: factset-sdk-bot Date: Fri, 5 Aug 2022 04:55:09 +0000 Subject: [PATCH 4/8] feat(sdk): Auto-commit from 'analyticsapi-engines-sdk-generator' repository PR 50 for SDK version v5.5.0 --- auto-generated-sdk/docs/PACalculationParameters.md | 1 + auto-generated-sdk/docs/PACalculationsApi.md | 6 ++++++ .../analyticsapi/engines/model/pa_calculation_parameters.py | 3 +++ 3 files changed, 10 insertions(+) diff --git a/auto-generated-sdk/docs/PACalculationParameters.md b/auto-generated-sdk/docs/PACalculationParameters.md index fca85daf..7604722a 100644 --- a/auto-generated-sdk/docs/PACalculationParameters.md +++ b/auto-generated-sdk/docs/PACalculationParameters.md @@ -15,6 +15,7 @@ Name | Type | Description | Notes **componentdetail** | **str** | Component detail type for the PA component. It can be GROUPS or TOTALS or SECURITIES. | [optional] **periodic_multipliers** | **[float]** | | [optional] **nperiodic_multipliers** | **[bool, date, datetime, dict, float, int, list, str, none_type]** | | [optional] +**hist_coupons** | **[object]** | | [optional] **iperiodic_multipliers** | **[int]** | | [optional] **inperiodic_multipliers** | **[bool, date, datetime, dict, float, int, list, str, none_type]** | | [optional] diff --git a/auto-generated-sdk/docs/PACalculationsApi.md b/auto-generated-sdk/docs/PACalculationsApi.md index 386c268b..6539fad0 100644 --- a/auto-generated-sdk/docs/PACalculationsApi.md +++ b/auto-generated-sdk/docs/PACalculationsApi.md @@ -570,6 +570,9 @@ with fds.analyticsapi.engines.ApiClient(configuration) as api_client: nperiodic_multipliers=[ None, ], + hist_coupons=[ + , + ], iperiodic_multipliers=[ 1, ], @@ -742,6 +745,9 @@ with fds.analyticsapi.engines.ApiClient(configuration) as api_client: nperiodic_multipliers=[ None, ], + hist_coupons=[ + , + ], iperiodic_multipliers=[ 1, ], diff --git a/auto-generated-sdk/fds/analyticsapi/engines/model/pa_calculation_parameters.py b/auto-generated-sdk/fds/analyticsapi/engines/model/pa_calculation_parameters.py index b946e327..b56ab7c7 100644 --- a/auto-generated-sdk/fds/analyticsapi/engines/model/pa_calculation_parameters.py +++ b/auto-generated-sdk/fds/analyticsapi/engines/model/pa_calculation_parameters.py @@ -97,6 +97,7 @@ def openapi_types(): 'componentdetail': (str,), # noqa: E501 'periodic_multipliers': ([float],), # noqa: E501 'nperiodic_multipliers': ([bool, date, datetime, dict, float, int, list, str, none_type],), # noqa: E501 + 'hist_coupons': ([object],), # noqa: E501 'iperiodic_multipliers': ([int],), # noqa: E501 'inperiodic_multipliers': ([bool, date, datetime, dict, float, int, list, str, none_type],), # noqa: E501 } @@ -118,6 +119,7 @@ def discriminator(): 'componentdetail': 'componentdetail', # noqa: E501 'periodic_multipliers': 'periodicMultipliers', # noqa: E501 'nperiodic_multipliers': 'nperiodicMultipliers', # noqa: E501 + 'hist_coupons': 'histCoupons', # noqa: E501 'iperiodic_multipliers': 'iperiodicMultipliers', # noqa: E501 'inperiodic_multipliers': 'inperiodicMultipliers', # noqa: E501 } @@ -181,6 +183,7 @@ def __init__(self, componentid, *args, **kwargs): # noqa: E501 componentdetail (str): Component detail type for the PA component. It can be GROUPS or TOTALS or SECURITIES.. [optional] # noqa: E501 periodic_multipliers ([float]): [optional] # noqa: E501 nperiodic_multipliers ([bool, date, datetime, dict, float, int, list, str, none_type]): [optional] # noqa: E501 + hist_coupons ([object]): [optional] # noqa: E501 iperiodic_multipliers ([int]): [optional] # noqa: E501 inperiodic_multipliers ([bool, date, datetime, dict, float, int, list, str, none_type]): [optional] # noqa: E501 """ From 0d5c7760f11e5c6106764d75d9707d14de7cd527 Mon Sep 17 00:00:00 2001 From: factset-sdk-bot Date: Fri, 5 Aug 2022 06:01:21 +0000 Subject: [PATCH 5/8] feat(sdk): Auto-commit from 'analyticsapi-engines-sdk-generator' repository PR 50 for SDK version v5.5.0 --- auto-generated-sdk/docs/PACalculationParameters.md | 2 +- auto-generated-sdk/docs/PACalculationsApi.md | 8 ++++---- .../engines/model/pa_calculation_parameters.py | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/auto-generated-sdk/docs/PACalculationParameters.md b/auto-generated-sdk/docs/PACalculationParameters.md index 7604722a..a926013b 100644 --- a/auto-generated-sdk/docs/PACalculationParameters.md +++ b/auto-generated-sdk/docs/PACalculationParameters.md @@ -15,7 +15,7 @@ Name | Type | Description | Notes **componentdetail** | **str** | Component detail type for the PA component. It can be GROUPS or TOTALS or SECURITIES. | [optional] **periodic_multipliers** | **[float]** | | [optional] **nperiodic_multipliers** | **[bool, date, datetime, dict, float, int, list, str, none_type]** | | [optional] -**hist_coupons** | **[object]** | | [optional] +**hist_rcv_assump_rates** | **[float, none_type]** | | [optional] **iperiodic_multipliers** | **[int]** | | [optional] **inperiodic_multipliers** | **[bool, date, datetime, dict, float, int, list, str, none_type]** | | [optional] diff --git a/auto-generated-sdk/docs/PACalculationsApi.md b/auto-generated-sdk/docs/PACalculationsApi.md index 6539fad0..35804637 100644 --- a/auto-generated-sdk/docs/PACalculationsApi.md +++ b/auto-generated-sdk/docs/PACalculationsApi.md @@ -570,8 +570,8 @@ with fds.analyticsapi.engines.ApiClient(configuration) as api_client: nperiodic_multipliers=[ None, ], - hist_coupons=[ - , + hist_rcv_assump_rates=[ + 3.14, ], iperiodic_multipliers=[ 1, @@ -745,8 +745,8 @@ with fds.analyticsapi.engines.ApiClient(configuration) as api_client: nperiodic_multipliers=[ None, ], - hist_coupons=[ - , + hist_rcv_assump_rates=[ + 3.14, ], iperiodic_multipliers=[ 1, diff --git a/auto-generated-sdk/fds/analyticsapi/engines/model/pa_calculation_parameters.py b/auto-generated-sdk/fds/analyticsapi/engines/model/pa_calculation_parameters.py index b56ab7c7..a9f1b354 100644 --- a/auto-generated-sdk/fds/analyticsapi/engines/model/pa_calculation_parameters.py +++ b/auto-generated-sdk/fds/analyticsapi/engines/model/pa_calculation_parameters.py @@ -97,7 +97,7 @@ def openapi_types(): 'componentdetail': (str,), # noqa: E501 'periodic_multipliers': ([float],), # noqa: E501 'nperiodic_multipliers': ([bool, date, datetime, dict, float, int, list, str, none_type],), # noqa: E501 - 'hist_coupons': ([object],), # noqa: E501 + 'hist_rcv_assump_rates': ([float, none_type],), # noqa: E501 'iperiodic_multipliers': ([int],), # noqa: E501 'inperiodic_multipliers': ([bool, date, datetime, dict, float, int, list, str, none_type],), # noqa: E501 } @@ -119,7 +119,7 @@ def discriminator(): 'componentdetail': 'componentdetail', # noqa: E501 'periodic_multipliers': 'periodicMultipliers', # noqa: E501 'nperiodic_multipliers': 'nperiodicMultipliers', # noqa: E501 - 'hist_coupons': 'histCoupons', # noqa: E501 + 'hist_rcv_assump_rates': 'histRcvAssumpRates', # noqa: E501 'iperiodic_multipliers': 'iperiodicMultipliers', # noqa: E501 'inperiodic_multipliers': 'inperiodicMultipliers', # noqa: E501 } @@ -183,7 +183,7 @@ def __init__(self, componentid, *args, **kwargs): # noqa: E501 componentdetail (str): Component detail type for the PA component. It can be GROUPS or TOTALS or SECURITIES.. [optional] # noqa: E501 periodic_multipliers ([float]): [optional] # noqa: E501 nperiodic_multipliers ([bool, date, datetime, dict, float, int, list, str, none_type]): [optional] # noqa: E501 - hist_coupons ([object]): [optional] # noqa: E501 + hist_rcv_assump_rates ([float, none_type]): [optional] # noqa: E501 iperiodic_multipliers ([int]): [optional] # noqa: E501 inperiodic_multipliers ([bool, date, datetime, dict, float, int, list, str, none_type]): [optional] # noqa: E501 """ From c2fffc4ec029109979e1872bb190d8e27db55b3f Mon Sep 17 00:00:00 2001 From: factset-sdk-bot Date: Fri, 5 Aug 2022 06:26:31 +0000 Subject: [PATCH 6/8] feat(sdk): Auto-commit from 'analyticsapi-engines-sdk-generator' repository PR 50 for SDK version v5.5.0 --- auto-generated-sdk/docs/CalculationUnitStatus.md | 2 ++ auto-generated-sdk/docs/PACalculationParameters.md | 3 ++- auto-generated-sdk/docs/PACalculationsApi.md | 10 ++++++++-- .../engines/model/calculation_unit_status.py | 6 ++++++ .../engines/model/pa_calculation_parameters.py | 9 ++++++--- 5 files changed, 24 insertions(+), 6 deletions(-) diff --git a/auto-generated-sdk/docs/CalculationUnitStatus.md b/auto-generated-sdk/docs/CalculationUnitStatus.md index 54f4f2ac..aa1a1232 100644 --- a/auto-generated-sdk/docs/CalculationUnitStatus.md +++ b/auto-generated-sdk/docs/CalculationUnitStatus.md @@ -9,6 +9,8 @@ Name | Type | Description | Notes **result** | **str** | The result URL of the calculation. | [optional] **progress** | **str** | The progress of the calculation unit. | [optional] **points** | **int** | The points for the calculation unit. | [optional] +**dhist_rcv_assump_rates** | **[float, none_type]** | | [optional] +**ihist_rcv_assump_rates** | **[float, none_type]** | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/auto-generated-sdk/docs/PACalculationParameters.md b/auto-generated-sdk/docs/PACalculationParameters.md index a926013b..df4cf9dd 100644 --- a/auto-generated-sdk/docs/PACalculationParameters.md +++ b/auto-generated-sdk/docs/PACalculationParameters.md @@ -15,7 +15,8 @@ Name | Type | Description | Notes **componentdetail** | **str** | Component detail type for the PA component. It can be GROUPS or TOTALS or SECURITIES. | [optional] **periodic_multipliers** | **[float]** | | [optional] **nperiodic_multipliers** | **[bool, date, datetime, dict, float, int, list, str, none_type]** | | [optional] -**hist_rcv_assump_rates** | **[float, none_type]** | | [optional] +**dhist_rcv_assump_rates** | **[float, none_type]** | | [optional] +**ihist_rcv_assump_rates** | **[float, none_type]** | | [optional] **iperiodic_multipliers** | **[int]** | | [optional] **inperiodic_multipliers** | **[bool, date, datetime, dict, float, int, list, str, none_type]** | | [optional] diff --git a/auto-generated-sdk/docs/PACalculationsApi.md b/auto-generated-sdk/docs/PACalculationsApi.md index 35804637..4263b8ad 100644 --- a/auto-generated-sdk/docs/PACalculationsApi.md +++ b/auto-generated-sdk/docs/PACalculationsApi.md @@ -570,7 +570,10 @@ with fds.analyticsapi.engines.ApiClient(configuration) as api_client: nperiodic_multipliers=[ None, ], - hist_rcv_assump_rates=[ + dhist_rcv_assump_rates=[ + 3.14, + ], + ihist_rcv_assump_rates=[ 3.14, ], iperiodic_multipliers=[ @@ -745,7 +748,10 @@ with fds.analyticsapi.engines.ApiClient(configuration) as api_client: nperiodic_multipliers=[ None, ], - hist_rcv_assump_rates=[ + dhist_rcv_assump_rates=[ + 3.14, + ], + ihist_rcv_assump_rates=[ 3.14, ], iperiodic_multipliers=[ diff --git a/auto-generated-sdk/fds/analyticsapi/engines/model/calculation_unit_status.py b/auto-generated-sdk/fds/analyticsapi/engines/model/calculation_unit_status.py index f50b471f..aea326e9 100644 --- a/auto-generated-sdk/fds/analyticsapi/engines/model/calculation_unit_status.py +++ b/auto-generated-sdk/fds/analyticsapi/engines/model/calculation_unit_status.py @@ -90,6 +90,8 @@ def openapi_types(): 'result': (str,), # noqa: E501 'progress': (str,), # noqa: E501 'points': (int,), # noqa: E501 + 'dhist_rcv_assump_rates': ([float, none_type],), # noqa: E501 + 'ihist_rcv_assump_rates': ([float, none_type],), # noqa: E501 } @cached_property @@ -103,6 +105,8 @@ def discriminator(): 'result': 'result', # noqa: E501 'progress': 'progress', # noqa: E501 'points': 'points', # noqa: E501 + 'dhist_rcv_assump_rates': 'dhistRcvAssumpRates', # noqa: E501 + 'ihist_rcv_assump_rates': 'ihistRcvAssumpRates', # noqa: E501 } _composed_schemas = {} @@ -156,6 +160,8 @@ def __init__(self, *args, **kwargs): # noqa: E501 result (str): The result URL of the calculation.. [optional] # noqa: E501 progress (str): The progress of the calculation unit.. [optional] # noqa: E501 points (int): The points for the calculation unit.. [optional] # noqa: E501 + dhist_rcv_assump_rates ([float, none_type]): [optional] # noqa: E501 + ihist_rcv_assump_rates ([float, none_type]): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) diff --git a/auto-generated-sdk/fds/analyticsapi/engines/model/pa_calculation_parameters.py b/auto-generated-sdk/fds/analyticsapi/engines/model/pa_calculation_parameters.py index a9f1b354..f187fd63 100644 --- a/auto-generated-sdk/fds/analyticsapi/engines/model/pa_calculation_parameters.py +++ b/auto-generated-sdk/fds/analyticsapi/engines/model/pa_calculation_parameters.py @@ -97,7 +97,8 @@ def openapi_types(): 'componentdetail': (str,), # noqa: E501 'periodic_multipliers': ([float],), # noqa: E501 'nperiodic_multipliers': ([bool, date, datetime, dict, float, int, list, str, none_type],), # noqa: E501 - 'hist_rcv_assump_rates': ([float, none_type],), # noqa: E501 + 'dhist_rcv_assump_rates': ([float, none_type],), # noqa: E501 + 'ihist_rcv_assump_rates': ([float, none_type],), # noqa: E501 'iperiodic_multipliers': ([int],), # noqa: E501 'inperiodic_multipliers': ([bool, date, datetime, dict, float, int, list, str, none_type],), # noqa: E501 } @@ -119,7 +120,8 @@ def discriminator(): 'componentdetail': 'componentdetail', # noqa: E501 'periodic_multipliers': 'periodicMultipliers', # noqa: E501 'nperiodic_multipliers': 'nperiodicMultipliers', # noqa: E501 - 'hist_rcv_assump_rates': 'histRcvAssumpRates', # noqa: E501 + 'dhist_rcv_assump_rates': 'dhistRcvAssumpRates', # noqa: E501 + 'ihist_rcv_assump_rates': 'ihistRcvAssumpRates', # noqa: E501 'iperiodic_multipliers': 'iperiodicMultipliers', # noqa: E501 'inperiodic_multipliers': 'inperiodicMultipliers', # noqa: E501 } @@ -183,7 +185,8 @@ def __init__(self, componentid, *args, **kwargs): # noqa: E501 componentdetail (str): Component detail type for the PA component. It can be GROUPS or TOTALS or SECURITIES.. [optional] # noqa: E501 periodic_multipliers ([float]): [optional] # noqa: E501 nperiodic_multipliers ([bool, date, datetime, dict, float, int, list, str, none_type]): [optional] # noqa: E501 - hist_rcv_assump_rates ([float, none_type]): [optional] # noqa: E501 + dhist_rcv_assump_rates ([float, none_type]): [optional] # noqa: E501 + ihist_rcv_assump_rates ([float, none_type]): [optional] # noqa: E501 iperiodic_multipliers ([int]): [optional] # noqa: E501 inperiodic_multipliers ([bool, date, datetime, dict, float, int, list, str, none_type]): [optional] # noqa: E501 """ From 652666f9e5029c8821eba2f07b1e8cf029442425 Mon Sep 17 00:00:00 2001 From: factset-sdk-bot Date: Fri, 5 Aug 2022 06:33:14 +0000 Subject: [PATCH 7/8] feat(sdk): Auto-commit from 'analyticsapi-engines-sdk-generator' repository PR 50 for SDK version v5.5.0 --- auto-generated-sdk/docs/CalculationUnitStatus.md | 2 +- auto-generated-sdk/docs/PACalculationParameters.md | 2 +- auto-generated-sdk/docs/PACalculationsApi.md | 4 ++-- .../fds/analyticsapi/engines/model/calculation_unit_status.py | 4 ++-- .../analyticsapi/engines/model/pa_calculation_parameters.py | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/auto-generated-sdk/docs/CalculationUnitStatus.md b/auto-generated-sdk/docs/CalculationUnitStatus.md index aa1a1232..4eba6904 100644 --- a/auto-generated-sdk/docs/CalculationUnitStatus.md +++ b/auto-generated-sdk/docs/CalculationUnitStatus.md @@ -10,7 +10,7 @@ Name | Type | Description | Notes **progress** | **str** | The progress of the calculation unit. | [optional] **points** | **int** | The points for the calculation unit. | [optional] **dhist_rcv_assump_rates** | **[float, none_type]** | | [optional] -**ihist_rcv_assump_rates** | **[float, none_type]** | | [optional] +**ihist_rcv_assump_rates** | **[int, none_type]** | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/auto-generated-sdk/docs/PACalculationParameters.md b/auto-generated-sdk/docs/PACalculationParameters.md index df4cf9dd..f0e6f793 100644 --- a/auto-generated-sdk/docs/PACalculationParameters.md +++ b/auto-generated-sdk/docs/PACalculationParameters.md @@ -16,7 +16,7 @@ Name | Type | Description | Notes **periodic_multipliers** | **[float]** | | [optional] **nperiodic_multipliers** | **[bool, date, datetime, dict, float, int, list, str, none_type]** | | [optional] **dhist_rcv_assump_rates** | **[float, none_type]** | | [optional] -**ihist_rcv_assump_rates** | **[float, none_type]** | | [optional] +**ihist_rcv_assump_rates** | **[int, none_type]** | | [optional] **iperiodic_multipliers** | **[int]** | | [optional] **inperiodic_multipliers** | **[bool, date, datetime, dict, float, int, list, str, none_type]** | | [optional] diff --git a/auto-generated-sdk/docs/PACalculationsApi.md b/auto-generated-sdk/docs/PACalculationsApi.md index 4263b8ad..96b5808e 100644 --- a/auto-generated-sdk/docs/PACalculationsApi.md +++ b/auto-generated-sdk/docs/PACalculationsApi.md @@ -574,7 +574,7 @@ with fds.analyticsapi.engines.ApiClient(configuration) as api_client: 3.14, ], ihist_rcv_assump_rates=[ - 3.14, + 1, ], iperiodic_multipliers=[ 1, @@ -752,7 +752,7 @@ with fds.analyticsapi.engines.ApiClient(configuration) as api_client: 3.14, ], ihist_rcv_assump_rates=[ - 3.14, + 1, ], iperiodic_multipliers=[ 1, diff --git a/auto-generated-sdk/fds/analyticsapi/engines/model/calculation_unit_status.py b/auto-generated-sdk/fds/analyticsapi/engines/model/calculation_unit_status.py index aea326e9..a975c9bb 100644 --- a/auto-generated-sdk/fds/analyticsapi/engines/model/calculation_unit_status.py +++ b/auto-generated-sdk/fds/analyticsapi/engines/model/calculation_unit_status.py @@ -91,7 +91,7 @@ def openapi_types(): 'progress': (str,), # noqa: E501 'points': (int,), # noqa: E501 'dhist_rcv_assump_rates': ([float, none_type],), # noqa: E501 - 'ihist_rcv_assump_rates': ([float, none_type],), # noqa: E501 + 'ihist_rcv_assump_rates': ([int, none_type],), # noqa: E501 } @cached_property @@ -161,7 +161,7 @@ def __init__(self, *args, **kwargs): # noqa: E501 progress (str): The progress of the calculation unit.. [optional] # noqa: E501 points (int): The points for the calculation unit.. [optional] # noqa: E501 dhist_rcv_assump_rates ([float, none_type]): [optional] # noqa: E501 - ihist_rcv_assump_rates ([float, none_type]): [optional] # noqa: E501 + ihist_rcv_assump_rates ([int, none_type]): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) diff --git a/auto-generated-sdk/fds/analyticsapi/engines/model/pa_calculation_parameters.py b/auto-generated-sdk/fds/analyticsapi/engines/model/pa_calculation_parameters.py index f187fd63..36de0e80 100644 --- a/auto-generated-sdk/fds/analyticsapi/engines/model/pa_calculation_parameters.py +++ b/auto-generated-sdk/fds/analyticsapi/engines/model/pa_calculation_parameters.py @@ -98,7 +98,7 @@ def openapi_types(): 'periodic_multipliers': ([float],), # noqa: E501 'nperiodic_multipliers': ([bool, date, datetime, dict, float, int, list, str, none_type],), # noqa: E501 'dhist_rcv_assump_rates': ([float, none_type],), # noqa: E501 - 'ihist_rcv_assump_rates': ([float, none_type],), # noqa: E501 + 'ihist_rcv_assump_rates': ([int, none_type],), # noqa: E501 'iperiodic_multipliers': ([int],), # noqa: E501 'inperiodic_multipliers': ([bool, date, datetime, dict, float, int, list, str, none_type],), # noqa: E501 } @@ -186,7 +186,7 @@ def __init__(self, componentid, *args, **kwargs): # noqa: E501 periodic_multipliers ([float]): [optional] # noqa: E501 nperiodic_multipliers ([bool, date, datetime, dict, float, int, list, str, none_type]): [optional] # noqa: E501 dhist_rcv_assump_rates ([float, none_type]): [optional] # noqa: E501 - ihist_rcv_assump_rates ([float, none_type]): [optional] # noqa: E501 + ihist_rcv_assump_rates ([int, none_type]): [optional] # noqa: E501 iperiodic_multipliers ([int]): [optional] # noqa: E501 inperiodic_multipliers ([bool, date, datetime, dict, float, int, list, str, none_type]): [optional] # noqa: E501 """ From 2c1ca9ed671557fb296c469c42913a76e9cc83e0 Mon Sep 17 00:00:00 2001 From: factset-sdk-bot Date: Fri, 5 Aug 2022 09:37:50 +0000 Subject: [PATCH 8/8] feat(sdk): Auto-commit from 'analyticsapi-engines-sdk-generator' repository PR 50 for SDK version v5.5.0 --- auto-generated-sdk/docs/CalculationUnitStatus.md | 4 ++-- auto-generated-sdk/docs/PACalculationParameters.md | 4 ++-- .../analyticsapi/engines/model/calculation_unit_status.py | 8 ++++---- .../engines/model/pa_calculation_parameters.py | 8 ++++---- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/auto-generated-sdk/docs/CalculationUnitStatus.md b/auto-generated-sdk/docs/CalculationUnitStatus.md index 4eba6904..e6c5c7a4 100644 --- a/auto-generated-sdk/docs/CalculationUnitStatus.md +++ b/auto-generated-sdk/docs/CalculationUnitStatus.md @@ -9,8 +9,8 @@ Name | Type | Description | Notes **result** | **str** | The result URL of the calculation. | [optional] **progress** | **str** | The progress of the calculation unit. | [optional] **points** | **int** | The points for the calculation unit. | [optional] -**dhist_rcv_assump_rates** | **[float, none_type]** | | [optional] -**ihist_rcv_assump_rates** | **[int, none_type]** | | [optional] +**dhist_rcv_assump_rates** | **[float], none_type** | | [optional] +**ihist_rcv_assump_rates** | **[int], none_type** | | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/auto-generated-sdk/docs/PACalculationParameters.md b/auto-generated-sdk/docs/PACalculationParameters.md index f0e6f793..74536082 100644 --- a/auto-generated-sdk/docs/PACalculationParameters.md +++ b/auto-generated-sdk/docs/PACalculationParameters.md @@ -15,8 +15,8 @@ Name | Type | Description | Notes **componentdetail** | **str** | Component detail type for the PA component. It can be GROUPS or TOTALS or SECURITIES. | [optional] **periodic_multipliers** | **[float]** | | [optional] **nperiodic_multipliers** | **[bool, date, datetime, dict, float, int, list, str, none_type]** | | [optional] -**dhist_rcv_assump_rates** | **[float, none_type]** | | [optional] -**ihist_rcv_assump_rates** | **[int, none_type]** | | [optional] +**dhist_rcv_assump_rates** | **[float], none_type** | | [optional] +**ihist_rcv_assump_rates** | **[int], none_type** | | [optional] **iperiodic_multipliers** | **[int]** | | [optional] **inperiodic_multipliers** | **[bool, date, datetime, dict, float, int, list, str, none_type]** | | [optional] diff --git a/auto-generated-sdk/fds/analyticsapi/engines/model/calculation_unit_status.py b/auto-generated-sdk/fds/analyticsapi/engines/model/calculation_unit_status.py index a975c9bb..01e19616 100644 --- a/auto-generated-sdk/fds/analyticsapi/engines/model/calculation_unit_status.py +++ b/auto-generated-sdk/fds/analyticsapi/engines/model/calculation_unit_status.py @@ -90,8 +90,8 @@ def openapi_types(): 'result': (str,), # noqa: E501 'progress': (str,), # noqa: E501 'points': (int,), # noqa: E501 - 'dhist_rcv_assump_rates': ([float, none_type],), # noqa: E501 - 'ihist_rcv_assump_rates': ([int, none_type],), # noqa: E501 + 'dhist_rcv_assump_rates': ([float], none_type,), # noqa: E501 + 'ihist_rcv_assump_rates': ([int], none_type,), # noqa: E501 } @cached_property @@ -160,8 +160,8 @@ def __init__(self, *args, **kwargs): # noqa: E501 result (str): The result URL of the calculation.. [optional] # noqa: E501 progress (str): The progress of the calculation unit.. [optional] # noqa: E501 points (int): The points for the calculation unit.. [optional] # noqa: E501 - dhist_rcv_assump_rates ([float, none_type]): [optional] # noqa: E501 - ihist_rcv_assump_rates ([int, none_type]): [optional] # noqa: E501 + dhist_rcv_assump_rates ([float], none_type): [optional] # noqa: E501 + ihist_rcv_assump_rates ([int], none_type): [optional] # noqa: E501 """ _check_type = kwargs.pop('_check_type', True) diff --git a/auto-generated-sdk/fds/analyticsapi/engines/model/pa_calculation_parameters.py b/auto-generated-sdk/fds/analyticsapi/engines/model/pa_calculation_parameters.py index 36de0e80..c3c55c49 100644 --- a/auto-generated-sdk/fds/analyticsapi/engines/model/pa_calculation_parameters.py +++ b/auto-generated-sdk/fds/analyticsapi/engines/model/pa_calculation_parameters.py @@ -97,8 +97,8 @@ def openapi_types(): 'componentdetail': (str,), # noqa: E501 'periodic_multipliers': ([float],), # noqa: E501 'nperiodic_multipliers': ([bool, date, datetime, dict, float, int, list, str, none_type],), # noqa: E501 - 'dhist_rcv_assump_rates': ([float, none_type],), # noqa: E501 - 'ihist_rcv_assump_rates': ([int, none_type],), # noqa: E501 + 'dhist_rcv_assump_rates': ([float], none_type,), # noqa: E501 + 'ihist_rcv_assump_rates': ([int], none_type,), # noqa: E501 'iperiodic_multipliers': ([int],), # noqa: E501 'inperiodic_multipliers': ([bool, date, datetime, dict, float, int, list, str, none_type],), # noqa: E501 } @@ -185,8 +185,8 @@ def __init__(self, componentid, *args, **kwargs): # noqa: E501 componentdetail (str): Component detail type for the PA component. It can be GROUPS or TOTALS or SECURITIES.. [optional] # noqa: E501 periodic_multipliers ([float]): [optional] # noqa: E501 nperiodic_multipliers ([bool, date, datetime, dict, float, int, list, str, none_type]): [optional] # noqa: E501 - dhist_rcv_assump_rates ([float, none_type]): [optional] # noqa: E501 - ihist_rcv_assump_rates ([int, none_type]): [optional] # noqa: E501 + dhist_rcv_assump_rates ([float], none_type): [optional] # noqa: E501 + ihist_rcv_assump_rates ([int], none_type): [optional] # noqa: E501 iperiodic_multipliers ([int]): [optional] # noqa: E501 inperiodic_multipliers ([bool, date, datetime, dict, float, int, list, str, none_type]): [optional] # noqa: E501 """