Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
feat(sdk): Auto-commit from 'analyticsapi-engines-sdk-generator' repo…
…sitory PR 50 for SDK version v5.5.0
  • Loading branch information
factset-sdk-bot committed Aug 5, 2022
commit 2c1ca9ed671557fb296c469c42913a76e9cc83e0
4 changes: 2 additions & 2 deletions auto-generated-sdk/docs/CalculationUnitStatus.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
4 changes: 2 additions & 2 deletions auto-generated-sdk/docs/PACalculationParameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down Expand Up @@ -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
"""
Expand Down