summaryrefslogtreecommitdiffstats
path: root/openbb_platform/core/openbb_core/provider/standard_models/etf_equity_exposure.py
diff options
context:
space:
mode:
Diffstat (limited to 'openbb_platform/core/openbb_core/provider/standard_models/etf_equity_exposure.py')
-rw-r--r--openbb_platform/core/openbb_core/provider/standard_models/etf_equity_exposure.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbb_platform/core/openbb_core/provider/standard_models/etf_equity_exposure.py b/openbb_platform/core/openbb_core/provider/standard_models/etf_equity_exposure.py
index 805ac426a6b..b2ceb5f02ea 100644
--- a/openbb_platform/core/openbb_core/provider/standard_models/etf_equity_exposure.py
+++ b/openbb_platform/core/openbb_core/provider/standard_models/etf_equity_exposure.py
@@ -28,7 +28,7 @@ class EtfEquityExposureData(Data):
etf_symbol: str = Field(
description="The symbol of the ETF with exposure to the requested equity."
)
- shares: Optional[int] = Field(
+ shares: Optional[float] = Field(
default=None,
description="The number of shares held in the ETF.",
)