BRENTOIL-PERP Listing

List the Brent Crude Oil perpetual — WTIOIL-shaped but benchmarked to ICE Brent daily settlement, funding daily ~19:30 London. The ICE venue is the work.

Spec: Ben Xie, #ax-devs-only 2026-06-08 Margin: 30% IM / 15% MM (same as BNO) Status snapshot: 2026-07-08

#Principles

  1. Not a WTIOIL clone — ICE is engineering, not configuration#
    ICE Brent has a different holiday calendar than CME and may need a different settlement source; the settlement engine keys calendars by category and the daily-settlement downloader is built for CME via Databento.
  2. No trading before the initial settlement price is set#
    The initial mark falls back to the last settlement price, so opening before ep3 update-settlement-price runs makes day-one margin/liquidation math garbage.
  3. Routing key is chosen at listing — cheap now, a migration later#
    The A-3454 migrator doesn't exist yet, so a bad partition choice is only fixable by hand; place the instrument with the planner, not the ENERGY key.

#TODO 0 / 9 done

not started — no PR draft PR open PR / in progress done — merged

#Design Questions

  1. Settlement data source — Databento IFEU dataset, or a direct ICE feed?#
    OpenThe vendor/licensing decision gating phase 2. Databento IFEU coverage keeps the existing downloader shape; otherwise it's a new integration.
  2. Calendar override design — per-instrument calendar, or a new pseudo-category?#
    OpenPer-instrument override is the honest fix; an energy_ice pseudo-category is the cheap one. Needs a decision before phase 3 starts.
  3. Funding rate caps and minimum trade quantity?#
    OpenNot in Ben's thread; confirm alongside the NATGAS gaps before the spec YAML is written.
  4. Which MMs are committed to quoting at launch?#
    OpenNo demand thread found yet. Brent likely shares the WTIOIL MM set, but that's an assumption, not a commitment — this gates the prod date.
  5. Does BRENTOIL ship after NATGAS, or together?#
    OpenNATGAS is config-mostly; BRENTOIL has real engineering. Sequencing NATGAS first exercises the runbook on the easy case; needs a business call on bundling.
Link copied