- download_baseline now reads schema from universe TOML config (was hardcoded to ohlcv-1m, now supports mbp-10 and other schemas) - Add --rclone-dest flag for direct upload to MinIO after each download - Add config/universe-es-mbp10.toml: ES.FUT MBP-10, same date range - Add infra/k8s/training/download-mbp10-job.yaml: K8s Job to download ES.FUT MBP-10 data in-cluster and upload to MinIO Usage: kubectl apply -f infra/k8s/training/download-mbp10-job.yaml Prereqs: databento-credentials secret, download_baseline binary in MinIO Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
21 lines
517 B
TOML
21 lines
517 B
TOML
# ES.FUT MBP-10 (Level 2 Order Book) Data
|
|
#
|
|
# 10-level order book snapshots for OFI feature extraction.
|
|
# Same date range as OHLCV baseline, ES.FUT only.
|
|
#
|
|
# Schema: mbp-10 via Databento (GLBX.MDP3 dataset)
|
|
|
|
[universe]
|
|
name = "es-mbp10"
|
|
description = "ES.FUT MBP-10 order book data for OFI features"
|
|
date_range_start = "2024-03-01"
|
|
date_range_end = "2026-02-22"
|
|
bar_size = "tick"
|
|
databento_dataset = "GLBX.MDP3"
|
|
databento_schema = "mbp-10"
|
|
|
|
[[symbols]]
|
|
symbol = "ES.FUT"
|
|
exchange = "GLBX.MDP3"
|
|
asset_class = "Future"
|