summaryrefslogtreecommitdiffstats
path: root/openbb_platform/providers/tmx/openbb_tmx/models/etf_info.py
diff options
context:
space:
mode:
Diffstat (limited to 'openbb_platform/providers/tmx/openbb_tmx/models/etf_info.py')
-rw-r--r--openbb_platform/providers/tmx/openbb_tmx/models/etf_info.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbb_platform/providers/tmx/openbb_tmx/models/etf_info.py b/openbb_platform/providers/tmx/openbb_tmx/models/etf_info.py
index 58d55c11146..da1b720c909 100644
--- a/openbb_platform/providers/tmx/openbb_tmx/models/etf_info.py
+++ b/openbb_platform/providers/tmx/openbb_tmx/models/etf_info.py
@@ -16,6 +16,8 @@ from pydantic import Field, field_validator
class TmxEtfInfoQueryParams(EtfInfoQueryParams):
"""TMX ETF Info Query Params"""
+ __json_schema_extra__ = {"symbol": ["multiple_items_allowed"]}
+
use_cache: bool = Field(
default=True,
description="Whether to use a cached request. All ETF data comes from a single JSON file that is updated daily."