detquantlib 3.7.0__tar.gz → 3.7.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {detquantlib-3.7.0 → detquantlib-3.7.1}/PKG-INFO +1 -1
- {detquantlib-3.7.0 → detquantlib-3.7.1}/detquantlib/data/databases/detdatabase.py +1 -1
- {detquantlib-3.7.0 → detquantlib-3.7.1}/pyproject.toml +1 -1
- {detquantlib-3.7.0 → detquantlib-3.7.1}/LICENSE.txt +0 -0
- {detquantlib-3.7.0 → detquantlib-3.7.1}/README.md +0 -0
- {detquantlib-3.7.0 → detquantlib-3.7.1}/detquantlib/__init__.py +0 -0
- {detquantlib-3.7.0 → detquantlib-3.7.1}/detquantlib/data/__init__.py +0 -0
- {detquantlib-3.7.0 → detquantlib-3.7.1}/detquantlib/data/entsoe/entsoe.py +0 -0
- {detquantlib-3.7.0 → detquantlib-3.7.1}/detquantlib/data/sftp/sftp.py +0 -0
- {detquantlib-3.7.0 → detquantlib-3.7.1}/detquantlib/dates/__init__.py +0 -0
- {detquantlib-3.7.0 → detquantlib-3.7.1}/detquantlib/dates/dates.py +0 -0
- {detquantlib-3.7.0 → detquantlib-3.7.1}/detquantlib/figures/__init__.py +0 -0
- {detquantlib-3.7.0 → detquantlib-3.7.1}/detquantlib/figures/plotly_figures.py +0 -0
- {detquantlib-3.7.0 → detquantlib-3.7.1}/detquantlib/outputs/__init__.py +0 -0
- {detquantlib-3.7.0 → detquantlib-3.7.1}/detquantlib/outputs/outputs_interface.py +0 -0
- {detquantlib-3.7.0 → detquantlib-3.7.1}/detquantlib/stats/__init__.py +0 -0
- {detquantlib-3.7.0 → detquantlib-3.7.1}/detquantlib/stats/data_analysis.py +0 -0
- {detquantlib-3.7.0 → detquantlib-3.7.1}/detquantlib/tradable_products/__init__.py +0 -0
- {detquantlib-3.7.0 → detquantlib-3.7.1}/detquantlib/tradable_products/tradable_products.py +0 -0
- {detquantlib-3.7.0 → detquantlib-3.7.1}/detquantlib/utils/__init__.py +0 -0
- {detquantlib-3.7.0 → detquantlib-3.7.1}/detquantlib/utils/utils.py +0 -0
|
@@ -402,7 +402,7 @@ class DetDatabase:
|
|
|
402
402
|
|
|
403
403
|
# Convert end trading date to end delivery date
|
|
404
404
|
if end_trading_date is not None:
|
|
405
|
-
|
|
405
|
+
end_delivery_date = pd.Timestamp(end_trading_date).floor("D") + relativedelta(days=1)
|
|
406
406
|
|
|
407
407
|
# Convert end date to UTC and string
|
|
408
408
|
end_delivery_date = end_delivery_date.replace(tzinfo=ZoneInfo(timezone))
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|