detquantlib 2.0.5__tar.gz → 2.0.6__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: detquantlib
3
- Version: 2.0.5
3
+ Version: 2.0.6
4
4
  Summary: An internal library containing functions and classes that can be used across Quant models.
5
5
  Author: DET
6
6
  Requires-Python: >=3.10,<4.0
@@ -53,7 +53,7 @@ Project dependencies are managed by [Poetry](https://python-poetry.org/).
53
53
  The project follows the standard Poetry structure:
54
54
 
55
55
  ```
56
- poetrytemplate
56
+ project
57
57
  ├── pyproject.toml
58
58
  ├── README.md
59
59
  ├── src
@@ -34,7 +34,7 @@ Project dependencies are managed by [Poetry](https://python-poetry.org/).
34
34
  The project follows the standard Poetry structure:
35
35
 
36
36
  ```
37
- poetrytemplate
37
+ project
38
38
  ├── pyproject.toml
39
39
  ├── README.md
40
40
  ├── src
@@ -531,5 +531,5 @@ class DetDatabaseDefinitions:
531
531
  driver="{ODBC Driver 18 for SQL Server}",
532
532
  table_name_entsoe_day_ahead_spot_price="[ENTSOE].[DayAheadSpotPrice]",
533
533
  table_name_entsoe_imbalance_price="[ENTSOE].[ImbalancePrice]",
534
- table_name_futures_eod_settlement_price="[FUT].[EODSettlementPrice]",
534
+ table_name_futures_eod_settlement_price="[VW].[EODSettlementPrice]",
535
535
  )
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "detquantlib"
3
- version = "2.0.5"
3
+ version = "2.0.6"
4
4
  description = "An internal library containing functions and classes that can be used across Quant models."
5
5
  authors = ["DET"]
6
6
  readme = "README.md"
File without changes