prosperity3bt 0.4.0__tar.gz → 0.5.0__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.
Files changed (38) hide show
  1. {prosperity3bt-0.4.0 → prosperity3bt-0.5.0}/PKG-INFO +4 -2
  2. {prosperity3bt-0.4.0 → prosperity3bt-0.5.0}/README.md +3 -1
  3. {prosperity3bt-0.4.0 → prosperity3bt-0.5.0}/prosperity3bt/data.py +1 -0
  4. prosperity3bt-0.5.0/prosperity3bt/resources/round1/__init__.py +0 -0
  5. prosperity3bt-0.5.0/prosperity3bt/resources/round1/prices_round_1_day_-1.csv +30001 -0
  6. prosperity3bt-0.5.0/prosperity3bt/resources/round1/prices_round_1_day_-2.csv +30001 -0
  7. prosperity3bt-0.5.0/prosperity3bt/resources/round1/prices_round_1_day_0.csv +30001 -0
  8. prosperity3bt-0.5.0/prosperity3bt/resources/round1/trades_round_1_day_-1_nn.csv +8307 -0
  9. prosperity3bt-0.5.0/prosperity3bt/resources/round1/trades_round_1_day_-2_nn.csv +8399 -0
  10. prosperity3bt-0.5.0/prosperity3bt/resources/round1/trades_round_1_day_0_nn.csv +8183 -0
  11. prosperity3bt-0.5.0/prosperity3bt/resources/round6/__init__.py +0 -0
  12. prosperity3bt-0.5.0/prosperity3bt/resources/round6/prices_round_6_day_0.csv +4001 -0
  13. prosperity3bt-0.5.0/prosperity3bt/resources/round6/prices_round_6_day_1.csv +3001 -0
  14. prosperity3bt-0.5.0/prosperity3bt/resources/round6/trades_round_6_day_0_nn.csv +1089 -0
  15. prosperity3bt-0.5.0/prosperity3bt/resources/round6/trades_round_6_day_1_nn.csv +845 -0
  16. {prosperity3bt-0.4.0 → prosperity3bt-0.5.0}/prosperity3bt.egg-info/PKG-INFO +4 -2
  17. prosperity3bt-0.5.0/prosperity3bt.egg-info/SOURCES.txt +35 -0
  18. {prosperity3bt-0.4.0 → prosperity3bt-0.5.0}/pyproject.toml +1 -1
  19. prosperity3bt-0.4.0/prosperity3bt.egg-info/SOURCES.txt +0 -23
  20. {prosperity3bt-0.4.0 → prosperity3bt-0.5.0}/LICENSE +0 -0
  21. {prosperity3bt-0.4.0 → prosperity3bt-0.5.0}/prosperity3bt/__init__.py +0 -0
  22. {prosperity3bt-0.4.0 → prosperity3bt-0.5.0}/prosperity3bt/__main__.py +0 -0
  23. {prosperity3bt-0.4.0 → prosperity3bt-0.5.0}/prosperity3bt/datamodel.py +0 -0
  24. {prosperity3bt-0.4.0 → prosperity3bt-0.5.0}/prosperity3bt/file_reader.py +0 -0
  25. {prosperity3bt-0.4.0 → prosperity3bt-0.5.0}/prosperity3bt/models.py +0 -0
  26. {prosperity3bt-0.4.0 → prosperity3bt-0.5.0}/prosperity3bt/open.py +0 -0
  27. {prosperity3bt-0.4.0 → prosperity3bt-0.5.0}/prosperity3bt/parse_submission_logs.py +0 -0
  28. {prosperity3bt-0.4.0 → prosperity3bt-0.5.0}/prosperity3bt/py.typed +0 -0
  29. {prosperity3bt-0.4.0 → prosperity3bt-0.5.0}/prosperity3bt/resources/__init__.py +0 -0
  30. {prosperity3bt-0.4.0 → prosperity3bt-0.5.0}/prosperity3bt/resources/round0/__init__.py +0 -0
  31. /prosperity3bt-0.4.0/prosperity3bt/resources/round0/prices_round_0_day_-2.csv → /prosperity3bt-0.5.0/prosperity3bt/resources/round0/prices_round_0_day_-1.csv +0 -0
  32. /prosperity3bt-0.4.0/prosperity3bt/resources/round0/trades_round_0_day_-2_nn.csv → /prosperity3bt-0.5.0/prosperity3bt/resources/round0/trades_round_0_day_-1_nn.csv +0 -0
  33. {prosperity3bt-0.4.0 → prosperity3bt-0.5.0}/prosperity3bt/runner.py +0 -0
  34. {prosperity3bt-0.4.0 → prosperity3bt-0.5.0}/prosperity3bt.egg-info/dependency_links.txt +0 -0
  35. {prosperity3bt-0.4.0 → prosperity3bt-0.5.0}/prosperity3bt.egg-info/entry_points.txt +0 -0
  36. {prosperity3bt-0.4.0 → prosperity3bt-0.5.0}/prosperity3bt.egg-info/requires.txt +0 -0
  37. {prosperity3bt-0.4.0 → prosperity3bt-0.5.0}/prosperity3bt.egg-info/top_level.txt +0 -0
  38. {prosperity3bt-0.4.0 → prosperity3bt-0.5.0}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: prosperity3bt
3
- Version: 0.4.0
3
+ Version: 0.5.0
4
4
  Summary: Backtester for IMC Prosperity 3 algorithms
5
5
  Author-email: Jasper van Merle <jaspervmerle@gmail.com>
6
6
  License: MIT License
@@ -116,7 +116,9 @@ Limits are enforced before orders are matched to order depths. If for a product
116
116
  ## Data Files
117
117
 
118
118
  Data for the following rounds is included:
119
- - Round 0: prices and anonymized trades data on RAINFOREST_RESIN and KELP that was used during tutorial submission runs.
119
+ - Round 0: prices and anonymized trades data on RAINFOREST_RESIN and KELP that was used during tutorial submission runs. The anonymized trades data is derived from the submission of an algorithm that places no orders.
120
+ - Round 1: prices and anonymized trades data on RAINFOREST_RESIN and KELP.
121
+ - Round 6: prices and anonymized trades data that was used during submission runs. Round 6 day X represents the submission data of round X, where X = 0 means the tutorial round. The anonymized trades data is derived from the submission of an algorithm that places no orders.
120
122
 
121
123
  ## Environment Variables
122
124
 
@@ -70,7 +70,9 @@ Limits are enforced before orders are matched to order depths. If for a product
70
70
  ## Data Files
71
71
 
72
72
  Data for the following rounds is included:
73
- - Round 0: prices and anonymized trades data on RAINFOREST_RESIN and KELP that was used during tutorial submission runs.
73
+ - Round 0: prices and anonymized trades data on RAINFOREST_RESIN and KELP that was used during tutorial submission runs. The anonymized trades data is derived from the submission of an algorithm that places no orders.
74
+ - Round 1: prices and anonymized trades data on RAINFOREST_RESIN and KELP.
75
+ - Round 6: prices and anonymized trades data that was used during submission runs. Round 6 day X represents the submission data of round X, where X = 0 means the tutorial round. The anonymized trades data is derived from the submission of an algorithm that places no orders.
74
76
 
75
77
  ## Environment Variables
76
78
 
@@ -7,6 +7,7 @@ from prosperity3bt.file_reader import FileReader
7
7
  LIMITS = {
8
8
  "RAINFOREST_RESIN": 50,
9
9
  "KELP": 50,
10
+ "SQUID_INK": 50,
10
11
  }
11
12
 
12
13