Papers › OpenPM: Auditable Point-in-Time Evaluation for LLM Portfolio-Management Agents

OpenPM: Auditable Point-in-Time Evaluation for LLM Portfolio-Management Agents

6 Aug 2026arXiv:2608.09988added by Syntology

Xinying Cai, Minghao Guo, Jiahe Liu, Jiaojiao Han, Bangwei Guo, Yitao Long, Yuxuan Chen, Bohan Wu, Dimitris N. Metaxas, Raymond Li

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Large language models are increasingly used to read markets, assess risk, and allocate capital. However, reported results for LLM trading agents can be inflated by look-ahead leakage, optimistic execution, and risk mandates that are described but not enforced. We present OpenPM, an auditable point-in-time evaluation framework for LLM portfolio-management agents. In OpenPM, an agent manages a \$1M long-only book over the S\&P 500 universe using market data at five-minute intervals. Every record visible to the agent must be available at the decision time. Natural-language risk mandates are converted into typed constraints and enforced on the executed portfolio. Each run produces audit artifacts, including a contamination certificate, a cost-sensitivity curve, and a constraint-adherence report. We also build a reference agent named the tiered allocator, where typed analysts score candidates, a constructor LLM proposes weights, and a deterministic critic guarantees feasibility. We isolate constructor behavior by capturing analyst evidence once and replaying it across constructor models. In our short-window case study, stronger constructors show modest and model-dependent gains over equal weighting on the same pool, but analyst quality matters more than constructor choice, and turnover is the main cost driver. All returns are upper bounds on a single frozen window without market impact, not validated alpha.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2608.09988")

Code

Syntology Ran 13 of 16 code samples harvested from 1 repository linked to this paper; 3 have no recorded run. Of those that ran: 13 ran with no contract checked.

By repository: found in paper text by Syntology: 16 samples from 1 repository, 13 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

aslcai/OpenPM-Bench found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

16 samples harvested; 13 ran; 0 honoured the contract we drafted; 3 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

13ran
3unverified

Licence: 0 of the 16 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from aslcai/OpenPM-Bench. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

check_bad_prices aslcai/OpenPM-Bench/agents/data_quality.py found in paper text by Syntology ran Apache-2.0 (permissive) · 997de451cd98526f · report
check_missing_bars aslcai/OpenPM-Bench/agents/data_quality.py found in paper text by Syntology ran Apache-2.0 (permissive) · fadfe44e7611fd92 · report
check_zero_volume aslcai/OpenPM-Bench/agents/data_quality.py found in paper text by Syntology ran Apache-2.0 (permissive) · b25115fe9bc4a86e · report
count_rows aslcai/OpenPM-Bench/collectors/freeze.py found in paper text by Syntology ran Apache-2.0 (permissive) · 548e1e5b0ad7978b · report
feature_output_filename aslcai/OpenPM-Bench/agents/feature_paths.py found in paper text by Syntology ran Apache-2.0 (permissive) · 909aae065d34d8ae · report
get_sp500_members_between aslcai/OpenPM-Bench/collectors/universe.py found in paper text by Syntology ran Apache-2.0 (permissive) · 03c77445ee83ba60 · report
get_sp500_members_on aslcai/OpenPM-Bench/collectors/universe.py found in paper text by Syntology ran Apache-2.0 (permissive) · 5cd03955f627a946 · report
iter_files aslcai/OpenPM-Bench/collectors/freeze.py found in paper text by Syntology ran Apache-2.0 (permissive) · 1d1acb98f1c8dc2e · report
resolve_symbols_filter aslcai/OpenPM-Bench/agents/feature.py found in paper text by Syntology ran Apache-2.0 (permissive) · 22bc40ed82cfcf28 · report
sha256_file aslcai/OpenPM-Bench/collectors/freeze.py found in paper text by Syntology ran Apache-2.0 (permissive) · 8862dc4ae1fa2b0f · report
summarize aslcai/OpenPM-Bench/agents/feature_validation.py found in paper text by Syntology ran Apache-2.0 (permissive) · c03077de44bf2a39 · report
symbol_scoped_feature_output aslcai/OpenPM-Bench/agents/feature_paths.py found in paper text by Syntology ran Apache-2.0 (permissive) · 087ee2f93308c3f1 · report
validate_rows aslcai/OpenPM-Bench/agents/feature_validation.py found in paper text by Syntology ran Apache-2.0 (permissive) · 8cbc747c123c40b3 · report
cross_sections_from_panel aslcai/OpenPM-Bench/agents/portfolio/backtester.py found in paper text by Syntology unverified Apache-2.0 (permissive) · e5e4873ca3a5df53 · report
get_sp500_member_rows_on aslcai/OpenPM-Bench/collectors/universe.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 9444feff60cdff1c · report
validate_file aslcai/OpenPM-Bench/agents/feature_validation.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 30f4a3867b83de47 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2608.09988, was issued in August 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections