summaryrefslogtreecommitdiffstats
path: root/openbb_platform/providers/tmx/openbb_tmx/models/bond_prices.py
diff options
context:
space:
mode:
Diffstat (limited to 'openbb_platform/providers/tmx/openbb_tmx/models/bond_prices.py')
-rw-r--r--openbb_platform/providers/tmx/openbb_tmx/models/bond_prices.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbb_platform/providers/tmx/openbb_tmx/models/bond_prices.py b/openbb_platform/providers/tmx/openbb_tmx/models/bond_prices.py
index 2e730316ce7..7bc9c06b5bd 100644
--- a/openbb_platform/providers/tmx/openbb_tmx/models/bond_prices.py
+++ b/openbb_platform/providers/tmx/openbb_tmx/models/bond_prices.py
@@ -65,7 +65,7 @@ class TmxBondPricesData(BondReferenceData):
+ " coupons are reinvested at the same rate."
+ " Values are returned as a normalized percent.",
alias="lastYield",
- json_schema_extra={"unit_measurement": "percent", "frontend_multiply": 100},
+ json_schema_extra={"x-unit_measurement": "percent", "x-frontend_multiply": 100},
)
price: Optional[float] = Field(
default=None,