diff --git a/README.md b/README.md
index c2ae125dc..bd89eae4a 100644
--- a/README.md
+++ b/README.md
@@ -4,8 +4,8 @@ To get an API key, [sign up here](https://intrinio.com/).
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
-- API version: 2.11.0
-- Package version: 5.4.0
+- API version: 2.13.0
+- Package version: 5.5.0
## Requirements.
@@ -242,6 +242,10 @@ Class | Method | HTTP request | Description
*ZacksApi* | [**get_zacks_eps_estimates**](docs/ZacksApi.md#get_zacks_eps_estimates) | **GET** /zacks/eps_estimates | Zacks EPS Estimates
*ZacksApi* | [**get_zacks_eps_growth_rates**](docs/ZacksApi.md#get_zacks_eps_growth_rates) | **GET** /zacks/eps_growth_rates | Zacks EPS Growth Rates
*ZacksApi* | [**get_zacks_eps_surprises**](docs/ZacksApi.md#get_zacks_eps_surprises) | **GET** /zacks/eps_surprises | Zacks EPS Surprises
+*ZacksApi* | [**get_zacks_etf_holdings**](docs/ZacksApi.md#get_zacks_etf_holdings) | **GET** /zacks/etf_holdings | Zacks ETF Holdings
+*ZacksApi* | [**get_zacks_institutional_holding_companies**](docs/ZacksApi.md#get_zacks_institutional_holding_companies) | **GET** /zacks/institutional_holdings/companies | Zacks Institutional Holding Companies
+*ZacksApi* | [**get_zacks_institutional_holding_owners**](docs/ZacksApi.md#get_zacks_institutional_holding_owners) | **GET** /zacks/institutional_holdings/owners | Zacks Institutional Holding Owners
+*ZacksApi* | [**get_zacks_institutional_holdings**](docs/ZacksApi.md#get_zacks_institutional_holdings) | **GET** /zacks/institutional_holdings | Zacks Institutional Holdings
*ZacksApi* | [**get_zacks_long_term_growth_rates**](docs/ZacksApi.md#get_zacks_long_term_growth_rates) | **GET** /zacks/long_term_growth_rates | Zacks Long Term Growth Rates
*ZacksApi* | [**get_zacks_sales_surprises**](docs/ZacksApi.md#get_zacks_sales_surprises) | **GET** /zacks/sales_surprises | Zacks Sales Surprises
*ZacksApi* | [**get_zacks_target_price_consensuses**](docs/ZacksApi.md#get_zacks_target_price_consensuses) | **GET** /zacks/target_price_consensuses | Zacks Target Price Consensuses
@@ -337,6 +341,10 @@ Class | Method | HTTP request | Description
- [ApiResponseZacksEPSEstimates](docs/ApiResponseZacksEPSEstimates.md)
- [ApiResponseZacksEPSGrowthRates](docs/ApiResponseZacksEPSGrowthRates.md)
- [ApiResponseZacksEPSSurprises](docs/ApiResponseZacksEPSSurprises.md)
+ - [ApiResponseZacksETFHoldings](docs/ApiResponseZacksETFHoldings.md)
+ - [ApiResponseZacksInstitutionalHoldingCompanies](docs/ApiResponseZacksInstitutionalHoldingCompanies.md)
+ - [ApiResponseZacksInstitutionalHoldingOwners](docs/ApiResponseZacksInstitutionalHoldingOwners.md)
+ - [ApiResponseZacksInstitutionalHoldings](docs/ApiResponseZacksInstitutionalHoldings.md)
- [ApiResponseZacksLongTermGrowthRates](docs/ApiResponseZacksLongTermGrowthRates.md)
- [ApiResponseZacksSalesSurprises](docs/ApiResponseZacksSalesSurprises.md)
- [ApiResponseZacksTargetPriceConsensuses](docs/ApiResponseZacksTargetPriceConsensuses.md)
@@ -429,6 +437,13 @@ Class | Method | HTTP request | Description
- [ZacksEPSGrowthRate](docs/ZacksEPSGrowthRate.md)
- [ZacksEPSSurprise](docs/ZacksEPSSurprise.md)
- [ZacksEPSSurpriseSummary](docs/ZacksEPSSurpriseSummary.md)
+ - [ZacksETFHolding](docs/ZacksETFHolding.md)
+ - [ZacksInstitutionalHolding](docs/ZacksInstitutionalHolding.md)
+ - [ZacksInstitutionalHoldingCompanyDetail](docs/ZacksInstitutionalHoldingCompanyDetail.md)
+ - [ZacksInstitutionalHoldingCompanySummary](docs/ZacksInstitutionalHoldingCompanySummary.md)
+ - [ZacksInstitutionalHoldingHistoricalSummary](docs/ZacksInstitutionalHoldingHistoricalSummary.md)
+ - [ZacksInstitutionalHoldingOwnerDetail](docs/ZacksInstitutionalHoldingOwnerDetail.md)
+ - [ZacksInstitutionalHoldingOwnerSummary](docs/ZacksInstitutionalHoldingOwnerSummary.md)
- [ZacksLongTermGrowthRate](docs/ZacksLongTermGrowthRate.md)
- [ZacksSalesSurprise](docs/ZacksSalesSurprise.md)
- [ZacksSalesSurpriseSummary](docs/ZacksSalesSurpriseSummary.md)
diff --git a/docs/ApiResponseZacksETFHoldings.md b/docs/ApiResponseZacksETFHoldings.md
new file mode 100644
index 000000000..75dea1288
--- /dev/null
+++ b/docs/ApiResponseZacksETFHoldings.md
@@ -0,0 +1,24 @@
+
+
+[//]: # (CLASS:ApiResponseZacksETFHoldings)
+
+[//]: # (KIND:object)
+
+### ApiResponseZacksETFHoldings
+
+#### Properties
+
+[//]: # (START_DEFINITION)
+
+Name | Type | Description
+------------ | ------------- | -------------
+**holdings** | [**list[ZacksETFHolding]**](ZacksETFHolding.md) | Zacks ETF holding data
+**next_page** | str | The token required to request the next page of the data. If null, no further results are available.
+
+[//]: # (END_DEFINITION)
+
+
+[//]: # (CONTAINED_CLASS:ZacksETFHolding)
+
+
+
diff --git a/docs/ApiResponseZacksInstitutionalHoldingCompanies.md b/docs/ApiResponseZacksInstitutionalHoldingCompanies.md
new file mode 100644
index 000000000..99e1e08b6
--- /dev/null
+++ b/docs/ApiResponseZacksInstitutionalHoldingCompanies.md
@@ -0,0 +1,24 @@
+
+
+[//]: # (CLASS:ApiResponseZacksInstitutionalHoldingCompanies)
+
+[//]: # (KIND:object)
+
+### ApiResponseZacksInstitutionalHoldingCompanies
+
+#### Properties
+
+[//]: # (START_DEFINITION)
+
+Name | Type | Description
+------------ | ------------- | -------------
+**companies** | [**list[ZacksInstitutionalHoldingCompanyDetail]**](ZacksInstitutionalHoldingCompanyDetail.md) | Zacks institutional holding company data
+**next_page** | str | The token required to request the next page of the data. If null, no further results are available.
+
+[//]: # (END_DEFINITION)
+
+
+[//]: # (CONTAINED_CLASS:ZacksInstitutionalHoldingCompanyDetail)
+
+
+
diff --git a/docs/ApiResponseZacksInstitutionalHoldingOwners.md b/docs/ApiResponseZacksInstitutionalHoldingOwners.md
new file mode 100644
index 000000000..6bc6729a9
--- /dev/null
+++ b/docs/ApiResponseZacksInstitutionalHoldingOwners.md
@@ -0,0 +1,24 @@
+
+
+[//]: # (CLASS:ApiResponseZacksInstitutionalHoldingOwners)
+
+[//]: # (KIND:object)
+
+### ApiResponseZacksInstitutionalHoldingOwners
+
+#### Properties
+
+[//]: # (START_DEFINITION)
+
+Name | Type | Description
+------------ | ------------- | -------------
+**owners** | [**list[ZacksInstitutionalHoldingOwnerDetail]**](ZacksInstitutionalHoldingOwnerDetail.md) | Zacks institutional holding owners data
+**next_page** | str | The token required to request the next page of the data. If null, no further results are available.
+
+[//]: # (END_DEFINITION)
+
+
+[//]: # (CONTAINED_CLASS:ZacksInstitutionalHoldingOwnerDetail)
+
+
+
diff --git a/docs/ApiResponseZacksInstitutionalHoldings.md b/docs/ApiResponseZacksInstitutionalHoldings.md
new file mode 100644
index 000000000..a2bc5dd38
--- /dev/null
+++ b/docs/ApiResponseZacksInstitutionalHoldings.md
@@ -0,0 +1,24 @@
+
+
+[//]: # (CLASS:ApiResponseZacksInstitutionalHoldings)
+
+[//]: # (KIND:object)
+
+### ApiResponseZacksInstitutionalHoldings
+
+#### Properties
+
+[//]: # (START_DEFINITION)
+
+Name | Type | Description
+------------ | ------------- | -------------
+**holdings** | [**list[ZacksInstitutionalHolding]**](ZacksInstitutionalHolding.md) | Zacks institutional holding data
+**next_page** | str | The token required to request the next page of the data. If null, no further results are available.
+
+[//]: # (END_DEFINITION)
+
+
+[//]: # (CONTAINED_CLASS:ZacksInstitutionalHolding)
+
+
+
diff --git a/docs/ZacksApi.md b/docs/ZacksApi.md
index 097b31afa..18dddedd5 100644
--- a/docs/ZacksApi.md
+++ b/docs/ZacksApi.md
@@ -8,6 +8,10 @@ Method | HTTP request | Description
[**get_zacks_eps_estimates**](ZacksApi.md#get_zacks_eps_estimates) | **GET** /zacks/eps_estimates | Zacks EPS Estimates
[**get_zacks_eps_growth_rates**](ZacksApi.md#get_zacks_eps_growth_rates) | **GET** /zacks/eps_growth_rates | Zacks EPS Growth Rates
[**get_zacks_eps_surprises**](ZacksApi.md#get_zacks_eps_surprises) | **GET** /zacks/eps_surprises | Zacks EPS Surprises
+[**get_zacks_etf_holdings**](ZacksApi.md#get_zacks_etf_holdings) | **GET** /zacks/etf_holdings | Zacks ETF Holdings
+[**get_zacks_institutional_holding_companies**](ZacksApi.md#get_zacks_institutional_holding_companies) | **GET** /zacks/institutional_holdings/companies | Zacks Institutional Holding Companies
+[**get_zacks_institutional_holding_owners**](ZacksApi.md#get_zacks_institutional_holding_owners) | **GET** /zacks/institutional_holdings/owners | Zacks Institutional Holding Owners
+[**get_zacks_institutional_holdings**](ZacksApi.md#get_zacks_institutional_holdings) | **GET** /zacks/institutional_holdings | Zacks Institutional Holdings
[**get_zacks_long_term_growth_rates**](ZacksApi.md#get_zacks_long_term_growth_rates) | **GET** /zacks/long_term_growth_rates | Zacks Long Term Growth Rates
[**get_zacks_sales_surprises**](ZacksApi.md#get_zacks_sales_surprises) | **GET** /zacks/sales_surprises | Zacks Sales Surprises
[**get_zacks_target_price_consensuses**](ZacksApi.md#get_zacks_target_price_consensuses) | **GET** /zacks/target_price_consensuses | Zacks Target Price Consensuses
@@ -424,6 +428,350 @@ Name | Type | Description | Notes
[//]: # (END_OPERATION)
+[//]: # (START_OPERATION)
+
+[//]: # (CLASS:ZacksApi)
+
+[//]: # (METHOD:get_zacks_etf_holdings)
+
+[//]: # (RETURN_TYPE:ApiResponseZacksETFHoldings)
+
+[//]: # (RETURN_TYPE_KIND:object)
+
+[//]: # (RETURN_TYPE_DOC:ApiResponseZacksETFHoldings.md)
+
+[//]: # (OPERATION:get_zacks_etf_holdings_v2)
+
+[//]: # (ENDPOINT:/zacks/etf_holdings)
+
+[//]: # (DOCUMENT_LINK:ZacksApi.md#get_zacks_etf_holdings)
+
+## **get_zacks_etf_holdings**
+
+[**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/python/get_zacks_etf_holdings_v2)
+
+[//]: # (START_OVERVIEW)
+
+> ApiResponseZacksETFHoldings get_zacks_etf_holdings(etf_ticker=etf_ticker, holding_symbol=holding_symbol, weight_greater=weight_greater, weight_less=weight_less, page_size=page_size, next_page=next_page)
+
+#### Zacks ETF Holdings
+
+
+Returns Zacks ETF holdings data
+
+[//]: # (END_OVERVIEW)
+
+### Example
+[//]: # (START_CODE_EXAMPLE)
+
+```python
+from __future__ import print_function
+import time
+import intrinio_sdk
+from intrinio_sdk.rest import ApiException
+from pprint import pprint
+
+intrinio_sdk.ApiClient().configuration.api_key['api_key'] = 'YOUR_API_KEY'
+
+zacks_api = intrinio_sdk.ZacksApi()
+
+etf_ticker = '' # str | Return holdings of the ETF with the given ticker (optional)
+holding_symbol = '' # str | Return holdings where the instrument being held has the given trading symbol (optional)
+weight_greater = "~null" # float | Return on the holdings with a weight greater than (optional)
+weight_less = "~null" # float | Return on the holdings with a weight less than (optional)
+page_size = 100 # int | The number of results to return (optional) (default to 100)
+next_page = '' # str | Gets the next page of data from a previous API call (optional)
+
+try:
+ api_response = zacks_api.get_zacks_etf_holdings(etf_ticker=etf_ticker, holding_symbol=holding_symbol, weight_greater=weight_greater, weight_less=weight_less, page_size=page_size, next_page=next_page)
+ pprint(api_response)
+except ApiException as e:
+ print("Exception when calling ZacksApi->get_zacks_etf_holdings: %s\n" % e)
+
+# Note: For a Pandas DataFrame, import Pandas and use pd.DataFrame(api_response.property_name_dict)
+```
+[//]: # (END_CODE_EXAMPLE)
+
+[//]: # (START_DEFINITION)
+
+### Parameters
+
+[//]: # (START_PARAMETERS)
+
+
+Name | Type | Description | Notes
+------------- | ------------- | ------------- | -------------
+ **etf_ticker** | str| Return holdings of the ETF with the given ticker | [optional]
+ **holding_symbol** | str| Return holdings where the instrument being held has the given trading symbol | [optional]
+ **weight_greater** | float| Return on the holdings with a weight greater than | [optional]
+ **weight_less** | float| Return on the holdings with a weight less than | [optional]
+ **page_size** | int| The number of results to return | [optional] [default to 100]
+ **next_page** | str| Gets the next page of data from a previous API call | [optional]
+
+
+[//]: # (END_PARAMETERS)
+
+### Return type
+
+[**ApiResponseZacksETFHoldings**](ApiResponseZacksETFHoldings.md)
+
+[//]: # (END_OPERATION)
+
+
+[//]: # (START_OPERATION)
+
+[//]: # (CLASS:ZacksApi)
+
+[//]: # (METHOD:get_zacks_institutional_holding_companies)
+
+[//]: # (RETURN_TYPE:ApiResponseZacksInstitutionalHoldingCompanies)
+
+[//]: # (RETURN_TYPE_KIND:object)
+
+[//]: # (RETURN_TYPE_DOC:ApiResponseZacksInstitutionalHoldingCompanies.md)
+
+[//]: # (OPERATION:get_zacks_institutional_holding_companies_v2)
+
+[//]: # (ENDPOINT:/zacks/institutional_holdings/companies)
+
+[//]: # (DOCUMENT_LINK:ZacksApi.md#get_zacks_institutional_holding_companies)
+
+## **get_zacks_institutional_holding_companies**
+
+[**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/python/get_zacks_institutional_holding_companies_v2)
+
+[//]: # (START_OVERVIEW)
+
+> ApiResponseZacksInstitutionalHoldingCompanies get_zacks_institutional_holding_companies(ticker=ticker, page_size=page_size, next_page=next_page)
+
+#### Zacks Institutional Holding Companies
+
+
+Returns Zacks institutional holding companies data
+
+[//]: # (END_OVERVIEW)
+
+### Example
+[//]: # (START_CODE_EXAMPLE)
+
+```python
+from __future__ import print_function
+import time
+import intrinio_sdk
+from intrinio_sdk.rest import ApiException
+from pprint import pprint
+
+intrinio_sdk.ApiClient().configuration.api_key['api_key'] = 'YOUR_API_KEY'
+
+zacks_api = intrinio_sdk.ZacksApi()
+
+ticker = '' # str | Return companies with the given ticker (optional)
+page_size = 100 # int | The number of results to return (optional) (default to 100)
+next_page = '' # str | Gets the next page of data from a previous API call (optional)
+
+try:
+ api_response = zacks_api.get_zacks_institutional_holding_companies(ticker=ticker, page_size=page_size, next_page=next_page)
+ pprint(api_response)
+except ApiException as e:
+ print("Exception when calling ZacksApi->get_zacks_institutional_holding_companies: %s\n" % e)
+
+# Note: For a Pandas DataFrame, import Pandas and use pd.DataFrame(api_response.property_name_dict)
+```
+[//]: # (END_CODE_EXAMPLE)
+
+[//]: # (START_DEFINITION)
+
+### Parameters
+
+[//]: # (START_PARAMETERS)
+
+
+Name | Type | Description | Notes
+------------- | ------------- | ------------- | -------------
+ **ticker** | str| Return companies with the given ticker | [optional]
+ **page_size** | int| The number of results to return | [optional] [default to 100]
+ **next_page** | str| Gets the next page of data from a previous API call | [optional]
+
+
+[//]: # (END_PARAMETERS)
+
+### Return type
+
+[**ApiResponseZacksInstitutionalHoldingCompanies**](ApiResponseZacksInstitutionalHoldingCompanies.md)
+
+[//]: # (END_OPERATION)
+
+
+[//]: # (START_OPERATION)
+
+[//]: # (CLASS:ZacksApi)
+
+[//]: # (METHOD:get_zacks_institutional_holding_owners)
+
+[//]: # (RETURN_TYPE:ApiResponseZacksInstitutionalHoldingOwners)
+
+[//]: # (RETURN_TYPE_KIND:object)
+
+[//]: # (RETURN_TYPE_DOC:ApiResponseZacksInstitutionalHoldingOwners.md)
+
+[//]: # (OPERATION:get_zacks_institutional_holding_owners_v2)
+
+[//]: # (ENDPOINT:/zacks/institutional_holdings/owners)
+
+[//]: # (DOCUMENT_LINK:ZacksApi.md#get_zacks_institutional_holding_owners)
+
+## **get_zacks_institutional_holding_owners**
+
+[**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/python/get_zacks_institutional_holding_owners_v2)
+
+[//]: # (START_OVERVIEW)
+
+> ApiResponseZacksInstitutionalHoldingOwners get_zacks_institutional_holding_owners(cik=cik, page_size=page_size, next_page=next_page)
+
+#### Zacks Institutional Holding Owners
+
+
+Returns Zacks institutional holding owners data
+
+[//]: # (END_OVERVIEW)
+
+### Example
+[//]: # (START_CODE_EXAMPLE)
+
+```python
+from __future__ import print_function
+import time
+import intrinio_sdk
+from intrinio_sdk.rest import ApiException
+from pprint import pprint
+
+intrinio_sdk.ApiClient().configuration.api_key['api_key'] = 'YOUR_API_KEY'
+
+zacks_api = intrinio_sdk.ZacksApi()
+
+cik = '' # str | Return owners with the given Central Index Key (CIK) (optional)
+page_size = 100 # int | The number of results to return (optional) (default to 100)
+next_page = '' # str | Gets the next page of data from a previous API call (optional)
+
+try:
+ api_response = zacks_api.get_zacks_institutional_holding_owners(cik=cik, page_size=page_size, next_page=next_page)
+ pprint(api_response)
+except ApiException as e:
+ print("Exception when calling ZacksApi->get_zacks_institutional_holding_owners: %s\n" % e)
+
+# Note: For a Pandas DataFrame, import Pandas and use pd.DataFrame(api_response.property_name_dict)
+```
+[//]: # (END_CODE_EXAMPLE)
+
+[//]: # (START_DEFINITION)
+
+### Parameters
+
+[//]: # (START_PARAMETERS)
+
+
+Name | Type | Description | Notes
+------------- | ------------- | ------------- | -------------
+ **cik** | str| Return owners with the given Central Index Key (CIK) | [optional]
+ **page_size** | int| The number of results to return | [optional] [default to 100]
+ **next_page** | str| Gets the next page of data from a previous API call | [optional]
+
+
+[//]: # (END_PARAMETERS)
+
+### Return type
+
+[**ApiResponseZacksInstitutionalHoldingOwners**](ApiResponseZacksInstitutionalHoldingOwners.md)
+
+[//]: # (END_OPERATION)
+
+
+[//]: # (START_OPERATION)
+
+[//]: # (CLASS:ZacksApi)
+
+[//]: # (METHOD:get_zacks_institutional_holdings)
+
+[//]: # (RETURN_TYPE:ApiResponseZacksInstitutionalHoldings)
+
+[//]: # (RETURN_TYPE_KIND:object)
+
+[//]: # (RETURN_TYPE_DOC:ApiResponseZacksInstitutionalHoldings.md)
+
+[//]: # (OPERATION:get_zacks_institutional_holdings_v2)
+
+[//]: # (ENDPOINT:/zacks/institutional_holdings)
+
+[//]: # (DOCUMENT_LINK:ZacksApi.md#get_zacks_institutional_holdings)
+
+## **get_zacks_institutional_holdings**
+
+[**View Intrinio API Documentation**](https://docs.intrinio.com/documentation/python/get_zacks_institutional_holdings_v2)
+
+[//]: # (START_OVERVIEW)
+
+> ApiResponseZacksInstitutionalHoldings get_zacks_institutional_holdings(ticker=ticker, owner_cik=owner_cik, page_size=page_size, next_page=next_page)
+
+#### Zacks Institutional Holdings
+
+
+Returns Zacks institutional holdings data
+
+[//]: # (END_OVERVIEW)
+
+### Example
+[//]: # (START_CODE_EXAMPLE)
+
+```python
+from __future__ import print_function
+import time
+import intrinio_sdk
+from intrinio_sdk.rest import ApiException
+from pprint import pprint
+
+intrinio_sdk.ApiClient().configuration.api_key['api_key'] = 'YOUR_API_KEY'
+
+zacks_api = intrinio_sdk.ZacksApi()
+
+ticker = '' # str | Return holdings where the company being held has the given ticker (optional)
+owner_cik = '' # str | Return holdings where the owner/holder has the given Central Index Key (CIK) (optional)
+page_size = 100 # int | The number of results to return (optional) (default to 100)
+next_page = '' # str | Gets the next page of data from a previous API call (optional)
+
+try:
+ api_response = zacks_api.get_zacks_institutional_holdings(ticker=ticker, owner_cik=owner_cik, page_size=page_size, next_page=next_page)
+ pprint(api_response)
+except ApiException as e:
+ print("Exception when calling ZacksApi->get_zacks_institutional_holdings: %s\n" % e)
+
+# Note: For a Pandas DataFrame, import Pandas and use pd.DataFrame(api_response.property_name_dict)
+```
+[//]: # (END_CODE_EXAMPLE)
+
+[//]: # (START_DEFINITION)
+
+### Parameters
+
+[//]: # (START_PARAMETERS)
+
+
+Name | Type | Description | Notes
+------------- | ------------- | ------------- | -------------
+ **ticker** | str| Return holdings where the company being held has the given ticker | [optional]
+ **owner_cik** | str| Return holdings where the owner/holder has the given Central Index Key (CIK) | [optional]
+ **page_size** | int| The number of results to return | [optional] [default to 100]
+ **next_page** | str| Gets the next page of data from a previous API call | [optional]
+
+
+[//]: # (END_PARAMETERS)
+
+### Return type
+
+[**ApiResponseZacksInstitutionalHoldings**](ApiResponseZacksInstitutionalHoldings.md)
+
+[//]: # (END_OPERATION)
+
+
[//]: # (START_OPERATION)
[//]: # (CLASS:ZacksApi)
diff --git a/docs/ZacksETFHolding.md b/docs/ZacksETFHolding.md
new file mode 100644
index 000000000..680bc8703
--- /dev/null
+++ b/docs/ZacksETFHolding.md
@@ -0,0 +1,26 @@
+
+
+[//]: # (CLASS:ZacksETFHolding)
+
+[//]: # (KIND:object)
+
+### ZacksETFHolding
+
+#### Properties
+
+[//]: # (START_DEFINITION)
+
+Name | Type | Description
+------------ | ------------- | -------------
+**etf_ticker** | str | The ETF's common ticker
+**etf_name** | str | The ETF's name
+**holding_symbol** | str | The holding's common ticker
+**holding_name** | str | The holding's name
+**date_of_holding** | date | The date of the holding
+**shares** | float | The number of shares
+**weight** | float | The weight of the holding
+
+[//]: # (END_DEFINITION)
+
+
+
diff --git a/docs/ZacksInstitutionalHolding.md b/docs/ZacksInstitutionalHolding.md
new file mode 100644
index 000000000..78e45b7cc
--- /dev/null
+++ b/docs/ZacksInstitutionalHolding.md
@@ -0,0 +1,41 @@
+
+
+[//]: # (CLASS:ZacksInstitutionalHolding)
+
+[//]: # (KIND:object)
+
+### ZacksInstitutionalHolding
+
+#### Properties
+
+[//]: # (START_DEFINITION)
+
+Name | Type | Description
+------------ | ------------- | -------------
+**company** | [**ZacksInstitutionalHoldingCompanySummary**](ZacksInstitutionalHoldingCompanySummary.md) |
+**owner** | [**ZacksInstitutionalHoldingOwnerSummary**](ZacksInstitutionalHoldingOwnerSummary.md) |
+**as_of_date** | date | Quarter end date listed in the most recent 13F report filed by the institution
+**shares_held** | float | Number of shares of the stock listed
+**shared_held_percent** | float | Percent of shares outstanding held of the stock by the institution listed
+**shares_change** | float | Change in shares of the stock held by the institution listed
+**shares_change_percent** | float | Percentage change in shares of the stock held by the institution listed
+**market_value** | float | Market value of shares outstanding held of the stock listed
+**market_value_change** | float | Change in market value shares of the stock listed
+**last_sec_filing_type** | str | The report type of the latest SEC filing
+**last_sec_filing_date** | date | The date of the latest SEC filing
+**last_sec_filing_shares** | float | The
+**historical_holdings** | [**list[ZacksInstitutionalHoldingHistoricalSummary]**](ZacksInstitutionalHoldingHistoricalSummary.md) |
+
+[//]: # (END_DEFINITION)
+
+
+[//]: # (CONTAINED_CLASS:ZacksInstitutionalHoldingCompanySummary)
+
+
+[//]: # (CONTAINED_CLASS:ZacksInstitutionalHoldingOwnerSummary)
+
+
+[//]: # (CONTAINED_CLASS:ZacksInstitutionalHoldingHistoricalSummary)
+
+
+
diff --git a/docs/ZacksInstitutionalHoldingCompanyDetail.md b/docs/ZacksInstitutionalHoldingCompanyDetail.md
new file mode 100644
index 000000000..6b99e6913
--- /dev/null
+++ b/docs/ZacksInstitutionalHoldingCompanyDetail.md
@@ -0,0 +1,32 @@
+
+
+[//]: # (CLASS:ZacksInstitutionalHoldingCompanyDetail)
+
+[//]: # (KIND:object)
+
+### ZacksInstitutionalHoldingCompanyDetail
+
+#### Properties
+
+[//]: # (START_DEFINITION)
+
+Name | Type | Description
+------------ | ------------- | -------------
+**ticker** | str | The Zacks common exchange ticker
+**name** | str | The company name of the stock listed
+**exchange** | str | Exhange where the stock is traded whose shares are held by the institution
+**shares_outstanding** | float | The number of shares shares outstanding for the stock
+**last_close_price** | float | The last close price of the stock listed
+**last_close_date** | date | Last closing price of the stock listed
+**institutional_shares_held_percent** | float | Percentage of shares outstanding held by institutions in the stock listed
+**institutional_shares_buy** | float | Number of shares bought by institutions in the stock listed
+**institutional_shares_sell** | float | Number of shares sold by institutions in the stock listed
+**institutional_positions_increase** | float | Number of institutions who increased their shares held in the stock listed
+**institutional_positions_decrease** | float | Number of institutions who decrease their shares held in the stock listed
+**institutional_positions_unchanged** | float | Number of institutions who did not change their shares held in the stock listed
+**institutional_positions_total** | float | Total number of institutions who hold shares in the stock listed
+
+[//]: # (END_DEFINITION)
+
+
+
diff --git a/docs/ZacksInstitutionalHoldingCompanySummary.md b/docs/ZacksInstitutionalHoldingCompanySummary.md
new file mode 100644
index 000000000..cd52e2968
--- /dev/null
+++ b/docs/ZacksInstitutionalHoldingCompanySummary.md
@@ -0,0 +1,22 @@
+
+
+[//]: # (CLASS:ZacksInstitutionalHoldingCompanySummary)
+
+[//]: # (KIND:object)
+
+### ZacksInstitutionalHoldingCompanySummary
+
+#### Properties
+
+[//]: # (START_DEFINITION)
+
+Name | Type | Description
+------------ | ------------- | -------------
+**ticker** | str | The Zacks common exchange ticker
+**name** | str | The company name of the stock listed
+**exchange** | str | Exhange where the stock is traded whose shares are held by the institution
+
+[//]: # (END_DEFINITION)
+
+
+
diff --git a/docs/ZacksInstitutionalHoldingHistoricalSummary.md b/docs/ZacksInstitutionalHoldingHistoricalSummary.md
new file mode 100644
index 000000000..d9149d8da
--- /dev/null
+++ b/docs/ZacksInstitutionalHoldingHistoricalSummary.md
@@ -0,0 +1,21 @@
+
+
+[//]: # (CLASS:ZacksInstitutionalHoldingHistoricalSummary)
+
+[//]: # (KIND:object)
+
+### ZacksInstitutionalHoldingHistoricalSummary
+
+#### Properties
+
+[//]: # (START_DEFINITION)
+
+Name | Type | Description
+------------ | ------------- | -------------
+**as_of_date** | date | The date of the institutional holding
+**shares_held** | float | The number of shares held
+
+[//]: # (END_DEFINITION)
+
+
+
diff --git a/docs/ZacksInstitutionalHoldingOwnerDetail.md b/docs/ZacksInstitutionalHoldingOwnerDetail.md
new file mode 100644
index 000000000..880aecb70
--- /dev/null
+++ b/docs/ZacksInstitutionalHoldingOwnerDetail.md
@@ -0,0 +1,40 @@
+
+
+[//]: # (CLASS:ZacksInstitutionalHoldingOwnerDetail)
+
+[//]: # (KIND:object)
+
+### ZacksInstitutionalHoldingOwnerDetail
+
+#### Properties
+
+[//]: # (START_DEFINITION)
+
+Name | Type | Description
+------------ | ------------- | -------------
+**name** | str | The owner's name
+**cik** | str | The Central Index Key (CIK) assigned to the company by the SEC as a unique identifier, used in SEC filings
+**address** | str | The owner's address
+**city_state** | str | The owner's city and state (City, ST)
+**location_code** | str | The owner's location code. ('D' = Domestic, 'C' = Canadian, 'F' = Foreign)
+**phone_number** | str | The owner's phone number
+**postal_code** | str | The owner's postal code
+**url** | str | The owner's website url
+**investment_style** | str | The owner's investment style ('I' = Income, 'V' = Value, 'G' = Growth, 'B' = Growth at a Reasonable Price, 'A' = Aggressive Growth, 'P' = Passive/Index, 'D' = Deep Value)
+**number_of_holdings** | float | Count of equity holdings only, doesn't include bonds or other funds held
+**total_holdings_value** | float | Market value of equity holdings in 1,000s. Sum of shares held times last close price.
+**portfolio_turnover_percent** | float | Annual portfolio turnover in terms of percentage of total value.
+**is_fund** | str | If 'Y', the owner is a fund? ('Y' = Yes, 'N' = No)
+**fund_ticker** | str | Fund ticker if the institution is a fund
+**has_fund_manager** | str | Does the fund have a manager. ('Y' = Yes, 'N' = No)
+**fund_manager_city** | str | The fund manager's city
+**fund_manager_name** | str | The fund manager's name
+**fund_manager_state** | str | The fund manager's state
+**files_13f** | str | If 'Y', the company files the SEC 13F report. ('Y' = Yes, 'N' = No)
+**is_etf** | str | If 'Y', the owner is an ETF. ('Y' = Yes, 'N' = No)
+**last_updated_on** | date | The the last updated date
+
+[//]: # (END_DEFINITION)
+
+
+
diff --git a/docs/ZacksInstitutionalHoldingOwnerSummary.md b/docs/ZacksInstitutionalHoldingOwnerSummary.md
new file mode 100644
index 000000000..74fd7173e
--- /dev/null
+++ b/docs/ZacksInstitutionalHoldingOwnerSummary.md
@@ -0,0 +1,21 @@
+
+
+[//]: # (CLASS:ZacksInstitutionalHoldingOwnerSummary)
+
+[//]: # (KIND:object)
+
+### ZacksInstitutionalHoldingOwnerSummary
+
+#### Properties
+
+[//]: # (START_DEFINITION)
+
+Name | Type | Description
+------------ | ------------- | -------------
+**name** | str | The owner's name
+**cik** | str | The Central Index Key (CIK) assigned to the company by the SEC as a unique identifier, used in SEC filings
+
+[//]: # (END_DEFINITION)
+
+
+
diff --git a/intrinio_sdk/__init__.py b/intrinio_sdk/__init__.py
index c6ae77cc6..914c95ef3 100644
--- a/intrinio_sdk/__init__.py
+++ b/intrinio_sdk/__init__.py
@@ -7,7 +7,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
@@ -124,6 +124,10 @@
from intrinio_sdk.models.api_response_zacks_eps_estimates import ApiResponseZacksEPSEstimates
from intrinio_sdk.models.api_response_zacks_eps_growth_rates import ApiResponseZacksEPSGrowthRates
from intrinio_sdk.models.api_response_zacks_eps_surprises import ApiResponseZacksEPSSurprises
+from intrinio_sdk.models.api_response_zacks_etf_holdings import ApiResponseZacksETFHoldings
+from intrinio_sdk.models.api_response_zacks_institutional_holding_companies import ApiResponseZacksInstitutionalHoldingCompanies
+from intrinio_sdk.models.api_response_zacks_institutional_holding_owners import ApiResponseZacksInstitutionalHoldingOwners
+from intrinio_sdk.models.api_response_zacks_institutional_holdings import ApiResponseZacksInstitutionalHoldings
from intrinio_sdk.models.api_response_zacks_long_term_growth_rates import ApiResponseZacksLongTermGrowthRates
from intrinio_sdk.models.api_response_zacks_sales_surprises import ApiResponseZacksSalesSurprises
from intrinio_sdk.models.api_response_zacks_target_price_consensuses import ApiResponseZacksTargetPriceConsensuses
@@ -216,6 +220,13 @@
from intrinio_sdk.models.zacks_eps_growth_rate import ZacksEPSGrowthRate
from intrinio_sdk.models.zacks_eps_surprise import ZacksEPSSurprise
from intrinio_sdk.models.zacks_eps_surprise_summary import ZacksEPSSurpriseSummary
+from intrinio_sdk.models.zacks_etf_holding import ZacksETFHolding
+from intrinio_sdk.models.zacks_institutional_holding import ZacksInstitutionalHolding
+from intrinio_sdk.models.zacks_institutional_holding_company_detail import ZacksInstitutionalHoldingCompanyDetail
+from intrinio_sdk.models.zacks_institutional_holding_company_summary import ZacksInstitutionalHoldingCompanySummary
+from intrinio_sdk.models.zacks_institutional_holding_historical_summary import ZacksInstitutionalHoldingHistoricalSummary
+from intrinio_sdk.models.zacks_institutional_holding_owner_detail import ZacksInstitutionalHoldingOwnerDetail
+from intrinio_sdk.models.zacks_institutional_holding_owner_summary import ZacksInstitutionalHoldingOwnerSummary
from intrinio_sdk.models.zacks_long_term_growth_rate import ZacksLongTermGrowthRate
from intrinio_sdk.models.zacks_sales_surprise import ZacksSalesSurprise
from intrinio_sdk.models.zacks_sales_surprise_summary import ZacksSalesSurpriseSummary
diff --git a/intrinio_sdk/api/bulk_downloads_api.py b/intrinio_sdk/api/bulk_downloads_api.py
index e8e1981a3..7dcd1f6e6 100644
--- a/intrinio_sdk/api/bulk_downloads_api.py
+++ b/intrinio_sdk/api/bulk_downloads_api.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/api/company_api.py b/intrinio_sdk/api/company_api.py
index 2eea4b3f8..e4ba993e2 100644
--- a/intrinio_sdk/api/company_api.py
+++ b/intrinio_sdk/api/company_api.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/api/data_point_api.py b/intrinio_sdk/api/data_point_api.py
index 009f49606..b310b68bf 100644
--- a/intrinio_sdk/api/data_point_api.py
+++ b/intrinio_sdk/api/data_point_api.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/api/data_tag_api.py b/intrinio_sdk/api/data_tag_api.py
index c204857f1..a49bcc4ee 100644
--- a/intrinio_sdk/api/data_tag_api.py
+++ b/intrinio_sdk/api/data_tag_api.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/api/filing_api.py b/intrinio_sdk/api/filing_api.py
index 0c080196f..0dcf29317 100644
--- a/intrinio_sdk/api/filing_api.py
+++ b/intrinio_sdk/api/filing_api.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/api/forex_api.py b/intrinio_sdk/api/forex_api.py
index ce46f3efe..a2d23fb69 100644
--- a/intrinio_sdk/api/forex_api.py
+++ b/intrinio_sdk/api/forex_api.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/api/fundamentals_api.py b/intrinio_sdk/api/fundamentals_api.py
index 1381bde3b..a0f976e40 100644
--- a/intrinio_sdk/api/fundamentals_api.py
+++ b/intrinio_sdk/api/fundamentals_api.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/api/historical_data_api.py b/intrinio_sdk/api/historical_data_api.py
index 29a4bdc86..7dcd88bad 100644
--- a/intrinio_sdk/api/historical_data_api.py
+++ b/intrinio_sdk/api/historical_data_api.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/api/index_api.py b/intrinio_sdk/api/index_api.py
index a056617a2..18ae420c8 100644
--- a/intrinio_sdk/api/index_api.py
+++ b/intrinio_sdk/api/index_api.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/api/municipality_api.py b/intrinio_sdk/api/municipality_api.py
index 7e475870c..9f957ff80 100644
--- a/intrinio_sdk/api/municipality_api.py
+++ b/intrinio_sdk/api/municipality_api.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/api/options_api.py b/intrinio_sdk/api/options_api.py
index 5985f821f..1cbbeb798 100644
--- a/intrinio_sdk/api/options_api.py
+++ b/intrinio_sdk/api/options_api.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/api/security_api.py b/intrinio_sdk/api/security_api.py
index 37d043634..ccc4fcdd9 100644
--- a/intrinio_sdk/api/security_api.py
+++ b/intrinio_sdk/api/security_api.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/api/stock_exchange_api.py b/intrinio_sdk/api/stock_exchange_api.py
index 250acf3da..f0c3446ba 100644
--- a/intrinio_sdk/api/stock_exchange_api.py
+++ b/intrinio_sdk/api/stock_exchange_api.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/api/technical_api.py b/intrinio_sdk/api/technical_api.py
index ed0eb6091..a13e14222 100644
--- a/intrinio_sdk/api/technical_api.py
+++ b/intrinio_sdk/api/technical_api.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/api/zacks_api.py b/intrinio_sdk/api/zacks_api.py
index 549a1a15e..beb2e2c09 100644
--- a/intrinio_sdk/api/zacks_api.py
+++ b/intrinio_sdk/api/zacks_api.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
@@ -617,6 +617,426 @@ def get_zacks_eps_surprises_with_http_info(self, **kwargs): # noqa: E501
_request_timeout=params.get('_request_timeout'),
collection_formats=collection_formats)
+ def get_zacks_etf_holdings(self, **kwargs): # noqa: E501
+ """Zacks ETF Holdings # noqa: E501
+
+ Returns Zacks ETF holdings data # noqa: E501
+ This method makes a synchronous HTTP request by default. To make an
+ asynchronous HTTP request, please pass async=True
+ >>> thread = api.get_zacks_etf_holdings(_async=True)
+ >>> result = thread.get()
+
+ :param async bool
+ :param str etf_ticker: Return holdings of the ETF with the given ticker
+ :param str holding_symbol: Return holdings where the instrument being held has the given trading symbol
+ :param float weight_greater: Return on the holdings with a weight greater than
+ :param float weight_less: Return on the holdings with a weight less than
+ :param int page_size: The number of results to return
+ :param str next_page: Gets the next page of data from a previous API call
+ :return: ApiResponseZacksETFHoldings
+ If the method is called asynchronously,
+ returns the request thread.
+ """
+ kwargs['_return_http_data_only'] = True
+ if kwargs.get('async'):
+ return self.get_zacks_etf_holdings_with_http_info(**kwargs) # noqa: E501
+ else:
+ (data) = self.get_zacks_etf_holdings_with_http_info(**kwargs) # noqa: E501
+ return data
+
+ def get_zacks_etf_holdings_with_http_info(self, **kwargs): # noqa: E501
+ """Zacks ETF Holdings # noqa: E501
+
+ Returns Zacks ETF holdings data # noqa: E501
+ This method makes a synchronous HTTP request by default. To make an
+ asynchronous HTTP request, please pass async=True
+ >>> thread = api.get_zacks_etf_holdings_with_http_info(_async=True)
+ >>> result = thread.get()
+
+ :param async bool
+ :param str etf_ticker: Return holdings of the ETF with the given ticker
+ :param str holding_symbol: Return holdings where the instrument being held has the given trading symbol
+ :param float weight_greater: Return on the holdings with a weight greater than
+ :param float weight_less: Return on the holdings with a weight less than
+ :param int page_size: The number of results to return
+ :param str next_page: Gets the next page of data from a previous API call
+ :return: ApiResponseZacksETFHoldings
+ If the method is called asynchronously,
+ returns the request thread.
+ """
+
+ all_params = ['etf_ticker', 'holding_symbol', 'weight_greater', 'weight_less', 'page_size', 'next_page'] # noqa: E501
+ all_params.append('async')
+ all_params.append('_return_http_data_only')
+ all_params.append('_preload_content')
+ all_params.append('_request_timeout')
+
+ params = locals()
+ for key, val in six.iteritems(params['kwargs']):
+ if key not in all_params:
+ raise TypeError(
+ "Got an unexpected keyword argument '%s'"
+ " to method get_zacks_etf_holdings" % key
+ )
+ params[key] = val
+ del params['kwargs']
+
+ if 'page_size' in params and params['page_size'] > 10000: # noqa: E501
+ raise ValueError("Invalid value for parameter `page_size` when calling `get_zacks_etf_holdings`, must be a value less than or equal to `10000`") # noqa: E501
+ collection_formats = {}
+
+ path_params = {}
+
+ query_params = []
+ if 'etf_ticker' in params:
+ query_params.append(('etf_ticker', params['etf_ticker'])) # noqa: E501
+ if 'holding_symbol' in params:
+ query_params.append(('holding_symbol', params['holding_symbol'])) # noqa: E501
+ if 'weight_greater' in params:
+ query_params.append(('weight_greater', params['weight_greater'])) # noqa: E501
+ if 'weight_less' in params:
+ query_params.append(('weight_less', params['weight_less'])) # noqa: E501
+ if 'page_size' in params:
+ query_params.append(('page_size', params['page_size'])) # noqa: E501
+ if 'next_page' in params:
+ query_params.append(('next_page', params['next_page'])) # noqa: E501
+
+ header_params = {}
+
+ form_params = []
+ local_var_files = {}
+
+ body_params = None
+ # HTTP header `Accept`
+ header_params['Accept'] = self.api_client.select_header_accept(
+ ['application/json']) # noqa: E501
+
+ # Authentication setting
+ auth_settings = ['ApiKeyAuth'] # noqa: E501
+
+ return self.api_client.call_api(
+ '/zacks/etf_holdings', 'GET',
+ path_params,
+ query_params,
+ header_params,
+ body=body_params,
+ post_params=form_params,
+ files=local_var_files,
+ response_type='ApiResponseZacksETFHoldings', # noqa: E501
+ auth_settings=auth_settings,
+ _async=params.get('async'),
+ _return_http_data_only=params.get('_return_http_data_only'),
+ _preload_content=params.get('_preload_content', True),
+ _request_timeout=params.get('_request_timeout'),
+ collection_formats=collection_formats)
+
+ def get_zacks_institutional_holding_companies(self, **kwargs): # noqa: E501
+ """Zacks Institutional Holding Companies # noqa: E501
+
+ Returns Zacks institutional holding companies data # noqa: E501
+ This method makes a synchronous HTTP request by default. To make an
+ asynchronous HTTP request, please pass async=True
+ >>> thread = api.get_zacks_institutional_holding_companies(_async=True)
+ >>> result = thread.get()
+
+ :param async bool
+ :param str ticker: Return companies with the given ticker
+ :param int page_size: The number of results to return
+ :param str next_page: Gets the next page of data from a previous API call
+ :return: ApiResponseZacksInstitutionalHoldingCompanies
+ If the method is called asynchronously,
+ returns the request thread.
+ """
+ kwargs['_return_http_data_only'] = True
+ if kwargs.get('async'):
+ return self.get_zacks_institutional_holding_companies_with_http_info(**kwargs) # noqa: E501
+ else:
+ (data) = self.get_zacks_institutional_holding_companies_with_http_info(**kwargs) # noqa: E501
+ return data
+
+ def get_zacks_institutional_holding_companies_with_http_info(self, **kwargs): # noqa: E501
+ """Zacks Institutional Holding Companies # noqa: E501
+
+ Returns Zacks institutional holding companies data # noqa: E501
+ This method makes a synchronous HTTP request by default. To make an
+ asynchronous HTTP request, please pass async=True
+ >>> thread = api.get_zacks_institutional_holding_companies_with_http_info(_async=True)
+ >>> result = thread.get()
+
+ :param async bool
+ :param str ticker: Return companies with the given ticker
+ :param int page_size: The number of results to return
+ :param str next_page: Gets the next page of data from a previous API call
+ :return: ApiResponseZacksInstitutionalHoldingCompanies
+ If the method is called asynchronously,
+ returns the request thread.
+ """
+
+ all_params = ['ticker', 'page_size', 'next_page'] # noqa: E501
+ all_params.append('async')
+ all_params.append('_return_http_data_only')
+ all_params.append('_preload_content')
+ all_params.append('_request_timeout')
+
+ params = locals()
+ for key, val in six.iteritems(params['kwargs']):
+ if key not in all_params:
+ raise TypeError(
+ "Got an unexpected keyword argument '%s'"
+ " to method get_zacks_institutional_holding_companies" % key
+ )
+ params[key] = val
+ del params['kwargs']
+
+ if 'page_size' in params and params['page_size'] > 10000: # noqa: E501
+ raise ValueError("Invalid value for parameter `page_size` when calling `get_zacks_institutional_holding_companies`, must be a value less than or equal to `10000`") # noqa: E501
+ collection_formats = {}
+
+ path_params = {}
+
+ query_params = []
+ if 'ticker' in params:
+ query_params.append(('ticker', params['ticker'])) # noqa: E501
+ if 'page_size' in params:
+ query_params.append(('page_size', params['page_size'])) # noqa: E501
+ if 'next_page' in params:
+ query_params.append(('next_page', params['next_page'])) # noqa: E501
+
+ header_params = {}
+
+ form_params = []
+ local_var_files = {}
+
+ body_params = None
+ # HTTP header `Accept`
+ header_params['Accept'] = self.api_client.select_header_accept(
+ ['application/json']) # noqa: E501
+
+ # Authentication setting
+ auth_settings = ['ApiKeyAuth'] # noqa: E501
+
+ return self.api_client.call_api(
+ '/zacks/institutional_holdings/companies', 'GET',
+ path_params,
+ query_params,
+ header_params,
+ body=body_params,
+ post_params=form_params,
+ files=local_var_files,
+ response_type='ApiResponseZacksInstitutionalHoldingCompanies', # noqa: E501
+ auth_settings=auth_settings,
+ _async=params.get('async'),
+ _return_http_data_only=params.get('_return_http_data_only'),
+ _preload_content=params.get('_preload_content', True),
+ _request_timeout=params.get('_request_timeout'),
+ collection_formats=collection_formats)
+
+ def get_zacks_institutional_holding_owners(self, **kwargs): # noqa: E501
+ """Zacks Institutional Holding Owners # noqa: E501
+
+ Returns Zacks institutional holding owners data # noqa: E501
+ This method makes a synchronous HTTP request by default. To make an
+ asynchronous HTTP request, please pass async=True
+ >>> thread = api.get_zacks_institutional_holding_owners(_async=True)
+ >>> result = thread.get()
+
+ :param async bool
+ :param str cik: Return owners with the given Central Index Key (CIK)
+ :param int page_size: The number of results to return
+ :param str next_page: Gets the next page of data from a previous API call
+ :return: ApiResponseZacksInstitutionalHoldingOwners
+ If the method is called asynchronously,
+ returns the request thread.
+ """
+ kwargs['_return_http_data_only'] = True
+ if kwargs.get('async'):
+ return self.get_zacks_institutional_holding_owners_with_http_info(**kwargs) # noqa: E501
+ else:
+ (data) = self.get_zacks_institutional_holding_owners_with_http_info(**kwargs) # noqa: E501
+ return data
+
+ def get_zacks_institutional_holding_owners_with_http_info(self, **kwargs): # noqa: E501
+ """Zacks Institutional Holding Owners # noqa: E501
+
+ Returns Zacks institutional holding owners data # noqa: E501
+ This method makes a synchronous HTTP request by default. To make an
+ asynchronous HTTP request, please pass async=True
+ >>> thread = api.get_zacks_institutional_holding_owners_with_http_info(_async=True)
+ >>> result = thread.get()
+
+ :param async bool
+ :param str cik: Return owners with the given Central Index Key (CIK)
+ :param int page_size: The number of results to return
+ :param str next_page: Gets the next page of data from a previous API call
+ :return: ApiResponseZacksInstitutionalHoldingOwners
+ If the method is called asynchronously,
+ returns the request thread.
+ """
+
+ all_params = ['cik', 'page_size', 'next_page'] # noqa: E501
+ all_params.append('async')
+ all_params.append('_return_http_data_only')
+ all_params.append('_preload_content')
+ all_params.append('_request_timeout')
+
+ params = locals()
+ for key, val in six.iteritems(params['kwargs']):
+ if key not in all_params:
+ raise TypeError(
+ "Got an unexpected keyword argument '%s'"
+ " to method get_zacks_institutional_holding_owners" % key
+ )
+ params[key] = val
+ del params['kwargs']
+
+ if 'page_size' in params and params['page_size'] > 10000: # noqa: E501
+ raise ValueError("Invalid value for parameter `page_size` when calling `get_zacks_institutional_holding_owners`, must be a value less than or equal to `10000`") # noqa: E501
+ collection_formats = {}
+
+ path_params = {}
+
+ query_params = []
+ if 'cik' in params:
+ query_params.append(('cik', params['cik'])) # noqa: E501
+ if 'page_size' in params:
+ query_params.append(('page_size', params['page_size'])) # noqa: E501
+ if 'next_page' in params:
+ query_params.append(('next_page', params['next_page'])) # noqa: E501
+
+ header_params = {}
+
+ form_params = []
+ local_var_files = {}
+
+ body_params = None
+ # HTTP header `Accept`
+ header_params['Accept'] = self.api_client.select_header_accept(
+ ['application/json']) # noqa: E501
+
+ # Authentication setting
+ auth_settings = ['ApiKeyAuth'] # noqa: E501
+
+ return self.api_client.call_api(
+ '/zacks/institutional_holdings/owners', 'GET',
+ path_params,
+ query_params,
+ header_params,
+ body=body_params,
+ post_params=form_params,
+ files=local_var_files,
+ response_type='ApiResponseZacksInstitutionalHoldingOwners', # noqa: E501
+ auth_settings=auth_settings,
+ _async=params.get('async'),
+ _return_http_data_only=params.get('_return_http_data_only'),
+ _preload_content=params.get('_preload_content', True),
+ _request_timeout=params.get('_request_timeout'),
+ collection_formats=collection_formats)
+
+ def get_zacks_institutional_holdings(self, **kwargs): # noqa: E501
+ """Zacks Institutional Holdings # noqa: E501
+
+ Returns Zacks institutional holdings data # noqa: E501
+ This method makes a synchronous HTTP request by default. To make an
+ asynchronous HTTP request, please pass async=True
+ >>> thread = api.get_zacks_institutional_holdings(_async=True)
+ >>> result = thread.get()
+
+ :param async bool
+ :param str ticker: Return holdings where the company being held has the given ticker
+ :param str owner_cik: Return holdings where the owner/holder has the given Central Index Key (CIK)
+ :param int page_size: The number of results to return
+ :param str next_page: Gets the next page of data from a previous API call
+ :return: ApiResponseZacksInstitutionalHoldings
+ If the method is called asynchronously,
+ returns the request thread.
+ """
+ kwargs['_return_http_data_only'] = True
+ if kwargs.get('async'):
+ return self.get_zacks_institutional_holdings_with_http_info(**kwargs) # noqa: E501
+ else:
+ (data) = self.get_zacks_institutional_holdings_with_http_info(**kwargs) # noqa: E501
+ return data
+
+ def get_zacks_institutional_holdings_with_http_info(self, **kwargs): # noqa: E501
+ """Zacks Institutional Holdings # noqa: E501
+
+ Returns Zacks institutional holdings data # noqa: E501
+ This method makes a synchronous HTTP request by default. To make an
+ asynchronous HTTP request, please pass async=True
+ >>> thread = api.get_zacks_institutional_holdings_with_http_info(_async=True)
+ >>> result = thread.get()
+
+ :param async bool
+ :param str ticker: Return holdings where the company being held has the given ticker
+ :param str owner_cik: Return holdings where the owner/holder has the given Central Index Key (CIK)
+ :param int page_size: The number of results to return
+ :param str next_page: Gets the next page of data from a previous API call
+ :return: ApiResponseZacksInstitutionalHoldings
+ If the method is called asynchronously,
+ returns the request thread.
+ """
+
+ all_params = ['ticker', 'owner_cik', 'page_size', 'next_page'] # noqa: E501
+ all_params.append('async')
+ all_params.append('_return_http_data_only')
+ all_params.append('_preload_content')
+ all_params.append('_request_timeout')
+
+ params = locals()
+ for key, val in six.iteritems(params['kwargs']):
+ if key not in all_params:
+ raise TypeError(
+ "Got an unexpected keyword argument '%s'"
+ " to method get_zacks_institutional_holdings" % key
+ )
+ params[key] = val
+ del params['kwargs']
+
+ if 'page_size' in params and params['page_size'] > 10000: # noqa: E501
+ raise ValueError("Invalid value for parameter `page_size` when calling `get_zacks_institutional_holdings`, must be a value less than or equal to `10000`") # noqa: E501
+ collection_formats = {}
+
+ path_params = {}
+
+ query_params = []
+ if 'ticker' in params:
+ query_params.append(('ticker', params['ticker'])) # noqa: E501
+ if 'owner_cik' in params:
+ query_params.append(('owner_cik', params['owner_cik'])) # noqa: E501
+ if 'page_size' in params:
+ query_params.append(('page_size', params['page_size'])) # noqa: E501
+ if 'next_page' in params:
+ query_params.append(('next_page', params['next_page'])) # noqa: E501
+
+ header_params = {}
+
+ form_params = []
+ local_var_files = {}
+
+ body_params = None
+ # HTTP header `Accept`
+ header_params['Accept'] = self.api_client.select_header_accept(
+ ['application/json']) # noqa: E501
+
+ # Authentication setting
+ auth_settings = ['ApiKeyAuth'] # noqa: E501
+
+ return self.api_client.call_api(
+ '/zacks/institutional_holdings', 'GET',
+ path_params,
+ query_params,
+ header_params,
+ body=body_params,
+ post_params=form_params,
+ files=local_var_files,
+ response_type='ApiResponseZacksInstitutionalHoldings', # noqa: E501
+ auth_settings=auth_settings,
+ _async=params.get('async'),
+ _return_http_data_only=params.get('_return_http_data_only'),
+ _preload_content=params.get('_preload_content', True),
+ _request_timeout=params.get('_request_timeout'),
+ collection_formats=collection_formats)
+
def get_zacks_long_term_growth_rates(self, **kwargs): # noqa: E501
"""Zacks Long Term Growth Rates # noqa: E501
diff --git a/intrinio_sdk/api_client.py b/intrinio_sdk/api_client.py
index 00143f838..ab2902fd0 100644
--- a/intrinio_sdk/api_client.py
+++ b/intrinio_sdk/api_client.py
@@ -4,7 +4,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
@@ -73,7 +73,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
self.default_headers[header_name] = header_value
self.cookie = cookie
# Set default User-Agent.
- self.user_agent = 'Swagger-Codegen/5.4.0/python'
+ self.user_agent = 'Swagger-Codegen/5.5.0/python'
def __del__(self):
self.pool.close()
diff --git a/intrinio_sdk/configuration.py b/intrinio_sdk/configuration.py
index 9274977ed..db8bf58a1 100644
--- a/intrinio_sdk/configuration.py
+++ b/intrinio_sdk/configuration.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
@@ -242,6 +242,6 @@ def to_debug_report(self):
return "Python SDK Debug Report:\n"\
"OS: {env}\n"\
"Python Version: {pyversion}\n"\
- "Version of the API: 2.11.0\n"\
- "SDK Package Version: 5.4.0".\
+ "Version of the API: 2.13.0\n"\
+ "SDK Package Version: 5.5.0".\
format(env=sys.platform, pyversion=sys.version)
diff --git a/intrinio_sdk/models/__init__.py b/intrinio_sdk/models/__init__.py
index eebb044ae..a964b7211 100644
--- a/intrinio_sdk/models/__init__.py
+++ b/intrinio_sdk/models/__init__.py
@@ -6,7 +6,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
@@ -103,6 +103,10 @@
from intrinio_sdk.models.api_response_zacks_eps_estimates import ApiResponseZacksEPSEstimates
from intrinio_sdk.models.api_response_zacks_eps_growth_rates import ApiResponseZacksEPSGrowthRates
from intrinio_sdk.models.api_response_zacks_eps_surprises import ApiResponseZacksEPSSurprises
+from intrinio_sdk.models.api_response_zacks_etf_holdings import ApiResponseZacksETFHoldings
+from intrinio_sdk.models.api_response_zacks_institutional_holding_companies import ApiResponseZacksInstitutionalHoldingCompanies
+from intrinio_sdk.models.api_response_zacks_institutional_holding_owners import ApiResponseZacksInstitutionalHoldingOwners
+from intrinio_sdk.models.api_response_zacks_institutional_holdings import ApiResponseZacksInstitutionalHoldings
from intrinio_sdk.models.api_response_zacks_long_term_growth_rates import ApiResponseZacksLongTermGrowthRates
from intrinio_sdk.models.api_response_zacks_sales_surprises import ApiResponseZacksSalesSurprises
from intrinio_sdk.models.api_response_zacks_target_price_consensuses import ApiResponseZacksTargetPriceConsensuses
@@ -195,6 +199,13 @@
from intrinio_sdk.models.zacks_eps_growth_rate import ZacksEPSGrowthRate
from intrinio_sdk.models.zacks_eps_surprise import ZacksEPSSurprise
from intrinio_sdk.models.zacks_eps_surprise_summary import ZacksEPSSurpriseSummary
+from intrinio_sdk.models.zacks_etf_holding import ZacksETFHolding
+from intrinio_sdk.models.zacks_institutional_holding import ZacksInstitutionalHolding
+from intrinio_sdk.models.zacks_institutional_holding_company_detail import ZacksInstitutionalHoldingCompanyDetail
+from intrinio_sdk.models.zacks_institutional_holding_company_summary import ZacksInstitutionalHoldingCompanySummary
+from intrinio_sdk.models.zacks_institutional_holding_historical_summary import ZacksInstitutionalHoldingHistoricalSummary
+from intrinio_sdk.models.zacks_institutional_holding_owner_detail import ZacksInstitutionalHoldingOwnerDetail
+from intrinio_sdk.models.zacks_institutional_holding_owner_summary import ZacksInstitutionalHoldingOwnerSummary
from intrinio_sdk.models.zacks_long_term_growth_rate import ZacksLongTermGrowthRate
from intrinio_sdk.models.zacks_sales_surprise import ZacksSalesSurprise
from intrinio_sdk.models.zacks_sales_surprise_summary import ZacksSalesSurpriseSummary
diff --git a/intrinio_sdk/models/accumulation_distribution_index_technical_value.py b/intrinio_sdk/models/accumulation_distribution_index_technical_value.py
index 20fd01fa4..e9ede5858 100644
--- a/intrinio_sdk/models/accumulation_distribution_index_technical_value.py
+++ b/intrinio_sdk/models/accumulation_distribution_index_technical_value.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/api_response_bulk_download_links.py b/intrinio_sdk/models/api_response_bulk_download_links.py
index 99bc8fb59..5b7ffcd44 100644
--- a/intrinio_sdk/models/api_response_bulk_download_links.py
+++ b/intrinio_sdk/models/api_response_bulk_download_links.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/api_response_companies.py b/intrinio_sdk/models/api_response_companies.py
index f7d251535..3e08b2a43 100644
--- a/intrinio_sdk/models/api_response_companies.py
+++ b/intrinio_sdk/models/api_response_companies.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/api_response_companies_search.py b/intrinio_sdk/models/api_response_companies_search.py
index ef15fcc2a..efe8efd05 100644
--- a/intrinio_sdk/models/api_response_companies_search.py
+++ b/intrinio_sdk/models/api_response_companies_search.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/api_response_company_filings.py b/intrinio_sdk/models/api_response_company_filings.py
index 0027d33eb..0bcf4c219 100644
--- a/intrinio_sdk/models/api_response_company_filings.py
+++ b/intrinio_sdk/models/api_response_company_filings.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/api_response_company_fundamentals.py b/intrinio_sdk/models/api_response_company_fundamentals.py
index fdf75a4fb..35818776b 100644
--- a/intrinio_sdk/models/api_response_company_fundamentals.py
+++ b/intrinio_sdk/models/api_response_company_fundamentals.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/api_response_company_historical_data.py b/intrinio_sdk/models/api_response_company_historical_data.py
index 8d77a0076..6463a651d 100644
--- a/intrinio_sdk/models/api_response_company_historical_data.py
+++ b/intrinio_sdk/models/api_response_company_historical_data.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/api_response_company_news.py b/intrinio_sdk/models/api_response_company_news.py
index b25b9ca8c..5d60a6bba 100644
--- a/intrinio_sdk/models/api_response_company_news.py
+++ b/intrinio_sdk/models/api_response_company_news.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/api_response_company_securities.py b/intrinio_sdk/models/api_response_company_securities.py
index 3b6611481..d8d956efe 100644
--- a/intrinio_sdk/models/api_response_company_securities.py
+++ b/intrinio_sdk/models/api_response_company_securities.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/api_response_data_tags.py b/intrinio_sdk/models/api_response_data_tags.py
index 3cb807114..53cf4fcac 100644
--- a/intrinio_sdk/models/api_response_data_tags.py
+++ b/intrinio_sdk/models/api_response_data_tags.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/api_response_data_tags_search.py b/intrinio_sdk/models/api_response_data_tags_search.py
index 5fc38eb35..e9e9f10be 100644
--- a/intrinio_sdk/models/api_response_data_tags_search.py
+++ b/intrinio_sdk/models/api_response_data_tags_search.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/api_response_economic_index_historical_data.py b/intrinio_sdk/models/api_response_economic_index_historical_data.py
index 6c1348e6b..9505f7d50 100644
--- a/intrinio_sdk/models/api_response_economic_index_historical_data.py
+++ b/intrinio_sdk/models/api_response_economic_index_historical_data.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/api_response_economic_indices.py b/intrinio_sdk/models/api_response_economic_indices.py
index 7e1e66e6b..e57783003 100644
--- a/intrinio_sdk/models/api_response_economic_indices.py
+++ b/intrinio_sdk/models/api_response_economic_indices.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/api_response_economic_indices_search.py b/intrinio_sdk/models/api_response_economic_indices_search.py
index baa744e9e..1b5e4b558 100644
--- a/intrinio_sdk/models/api_response_economic_indices_search.py
+++ b/intrinio_sdk/models/api_response_economic_indices_search.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/api_response_filing_fundamentals.py b/intrinio_sdk/models/api_response_filing_fundamentals.py
index 84da0bb12..76799b8c4 100644
--- a/intrinio_sdk/models/api_response_filing_fundamentals.py
+++ b/intrinio_sdk/models/api_response_filing_fundamentals.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/api_response_filing_notes.py b/intrinio_sdk/models/api_response_filing_notes.py
index 22d8ea747..33925b713 100644
--- a/intrinio_sdk/models/api_response_filing_notes.py
+++ b/intrinio_sdk/models/api_response_filing_notes.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/api_response_filing_notes_search.py b/intrinio_sdk/models/api_response_filing_notes_search.py
index abd6aaf37..78eb0239d 100644
--- a/intrinio_sdk/models/api_response_filing_notes_search.py
+++ b/intrinio_sdk/models/api_response_filing_notes_search.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/api_response_filings.py b/intrinio_sdk/models/api_response_filings.py
index 46f5e8834..f5af184cd 100644
--- a/intrinio_sdk/models/api_response_filings.py
+++ b/intrinio_sdk/models/api_response_filings.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/api_response_forex_currencies.py b/intrinio_sdk/models/api_response_forex_currencies.py
index cf45b02c7..ed35c32fd 100644
--- a/intrinio_sdk/models/api_response_forex_currencies.py
+++ b/intrinio_sdk/models/api_response_forex_currencies.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/api_response_forex_pairs.py b/intrinio_sdk/models/api_response_forex_pairs.py
index f446beba0..62d0939ef 100644
--- a/intrinio_sdk/models/api_response_forex_pairs.py
+++ b/intrinio_sdk/models/api_response_forex_pairs.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/api_response_forex_prices.py b/intrinio_sdk/models/api_response_forex_prices.py
index 4f832f5ce..59aef2662 100644
--- a/intrinio_sdk/models/api_response_forex_prices.py
+++ b/intrinio_sdk/models/api_response_forex_prices.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/api_response_historical_data.py b/intrinio_sdk/models/api_response_historical_data.py
index b07cc2337..7b7aeba7f 100644
--- a/intrinio_sdk/models/api_response_historical_data.py
+++ b/intrinio_sdk/models/api_response_historical_data.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/api_response_initial_public_offerings.py b/intrinio_sdk/models/api_response_initial_public_offerings.py
index 4ebc2f7fb..1bf7a50c6 100644
--- a/intrinio_sdk/models/api_response_initial_public_offerings.py
+++ b/intrinio_sdk/models/api_response_initial_public_offerings.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/api_response_municipalities.py b/intrinio_sdk/models/api_response_municipalities.py
index da8bd0e6d..877903313 100644
--- a/intrinio_sdk/models/api_response_municipalities.py
+++ b/intrinio_sdk/models/api_response_municipalities.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/api_response_municipalitiy_financials.py b/intrinio_sdk/models/api_response_municipalitiy_financials.py
index d15536674..2a74453cc 100644
--- a/intrinio_sdk/models/api_response_municipalitiy_financials.py
+++ b/intrinio_sdk/models/api_response_municipalitiy_financials.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/api_response_news.py b/intrinio_sdk/models/api_response_news.py
index 7d29639d8..f882bab12 100644
--- a/intrinio_sdk/models/api_response_news.py
+++ b/intrinio_sdk/models/api_response_news.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/api_response_option_prices.py b/intrinio_sdk/models/api_response_option_prices.py
index 1246bd3f3..0d6cb520c 100644
--- a/intrinio_sdk/models/api_response_option_prices.py
+++ b/intrinio_sdk/models/api_response_option_prices.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/api_response_options.py b/intrinio_sdk/models/api_response_options.py
index 43d7e0d69..d568a2a13 100644
--- a/intrinio_sdk/models/api_response_options.py
+++ b/intrinio_sdk/models/api_response_options.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/api_response_options_chain.py b/intrinio_sdk/models/api_response_options_chain.py
index 671229f1e..d1fc2b747 100644
--- a/intrinio_sdk/models/api_response_options_chain.py
+++ b/intrinio_sdk/models/api_response_options_chain.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/api_response_options_expirations.py b/intrinio_sdk/models/api_response_options_expirations.py
index 7e176ab5e..9d640c117 100644
--- a/intrinio_sdk/models/api_response_options_expirations.py
+++ b/intrinio_sdk/models/api_response_options_expirations.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/api_response_reported_financials.py b/intrinio_sdk/models/api_response_reported_financials.py
index 3d58872fc..5ca8690dc 100644
--- a/intrinio_sdk/models/api_response_reported_financials.py
+++ b/intrinio_sdk/models/api_response_reported_financials.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/api_response_securities.py b/intrinio_sdk/models/api_response_securities.py
index bca171bbb..1e820f968 100644
--- a/intrinio_sdk/models/api_response_securities.py
+++ b/intrinio_sdk/models/api_response_securities.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/api_response_securities_search.py b/intrinio_sdk/models/api_response_securities_search.py
index 65b72594c..2c51b119d 100644
--- a/intrinio_sdk/models/api_response_securities_search.py
+++ b/intrinio_sdk/models/api_response_securities_search.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/api_response_security_accumulation_distribution_index.py b/intrinio_sdk/models/api_response_security_accumulation_distribution_index.py
index fcb4744e0..d839b1c4c 100644
--- a/intrinio_sdk/models/api_response_security_accumulation_distribution_index.py
+++ b/intrinio_sdk/models/api_response_security_accumulation_distribution_index.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/api_response_security_average_daily_trading_volume.py b/intrinio_sdk/models/api_response_security_average_daily_trading_volume.py
index 1a35c5dac..f4354c4a6 100644
--- a/intrinio_sdk/models/api_response_security_average_daily_trading_volume.py
+++ b/intrinio_sdk/models/api_response_security_average_daily_trading_volume.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/api_response_security_average_directional_index.py b/intrinio_sdk/models/api_response_security_average_directional_index.py
index 9f2341d13..0d41726ca 100644
--- a/intrinio_sdk/models/api_response_security_average_directional_index.py
+++ b/intrinio_sdk/models/api_response_security_average_directional_index.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/api_response_security_average_true_range.py b/intrinio_sdk/models/api_response_security_average_true_range.py
index 2649feca5..59f894f33 100644
--- a/intrinio_sdk/models/api_response_security_average_true_range.py
+++ b/intrinio_sdk/models/api_response_security_average_true_range.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/api_response_security_awesome_oscillator.py b/intrinio_sdk/models/api_response_security_awesome_oscillator.py
index 8e5950c5d..e4e5a95d6 100644
--- a/intrinio_sdk/models/api_response_security_awesome_oscillator.py
+++ b/intrinio_sdk/models/api_response_security_awesome_oscillator.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/api_response_security_bollinger_bands.py b/intrinio_sdk/models/api_response_security_bollinger_bands.py
index b95c16d09..6f22e2e52 100644
--- a/intrinio_sdk/models/api_response_security_bollinger_bands.py
+++ b/intrinio_sdk/models/api_response_security_bollinger_bands.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/api_response_security_chaikin_money_flow.py b/intrinio_sdk/models/api_response_security_chaikin_money_flow.py
index f4ee469ef..f8e604b20 100644
--- a/intrinio_sdk/models/api_response_security_chaikin_money_flow.py
+++ b/intrinio_sdk/models/api_response_security_chaikin_money_flow.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/api_response_security_commodity_channel_index.py b/intrinio_sdk/models/api_response_security_commodity_channel_index.py
index 727bb0c4b..f910b3677 100644
--- a/intrinio_sdk/models/api_response_security_commodity_channel_index.py
+++ b/intrinio_sdk/models/api_response_security_commodity_channel_index.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/api_response_security_detrended_price_oscillator.py b/intrinio_sdk/models/api_response_security_detrended_price_oscillator.py
index d65109046..8598ac6e1 100644
--- a/intrinio_sdk/models/api_response_security_detrended_price_oscillator.py
+++ b/intrinio_sdk/models/api_response_security_detrended_price_oscillator.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/api_response_security_donchian_channel.py b/intrinio_sdk/models/api_response_security_donchian_channel.py
index c8bbc8c74..80227f41e 100644
--- a/intrinio_sdk/models/api_response_security_donchian_channel.py
+++ b/intrinio_sdk/models/api_response_security_donchian_channel.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/api_response_security_ease_of_movement.py b/intrinio_sdk/models/api_response_security_ease_of_movement.py
index a6abdf205..9ba677e31 100644
--- a/intrinio_sdk/models/api_response_security_ease_of_movement.py
+++ b/intrinio_sdk/models/api_response_security_ease_of_movement.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/api_response_security_force_index.py b/intrinio_sdk/models/api_response_security_force_index.py
index bb2f52e8f..12a0a9df7 100644
--- a/intrinio_sdk/models/api_response_security_force_index.py
+++ b/intrinio_sdk/models/api_response_security_force_index.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/api_response_security_historical_data.py b/intrinio_sdk/models/api_response_security_historical_data.py
index 61c1044f7..72bf6bab3 100644
--- a/intrinio_sdk/models/api_response_security_historical_data.py
+++ b/intrinio_sdk/models/api_response_security_historical_data.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/api_response_security_ichimoku_kinko_hyo.py b/intrinio_sdk/models/api_response_security_ichimoku_kinko_hyo.py
index 1070a15f0..40da3ebf3 100644
--- a/intrinio_sdk/models/api_response_security_ichimoku_kinko_hyo.py
+++ b/intrinio_sdk/models/api_response_security_ichimoku_kinko_hyo.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/api_response_security_intraday_prices.py b/intrinio_sdk/models/api_response_security_intraday_prices.py
index d2a6a68de..8a60a2b50 100644
--- a/intrinio_sdk/models/api_response_security_intraday_prices.py
+++ b/intrinio_sdk/models/api_response_security_intraday_prices.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/api_response_security_keltner_channel.py b/intrinio_sdk/models/api_response_security_keltner_channel.py
index 950e2882d..98226e610 100644
--- a/intrinio_sdk/models/api_response_security_keltner_channel.py
+++ b/intrinio_sdk/models/api_response_security_keltner_channel.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/api_response_security_know_sure_thing.py b/intrinio_sdk/models/api_response_security_know_sure_thing.py
index 3f76d0f2c..4e93f0e65 100644
--- a/intrinio_sdk/models/api_response_security_know_sure_thing.py
+++ b/intrinio_sdk/models/api_response_security_know_sure_thing.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/api_response_security_mass_index.py b/intrinio_sdk/models/api_response_security_mass_index.py
index 149928c47..95d4297a3 100644
--- a/intrinio_sdk/models/api_response_security_mass_index.py
+++ b/intrinio_sdk/models/api_response_security_mass_index.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/api_response_security_money_flow_index.py b/intrinio_sdk/models/api_response_security_money_flow_index.py
index 626649026..706454823 100644
--- a/intrinio_sdk/models/api_response_security_money_flow_index.py
+++ b/intrinio_sdk/models/api_response_security_money_flow_index.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/api_response_security_moving_average_convergence_divergence.py b/intrinio_sdk/models/api_response_security_moving_average_convergence_divergence.py
index 8c4341351..d2e2193e7 100644
--- a/intrinio_sdk/models/api_response_security_moving_average_convergence_divergence.py
+++ b/intrinio_sdk/models/api_response_security_moving_average_convergence_divergence.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/api_response_security_negative_volume_index.py b/intrinio_sdk/models/api_response_security_negative_volume_index.py
index 607e90329..d8bb04da7 100644
--- a/intrinio_sdk/models/api_response_security_negative_volume_index.py
+++ b/intrinio_sdk/models/api_response_security_negative_volume_index.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/api_response_security_on_balance_volume.py b/intrinio_sdk/models/api_response_security_on_balance_volume.py
index 78a266114..67cbae2e5 100644
--- a/intrinio_sdk/models/api_response_security_on_balance_volume.py
+++ b/intrinio_sdk/models/api_response_security_on_balance_volume.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/api_response_security_on_balance_volume_mean.py b/intrinio_sdk/models/api_response_security_on_balance_volume_mean.py
index a05dda76a..98e3b691f 100644
--- a/intrinio_sdk/models/api_response_security_on_balance_volume_mean.py
+++ b/intrinio_sdk/models/api_response_security_on_balance_volume_mean.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/api_response_security_relative_strength_index.py b/intrinio_sdk/models/api_response_security_relative_strength_index.py
index 923314a54..4b2ba1690 100644
--- a/intrinio_sdk/models/api_response_security_relative_strength_index.py
+++ b/intrinio_sdk/models/api_response_security_relative_strength_index.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/api_response_security_simple_moving_average.py b/intrinio_sdk/models/api_response_security_simple_moving_average.py
index 8c98f8181..6895bd6fe 100644
--- a/intrinio_sdk/models/api_response_security_simple_moving_average.py
+++ b/intrinio_sdk/models/api_response_security_simple_moving_average.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/api_response_security_stochastic_oscillator.py b/intrinio_sdk/models/api_response_security_stochastic_oscillator.py
index 77c39b115..af1280825 100644
--- a/intrinio_sdk/models/api_response_security_stochastic_oscillator.py
+++ b/intrinio_sdk/models/api_response_security_stochastic_oscillator.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/api_response_security_stock_price_adjustments.py b/intrinio_sdk/models/api_response_security_stock_price_adjustments.py
index 0078e5510..53fc5212d 100644
--- a/intrinio_sdk/models/api_response_security_stock_price_adjustments.py
+++ b/intrinio_sdk/models/api_response_security_stock_price_adjustments.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/api_response_security_stock_prices.py b/intrinio_sdk/models/api_response_security_stock_prices.py
index f18fb4a45..13a78801f 100644
--- a/intrinio_sdk/models/api_response_security_stock_prices.py
+++ b/intrinio_sdk/models/api_response_security_stock_prices.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/api_response_security_triple_exponential_average.py b/intrinio_sdk/models/api_response_security_triple_exponential_average.py
index f4389da1d..77c227aca 100644
--- a/intrinio_sdk/models/api_response_security_triple_exponential_average.py
+++ b/intrinio_sdk/models/api_response_security_triple_exponential_average.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/api_response_security_true_strength_index.py b/intrinio_sdk/models/api_response_security_true_strength_index.py
index 586ecc559..9378e9308 100644
--- a/intrinio_sdk/models/api_response_security_true_strength_index.py
+++ b/intrinio_sdk/models/api_response_security_true_strength_index.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/api_response_security_ultimate_oscillator.py b/intrinio_sdk/models/api_response_security_ultimate_oscillator.py
index 9b4eb1787..e6592e674 100644
--- a/intrinio_sdk/models/api_response_security_ultimate_oscillator.py
+++ b/intrinio_sdk/models/api_response_security_ultimate_oscillator.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/api_response_security_volume_price_trend.py b/intrinio_sdk/models/api_response_security_volume_price_trend.py
index 9950486f2..2ea25191f 100644
--- a/intrinio_sdk/models/api_response_security_volume_price_trend.py
+++ b/intrinio_sdk/models/api_response_security_volume_price_trend.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/api_response_security_volume_weighted_average_price.py b/intrinio_sdk/models/api_response_security_volume_weighted_average_price.py
index 8386831fd..251cc3786 100644
--- a/intrinio_sdk/models/api_response_security_volume_weighted_average_price.py
+++ b/intrinio_sdk/models/api_response_security_volume_weighted_average_price.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/api_response_security_vortex_indicator.py b/intrinio_sdk/models/api_response_security_vortex_indicator.py
index 2eaede851..5b99eece8 100644
--- a/intrinio_sdk/models/api_response_security_vortex_indicator.py
+++ b/intrinio_sdk/models/api_response_security_vortex_indicator.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/api_response_security_williams_r.py b/intrinio_sdk/models/api_response_security_williams_r.py
index a51268089..513387d49 100644
--- a/intrinio_sdk/models/api_response_security_williams_r.py
+++ b/intrinio_sdk/models/api_response_security_williams_r.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/api_response_security_zacks_analyst_ratings.py b/intrinio_sdk/models/api_response_security_zacks_analyst_ratings.py
index a74b35782..da0e76ea6 100644
--- a/intrinio_sdk/models/api_response_security_zacks_analyst_ratings.py
+++ b/intrinio_sdk/models/api_response_security_zacks_analyst_ratings.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/api_response_security_zacks_analyst_ratings_snapshot.py b/intrinio_sdk/models/api_response_security_zacks_analyst_ratings_snapshot.py
index 20a3875c7..7c27777c3 100644
--- a/intrinio_sdk/models/api_response_security_zacks_analyst_ratings_snapshot.py
+++ b/intrinio_sdk/models/api_response_security_zacks_analyst_ratings_snapshot.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/api_response_security_zacks_eps_surprises.py b/intrinio_sdk/models/api_response_security_zacks_eps_surprises.py
index 61df1253b..455368dbc 100644
--- a/intrinio_sdk/models/api_response_security_zacks_eps_surprises.py
+++ b/intrinio_sdk/models/api_response_security_zacks_eps_surprises.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/api_response_security_zacks_sales_surprises.py b/intrinio_sdk/models/api_response_security_zacks_sales_surprises.py
index 06d1e5a22..3b8a46c1b 100644
--- a/intrinio_sdk/models/api_response_security_zacks_sales_surprises.py
+++ b/intrinio_sdk/models/api_response_security_zacks_sales_surprises.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/api_response_sic_index_historical_data.py b/intrinio_sdk/models/api_response_sic_index_historical_data.py
index 4b1252d65..71dae6570 100644
--- a/intrinio_sdk/models/api_response_sic_index_historical_data.py
+++ b/intrinio_sdk/models/api_response_sic_index_historical_data.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/api_response_sic_indices.py b/intrinio_sdk/models/api_response_sic_indices.py
index a9e52f2dc..4f0ef8cd5 100644
--- a/intrinio_sdk/models/api_response_sic_indices.py
+++ b/intrinio_sdk/models/api_response_sic_indices.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/api_response_sic_indices_search.py b/intrinio_sdk/models/api_response_sic_indices_search.py
index 3b6fe0dfb..19048cbc1 100644
--- a/intrinio_sdk/models/api_response_sic_indices_search.py
+++ b/intrinio_sdk/models/api_response_sic_indices_search.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/api_response_standardized_financials.py b/intrinio_sdk/models/api_response_standardized_financials.py
index 94785f698..fb356ad55 100644
--- a/intrinio_sdk/models/api_response_standardized_financials.py
+++ b/intrinio_sdk/models/api_response_standardized_financials.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/api_response_stock_exchange_realtime_stock_prices.py b/intrinio_sdk/models/api_response_stock_exchange_realtime_stock_prices.py
index aa1a1ce02..67233ee45 100644
--- a/intrinio_sdk/models/api_response_stock_exchange_realtime_stock_prices.py
+++ b/intrinio_sdk/models/api_response_stock_exchange_realtime_stock_prices.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/api_response_stock_exchange_securities.py b/intrinio_sdk/models/api_response_stock_exchange_securities.py
index 5d9af5f4a..4b81880d0 100644
--- a/intrinio_sdk/models/api_response_stock_exchange_securities.py
+++ b/intrinio_sdk/models/api_response_stock_exchange_securities.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/api_response_stock_exchange_stock_price_adjustments.py b/intrinio_sdk/models/api_response_stock_exchange_stock_price_adjustments.py
index ffbc0a2d3..7fef9c811 100644
--- a/intrinio_sdk/models/api_response_stock_exchange_stock_price_adjustments.py
+++ b/intrinio_sdk/models/api_response_stock_exchange_stock_price_adjustments.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/api_response_stock_exchange_stock_prices.py b/intrinio_sdk/models/api_response_stock_exchange_stock_prices.py
index 349deae04..5a6486173 100644
--- a/intrinio_sdk/models/api_response_stock_exchange_stock_prices.py
+++ b/intrinio_sdk/models/api_response_stock_exchange_stock_prices.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/api_response_stock_exchanges.py b/intrinio_sdk/models/api_response_stock_exchanges.py
index b8e393c1e..11aee1000 100644
--- a/intrinio_sdk/models/api_response_stock_exchanges.py
+++ b/intrinio_sdk/models/api_response_stock_exchanges.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/api_response_stock_market_index_historical_data.py b/intrinio_sdk/models/api_response_stock_market_index_historical_data.py
index 30fd999da..39aca5d9b 100644
--- a/intrinio_sdk/models/api_response_stock_market_index_historical_data.py
+++ b/intrinio_sdk/models/api_response_stock_market_index_historical_data.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/api_response_stock_market_indices.py b/intrinio_sdk/models/api_response_stock_market_indices.py
index 53b9e1272..ea9638240 100644
--- a/intrinio_sdk/models/api_response_stock_market_indices.py
+++ b/intrinio_sdk/models/api_response_stock_market_indices.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/api_response_stock_market_indices_search.py b/intrinio_sdk/models/api_response_stock_market_indices_search.py
index 8a98d3b1b..980d7d526 100644
--- a/intrinio_sdk/models/api_response_stock_market_indices_search.py
+++ b/intrinio_sdk/models/api_response_stock_market_indices_search.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/api_response_zacks_analyst_ratings.py b/intrinio_sdk/models/api_response_zacks_analyst_ratings.py
index 27baa9445..3bede2067 100644
--- a/intrinio_sdk/models/api_response_zacks_analyst_ratings.py
+++ b/intrinio_sdk/models/api_response_zacks_analyst_ratings.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/api_response_zacks_eps_estimates.py b/intrinio_sdk/models/api_response_zacks_eps_estimates.py
index cc00d69cd..9da45dd08 100644
--- a/intrinio_sdk/models/api_response_zacks_eps_estimates.py
+++ b/intrinio_sdk/models/api_response_zacks_eps_estimates.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/api_response_zacks_eps_growth_rates.py b/intrinio_sdk/models/api_response_zacks_eps_growth_rates.py
index 1b0abf31c..524dba094 100644
--- a/intrinio_sdk/models/api_response_zacks_eps_growth_rates.py
+++ b/intrinio_sdk/models/api_response_zacks_eps_growth_rates.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/api_response_zacks_eps_surprises.py b/intrinio_sdk/models/api_response_zacks_eps_surprises.py
index 0c47a390e..f0be33320 100644
--- a/intrinio_sdk/models/api_response_zacks_eps_surprises.py
+++ b/intrinio_sdk/models/api_response_zacks_eps_surprises.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/api_response_zacks_etf_holdings.py b/intrinio_sdk/models/api_response_zacks_etf_holdings.py
new file mode 100644
index 000000000..cb760be97
--- /dev/null
+++ b/intrinio_sdk/models/api_response_zacks_etf_holdings.py
@@ -0,0 +1,210 @@
+# coding: utf-8
+
+"""
+ Intrinio API
+
+ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
+
+ OpenAPI spec version: 2.13.0
+
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
+"""
+
+
+import pprint
+import re # noqa: F401
+
+import six
+
+from intrinio_sdk.models.zacks_etf_holding import ZacksETFHolding # noqa: F401,E501
+
+
+class ApiResponseZacksETFHoldings(object):
+ """NOTE: This class is auto generated by the swagger code generator program.
+
+ Do not edit the class manually.
+ """
+
+ """
+ Attributes:
+ swagger_types (dict): The key is attribute name
+ and the value is attribute type.
+ attribute_map (dict): The key is attribute name
+ and the value is json key in definition.
+ """
+ swagger_types = {
+ 'holdings': 'list[ZacksETFHolding]',
+ 'next_page': 'str'
+ }
+
+ attribute_map = {
+ 'holdings': 'holdings',
+ 'next_page': 'next_page'
+ }
+
+ def __init__(self, holdings=None, next_page=None): # noqa: E501
+ """ApiResponseZacksETFHoldings - a model defined in Swagger""" # noqa: E501
+
+ self._holdings = None
+ self._next_page = None
+ self.discriminator = None
+
+ if holdings is not None:
+ self.holdings = holdings
+ if next_page is not None:
+ self.next_page = next_page
+
+ @property
+ def holdings(self):
+ """Gets the holdings of this ApiResponseZacksETFHoldings. # noqa: E501
+
+ Zacks ETF holding data # noqa: E501
+
+ :return: The holdings of this ApiResponseZacksETFHoldings. # noqa: E501
+ :rtype: list[ZacksETFHolding]
+ """
+ return self._holdings
+
+ @property
+ def holdings_dict(self):
+ """Gets the holdings of this ApiResponseZacksETFHoldings. # noqa: E501
+
+ Zacks ETF holding data as a dictionary. Useful for Panda Dataframes. # noqa: E501
+
+ :return: The holdings of this ApiResponseZacksETFHoldings. # noqa: E501
+ :rtype: list[ZacksETFHolding]
+ """
+
+ result = None
+
+ value = self.holdings
+ if isinstance(value, list):
+ result = list(map(
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ value
+ ))
+ elif hasattr(value, "to_dict"):
+ result = value.to_dict()
+ elif isinstance(value, dict):
+ result = dict(map(
+ lambda item: (item[0], item[1].to_dict())
+ if hasattr(item[1], "to_dict") else item,
+ value.items()
+ ))
+ else:
+ result = { 'holdings': value }
+
+
+ return result
+
+
+ @holdings.setter
+ def holdings(self, holdings):
+ """Sets the holdings of this ApiResponseZacksETFHoldings.
+
+ Zacks ETF holding data # noqa: E501
+
+ :param holdings: The holdings of this ApiResponseZacksETFHoldings. # noqa: E501
+ :type: list[ZacksETFHolding]
+ """
+
+ self._holdings = holdings
+
+ @property
+ def next_page(self):
+ """Gets the next_page of this ApiResponseZacksETFHoldings. # noqa: E501
+
+ The token required to request the next page of the data. If null, no further results are available. # noqa: E501
+
+ :return: The next_page of this ApiResponseZacksETFHoldings. # noqa: E501
+ :rtype: str
+ """
+ return self._next_page
+
+ @property
+ def next_page_dict(self):
+ """Gets the next_page of this ApiResponseZacksETFHoldings. # noqa: E501
+
+ The token required to request the next page of the data. If null, no further results are available. as a dictionary. Useful for Panda Dataframes. # noqa: E501
+
+ :return: The next_page of this ApiResponseZacksETFHoldings. # noqa: E501
+ :rtype: str
+ """
+
+ result = None
+
+ value = self.next_page
+ if isinstance(value, list):
+ result = list(map(
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ value
+ ))
+ elif hasattr(value, "to_dict"):
+ result = value.to_dict()
+ elif isinstance(value, dict):
+ result = dict(map(
+ lambda item: (item[0], item[1].to_dict())
+ if hasattr(item[1], "to_dict") else item,
+ value.items()
+ ))
+ else:
+ result = { 'next_page': value }
+
+
+ return result
+
+
+ @next_page.setter
+ def next_page(self, next_page):
+ """Sets the next_page of this ApiResponseZacksETFHoldings.
+
+ The token required to request the next page of the data. If null, no further results are available. # noqa: E501
+
+ :param next_page: The next_page of this ApiResponseZacksETFHoldings. # noqa: E501
+ :type: str
+ """
+
+ self._next_page = next_page
+
+ def to_dict(self):
+ """Returns the model properties as a dict"""
+ result = {}
+
+ for attr, _ in six.iteritems(self.swagger_types):
+ value = getattr(self, attr)
+ if isinstance(value, list):
+ result[attr] = list(map(
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ value
+ ))
+ elif hasattr(value, "to_dict"):
+ result[attr] = value.to_dict()
+ elif isinstance(value, dict):
+ result[attr] = dict(map(
+ lambda item: (item[0], item[1].to_dict())
+ if hasattr(item[1], "to_dict") else item,
+ value.items()
+ ))
+ else:
+ result[attr] = value
+
+ return result
+
+ def to_str(self):
+ """Returns the string representation of the model"""
+ return pprint.pformat(self.to_dict())
+
+ def __repr__(self):
+ """For `print` and `pprint`"""
+ return self.to_str()
+
+ def __eq__(self, other):
+ """Returns true if both objects are equal"""
+ if not isinstance(other, ApiResponseZacksETFHoldings):
+ return False
+
+ return self.__dict__ == other.__dict__
+
+ def __ne__(self, other):
+ """Returns true if both objects are not equal"""
+ return not self == other
diff --git a/intrinio_sdk/models/api_response_zacks_institutional_holding_companies.py b/intrinio_sdk/models/api_response_zacks_institutional_holding_companies.py
new file mode 100644
index 000000000..24db3df4e
--- /dev/null
+++ b/intrinio_sdk/models/api_response_zacks_institutional_holding_companies.py
@@ -0,0 +1,210 @@
+# coding: utf-8
+
+"""
+ Intrinio API
+
+ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
+
+ OpenAPI spec version: 2.13.0
+
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
+"""
+
+
+import pprint
+import re # noqa: F401
+
+import six
+
+from intrinio_sdk.models.zacks_institutional_holding_company_detail import ZacksInstitutionalHoldingCompanyDetail # noqa: F401,E501
+
+
+class ApiResponseZacksInstitutionalHoldingCompanies(object):
+ """NOTE: This class is auto generated by the swagger code generator program.
+
+ Do not edit the class manually.
+ """
+
+ """
+ Attributes:
+ swagger_types (dict): The key is attribute name
+ and the value is attribute type.
+ attribute_map (dict): The key is attribute name
+ and the value is json key in definition.
+ """
+ swagger_types = {
+ 'companies': 'list[ZacksInstitutionalHoldingCompanyDetail]',
+ 'next_page': 'str'
+ }
+
+ attribute_map = {
+ 'companies': 'companies',
+ 'next_page': 'next_page'
+ }
+
+ def __init__(self, companies=None, next_page=None): # noqa: E501
+ """ApiResponseZacksInstitutionalHoldingCompanies - a model defined in Swagger""" # noqa: E501
+
+ self._companies = None
+ self._next_page = None
+ self.discriminator = None
+
+ if companies is not None:
+ self.companies = companies
+ if next_page is not None:
+ self.next_page = next_page
+
+ @property
+ def companies(self):
+ """Gets the companies of this ApiResponseZacksInstitutionalHoldingCompanies. # noqa: E501
+
+ Zacks institutional holding company data # noqa: E501
+
+ :return: The companies of this ApiResponseZacksInstitutionalHoldingCompanies. # noqa: E501
+ :rtype: list[ZacksInstitutionalHoldingCompanyDetail]
+ """
+ return self._companies
+
+ @property
+ def companies_dict(self):
+ """Gets the companies of this ApiResponseZacksInstitutionalHoldingCompanies. # noqa: E501
+
+ Zacks institutional holding company data as a dictionary. Useful for Panda Dataframes. # noqa: E501
+
+ :return: The companies of this ApiResponseZacksInstitutionalHoldingCompanies. # noqa: E501
+ :rtype: list[ZacksInstitutionalHoldingCompanyDetail]
+ """
+
+ result = None
+
+ value = self.companies
+ if isinstance(value, list):
+ result = list(map(
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ value
+ ))
+ elif hasattr(value, "to_dict"):
+ result = value.to_dict()
+ elif isinstance(value, dict):
+ result = dict(map(
+ lambda item: (item[0], item[1].to_dict())
+ if hasattr(item[1], "to_dict") else item,
+ value.items()
+ ))
+ else:
+ result = { 'companies': value }
+
+
+ return result
+
+
+ @companies.setter
+ def companies(self, companies):
+ """Sets the companies of this ApiResponseZacksInstitutionalHoldingCompanies.
+
+ Zacks institutional holding company data # noqa: E501
+
+ :param companies: The companies of this ApiResponseZacksInstitutionalHoldingCompanies. # noqa: E501
+ :type: list[ZacksInstitutionalHoldingCompanyDetail]
+ """
+
+ self._companies = companies
+
+ @property
+ def next_page(self):
+ """Gets the next_page of this ApiResponseZacksInstitutionalHoldingCompanies. # noqa: E501
+
+ The token required to request the next page of the data. If null, no further results are available. # noqa: E501
+
+ :return: The next_page of this ApiResponseZacksInstitutionalHoldingCompanies. # noqa: E501
+ :rtype: str
+ """
+ return self._next_page
+
+ @property
+ def next_page_dict(self):
+ """Gets the next_page of this ApiResponseZacksInstitutionalHoldingCompanies. # noqa: E501
+
+ The token required to request the next page of the data. If null, no further results are available. as a dictionary. Useful for Panda Dataframes. # noqa: E501
+
+ :return: The next_page of this ApiResponseZacksInstitutionalHoldingCompanies. # noqa: E501
+ :rtype: str
+ """
+
+ result = None
+
+ value = self.next_page
+ if isinstance(value, list):
+ result = list(map(
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ value
+ ))
+ elif hasattr(value, "to_dict"):
+ result = value.to_dict()
+ elif isinstance(value, dict):
+ result = dict(map(
+ lambda item: (item[0], item[1].to_dict())
+ if hasattr(item[1], "to_dict") else item,
+ value.items()
+ ))
+ else:
+ result = { 'next_page': value }
+
+
+ return result
+
+
+ @next_page.setter
+ def next_page(self, next_page):
+ """Sets the next_page of this ApiResponseZacksInstitutionalHoldingCompanies.
+
+ The token required to request the next page of the data. If null, no further results are available. # noqa: E501
+
+ :param next_page: The next_page of this ApiResponseZacksInstitutionalHoldingCompanies. # noqa: E501
+ :type: str
+ """
+
+ self._next_page = next_page
+
+ def to_dict(self):
+ """Returns the model properties as a dict"""
+ result = {}
+
+ for attr, _ in six.iteritems(self.swagger_types):
+ value = getattr(self, attr)
+ if isinstance(value, list):
+ result[attr] = list(map(
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ value
+ ))
+ elif hasattr(value, "to_dict"):
+ result[attr] = value.to_dict()
+ elif isinstance(value, dict):
+ result[attr] = dict(map(
+ lambda item: (item[0], item[1].to_dict())
+ if hasattr(item[1], "to_dict") else item,
+ value.items()
+ ))
+ else:
+ result[attr] = value
+
+ return result
+
+ def to_str(self):
+ """Returns the string representation of the model"""
+ return pprint.pformat(self.to_dict())
+
+ def __repr__(self):
+ """For `print` and `pprint`"""
+ return self.to_str()
+
+ def __eq__(self, other):
+ """Returns true if both objects are equal"""
+ if not isinstance(other, ApiResponseZacksInstitutionalHoldingCompanies):
+ return False
+
+ return self.__dict__ == other.__dict__
+
+ def __ne__(self, other):
+ """Returns true if both objects are not equal"""
+ return not self == other
diff --git a/intrinio_sdk/models/api_response_zacks_institutional_holding_owners.py b/intrinio_sdk/models/api_response_zacks_institutional_holding_owners.py
new file mode 100644
index 000000000..6356477f9
--- /dev/null
+++ b/intrinio_sdk/models/api_response_zacks_institutional_holding_owners.py
@@ -0,0 +1,210 @@
+# coding: utf-8
+
+"""
+ Intrinio API
+
+ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
+
+ OpenAPI spec version: 2.13.0
+
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
+"""
+
+
+import pprint
+import re # noqa: F401
+
+import six
+
+from intrinio_sdk.models.zacks_institutional_holding_owner_detail import ZacksInstitutionalHoldingOwnerDetail # noqa: F401,E501
+
+
+class ApiResponseZacksInstitutionalHoldingOwners(object):
+ """NOTE: This class is auto generated by the swagger code generator program.
+
+ Do not edit the class manually.
+ """
+
+ """
+ Attributes:
+ swagger_types (dict): The key is attribute name
+ and the value is attribute type.
+ attribute_map (dict): The key is attribute name
+ and the value is json key in definition.
+ """
+ swagger_types = {
+ 'owners': 'list[ZacksInstitutionalHoldingOwnerDetail]',
+ 'next_page': 'str'
+ }
+
+ attribute_map = {
+ 'owners': 'owners',
+ 'next_page': 'next_page'
+ }
+
+ def __init__(self, owners=None, next_page=None): # noqa: E501
+ """ApiResponseZacksInstitutionalHoldingOwners - a model defined in Swagger""" # noqa: E501
+
+ self._owners = None
+ self._next_page = None
+ self.discriminator = None
+
+ if owners is not None:
+ self.owners = owners
+ if next_page is not None:
+ self.next_page = next_page
+
+ @property
+ def owners(self):
+ """Gets the owners of this ApiResponseZacksInstitutionalHoldingOwners. # noqa: E501
+
+ Zacks institutional holding owners data # noqa: E501
+
+ :return: The owners of this ApiResponseZacksInstitutionalHoldingOwners. # noqa: E501
+ :rtype: list[ZacksInstitutionalHoldingOwnerDetail]
+ """
+ return self._owners
+
+ @property
+ def owners_dict(self):
+ """Gets the owners of this ApiResponseZacksInstitutionalHoldingOwners. # noqa: E501
+
+ Zacks institutional holding owners data as a dictionary. Useful for Panda Dataframes. # noqa: E501
+
+ :return: The owners of this ApiResponseZacksInstitutionalHoldingOwners. # noqa: E501
+ :rtype: list[ZacksInstitutionalHoldingOwnerDetail]
+ """
+
+ result = None
+
+ value = self.owners
+ if isinstance(value, list):
+ result = list(map(
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ value
+ ))
+ elif hasattr(value, "to_dict"):
+ result = value.to_dict()
+ elif isinstance(value, dict):
+ result = dict(map(
+ lambda item: (item[0], item[1].to_dict())
+ if hasattr(item[1], "to_dict") else item,
+ value.items()
+ ))
+ else:
+ result = { 'owners': value }
+
+
+ return result
+
+
+ @owners.setter
+ def owners(self, owners):
+ """Sets the owners of this ApiResponseZacksInstitutionalHoldingOwners.
+
+ Zacks institutional holding owners data # noqa: E501
+
+ :param owners: The owners of this ApiResponseZacksInstitutionalHoldingOwners. # noqa: E501
+ :type: list[ZacksInstitutionalHoldingOwnerDetail]
+ """
+
+ self._owners = owners
+
+ @property
+ def next_page(self):
+ """Gets the next_page of this ApiResponseZacksInstitutionalHoldingOwners. # noqa: E501
+
+ The token required to request the next page of the data. If null, no further results are available. # noqa: E501
+
+ :return: The next_page of this ApiResponseZacksInstitutionalHoldingOwners. # noqa: E501
+ :rtype: str
+ """
+ return self._next_page
+
+ @property
+ def next_page_dict(self):
+ """Gets the next_page of this ApiResponseZacksInstitutionalHoldingOwners. # noqa: E501
+
+ The token required to request the next page of the data. If null, no further results are available. as a dictionary. Useful for Panda Dataframes. # noqa: E501
+
+ :return: The next_page of this ApiResponseZacksInstitutionalHoldingOwners. # noqa: E501
+ :rtype: str
+ """
+
+ result = None
+
+ value = self.next_page
+ if isinstance(value, list):
+ result = list(map(
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ value
+ ))
+ elif hasattr(value, "to_dict"):
+ result = value.to_dict()
+ elif isinstance(value, dict):
+ result = dict(map(
+ lambda item: (item[0], item[1].to_dict())
+ if hasattr(item[1], "to_dict") else item,
+ value.items()
+ ))
+ else:
+ result = { 'next_page': value }
+
+
+ return result
+
+
+ @next_page.setter
+ def next_page(self, next_page):
+ """Sets the next_page of this ApiResponseZacksInstitutionalHoldingOwners.
+
+ The token required to request the next page of the data. If null, no further results are available. # noqa: E501
+
+ :param next_page: The next_page of this ApiResponseZacksInstitutionalHoldingOwners. # noqa: E501
+ :type: str
+ """
+
+ self._next_page = next_page
+
+ def to_dict(self):
+ """Returns the model properties as a dict"""
+ result = {}
+
+ for attr, _ in six.iteritems(self.swagger_types):
+ value = getattr(self, attr)
+ if isinstance(value, list):
+ result[attr] = list(map(
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ value
+ ))
+ elif hasattr(value, "to_dict"):
+ result[attr] = value.to_dict()
+ elif isinstance(value, dict):
+ result[attr] = dict(map(
+ lambda item: (item[0], item[1].to_dict())
+ if hasattr(item[1], "to_dict") else item,
+ value.items()
+ ))
+ else:
+ result[attr] = value
+
+ return result
+
+ def to_str(self):
+ """Returns the string representation of the model"""
+ return pprint.pformat(self.to_dict())
+
+ def __repr__(self):
+ """For `print` and `pprint`"""
+ return self.to_str()
+
+ def __eq__(self, other):
+ """Returns true if both objects are equal"""
+ if not isinstance(other, ApiResponseZacksInstitutionalHoldingOwners):
+ return False
+
+ return self.__dict__ == other.__dict__
+
+ def __ne__(self, other):
+ """Returns true if both objects are not equal"""
+ return not self == other
diff --git a/intrinio_sdk/models/api_response_zacks_institutional_holdings.py b/intrinio_sdk/models/api_response_zacks_institutional_holdings.py
new file mode 100644
index 000000000..e8ec5fdb3
--- /dev/null
+++ b/intrinio_sdk/models/api_response_zacks_institutional_holdings.py
@@ -0,0 +1,210 @@
+# coding: utf-8
+
+"""
+ Intrinio API
+
+ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
+
+ OpenAPI spec version: 2.13.0
+
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
+"""
+
+
+import pprint
+import re # noqa: F401
+
+import six
+
+from intrinio_sdk.models.zacks_institutional_holding import ZacksInstitutionalHolding # noqa: F401,E501
+
+
+class ApiResponseZacksInstitutionalHoldings(object):
+ """NOTE: This class is auto generated by the swagger code generator program.
+
+ Do not edit the class manually.
+ """
+
+ """
+ Attributes:
+ swagger_types (dict): The key is attribute name
+ and the value is attribute type.
+ attribute_map (dict): The key is attribute name
+ and the value is json key in definition.
+ """
+ swagger_types = {
+ 'holdings': 'list[ZacksInstitutionalHolding]',
+ 'next_page': 'str'
+ }
+
+ attribute_map = {
+ 'holdings': 'holdings',
+ 'next_page': 'next_page'
+ }
+
+ def __init__(self, holdings=None, next_page=None): # noqa: E501
+ """ApiResponseZacksInstitutionalHoldings - a model defined in Swagger""" # noqa: E501
+
+ self._holdings = None
+ self._next_page = None
+ self.discriminator = None
+
+ if holdings is not None:
+ self.holdings = holdings
+ if next_page is not None:
+ self.next_page = next_page
+
+ @property
+ def holdings(self):
+ """Gets the holdings of this ApiResponseZacksInstitutionalHoldings. # noqa: E501
+
+ Zacks institutional holding data # noqa: E501
+
+ :return: The holdings of this ApiResponseZacksInstitutionalHoldings. # noqa: E501
+ :rtype: list[ZacksInstitutionalHolding]
+ """
+ return self._holdings
+
+ @property
+ def holdings_dict(self):
+ """Gets the holdings of this ApiResponseZacksInstitutionalHoldings. # noqa: E501
+
+ Zacks institutional holding data as a dictionary. Useful for Panda Dataframes. # noqa: E501
+
+ :return: The holdings of this ApiResponseZacksInstitutionalHoldings. # noqa: E501
+ :rtype: list[ZacksInstitutionalHolding]
+ """
+
+ result = None
+
+ value = self.holdings
+ if isinstance(value, list):
+ result = list(map(
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ value
+ ))
+ elif hasattr(value, "to_dict"):
+ result = value.to_dict()
+ elif isinstance(value, dict):
+ result = dict(map(
+ lambda item: (item[0], item[1].to_dict())
+ if hasattr(item[1], "to_dict") else item,
+ value.items()
+ ))
+ else:
+ result = { 'holdings': value }
+
+
+ return result
+
+
+ @holdings.setter
+ def holdings(self, holdings):
+ """Sets the holdings of this ApiResponseZacksInstitutionalHoldings.
+
+ Zacks institutional holding data # noqa: E501
+
+ :param holdings: The holdings of this ApiResponseZacksInstitutionalHoldings. # noqa: E501
+ :type: list[ZacksInstitutionalHolding]
+ """
+
+ self._holdings = holdings
+
+ @property
+ def next_page(self):
+ """Gets the next_page of this ApiResponseZacksInstitutionalHoldings. # noqa: E501
+
+ The token required to request the next page of the data. If null, no further results are available. # noqa: E501
+
+ :return: The next_page of this ApiResponseZacksInstitutionalHoldings. # noqa: E501
+ :rtype: str
+ """
+ return self._next_page
+
+ @property
+ def next_page_dict(self):
+ """Gets the next_page of this ApiResponseZacksInstitutionalHoldings. # noqa: E501
+
+ The token required to request the next page of the data. If null, no further results are available. as a dictionary. Useful for Panda Dataframes. # noqa: E501
+
+ :return: The next_page of this ApiResponseZacksInstitutionalHoldings. # noqa: E501
+ :rtype: str
+ """
+
+ result = None
+
+ value = self.next_page
+ if isinstance(value, list):
+ result = list(map(
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ value
+ ))
+ elif hasattr(value, "to_dict"):
+ result = value.to_dict()
+ elif isinstance(value, dict):
+ result = dict(map(
+ lambda item: (item[0], item[1].to_dict())
+ if hasattr(item[1], "to_dict") else item,
+ value.items()
+ ))
+ else:
+ result = { 'next_page': value }
+
+
+ return result
+
+
+ @next_page.setter
+ def next_page(self, next_page):
+ """Sets the next_page of this ApiResponseZacksInstitutionalHoldings.
+
+ The token required to request the next page of the data. If null, no further results are available. # noqa: E501
+
+ :param next_page: The next_page of this ApiResponseZacksInstitutionalHoldings. # noqa: E501
+ :type: str
+ """
+
+ self._next_page = next_page
+
+ def to_dict(self):
+ """Returns the model properties as a dict"""
+ result = {}
+
+ for attr, _ in six.iteritems(self.swagger_types):
+ value = getattr(self, attr)
+ if isinstance(value, list):
+ result[attr] = list(map(
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ value
+ ))
+ elif hasattr(value, "to_dict"):
+ result[attr] = value.to_dict()
+ elif isinstance(value, dict):
+ result[attr] = dict(map(
+ lambda item: (item[0], item[1].to_dict())
+ if hasattr(item[1], "to_dict") else item,
+ value.items()
+ ))
+ else:
+ result[attr] = value
+
+ return result
+
+ def to_str(self):
+ """Returns the string representation of the model"""
+ return pprint.pformat(self.to_dict())
+
+ def __repr__(self):
+ """For `print` and `pprint`"""
+ return self.to_str()
+
+ def __eq__(self, other):
+ """Returns true if both objects are equal"""
+ if not isinstance(other, ApiResponseZacksInstitutionalHoldings):
+ return False
+
+ return self.__dict__ == other.__dict__
+
+ def __ne__(self, other):
+ """Returns true if both objects are not equal"""
+ return not self == other
diff --git a/intrinio_sdk/models/api_response_zacks_long_term_growth_rates.py b/intrinio_sdk/models/api_response_zacks_long_term_growth_rates.py
index a214f9aef..eda9ba451 100644
--- a/intrinio_sdk/models/api_response_zacks_long_term_growth_rates.py
+++ b/intrinio_sdk/models/api_response_zacks_long_term_growth_rates.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/api_response_zacks_sales_surprises.py b/intrinio_sdk/models/api_response_zacks_sales_surprises.py
index 20c1f1f77..64bf39bb9 100644
--- a/intrinio_sdk/models/api_response_zacks_sales_surprises.py
+++ b/intrinio_sdk/models/api_response_zacks_sales_surprises.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/api_response_zacks_target_price_consensuses.py b/intrinio_sdk/models/api_response_zacks_target_price_consensuses.py
index ea143ab1e..8930e4f46 100644
--- a/intrinio_sdk/models/api_response_zacks_target_price_consensuses.py
+++ b/intrinio_sdk/models/api_response_zacks_target_price_consensuses.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/average_daily_trading_volume_technical_value.py b/intrinio_sdk/models/average_daily_trading_volume_technical_value.py
index 555f2acab..2d92ee155 100644
--- a/intrinio_sdk/models/average_daily_trading_volume_technical_value.py
+++ b/intrinio_sdk/models/average_daily_trading_volume_technical_value.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/average_directional_index_technical_value.py b/intrinio_sdk/models/average_directional_index_technical_value.py
index e14affbf2..3285f18ea 100644
--- a/intrinio_sdk/models/average_directional_index_technical_value.py
+++ b/intrinio_sdk/models/average_directional_index_technical_value.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/average_true_range_technical_value.py b/intrinio_sdk/models/average_true_range_technical_value.py
index ede0d084a..52df88b5d 100644
--- a/intrinio_sdk/models/average_true_range_technical_value.py
+++ b/intrinio_sdk/models/average_true_range_technical_value.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/awesome_oscillator_technical_value.py b/intrinio_sdk/models/awesome_oscillator_technical_value.py
index 240e6b6fe..8f23daca8 100644
--- a/intrinio_sdk/models/awesome_oscillator_technical_value.py
+++ b/intrinio_sdk/models/awesome_oscillator_technical_value.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/bollinger_bands_technical_value.py b/intrinio_sdk/models/bollinger_bands_technical_value.py
index ae23971cf..70f8d7130 100644
--- a/intrinio_sdk/models/bollinger_bands_technical_value.py
+++ b/intrinio_sdk/models/bollinger_bands_technical_value.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/bulk_download_links.py b/intrinio_sdk/models/bulk_download_links.py
index 40ea7f23b..ad7296419 100644
--- a/intrinio_sdk/models/bulk_download_links.py
+++ b/intrinio_sdk/models/bulk_download_links.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/bulk_download_summary.py b/intrinio_sdk/models/bulk_download_summary.py
index 1f6cfe57d..230653c47 100644
--- a/intrinio_sdk/models/bulk_download_summary.py
+++ b/intrinio_sdk/models/bulk_download_summary.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/chaikin_money_flow_technical_value.py b/intrinio_sdk/models/chaikin_money_flow_technical_value.py
index 0273a5a65..178f7a13d 100644
--- a/intrinio_sdk/models/chaikin_money_flow_technical_value.py
+++ b/intrinio_sdk/models/chaikin_money_flow_technical_value.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/commodity_channel_index_technical_value.py b/intrinio_sdk/models/commodity_channel_index_technical_value.py
index cf0e91e52..4f0632b28 100644
--- a/intrinio_sdk/models/commodity_channel_index_technical_value.py
+++ b/intrinio_sdk/models/commodity_channel_index_technical_value.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/company.py b/intrinio_sdk/models/company.py
index c61426481..f3cb2c110 100644
--- a/intrinio_sdk/models/company.py
+++ b/intrinio_sdk/models/company.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/company_filing.py b/intrinio_sdk/models/company_filing.py
index 0427aac27..48c99d8b2 100644
--- a/intrinio_sdk/models/company_filing.py
+++ b/intrinio_sdk/models/company_filing.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/company_initial_public_offering.py b/intrinio_sdk/models/company_initial_public_offering.py
index 799a97b29..e38923644 100644
--- a/intrinio_sdk/models/company_initial_public_offering.py
+++ b/intrinio_sdk/models/company_initial_public_offering.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/company_news.py b/intrinio_sdk/models/company_news.py
index f0da27e7a..e8cea6137 100644
--- a/intrinio_sdk/models/company_news.py
+++ b/intrinio_sdk/models/company_news.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/company_news_summary.py b/intrinio_sdk/models/company_news_summary.py
index bc8f91148..56c62f392 100644
--- a/intrinio_sdk/models/company_news_summary.py
+++ b/intrinio_sdk/models/company_news_summary.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/company_summary.py b/intrinio_sdk/models/company_summary.py
index 78026e5ab..cb4800d2d 100644
--- a/intrinio_sdk/models/company_summary.py
+++ b/intrinio_sdk/models/company_summary.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/data_tag.py b/intrinio_sdk/models/data_tag.py
index 929bdad94..f3e7e5137 100644
--- a/intrinio_sdk/models/data_tag.py
+++ b/intrinio_sdk/models/data_tag.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/data_tag_summary.py b/intrinio_sdk/models/data_tag_summary.py
index 2057bf0e4..140244434 100644
--- a/intrinio_sdk/models/data_tag_summary.py
+++ b/intrinio_sdk/models/data_tag_summary.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/detrended_price_oscillator_technical_value.py b/intrinio_sdk/models/detrended_price_oscillator_technical_value.py
index b4c222c49..f9fc6027a 100644
--- a/intrinio_sdk/models/detrended_price_oscillator_technical_value.py
+++ b/intrinio_sdk/models/detrended_price_oscillator_technical_value.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/dividend_record.py b/intrinio_sdk/models/dividend_record.py
index d02a98844..40907397e 100644
--- a/intrinio_sdk/models/dividend_record.py
+++ b/intrinio_sdk/models/dividend_record.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/donchian_channel_technical_value.py b/intrinio_sdk/models/donchian_channel_technical_value.py
index d26c05385..ed574bcd9 100644
--- a/intrinio_sdk/models/donchian_channel_technical_value.py
+++ b/intrinio_sdk/models/donchian_channel_technical_value.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/earnings_record.py b/intrinio_sdk/models/earnings_record.py
index 2ab2d8e20..1f68998fc 100644
--- a/intrinio_sdk/models/earnings_record.py
+++ b/intrinio_sdk/models/earnings_record.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/ease_of_movement_technical_value.py b/intrinio_sdk/models/ease_of_movement_technical_value.py
index 5d6d4cd3e..b8a5daa21 100644
--- a/intrinio_sdk/models/ease_of_movement_technical_value.py
+++ b/intrinio_sdk/models/ease_of_movement_technical_value.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/economic_index.py b/intrinio_sdk/models/economic_index.py
index 869ff3ee3..2b731846a 100644
--- a/intrinio_sdk/models/economic_index.py
+++ b/intrinio_sdk/models/economic_index.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/economic_index_summary.py b/intrinio_sdk/models/economic_index_summary.py
index fe211e2d6..b021b4864 100644
--- a/intrinio_sdk/models/economic_index_summary.py
+++ b/intrinio_sdk/models/economic_index_summary.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/filing.py b/intrinio_sdk/models/filing.py
index 7cbf33c6c..c160dbf00 100644
--- a/intrinio_sdk/models/filing.py
+++ b/intrinio_sdk/models/filing.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/filing_note.py b/intrinio_sdk/models/filing_note.py
index 785904462..770939023 100644
--- a/intrinio_sdk/models/filing_note.py
+++ b/intrinio_sdk/models/filing_note.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/filing_note_filing.py b/intrinio_sdk/models/filing_note_filing.py
index 31c188be4..7e0f4b6b2 100644
--- a/intrinio_sdk/models/filing_note_filing.py
+++ b/intrinio_sdk/models/filing_note_filing.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/filing_note_summary.py b/intrinio_sdk/models/filing_note_summary.py
index 78900c1bc..76eaafe3c 100644
--- a/intrinio_sdk/models/filing_note_summary.py
+++ b/intrinio_sdk/models/filing_note_summary.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/filing_summary.py b/intrinio_sdk/models/filing_summary.py
index c65c02b14..d0532f0d0 100644
--- a/intrinio_sdk/models/filing_summary.py
+++ b/intrinio_sdk/models/filing_summary.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/force_index_technical_value.py b/intrinio_sdk/models/force_index_technical_value.py
index 16b812d31..0e1366ec9 100644
--- a/intrinio_sdk/models/force_index_technical_value.py
+++ b/intrinio_sdk/models/force_index_technical_value.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/forex_currency.py b/intrinio_sdk/models/forex_currency.py
index a6f182806..44ab4825b 100644
--- a/intrinio_sdk/models/forex_currency.py
+++ b/intrinio_sdk/models/forex_currency.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/forex_pair.py b/intrinio_sdk/models/forex_pair.py
index 05123e28f..8947fbf45 100644
--- a/intrinio_sdk/models/forex_pair.py
+++ b/intrinio_sdk/models/forex_pair.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/forex_price.py b/intrinio_sdk/models/forex_price.py
index 3fd47f385..63c126852 100644
--- a/intrinio_sdk/models/forex_price.py
+++ b/intrinio_sdk/models/forex_price.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/fundamental.py b/intrinio_sdk/models/fundamental.py
index 9a055e444..36f80b75a 100644
--- a/intrinio_sdk/models/fundamental.py
+++ b/intrinio_sdk/models/fundamental.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/fundamental_summary.py b/intrinio_sdk/models/fundamental_summary.py
index a268bd97d..ecbbc5004 100644
--- a/intrinio_sdk/models/fundamental_summary.py
+++ b/intrinio_sdk/models/fundamental_summary.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/historical_data.py b/intrinio_sdk/models/historical_data.py
index a96803a52..965749c55 100644
--- a/intrinio_sdk/models/historical_data.py
+++ b/intrinio_sdk/models/historical_data.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/ichimoku_kinko_hyo_technical_value.py b/intrinio_sdk/models/ichimoku_kinko_hyo_technical_value.py
index 0d7d750e5..d87673dfb 100644
--- a/intrinio_sdk/models/ichimoku_kinko_hyo_technical_value.py
+++ b/intrinio_sdk/models/ichimoku_kinko_hyo_technical_value.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/intraday_stock_price.py b/intrinio_sdk/models/intraday_stock_price.py
index 54343656c..ee0cac69e 100644
--- a/intrinio_sdk/models/intraday_stock_price.py
+++ b/intrinio_sdk/models/intraday_stock_price.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/keltner_channel_technical_value.py b/intrinio_sdk/models/keltner_channel_technical_value.py
index c0611cd85..e2cbec39a 100644
--- a/intrinio_sdk/models/keltner_channel_technical_value.py
+++ b/intrinio_sdk/models/keltner_channel_technical_value.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/know_sure_thing_technical_value.py b/intrinio_sdk/models/know_sure_thing_technical_value.py
index 58dae342d..94231ea10 100644
--- a/intrinio_sdk/models/know_sure_thing_technical_value.py
+++ b/intrinio_sdk/models/know_sure_thing_technical_value.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/mass_index_technical_value.py b/intrinio_sdk/models/mass_index_technical_value.py
index 3cfc5655b..bb914860a 100644
--- a/intrinio_sdk/models/mass_index_technical_value.py
+++ b/intrinio_sdk/models/mass_index_technical_value.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/money_flow_index_technical_value.py b/intrinio_sdk/models/money_flow_index_technical_value.py
index 5b87c754d..86ffc67c4 100644
--- a/intrinio_sdk/models/money_flow_index_technical_value.py
+++ b/intrinio_sdk/models/money_flow_index_technical_value.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/moving_average_convergence_divergence_technical_value.py b/intrinio_sdk/models/moving_average_convergence_divergence_technical_value.py
index 8b45cfe64..3c412d44b 100644
--- a/intrinio_sdk/models/moving_average_convergence_divergence_technical_value.py
+++ b/intrinio_sdk/models/moving_average_convergence_divergence_technical_value.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/municipality.py b/intrinio_sdk/models/municipality.py
index f85f9f401..ee0c5499e 100644
--- a/intrinio_sdk/models/municipality.py
+++ b/intrinio_sdk/models/municipality.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/municipality_financial.py b/intrinio_sdk/models/municipality_financial.py
index 5652770d4..4ccad76a8 100644
--- a/intrinio_sdk/models/municipality_financial.py
+++ b/intrinio_sdk/models/municipality_financial.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/negative_volume_index_technical_value.py b/intrinio_sdk/models/negative_volume_index_technical_value.py
index 52ffd3351..81d62c249 100644
--- a/intrinio_sdk/models/negative_volume_index_technical_value.py
+++ b/intrinio_sdk/models/negative_volume_index_technical_value.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/on_balance_volume_mean_technical_value.py b/intrinio_sdk/models/on_balance_volume_mean_technical_value.py
index 6410fc81b..22a9ca80e 100644
--- a/intrinio_sdk/models/on_balance_volume_mean_technical_value.py
+++ b/intrinio_sdk/models/on_balance_volume_mean_technical_value.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/on_balance_volume_technical_value.py b/intrinio_sdk/models/on_balance_volume_technical_value.py
index 3b030df37..f6f7b9364 100644
--- a/intrinio_sdk/models/on_balance_volume_technical_value.py
+++ b/intrinio_sdk/models/on_balance_volume_technical_value.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/option.py b/intrinio_sdk/models/option.py
index 8c8845b44..fb874b133 100644
--- a/intrinio_sdk/models/option.py
+++ b/intrinio_sdk/models/option.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/option_chain.py b/intrinio_sdk/models/option_chain.py
index c3183a10c..2a66004b5 100644
--- a/intrinio_sdk/models/option_chain.py
+++ b/intrinio_sdk/models/option_chain.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/option_price.py b/intrinio_sdk/models/option_price.py
index af57fa176..eb79a0669 100644
--- a/intrinio_sdk/models/option_price.py
+++ b/intrinio_sdk/models/option_price.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/realtime_stock_price.py b/intrinio_sdk/models/realtime_stock_price.py
index d8184bea5..c1d9a3ca1 100644
--- a/intrinio_sdk/models/realtime_stock_price.py
+++ b/intrinio_sdk/models/realtime_stock_price.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/realtime_stock_price_security.py b/intrinio_sdk/models/realtime_stock_price_security.py
index 27da3088e..66e540a72 100644
--- a/intrinio_sdk/models/realtime_stock_price_security.py
+++ b/intrinio_sdk/models/realtime_stock_price_security.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/relative_strength_index_technical_value.py b/intrinio_sdk/models/relative_strength_index_technical_value.py
index 216d1f480..b6c305cef 100644
--- a/intrinio_sdk/models/relative_strength_index_technical_value.py
+++ b/intrinio_sdk/models/relative_strength_index_technical_value.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/reported_financial.py b/intrinio_sdk/models/reported_financial.py
index 84e2f9752..31206bc85 100644
--- a/intrinio_sdk/models/reported_financial.py
+++ b/intrinio_sdk/models/reported_financial.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/reported_financial_dimension.py b/intrinio_sdk/models/reported_financial_dimension.py
index d8667f5de..b0b6660b3 100644
--- a/intrinio_sdk/models/reported_financial_dimension.py
+++ b/intrinio_sdk/models/reported_financial_dimension.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/reported_tag.py b/intrinio_sdk/models/reported_tag.py
index 70913c66f..864295c87 100644
--- a/intrinio_sdk/models/reported_tag.py
+++ b/intrinio_sdk/models/reported_tag.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/security.py b/intrinio_sdk/models/security.py
index 163a43e4e..30d706b37 100644
--- a/intrinio_sdk/models/security.py
+++ b/intrinio_sdk/models/security.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/security_screen_clause.py b/intrinio_sdk/models/security_screen_clause.py
index 2b3e0032e..c371ea8b4 100644
--- a/intrinio_sdk/models/security_screen_clause.py
+++ b/intrinio_sdk/models/security_screen_clause.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/security_screen_group.py b/intrinio_sdk/models/security_screen_group.py
index 5d07c81fd..fafae74b5 100644
--- a/intrinio_sdk/models/security_screen_group.py
+++ b/intrinio_sdk/models/security_screen_group.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/security_screen_group.py-- b/intrinio_sdk/models/security_screen_group.py--
index f6af97995..aeaecd7b4 100644
--- a/intrinio_sdk/models/security_screen_group.py--
+++ b/intrinio_sdk/models/security_screen_group.py--
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/security_screen_result.py b/intrinio_sdk/models/security_screen_result.py
index 5988f4dcf..9035eabcc 100644
--- a/intrinio_sdk/models/security_screen_result.py
+++ b/intrinio_sdk/models/security_screen_result.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/security_screen_result_data.py b/intrinio_sdk/models/security_screen_result_data.py
index e8830bd04..afaf33ab8 100644
--- a/intrinio_sdk/models/security_screen_result_data.py
+++ b/intrinio_sdk/models/security_screen_result_data.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/security_summary.py b/intrinio_sdk/models/security_summary.py
index 43a86d494..56adea4b6 100644
--- a/intrinio_sdk/models/security_summary.py
+++ b/intrinio_sdk/models/security_summary.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/sic_index.py b/intrinio_sdk/models/sic_index.py
index 53906c1f9..f2edf2c9b 100644
--- a/intrinio_sdk/models/sic_index.py
+++ b/intrinio_sdk/models/sic_index.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/simple_moving_average_technical_value.py b/intrinio_sdk/models/simple_moving_average_technical_value.py
index de05c9072..021917340 100644
--- a/intrinio_sdk/models/simple_moving_average_technical_value.py
+++ b/intrinio_sdk/models/simple_moving_average_technical_value.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/standardized_financial.py b/intrinio_sdk/models/standardized_financial.py
index b6a94e655..1cdf0fbed 100644
--- a/intrinio_sdk/models/standardized_financial.py
+++ b/intrinio_sdk/models/standardized_financial.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/stochastic_oscillator_technical_value.py b/intrinio_sdk/models/stochastic_oscillator_technical_value.py
index 8e9d78753..8519327cf 100644
--- a/intrinio_sdk/models/stochastic_oscillator_technical_value.py
+++ b/intrinio_sdk/models/stochastic_oscillator_technical_value.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/stock_exchange.py b/intrinio_sdk/models/stock_exchange.py
index f56d6866a..d7626709f 100644
--- a/intrinio_sdk/models/stock_exchange.py
+++ b/intrinio_sdk/models/stock_exchange.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/stock_market_index.py b/intrinio_sdk/models/stock_market_index.py
index ece4cc3f1..5ddf49ba9 100644
--- a/intrinio_sdk/models/stock_market_index.py
+++ b/intrinio_sdk/models/stock_market_index.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/stock_market_index_summary.py b/intrinio_sdk/models/stock_market_index_summary.py
index 46672c0d3..e8b77262e 100644
--- a/intrinio_sdk/models/stock_market_index_summary.py
+++ b/intrinio_sdk/models/stock_market_index_summary.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/stock_price.py b/intrinio_sdk/models/stock_price.py
index de981dd2d..8a5593439 100644
--- a/intrinio_sdk/models/stock_price.py
+++ b/intrinio_sdk/models/stock_price.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/stock_price_adjustment.py b/intrinio_sdk/models/stock_price_adjustment.py
index aa5b8e13b..66911055d 100644
--- a/intrinio_sdk/models/stock_price_adjustment.py
+++ b/intrinio_sdk/models/stock_price_adjustment.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/stock_price_adjustment_summary.py b/intrinio_sdk/models/stock_price_adjustment_summary.py
index a99266f42..05f68a47f 100644
--- a/intrinio_sdk/models/stock_price_adjustment_summary.py
+++ b/intrinio_sdk/models/stock_price_adjustment_summary.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/stock_price_summary.py b/intrinio_sdk/models/stock_price_summary.py
index 20bfbd369..9cb7d77d8 100644
--- a/intrinio_sdk/models/stock_price_summary.py
+++ b/intrinio_sdk/models/stock_price_summary.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/technical_indicator.py b/intrinio_sdk/models/technical_indicator.py
index ac25f19ff..276d32614 100644
--- a/intrinio_sdk/models/technical_indicator.py
+++ b/intrinio_sdk/models/technical_indicator.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/triple_exponential_average_technical_value.py b/intrinio_sdk/models/triple_exponential_average_technical_value.py
index 54b99c6e3..19324a047 100644
--- a/intrinio_sdk/models/triple_exponential_average_technical_value.py
+++ b/intrinio_sdk/models/triple_exponential_average_technical_value.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/true_strength_index_technical_value.py b/intrinio_sdk/models/true_strength_index_technical_value.py
index d3301cd46..3dc6f0687 100644
--- a/intrinio_sdk/models/true_strength_index_technical_value.py
+++ b/intrinio_sdk/models/true_strength_index_technical_value.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/ultimate_oscillator_technical_value.py b/intrinio_sdk/models/ultimate_oscillator_technical_value.py
index cfcea2177..abfda1df9 100644
--- a/intrinio_sdk/models/ultimate_oscillator_technical_value.py
+++ b/intrinio_sdk/models/ultimate_oscillator_technical_value.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/volume_price_trend_technical_value.py b/intrinio_sdk/models/volume_price_trend_technical_value.py
index 21a1a2f6b..00e54efc8 100644
--- a/intrinio_sdk/models/volume_price_trend_technical_value.py
+++ b/intrinio_sdk/models/volume_price_trend_technical_value.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/volume_weighted_average_price_value.py b/intrinio_sdk/models/volume_weighted_average_price_value.py
index a62691bc7..f91a6e419 100644
--- a/intrinio_sdk/models/volume_weighted_average_price_value.py
+++ b/intrinio_sdk/models/volume_weighted_average_price_value.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/vortex_indicator_technical_value.py b/intrinio_sdk/models/vortex_indicator_technical_value.py
index 170eb15b3..9f9909bdf 100644
--- a/intrinio_sdk/models/vortex_indicator_technical_value.py
+++ b/intrinio_sdk/models/vortex_indicator_technical_value.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/williams_r_technical_value.py b/intrinio_sdk/models/williams_r_technical_value.py
index 232031826..c9870b0e8 100644
--- a/intrinio_sdk/models/williams_r_technical_value.py
+++ b/intrinio_sdk/models/williams_r_technical_value.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/zacks_analyst_rating.py b/intrinio_sdk/models/zacks_analyst_rating.py
index 570640e58..65e5b90e1 100644
--- a/intrinio_sdk/models/zacks_analyst_rating.py
+++ b/intrinio_sdk/models/zacks_analyst_rating.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/zacks_analyst_rating_snapshot.py b/intrinio_sdk/models/zacks_analyst_rating_snapshot.py
index 42bf19d69..8308ff17a 100644
--- a/intrinio_sdk/models/zacks_analyst_rating_snapshot.py
+++ b/intrinio_sdk/models/zacks_analyst_rating_snapshot.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/zacks_analyst_rating_summary.py b/intrinio_sdk/models/zacks_analyst_rating_summary.py
index f3b7bbb20..bfdbd9bf6 100644
--- a/intrinio_sdk/models/zacks_analyst_rating_summary.py
+++ b/intrinio_sdk/models/zacks_analyst_rating_summary.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/zacks_eps_estimate.py b/intrinio_sdk/models/zacks_eps_estimate.py
index 3d2a7f654..72329bea6 100644
--- a/intrinio_sdk/models/zacks_eps_estimate.py
+++ b/intrinio_sdk/models/zacks_eps_estimate.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/zacks_eps_growth_rate.py b/intrinio_sdk/models/zacks_eps_growth_rate.py
index f3bb7da7a..f06aae9eb 100644
--- a/intrinio_sdk/models/zacks_eps_growth_rate.py
+++ b/intrinio_sdk/models/zacks_eps_growth_rate.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/zacks_eps_surprise.py b/intrinio_sdk/models/zacks_eps_surprise.py
index b4d65c3f2..a857a4426 100644
--- a/intrinio_sdk/models/zacks_eps_surprise.py
+++ b/intrinio_sdk/models/zacks_eps_surprise.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/zacks_eps_surprise_summary.py b/intrinio_sdk/models/zacks_eps_surprise_summary.py
index fcf7f0e2f..36ff4a047 100644
--- a/intrinio_sdk/models/zacks_eps_surprise_summary.py
+++ b/intrinio_sdk/models/zacks_eps_surprise_summary.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/zacks_etf_holding.py b/intrinio_sdk/models/zacks_etf_holding.py
new file mode 100644
index 000000000..794b3be10
--- /dev/null
+++ b/intrinio_sdk/models/zacks_etf_holding.py
@@ -0,0 +1,513 @@
+# coding: utf-8
+
+"""
+ Intrinio API
+
+ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
+
+ OpenAPI spec version: 2.13.0
+
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
+"""
+
+
+import pprint
+import re # noqa: F401
+
+import six
+
+
+class ZacksETFHolding(object):
+ """NOTE: This class is auto generated by the swagger code generator program.
+
+ Do not edit the class manually.
+ """
+
+ """
+ Attributes:
+ swagger_types (dict): The key is attribute name
+ and the value is attribute type.
+ attribute_map (dict): The key is attribute name
+ and the value is json key in definition.
+ """
+ swagger_types = {
+ 'etf_ticker': 'str',
+ 'etf_name': 'str',
+ 'holding_symbol': 'str',
+ 'holding_name': 'str',
+ 'date_of_holding': 'date',
+ 'shares': 'float',
+ 'weight': 'float'
+ }
+
+ attribute_map = {
+ 'etf_ticker': 'etf_ticker',
+ 'etf_name': 'etf_name',
+ 'holding_symbol': 'holding_symbol',
+ 'holding_name': 'holding_name',
+ 'date_of_holding': 'date_of_holding',
+ 'shares': 'shares',
+ 'weight': 'weight'
+ }
+
+ def __init__(self, etf_ticker=None, etf_name=None, holding_symbol=None, holding_name=None, date_of_holding=None, shares=None, weight=None): # noqa: E501
+ """ZacksETFHolding - a model defined in Swagger""" # noqa: E501
+
+ self._etf_ticker = None
+ self._etf_name = None
+ self._holding_symbol = None
+ self._holding_name = None
+ self._date_of_holding = None
+ self._shares = None
+ self._weight = None
+ self.discriminator = None
+
+ if etf_ticker is not None:
+ self.etf_ticker = etf_ticker
+ if etf_name is not None:
+ self.etf_name = etf_name
+ if holding_symbol is not None:
+ self.holding_symbol = holding_symbol
+ if holding_name is not None:
+ self.holding_name = holding_name
+ if date_of_holding is not None:
+ self.date_of_holding = date_of_holding
+ if shares is not None:
+ self.shares = shares
+ if weight is not None:
+ self.weight = weight
+
+ @property
+ def etf_ticker(self):
+ """Gets the etf_ticker of this ZacksETFHolding. # noqa: E501
+
+ The ETF's common ticker # noqa: E501
+
+ :return: The etf_ticker of this ZacksETFHolding. # noqa: E501
+ :rtype: str
+ """
+ return self._etf_ticker
+
+ @property
+ def etf_ticker_dict(self):
+ """Gets the etf_ticker of this ZacksETFHolding. # noqa: E501
+
+ The ETF's common ticker as a dictionary. Useful for Panda Dataframes. # noqa: E501
+
+ :return: The etf_ticker of this ZacksETFHolding. # noqa: E501
+ :rtype: str
+ """
+
+ result = None
+
+ value = self.etf_ticker
+ if isinstance(value, list):
+ result = list(map(
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ value
+ ))
+ elif hasattr(value, "to_dict"):
+ result = value.to_dict()
+ elif isinstance(value, dict):
+ result = dict(map(
+ lambda item: (item[0], item[1].to_dict())
+ if hasattr(item[1], "to_dict") else item,
+ value.items()
+ ))
+ else:
+ result = { 'etf_ticker': value }
+
+
+ return result
+
+
+ @etf_ticker.setter
+ def etf_ticker(self, etf_ticker):
+ """Sets the etf_ticker of this ZacksETFHolding.
+
+ The ETF's common ticker # noqa: E501
+
+ :param etf_ticker: The etf_ticker of this ZacksETFHolding. # noqa: E501
+ :type: str
+ """
+
+ self._etf_ticker = etf_ticker
+
+ @property
+ def etf_name(self):
+ """Gets the etf_name of this ZacksETFHolding. # noqa: E501
+
+ The ETF's name # noqa: E501
+
+ :return: The etf_name of this ZacksETFHolding. # noqa: E501
+ :rtype: str
+ """
+ return self._etf_name
+
+ @property
+ def etf_name_dict(self):
+ """Gets the etf_name of this ZacksETFHolding. # noqa: E501
+
+ The ETF's name as a dictionary. Useful for Panda Dataframes. # noqa: E501
+
+ :return: The etf_name of this ZacksETFHolding. # noqa: E501
+ :rtype: str
+ """
+
+ result = None
+
+ value = self.etf_name
+ if isinstance(value, list):
+ result = list(map(
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ value
+ ))
+ elif hasattr(value, "to_dict"):
+ result = value.to_dict()
+ elif isinstance(value, dict):
+ result = dict(map(
+ lambda item: (item[0], item[1].to_dict())
+ if hasattr(item[1], "to_dict") else item,
+ value.items()
+ ))
+ else:
+ result = { 'etf_name': value }
+
+
+ return result
+
+
+ @etf_name.setter
+ def etf_name(self, etf_name):
+ """Sets the etf_name of this ZacksETFHolding.
+
+ The ETF's name # noqa: E501
+
+ :param etf_name: The etf_name of this ZacksETFHolding. # noqa: E501
+ :type: str
+ """
+
+ self._etf_name = etf_name
+
+ @property
+ def holding_symbol(self):
+ """Gets the holding_symbol of this ZacksETFHolding. # noqa: E501
+
+ The holding's common ticker # noqa: E501
+
+ :return: The holding_symbol of this ZacksETFHolding. # noqa: E501
+ :rtype: str
+ """
+ return self._holding_symbol
+
+ @property
+ def holding_symbol_dict(self):
+ """Gets the holding_symbol of this ZacksETFHolding. # noqa: E501
+
+ The holding's common ticker as a dictionary. Useful for Panda Dataframes. # noqa: E501
+
+ :return: The holding_symbol of this ZacksETFHolding. # noqa: E501
+ :rtype: str
+ """
+
+ result = None
+
+ value = self.holding_symbol
+ if isinstance(value, list):
+ result = list(map(
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ value
+ ))
+ elif hasattr(value, "to_dict"):
+ result = value.to_dict()
+ elif isinstance(value, dict):
+ result = dict(map(
+ lambda item: (item[0], item[1].to_dict())
+ if hasattr(item[1], "to_dict") else item,
+ value.items()
+ ))
+ else:
+ result = { 'holding_symbol': value }
+
+
+ return result
+
+
+ @holding_symbol.setter
+ def holding_symbol(self, holding_symbol):
+ """Sets the holding_symbol of this ZacksETFHolding.
+
+ The holding's common ticker # noqa: E501
+
+ :param holding_symbol: The holding_symbol of this ZacksETFHolding. # noqa: E501
+ :type: str
+ """
+
+ self._holding_symbol = holding_symbol
+
+ @property
+ def holding_name(self):
+ """Gets the holding_name of this ZacksETFHolding. # noqa: E501
+
+ The holding's name # noqa: E501
+
+ :return: The holding_name of this ZacksETFHolding. # noqa: E501
+ :rtype: str
+ """
+ return self._holding_name
+
+ @property
+ def holding_name_dict(self):
+ """Gets the holding_name of this ZacksETFHolding. # noqa: E501
+
+ The holding's name as a dictionary. Useful for Panda Dataframes. # noqa: E501
+
+ :return: The holding_name of this ZacksETFHolding. # noqa: E501
+ :rtype: str
+ """
+
+ result = None
+
+ value = self.holding_name
+ if isinstance(value, list):
+ result = list(map(
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ value
+ ))
+ elif hasattr(value, "to_dict"):
+ result = value.to_dict()
+ elif isinstance(value, dict):
+ result = dict(map(
+ lambda item: (item[0], item[1].to_dict())
+ if hasattr(item[1], "to_dict") else item,
+ value.items()
+ ))
+ else:
+ result = { 'holding_name': value }
+
+
+ return result
+
+
+ @holding_name.setter
+ def holding_name(self, holding_name):
+ """Sets the holding_name of this ZacksETFHolding.
+
+ The holding's name # noqa: E501
+
+ :param holding_name: The holding_name of this ZacksETFHolding. # noqa: E501
+ :type: str
+ """
+
+ self._holding_name = holding_name
+
+ @property
+ def date_of_holding(self):
+ """Gets the date_of_holding of this ZacksETFHolding. # noqa: E501
+
+ The date of the holding # noqa: E501
+
+ :return: The date_of_holding of this ZacksETFHolding. # noqa: E501
+ :rtype: date
+ """
+ return self._date_of_holding
+
+ @property
+ def date_of_holding_dict(self):
+ """Gets the date_of_holding of this ZacksETFHolding. # noqa: E501
+
+ The date of the holding as a dictionary. Useful for Panda Dataframes. # noqa: E501
+
+ :return: The date_of_holding of this ZacksETFHolding. # noqa: E501
+ :rtype: date
+ """
+
+ result = None
+
+ value = self.date_of_holding
+ if isinstance(value, list):
+ result = list(map(
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ value
+ ))
+ elif hasattr(value, "to_dict"):
+ result = value.to_dict()
+ elif isinstance(value, dict):
+ result = dict(map(
+ lambda item: (item[0], item[1].to_dict())
+ if hasattr(item[1], "to_dict") else item,
+ value.items()
+ ))
+ else:
+ result = { 'date_of_holding': value }
+
+
+ return result
+
+
+ @date_of_holding.setter
+ def date_of_holding(self, date_of_holding):
+ """Sets the date_of_holding of this ZacksETFHolding.
+
+ The date of the holding # noqa: E501
+
+ :param date_of_holding: The date_of_holding of this ZacksETFHolding. # noqa: E501
+ :type: date
+ """
+
+ self._date_of_holding = date_of_holding
+
+ @property
+ def shares(self):
+ """Gets the shares of this ZacksETFHolding. # noqa: E501
+
+ The number of shares # noqa: E501
+
+ :return: The shares of this ZacksETFHolding. # noqa: E501
+ :rtype: float
+ """
+ return self._shares
+
+ @property
+ def shares_dict(self):
+ """Gets the shares of this ZacksETFHolding. # noqa: E501
+
+ The number of shares as a dictionary. Useful for Panda Dataframes. # noqa: E501
+
+ :return: The shares of this ZacksETFHolding. # noqa: E501
+ :rtype: float
+ """
+
+ result = None
+
+ value = self.shares
+ if isinstance(value, list):
+ result = list(map(
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ value
+ ))
+ elif hasattr(value, "to_dict"):
+ result = value.to_dict()
+ elif isinstance(value, dict):
+ result = dict(map(
+ lambda item: (item[0], item[1].to_dict())
+ if hasattr(item[1], "to_dict") else item,
+ value.items()
+ ))
+ else:
+ result = { 'shares': value }
+
+
+ return result
+
+
+ @shares.setter
+ def shares(self, shares):
+ """Sets the shares of this ZacksETFHolding.
+
+ The number of shares # noqa: E501
+
+ :param shares: The shares of this ZacksETFHolding. # noqa: E501
+ :type: float
+ """
+
+ self._shares = shares
+
+ @property
+ def weight(self):
+ """Gets the weight of this ZacksETFHolding. # noqa: E501
+
+ The weight of the holding # noqa: E501
+
+ :return: The weight of this ZacksETFHolding. # noqa: E501
+ :rtype: float
+ """
+ return self._weight
+
+ @property
+ def weight_dict(self):
+ """Gets the weight of this ZacksETFHolding. # noqa: E501
+
+ The weight of the holding as a dictionary. Useful for Panda Dataframes. # noqa: E501
+
+ :return: The weight of this ZacksETFHolding. # noqa: E501
+ :rtype: float
+ """
+
+ result = None
+
+ value = self.weight
+ if isinstance(value, list):
+ result = list(map(
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ value
+ ))
+ elif hasattr(value, "to_dict"):
+ result = value.to_dict()
+ elif isinstance(value, dict):
+ result = dict(map(
+ lambda item: (item[0], item[1].to_dict())
+ if hasattr(item[1], "to_dict") else item,
+ value.items()
+ ))
+ else:
+ result = { 'weight': value }
+
+
+ return result
+
+
+ @weight.setter
+ def weight(self, weight):
+ """Sets the weight of this ZacksETFHolding.
+
+ The weight of the holding # noqa: E501
+
+ :param weight: The weight of this ZacksETFHolding. # noqa: E501
+ :type: float
+ """
+
+ self._weight = weight
+
+ def to_dict(self):
+ """Returns the model properties as a dict"""
+ result = {}
+
+ for attr, _ in six.iteritems(self.swagger_types):
+ value = getattr(self, attr)
+ if isinstance(value, list):
+ result[attr] = list(map(
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ value
+ ))
+ elif hasattr(value, "to_dict"):
+ result[attr] = value.to_dict()
+ elif isinstance(value, dict):
+ result[attr] = dict(map(
+ lambda item: (item[0], item[1].to_dict())
+ if hasattr(item[1], "to_dict") else item,
+ value.items()
+ ))
+ else:
+ result[attr] = value
+
+ return result
+
+ def to_str(self):
+ """Returns the string representation of the model"""
+ return pprint.pformat(self.to_dict())
+
+ def __repr__(self):
+ """For `print` and `pprint`"""
+ return self.to_str()
+
+ def __eq__(self, other):
+ """Returns true if both objects are equal"""
+ if not isinstance(other, ZacksETFHolding):
+ return False
+
+ return self.__dict__ == other.__dict__
+
+ def __ne__(self, other):
+ """Returns true if both objects are not equal"""
+ return not self == other
diff --git a/intrinio_sdk/models/zacks_institutional_holding.py b/intrinio_sdk/models/zacks_institutional_holding.py
new file mode 100644
index 000000000..90bf59483
--- /dev/null
+++ b/intrinio_sdk/models/zacks_institutional_holding.py
@@ -0,0 +1,874 @@
+# coding: utf-8
+
+"""
+ Intrinio API
+
+ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
+
+ OpenAPI spec version: 2.13.0
+
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
+"""
+
+
+import pprint
+import re # noqa: F401
+
+import six
+
+from intrinio_sdk.models.zacks_institutional_holding_company_summary import ZacksInstitutionalHoldingCompanySummary # noqa: F401,E501
+from intrinio_sdk.models.zacks_institutional_holding_historical_summary import ZacksInstitutionalHoldingHistoricalSummary # noqa: F401,E501
+from intrinio_sdk.models.zacks_institutional_holding_owner_summary import ZacksInstitutionalHoldingOwnerSummary # noqa: F401,E501
+
+
+class ZacksInstitutionalHolding(object):
+ """NOTE: This class is auto generated by the swagger code generator program.
+
+ Do not edit the class manually.
+ """
+
+ """
+ Attributes:
+ swagger_types (dict): The key is attribute name
+ and the value is attribute type.
+ attribute_map (dict): The key is attribute name
+ and the value is json key in definition.
+ """
+ swagger_types = {
+ 'company': 'ZacksInstitutionalHoldingCompanySummary',
+ 'owner': 'ZacksInstitutionalHoldingOwnerSummary',
+ 'as_of_date': 'date',
+ 'shares_held': 'float',
+ 'shared_held_percent': 'float',
+ 'shares_change': 'float',
+ 'shares_change_percent': 'float',
+ 'market_value': 'float',
+ 'market_value_change': 'float',
+ 'last_sec_filing_type': 'str',
+ 'last_sec_filing_date': 'date',
+ 'last_sec_filing_shares': 'float',
+ 'historical_holdings': 'list[ZacksInstitutionalHoldingHistoricalSummary]'
+ }
+
+ attribute_map = {
+ 'company': 'company',
+ 'owner': 'owner',
+ 'as_of_date': 'as_of_date',
+ 'shares_held': 'shares_held',
+ 'shared_held_percent': 'shared_held_percent',
+ 'shares_change': 'shares_change',
+ 'shares_change_percent': 'shares_change_percent',
+ 'market_value': 'market_value',
+ 'market_value_change': 'market_value_change',
+ 'last_sec_filing_type': 'last_sec_filing_type',
+ 'last_sec_filing_date': 'last_sec_filing_date',
+ 'last_sec_filing_shares': 'last_sec_filing_shares',
+ 'historical_holdings': 'historical_holdings'
+ }
+
+ def __init__(self, company=None, owner=None, as_of_date=None, shares_held=None, shared_held_percent=None, shares_change=None, shares_change_percent=None, market_value=None, market_value_change=None, last_sec_filing_type=None, last_sec_filing_date=None, last_sec_filing_shares=None, historical_holdings=None): # noqa: E501
+ """ZacksInstitutionalHolding - a model defined in Swagger""" # noqa: E501
+
+ self._company = None
+ self._owner = None
+ self._as_of_date = None
+ self._shares_held = None
+ self._shared_held_percent = None
+ self._shares_change = None
+ self._shares_change_percent = None
+ self._market_value = None
+ self._market_value_change = None
+ self._last_sec_filing_type = None
+ self._last_sec_filing_date = None
+ self._last_sec_filing_shares = None
+ self._historical_holdings = None
+ self.discriminator = None
+
+ if company is not None:
+ self.company = company
+ if owner is not None:
+ self.owner = owner
+ if as_of_date is not None:
+ self.as_of_date = as_of_date
+ if shares_held is not None:
+ self.shares_held = shares_held
+ if shared_held_percent is not None:
+ self.shared_held_percent = shared_held_percent
+ if shares_change is not None:
+ self.shares_change = shares_change
+ if shares_change_percent is not None:
+ self.shares_change_percent = shares_change_percent
+ if market_value is not None:
+ self.market_value = market_value
+ if market_value_change is not None:
+ self.market_value_change = market_value_change
+ if last_sec_filing_type is not None:
+ self.last_sec_filing_type = last_sec_filing_type
+ if last_sec_filing_date is not None:
+ self.last_sec_filing_date = last_sec_filing_date
+ if last_sec_filing_shares is not None:
+ self.last_sec_filing_shares = last_sec_filing_shares
+ if historical_holdings is not None:
+ self.historical_holdings = historical_holdings
+
+ @property
+ def company(self):
+ """Gets the company of this ZacksInstitutionalHolding. # noqa: E501
+
+
+ :return: The company of this ZacksInstitutionalHolding. # noqa: E501
+ :rtype: ZacksInstitutionalHoldingCompanySummary
+ """
+ return self._company
+
+ @property
+ def company_dict(self):
+ """Gets the company of this ZacksInstitutionalHolding. # noqa: E501
+
+
+ :return: The company of this ZacksInstitutionalHolding. # noqa: E501
+ :rtype: ZacksInstitutionalHoldingCompanySummary
+ """
+
+ result = None
+
+ value = self.company
+ if isinstance(value, list):
+ result = list(map(
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ value
+ ))
+ elif hasattr(value, "to_dict"):
+ result = value.to_dict()
+ elif isinstance(value, dict):
+ result = dict(map(
+ lambda item: (item[0], item[1].to_dict())
+ if hasattr(item[1], "to_dict") else item,
+ value.items()
+ ))
+ else:
+ result = { 'company': value }
+
+
+ return result
+
+
+ @company.setter
+ def company(self, company):
+ """Sets the company of this ZacksInstitutionalHolding.
+
+
+ :param company: The company of this ZacksInstitutionalHolding. # noqa: E501
+ :type: ZacksInstitutionalHoldingCompanySummary
+ """
+
+ self._company = company
+
+ @property
+ def owner(self):
+ """Gets the owner of this ZacksInstitutionalHolding. # noqa: E501
+
+
+ :return: The owner of this ZacksInstitutionalHolding. # noqa: E501
+ :rtype: ZacksInstitutionalHoldingOwnerSummary
+ """
+ return self._owner
+
+ @property
+ def owner_dict(self):
+ """Gets the owner of this ZacksInstitutionalHolding. # noqa: E501
+
+
+ :return: The owner of this ZacksInstitutionalHolding. # noqa: E501
+ :rtype: ZacksInstitutionalHoldingOwnerSummary
+ """
+
+ result = None
+
+ value = self.owner
+ if isinstance(value, list):
+ result = list(map(
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ value
+ ))
+ elif hasattr(value, "to_dict"):
+ result = value.to_dict()
+ elif isinstance(value, dict):
+ result = dict(map(
+ lambda item: (item[0], item[1].to_dict())
+ if hasattr(item[1], "to_dict") else item,
+ value.items()
+ ))
+ else:
+ result = { 'owner': value }
+
+
+ return result
+
+
+ @owner.setter
+ def owner(self, owner):
+ """Sets the owner of this ZacksInstitutionalHolding.
+
+
+ :param owner: The owner of this ZacksInstitutionalHolding. # noqa: E501
+ :type: ZacksInstitutionalHoldingOwnerSummary
+ """
+
+ self._owner = owner
+
+ @property
+ def as_of_date(self):
+ """Gets the as_of_date of this ZacksInstitutionalHolding. # noqa: E501
+
+ Quarter end date listed in the most recent 13F report filed by the institution # noqa: E501
+
+ :return: The as_of_date of this ZacksInstitutionalHolding. # noqa: E501
+ :rtype: date
+ """
+ return self._as_of_date
+
+ @property
+ def as_of_date_dict(self):
+ """Gets the as_of_date of this ZacksInstitutionalHolding. # noqa: E501
+
+ Quarter end date listed in the most recent 13F report filed by the institution as a dictionary. Useful for Panda Dataframes. # noqa: E501
+
+ :return: The as_of_date of this ZacksInstitutionalHolding. # noqa: E501
+ :rtype: date
+ """
+
+ result = None
+
+ value = self.as_of_date
+ if isinstance(value, list):
+ result = list(map(
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ value
+ ))
+ elif hasattr(value, "to_dict"):
+ result = value.to_dict()
+ elif isinstance(value, dict):
+ result = dict(map(
+ lambda item: (item[0], item[1].to_dict())
+ if hasattr(item[1], "to_dict") else item,
+ value.items()
+ ))
+ else:
+ result = { 'as_of_date': value }
+
+
+ return result
+
+
+ @as_of_date.setter
+ def as_of_date(self, as_of_date):
+ """Sets the as_of_date of this ZacksInstitutionalHolding.
+
+ Quarter end date listed in the most recent 13F report filed by the institution # noqa: E501
+
+ :param as_of_date: The as_of_date of this ZacksInstitutionalHolding. # noqa: E501
+ :type: date
+ """
+
+ self._as_of_date = as_of_date
+
+ @property
+ def shares_held(self):
+ """Gets the shares_held of this ZacksInstitutionalHolding. # noqa: E501
+
+ Number of shares of the stock listed # noqa: E501
+
+ :return: The shares_held of this ZacksInstitutionalHolding. # noqa: E501
+ :rtype: float
+ """
+ return self._shares_held
+
+ @property
+ def shares_held_dict(self):
+ """Gets the shares_held of this ZacksInstitutionalHolding. # noqa: E501
+
+ Number of shares of the stock listed as a dictionary. Useful for Panda Dataframes. # noqa: E501
+
+ :return: The shares_held of this ZacksInstitutionalHolding. # noqa: E501
+ :rtype: float
+ """
+
+ result = None
+
+ value = self.shares_held
+ if isinstance(value, list):
+ result = list(map(
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ value
+ ))
+ elif hasattr(value, "to_dict"):
+ result = value.to_dict()
+ elif isinstance(value, dict):
+ result = dict(map(
+ lambda item: (item[0], item[1].to_dict())
+ if hasattr(item[1], "to_dict") else item,
+ value.items()
+ ))
+ else:
+ result = { 'shares_held': value }
+
+
+ return result
+
+
+ @shares_held.setter
+ def shares_held(self, shares_held):
+ """Sets the shares_held of this ZacksInstitutionalHolding.
+
+ Number of shares of the stock listed # noqa: E501
+
+ :param shares_held: The shares_held of this ZacksInstitutionalHolding. # noqa: E501
+ :type: float
+ """
+
+ self._shares_held = shares_held
+
+ @property
+ def shared_held_percent(self):
+ """Gets the shared_held_percent of this ZacksInstitutionalHolding. # noqa: E501
+
+ Percent of shares outstanding held of the stock by the institution listed # noqa: E501
+
+ :return: The shared_held_percent of this ZacksInstitutionalHolding. # noqa: E501
+ :rtype: float
+ """
+ return self._shared_held_percent
+
+ @property
+ def shared_held_percent_dict(self):
+ """Gets the shared_held_percent of this ZacksInstitutionalHolding. # noqa: E501
+
+ Percent of shares outstanding held of the stock by the institution listed as a dictionary. Useful for Panda Dataframes. # noqa: E501
+
+ :return: The shared_held_percent of this ZacksInstitutionalHolding. # noqa: E501
+ :rtype: float
+ """
+
+ result = None
+
+ value = self.shared_held_percent
+ if isinstance(value, list):
+ result = list(map(
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ value
+ ))
+ elif hasattr(value, "to_dict"):
+ result = value.to_dict()
+ elif isinstance(value, dict):
+ result = dict(map(
+ lambda item: (item[0], item[1].to_dict())
+ if hasattr(item[1], "to_dict") else item,
+ value.items()
+ ))
+ else:
+ result = { 'shared_held_percent': value }
+
+
+ return result
+
+
+ @shared_held_percent.setter
+ def shared_held_percent(self, shared_held_percent):
+ """Sets the shared_held_percent of this ZacksInstitutionalHolding.
+
+ Percent of shares outstanding held of the stock by the institution listed # noqa: E501
+
+ :param shared_held_percent: The shared_held_percent of this ZacksInstitutionalHolding. # noqa: E501
+ :type: float
+ """
+
+ self._shared_held_percent = shared_held_percent
+
+ @property
+ def shares_change(self):
+ """Gets the shares_change of this ZacksInstitutionalHolding. # noqa: E501
+
+ Change in shares of the stock held by the institution listed # noqa: E501
+
+ :return: The shares_change of this ZacksInstitutionalHolding. # noqa: E501
+ :rtype: float
+ """
+ return self._shares_change
+
+ @property
+ def shares_change_dict(self):
+ """Gets the shares_change of this ZacksInstitutionalHolding. # noqa: E501
+
+ Change in shares of the stock held by the institution listed as a dictionary. Useful for Panda Dataframes. # noqa: E501
+
+ :return: The shares_change of this ZacksInstitutionalHolding. # noqa: E501
+ :rtype: float
+ """
+
+ result = None
+
+ value = self.shares_change
+ if isinstance(value, list):
+ result = list(map(
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ value
+ ))
+ elif hasattr(value, "to_dict"):
+ result = value.to_dict()
+ elif isinstance(value, dict):
+ result = dict(map(
+ lambda item: (item[0], item[1].to_dict())
+ if hasattr(item[1], "to_dict") else item,
+ value.items()
+ ))
+ else:
+ result = { 'shares_change': value }
+
+
+ return result
+
+
+ @shares_change.setter
+ def shares_change(self, shares_change):
+ """Sets the shares_change of this ZacksInstitutionalHolding.
+
+ Change in shares of the stock held by the institution listed # noqa: E501
+
+ :param shares_change: The shares_change of this ZacksInstitutionalHolding. # noqa: E501
+ :type: float
+ """
+
+ self._shares_change = shares_change
+
+ @property
+ def shares_change_percent(self):
+ """Gets the shares_change_percent of this ZacksInstitutionalHolding. # noqa: E501
+
+ Percentage change in shares of the stock held by the institution listed # noqa: E501
+
+ :return: The shares_change_percent of this ZacksInstitutionalHolding. # noqa: E501
+ :rtype: float
+ """
+ return self._shares_change_percent
+
+ @property
+ def shares_change_percent_dict(self):
+ """Gets the shares_change_percent of this ZacksInstitutionalHolding. # noqa: E501
+
+ Percentage change in shares of the stock held by the institution listed as a dictionary. Useful for Panda Dataframes. # noqa: E501
+
+ :return: The shares_change_percent of this ZacksInstitutionalHolding. # noqa: E501
+ :rtype: float
+ """
+
+ result = None
+
+ value = self.shares_change_percent
+ if isinstance(value, list):
+ result = list(map(
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ value
+ ))
+ elif hasattr(value, "to_dict"):
+ result = value.to_dict()
+ elif isinstance(value, dict):
+ result = dict(map(
+ lambda item: (item[0], item[1].to_dict())
+ if hasattr(item[1], "to_dict") else item,
+ value.items()
+ ))
+ else:
+ result = { 'shares_change_percent': value }
+
+
+ return result
+
+
+ @shares_change_percent.setter
+ def shares_change_percent(self, shares_change_percent):
+ """Sets the shares_change_percent of this ZacksInstitutionalHolding.
+
+ Percentage change in shares of the stock held by the institution listed # noqa: E501
+
+ :param shares_change_percent: The shares_change_percent of this ZacksInstitutionalHolding. # noqa: E501
+ :type: float
+ """
+
+ self._shares_change_percent = shares_change_percent
+
+ @property
+ def market_value(self):
+ """Gets the market_value of this ZacksInstitutionalHolding. # noqa: E501
+
+ Market value of shares outstanding held of the stock listed # noqa: E501
+
+ :return: The market_value of this ZacksInstitutionalHolding. # noqa: E501
+ :rtype: float
+ """
+ return self._market_value
+
+ @property
+ def market_value_dict(self):
+ """Gets the market_value of this ZacksInstitutionalHolding. # noqa: E501
+
+ Market value of shares outstanding held of the stock listed as a dictionary. Useful for Panda Dataframes. # noqa: E501
+
+ :return: The market_value of this ZacksInstitutionalHolding. # noqa: E501
+ :rtype: float
+ """
+
+ result = None
+
+ value = self.market_value
+ if isinstance(value, list):
+ result = list(map(
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ value
+ ))
+ elif hasattr(value, "to_dict"):
+ result = value.to_dict()
+ elif isinstance(value, dict):
+ result = dict(map(
+ lambda item: (item[0], item[1].to_dict())
+ if hasattr(item[1], "to_dict") else item,
+ value.items()
+ ))
+ else:
+ result = { 'market_value': value }
+
+
+ return result
+
+
+ @market_value.setter
+ def market_value(self, market_value):
+ """Sets the market_value of this ZacksInstitutionalHolding.
+
+ Market value of shares outstanding held of the stock listed # noqa: E501
+
+ :param market_value: The market_value of this ZacksInstitutionalHolding. # noqa: E501
+ :type: float
+ """
+
+ self._market_value = market_value
+
+ @property
+ def market_value_change(self):
+ """Gets the market_value_change of this ZacksInstitutionalHolding. # noqa: E501
+
+ Change in market value shares of the stock listed # noqa: E501
+
+ :return: The market_value_change of this ZacksInstitutionalHolding. # noqa: E501
+ :rtype: float
+ """
+ return self._market_value_change
+
+ @property
+ def market_value_change_dict(self):
+ """Gets the market_value_change of this ZacksInstitutionalHolding. # noqa: E501
+
+ Change in market value shares of the stock listed as a dictionary. Useful for Panda Dataframes. # noqa: E501
+
+ :return: The market_value_change of this ZacksInstitutionalHolding. # noqa: E501
+ :rtype: float
+ """
+
+ result = None
+
+ value = self.market_value_change
+ if isinstance(value, list):
+ result = list(map(
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ value
+ ))
+ elif hasattr(value, "to_dict"):
+ result = value.to_dict()
+ elif isinstance(value, dict):
+ result = dict(map(
+ lambda item: (item[0], item[1].to_dict())
+ if hasattr(item[1], "to_dict") else item,
+ value.items()
+ ))
+ else:
+ result = { 'market_value_change': value }
+
+
+ return result
+
+
+ @market_value_change.setter
+ def market_value_change(self, market_value_change):
+ """Sets the market_value_change of this ZacksInstitutionalHolding.
+
+ Change in market value shares of the stock listed # noqa: E501
+
+ :param market_value_change: The market_value_change of this ZacksInstitutionalHolding. # noqa: E501
+ :type: float
+ """
+
+ self._market_value_change = market_value_change
+
+ @property
+ def last_sec_filing_type(self):
+ """Gets the last_sec_filing_type of this ZacksInstitutionalHolding. # noqa: E501
+
+ The report type of the latest SEC filing # noqa: E501
+
+ :return: The last_sec_filing_type of this ZacksInstitutionalHolding. # noqa: E501
+ :rtype: str
+ """
+ return self._last_sec_filing_type
+
+ @property
+ def last_sec_filing_type_dict(self):
+ """Gets the last_sec_filing_type of this ZacksInstitutionalHolding. # noqa: E501
+
+ The report type of the latest SEC filing as a dictionary. Useful for Panda Dataframes. # noqa: E501
+
+ :return: The last_sec_filing_type of this ZacksInstitutionalHolding. # noqa: E501
+ :rtype: str
+ """
+
+ result = None
+
+ value = self.last_sec_filing_type
+ if isinstance(value, list):
+ result = list(map(
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ value
+ ))
+ elif hasattr(value, "to_dict"):
+ result = value.to_dict()
+ elif isinstance(value, dict):
+ result = dict(map(
+ lambda item: (item[0], item[1].to_dict())
+ if hasattr(item[1], "to_dict") else item,
+ value.items()
+ ))
+ else:
+ result = { 'last_sec_filing_type': value }
+
+
+ return result
+
+
+ @last_sec_filing_type.setter
+ def last_sec_filing_type(self, last_sec_filing_type):
+ """Sets the last_sec_filing_type of this ZacksInstitutionalHolding.
+
+ The report type of the latest SEC filing # noqa: E501
+
+ :param last_sec_filing_type: The last_sec_filing_type of this ZacksInstitutionalHolding. # noqa: E501
+ :type: str
+ """
+
+ self._last_sec_filing_type = last_sec_filing_type
+
+ @property
+ def last_sec_filing_date(self):
+ """Gets the last_sec_filing_date of this ZacksInstitutionalHolding. # noqa: E501
+
+ The date of the latest SEC filing # noqa: E501
+
+ :return: The last_sec_filing_date of this ZacksInstitutionalHolding. # noqa: E501
+ :rtype: date
+ """
+ return self._last_sec_filing_date
+
+ @property
+ def last_sec_filing_date_dict(self):
+ """Gets the last_sec_filing_date of this ZacksInstitutionalHolding. # noqa: E501
+
+ The date of the latest SEC filing as a dictionary. Useful for Panda Dataframes. # noqa: E501
+
+ :return: The last_sec_filing_date of this ZacksInstitutionalHolding. # noqa: E501
+ :rtype: date
+ """
+
+ result = None
+
+ value = self.last_sec_filing_date
+ if isinstance(value, list):
+ result = list(map(
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ value
+ ))
+ elif hasattr(value, "to_dict"):
+ result = value.to_dict()
+ elif isinstance(value, dict):
+ result = dict(map(
+ lambda item: (item[0], item[1].to_dict())
+ if hasattr(item[1], "to_dict") else item,
+ value.items()
+ ))
+ else:
+ result = { 'last_sec_filing_date': value }
+
+
+ return result
+
+
+ @last_sec_filing_date.setter
+ def last_sec_filing_date(self, last_sec_filing_date):
+ """Sets the last_sec_filing_date of this ZacksInstitutionalHolding.
+
+ The date of the latest SEC filing # noqa: E501
+
+ :param last_sec_filing_date: The last_sec_filing_date of this ZacksInstitutionalHolding. # noqa: E501
+ :type: date
+ """
+
+ self._last_sec_filing_date = last_sec_filing_date
+
+ @property
+ def last_sec_filing_shares(self):
+ """Gets the last_sec_filing_shares of this ZacksInstitutionalHolding. # noqa: E501
+
+ The # noqa: E501
+
+ :return: The last_sec_filing_shares of this ZacksInstitutionalHolding. # noqa: E501
+ :rtype: float
+ """
+ return self._last_sec_filing_shares
+
+ @property
+ def last_sec_filing_shares_dict(self):
+ """Gets the last_sec_filing_shares of this ZacksInstitutionalHolding. # noqa: E501
+
+ The as a dictionary. Useful for Panda Dataframes. # noqa: E501
+
+ :return: The last_sec_filing_shares of this ZacksInstitutionalHolding. # noqa: E501
+ :rtype: float
+ """
+
+ result = None
+
+ value = self.last_sec_filing_shares
+ if isinstance(value, list):
+ result = list(map(
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ value
+ ))
+ elif hasattr(value, "to_dict"):
+ result = value.to_dict()
+ elif isinstance(value, dict):
+ result = dict(map(
+ lambda item: (item[0], item[1].to_dict())
+ if hasattr(item[1], "to_dict") else item,
+ value.items()
+ ))
+ else:
+ result = { 'last_sec_filing_shares': value }
+
+
+ return result
+
+
+ @last_sec_filing_shares.setter
+ def last_sec_filing_shares(self, last_sec_filing_shares):
+ """Sets the last_sec_filing_shares of this ZacksInstitutionalHolding.
+
+ The # noqa: E501
+
+ :param last_sec_filing_shares: The last_sec_filing_shares of this ZacksInstitutionalHolding. # noqa: E501
+ :type: float
+ """
+
+ self._last_sec_filing_shares = last_sec_filing_shares
+
+ @property
+ def historical_holdings(self):
+ """Gets the historical_holdings of this ZacksInstitutionalHolding. # noqa: E501
+
+
+ :return: The historical_holdings of this ZacksInstitutionalHolding. # noqa: E501
+ :rtype: list[ZacksInstitutionalHoldingHistoricalSummary]
+ """
+ return self._historical_holdings
+
+ @property
+ def historical_holdings_dict(self):
+ """Gets the historical_holdings of this ZacksInstitutionalHolding. # noqa: E501
+
+
+ :return: The historical_holdings of this ZacksInstitutionalHolding. # noqa: E501
+ :rtype: list[ZacksInstitutionalHoldingHistoricalSummary]
+ """
+
+ result = None
+
+ value = self.historical_holdings
+ if isinstance(value, list):
+ result = list(map(
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ value
+ ))
+ elif hasattr(value, "to_dict"):
+ result = value.to_dict()
+ elif isinstance(value, dict):
+ result = dict(map(
+ lambda item: (item[0], item[1].to_dict())
+ if hasattr(item[1], "to_dict") else item,
+ value.items()
+ ))
+ else:
+ result = { 'historical_holdings': value }
+
+
+ return result
+
+
+ @historical_holdings.setter
+ def historical_holdings(self, historical_holdings):
+ """Sets the historical_holdings of this ZacksInstitutionalHolding.
+
+
+ :param historical_holdings: The historical_holdings of this ZacksInstitutionalHolding. # noqa: E501
+ :type: list[ZacksInstitutionalHoldingHistoricalSummary]
+ """
+
+ self._historical_holdings = historical_holdings
+
+ def to_dict(self):
+ """Returns the model properties as a dict"""
+ result = {}
+
+ for attr, _ in six.iteritems(self.swagger_types):
+ value = getattr(self, attr)
+ if isinstance(value, list):
+ result[attr] = list(map(
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ value
+ ))
+ elif hasattr(value, "to_dict"):
+ result[attr] = value.to_dict()
+ elif isinstance(value, dict):
+ result[attr] = dict(map(
+ lambda item: (item[0], item[1].to_dict())
+ if hasattr(item[1], "to_dict") else item,
+ value.items()
+ ))
+ else:
+ result[attr] = value
+
+ return result
+
+ def to_str(self):
+ """Returns the string representation of the model"""
+ return pprint.pformat(self.to_dict())
+
+ def __repr__(self):
+ """For `print` and `pprint`"""
+ return self.to_str()
+
+ def __eq__(self, other):
+ """Returns true if both objects are equal"""
+ if not isinstance(other, ZacksInstitutionalHolding):
+ return False
+
+ return self.__dict__ == other.__dict__
+
+ def __ne__(self, other):
+ """Returns true if both objects are not equal"""
+ return not self == other
diff --git a/intrinio_sdk/models/zacks_institutional_holding_company_detail.py b/intrinio_sdk/models/zacks_institutional_holding_company_detail.py
new file mode 100644
index 000000000..26b3b8086
--- /dev/null
+++ b/intrinio_sdk/models/zacks_institutional_holding_company_detail.py
@@ -0,0 +1,879 @@
+# coding: utf-8
+
+"""
+ Intrinio API
+
+ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
+
+ OpenAPI spec version: 2.13.0
+
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
+"""
+
+
+import pprint
+import re # noqa: F401
+
+import six
+
+
+class ZacksInstitutionalHoldingCompanyDetail(object):
+ """NOTE: This class is auto generated by the swagger code generator program.
+
+ Do not edit the class manually.
+ """
+
+ """
+ Attributes:
+ swagger_types (dict): The key is attribute name
+ and the value is attribute type.
+ attribute_map (dict): The key is attribute name
+ and the value is json key in definition.
+ """
+ swagger_types = {
+ 'ticker': 'str',
+ 'name': 'str',
+ 'exchange': 'str',
+ 'shares_outstanding': 'float',
+ 'last_close_price': 'float',
+ 'last_close_date': 'date',
+ 'institutional_shares_held_percent': 'float',
+ 'institutional_shares_buy': 'float',
+ 'institutional_shares_sell': 'float',
+ 'institutional_positions_increase': 'float',
+ 'institutional_positions_decrease': 'float',
+ 'institutional_positions_unchanged': 'float',
+ 'institutional_positions_total': 'float'
+ }
+
+ attribute_map = {
+ 'ticker': 'ticker',
+ 'name': 'name',
+ 'exchange': 'exchange',
+ 'shares_outstanding': 'shares_outstanding',
+ 'last_close_price': 'last_close_price',
+ 'last_close_date': 'last_close_date',
+ 'institutional_shares_held_percent': 'institutional_shares_held_percent',
+ 'institutional_shares_buy': 'institutional_shares_buy',
+ 'institutional_shares_sell': 'institutional_shares_sell',
+ 'institutional_positions_increase': 'institutional_positions_increase',
+ 'institutional_positions_decrease': 'institutional_positions_decrease',
+ 'institutional_positions_unchanged': 'institutional_positions_unchanged',
+ 'institutional_positions_total': 'institutional_positions_total'
+ }
+
+ def __init__(self, ticker=None, name=None, exchange=None, shares_outstanding=None, last_close_price=None, last_close_date=None, institutional_shares_held_percent=None, institutional_shares_buy=None, institutional_shares_sell=None, institutional_positions_increase=None, institutional_positions_decrease=None, institutional_positions_unchanged=None, institutional_positions_total=None): # noqa: E501
+ """ZacksInstitutionalHoldingCompanyDetail - a model defined in Swagger""" # noqa: E501
+
+ self._ticker = None
+ self._name = None
+ self._exchange = None
+ self._shares_outstanding = None
+ self._last_close_price = None
+ self._last_close_date = None
+ self._institutional_shares_held_percent = None
+ self._institutional_shares_buy = None
+ self._institutional_shares_sell = None
+ self._institutional_positions_increase = None
+ self._institutional_positions_decrease = None
+ self._institutional_positions_unchanged = None
+ self._institutional_positions_total = None
+ self.discriminator = None
+
+ if ticker is not None:
+ self.ticker = ticker
+ if name is not None:
+ self.name = name
+ if exchange is not None:
+ self.exchange = exchange
+ if shares_outstanding is not None:
+ self.shares_outstanding = shares_outstanding
+ if last_close_price is not None:
+ self.last_close_price = last_close_price
+ if last_close_date is not None:
+ self.last_close_date = last_close_date
+ if institutional_shares_held_percent is not None:
+ self.institutional_shares_held_percent = institutional_shares_held_percent
+ if institutional_shares_buy is not None:
+ self.institutional_shares_buy = institutional_shares_buy
+ if institutional_shares_sell is not None:
+ self.institutional_shares_sell = institutional_shares_sell
+ if institutional_positions_increase is not None:
+ self.institutional_positions_increase = institutional_positions_increase
+ if institutional_positions_decrease is not None:
+ self.institutional_positions_decrease = institutional_positions_decrease
+ if institutional_positions_unchanged is not None:
+ self.institutional_positions_unchanged = institutional_positions_unchanged
+ if institutional_positions_total is not None:
+ self.institutional_positions_total = institutional_positions_total
+
+ @property
+ def ticker(self):
+ """Gets the ticker of this ZacksInstitutionalHoldingCompanyDetail. # noqa: E501
+
+ The Zacks common exchange ticker # noqa: E501
+
+ :return: The ticker of this ZacksInstitutionalHoldingCompanyDetail. # noqa: E501
+ :rtype: str
+ """
+ return self._ticker
+
+ @property
+ def ticker_dict(self):
+ """Gets the ticker of this ZacksInstitutionalHoldingCompanyDetail. # noqa: E501
+
+ The Zacks common exchange ticker as a dictionary. Useful for Panda Dataframes. # noqa: E501
+
+ :return: The ticker of this ZacksInstitutionalHoldingCompanyDetail. # noqa: E501
+ :rtype: str
+ """
+
+ result = None
+
+ value = self.ticker
+ if isinstance(value, list):
+ result = list(map(
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ value
+ ))
+ elif hasattr(value, "to_dict"):
+ result = value.to_dict()
+ elif isinstance(value, dict):
+ result = dict(map(
+ lambda item: (item[0], item[1].to_dict())
+ if hasattr(item[1], "to_dict") else item,
+ value.items()
+ ))
+ else:
+ result = { 'ticker': value }
+
+
+ return result
+
+
+ @ticker.setter
+ def ticker(self, ticker):
+ """Sets the ticker of this ZacksInstitutionalHoldingCompanyDetail.
+
+ The Zacks common exchange ticker # noqa: E501
+
+ :param ticker: The ticker of this ZacksInstitutionalHoldingCompanyDetail. # noqa: E501
+ :type: str
+ """
+
+ self._ticker = ticker
+
+ @property
+ def name(self):
+ """Gets the name of this ZacksInstitutionalHoldingCompanyDetail. # noqa: E501
+
+ The company name of the stock listed # noqa: E501
+
+ :return: The name of this ZacksInstitutionalHoldingCompanyDetail. # noqa: E501
+ :rtype: str
+ """
+ return self._name
+
+ @property
+ def name_dict(self):
+ """Gets the name of this ZacksInstitutionalHoldingCompanyDetail. # noqa: E501
+
+ The company name of the stock listed as a dictionary. Useful for Panda Dataframes. # noqa: E501
+
+ :return: The name of this ZacksInstitutionalHoldingCompanyDetail. # noqa: E501
+ :rtype: str
+ """
+
+ result = None
+
+ value = self.name
+ if isinstance(value, list):
+ result = list(map(
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ value
+ ))
+ elif hasattr(value, "to_dict"):
+ result = value.to_dict()
+ elif isinstance(value, dict):
+ result = dict(map(
+ lambda item: (item[0], item[1].to_dict())
+ if hasattr(item[1], "to_dict") else item,
+ value.items()
+ ))
+ else:
+ result = { 'name': value }
+
+
+ return result
+
+
+ @name.setter
+ def name(self, name):
+ """Sets the name of this ZacksInstitutionalHoldingCompanyDetail.
+
+ The company name of the stock listed # noqa: E501
+
+ :param name: The name of this ZacksInstitutionalHoldingCompanyDetail. # noqa: E501
+ :type: str
+ """
+
+ self._name = name
+
+ @property
+ def exchange(self):
+ """Gets the exchange of this ZacksInstitutionalHoldingCompanyDetail. # noqa: E501
+
+ Exhange where the stock is traded whose shares are held by the institution # noqa: E501
+
+ :return: The exchange of this ZacksInstitutionalHoldingCompanyDetail. # noqa: E501
+ :rtype: str
+ """
+ return self._exchange
+
+ @property
+ def exchange_dict(self):
+ """Gets the exchange of this ZacksInstitutionalHoldingCompanyDetail. # noqa: E501
+
+ Exhange where the stock is traded whose shares are held by the institution as a dictionary. Useful for Panda Dataframes. # noqa: E501
+
+ :return: The exchange of this ZacksInstitutionalHoldingCompanyDetail. # noqa: E501
+ :rtype: str
+ """
+
+ result = None
+
+ value = self.exchange
+ if isinstance(value, list):
+ result = list(map(
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ value
+ ))
+ elif hasattr(value, "to_dict"):
+ result = value.to_dict()
+ elif isinstance(value, dict):
+ result = dict(map(
+ lambda item: (item[0], item[1].to_dict())
+ if hasattr(item[1], "to_dict") else item,
+ value.items()
+ ))
+ else:
+ result = { 'exchange': value }
+
+
+ return result
+
+
+ @exchange.setter
+ def exchange(self, exchange):
+ """Sets the exchange of this ZacksInstitutionalHoldingCompanyDetail.
+
+ Exhange where the stock is traded whose shares are held by the institution # noqa: E501
+
+ :param exchange: The exchange of this ZacksInstitutionalHoldingCompanyDetail. # noqa: E501
+ :type: str
+ """
+
+ self._exchange = exchange
+
+ @property
+ def shares_outstanding(self):
+ """Gets the shares_outstanding of this ZacksInstitutionalHoldingCompanyDetail. # noqa: E501
+
+ The number of shares shares outstanding for the stock # noqa: E501
+
+ :return: The shares_outstanding of this ZacksInstitutionalHoldingCompanyDetail. # noqa: E501
+ :rtype: float
+ """
+ return self._shares_outstanding
+
+ @property
+ def shares_outstanding_dict(self):
+ """Gets the shares_outstanding of this ZacksInstitutionalHoldingCompanyDetail. # noqa: E501
+
+ The number of shares shares outstanding for the stock as a dictionary. Useful for Panda Dataframes. # noqa: E501
+
+ :return: The shares_outstanding of this ZacksInstitutionalHoldingCompanyDetail. # noqa: E501
+ :rtype: float
+ """
+
+ result = None
+
+ value = self.shares_outstanding
+ if isinstance(value, list):
+ result = list(map(
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ value
+ ))
+ elif hasattr(value, "to_dict"):
+ result = value.to_dict()
+ elif isinstance(value, dict):
+ result = dict(map(
+ lambda item: (item[0], item[1].to_dict())
+ if hasattr(item[1], "to_dict") else item,
+ value.items()
+ ))
+ else:
+ result = { 'shares_outstanding': value }
+
+
+ return result
+
+
+ @shares_outstanding.setter
+ def shares_outstanding(self, shares_outstanding):
+ """Sets the shares_outstanding of this ZacksInstitutionalHoldingCompanyDetail.
+
+ The number of shares shares outstanding for the stock # noqa: E501
+
+ :param shares_outstanding: The shares_outstanding of this ZacksInstitutionalHoldingCompanyDetail. # noqa: E501
+ :type: float
+ """
+
+ self._shares_outstanding = shares_outstanding
+
+ @property
+ def last_close_price(self):
+ """Gets the last_close_price of this ZacksInstitutionalHoldingCompanyDetail. # noqa: E501
+
+ The last close price of the stock listed # noqa: E501
+
+ :return: The last_close_price of this ZacksInstitutionalHoldingCompanyDetail. # noqa: E501
+ :rtype: float
+ """
+ return self._last_close_price
+
+ @property
+ def last_close_price_dict(self):
+ """Gets the last_close_price of this ZacksInstitutionalHoldingCompanyDetail. # noqa: E501
+
+ The last close price of the stock listed as a dictionary. Useful for Panda Dataframes. # noqa: E501
+
+ :return: The last_close_price of this ZacksInstitutionalHoldingCompanyDetail. # noqa: E501
+ :rtype: float
+ """
+
+ result = None
+
+ value = self.last_close_price
+ if isinstance(value, list):
+ result = list(map(
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ value
+ ))
+ elif hasattr(value, "to_dict"):
+ result = value.to_dict()
+ elif isinstance(value, dict):
+ result = dict(map(
+ lambda item: (item[0], item[1].to_dict())
+ if hasattr(item[1], "to_dict") else item,
+ value.items()
+ ))
+ else:
+ result = { 'last_close_price': value }
+
+
+ return result
+
+
+ @last_close_price.setter
+ def last_close_price(self, last_close_price):
+ """Sets the last_close_price of this ZacksInstitutionalHoldingCompanyDetail.
+
+ The last close price of the stock listed # noqa: E501
+
+ :param last_close_price: The last_close_price of this ZacksInstitutionalHoldingCompanyDetail. # noqa: E501
+ :type: float
+ """
+
+ self._last_close_price = last_close_price
+
+ @property
+ def last_close_date(self):
+ """Gets the last_close_date of this ZacksInstitutionalHoldingCompanyDetail. # noqa: E501
+
+ Last closing price of the stock listed # noqa: E501
+
+ :return: The last_close_date of this ZacksInstitutionalHoldingCompanyDetail. # noqa: E501
+ :rtype: date
+ """
+ return self._last_close_date
+
+ @property
+ def last_close_date_dict(self):
+ """Gets the last_close_date of this ZacksInstitutionalHoldingCompanyDetail. # noqa: E501
+
+ Last closing price of the stock listed as a dictionary. Useful for Panda Dataframes. # noqa: E501
+
+ :return: The last_close_date of this ZacksInstitutionalHoldingCompanyDetail. # noqa: E501
+ :rtype: date
+ """
+
+ result = None
+
+ value = self.last_close_date
+ if isinstance(value, list):
+ result = list(map(
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ value
+ ))
+ elif hasattr(value, "to_dict"):
+ result = value.to_dict()
+ elif isinstance(value, dict):
+ result = dict(map(
+ lambda item: (item[0], item[1].to_dict())
+ if hasattr(item[1], "to_dict") else item,
+ value.items()
+ ))
+ else:
+ result = { 'last_close_date': value }
+
+
+ return result
+
+
+ @last_close_date.setter
+ def last_close_date(self, last_close_date):
+ """Sets the last_close_date of this ZacksInstitutionalHoldingCompanyDetail.
+
+ Last closing price of the stock listed # noqa: E501
+
+ :param last_close_date: The last_close_date of this ZacksInstitutionalHoldingCompanyDetail. # noqa: E501
+ :type: date
+ """
+
+ self._last_close_date = last_close_date
+
+ @property
+ def institutional_shares_held_percent(self):
+ """Gets the institutional_shares_held_percent of this ZacksInstitutionalHoldingCompanyDetail. # noqa: E501
+
+ Percentage of shares outstanding held by institutions in the stock listed # noqa: E501
+
+ :return: The institutional_shares_held_percent of this ZacksInstitutionalHoldingCompanyDetail. # noqa: E501
+ :rtype: float
+ """
+ return self._institutional_shares_held_percent
+
+ @property
+ def institutional_shares_held_percent_dict(self):
+ """Gets the institutional_shares_held_percent of this ZacksInstitutionalHoldingCompanyDetail. # noqa: E501
+
+ Percentage of shares outstanding held by institutions in the stock listed as a dictionary. Useful for Panda Dataframes. # noqa: E501
+
+ :return: The institutional_shares_held_percent of this ZacksInstitutionalHoldingCompanyDetail. # noqa: E501
+ :rtype: float
+ """
+
+ result = None
+
+ value = self.institutional_shares_held_percent
+ if isinstance(value, list):
+ result = list(map(
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ value
+ ))
+ elif hasattr(value, "to_dict"):
+ result = value.to_dict()
+ elif isinstance(value, dict):
+ result = dict(map(
+ lambda item: (item[0], item[1].to_dict())
+ if hasattr(item[1], "to_dict") else item,
+ value.items()
+ ))
+ else:
+ result = { 'institutional_shares_held_percent': value }
+
+
+ return result
+
+
+ @institutional_shares_held_percent.setter
+ def institutional_shares_held_percent(self, institutional_shares_held_percent):
+ """Sets the institutional_shares_held_percent of this ZacksInstitutionalHoldingCompanyDetail.
+
+ Percentage of shares outstanding held by institutions in the stock listed # noqa: E501
+
+ :param institutional_shares_held_percent: The institutional_shares_held_percent of this ZacksInstitutionalHoldingCompanyDetail. # noqa: E501
+ :type: float
+ """
+
+ self._institutional_shares_held_percent = institutional_shares_held_percent
+
+ @property
+ def institutional_shares_buy(self):
+ """Gets the institutional_shares_buy of this ZacksInstitutionalHoldingCompanyDetail. # noqa: E501
+
+ Number of shares bought by institutions in the stock listed # noqa: E501
+
+ :return: The institutional_shares_buy of this ZacksInstitutionalHoldingCompanyDetail. # noqa: E501
+ :rtype: float
+ """
+ return self._institutional_shares_buy
+
+ @property
+ def institutional_shares_buy_dict(self):
+ """Gets the institutional_shares_buy of this ZacksInstitutionalHoldingCompanyDetail. # noqa: E501
+
+ Number of shares bought by institutions in the stock listed as a dictionary. Useful for Panda Dataframes. # noqa: E501
+
+ :return: The institutional_shares_buy of this ZacksInstitutionalHoldingCompanyDetail. # noqa: E501
+ :rtype: float
+ """
+
+ result = None
+
+ value = self.institutional_shares_buy
+ if isinstance(value, list):
+ result = list(map(
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ value
+ ))
+ elif hasattr(value, "to_dict"):
+ result = value.to_dict()
+ elif isinstance(value, dict):
+ result = dict(map(
+ lambda item: (item[0], item[1].to_dict())
+ if hasattr(item[1], "to_dict") else item,
+ value.items()
+ ))
+ else:
+ result = { 'institutional_shares_buy': value }
+
+
+ return result
+
+
+ @institutional_shares_buy.setter
+ def institutional_shares_buy(self, institutional_shares_buy):
+ """Sets the institutional_shares_buy of this ZacksInstitutionalHoldingCompanyDetail.
+
+ Number of shares bought by institutions in the stock listed # noqa: E501
+
+ :param institutional_shares_buy: The institutional_shares_buy of this ZacksInstitutionalHoldingCompanyDetail. # noqa: E501
+ :type: float
+ """
+
+ self._institutional_shares_buy = institutional_shares_buy
+
+ @property
+ def institutional_shares_sell(self):
+ """Gets the institutional_shares_sell of this ZacksInstitutionalHoldingCompanyDetail. # noqa: E501
+
+ Number of shares sold by institutions in the stock listed # noqa: E501
+
+ :return: The institutional_shares_sell of this ZacksInstitutionalHoldingCompanyDetail. # noqa: E501
+ :rtype: float
+ """
+ return self._institutional_shares_sell
+
+ @property
+ def institutional_shares_sell_dict(self):
+ """Gets the institutional_shares_sell of this ZacksInstitutionalHoldingCompanyDetail. # noqa: E501
+
+ Number of shares sold by institutions in the stock listed as a dictionary. Useful for Panda Dataframes. # noqa: E501
+
+ :return: The institutional_shares_sell of this ZacksInstitutionalHoldingCompanyDetail. # noqa: E501
+ :rtype: float
+ """
+
+ result = None
+
+ value = self.institutional_shares_sell
+ if isinstance(value, list):
+ result = list(map(
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ value
+ ))
+ elif hasattr(value, "to_dict"):
+ result = value.to_dict()
+ elif isinstance(value, dict):
+ result = dict(map(
+ lambda item: (item[0], item[1].to_dict())
+ if hasattr(item[1], "to_dict") else item,
+ value.items()
+ ))
+ else:
+ result = { 'institutional_shares_sell': value }
+
+
+ return result
+
+
+ @institutional_shares_sell.setter
+ def institutional_shares_sell(self, institutional_shares_sell):
+ """Sets the institutional_shares_sell of this ZacksInstitutionalHoldingCompanyDetail.
+
+ Number of shares sold by institutions in the stock listed # noqa: E501
+
+ :param institutional_shares_sell: The institutional_shares_sell of this ZacksInstitutionalHoldingCompanyDetail. # noqa: E501
+ :type: float
+ """
+
+ self._institutional_shares_sell = institutional_shares_sell
+
+ @property
+ def institutional_positions_increase(self):
+ """Gets the institutional_positions_increase of this ZacksInstitutionalHoldingCompanyDetail. # noqa: E501
+
+ Number of institutions who increased their shares held in the stock listed # noqa: E501
+
+ :return: The institutional_positions_increase of this ZacksInstitutionalHoldingCompanyDetail. # noqa: E501
+ :rtype: float
+ """
+ return self._institutional_positions_increase
+
+ @property
+ def institutional_positions_increase_dict(self):
+ """Gets the institutional_positions_increase of this ZacksInstitutionalHoldingCompanyDetail. # noqa: E501
+
+ Number of institutions who increased their shares held in the stock listed as a dictionary. Useful for Panda Dataframes. # noqa: E501
+
+ :return: The institutional_positions_increase of this ZacksInstitutionalHoldingCompanyDetail. # noqa: E501
+ :rtype: float
+ """
+
+ result = None
+
+ value = self.institutional_positions_increase
+ if isinstance(value, list):
+ result = list(map(
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ value
+ ))
+ elif hasattr(value, "to_dict"):
+ result = value.to_dict()
+ elif isinstance(value, dict):
+ result = dict(map(
+ lambda item: (item[0], item[1].to_dict())
+ if hasattr(item[1], "to_dict") else item,
+ value.items()
+ ))
+ else:
+ result = { 'institutional_positions_increase': value }
+
+
+ return result
+
+
+ @institutional_positions_increase.setter
+ def institutional_positions_increase(self, institutional_positions_increase):
+ """Sets the institutional_positions_increase of this ZacksInstitutionalHoldingCompanyDetail.
+
+ Number of institutions who increased their shares held in the stock listed # noqa: E501
+
+ :param institutional_positions_increase: The institutional_positions_increase of this ZacksInstitutionalHoldingCompanyDetail. # noqa: E501
+ :type: float
+ """
+
+ self._institutional_positions_increase = institutional_positions_increase
+
+ @property
+ def institutional_positions_decrease(self):
+ """Gets the institutional_positions_decrease of this ZacksInstitutionalHoldingCompanyDetail. # noqa: E501
+
+ Number of institutions who decrease their shares held in the stock listed # noqa: E501
+
+ :return: The institutional_positions_decrease of this ZacksInstitutionalHoldingCompanyDetail. # noqa: E501
+ :rtype: float
+ """
+ return self._institutional_positions_decrease
+
+ @property
+ def institutional_positions_decrease_dict(self):
+ """Gets the institutional_positions_decrease of this ZacksInstitutionalHoldingCompanyDetail. # noqa: E501
+
+ Number of institutions who decrease their shares held in the stock listed as a dictionary. Useful for Panda Dataframes. # noqa: E501
+
+ :return: The institutional_positions_decrease of this ZacksInstitutionalHoldingCompanyDetail. # noqa: E501
+ :rtype: float
+ """
+
+ result = None
+
+ value = self.institutional_positions_decrease
+ if isinstance(value, list):
+ result = list(map(
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ value
+ ))
+ elif hasattr(value, "to_dict"):
+ result = value.to_dict()
+ elif isinstance(value, dict):
+ result = dict(map(
+ lambda item: (item[0], item[1].to_dict())
+ if hasattr(item[1], "to_dict") else item,
+ value.items()
+ ))
+ else:
+ result = { 'institutional_positions_decrease': value }
+
+
+ return result
+
+
+ @institutional_positions_decrease.setter
+ def institutional_positions_decrease(self, institutional_positions_decrease):
+ """Sets the institutional_positions_decrease of this ZacksInstitutionalHoldingCompanyDetail.
+
+ Number of institutions who decrease their shares held in the stock listed # noqa: E501
+
+ :param institutional_positions_decrease: The institutional_positions_decrease of this ZacksInstitutionalHoldingCompanyDetail. # noqa: E501
+ :type: float
+ """
+
+ self._institutional_positions_decrease = institutional_positions_decrease
+
+ @property
+ def institutional_positions_unchanged(self):
+ """Gets the institutional_positions_unchanged of this ZacksInstitutionalHoldingCompanyDetail. # noqa: E501
+
+ Number of institutions who did not change their shares held in the stock listed # noqa: E501
+
+ :return: The institutional_positions_unchanged of this ZacksInstitutionalHoldingCompanyDetail. # noqa: E501
+ :rtype: float
+ """
+ return self._institutional_positions_unchanged
+
+ @property
+ def institutional_positions_unchanged_dict(self):
+ """Gets the institutional_positions_unchanged of this ZacksInstitutionalHoldingCompanyDetail. # noqa: E501
+
+ Number of institutions who did not change their shares held in the stock listed as a dictionary. Useful for Panda Dataframes. # noqa: E501
+
+ :return: The institutional_positions_unchanged of this ZacksInstitutionalHoldingCompanyDetail. # noqa: E501
+ :rtype: float
+ """
+
+ result = None
+
+ value = self.institutional_positions_unchanged
+ if isinstance(value, list):
+ result = list(map(
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ value
+ ))
+ elif hasattr(value, "to_dict"):
+ result = value.to_dict()
+ elif isinstance(value, dict):
+ result = dict(map(
+ lambda item: (item[0], item[1].to_dict())
+ if hasattr(item[1], "to_dict") else item,
+ value.items()
+ ))
+ else:
+ result = { 'institutional_positions_unchanged': value }
+
+
+ return result
+
+
+ @institutional_positions_unchanged.setter
+ def institutional_positions_unchanged(self, institutional_positions_unchanged):
+ """Sets the institutional_positions_unchanged of this ZacksInstitutionalHoldingCompanyDetail.
+
+ Number of institutions who did not change their shares held in the stock listed # noqa: E501
+
+ :param institutional_positions_unchanged: The institutional_positions_unchanged of this ZacksInstitutionalHoldingCompanyDetail. # noqa: E501
+ :type: float
+ """
+
+ self._institutional_positions_unchanged = institutional_positions_unchanged
+
+ @property
+ def institutional_positions_total(self):
+ """Gets the institutional_positions_total of this ZacksInstitutionalHoldingCompanyDetail. # noqa: E501
+
+ Total number of institutions who hold shares in the stock listed # noqa: E501
+
+ :return: The institutional_positions_total of this ZacksInstitutionalHoldingCompanyDetail. # noqa: E501
+ :rtype: float
+ """
+ return self._institutional_positions_total
+
+ @property
+ def institutional_positions_total_dict(self):
+ """Gets the institutional_positions_total of this ZacksInstitutionalHoldingCompanyDetail. # noqa: E501
+
+ Total number of institutions who hold shares in the stock listed as a dictionary. Useful for Panda Dataframes. # noqa: E501
+
+ :return: The institutional_positions_total of this ZacksInstitutionalHoldingCompanyDetail. # noqa: E501
+ :rtype: float
+ """
+
+ result = None
+
+ value = self.institutional_positions_total
+ if isinstance(value, list):
+ result = list(map(
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ value
+ ))
+ elif hasattr(value, "to_dict"):
+ result = value.to_dict()
+ elif isinstance(value, dict):
+ result = dict(map(
+ lambda item: (item[0], item[1].to_dict())
+ if hasattr(item[1], "to_dict") else item,
+ value.items()
+ ))
+ else:
+ result = { 'institutional_positions_total': value }
+
+
+ return result
+
+
+ @institutional_positions_total.setter
+ def institutional_positions_total(self, institutional_positions_total):
+ """Sets the institutional_positions_total of this ZacksInstitutionalHoldingCompanyDetail.
+
+ Total number of institutions who hold shares in the stock listed # noqa: E501
+
+ :param institutional_positions_total: The institutional_positions_total of this ZacksInstitutionalHoldingCompanyDetail. # noqa: E501
+ :type: float
+ """
+
+ self._institutional_positions_total = institutional_positions_total
+
+ def to_dict(self):
+ """Returns the model properties as a dict"""
+ result = {}
+
+ for attr, _ in six.iteritems(self.swagger_types):
+ value = getattr(self, attr)
+ if isinstance(value, list):
+ result[attr] = list(map(
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ value
+ ))
+ elif hasattr(value, "to_dict"):
+ result[attr] = value.to_dict()
+ elif isinstance(value, dict):
+ result[attr] = dict(map(
+ lambda item: (item[0], item[1].to_dict())
+ if hasattr(item[1], "to_dict") else item,
+ value.items()
+ ))
+ else:
+ result[attr] = value
+
+ return result
+
+ def to_str(self):
+ """Returns the string representation of the model"""
+ return pprint.pformat(self.to_dict())
+
+ def __repr__(self):
+ """For `print` and `pprint`"""
+ return self.to_str()
+
+ def __eq__(self, other):
+ """Returns true if both objects are equal"""
+ if not isinstance(other, ZacksInstitutionalHoldingCompanyDetail):
+ return False
+
+ return self.__dict__ == other.__dict__
+
+ def __ne__(self, other):
+ """Returns true if both objects are not equal"""
+ return not self == other
diff --git a/intrinio_sdk/models/zacks_institutional_holding_company_summary.py b/intrinio_sdk/models/zacks_institutional_holding_company_summary.py
new file mode 100644
index 000000000..8d08a6edc
--- /dev/null
+++ b/intrinio_sdk/models/zacks_institutional_holding_company_summary.py
@@ -0,0 +1,269 @@
+# coding: utf-8
+
+"""
+ Intrinio API
+
+ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
+
+ OpenAPI spec version: 2.13.0
+
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
+"""
+
+
+import pprint
+import re # noqa: F401
+
+import six
+
+
+class ZacksInstitutionalHoldingCompanySummary(object):
+ """NOTE: This class is auto generated by the swagger code generator program.
+
+ Do not edit the class manually.
+ """
+
+ """
+ Attributes:
+ swagger_types (dict): The key is attribute name
+ and the value is attribute type.
+ attribute_map (dict): The key is attribute name
+ and the value is json key in definition.
+ """
+ swagger_types = {
+ 'ticker': 'str',
+ 'name': 'str',
+ 'exchange': 'str'
+ }
+
+ attribute_map = {
+ 'ticker': 'ticker',
+ 'name': 'name',
+ 'exchange': 'exchange'
+ }
+
+ def __init__(self, ticker=None, name=None, exchange=None): # noqa: E501
+ """ZacksInstitutionalHoldingCompanySummary - a model defined in Swagger""" # noqa: E501
+
+ self._ticker = None
+ self._name = None
+ self._exchange = None
+ self.discriminator = None
+
+ if ticker is not None:
+ self.ticker = ticker
+ if name is not None:
+ self.name = name
+ if exchange is not None:
+ self.exchange = exchange
+
+ @property
+ def ticker(self):
+ """Gets the ticker of this ZacksInstitutionalHoldingCompanySummary. # noqa: E501
+
+ The Zacks common exchange ticker # noqa: E501
+
+ :return: The ticker of this ZacksInstitutionalHoldingCompanySummary. # noqa: E501
+ :rtype: str
+ """
+ return self._ticker
+
+ @property
+ def ticker_dict(self):
+ """Gets the ticker of this ZacksInstitutionalHoldingCompanySummary. # noqa: E501
+
+ The Zacks common exchange ticker as a dictionary. Useful for Panda Dataframes. # noqa: E501
+
+ :return: The ticker of this ZacksInstitutionalHoldingCompanySummary. # noqa: E501
+ :rtype: str
+ """
+
+ result = None
+
+ value = self.ticker
+ if isinstance(value, list):
+ result = list(map(
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ value
+ ))
+ elif hasattr(value, "to_dict"):
+ result = value.to_dict()
+ elif isinstance(value, dict):
+ result = dict(map(
+ lambda item: (item[0], item[1].to_dict())
+ if hasattr(item[1], "to_dict") else item,
+ value.items()
+ ))
+ else:
+ result = { 'ticker': value }
+
+
+ return result
+
+
+ @ticker.setter
+ def ticker(self, ticker):
+ """Sets the ticker of this ZacksInstitutionalHoldingCompanySummary.
+
+ The Zacks common exchange ticker # noqa: E501
+
+ :param ticker: The ticker of this ZacksInstitutionalHoldingCompanySummary. # noqa: E501
+ :type: str
+ """
+
+ self._ticker = ticker
+
+ @property
+ def name(self):
+ """Gets the name of this ZacksInstitutionalHoldingCompanySummary. # noqa: E501
+
+ The company name of the stock listed # noqa: E501
+
+ :return: The name of this ZacksInstitutionalHoldingCompanySummary. # noqa: E501
+ :rtype: str
+ """
+ return self._name
+
+ @property
+ def name_dict(self):
+ """Gets the name of this ZacksInstitutionalHoldingCompanySummary. # noqa: E501
+
+ The company name of the stock listed as a dictionary. Useful for Panda Dataframes. # noqa: E501
+
+ :return: The name of this ZacksInstitutionalHoldingCompanySummary. # noqa: E501
+ :rtype: str
+ """
+
+ result = None
+
+ value = self.name
+ if isinstance(value, list):
+ result = list(map(
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ value
+ ))
+ elif hasattr(value, "to_dict"):
+ result = value.to_dict()
+ elif isinstance(value, dict):
+ result = dict(map(
+ lambda item: (item[0], item[1].to_dict())
+ if hasattr(item[1], "to_dict") else item,
+ value.items()
+ ))
+ else:
+ result = { 'name': value }
+
+
+ return result
+
+
+ @name.setter
+ def name(self, name):
+ """Sets the name of this ZacksInstitutionalHoldingCompanySummary.
+
+ The company name of the stock listed # noqa: E501
+
+ :param name: The name of this ZacksInstitutionalHoldingCompanySummary. # noqa: E501
+ :type: str
+ """
+
+ self._name = name
+
+ @property
+ def exchange(self):
+ """Gets the exchange of this ZacksInstitutionalHoldingCompanySummary. # noqa: E501
+
+ Exhange where the stock is traded whose shares are held by the institution # noqa: E501
+
+ :return: The exchange of this ZacksInstitutionalHoldingCompanySummary. # noqa: E501
+ :rtype: str
+ """
+ return self._exchange
+
+ @property
+ def exchange_dict(self):
+ """Gets the exchange of this ZacksInstitutionalHoldingCompanySummary. # noqa: E501
+
+ Exhange where the stock is traded whose shares are held by the institution as a dictionary. Useful for Panda Dataframes. # noqa: E501
+
+ :return: The exchange of this ZacksInstitutionalHoldingCompanySummary. # noqa: E501
+ :rtype: str
+ """
+
+ result = None
+
+ value = self.exchange
+ if isinstance(value, list):
+ result = list(map(
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ value
+ ))
+ elif hasattr(value, "to_dict"):
+ result = value.to_dict()
+ elif isinstance(value, dict):
+ result = dict(map(
+ lambda item: (item[0], item[1].to_dict())
+ if hasattr(item[1], "to_dict") else item,
+ value.items()
+ ))
+ else:
+ result = { 'exchange': value }
+
+
+ return result
+
+
+ @exchange.setter
+ def exchange(self, exchange):
+ """Sets the exchange of this ZacksInstitutionalHoldingCompanySummary.
+
+ Exhange where the stock is traded whose shares are held by the institution # noqa: E501
+
+ :param exchange: The exchange of this ZacksInstitutionalHoldingCompanySummary. # noqa: E501
+ :type: str
+ """
+
+ self._exchange = exchange
+
+ def to_dict(self):
+ """Returns the model properties as a dict"""
+ result = {}
+
+ for attr, _ in six.iteritems(self.swagger_types):
+ value = getattr(self, attr)
+ if isinstance(value, list):
+ result[attr] = list(map(
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ value
+ ))
+ elif hasattr(value, "to_dict"):
+ result[attr] = value.to_dict()
+ elif isinstance(value, dict):
+ result[attr] = dict(map(
+ lambda item: (item[0], item[1].to_dict())
+ if hasattr(item[1], "to_dict") else item,
+ value.items()
+ ))
+ else:
+ result[attr] = value
+
+ return result
+
+ def to_str(self):
+ """Returns the string representation of the model"""
+ return pprint.pformat(self.to_dict())
+
+ def __repr__(self):
+ """For `print` and `pprint`"""
+ return self.to_str()
+
+ def __eq__(self, other):
+ """Returns true if both objects are equal"""
+ if not isinstance(other, ZacksInstitutionalHoldingCompanySummary):
+ return False
+
+ return self.__dict__ == other.__dict__
+
+ def __ne__(self, other):
+ """Returns true if both objects are not equal"""
+ return not self == other
diff --git a/intrinio_sdk/models/zacks_institutional_holding_historical_summary.py b/intrinio_sdk/models/zacks_institutional_holding_historical_summary.py
new file mode 100644
index 000000000..2ad0c7b21
--- /dev/null
+++ b/intrinio_sdk/models/zacks_institutional_holding_historical_summary.py
@@ -0,0 +1,208 @@
+# coding: utf-8
+
+"""
+ Intrinio API
+
+ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
+
+ OpenAPI spec version: 2.13.0
+
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
+"""
+
+
+import pprint
+import re # noqa: F401
+
+import six
+
+
+class ZacksInstitutionalHoldingHistoricalSummary(object):
+ """NOTE: This class is auto generated by the swagger code generator program.
+
+ Do not edit the class manually.
+ """
+
+ """
+ Attributes:
+ swagger_types (dict): The key is attribute name
+ and the value is attribute type.
+ attribute_map (dict): The key is attribute name
+ and the value is json key in definition.
+ """
+ swagger_types = {
+ 'as_of_date': 'date',
+ 'shares_held': 'float'
+ }
+
+ attribute_map = {
+ 'as_of_date': 'as_of_date',
+ 'shares_held': 'shares_held'
+ }
+
+ def __init__(self, as_of_date=None, shares_held=None): # noqa: E501
+ """ZacksInstitutionalHoldingHistoricalSummary - a model defined in Swagger""" # noqa: E501
+
+ self._as_of_date = None
+ self._shares_held = None
+ self.discriminator = None
+
+ if as_of_date is not None:
+ self.as_of_date = as_of_date
+ if shares_held is not None:
+ self.shares_held = shares_held
+
+ @property
+ def as_of_date(self):
+ """Gets the as_of_date of this ZacksInstitutionalHoldingHistoricalSummary. # noqa: E501
+
+ The date of the institutional holding # noqa: E501
+
+ :return: The as_of_date of this ZacksInstitutionalHoldingHistoricalSummary. # noqa: E501
+ :rtype: date
+ """
+ return self._as_of_date
+
+ @property
+ def as_of_date_dict(self):
+ """Gets the as_of_date of this ZacksInstitutionalHoldingHistoricalSummary. # noqa: E501
+
+ The date of the institutional holding as a dictionary. Useful for Panda Dataframes. # noqa: E501
+
+ :return: The as_of_date of this ZacksInstitutionalHoldingHistoricalSummary. # noqa: E501
+ :rtype: date
+ """
+
+ result = None
+
+ value = self.as_of_date
+ if isinstance(value, list):
+ result = list(map(
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ value
+ ))
+ elif hasattr(value, "to_dict"):
+ result = value.to_dict()
+ elif isinstance(value, dict):
+ result = dict(map(
+ lambda item: (item[0], item[1].to_dict())
+ if hasattr(item[1], "to_dict") else item,
+ value.items()
+ ))
+ else:
+ result = { 'as_of_date': value }
+
+
+ return result
+
+
+ @as_of_date.setter
+ def as_of_date(self, as_of_date):
+ """Sets the as_of_date of this ZacksInstitutionalHoldingHistoricalSummary.
+
+ The date of the institutional holding # noqa: E501
+
+ :param as_of_date: The as_of_date of this ZacksInstitutionalHoldingHistoricalSummary. # noqa: E501
+ :type: date
+ """
+
+ self._as_of_date = as_of_date
+
+ @property
+ def shares_held(self):
+ """Gets the shares_held of this ZacksInstitutionalHoldingHistoricalSummary. # noqa: E501
+
+ The number of shares held # noqa: E501
+
+ :return: The shares_held of this ZacksInstitutionalHoldingHistoricalSummary. # noqa: E501
+ :rtype: float
+ """
+ return self._shares_held
+
+ @property
+ def shares_held_dict(self):
+ """Gets the shares_held of this ZacksInstitutionalHoldingHistoricalSummary. # noqa: E501
+
+ The number of shares held as a dictionary. Useful for Panda Dataframes. # noqa: E501
+
+ :return: The shares_held of this ZacksInstitutionalHoldingHistoricalSummary. # noqa: E501
+ :rtype: float
+ """
+
+ result = None
+
+ value = self.shares_held
+ if isinstance(value, list):
+ result = list(map(
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ value
+ ))
+ elif hasattr(value, "to_dict"):
+ result = value.to_dict()
+ elif isinstance(value, dict):
+ result = dict(map(
+ lambda item: (item[0], item[1].to_dict())
+ if hasattr(item[1], "to_dict") else item,
+ value.items()
+ ))
+ else:
+ result = { 'shares_held': value }
+
+
+ return result
+
+
+ @shares_held.setter
+ def shares_held(self, shares_held):
+ """Sets the shares_held of this ZacksInstitutionalHoldingHistoricalSummary.
+
+ The number of shares held # noqa: E501
+
+ :param shares_held: The shares_held of this ZacksInstitutionalHoldingHistoricalSummary. # noqa: E501
+ :type: float
+ """
+
+ self._shares_held = shares_held
+
+ def to_dict(self):
+ """Returns the model properties as a dict"""
+ result = {}
+
+ for attr, _ in six.iteritems(self.swagger_types):
+ value = getattr(self, attr)
+ if isinstance(value, list):
+ result[attr] = list(map(
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ value
+ ))
+ elif hasattr(value, "to_dict"):
+ result[attr] = value.to_dict()
+ elif isinstance(value, dict):
+ result[attr] = dict(map(
+ lambda item: (item[0], item[1].to_dict())
+ if hasattr(item[1], "to_dict") else item,
+ value.items()
+ ))
+ else:
+ result[attr] = value
+
+ return result
+
+ def to_str(self):
+ """Returns the string representation of the model"""
+ return pprint.pformat(self.to_dict())
+
+ def __repr__(self):
+ """For `print` and `pprint`"""
+ return self.to_str()
+
+ def __eq__(self, other):
+ """Returns true if both objects are equal"""
+ if not isinstance(other, ZacksInstitutionalHoldingHistoricalSummary):
+ return False
+
+ return self.__dict__ == other.__dict__
+
+ def __ne__(self, other):
+ """Returns true if both objects are not equal"""
+ return not self == other
diff --git a/intrinio_sdk/models/zacks_institutional_holding_owner_detail.py b/intrinio_sdk/models/zacks_institutional_holding_owner_detail.py
new file mode 100644
index 000000000..826176872
--- /dev/null
+++ b/intrinio_sdk/models/zacks_institutional_holding_owner_detail.py
@@ -0,0 +1,1367 @@
+# coding: utf-8
+
+"""
+ Intrinio API
+
+ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
+
+ OpenAPI spec version: 2.13.0
+
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
+"""
+
+
+import pprint
+import re # noqa: F401
+
+import six
+
+
+class ZacksInstitutionalHoldingOwnerDetail(object):
+ """NOTE: This class is auto generated by the swagger code generator program.
+
+ Do not edit the class manually.
+ """
+
+ """
+ Attributes:
+ swagger_types (dict): The key is attribute name
+ and the value is attribute type.
+ attribute_map (dict): The key is attribute name
+ and the value is json key in definition.
+ """
+ swagger_types = {
+ 'name': 'str',
+ 'cik': 'str',
+ 'address': 'str',
+ 'city_state': 'str',
+ 'location_code': 'str',
+ 'phone_number': 'str',
+ 'postal_code': 'str',
+ 'url': 'str',
+ 'investment_style': 'str',
+ 'number_of_holdings': 'float',
+ 'total_holdings_value': 'float',
+ 'portfolio_turnover_percent': 'float',
+ 'is_fund': 'str',
+ 'fund_ticker': 'str',
+ 'has_fund_manager': 'str',
+ 'fund_manager_city': 'str',
+ 'fund_manager_name': 'str',
+ 'fund_manager_state': 'str',
+ 'files_13f': 'str',
+ 'is_etf': 'str',
+ 'last_updated_on': 'date'
+ }
+
+ attribute_map = {
+ 'name': 'name',
+ 'cik': 'cik',
+ 'address': 'address',
+ 'city_state': 'city_state',
+ 'location_code': 'location_code',
+ 'phone_number': 'phone_number',
+ 'postal_code': 'postal_code',
+ 'url': 'url',
+ 'investment_style': 'investment_style',
+ 'number_of_holdings': 'number_of_holdings',
+ 'total_holdings_value': 'total_holdings_value',
+ 'portfolio_turnover_percent': 'portfolio_turnover_percent',
+ 'is_fund': 'is_fund',
+ 'fund_ticker': 'fund_ticker',
+ 'has_fund_manager': 'has_fund_manager',
+ 'fund_manager_city': 'fund_manager_city',
+ 'fund_manager_name': 'fund_manager_name',
+ 'fund_manager_state': 'fund_manager_state',
+ 'files_13f': 'files_13f',
+ 'is_etf': 'is_etf',
+ 'last_updated_on': 'last_updated_on'
+ }
+
+ def __init__(self, name=None, cik=None, address=None, city_state=None, location_code=None, phone_number=None, postal_code=None, url=None, investment_style=None, number_of_holdings=None, total_holdings_value=None, portfolio_turnover_percent=None, is_fund=None, fund_ticker=None, has_fund_manager=None, fund_manager_city=None, fund_manager_name=None, fund_manager_state=None, files_13f=None, is_etf=None, last_updated_on=None): # noqa: E501
+ """ZacksInstitutionalHoldingOwnerDetail - a model defined in Swagger""" # noqa: E501
+
+ self._name = None
+ self._cik = None
+ self._address = None
+ self._city_state = None
+ self._location_code = None
+ self._phone_number = None
+ self._postal_code = None
+ self._url = None
+ self._investment_style = None
+ self._number_of_holdings = None
+ self._total_holdings_value = None
+ self._portfolio_turnover_percent = None
+ self._is_fund = None
+ self._fund_ticker = None
+ self._has_fund_manager = None
+ self._fund_manager_city = None
+ self._fund_manager_name = None
+ self._fund_manager_state = None
+ self._files_13f = None
+ self._is_etf = None
+ self._last_updated_on = None
+ self.discriminator = None
+
+ if name is not None:
+ self.name = name
+ if cik is not None:
+ self.cik = cik
+ if address is not None:
+ self.address = address
+ if city_state is not None:
+ self.city_state = city_state
+ if location_code is not None:
+ self.location_code = location_code
+ if phone_number is not None:
+ self.phone_number = phone_number
+ if postal_code is not None:
+ self.postal_code = postal_code
+ if url is not None:
+ self.url = url
+ if investment_style is not None:
+ self.investment_style = investment_style
+ if number_of_holdings is not None:
+ self.number_of_holdings = number_of_holdings
+ if total_holdings_value is not None:
+ self.total_holdings_value = total_holdings_value
+ if portfolio_turnover_percent is not None:
+ self.portfolio_turnover_percent = portfolio_turnover_percent
+ if is_fund is not None:
+ self.is_fund = is_fund
+ if fund_ticker is not None:
+ self.fund_ticker = fund_ticker
+ if has_fund_manager is not None:
+ self.has_fund_manager = has_fund_manager
+ if fund_manager_city is not None:
+ self.fund_manager_city = fund_manager_city
+ if fund_manager_name is not None:
+ self.fund_manager_name = fund_manager_name
+ if fund_manager_state is not None:
+ self.fund_manager_state = fund_manager_state
+ if files_13f is not None:
+ self.files_13f = files_13f
+ if is_etf is not None:
+ self.is_etf = is_etf
+ if last_updated_on is not None:
+ self.last_updated_on = last_updated_on
+
+ @property
+ def name(self):
+ """Gets the name of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+
+ The owner's name # noqa: E501
+
+ :return: The name of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+ :rtype: str
+ """
+ return self._name
+
+ @property
+ def name_dict(self):
+ """Gets the name of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+
+ The owner's name as a dictionary. Useful for Panda Dataframes. # noqa: E501
+
+ :return: The name of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+ :rtype: str
+ """
+
+ result = None
+
+ value = self.name
+ if isinstance(value, list):
+ result = list(map(
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ value
+ ))
+ elif hasattr(value, "to_dict"):
+ result = value.to_dict()
+ elif isinstance(value, dict):
+ result = dict(map(
+ lambda item: (item[0], item[1].to_dict())
+ if hasattr(item[1], "to_dict") else item,
+ value.items()
+ ))
+ else:
+ result = { 'name': value }
+
+
+ return result
+
+
+ @name.setter
+ def name(self, name):
+ """Sets the name of this ZacksInstitutionalHoldingOwnerDetail.
+
+ The owner's name # noqa: E501
+
+ :param name: The name of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+ :type: str
+ """
+
+ self._name = name
+
+ @property
+ def cik(self):
+ """Gets the cik of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+
+ The Central Index Key (CIK) assigned to the company by the SEC as a unique identifier, used in SEC filings # noqa: E501
+
+ :return: The cik of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+ :rtype: str
+ """
+ return self._cik
+
+ @property
+ def cik_dict(self):
+ """Gets the cik of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+
+ The Central Index Key (CIK) assigned to the company by the SEC as a unique identifier, used in SEC filings as a dictionary. Useful for Panda Dataframes. # noqa: E501
+
+ :return: The cik of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+ :rtype: str
+ """
+
+ result = None
+
+ value = self.cik
+ if isinstance(value, list):
+ result = list(map(
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ value
+ ))
+ elif hasattr(value, "to_dict"):
+ result = value.to_dict()
+ elif isinstance(value, dict):
+ result = dict(map(
+ lambda item: (item[0], item[1].to_dict())
+ if hasattr(item[1], "to_dict") else item,
+ value.items()
+ ))
+ else:
+ result = { 'cik': value }
+
+
+ return result
+
+
+ @cik.setter
+ def cik(self, cik):
+ """Sets the cik of this ZacksInstitutionalHoldingOwnerDetail.
+
+ The Central Index Key (CIK) assigned to the company by the SEC as a unique identifier, used in SEC filings # noqa: E501
+
+ :param cik: The cik of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+ :type: str
+ """
+
+ self._cik = cik
+
+ @property
+ def address(self):
+ """Gets the address of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+
+ The owner's address # noqa: E501
+
+ :return: The address of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+ :rtype: str
+ """
+ return self._address
+
+ @property
+ def address_dict(self):
+ """Gets the address of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+
+ The owner's address as a dictionary. Useful for Panda Dataframes. # noqa: E501
+
+ :return: The address of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+ :rtype: str
+ """
+
+ result = None
+
+ value = self.address
+ if isinstance(value, list):
+ result = list(map(
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ value
+ ))
+ elif hasattr(value, "to_dict"):
+ result = value.to_dict()
+ elif isinstance(value, dict):
+ result = dict(map(
+ lambda item: (item[0], item[1].to_dict())
+ if hasattr(item[1], "to_dict") else item,
+ value.items()
+ ))
+ else:
+ result = { 'address': value }
+
+
+ return result
+
+
+ @address.setter
+ def address(self, address):
+ """Sets the address of this ZacksInstitutionalHoldingOwnerDetail.
+
+ The owner's address # noqa: E501
+
+ :param address: The address of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+ :type: str
+ """
+
+ self._address = address
+
+ @property
+ def city_state(self):
+ """Gets the city_state of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+
+ The owner's city and state (City, ST) # noqa: E501
+
+ :return: The city_state of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+ :rtype: str
+ """
+ return self._city_state
+
+ @property
+ def city_state_dict(self):
+ """Gets the city_state of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+
+ The owner's city and state (City, ST) as a dictionary. Useful for Panda Dataframes. # noqa: E501
+
+ :return: The city_state of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+ :rtype: str
+ """
+
+ result = None
+
+ value = self.city_state
+ if isinstance(value, list):
+ result = list(map(
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ value
+ ))
+ elif hasattr(value, "to_dict"):
+ result = value.to_dict()
+ elif isinstance(value, dict):
+ result = dict(map(
+ lambda item: (item[0], item[1].to_dict())
+ if hasattr(item[1], "to_dict") else item,
+ value.items()
+ ))
+ else:
+ result = { 'city_state': value }
+
+
+ return result
+
+
+ @city_state.setter
+ def city_state(self, city_state):
+ """Sets the city_state of this ZacksInstitutionalHoldingOwnerDetail.
+
+ The owner's city and state (City, ST) # noqa: E501
+
+ :param city_state: The city_state of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+ :type: str
+ """
+
+ self._city_state = city_state
+
+ @property
+ def location_code(self):
+ """Gets the location_code of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+
+ The owner's location code. ('D' = Domestic, 'C' = Canadian, 'F' = Foreign) # noqa: E501
+
+ :return: The location_code of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+ :rtype: str
+ """
+ return self._location_code
+
+ @property
+ def location_code_dict(self):
+ """Gets the location_code of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+
+ The owner's location code. ('D' = Domestic, 'C' = Canadian, 'F' = Foreign) as a dictionary. Useful for Panda Dataframes. # noqa: E501
+
+ :return: The location_code of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+ :rtype: str
+ """
+
+ result = None
+
+ value = self.location_code
+ if isinstance(value, list):
+ result = list(map(
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ value
+ ))
+ elif hasattr(value, "to_dict"):
+ result = value.to_dict()
+ elif isinstance(value, dict):
+ result = dict(map(
+ lambda item: (item[0], item[1].to_dict())
+ if hasattr(item[1], "to_dict") else item,
+ value.items()
+ ))
+ else:
+ result = { 'location_code': value }
+
+
+ return result
+
+
+ @location_code.setter
+ def location_code(self, location_code):
+ """Sets the location_code of this ZacksInstitutionalHoldingOwnerDetail.
+
+ The owner's location code. ('D' = Domestic, 'C' = Canadian, 'F' = Foreign) # noqa: E501
+
+ :param location_code: The location_code of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+ :type: str
+ """
+
+ self._location_code = location_code
+
+ @property
+ def phone_number(self):
+ """Gets the phone_number of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+
+ The owner's phone number # noqa: E501
+
+ :return: The phone_number of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+ :rtype: str
+ """
+ return self._phone_number
+
+ @property
+ def phone_number_dict(self):
+ """Gets the phone_number of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+
+ The owner's phone number as a dictionary. Useful for Panda Dataframes. # noqa: E501
+
+ :return: The phone_number of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+ :rtype: str
+ """
+
+ result = None
+
+ value = self.phone_number
+ if isinstance(value, list):
+ result = list(map(
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ value
+ ))
+ elif hasattr(value, "to_dict"):
+ result = value.to_dict()
+ elif isinstance(value, dict):
+ result = dict(map(
+ lambda item: (item[0], item[1].to_dict())
+ if hasattr(item[1], "to_dict") else item,
+ value.items()
+ ))
+ else:
+ result = { 'phone_number': value }
+
+
+ return result
+
+
+ @phone_number.setter
+ def phone_number(self, phone_number):
+ """Sets the phone_number of this ZacksInstitutionalHoldingOwnerDetail.
+
+ The owner's phone number # noqa: E501
+
+ :param phone_number: The phone_number of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+ :type: str
+ """
+
+ self._phone_number = phone_number
+
+ @property
+ def postal_code(self):
+ """Gets the postal_code of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+
+ The owner's postal code # noqa: E501
+
+ :return: The postal_code of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+ :rtype: str
+ """
+ return self._postal_code
+
+ @property
+ def postal_code_dict(self):
+ """Gets the postal_code of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+
+ The owner's postal code as a dictionary. Useful for Panda Dataframes. # noqa: E501
+
+ :return: The postal_code of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+ :rtype: str
+ """
+
+ result = None
+
+ value = self.postal_code
+ if isinstance(value, list):
+ result = list(map(
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ value
+ ))
+ elif hasattr(value, "to_dict"):
+ result = value.to_dict()
+ elif isinstance(value, dict):
+ result = dict(map(
+ lambda item: (item[0], item[1].to_dict())
+ if hasattr(item[1], "to_dict") else item,
+ value.items()
+ ))
+ else:
+ result = { 'postal_code': value }
+
+
+ return result
+
+
+ @postal_code.setter
+ def postal_code(self, postal_code):
+ """Sets the postal_code of this ZacksInstitutionalHoldingOwnerDetail.
+
+ The owner's postal code # noqa: E501
+
+ :param postal_code: The postal_code of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+ :type: str
+ """
+
+ self._postal_code = postal_code
+
+ @property
+ def url(self):
+ """Gets the url of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+
+ The owner's website url # noqa: E501
+
+ :return: The url of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+ :rtype: str
+ """
+ return self._url
+
+ @property
+ def url_dict(self):
+ """Gets the url of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+
+ The owner's website url as a dictionary. Useful for Panda Dataframes. # noqa: E501
+
+ :return: The url of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+ :rtype: str
+ """
+
+ result = None
+
+ value = self.url
+ if isinstance(value, list):
+ result = list(map(
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ value
+ ))
+ elif hasattr(value, "to_dict"):
+ result = value.to_dict()
+ elif isinstance(value, dict):
+ result = dict(map(
+ lambda item: (item[0], item[1].to_dict())
+ if hasattr(item[1], "to_dict") else item,
+ value.items()
+ ))
+ else:
+ result = { 'url': value }
+
+
+ return result
+
+
+ @url.setter
+ def url(self, url):
+ """Sets the url of this ZacksInstitutionalHoldingOwnerDetail.
+
+ The owner's website url # noqa: E501
+
+ :param url: The url of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+ :type: str
+ """
+
+ self._url = url
+
+ @property
+ def investment_style(self):
+ """Gets the investment_style of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+
+ The owner's investment style ('I' = Income, 'V' = Value, 'G' = Growth, 'B' = Growth at a Reasonable Price, 'A' = Aggressive Growth, 'P' = Passive/Index, 'D' = Deep Value) # noqa: E501
+
+ :return: The investment_style of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+ :rtype: str
+ """
+ return self._investment_style
+
+ @property
+ def investment_style_dict(self):
+ """Gets the investment_style of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+
+ The owner's investment style ('I' = Income, 'V' = Value, 'G' = Growth, 'B' = Growth at a Reasonable Price, 'A' = Aggressive Growth, 'P' = Passive/Index, 'D' = Deep Value) as a dictionary. Useful for Panda Dataframes. # noqa: E501
+
+ :return: The investment_style of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+ :rtype: str
+ """
+
+ result = None
+
+ value = self.investment_style
+ if isinstance(value, list):
+ result = list(map(
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ value
+ ))
+ elif hasattr(value, "to_dict"):
+ result = value.to_dict()
+ elif isinstance(value, dict):
+ result = dict(map(
+ lambda item: (item[0], item[1].to_dict())
+ if hasattr(item[1], "to_dict") else item,
+ value.items()
+ ))
+ else:
+ result = { 'investment_style': value }
+
+
+ return result
+
+
+ @investment_style.setter
+ def investment_style(self, investment_style):
+ """Sets the investment_style of this ZacksInstitutionalHoldingOwnerDetail.
+
+ The owner's investment style ('I' = Income, 'V' = Value, 'G' = Growth, 'B' = Growth at a Reasonable Price, 'A' = Aggressive Growth, 'P' = Passive/Index, 'D' = Deep Value) # noqa: E501
+
+ :param investment_style: The investment_style of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+ :type: str
+ """
+
+ self._investment_style = investment_style
+
+ @property
+ def number_of_holdings(self):
+ """Gets the number_of_holdings of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+
+ Count of equity holdings only, doesn't include bonds or other funds held # noqa: E501
+
+ :return: The number_of_holdings of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+ :rtype: float
+ """
+ return self._number_of_holdings
+
+ @property
+ def number_of_holdings_dict(self):
+ """Gets the number_of_holdings of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+
+ Count of equity holdings only, doesn't include bonds or other funds held as a dictionary. Useful for Panda Dataframes. # noqa: E501
+
+ :return: The number_of_holdings of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+ :rtype: float
+ """
+
+ result = None
+
+ value = self.number_of_holdings
+ if isinstance(value, list):
+ result = list(map(
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ value
+ ))
+ elif hasattr(value, "to_dict"):
+ result = value.to_dict()
+ elif isinstance(value, dict):
+ result = dict(map(
+ lambda item: (item[0], item[1].to_dict())
+ if hasattr(item[1], "to_dict") else item,
+ value.items()
+ ))
+ else:
+ result = { 'number_of_holdings': value }
+
+
+ return result
+
+
+ @number_of_holdings.setter
+ def number_of_holdings(self, number_of_holdings):
+ """Sets the number_of_holdings of this ZacksInstitutionalHoldingOwnerDetail.
+
+ Count of equity holdings only, doesn't include bonds or other funds held # noqa: E501
+
+ :param number_of_holdings: The number_of_holdings of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+ :type: float
+ """
+
+ self._number_of_holdings = number_of_holdings
+
+ @property
+ def total_holdings_value(self):
+ """Gets the total_holdings_value of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+
+ Market value of equity holdings in 1,000s. Sum of shares held times last close price. # noqa: E501
+
+ :return: The total_holdings_value of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+ :rtype: float
+ """
+ return self._total_holdings_value
+
+ @property
+ def total_holdings_value_dict(self):
+ """Gets the total_holdings_value of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+
+ Market value of equity holdings in 1,000s. Sum of shares held times last close price. as a dictionary. Useful for Panda Dataframes. # noqa: E501
+
+ :return: The total_holdings_value of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+ :rtype: float
+ """
+
+ result = None
+
+ value = self.total_holdings_value
+ if isinstance(value, list):
+ result = list(map(
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ value
+ ))
+ elif hasattr(value, "to_dict"):
+ result = value.to_dict()
+ elif isinstance(value, dict):
+ result = dict(map(
+ lambda item: (item[0], item[1].to_dict())
+ if hasattr(item[1], "to_dict") else item,
+ value.items()
+ ))
+ else:
+ result = { 'total_holdings_value': value }
+
+
+ return result
+
+
+ @total_holdings_value.setter
+ def total_holdings_value(self, total_holdings_value):
+ """Sets the total_holdings_value of this ZacksInstitutionalHoldingOwnerDetail.
+
+ Market value of equity holdings in 1,000s. Sum of shares held times last close price. # noqa: E501
+
+ :param total_holdings_value: The total_holdings_value of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+ :type: float
+ """
+
+ self._total_holdings_value = total_holdings_value
+
+ @property
+ def portfolio_turnover_percent(self):
+ """Gets the portfolio_turnover_percent of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+
+ Annual portfolio turnover in terms of percentage of total value. # noqa: E501
+
+ :return: The portfolio_turnover_percent of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+ :rtype: float
+ """
+ return self._portfolio_turnover_percent
+
+ @property
+ def portfolio_turnover_percent_dict(self):
+ """Gets the portfolio_turnover_percent of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+
+ Annual portfolio turnover in terms of percentage of total value. as a dictionary. Useful for Panda Dataframes. # noqa: E501
+
+ :return: The portfolio_turnover_percent of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+ :rtype: float
+ """
+
+ result = None
+
+ value = self.portfolio_turnover_percent
+ if isinstance(value, list):
+ result = list(map(
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ value
+ ))
+ elif hasattr(value, "to_dict"):
+ result = value.to_dict()
+ elif isinstance(value, dict):
+ result = dict(map(
+ lambda item: (item[0], item[1].to_dict())
+ if hasattr(item[1], "to_dict") else item,
+ value.items()
+ ))
+ else:
+ result = { 'portfolio_turnover_percent': value }
+
+
+ return result
+
+
+ @portfolio_turnover_percent.setter
+ def portfolio_turnover_percent(self, portfolio_turnover_percent):
+ """Sets the portfolio_turnover_percent of this ZacksInstitutionalHoldingOwnerDetail.
+
+ Annual portfolio turnover in terms of percentage of total value. # noqa: E501
+
+ :param portfolio_turnover_percent: The portfolio_turnover_percent of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+ :type: float
+ """
+
+ self._portfolio_turnover_percent = portfolio_turnover_percent
+
+ @property
+ def is_fund(self):
+ """Gets the is_fund of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+
+ If 'Y', the owner is a fund? ('Y' = Yes, 'N' = No) # noqa: E501
+
+ :return: The is_fund of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+ :rtype: str
+ """
+ return self._is_fund
+
+ @property
+ def is_fund_dict(self):
+ """Gets the is_fund of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+
+ If 'Y', the owner is a fund? ('Y' = Yes, 'N' = No) as a dictionary. Useful for Panda Dataframes. # noqa: E501
+
+ :return: The is_fund of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+ :rtype: str
+ """
+
+ result = None
+
+ value = self.is_fund
+ if isinstance(value, list):
+ result = list(map(
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ value
+ ))
+ elif hasattr(value, "to_dict"):
+ result = value.to_dict()
+ elif isinstance(value, dict):
+ result = dict(map(
+ lambda item: (item[0], item[1].to_dict())
+ if hasattr(item[1], "to_dict") else item,
+ value.items()
+ ))
+ else:
+ result = { 'is_fund': value }
+
+
+ return result
+
+
+ @is_fund.setter
+ def is_fund(self, is_fund):
+ """Sets the is_fund of this ZacksInstitutionalHoldingOwnerDetail.
+
+ If 'Y', the owner is a fund? ('Y' = Yes, 'N' = No) # noqa: E501
+
+ :param is_fund: The is_fund of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+ :type: str
+ """
+
+ self._is_fund = is_fund
+
+ @property
+ def fund_ticker(self):
+ """Gets the fund_ticker of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+
+ Fund ticker if the institution is a fund # noqa: E501
+
+ :return: The fund_ticker of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+ :rtype: str
+ """
+ return self._fund_ticker
+
+ @property
+ def fund_ticker_dict(self):
+ """Gets the fund_ticker of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+
+ Fund ticker if the institution is a fund as a dictionary. Useful for Panda Dataframes. # noqa: E501
+
+ :return: The fund_ticker of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+ :rtype: str
+ """
+
+ result = None
+
+ value = self.fund_ticker
+ if isinstance(value, list):
+ result = list(map(
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ value
+ ))
+ elif hasattr(value, "to_dict"):
+ result = value.to_dict()
+ elif isinstance(value, dict):
+ result = dict(map(
+ lambda item: (item[0], item[1].to_dict())
+ if hasattr(item[1], "to_dict") else item,
+ value.items()
+ ))
+ else:
+ result = { 'fund_ticker': value }
+
+
+ return result
+
+
+ @fund_ticker.setter
+ def fund_ticker(self, fund_ticker):
+ """Sets the fund_ticker of this ZacksInstitutionalHoldingOwnerDetail.
+
+ Fund ticker if the institution is a fund # noqa: E501
+
+ :param fund_ticker: The fund_ticker of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+ :type: str
+ """
+
+ self._fund_ticker = fund_ticker
+
+ @property
+ def has_fund_manager(self):
+ """Gets the has_fund_manager of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+
+ Does the fund have a manager. ('Y' = Yes, 'N' = No) # noqa: E501
+
+ :return: The has_fund_manager of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+ :rtype: str
+ """
+ return self._has_fund_manager
+
+ @property
+ def has_fund_manager_dict(self):
+ """Gets the has_fund_manager of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+
+ Does the fund have a manager. ('Y' = Yes, 'N' = No) as a dictionary. Useful for Panda Dataframes. # noqa: E501
+
+ :return: The has_fund_manager of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+ :rtype: str
+ """
+
+ result = None
+
+ value = self.has_fund_manager
+ if isinstance(value, list):
+ result = list(map(
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ value
+ ))
+ elif hasattr(value, "to_dict"):
+ result = value.to_dict()
+ elif isinstance(value, dict):
+ result = dict(map(
+ lambda item: (item[0], item[1].to_dict())
+ if hasattr(item[1], "to_dict") else item,
+ value.items()
+ ))
+ else:
+ result = { 'has_fund_manager': value }
+
+
+ return result
+
+
+ @has_fund_manager.setter
+ def has_fund_manager(self, has_fund_manager):
+ """Sets the has_fund_manager of this ZacksInstitutionalHoldingOwnerDetail.
+
+ Does the fund have a manager. ('Y' = Yes, 'N' = No) # noqa: E501
+
+ :param has_fund_manager: The has_fund_manager of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+ :type: str
+ """
+
+ self._has_fund_manager = has_fund_manager
+
+ @property
+ def fund_manager_city(self):
+ """Gets the fund_manager_city of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+
+ The fund manager's city # noqa: E501
+
+ :return: The fund_manager_city of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+ :rtype: str
+ """
+ return self._fund_manager_city
+
+ @property
+ def fund_manager_city_dict(self):
+ """Gets the fund_manager_city of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+
+ The fund manager's city as a dictionary. Useful for Panda Dataframes. # noqa: E501
+
+ :return: The fund_manager_city of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+ :rtype: str
+ """
+
+ result = None
+
+ value = self.fund_manager_city
+ if isinstance(value, list):
+ result = list(map(
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ value
+ ))
+ elif hasattr(value, "to_dict"):
+ result = value.to_dict()
+ elif isinstance(value, dict):
+ result = dict(map(
+ lambda item: (item[0], item[1].to_dict())
+ if hasattr(item[1], "to_dict") else item,
+ value.items()
+ ))
+ else:
+ result = { 'fund_manager_city': value }
+
+
+ return result
+
+
+ @fund_manager_city.setter
+ def fund_manager_city(self, fund_manager_city):
+ """Sets the fund_manager_city of this ZacksInstitutionalHoldingOwnerDetail.
+
+ The fund manager's city # noqa: E501
+
+ :param fund_manager_city: The fund_manager_city of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+ :type: str
+ """
+
+ self._fund_manager_city = fund_manager_city
+
+ @property
+ def fund_manager_name(self):
+ """Gets the fund_manager_name of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+
+ The fund manager's name # noqa: E501
+
+ :return: The fund_manager_name of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+ :rtype: str
+ """
+ return self._fund_manager_name
+
+ @property
+ def fund_manager_name_dict(self):
+ """Gets the fund_manager_name of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+
+ The fund manager's name as a dictionary. Useful for Panda Dataframes. # noqa: E501
+
+ :return: The fund_manager_name of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+ :rtype: str
+ """
+
+ result = None
+
+ value = self.fund_manager_name
+ if isinstance(value, list):
+ result = list(map(
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ value
+ ))
+ elif hasattr(value, "to_dict"):
+ result = value.to_dict()
+ elif isinstance(value, dict):
+ result = dict(map(
+ lambda item: (item[0], item[1].to_dict())
+ if hasattr(item[1], "to_dict") else item,
+ value.items()
+ ))
+ else:
+ result = { 'fund_manager_name': value }
+
+
+ return result
+
+
+ @fund_manager_name.setter
+ def fund_manager_name(self, fund_manager_name):
+ """Sets the fund_manager_name of this ZacksInstitutionalHoldingOwnerDetail.
+
+ The fund manager's name # noqa: E501
+
+ :param fund_manager_name: The fund_manager_name of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+ :type: str
+ """
+
+ self._fund_manager_name = fund_manager_name
+
+ @property
+ def fund_manager_state(self):
+ """Gets the fund_manager_state of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+
+ The fund manager's state # noqa: E501
+
+ :return: The fund_manager_state of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+ :rtype: str
+ """
+ return self._fund_manager_state
+
+ @property
+ def fund_manager_state_dict(self):
+ """Gets the fund_manager_state of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+
+ The fund manager's state as a dictionary. Useful for Panda Dataframes. # noqa: E501
+
+ :return: The fund_manager_state of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+ :rtype: str
+ """
+
+ result = None
+
+ value = self.fund_manager_state
+ if isinstance(value, list):
+ result = list(map(
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ value
+ ))
+ elif hasattr(value, "to_dict"):
+ result = value.to_dict()
+ elif isinstance(value, dict):
+ result = dict(map(
+ lambda item: (item[0], item[1].to_dict())
+ if hasattr(item[1], "to_dict") else item,
+ value.items()
+ ))
+ else:
+ result = { 'fund_manager_state': value }
+
+
+ return result
+
+
+ @fund_manager_state.setter
+ def fund_manager_state(self, fund_manager_state):
+ """Sets the fund_manager_state of this ZacksInstitutionalHoldingOwnerDetail.
+
+ The fund manager's state # noqa: E501
+
+ :param fund_manager_state: The fund_manager_state of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+ :type: str
+ """
+
+ self._fund_manager_state = fund_manager_state
+
+ @property
+ def files_13f(self):
+ """Gets the files_13f of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+
+ If 'Y', the company files the SEC 13F report. ('Y' = Yes, 'N' = No) # noqa: E501
+
+ :return: The files_13f of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+ :rtype: str
+ """
+ return self._files_13f
+
+ @property
+ def files_13f_dict(self):
+ """Gets the files_13f of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+
+ If 'Y', the company files the SEC 13F report. ('Y' = Yes, 'N' = No) as a dictionary. Useful for Panda Dataframes. # noqa: E501
+
+ :return: The files_13f of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+ :rtype: str
+ """
+
+ result = None
+
+ value = self.files_13f
+ if isinstance(value, list):
+ result = list(map(
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ value
+ ))
+ elif hasattr(value, "to_dict"):
+ result = value.to_dict()
+ elif isinstance(value, dict):
+ result = dict(map(
+ lambda item: (item[0], item[1].to_dict())
+ if hasattr(item[1], "to_dict") else item,
+ value.items()
+ ))
+ else:
+ result = { 'files_13f': value }
+
+
+ return result
+
+
+ @files_13f.setter
+ def files_13f(self, files_13f):
+ """Sets the files_13f of this ZacksInstitutionalHoldingOwnerDetail.
+
+ If 'Y', the company files the SEC 13F report. ('Y' = Yes, 'N' = No) # noqa: E501
+
+ :param files_13f: The files_13f of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+ :type: str
+ """
+
+ self._files_13f = files_13f
+
+ @property
+ def is_etf(self):
+ """Gets the is_etf of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+
+ If 'Y', the owner is an ETF. ('Y' = Yes, 'N' = No) # noqa: E501
+
+ :return: The is_etf of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+ :rtype: str
+ """
+ return self._is_etf
+
+ @property
+ def is_etf_dict(self):
+ """Gets the is_etf of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+
+ If 'Y', the owner is an ETF. ('Y' = Yes, 'N' = No) as a dictionary. Useful for Panda Dataframes. # noqa: E501
+
+ :return: The is_etf of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+ :rtype: str
+ """
+
+ result = None
+
+ value = self.is_etf
+ if isinstance(value, list):
+ result = list(map(
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ value
+ ))
+ elif hasattr(value, "to_dict"):
+ result = value.to_dict()
+ elif isinstance(value, dict):
+ result = dict(map(
+ lambda item: (item[0], item[1].to_dict())
+ if hasattr(item[1], "to_dict") else item,
+ value.items()
+ ))
+ else:
+ result = { 'is_etf': value }
+
+
+ return result
+
+
+ @is_etf.setter
+ def is_etf(self, is_etf):
+ """Sets the is_etf of this ZacksInstitutionalHoldingOwnerDetail.
+
+ If 'Y', the owner is an ETF. ('Y' = Yes, 'N' = No) # noqa: E501
+
+ :param is_etf: The is_etf of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+ :type: str
+ """
+
+ self._is_etf = is_etf
+
+ @property
+ def last_updated_on(self):
+ """Gets the last_updated_on of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+
+ The the last updated date # noqa: E501
+
+ :return: The last_updated_on of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+ :rtype: date
+ """
+ return self._last_updated_on
+
+ @property
+ def last_updated_on_dict(self):
+ """Gets the last_updated_on of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+
+ The the last updated date as a dictionary. Useful for Panda Dataframes. # noqa: E501
+
+ :return: The last_updated_on of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+ :rtype: date
+ """
+
+ result = None
+
+ value = self.last_updated_on
+ if isinstance(value, list):
+ result = list(map(
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ value
+ ))
+ elif hasattr(value, "to_dict"):
+ result = value.to_dict()
+ elif isinstance(value, dict):
+ result = dict(map(
+ lambda item: (item[0], item[1].to_dict())
+ if hasattr(item[1], "to_dict") else item,
+ value.items()
+ ))
+ else:
+ result = { 'last_updated_on': value }
+
+
+ return result
+
+
+ @last_updated_on.setter
+ def last_updated_on(self, last_updated_on):
+ """Sets the last_updated_on of this ZacksInstitutionalHoldingOwnerDetail.
+
+ The the last updated date # noqa: E501
+
+ :param last_updated_on: The last_updated_on of this ZacksInstitutionalHoldingOwnerDetail. # noqa: E501
+ :type: date
+ """
+
+ self._last_updated_on = last_updated_on
+
+ def to_dict(self):
+ """Returns the model properties as a dict"""
+ result = {}
+
+ for attr, _ in six.iteritems(self.swagger_types):
+ value = getattr(self, attr)
+ if isinstance(value, list):
+ result[attr] = list(map(
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ value
+ ))
+ elif hasattr(value, "to_dict"):
+ result[attr] = value.to_dict()
+ elif isinstance(value, dict):
+ result[attr] = dict(map(
+ lambda item: (item[0], item[1].to_dict())
+ if hasattr(item[1], "to_dict") else item,
+ value.items()
+ ))
+ else:
+ result[attr] = value
+
+ return result
+
+ def to_str(self):
+ """Returns the string representation of the model"""
+ return pprint.pformat(self.to_dict())
+
+ def __repr__(self):
+ """For `print` and `pprint`"""
+ return self.to_str()
+
+ def __eq__(self, other):
+ """Returns true if both objects are equal"""
+ if not isinstance(other, ZacksInstitutionalHoldingOwnerDetail):
+ return False
+
+ return self.__dict__ == other.__dict__
+
+ def __ne__(self, other):
+ """Returns true if both objects are not equal"""
+ return not self == other
diff --git a/intrinio_sdk/models/zacks_institutional_holding_owner_summary.py b/intrinio_sdk/models/zacks_institutional_holding_owner_summary.py
new file mode 100644
index 000000000..c2cc15c08
--- /dev/null
+++ b/intrinio_sdk/models/zacks_institutional_holding_owner_summary.py
@@ -0,0 +1,208 @@
+# coding: utf-8
+
+"""
+ Intrinio API
+
+ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
+
+ OpenAPI spec version: 2.13.0
+
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
+"""
+
+
+import pprint
+import re # noqa: F401
+
+import six
+
+
+class ZacksInstitutionalHoldingOwnerSummary(object):
+ """NOTE: This class is auto generated by the swagger code generator program.
+
+ Do not edit the class manually.
+ """
+
+ """
+ Attributes:
+ swagger_types (dict): The key is attribute name
+ and the value is attribute type.
+ attribute_map (dict): The key is attribute name
+ and the value is json key in definition.
+ """
+ swagger_types = {
+ 'name': 'str',
+ 'cik': 'str'
+ }
+
+ attribute_map = {
+ 'name': 'name',
+ 'cik': 'cik'
+ }
+
+ def __init__(self, name=None, cik=None): # noqa: E501
+ """ZacksInstitutionalHoldingOwnerSummary - a model defined in Swagger""" # noqa: E501
+
+ self._name = None
+ self._cik = None
+ self.discriminator = None
+
+ if name is not None:
+ self.name = name
+ if cik is not None:
+ self.cik = cik
+
+ @property
+ def name(self):
+ """Gets the name of this ZacksInstitutionalHoldingOwnerSummary. # noqa: E501
+
+ The owner's name # noqa: E501
+
+ :return: The name of this ZacksInstitutionalHoldingOwnerSummary. # noqa: E501
+ :rtype: str
+ """
+ return self._name
+
+ @property
+ def name_dict(self):
+ """Gets the name of this ZacksInstitutionalHoldingOwnerSummary. # noqa: E501
+
+ The owner's name as a dictionary. Useful for Panda Dataframes. # noqa: E501
+
+ :return: The name of this ZacksInstitutionalHoldingOwnerSummary. # noqa: E501
+ :rtype: str
+ """
+
+ result = None
+
+ value = self.name
+ if isinstance(value, list):
+ result = list(map(
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ value
+ ))
+ elif hasattr(value, "to_dict"):
+ result = value.to_dict()
+ elif isinstance(value, dict):
+ result = dict(map(
+ lambda item: (item[0], item[1].to_dict())
+ if hasattr(item[1], "to_dict") else item,
+ value.items()
+ ))
+ else:
+ result = { 'name': value }
+
+
+ return result
+
+
+ @name.setter
+ def name(self, name):
+ """Sets the name of this ZacksInstitutionalHoldingOwnerSummary.
+
+ The owner's name # noqa: E501
+
+ :param name: The name of this ZacksInstitutionalHoldingOwnerSummary. # noqa: E501
+ :type: str
+ """
+
+ self._name = name
+
+ @property
+ def cik(self):
+ """Gets the cik of this ZacksInstitutionalHoldingOwnerSummary. # noqa: E501
+
+ The Central Index Key (CIK) assigned to the company by the SEC as a unique identifier, used in SEC filings # noqa: E501
+
+ :return: The cik of this ZacksInstitutionalHoldingOwnerSummary. # noqa: E501
+ :rtype: str
+ """
+ return self._cik
+
+ @property
+ def cik_dict(self):
+ """Gets the cik of this ZacksInstitutionalHoldingOwnerSummary. # noqa: E501
+
+ The Central Index Key (CIK) assigned to the company by the SEC as a unique identifier, used in SEC filings as a dictionary. Useful for Panda Dataframes. # noqa: E501
+
+ :return: The cik of this ZacksInstitutionalHoldingOwnerSummary. # noqa: E501
+ :rtype: str
+ """
+
+ result = None
+
+ value = self.cik
+ if isinstance(value, list):
+ result = list(map(
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ value
+ ))
+ elif hasattr(value, "to_dict"):
+ result = value.to_dict()
+ elif isinstance(value, dict):
+ result = dict(map(
+ lambda item: (item[0], item[1].to_dict())
+ if hasattr(item[1], "to_dict") else item,
+ value.items()
+ ))
+ else:
+ result = { 'cik': value }
+
+
+ return result
+
+
+ @cik.setter
+ def cik(self, cik):
+ """Sets the cik of this ZacksInstitutionalHoldingOwnerSummary.
+
+ The Central Index Key (CIK) assigned to the company by the SEC as a unique identifier, used in SEC filings # noqa: E501
+
+ :param cik: The cik of this ZacksInstitutionalHoldingOwnerSummary. # noqa: E501
+ :type: str
+ """
+
+ self._cik = cik
+
+ def to_dict(self):
+ """Returns the model properties as a dict"""
+ result = {}
+
+ for attr, _ in six.iteritems(self.swagger_types):
+ value = getattr(self, attr)
+ if isinstance(value, list):
+ result[attr] = list(map(
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
+ value
+ ))
+ elif hasattr(value, "to_dict"):
+ result[attr] = value.to_dict()
+ elif isinstance(value, dict):
+ result[attr] = dict(map(
+ lambda item: (item[0], item[1].to_dict())
+ if hasattr(item[1], "to_dict") else item,
+ value.items()
+ ))
+ else:
+ result[attr] = value
+
+ return result
+
+ def to_str(self):
+ """Returns the string representation of the model"""
+ return pprint.pformat(self.to_dict())
+
+ def __repr__(self):
+ """For `print` and `pprint`"""
+ return self.to_str()
+
+ def __eq__(self, other):
+ """Returns true if both objects are equal"""
+ if not isinstance(other, ZacksInstitutionalHoldingOwnerSummary):
+ return False
+
+ return self.__dict__ == other.__dict__
+
+ def __ne__(self, other):
+ """Returns true if both objects are not equal"""
+ return not self == other
diff --git a/intrinio_sdk/models/zacks_long_term_growth_rate.py b/intrinio_sdk/models/zacks_long_term_growth_rate.py
index 1b06c1e21..38b6c21e3 100644
--- a/intrinio_sdk/models/zacks_long_term_growth_rate.py
+++ b/intrinio_sdk/models/zacks_long_term_growth_rate.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/zacks_sales_surprise.py b/intrinio_sdk/models/zacks_sales_surprise.py
index 196219b3a..12ff33345 100644
--- a/intrinio_sdk/models/zacks_sales_surprise.py
+++ b/intrinio_sdk/models/zacks_sales_surprise.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/zacks_sales_surprise_summary.py b/intrinio_sdk/models/zacks_sales_surprise_summary.py
index b43efa65d..eca2cb6fe 100644
--- a/intrinio_sdk/models/zacks_sales_surprise_summary.py
+++ b/intrinio_sdk/models/zacks_sales_surprise_summary.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/models/zacks_target_price_consensus.py b/intrinio_sdk/models/zacks_target_price_consensus.py
index bdf2e5434..fb28cf0cf 100644
--- a/intrinio_sdk/models/zacks_target_price_consensus.py
+++ b/intrinio_sdk/models/zacks_target_price_consensus.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/intrinio_sdk/rest.py b/intrinio_sdk/rest.py
index ffa6b3120..51d5bcfb3 100644
--- a/intrinio_sdk/rest.py
+++ b/intrinio_sdk/rest.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/setup.py b/setup.py
index b0cace9b7..6947ce802 100644
--- a/setup.py
+++ b/setup.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
@@ -14,7 +14,7 @@
from setuptools import setup, find_packages # noqa: H301
NAME = "intrinio-sdk"
-VERSION = "5.4.0"
+VERSION = "5.5.0"
# To install the library, run the following
#
# python setup.py install
diff --git a/test/test_accumulation_distribution_index_technical_value.py b/test/test_accumulation_distribution_index_technical_value.py
index e223e327c..a082d8bb7 100644
--- a/test/test_accumulation_distribution_index_technical_value.py
+++ b/test/test_accumulation_distribution_index_technical_value.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_api_response_bulk_download_links.py b/test/test_api_response_bulk_download_links.py
index 3c1831a27..110bc7eca 100644
--- a/test/test_api_response_bulk_download_links.py
+++ b/test/test_api_response_bulk_download_links.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_api_response_companies.py b/test/test_api_response_companies.py
index 5aa03783a..64e250f1b 100644
--- a/test/test_api_response_companies.py
+++ b/test/test_api_response_companies.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_api_response_companies_search.py b/test/test_api_response_companies_search.py
index 4935f28f1..b57e7c3f4 100644
--- a/test/test_api_response_companies_search.py
+++ b/test/test_api_response_companies_search.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_api_response_company_filings.py b/test/test_api_response_company_filings.py
index 209bd8e98..438696ae2 100644
--- a/test/test_api_response_company_filings.py
+++ b/test/test_api_response_company_filings.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_api_response_company_fundamentals.py b/test/test_api_response_company_fundamentals.py
index b48a311d9..1267e3e0f 100644
--- a/test/test_api_response_company_fundamentals.py
+++ b/test/test_api_response_company_fundamentals.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_api_response_company_historical_data.py b/test/test_api_response_company_historical_data.py
index 938253511..3e72ec9aa 100644
--- a/test/test_api_response_company_historical_data.py
+++ b/test/test_api_response_company_historical_data.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_api_response_company_news.py b/test/test_api_response_company_news.py
index 4fd3c8a7a..3c0d1a6d2 100644
--- a/test/test_api_response_company_news.py
+++ b/test/test_api_response_company_news.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_api_response_company_securities.py b/test/test_api_response_company_securities.py
index ce5c6de64..b73a6a1fa 100644
--- a/test/test_api_response_company_securities.py
+++ b/test/test_api_response_company_securities.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_api_response_data_tags.py b/test/test_api_response_data_tags.py
index 62db887e2..7ffa076a0 100644
--- a/test/test_api_response_data_tags.py
+++ b/test/test_api_response_data_tags.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_api_response_data_tags_search.py b/test/test_api_response_data_tags_search.py
index f94b709cd..e50022eab 100644
--- a/test/test_api_response_data_tags_search.py
+++ b/test/test_api_response_data_tags_search.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_api_response_economic_index_historical_data.py b/test/test_api_response_economic_index_historical_data.py
index 915251ba7..cdbd312ae 100644
--- a/test/test_api_response_economic_index_historical_data.py
+++ b/test/test_api_response_economic_index_historical_data.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_api_response_economic_indices.py b/test/test_api_response_economic_indices.py
index b3c4745b1..1ce47f876 100644
--- a/test/test_api_response_economic_indices.py
+++ b/test/test_api_response_economic_indices.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_api_response_economic_indices_search.py b/test/test_api_response_economic_indices_search.py
index c84afea46..0ea7f23e5 100644
--- a/test/test_api_response_economic_indices_search.py
+++ b/test/test_api_response_economic_indices_search.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_api_response_filing_fundamentals.py b/test/test_api_response_filing_fundamentals.py
index 5e033764e..346236734 100644
--- a/test/test_api_response_filing_fundamentals.py
+++ b/test/test_api_response_filing_fundamentals.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_api_response_filing_notes.py b/test/test_api_response_filing_notes.py
index fe8533b15..536fc028d 100644
--- a/test/test_api_response_filing_notes.py
+++ b/test/test_api_response_filing_notes.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_api_response_filing_notes_search.py b/test/test_api_response_filing_notes_search.py
index bedaeb105..f7ca05b38 100644
--- a/test/test_api_response_filing_notes_search.py
+++ b/test/test_api_response_filing_notes_search.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_api_response_filings.py b/test/test_api_response_filings.py
index 42530a5c8..b4471ed37 100644
--- a/test/test_api_response_filings.py
+++ b/test/test_api_response_filings.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_api_response_forex_currencies.py b/test/test_api_response_forex_currencies.py
index 5f801d33e..e9687287c 100644
--- a/test/test_api_response_forex_currencies.py
+++ b/test/test_api_response_forex_currencies.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_api_response_forex_pairs.py b/test/test_api_response_forex_pairs.py
index 874dd70f9..98f2b9425 100644
--- a/test/test_api_response_forex_pairs.py
+++ b/test/test_api_response_forex_pairs.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_api_response_forex_prices.py b/test/test_api_response_forex_prices.py
index 8ecee4c50..d70d06167 100644
--- a/test/test_api_response_forex_prices.py
+++ b/test/test_api_response_forex_prices.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_api_response_historical_data.py b/test/test_api_response_historical_data.py
index d09b33784..cf2f9cbcd 100644
--- a/test/test_api_response_historical_data.py
+++ b/test/test_api_response_historical_data.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_api_response_initial_public_offerings.py b/test/test_api_response_initial_public_offerings.py
index 753ff24ac..208fa07b3 100644
--- a/test/test_api_response_initial_public_offerings.py
+++ b/test/test_api_response_initial_public_offerings.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_api_response_municipalities.py b/test/test_api_response_municipalities.py
index 54ca213c3..0430db12d 100644
--- a/test/test_api_response_municipalities.py
+++ b/test/test_api_response_municipalities.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_api_response_municipalitiy_financials.py b/test/test_api_response_municipalitiy_financials.py
index a5ed483a9..f2ff9fc3a 100644
--- a/test/test_api_response_municipalitiy_financials.py
+++ b/test/test_api_response_municipalitiy_financials.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_api_response_news.py b/test/test_api_response_news.py
index 1e67fe368..b93c5dc88 100644
--- a/test/test_api_response_news.py
+++ b/test/test_api_response_news.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_api_response_option_prices.py b/test/test_api_response_option_prices.py
index bb8869009..4d5602931 100644
--- a/test/test_api_response_option_prices.py
+++ b/test/test_api_response_option_prices.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_api_response_options.py b/test/test_api_response_options.py
index 369b50fd0..ceeabe6ec 100644
--- a/test/test_api_response_options.py
+++ b/test/test_api_response_options.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_api_response_options_chain.py b/test/test_api_response_options_chain.py
index d8becb1de..3860f2b4d 100644
--- a/test/test_api_response_options_chain.py
+++ b/test/test_api_response_options_chain.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_api_response_options_expirations.py b/test/test_api_response_options_expirations.py
index 6a75b27f3..921461711 100644
--- a/test/test_api_response_options_expirations.py
+++ b/test/test_api_response_options_expirations.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_api_response_reported_financials.py b/test/test_api_response_reported_financials.py
index a1319a615..6d5d93639 100644
--- a/test/test_api_response_reported_financials.py
+++ b/test/test_api_response_reported_financials.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_api_response_securities.py b/test/test_api_response_securities.py
index d6f6b4111..a4cf0d442 100644
--- a/test/test_api_response_securities.py
+++ b/test/test_api_response_securities.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_api_response_securities_search.py b/test/test_api_response_securities_search.py
index a5589fee3..add4763bd 100644
--- a/test/test_api_response_securities_search.py
+++ b/test/test_api_response_securities_search.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_api_response_security_accumulation_distribution_index.py b/test/test_api_response_security_accumulation_distribution_index.py
index 8fd9fa56b..4d026deed 100644
--- a/test/test_api_response_security_accumulation_distribution_index.py
+++ b/test/test_api_response_security_accumulation_distribution_index.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_api_response_security_average_daily_trading_volume.py b/test/test_api_response_security_average_daily_trading_volume.py
index cb390121d..82ed26b2d 100644
--- a/test/test_api_response_security_average_daily_trading_volume.py
+++ b/test/test_api_response_security_average_daily_trading_volume.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_api_response_security_average_directional_index.py b/test/test_api_response_security_average_directional_index.py
index a96a3b428..c7bdd0a7a 100644
--- a/test/test_api_response_security_average_directional_index.py
+++ b/test/test_api_response_security_average_directional_index.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_api_response_security_average_true_range.py b/test/test_api_response_security_average_true_range.py
index 20c5517d5..7e274d079 100644
--- a/test/test_api_response_security_average_true_range.py
+++ b/test/test_api_response_security_average_true_range.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_api_response_security_awesome_oscillator.py b/test/test_api_response_security_awesome_oscillator.py
index b86c79e70..57b9d9228 100644
--- a/test/test_api_response_security_awesome_oscillator.py
+++ b/test/test_api_response_security_awesome_oscillator.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_api_response_security_bollinger_bands.py b/test/test_api_response_security_bollinger_bands.py
index 904f8b6b8..79fca8515 100644
--- a/test/test_api_response_security_bollinger_bands.py
+++ b/test/test_api_response_security_bollinger_bands.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_api_response_security_chaikin_money_flow.py b/test/test_api_response_security_chaikin_money_flow.py
index 25c8f6208..e4faf2eee 100644
--- a/test/test_api_response_security_chaikin_money_flow.py
+++ b/test/test_api_response_security_chaikin_money_flow.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_api_response_security_commodity_channel_index.py b/test/test_api_response_security_commodity_channel_index.py
index 9dfa18e04..a2d0d1957 100644
--- a/test/test_api_response_security_commodity_channel_index.py
+++ b/test/test_api_response_security_commodity_channel_index.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_api_response_security_detrended_price_oscillator.py b/test/test_api_response_security_detrended_price_oscillator.py
index 843ceeeb0..70914acc9 100644
--- a/test/test_api_response_security_detrended_price_oscillator.py
+++ b/test/test_api_response_security_detrended_price_oscillator.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_api_response_security_donchian_channel.py b/test/test_api_response_security_donchian_channel.py
index a39ff18e8..894880dee 100644
--- a/test/test_api_response_security_donchian_channel.py
+++ b/test/test_api_response_security_donchian_channel.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_api_response_security_ease_of_movement.py b/test/test_api_response_security_ease_of_movement.py
index a0b2a81be..16e5d291b 100644
--- a/test/test_api_response_security_ease_of_movement.py
+++ b/test/test_api_response_security_ease_of_movement.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_api_response_security_force_index.py b/test/test_api_response_security_force_index.py
index ba4125a13..5d0bcfa08 100644
--- a/test/test_api_response_security_force_index.py
+++ b/test/test_api_response_security_force_index.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_api_response_security_historical_data.py b/test/test_api_response_security_historical_data.py
index ca7f971b8..f41e572a3 100644
--- a/test/test_api_response_security_historical_data.py
+++ b/test/test_api_response_security_historical_data.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_api_response_security_ichimoku_kinko_hyo.py b/test/test_api_response_security_ichimoku_kinko_hyo.py
index 8171eeb97..b2bfa5a95 100644
--- a/test/test_api_response_security_ichimoku_kinko_hyo.py
+++ b/test/test_api_response_security_ichimoku_kinko_hyo.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_api_response_security_intraday_prices.py b/test/test_api_response_security_intraday_prices.py
index 1ac50c2c2..9c4fbb6c7 100644
--- a/test/test_api_response_security_intraday_prices.py
+++ b/test/test_api_response_security_intraday_prices.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_api_response_security_keltner_channel.py b/test/test_api_response_security_keltner_channel.py
index b7a0d021b..0a14c948c 100644
--- a/test/test_api_response_security_keltner_channel.py
+++ b/test/test_api_response_security_keltner_channel.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_api_response_security_know_sure_thing.py b/test/test_api_response_security_know_sure_thing.py
index 76bbace3f..9c4eee257 100644
--- a/test/test_api_response_security_know_sure_thing.py
+++ b/test/test_api_response_security_know_sure_thing.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_api_response_security_mass_index.py b/test/test_api_response_security_mass_index.py
index 239e6ad36..1ce0ed9ad 100644
--- a/test/test_api_response_security_mass_index.py
+++ b/test/test_api_response_security_mass_index.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_api_response_security_money_flow_index.py b/test/test_api_response_security_money_flow_index.py
index cee63fbeb..d15c66166 100644
--- a/test/test_api_response_security_money_flow_index.py
+++ b/test/test_api_response_security_money_flow_index.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_api_response_security_moving_average_convergence_divergence.py b/test/test_api_response_security_moving_average_convergence_divergence.py
index d0ebf54a9..dc9ddde7b 100644
--- a/test/test_api_response_security_moving_average_convergence_divergence.py
+++ b/test/test_api_response_security_moving_average_convergence_divergence.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_api_response_security_negative_volume_index.py b/test/test_api_response_security_negative_volume_index.py
index e48b3bc26..8f09d20b5 100644
--- a/test/test_api_response_security_negative_volume_index.py
+++ b/test/test_api_response_security_negative_volume_index.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_api_response_security_on_balance_volume.py b/test/test_api_response_security_on_balance_volume.py
index dba2072f4..a51ad2b7a 100644
--- a/test/test_api_response_security_on_balance_volume.py
+++ b/test/test_api_response_security_on_balance_volume.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_api_response_security_on_balance_volume_mean.py b/test/test_api_response_security_on_balance_volume_mean.py
index 19638c4a2..b8ed06cda 100644
--- a/test/test_api_response_security_on_balance_volume_mean.py
+++ b/test/test_api_response_security_on_balance_volume_mean.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_api_response_security_relative_strength_index.py b/test/test_api_response_security_relative_strength_index.py
index 32ade7cfc..e895cc67d 100644
--- a/test/test_api_response_security_relative_strength_index.py
+++ b/test/test_api_response_security_relative_strength_index.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_api_response_security_simple_moving_average.py b/test/test_api_response_security_simple_moving_average.py
index ef87e19ab..e6bc7e52d 100644
--- a/test/test_api_response_security_simple_moving_average.py
+++ b/test/test_api_response_security_simple_moving_average.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_api_response_security_stochastic_oscillator.py b/test/test_api_response_security_stochastic_oscillator.py
index 46fbb2ad1..4c519630a 100644
--- a/test/test_api_response_security_stochastic_oscillator.py
+++ b/test/test_api_response_security_stochastic_oscillator.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_api_response_security_stock_price_adjustments.py b/test/test_api_response_security_stock_price_adjustments.py
index 5d9136c88..cd45d04e5 100644
--- a/test/test_api_response_security_stock_price_adjustments.py
+++ b/test/test_api_response_security_stock_price_adjustments.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_api_response_security_stock_prices.py b/test/test_api_response_security_stock_prices.py
index b707672c5..8f4308388 100644
--- a/test/test_api_response_security_stock_prices.py
+++ b/test/test_api_response_security_stock_prices.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_api_response_security_triple_exponential_average.py b/test/test_api_response_security_triple_exponential_average.py
index 1b2b5cc1b..650273ecd 100644
--- a/test/test_api_response_security_triple_exponential_average.py
+++ b/test/test_api_response_security_triple_exponential_average.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_api_response_security_true_strength_index.py b/test/test_api_response_security_true_strength_index.py
index 1b8338750..7ae8d6e74 100644
--- a/test/test_api_response_security_true_strength_index.py
+++ b/test/test_api_response_security_true_strength_index.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_api_response_security_ultimate_oscillator.py b/test/test_api_response_security_ultimate_oscillator.py
index b6e9d27fe..f4c06a690 100644
--- a/test/test_api_response_security_ultimate_oscillator.py
+++ b/test/test_api_response_security_ultimate_oscillator.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_api_response_security_volume_price_trend.py b/test/test_api_response_security_volume_price_trend.py
index 385b826a3..3cb6c07b0 100644
--- a/test/test_api_response_security_volume_price_trend.py
+++ b/test/test_api_response_security_volume_price_trend.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_api_response_security_volume_weighted_average_price.py b/test/test_api_response_security_volume_weighted_average_price.py
index c1c8e60f9..f96709ea7 100644
--- a/test/test_api_response_security_volume_weighted_average_price.py
+++ b/test/test_api_response_security_volume_weighted_average_price.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_api_response_security_vortex_indicator.py b/test/test_api_response_security_vortex_indicator.py
index 6140406c3..f4e9776e9 100644
--- a/test/test_api_response_security_vortex_indicator.py
+++ b/test/test_api_response_security_vortex_indicator.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_api_response_security_williams_r.py b/test/test_api_response_security_williams_r.py
index 5f6974462..759035380 100644
--- a/test/test_api_response_security_williams_r.py
+++ b/test/test_api_response_security_williams_r.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_api_response_security_zacks_analyst_ratings.py b/test/test_api_response_security_zacks_analyst_ratings.py
index 4e1bd1467..5184bc087 100644
--- a/test/test_api_response_security_zacks_analyst_ratings.py
+++ b/test/test_api_response_security_zacks_analyst_ratings.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_api_response_security_zacks_analyst_ratings_snapshot.py b/test/test_api_response_security_zacks_analyst_ratings_snapshot.py
index 902f7e522..17ec22552 100644
--- a/test/test_api_response_security_zacks_analyst_ratings_snapshot.py
+++ b/test/test_api_response_security_zacks_analyst_ratings_snapshot.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_api_response_security_zacks_eps_surprises.py b/test/test_api_response_security_zacks_eps_surprises.py
index a5de11ddd..98df74137 100644
--- a/test/test_api_response_security_zacks_eps_surprises.py
+++ b/test/test_api_response_security_zacks_eps_surprises.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_api_response_security_zacks_sales_surprises.py b/test/test_api_response_security_zacks_sales_surprises.py
index fa02be852..1621d2f91 100644
--- a/test/test_api_response_security_zacks_sales_surprises.py
+++ b/test/test_api_response_security_zacks_sales_surprises.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_api_response_sic_index_historical_data.py b/test/test_api_response_sic_index_historical_data.py
index c6a0c7c6a..826aca709 100644
--- a/test/test_api_response_sic_index_historical_data.py
+++ b/test/test_api_response_sic_index_historical_data.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_api_response_sic_indices.py b/test/test_api_response_sic_indices.py
index 04a322b74..f42417df7 100644
--- a/test/test_api_response_sic_indices.py
+++ b/test/test_api_response_sic_indices.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_api_response_sic_indices_search.py b/test/test_api_response_sic_indices_search.py
index 7e9c96c01..410a88bc4 100644
--- a/test/test_api_response_sic_indices_search.py
+++ b/test/test_api_response_sic_indices_search.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_api_response_standardized_financials.py b/test/test_api_response_standardized_financials.py
index c7b04f3db..8389b6eee 100644
--- a/test/test_api_response_standardized_financials.py
+++ b/test/test_api_response_standardized_financials.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_api_response_stock_exchange_realtime_stock_prices.py b/test/test_api_response_stock_exchange_realtime_stock_prices.py
index 646a706a7..b3290c756 100644
--- a/test/test_api_response_stock_exchange_realtime_stock_prices.py
+++ b/test/test_api_response_stock_exchange_realtime_stock_prices.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_api_response_stock_exchange_securities.py b/test/test_api_response_stock_exchange_securities.py
index dff7b944e..293bf3dc8 100644
--- a/test/test_api_response_stock_exchange_securities.py
+++ b/test/test_api_response_stock_exchange_securities.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_api_response_stock_exchange_stock_price_adjustments.py b/test/test_api_response_stock_exchange_stock_price_adjustments.py
index 7b17ecac1..32650f985 100644
--- a/test/test_api_response_stock_exchange_stock_price_adjustments.py
+++ b/test/test_api_response_stock_exchange_stock_price_adjustments.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_api_response_stock_exchange_stock_prices.py b/test/test_api_response_stock_exchange_stock_prices.py
index e0d189c60..d224c1084 100644
--- a/test/test_api_response_stock_exchange_stock_prices.py
+++ b/test/test_api_response_stock_exchange_stock_prices.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_api_response_stock_exchanges.py b/test/test_api_response_stock_exchanges.py
index aebbfe8ac..f43e2a756 100644
--- a/test/test_api_response_stock_exchanges.py
+++ b/test/test_api_response_stock_exchanges.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_api_response_stock_market_index_historical_data.py b/test/test_api_response_stock_market_index_historical_data.py
index 62dd52c98..20743d2a1 100644
--- a/test/test_api_response_stock_market_index_historical_data.py
+++ b/test/test_api_response_stock_market_index_historical_data.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_api_response_stock_market_indices.py b/test/test_api_response_stock_market_indices.py
index 962b7919d..1b7b268b9 100644
--- a/test/test_api_response_stock_market_indices.py
+++ b/test/test_api_response_stock_market_indices.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_api_response_stock_market_indices_search.py b/test/test_api_response_stock_market_indices_search.py
index 85c6d6753..17d886a1d 100644
--- a/test/test_api_response_stock_market_indices_search.py
+++ b/test/test_api_response_stock_market_indices_search.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_api_response_zacks_analyst_ratings.py b/test/test_api_response_zacks_analyst_ratings.py
index 40d00d6d3..b7b97c715 100644
--- a/test/test_api_response_zacks_analyst_ratings.py
+++ b/test/test_api_response_zacks_analyst_ratings.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_api_response_zacks_eps_estimates.py b/test/test_api_response_zacks_eps_estimates.py
index 95fbb1d49..989b067d6 100644
--- a/test/test_api_response_zacks_eps_estimates.py
+++ b/test/test_api_response_zacks_eps_estimates.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_api_response_zacks_eps_growth_rates.py b/test/test_api_response_zacks_eps_growth_rates.py
index 106016ea4..a834ccbb7 100644
--- a/test/test_api_response_zacks_eps_growth_rates.py
+++ b/test/test_api_response_zacks_eps_growth_rates.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_api_response_zacks_eps_surprises.py b/test/test_api_response_zacks_eps_surprises.py
index b00bd631a..59314127a 100644
--- a/test/test_api_response_zacks_eps_surprises.py
+++ b/test/test_api_response_zacks_eps_surprises.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_api_response_zacks_etf_holdings.py b/test/test_api_response_zacks_etf_holdings.py
new file mode 100644
index 000000000..955c3d88f
--- /dev/null
+++ b/test/test_api_response_zacks_etf_holdings.py
@@ -0,0 +1,40 @@
+# coding: utf-8
+
+"""
+ Intrinio API
+
+ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
+
+ OpenAPI spec version: 2.13.0
+
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
+"""
+
+
+from __future__ import absolute_import
+
+import unittest
+
+import intrinio_sdk
+from intrinio_sdk.models.api_response_zacks_etf_holdings import ApiResponseZacksETFHoldings # noqa: E501
+from intrinio_sdk.rest import ApiException
+
+
+class TestApiResponseZacksETFHoldings(unittest.TestCase):
+ """ApiResponseZacksETFHoldings unit test stubs"""
+
+ def setUp(self):
+ pass
+
+ def tearDown(self):
+ pass
+
+ def testApiResponseZacksETFHoldings(self):
+ """Test ApiResponseZacksETFHoldings"""
+ # FIXME: construct object with mandatory attributes with example values
+ # model = intrinio_sdk.models.api_response_zacks_etf_holdings.ApiResponseZacksETFHoldings() # noqa: E501
+ pass
+
+
+if __name__ == '__main__':
+ unittest.main()
diff --git a/test/test_api_response_zacks_institutional_holding_companies.py b/test/test_api_response_zacks_institutional_holding_companies.py
new file mode 100644
index 000000000..2fec0590a
--- /dev/null
+++ b/test/test_api_response_zacks_institutional_holding_companies.py
@@ -0,0 +1,40 @@
+# coding: utf-8
+
+"""
+ Intrinio API
+
+ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
+
+ OpenAPI spec version: 2.13.0
+
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
+"""
+
+
+from __future__ import absolute_import
+
+import unittest
+
+import intrinio_sdk
+from intrinio_sdk.models.api_response_zacks_institutional_holding_companies import ApiResponseZacksInstitutionalHoldingCompanies # noqa: E501
+from intrinio_sdk.rest import ApiException
+
+
+class TestApiResponseZacksInstitutionalHoldingCompanies(unittest.TestCase):
+ """ApiResponseZacksInstitutionalHoldingCompanies unit test stubs"""
+
+ def setUp(self):
+ pass
+
+ def tearDown(self):
+ pass
+
+ def testApiResponseZacksInstitutionalHoldingCompanies(self):
+ """Test ApiResponseZacksInstitutionalHoldingCompanies"""
+ # FIXME: construct object with mandatory attributes with example values
+ # model = intrinio_sdk.models.api_response_zacks_institutional_holding_companies.ApiResponseZacksInstitutionalHoldingCompanies() # noqa: E501
+ pass
+
+
+if __name__ == '__main__':
+ unittest.main()
diff --git a/test/test_api_response_zacks_institutional_holding_owners.py b/test/test_api_response_zacks_institutional_holding_owners.py
new file mode 100644
index 000000000..eef159717
--- /dev/null
+++ b/test/test_api_response_zacks_institutional_holding_owners.py
@@ -0,0 +1,40 @@
+# coding: utf-8
+
+"""
+ Intrinio API
+
+ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
+
+ OpenAPI spec version: 2.13.0
+
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
+"""
+
+
+from __future__ import absolute_import
+
+import unittest
+
+import intrinio_sdk
+from intrinio_sdk.models.api_response_zacks_institutional_holding_owners import ApiResponseZacksInstitutionalHoldingOwners # noqa: E501
+from intrinio_sdk.rest import ApiException
+
+
+class TestApiResponseZacksInstitutionalHoldingOwners(unittest.TestCase):
+ """ApiResponseZacksInstitutionalHoldingOwners unit test stubs"""
+
+ def setUp(self):
+ pass
+
+ def tearDown(self):
+ pass
+
+ def testApiResponseZacksInstitutionalHoldingOwners(self):
+ """Test ApiResponseZacksInstitutionalHoldingOwners"""
+ # FIXME: construct object with mandatory attributes with example values
+ # model = intrinio_sdk.models.api_response_zacks_institutional_holding_owners.ApiResponseZacksInstitutionalHoldingOwners() # noqa: E501
+ pass
+
+
+if __name__ == '__main__':
+ unittest.main()
diff --git a/test/test_api_response_zacks_institutional_holdings.py b/test/test_api_response_zacks_institutional_holdings.py
new file mode 100644
index 000000000..41fdf9320
--- /dev/null
+++ b/test/test_api_response_zacks_institutional_holdings.py
@@ -0,0 +1,40 @@
+# coding: utf-8
+
+"""
+ Intrinio API
+
+ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
+
+ OpenAPI spec version: 2.13.0
+
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
+"""
+
+
+from __future__ import absolute_import
+
+import unittest
+
+import intrinio_sdk
+from intrinio_sdk.models.api_response_zacks_institutional_holdings import ApiResponseZacksInstitutionalHoldings # noqa: E501
+from intrinio_sdk.rest import ApiException
+
+
+class TestApiResponseZacksInstitutionalHoldings(unittest.TestCase):
+ """ApiResponseZacksInstitutionalHoldings unit test stubs"""
+
+ def setUp(self):
+ pass
+
+ def tearDown(self):
+ pass
+
+ def testApiResponseZacksInstitutionalHoldings(self):
+ """Test ApiResponseZacksInstitutionalHoldings"""
+ # FIXME: construct object with mandatory attributes with example values
+ # model = intrinio_sdk.models.api_response_zacks_institutional_holdings.ApiResponseZacksInstitutionalHoldings() # noqa: E501
+ pass
+
+
+if __name__ == '__main__':
+ unittest.main()
diff --git a/test/test_api_response_zacks_long_term_growth_rates.py b/test/test_api_response_zacks_long_term_growth_rates.py
index deb8aab3e..ad2168084 100644
--- a/test/test_api_response_zacks_long_term_growth_rates.py
+++ b/test/test_api_response_zacks_long_term_growth_rates.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_api_response_zacks_sales_surprises.py b/test/test_api_response_zacks_sales_surprises.py
index daca0494f..ef0037da9 100644
--- a/test/test_api_response_zacks_sales_surprises.py
+++ b/test/test_api_response_zacks_sales_surprises.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_api_response_zacks_target_price_consensuses.py b/test/test_api_response_zacks_target_price_consensuses.py
index 629aa7bbc..2740cbd56 100644
--- a/test/test_api_response_zacks_target_price_consensuses.py
+++ b/test/test_api_response_zacks_target_price_consensuses.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_average_daily_trading_volume_technical_value.py b/test/test_average_daily_trading_volume_technical_value.py
index e6b7ea397..810d153a8 100644
--- a/test/test_average_daily_trading_volume_technical_value.py
+++ b/test/test_average_daily_trading_volume_technical_value.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_average_directional_index_technical_value.py b/test/test_average_directional_index_technical_value.py
index 465fc733f..4213ce2a5 100644
--- a/test/test_average_directional_index_technical_value.py
+++ b/test/test_average_directional_index_technical_value.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_average_true_range_technical_value.py b/test/test_average_true_range_technical_value.py
index 982a3b0e5..35ba2bb7c 100644
--- a/test/test_average_true_range_technical_value.py
+++ b/test/test_average_true_range_technical_value.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_awesome_oscillator_technical_value.py b/test/test_awesome_oscillator_technical_value.py
index 9166564f4..03c2d0836 100644
--- a/test/test_awesome_oscillator_technical_value.py
+++ b/test/test_awesome_oscillator_technical_value.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_bollinger_bands_technical_value.py b/test/test_bollinger_bands_technical_value.py
index 05c200a04..6b3c35ccf 100644
--- a/test/test_bollinger_bands_technical_value.py
+++ b/test/test_bollinger_bands_technical_value.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_bulk_download_links.py b/test/test_bulk_download_links.py
index f314ce619..da8c62940 100644
--- a/test/test_bulk_download_links.py
+++ b/test/test_bulk_download_links.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_bulk_download_summary.py b/test/test_bulk_download_summary.py
index b4a78ff91..5484946a5 100644
--- a/test/test_bulk_download_summary.py
+++ b/test/test_bulk_download_summary.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_bulk_downloads_api.py b/test/test_bulk_downloads_api.py
index 19bb349c7..57da249ac 100644
--- a/test/test_bulk_downloads_api.py
+++ b/test/test_bulk_downloads_api.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_chaikin_money_flow_technical_value.py b/test/test_chaikin_money_flow_technical_value.py
index 1780a2418..20b18b579 100644
--- a/test/test_chaikin_money_flow_technical_value.py
+++ b/test/test_chaikin_money_flow_technical_value.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_commodity_channel_index_technical_value.py b/test/test_commodity_channel_index_technical_value.py
index 47a82f2cc..cef1e065a 100644
--- a/test/test_commodity_channel_index_technical_value.py
+++ b/test/test_commodity_channel_index_technical_value.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_company.py b/test/test_company.py
index a38159e50..c4c3c48ff 100644
--- a/test/test_company.py
+++ b/test/test_company.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_company_api.py b/test/test_company_api.py
index 800447fa2..2ddbf139c 100644
--- a/test/test_company_api.py
+++ b/test/test_company_api.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_company_filing.py b/test/test_company_filing.py
index 74d3fd296..d9a822400 100644
--- a/test/test_company_filing.py
+++ b/test/test_company_filing.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_company_initial_public_offering.py b/test/test_company_initial_public_offering.py
index 10847a021..2011cc5ac 100644
--- a/test/test_company_initial_public_offering.py
+++ b/test/test_company_initial_public_offering.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_company_news.py b/test/test_company_news.py
index 2a3cece46..fa0668ee6 100644
--- a/test/test_company_news.py
+++ b/test/test_company_news.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_company_news_summary.py b/test/test_company_news_summary.py
index d7f2fc9b6..3cc8feade 100644
--- a/test/test_company_news_summary.py
+++ b/test/test_company_news_summary.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_company_summary.py b/test/test_company_summary.py
index 29c5b0740..a96c2d9b3 100644
--- a/test/test_company_summary.py
+++ b/test/test_company_summary.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_data_point_api.py b/test/test_data_point_api.py
index 24c0058a1..a590c824a 100644
--- a/test/test_data_point_api.py
+++ b/test/test_data_point_api.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_data_tag.py b/test/test_data_tag.py
index 281344889..82010b344 100644
--- a/test/test_data_tag.py
+++ b/test/test_data_tag.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_data_tag_api.py b/test/test_data_tag_api.py
index c1c1adfdd..a0453612f 100644
--- a/test/test_data_tag_api.py
+++ b/test/test_data_tag_api.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_data_tag_summary.py b/test/test_data_tag_summary.py
index 12edc62cc..e28b4fc1b 100644
--- a/test/test_data_tag_summary.py
+++ b/test/test_data_tag_summary.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_detrended_price_oscillator_technical_value.py b/test/test_detrended_price_oscillator_technical_value.py
index 205e7228f..8a9fe947f 100644
--- a/test/test_detrended_price_oscillator_technical_value.py
+++ b/test/test_detrended_price_oscillator_technical_value.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_dividend_record.py b/test/test_dividend_record.py
index 2a58282b7..4d3ef38df 100644
--- a/test/test_dividend_record.py
+++ b/test/test_dividend_record.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_donchian_channel_technical_value.py b/test/test_donchian_channel_technical_value.py
index bcf6a7adf..d68dd96e2 100644
--- a/test/test_donchian_channel_technical_value.py
+++ b/test/test_donchian_channel_technical_value.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_earnings_record.py b/test/test_earnings_record.py
index d0fbb927a..e06fe8c8f 100644
--- a/test/test_earnings_record.py
+++ b/test/test_earnings_record.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_ease_of_movement_technical_value.py b/test/test_ease_of_movement_technical_value.py
index 3fa2f8fb6..df3d64a7d 100644
--- a/test/test_ease_of_movement_technical_value.py
+++ b/test/test_ease_of_movement_technical_value.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_economic_index.py b/test/test_economic_index.py
index 519ca934a..283034943 100644
--- a/test/test_economic_index.py
+++ b/test/test_economic_index.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_economic_index_summary.py b/test/test_economic_index_summary.py
index 9e2ae415e..8e8126644 100644
--- a/test/test_economic_index_summary.py
+++ b/test/test_economic_index_summary.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_filing.py b/test/test_filing.py
index 74e51a817..14a1ec61f 100644
--- a/test/test_filing.py
+++ b/test/test_filing.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_filing_api.py b/test/test_filing_api.py
index 45bed2020..b1c0ce37e 100644
--- a/test/test_filing_api.py
+++ b/test/test_filing_api.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_filing_note.py b/test/test_filing_note.py
index 9e5d45ff2..edbfaa0d5 100644
--- a/test/test_filing_note.py
+++ b/test/test_filing_note.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_filing_note_filing.py b/test/test_filing_note_filing.py
index c5e504e5a..5888830cf 100644
--- a/test/test_filing_note_filing.py
+++ b/test/test_filing_note_filing.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_filing_note_summary.py b/test/test_filing_note_summary.py
index 035a3b408..770af5a00 100644
--- a/test/test_filing_note_summary.py
+++ b/test/test_filing_note_summary.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_filing_summary.py b/test/test_filing_summary.py
index ef7d44dbc..043f17378 100644
--- a/test/test_filing_summary.py
+++ b/test/test_filing_summary.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_force_index_technical_value.py b/test/test_force_index_technical_value.py
index b3bc9c508..29d623a71 100644
--- a/test/test_force_index_technical_value.py
+++ b/test/test_force_index_technical_value.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_forex_api.py b/test/test_forex_api.py
index 1e59cfe52..4dd7684a5 100644
--- a/test/test_forex_api.py
+++ b/test/test_forex_api.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_forex_currency.py b/test/test_forex_currency.py
index 6f8b6101a..6bc2331e6 100644
--- a/test/test_forex_currency.py
+++ b/test/test_forex_currency.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_forex_pair.py b/test/test_forex_pair.py
index 3f4c1b942..fe62930ed 100644
--- a/test/test_forex_pair.py
+++ b/test/test_forex_pair.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_forex_price.py b/test/test_forex_price.py
index 3729c3bef..8d5695098 100644
--- a/test/test_forex_price.py
+++ b/test/test_forex_price.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_fundamental.py b/test/test_fundamental.py
index 7e55a0e4c..49823c6db 100644
--- a/test/test_fundamental.py
+++ b/test/test_fundamental.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_fundamental_summary.py b/test/test_fundamental_summary.py
index 50adafd1b..74f6811e5 100644
--- a/test/test_fundamental_summary.py
+++ b/test/test_fundamental_summary.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_fundamentals_api.py b/test/test_fundamentals_api.py
index 1286a5904..2016fa875 100644
--- a/test/test_fundamentals_api.py
+++ b/test/test_fundamentals_api.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_historical_data.py b/test/test_historical_data.py
index a401944f0..b36bed6d3 100644
--- a/test/test_historical_data.py
+++ b/test/test_historical_data.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_historical_data_api.py b/test/test_historical_data_api.py
index 7494a1106..c44185647 100644
--- a/test/test_historical_data_api.py
+++ b/test/test_historical_data_api.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_ichimoku_kinko_hyo_technical_value.py b/test/test_ichimoku_kinko_hyo_technical_value.py
index 49b5a6fa9..5bee43886 100644
--- a/test/test_ichimoku_kinko_hyo_technical_value.py
+++ b/test/test_ichimoku_kinko_hyo_technical_value.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_index_api.py b/test/test_index_api.py
index e6383b391..4a36bef3b 100644
--- a/test/test_index_api.py
+++ b/test/test_index_api.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_intraday_stock_price.py b/test/test_intraday_stock_price.py
index f518e4080..01c5316e7 100644
--- a/test/test_intraday_stock_price.py
+++ b/test/test_intraday_stock_price.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_keltner_channel_technical_value.py b/test/test_keltner_channel_technical_value.py
index 16050d53e..1cc6acba2 100644
--- a/test/test_keltner_channel_technical_value.py
+++ b/test/test_keltner_channel_technical_value.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_know_sure_thing_technical_value.py b/test/test_know_sure_thing_technical_value.py
index 8028d726e..7c6d495a4 100644
--- a/test/test_know_sure_thing_technical_value.py
+++ b/test/test_know_sure_thing_technical_value.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_mass_index_technical_value.py b/test/test_mass_index_technical_value.py
index b52a5aef8..8684122ac 100644
--- a/test/test_mass_index_technical_value.py
+++ b/test/test_mass_index_technical_value.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_money_flow_index_technical_value.py b/test/test_money_flow_index_technical_value.py
index f07c6bc46..1006da742 100644
--- a/test/test_money_flow_index_technical_value.py
+++ b/test/test_money_flow_index_technical_value.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_moving_average_convergence_divergence_technical_value.py b/test/test_moving_average_convergence_divergence_technical_value.py
index 4d733d24a..86e646af2 100644
--- a/test/test_moving_average_convergence_divergence_technical_value.py
+++ b/test/test_moving_average_convergence_divergence_technical_value.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_municipality.py b/test/test_municipality.py
index 664e9490e..a09b99509 100644
--- a/test/test_municipality.py
+++ b/test/test_municipality.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_municipality_api.py b/test/test_municipality_api.py
index 0ecdd54d0..ee8ca6d71 100644
--- a/test/test_municipality_api.py
+++ b/test/test_municipality_api.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_municipality_financial.py b/test/test_municipality_financial.py
index ea7e80061..9ff30c5cf 100644
--- a/test/test_municipality_financial.py
+++ b/test/test_municipality_financial.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_negative_volume_index_technical_value.py b/test/test_negative_volume_index_technical_value.py
index 0f3b78b25..ed1a06ab7 100644
--- a/test/test_negative_volume_index_technical_value.py
+++ b/test/test_negative_volume_index_technical_value.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_on_balance_volume_mean_technical_value.py b/test/test_on_balance_volume_mean_technical_value.py
index e05b865e4..464a314d0 100644
--- a/test/test_on_balance_volume_mean_technical_value.py
+++ b/test/test_on_balance_volume_mean_technical_value.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_on_balance_volume_technical_value.py b/test/test_on_balance_volume_technical_value.py
index ec20cb90e..177e3207b 100644
--- a/test/test_on_balance_volume_technical_value.py
+++ b/test/test_on_balance_volume_technical_value.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_option.py b/test/test_option.py
index b4ce9183c..7ee73fd05 100644
--- a/test/test_option.py
+++ b/test/test_option.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_option_chain.py b/test/test_option_chain.py
index 912a60496..76e9ae2ae 100644
--- a/test/test_option_chain.py
+++ b/test/test_option_chain.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_option_price.py b/test/test_option_price.py
index 4d6afac96..a4f96f131 100644
--- a/test/test_option_price.py
+++ b/test/test_option_price.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_options_api.py b/test/test_options_api.py
index df174bd8c..30586e0a8 100644
--- a/test/test_options_api.py
+++ b/test/test_options_api.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_realtime_stock_price.py b/test/test_realtime_stock_price.py
index 66ba3fc77..b29c92617 100644
--- a/test/test_realtime_stock_price.py
+++ b/test/test_realtime_stock_price.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_realtime_stock_price_security.py b/test/test_realtime_stock_price_security.py
index 6df337bdb..f3473b9b6 100644
--- a/test/test_realtime_stock_price_security.py
+++ b/test/test_realtime_stock_price_security.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_relative_strength_index_technical_value.py b/test/test_relative_strength_index_technical_value.py
index d031dc761..f38f4a9d6 100644
--- a/test/test_relative_strength_index_technical_value.py
+++ b/test/test_relative_strength_index_technical_value.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_reported_financial.py b/test/test_reported_financial.py
index 7a18a2874..11685d2af 100644
--- a/test/test_reported_financial.py
+++ b/test/test_reported_financial.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_reported_financial_dimension.py b/test/test_reported_financial_dimension.py
index 1335406b9..7a4ba7082 100644
--- a/test/test_reported_financial_dimension.py
+++ b/test/test_reported_financial_dimension.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_reported_tag.py b/test/test_reported_tag.py
index 8fed982b3..943dc6477 100644
--- a/test/test_reported_tag.py
+++ b/test/test_reported_tag.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_security.py b/test/test_security.py
index ab7c53467..702517853 100644
--- a/test/test_security.py
+++ b/test/test_security.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_security_api.py b/test/test_security_api.py
index e326a7e23..0f9424c87 100644
--- a/test/test_security_api.py
+++ b/test/test_security_api.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_security_screen_clause.py b/test/test_security_screen_clause.py
index 0e15b8fbf..1052bef28 100644
--- a/test/test_security_screen_clause.py
+++ b/test/test_security_screen_clause.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_security_screen_group.py b/test/test_security_screen_group.py
index f3cfbbfa3..affc39bff 100644
--- a/test/test_security_screen_group.py
+++ b/test/test_security_screen_group.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_security_screen_result.py b/test/test_security_screen_result.py
index 4369543cd..dbc701d3c 100644
--- a/test/test_security_screen_result.py
+++ b/test/test_security_screen_result.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_security_screen_result_data.py b/test/test_security_screen_result_data.py
index 3555da20c..6b5c1470e 100644
--- a/test/test_security_screen_result_data.py
+++ b/test/test_security_screen_result_data.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_security_summary.py b/test/test_security_summary.py
index e396172d3..b680df983 100644
--- a/test/test_security_summary.py
+++ b/test/test_security_summary.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_sic_index.py b/test/test_sic_index.py
index 683ef3842..a9ee940f4 100644
--- a/test/test_sic_index.py
+++ b/test/test_sic_index.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_simple_moving_average_technical_value.py b/test/test_simple_moving_average_technical_value.py
index 9febd934a..6f399de1b 100644
--- a/test/test_simple_moving_average_technical_value.py
+++ b/test/test_simple_moving_average_technical_value.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_standardized_financial.py b/test/test_standardized_financial.py
index daf2997c1..bbdec541f 100644
--- a/test/test_standardized_financial.py
+++ b/test/test_standardized_financial.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_stochastic_oscillator_technical_value.py b/test/test_stochastic_oscillator_technical_value.py
index efa902273..d8ce745e2 100644
--- a/test/test_stochastic_oscillator_technical_value.py
+++ b/test/test_stochastic_oscillator_technical_value.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_stock_exchange.py b/test/test_stock_exchange.py
index cdcb4a65f..26ffa9de4 100644
--- a/test/test_stock_exchange.py
+++ b/test/test_stock_exchange.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_stock_exchange_api.py b/test/test_stock_exchange_api.py
index 08bc0b298..7448bb045 100644
--- a/test/test_stock_exchange_api.py
+++ b/test/test_stock_exchange_api.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_stock_market_index.py b/test/test_stock_market_index.py
index c750cd459..70837ce5f 100644
--- a/test/test_stock_market_index.py
+++ b/test/test_stock_market_index.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_stock_market_index_summary.py b/test/test_stock_market_index_summary.py
index 88513ca6a..d851f1a4e 100644
--- a/test/test_stock_market_index_summary.py
+++ b/test/test_stock_market_index_summary.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_stock_price.py b/test/test_stock_price.py
index 800caafca..1a5801ec9 100644
--- a/test/test_stock_price.py
+++ b/test/test_stock_price.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_stock_price_adjustment.py b/test/test_stock_price_adjustment.py
index df75e439b..70f20a732 100644
--- a/test/test_stock_price_adjustment.py
+++ b/test/test_stock_price_adjustment.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_stock_price_adjustment_summary.py b/test/test_stock_price_adjustment_summary.py
index 0c2df76bf..2a715eeb9 100644
--- a/test/test_stock_price_adjustment_summary.py
+++ b/test/test_stock_price_adjustment_summary.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_stock_price_summary.py b/test/test_stock_price_summary.py
index c4faf330e..3ae25f141 100644
--- a/test/test_stock_price_summary.py
+++ b/test/test_stock_price_summary.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_technical_api.py b/test/test_technical_api.py
index 0c0df9c91..1ffe5001a 100644
--- a/test/test_technical_api.py
+++ b/test/test_technical_api.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_technical_indicator.py b/test/test_technical_indicator.py
index c4a2144e1..ee4db39f6 100644
--- a/test/test_technical_indicator.py
+++ b/test/test_technical_indicator.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_triple_exponential_average_technical_value.py b/test/test_triple_exponential_average_technical_value.py
index 96840c1c9..e866dcc11 100644
--- a/test/test_triple_exponential_average_technical_value.py
+++ b/test/test_triple_exponential_average_technical_value.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_true_strength_index_technical_value.py b/test/test_true_strength_index_technical_value.py
index 1f51006df..da1a7d6e9 100644
--- a/test/test_true_strength_index_technical_value.py
+++ b/test/test_true_strength_index_technical_value.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_ultimate_oscillator_technical_value.py b/test/test_ultimate_oscillator_technical_value.py
index 4f89cf316..29d07c9d9 100644
--- a/test/test_ultimate_oscillator_technical_value.py
+++ b/test/test_ultimate_oscillator_technical_value.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_volume_price_trend_technical_value.py b/test/test_volume_price_trend_technical_value.py
index 4928f71c9..be2394cc2 100644
--- a/test/test_volume_price_trend_technical_value.py
+++ b/test/test_volume_price_trend_technical_value.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_volume_weighted_average_price_value.py b/test/test_volume_weighted_average_price_value.py
index b52ceba49..30fb03efd 100644
--- a/test/test_volume_weighted_average_price_value.py
+++ b/test/test_volume_weighted_average_price_value.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_vortex_indicator_technical_value.py b/test/test_vortex_indicator_technical_value.py
index 604a79105..f6caba3ab 100644
--- a/test/test_vortex_indicator_technical_value.py
+++ b/test/test_vortex_indicator_technical_value.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_williams_r_technical_value.py b/test/test_williams_r_technical_value.py
index ff294f6fb..1fc0089be 100644
--- a/test/test_williams_r_technical_value.py
+++ b/test/test_williams_r_technical_value.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_zacks_analyst_rating.py b/test/test_zacks_analyst_rating.py
index eaf80a600..73ec84a8e 100644
--- a/test/test_zacks_analyst_rating.py
+++ b/test/test_zacks_analyst_rating.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_zacks_analyst_rating_snapshot.py b/test/test_zacks_analyst_rating_snapshot.py
index 07ea256f9..a333bfdc4 100644
--- a/test/test_zacks_analyst_rating_snapshot.py
+++ b/test/test_zacks_analyst_rating_snapshot.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_zacks_analyst_rating_summary.py b/test/test_zacks_analyst_rating_summary.py
index 4281ec18b..9f100c67b 100644
--- a/test/test_zacks_analyst_rating_summary.py
+++ b/test/test_zacks_analyst_rating_summary.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_zacks_api.py b/test/test_zacks_api.py
index 9aa5ab5f4..b6bd633ba 100644
--- a/test/test_zacks_api.py
+++ b/test/test_zacks_api.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
@@ -57,6 +57,34 @@ def test_get_zacks_eps_surprises(self):
"""
pass
+ def test_get_zacks_etf_holdings(self):
+ """Test case for get_zacks_etf_holdings
+
+ Zacks ETF Holdings # noqa: E501
+ """
+ pass
+
+ def test_get_zacks_institutional_holding_companies(self):
+ """Test case for get_zacks_institutional_holding_companies
+
+ Zacks Institutional Holding Companies # noqa: E501
+ """
+ pass
+
+ def test_get_zacks_institutional_holding_owners(self):
+ """Test case for get_zacks_institutional_holding_owners
+
+ Zacks Institutional Holding Owners # noqa: E501
+ """
+ pass
+
+ def test_get_zacks_institutional_holdings(self):
+ """Test case for get_zacks_institutional_holdings
+
+ Zacks Institutional Holdings # noqa: E501
+ """
+ pass
+
def test_get_zacks_long_term_growth_rates(self):
"""Test case for get_zacks_long_term_growth_rates
diff --git a/test/test_zacks_eps_estimate.py b/test/test_zacks_eps_estimate.py
index 82a49e2f9..17f5dc7e6 100644
--- a/test/test_zacks_eps_estimate.py
+++ b/test/test_zacks_eps_estimate.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_zacks_eps_growth_rate.py b/test/test_zacks_eps_growth_rate.py
index 87d17e24b..f9c5a63e3 100644
--- a/test/test_zacks_eps_growth_rate.py
+++ b/test/test_zacks_eps_growth_rate.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_zacks_eps_surprise.py b/test/test_zacks_eps_surprise.py
index 4f44f111c..6a9dc9811 100644
--- a/test/test_zacks_eps_surprise.py
+++ b/test/test_zacks_eps_surprise.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_zacks_eps_surprise_summary.py b/test/test_zacks_eps_surprise_summary.py
index 83d8f6b02..bcf701ce5 100644
--- a/test/test_zacks_eps_surprise_summary.py
+++ b/test/test_zacks_eps_surprise_summary.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_zacks_etf_holding.py b/test/test_zacks_etf_holding.py
new file mode 100644
index 000000000..cb4b7cc36
--- /dev/null
+++ b/test/test_zacks_etf_holding.py
@@ -0,0 +1,40 @@
+# coding: utf-8
+
+"""
+ Intrinio API
+
+ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
+
+ OpenAPI spec version: 2.13.0
+
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
+"""
+
+
+from __future__ import absolute_import
+
+import unittest
+
+import intrinio_sdk
+from intrinio_sdk.models.zacks_etf_holding import ZacksETFHolding # noqa: E501
+from intrinio_sdk.rest import ApiException
+
+
+class TestZacksETFHolding(unittest.TestCase):
+ """ZacksETFHolding unit test stubs"""
+
+ def setUp(self):
+ pass
+
+ def tearDown(self):
+ pass
+
+ def testZacksETFHolding(self):
+ """Test ZacksETFHolding"""
+ # FIXME: construct object with mandatory attributes with example values
+ # model = intrinio_sdk.models.zacks_etf_holding.ZacksETFHolding() # noqa: E501
+ pass
+
+
+if __name__ == '__main__':
+ unittest.main()
diff --git a/test/test_zacks_institutional_holding.py b/test/test_zacks_institutional_holding.py
new file mode 100644
index 000000000..70bf354dd
--- /dev/null
+++ b/test/test_zacks_institutional_holding.py
@@ -0,0 +1,40 @@
+# coding: utf-8
+
+"""
+ Intrinio API
+
+ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
+
+ OpenAPI spec version: 2.13.0
+
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
+"""
+
+
+from __future__ import absolute_import
+
+import unittest
+
+import intrinio_sdk
+from intrinio_sdk.models.zacks_institutional_holding import ZacksInstitutionalHolding # noqa: E501
+from intrinio_sdk.rest import ApiException
+
+
+class TestZacksInstitutionalHolding(unittest.TestCase):
+ """ZacksInstitutionalHolding unit test stubs"""
+
+ def setUp(self):
+ pass
+
+ def tearDown(self):
+ pass
+
+ def testZacksInstitutionalHolding(self):
+ """Test ZacksInstitutionalHolding"""
+ # FIXME: construct object with mandatory attributes with example values
+ # model = intrinio_sdk.models.zacks_institutional_holding.ZacksInstitutionalHolding() # noqa: E501
+ pass
+
+
+if __name__ == '__main__':
+ unittest.main()
diff --git a/test/test_zacks_institutional_holding_company_detail.py b/test/test_zacks_institutional_holding_company_detail.py
new file mode 100644
index 000000000..7481ccbaf
--- /dev/null
+++ b/test/test_zacks_institutional_holding_company_detail.py
@@ -0,0 +1,40 @@
+# coding: utf-8
+
+"""
+ Intrinio API
+
+ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
+
+ OpenAPI spec version: 2.13.0
+
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
+"""
+
+
+from __future__ import absolute_import
+
+import unittest
+
+import intrinio_sdk
+from intrinio_sdk.models.zacks_institutional_holding_company_detail import ZacksInstitutionalHoldingCompanyDetail # noqa: E501
+from intrinio_sdk.rest import ApiException
+
+
+class TestZacksInstitutionalHoldingCompanyDetail(unittest.TestCase):
+ """ZacksInstitutionalHoldingCompanyDetail unit test stubs"""
+
+ def setUp(self):
+ pass
+
+ def tearDown(self):
+ pass
+
+ def testZacksInstitutionalHoldingCompanyDetail(self):
+ """Test ZacksInstitutionalHoldingCompanyDetail"""
+ # FIXME: construct object with mandatory attributes with example values
+ # model = intrinio_sdk.models.zacks_institutional_holding_company_detail.ZacksInstitutionalHoldingCompanyDetail() # noqa: E501
+ pass
+
+
+if __name__ == '__main__':
+ unittest.main()
diff --git a/test/test_zacks_institutional_holding_company_summary.py b/test/test_zacks_institutional_holding_company_summary.py
new file mode 100644
index 000000000..d65e5abbf
--- /dev/null
+++ b/test/test_zacks_institutional_holding_company_summary.py
@@ -0,0 +1,40 @@
+# coding: utf-8
+
+"""
+ Intrinio API
+
+ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
+
+ OpenAPI spec version: 2.13.0
+
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
+"""
+
+
+from __future__ import absolute_import
+
+import unittest
+
+import intrinio_sdk
+from intrinio_sdk.models.zacks_institutional_holding_company_summary import ZacksInstitutionalHoldingCompanySummary # noqa: E501
+from intrinio_sdk.rest import ApiException
+
+
+class TestZacksInstitutionalHoldingCompanySummary(unittest.TestCase):
+ """ZacksInstitutionalHoldingCompanySummary unit test stubs"""
+
+ def setUp(self):
+ pass
+
+ def tearDown(self):
+ pass
+
+ def testZacksInstitutionalHoldingCompanySummary(self):
+ """Test ZacksInstitutionalHoldingCompanySummary"""
+ # FIXME: construct object with mandatory attributes with example values
+ # model = intrinio_sdk.models.zacks_institutional_holding_company_summary.ZacksInstitutionalHoldingCompanySummary() # noqa: E501
+ pass
+
+
+if __name__ == '__main__':
+ unittest.main()
diff --git a/test/test_zacks_institutional_holding_historical_summary.py b/test/test_zacks_institutional_holding_historical_summary.py
new file mode 100644
index 000000000..5d4fffb28
--- /dev/null
+++ b/test/test_zacks_institutional_holding_historical_summary.py
@@ -0,0 +1,40 @@
+# coding: utf-8
+
+"""
+ Intrinio API
+
+ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
+
+ OpenAPI spec version: 2.13.0
+
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
+"""
+
+
+from __future__ import absolute_import
+
+import unittest
+
+import intrinio_sdk
+from intrinio_sdk.models.zacks_institutional_holding_historical_summary import ZacksInstitutionalHoldingHistoricalSummary # noqa: E501
+from intrinio_sdk.rest import ApiException
+
+
+class TestZacksInstitutionalHoldingHistoricalSummary(unittest.TestCase):
+ """ZacksInstitutionalHoldingHistoricalSummary unit test stubs"""
+
+ def setUp(self):
+ pass
+
+ def tearDown(self):
+ pass
+
+ def testZacksInstitutionalHoldingHistoricalSummary(self):
+ """Test ZacksInstitutionalHoldingHistoricalSummary"""
+ # FIXME: construct object with mandatory attributes with example values
+ # model = intrinio_sdk.models.zacks_institutional_holding_historical_summary.ZacksInstitutionalHoldingHistoricalSummary() # noqa: E501
+ pass
+
+
+if __name__ == '__main__':
+ unittest.main()
diff --git a/test/test_zacks_institutional_holding_owner_detail.py b/test/test_zacks_institutional_holding_owner_detail.py
new file mode 100644
index 000000000..991807e5a
--- /dev/null
+++ b/test/test_zacks_institutional_holding_owner_detail.py
@@ -0,0 +1,40 @@
+# coding: utf-8
+
+"""
+ Intrinio API
+
+ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
+
+ OpenAPI spec version: 2.13.0
+
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
+"""
+
+
+from __future__ import absolute_import
+
+import unittest
+
+import intrinio_sdk
+from intrinio_sdk.models.zacks_institutional_holding_owner_detail import ZacksInstitutionalHoldingOwnerDetail # noqa: E501
+from intrinio_sdk.rest import ApiException
+
+
+class TestZacksInstitutionalHoldingOwnerDetail(unittest.TestCase):
+ """ZacksInstitutionalHoldingOwnerDetail unit test stubs"""
+
+ def setUp(self):
+ pass
+
+ def tearDown(self):
+ pass
+
+ def testZacksInstitutionalHoldingOwnerDetail(self):
+ """Test ZacksInstitutionalHoldingOwnerDetail"""
+ # FIXME: construct object with mandatory attributes with example values
+ # model = intrinio_sdk.models.zacks_institutional_holding_owner_detail.ZacksInstitutionalHoldingOwnerDetail() # noqa: E501
+ pass
+
+
+if __name__ == '__main__':
+ unittest.main()
diff --git a/test/test_zacks_institutional_holding_owner_summary.py b/test/test_zacks_institutional_holding_owner_summary.py
new file mode 100644
index 000000000..1498e437e
--- /dev/null
+++ b/test/test_zacks_institutional_holding_owner_summary.py
@@ -0,0 +1,40 @@
+# coding: utf-8
+
+"""
+ Intrinio API
+
+ Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
+
+ OpenAPI spec version: 2.13.0
+
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
+"""
+
+
+from __future__ import absolute_import
+
+import unittest
+
+import intrinio_sdk
+from intrinio_sdk.models.zacks_institutional_holding_owner_summary import ZacksInstitutionalHoldingOwnerSummary # noqa: E501
+from intrinio_sdk.rest import ApiException
+
+
+class TestZacksInstitutionalHoldingOwnerSummary(unittest.TestCase):
+ """ZacksInstitutionalHoldingOwnerSummary unit test stubs"""
+
+ def setUp(self):
+ pass
+
+ def tearDown(self):
+ pass
+
+ def testZacksInstitutionalHoldingOwnerSummary(self):
+ """Test ZacksInstitutionalHoldingOwnerSummary"""
+ # FIXME: construct object with mandatory attributes with example values
+ # model = intrinio_sdk.models.zacks_institutional_holding_owner_summary.ZacksInstitutionalHoldingOwnerSummary() # noqa: E501
+ pass
+
+
+if __name__ == '__main__':
+ unittest.main()
diff --git a/test/test_zacks_long_term_growth_rate.py b/test/test_zacks_long_term_growth_rate.py
index 892387737..d8f0eb07f 100644
--- a/test/test_zacks_long_term_growth_rate.py
+++ b/test/test_zacks_long_term_growth_rate.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_zacks_sales_surprise.py b/test/test_zacks_sales_surprise.py
index b162482f8..9cfd5dfc4 100644
--- a/test/test_zacks_sales_surprise.py
+++ b/test/test_zacks_sales_surprise.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_zacks_sales_surprise_summary.py b/test/test_zacks_sales_surprise_summary.py
index 4e45564c1..10f881b93 100644
--- a/test/test_zacks_sales_surprise_summary.py
+++ b/test/test_zacks_sales_surprise_summary.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/test/test_zacks_target_price_consensus.py b/test/test_zacks_target_price_consensus.py
index d5d916570..2caf969e1 100644
--- a/test/test_zacks_target_price_consensus.py
+++ b/test/test_zacks_target_price_consensus.py
@@ -5,7 +5,7 @@
Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner. # noqa: E501
- OpenAPI spec version: 2.11.0
+ OpenAPI spec version: 2.13.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""