v0.22.1
Docs
- README now documents post-trade verify, self-heal, and their flags (
--no-verify,
--no-self-heal,--heal-passes). - Clarified that protective stops are OPT-IN. The 0.20.0
--stop-pctnote read as if stops are
always applied; they are not. With no per-rowstop_pctand no--stop-pct, no stops are
placed, and a rebalance never strips an existing stop off a still-held position (only orphan
stops with no position are cancelled).--stop-pctis a blanket default you opt into for feeds
that omit stops but want every leg protected; a mixed book (e.g. some held-forever positions)
should rely on per-rowstop_pctinstead.
Tests
- Added opt-in coverage: no
stop_pctanywhere → zero stops placed; a held position's existing
stop survives a no-stop_pctrebalance.
What's Changed
- docs+test(stops): document verify/self-heal; clarify stops are opt-in (0.22.1) by @markudevelop in #3
Full Changelog: v0.22.0...v0.22.1