CLI: aura run --real attaches both brokers (pip vs currency curves) #123

Closed
opened 2026-06-22 18:18:20 +02:00 by Brummel · 1 comment
Owner

Wire the realistic-broker path end to end through the CLI so a single invocation yields directly comparable curves:

  • aura run --real <SYM> attaches both brokers: sim-optimal on exposure (pips, signal quality — existing) and RealisticBroker (currency, viability — new), reusing the sample_harness template (main.rs:92-142).
  • derive + persist the position-event table (I3 + I7); record exposure, equity (pips), currency_equity, and positions taps for the one run.
  • the manifest records the realistic friction profile (I5) so the run is reproducible and self-describing.

Output: one run → both the sim-optimal pip curve and the realistic currency curve plus the audit table, the two-attach-points architecture observable end to end.

depends on: friction params (I5), currency metrics (I6), persistence (I7)
context: realizes C10's "both broker classes attach, several at once for directly comparable curves"; the existing two-sink harness is the template.

Wire the realistic-broker path end to end through the CLI so a single invocation yields directly comparable curves: - `aura run --real <SYM>` attaches **both** brokers: sim-optimal on `exposure` (pips, signal quality — existing) and `RealisticBroker` (currency, viability — new), reusing the `sample_harness` template (main.rs:92-142). - derive + persist the position-event table (I3 + I7); record `exposure`, `equity` (pips), `currency_equity`, and `positions` taps for the one run. - the manifest records the realistic friction profile (I5) so the run is reproducible and self-describing. Output: one run → both the sim-optimal pip curve and the realistic currency curve plus the audit table, the two-attach-points architecture observable end to end. depends on: friction params (I5), currency metrics (I6), persistence (I7) context: realizes C10's "both broker classes attach, several at once for directly comparable curves"; the existing two-sink harness is the template.
Brummel added this to the Realistic broker & position-event table (C10 A-side) milestone 2026-06-22 18:18:20 +02:00
Brummel added the feature label 2026-06-22 18:18:20 +02:00
Author
Owner

Superseded by the 2026-06-28 C10 rework (ledger commit 29cdc8c): the realistic-broker / currency model is retired (real friction is not historically knowable). Cost in research is now a composable cost-model graph in R (the net-R curve); money / a real broker move to a separate live/deploy edge. See #116 (summary), #148 (cost-model graph), #149 (live/deploy edge). Closing as superseded.

Superseded by the 2026-06-28 C10 rework (ledger commit `29cdc8c`): the realistic-broker / currency model is retired (real friction is not historically knowable). Cost in research is now a composable cost-model graph in R (the net-R curve); money / a real broker move to a separate live/deploy edge. See #116 (summary), #148 (cost-model graph), #149 (live/deploy edge). Closing as superseded.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Brummel/Aura#123