tickerforge-spec-data 0.1.10

Canonical tickerforge YAML spec tree for Rust (same content as the Python tickerforge-spec-data wheel).
Documentation
exchange: B3
mic: XBVM
full_name: Brasil, Bolsa, Balcão
country: BR
timezone: America/Sao_Paulo
assets:
  # --- Index Futures ---
  WIN:
    type: future
    category: index
    description: Mini Ibovespa Futures
    sessions:
      regular:
        start: "09:00"
        end: "18:25"
  IND:
    type: future
    category: index
    description: Ibovespa Futures
    sessions:
      regular:
        start: "09:00"
        end: "18:25"
  ISP:
    type: future
    category: index
    description: S&P 500 Futures
    sessions:
      regular:
        start: "09:00"
        end: "18:25"
  WSP:
    type: future
    category: index
    description: Micro S&P 500 Futures
    sessions:
      regular:
        start: "09:00"
        end: "18:25"
  # --- Currency Futures ---
  DOL:
    type: future
    category: currency
    description: U.S. Dollar Futures
    sessions:
      regular:
        start: "09:00"
        end: "18:30"
  WDO:
    type: future
    category: currency
    description: Mini U.S. Dollar Futures
    sessions:
      regular:
        start: "09:00"
        end: "18:30"
  # --- Interest Rate Futures ---
  DI1:
    type: future
    category: interest_rate
    description: One-Day Interbank Deposit Rate Futures
    sessions:
      regular:
        start: "09:00"
        end: "18:15"
  # --- Cryptocurrency Futures ---
  ETR:
    type: future
    category: crypto
    description: Ethereum Futures
    sessions:
      regular:
        start: "09:00"
        end: "18:30"
  SOL:
    type: future
    category: crypto
    description: Solana Futures
    sessions:
      regular:
        start: "09:00"
        end: "18:30"
  BIT:
    type: future
    category: crypto
    description: Bitcoin Futures
    sessions:
      regular:
        start: "09:00"
        end: "18:30"
  # --- Commodity Futures ---
  BGI:
    type: future
    category: commodity
    description: Live Cattle Futures
    sessions:
      regular:
        start: "09:00"
        end: "16:30"
  CCM:
    type: future
    category: commodity
    description: Cash-Settled Corn Futures
    sessions:
      regular:
        start: "09:00"
        end: "16:20"
  ICF:
    type: future
    category: commodity
    description: Arabica Coffee Futures (4/5)
    sessions:
      regular:
        start: "09:00"
        end: "16:20"
  SJC:
    type: future
    category: commodity
    description: Soybean CBOT Futures
    sessions:
      regular:
        start: "09:00"
        end: "16:20"
  SOY:
    type: future
    category: commodity
    description: Soybean FOB Santos Futures
    sessions:
      regular:
        start: "09:00"
        end: "16:20"
  GLD:
    type: future
    category: commodity
    description: Gold Futures
    sessions:
      regular:
        start: "09:00"
        end: "18:30"
  ETH:
    type: future
    category: commodity
    description: Hydrous Ethanol Futures
    sessions:
      regular:
        start: "09:00"
        end: "15:00"
  # --- Equity Options ---
  EQUITY_OPTIONS:
    type: option
    category: equity_option
    description: Options on listed equities (PETR4, VALE3, BBDC4, ITUB4, etc.)
    sessions:
      regular:
        start: "10:00"
        end: "18:25"
  # --- Index Options ---
  IBOV_OPTIONS:
    type: option
    category: index_option
    description: Options on Ibovespa Index
    sessions:
      regular:
        start: "09:00"
        end: "18:25"
  # --- Dollar Options ---
  DOL_OPTIONS:
    type: option
    category: dollar_option
    description: Options on U.S. Dollar
    sessions:
      regular:
        start: "09:00"
        end: "18:30"
  # --- Interest Rate Options ---
  IDI_OPTIONS:
    type: option
    category: rate_option
    description: Options on IDI (Interbank Deposit Index)
    sessions:
      regular:
        start: "09:00"
        end: "18:15"