Paper Observation Lifecycle
Precise terminology: open paper observation, simulated entry, simulated exit, close paper observation. Never a real trade.
CODE-DERIVED VISUALISATION
Paper-observation lifecycle state machine generated from verified module/route relationships in this repository.
Stage detail
CODE-DERIVED VISUALISATION
- 1Detection
- 2Governance validation (src/paper_execution/governance_gate.py)
- 3Paper-entry calculation (src/capital/position_sizing.py)
- 4Observation creation
- 5State persistence (src/capital/sequence_ledger.py)
- 6Monitoring
- 7Target/stop/invalidation evaluation (src/paper_execution/outcome_engine.py)
- 8Simulated closure
- 9Gross result
- 10Fees and slippage (src/paper_execution/cost_model.py)
- 11Net result
- 12Ledger update
- 13Report generation
Test evidence: tests/test_paper_execution.py, tests/test_capital_deterministic_scenarios.py (idempotency, governance blocking, sequential compounding all covered).