tickerforge-spec-data 0.1.7

Canonical tickerforge YAML spec tree for Rust (same content as the Python tickerforge-spec-data wheel).
Documentation
exchange: CME
mic: XCME
full_name: Chicago Mercantile Exchange
country: US
timezone: America/Chicago
assets:
  # --- Index Futures ---
  ES:
    type: future
    category: index
    description: E-mini S&P 500 Futures
    sessions:
      regular:
        start: "17:00"
        end: "16:00"
  NQ:
    type: future
    category: index
    description: E-mini Nasdaq-100 Futures
    sessions:
      regular:
        start: "17:00"
        end: "16:00"
  RTY:
    type: future
    category: index
    description: E-mini Russell 2000 Futures
    sessions:
      regular:
        start: "17:00"
        end: "16:00"
  # --- Interest Rate Futures ---
  ZN:
    type: future
    category: interest_rate
    description: 10-Year Treasury Note Futures
    sessions:
      regular:
        start: "17:00"
        end: "16:00"
  ZF:
    type: future
    category: interest_rate
    description: 5-Year Treasury Note Futures
    sessions:
      regular:
        start: "17:00"
        end: "16:00"
  # --- Commodity Futures ---
  CL:
    type: future
    category: commodity
    description: Crude Oil Futures (WTI)
    sessions:
      regular:
        start: "17:00"
        end: "16:00"
  GC:
    type: future
    category: commodity
    description: Gold Futures
    sessions:
      regular:
        start: "17:00"
        end: "16:00"
  # --- Currency Futures ---
  6E:
    type: future
    category: currency
    description: Euro FX Futures
    sessions:
      regular:
        start: "17:00"
        end: "16:00"
  6J:
    type: future
    category: currency
    description: Japanese Yen Futures
    sessions:
      regular:
        start: "17:00"
        end: "16:00"