backtest_check
Detect lookahead bias in backtests by scanning memory for facts unknown at the simulation date, flagging future events and late revisions, and providing a clean report for risk committees.
Instructions
Detect lookahead bias in a backtest simulation. Scans the agent's memory store and flags every fact the agent couldn't have known at the given simulation date. Returns FUTURE_EVENT (event_time is after the checkpoint) and LATE_REVISION (the revised figure hadn't been published yet) flags. A clean report (is_clean=true) is the proof a risk committee needs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| simulation_as_of_iso | Yes | ISO-8601 UTC timestamp of the simulation checkpoint. |