summaryrefslogtreecommitdiffstats
path: root/openbb_platform/openbb/package/etf.py
diff options
context:
space:
mode:
Diffstat (limited to 'openbb_platform/openbb/package/etf.py')
-rw-r--r--openbb_platform/openbb/package/etf.py20
1 files changed, 10 insertions, 10 deletions
diff --git a/openbb_platform/openbb/package/etf.py b/openbb_platform/openbb/package/etf.py
index 5ac4c7fa0af..fba22860868 100644
--- a/openbb_platform/openbb/package/etf.py
+++ b/openbb_platform/openbb/package/etf.py
@@ -527,23 +527,23 @@ class ROUTER_etf(Container):
delta : Optional[Union[str, float]]
The delta of the option. (provider: sec)
rate_type_rec : Optional[str]
- The type of rate for reveivable portion of the swap. (provider: sec)
+ The type of rate for receivable portion of the swap. (provider: sec)
receive_currency : Optional[str]
The receive currency of the swap. (provider: sec)
upfront_receive : Optional[float]
The upfront amount received of the swap. (provider: sec)
floating_rate_index_rec : Optional[str]
- The floating rate index for reveivable portion of the swap. (provider: sec)
+ The floating rate index for receivable portion of the swap. (provider: sec)
floating_rate_spread_rec : Optional[float]
The floating rate spread for reveivable portion of the swap. (provider: sec)
rate_tenor_rec : Optional[str]
- The rate tenor for reveivable portion of the swap. (provider: sec)
- rate_tenor_unit_rec : Optional[Union[int, str]]
- The rate tenor unit for reveivable portion of the swap. (provider: sec)
+ The rate tenor for receivable portion of the swap. (provider: sec)
+ rate_tenor_unit_rec : Optional[Union[str, int]]
+ The rate tenor unit for receivable portion of the swap. (provider: sec)
reset_date_rec : Optional[str]
- The reset date for reveivable portion of the swap. (provider: sec)
- reset_date_unit_rec : Optional[Union[int, str]]
- The reset date unit for reveivable portion of the swap. (provider: sec)
+ The reset date for receivable portion of the swap. (provider: sec)
+ reset_date_unit_rec : Optional[Union[str, int]]
+ The reset date unit for receivable portion of the swap. (provider: sec)
rate_type_pmnt : Optional[str]
The type of rate for payment portion of the swap. (provider: sec)
payment_currency : Optional[str]
@@ -556,11 +556,11 @@ class ROUTER_etf(Container):
The floating rate spread for payment portion of the swap. (provider: sec)
rate_tenor_pmnt : Optional[str]
The rate tenor for payment portion of the swap. (provider: sec)
- rate_tenor_unit_pmnt : Optional[Union[int, str]]
+ rate_tenor_unit_pmnt : Optional[Union[str, int]]
The rate tenor unit for payment portion of the swap. (provider: sec)
reset_date_pmnt : Optional[str]
The reset date for payment portion of the swap. (provider: sec)
- reset_date_unit_pmnt : Optional[Union[int, str]]
+ reset_date_unit_pmnt : Optional[Union[str, int]]
The reset date unit for payment portion of the swap. (provider: sec)
repo_type : Optional[str]
The type of repo. (provider: sec)