summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanglewood <85772166+deeleeramone@users.noreply.github.com>2024-02-27 01:53:10 -0800
committerGitHub <noreply@github.com>2024-02-27 09:53:10 +0000
commit225c945fab888c83273f3163caec53748f10cd94 (patch)
tree8164854e60b3603250be07014e08470dee41b1ed
parent49967fee4768a6ba3ba0308d8ba88c6f03589865 (diff)
tmx etf info (#6132)
Co-authored-by: montezdesousa <79287829+montezdesousa@users.noreply.github.com>
-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."