load_data:
	uv run fetch_sp500.py
	uv run fetch_ftse100.py

experiment:
	uv run experiment.py
	uv run experiment_synthetic.py
