summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanglewood <85772166+deeleeramone@users.noreply.github.com>2024-06-30 10:02:29 -0700
committerDanglewood <85772166+deeleeramone@users.noreply.github.com>2024-06-30 10:02:29 -0700
commit152fa06b120d6a4c5757e1a3701ad46076dfcff4 (patch)
tree01fa4f961da1e249f3ee83f5bd75e8b26a29cbd9
parentc880d4a76343669dde124978e03019e7ed4996da (diff)
parent77629d6b923eb8b8b9390c96be924df1b8198832 (diff)
Merge branch 'feature/futures-curve-chart' of https://github.com/OpenBB-finance/OpenBBTerminal into feature/futures-curve-chart
-rw-r--r--openbb_platform/core/openbb_core/provider/standard_models/futures_curve.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbb_platform/core/openbb_core/provider/standard_models/futures_curve.py b/openbb_platform/core/openbb_core/provider/standard_models/futures_curve.py
index da8a29fbd64..2afd1cf8a60 100644
--- a/openbb_platform/core/openbb_core/provider/standard_models/futures_curve.py
+++ b/openbb_platform/core/openbb_core/provider/standard_models/futures_curve.py
@@ -38,6 +38,6 @@ class FuturesCurveData(Data):
expiration: str = Field(description="Futures expiration month.")
price: float = Field(
default=None,
- description="The priec of the futures contract.",
+ description="The price of the futures contract.",
json_schema_extra={"x-unit_measurement": "currency"},
)