NIPS26Repo commited on
Commit
149513d
·
verified ·
1 Parent(s): d172c25

Initial anonymized artifact release

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. CHANGELOG.md +15 -0
  2. LICENSE.md +61 -0
  3. README.md +183 -0
  4. audit/README.md +82 -0
  5. audit/claims.md +66 -0
  6. audit/figures.md +59 -0
  7. audit/run_inventory.md +92 -0
  8. audit/tables.md +119 -0
  9. comparisons/cn_6m/comparison_data.json +362 -0
  10. comparisons/cn_6m/comparison_report.md +169 -0
  11. comparisons/cn_6m/personality_summary.csv +6 -0
  12. comparisons/us_6m/comparison_data.json +266 -0
  13. comparisons/us_6m/comparison_report.md +127 -0
  14. comparisons/us_6m/personality_summary.csv +6 -0
  15. croissant.json +387 -0
  16. derived/all_metrics.csv +29 -0
  17. derived/all_trades.csv +0 -0
  18. derived/gpt54_robustness/backend_comparison.csv +6 -0
  19. derived/gpt54_robustness/behavioral_momentum_reruns.csv +4 -0
  20. derived/gpt54_robustness/gpt54_us_3m_summary.csv +6 -0
  21. exp5_efficiency_ablation_cn_10t_6m/README.md +5 -0
  22. exp5_efficiency_ablation_cn_10t_6m/source_doc.md +97 -0
  23. manifest.json +616 -0
  24. runs/exp1_caseStudy_cn_6m/behavioral_momentum/backtest_report.md +170 -0
  25. runs/exp1_caseStudy_cn_6m/behavioral_momentum/equity_curve.csv +103 -0
  26. runs/exp1_caseStudy_cn_6m/behavioral_momentum/equity_curve.png +3 -0
  27. runs/exp1_caseStudy_cn_6m/behavioral_momentum/metrics.json +177 -0
  28. runs/exp1_caseStudy_cn_6m/behavioral_momentum/trades.csv +667 -0
  29. runs/exp1_caseStudy_cn_6m/equal_weight/backtest_report.md +153 -0
  30. runs/exp1_caseStudy_cn_6m/equal_weight/equity_curve.csv +103 -0
  31. runs/exp1_caseStudy_cn_6m/equal_weight/equity_curve.png +3 -0
  32. runs/exp1_caseStudy_cn_6m/equal_weight/metrics.json +214 -0
  33. runs/exp1_caseStudy_cn_6m/equal_weight/trades.csv +85 -0
  34. runs/exp1_caseStudy_cn_6m/fundamental_value/backtest_report.md +171 -0
  35. runs/exp1_caseStudy_cn_6m/fundamental_value/equity_curve.csv +103 -0
  36. runs/exp1_caseStudy_cn_6m/fundamental_value/equity_curve.png +3 -0
  37. runs/exp1_caseStudy_cn_6m/fundamental_value/metrics.json +184 -0
  38. runs/exp1_caseStudy_cn_6m/fundamental_value/trades.csv +91 -0
  39. runs/exp1_caseStudy_cn_6m/low_volatility/backtest_report.md +140 -0
  40. runs/exp1_caseStudy_cn_6m/low_volatility/equity_curve.csv +103 -0
  41. runs/exp1_caseStudy_cn_6m/low_volatility/equity_curve.png +3 -0
  42. runs/exp1_caseStudy_cn_6m/low_volatility/metrics.json +150 -0
  43. runs/exp1_caseStudy_cn_6m/low_volatility/trades.csv +86 -0
  44. runs/exp1_caseStudy_cn_6m/macro_tactical/backtest_report.md +307 -0
  45. runs/exp1_caseStudy_cn_6m/macro_tactical/equity_curve.csv +103 -0
  46. runs/exp1_caseStudy_cn_6m/macro_tactical/equity_curve.png +3 -0
  47. runs/exp1_caseStudy_cn_6m/macro_tactical/fof_allocations.csv +0 -0
  48. runs/exp1_caseStudy_cn_6m/macro_tactical/fof_allocations.json +0 -0
  49. runs/exp1_caseStudy_cn_6m/macro_tactical/metrics.json +0 -0
  50. runs/exp1_caseStudy_cn_6m/macro_tactical/trades.csv +1778 -0
CHANGELOG.md ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Changelog
2
+
3
+ ## v1.0 — 2026-04-28
4
+
5
+ Initial public release prepared for NeurIPS 2026 Evaluations & Datasets
6
+ Track double-blind submission.
7
+
8
+ - 28 backtest runs across 4 paper-cited experiments (Exp 1 case study US/CN,
9
+ Exp 2 reproducibility R2, Exp 3 mechanism ablation, Exp 4 GPT-5.4 backend
10
+ robustness). Exp 5 efficiency ablation is documented but its run
11
+ artifacts are not redistributed.
12
+ - Two flattened derived tables (`derived/all_metrics.csv`,
13
+ `derived/all_trades.csv`) for easy querying.
14
+ - Reproducibility manifest mirrored from the paper's `latex/audit/`.
15
+ - Croissant 1.0 metadata with core and RAI fields.
LICENSE.md ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # License and Redistribution Notes
2
+
3
+ ## This bundle's contributed content
4
+
5
+ The QuantArena artifact bundle, as a curated collection of run-level metrics,
6
+ (metrics, trade logs, equity curves), provenance documentation, and the
7
+ build scripts under `tools/`, is released under
8
+ **Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0)**.
9
+
10
+ You may use, share, and adapt the contributed content for **academic
11
+ research, education, and non-commercial purposes**, provided you cite the
12
+ paper and preserve attribution to the authors.
13
+
14
+ ## Underlying market data (see `README.md` "Data sources" table)
15
+
16
+ The bundle's `trades.csv` and the per-mandate selection files contain
17
+ trade-level prices and ticker actions derived from third-party data providers.
18
+ We redistribute only the **derived, sparse, decision-level
19
+ records** required to verify the paper's quantitative claims.
20
+
21
+ We do not redistribute bulk market data from any provider. Specifically:
22
+
23
+ - **Yahoo Finance / yfinance**: bulk redistribution is forbidden by Yahoo
24
+ TOS. We include only the per-trade prices observed on each decision date.
25
+ Users who need full price history should obtain it directly from Yahoo or
26
+ a licensed redistributor.
27
+ - **Tushare**: redistribution of raw data is restricted by Tushare's
28
+ user agreement. Users wishing to reproduce or extend the runs must
29
+ register and obtain their own Tushare API token. The trade-level prices
30
+ included here are derived facts about portfolio decisions rather than
31
+ bulk feed redistribution.
32
+ - **Financial Modeling Prep (FMP)**, **AKShare**, **Tavily**: aggregated
33
+ signals and per-run summaries only; no raw feeds redistributed.
34
+
35
+ If you redistribute or build derivative products on top of this bundle,
36
+ **you remain responsible for complying with each upstream provider's terms**.
37
+
38
+ ## LLM outputs
39
+
40
+ Short bookkeeping strings in `trades.csv` `justification` columns
41
+ (e.g., "Target allocation: 12.0% (current: 0 shares)") are template
42
+ strings emitted by the trading workflow rather than free-form LLM
43
+ generation. We treat them as part of the bundle's contributed content
44
+ under the CC BY-NC 4.0 license.
45
+
46
+ The DeepSeek-V3.2 and GPT-5.4 backends used during runs are accessed
47
+ under the providers' commercial API terms; the bundle does not
48
+ redistribute model weights or proprietary system prompts.
49
+
50
+ ## Disclaimers
51
+
52
+ - **Not financial advice.** This bundle is released for research and
53
+ evaluation purposes only. It is not a recommendation to trade any
54
+ security. Past simulated performance does not guarantee future results.
55
+ - **Reproduction depends on third-party APIs.** Re-running the bundled
56
+ experiments requires market data access (Yahoo, Tushare, FMP, AKShare,
57
+ Tavily) and an LLM backend (DeepSeek-V3.2 or GPT-5.4); these are not
58
+ shipped with the bundle.
59
+ - **Anonymized release.** Per NeurIPS double-blind review policy,
60
+ authorship and institutional affiliation are not disclosed in this
61
+ release.
README.md ADDED
@@ -0,0 +1,183 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ language: en
4
+ size_categories:
5
+ - 1K<n<100K
6
+ task_categories:
7
+ - tabular-classification
8
+ - time-series-forecasting
9
+ tags:
10
+ - finance
11
+ - llm-trading
12
+ - benchmark
13
+ - evaluation
14
+ - mandate-based
15
+ - fund-style-policy
16
+ pretty_name: QuantArena Artifact Bundle
17
+ configs:
18
+ - config_name: metrics
19
+ default: true
20
+ data_files:
21
+ - split: train
22
+ path: derived/all_metrics.csv
23
+ - config_name: trades
24
+ data_files:
25
+ - split: train
26
+ path: derived/all_trades.csv
27
+ ---
28
+
29
+ # QuantArena Artifact Bundle
30
+
31
+ Reproducibility artifacts for the paper *QuantArena: Beat the Market or Be the
32
+ Market? A Live-Market Evaluation of Investment Paradigms* (NeurIPS 2026
33
+ Evaluations & Datasets Track submission).
34
+
35
+ ## Summary
36
+
37
+ QuantArena is a controlled live-market evaluation protocol that holds the LLM
38
+ backend, market data stream, analyst workflow, capital, and execution harness
39
+ fixed across runs and varies only the **investment doctrine** (the policy
40
+ module). This bundle releases the run-level data, comparison aggregates,
41
+ universe definitions, and provenance manifests required to inspect every
42
+ figure, table, and quantitative claim in the paper.
43
+
44
+ The dataset is a structured **collection of backtest runs** rather than a
45
+ single tabular file. Each run contains daily portfolio state, the trade log,
46
+ and pre-computed performance metrics. Two flat tables in `derived/` provide a
47
+ queryable view of the full bundle for users who want to load it as a single
48
+ DataFrame.
49
+
50
+ ## What's in this bundle
51
+
52
+ ```
53
+ release_data/
54
+ ├── README.md # This file
55
+ ├── LICENSE.md # Multi-source license + redistribution notes
56
+ ├── CHANGELOG.md # Version history
57
+ ├── croissant.json # Croissant 1.0 metadata (core + RAI)
58
+ ├── manifest.json # Top-level run inventory (machine-readable)
59
+
60
+ ├── runs/ # 28 individual backtest runs
61
+ │ ├── exp1_caseStudy_us_6m/ # US 6M main case study (5 mandates)
62
+ │ ├── exp1_caseStudy_cn_6m/ # CN 6M main case study (5 mandates)
63
+ │ ├── exp2_reproducibility_us_6m_run2/ # Independent re-run (5 mandates)
64
+ │ ├── exp3_mechanism_ablation_us_3m/ # US 3M ablation (8 variants)
65
+ │ └── exp4_backend_robustness_us_3m_gpt54/ # GPT-5.4 robustness (5 mandates)
66
+
67
+ ├── exp5_efficiency_ablation_cn_10t_6m/ # Documented only (no run artifacts)
68
+ ├── comparisons/ # Cross-mandate aggregates per market
69
+ ├── universe/ # 5x4 sector/style ticker grid
70
+ ├── derived/ # Pre-flattened tables for easy querying
71
+ │ ├── all_trades.csv # Concatenated trade log across all 28 runs
72
+ │ ├── all_metrics.csv # Long-format performance metrics table
73
+ │ └── gpt54_robustness/ # Backend-comparison CSVs
74
+
75
+ ├── audit/ # Reproducibility manifest (mirror of paper's latex/audit/)
76
+ └── tools/ # Scripts to rebuild the bundle from raw artifacts
77
+ ```
78
+
79
+ Each `runs/<experiment>/<mandate>/` directory contains:
80
+
81
+ - `metrics.json` — summary metrics (return, drawdown, Sharpe, turnover, cash ratio, exposure, …)
82
+ - `trades.csv` — per-trade log (date, ticker, action, shares, price, value, justification)
83
+ - `equity_curve.csv` — daily portfolio state (date, total_value, daily_return, cashflow=cash_balance, benchmark_value, benchmark_return)
84
+ - `backtest_report.md` — human-readable run summary
85
+
86
+ ## Loading
87
+
88
+ ### As a DataFrame (recommended for most users)
89
+
90
+ ```python
91
+ import pandas as pd
92
+
93
+ # Concatenated trade log across all 28 runs
94
+ trades = pd.read_csv("derived/all_trades.csv")
95
+
96
+ # Long-format metrics table
97
+ metrics = pd.read_csv("derived/all_metrics.csv")
98
+
99
+ # Filter to one experiment
100
+ us_6m = metrics.query("experiment == 'exp1_caseStudy_us_6m'")
101
+ print(us_6m[["display_name", "total_return", "max_drawdown", "total_trades"]])
102
+ ```
103
+
104
+ ### Hugging Face Datasets library
105
+
106
+ ```python
107
+ from datasets import load_dataset
108
+
109
+ trades = load_dataset("NIPS26Repo/quantarena-artifacts", "trades", split="train")
110
+ metrics = load_dataset("NIPS26Repo/quantarena-artifacts", "metrics", split="train")
111
+ ```
112
+
113
+ ### Per-run artifacts (when you need the full equity curve or single trade log)
114
+
115
+ ```python
116
+ import json, pandas as pd
117
+
118
+ run = "runs/exp1_caseStudy_us_6m/fundamental_value"
119
+ metrics = json.load(open(f"{run}/metrics.json"))
120
+ trades = pd.read_csv(f"{run}/trades.csv")
121
+ equity = pd.read_csv(f"{run}/equity_curve.csv")
122
+ ```
123
+
124
+ ## Experiment overview
125
+
126
+ | Experiment | Window | Universe | Backend | Mandates / variants | Purpose in the paper |
127
+ |---|---|---|---|---|---|
128
+ | **Exp 1 — Main case study (US)** | 2025-09-01 to 2026-02-28 (124 trading days) | 20 US tickers (5×4 sector/style) | DeepSeek-V3.2 | 5 mandates | Q1 returns, Q2 cross-market shift, Q3 fidelity, sector matrix |
129
+ | **Exp 1 — Main case study (CN)** | 2025-09-01 to 2026-02-28 (102 trading days) | 20 CN A-share tickers | DeepSeek-V3.2 | 5 mandates | Same as above |
130
+ | **Exp 2 — Reproducibility R2 (US)** | 2025-09-01 to 2026-02-28 | 20 US tickers | DeepSeek-V3.2 | 5 mandates | `tab:reproducibility` (Q4) |
131
+ | **Exp 3 — US 3M mechanism ablation** | 2025-12-01 to 2026-02-28 | 20 US tickers | DeepSeek-V3.2 | 8 variants (Full + ablated for FV/BM/MT, Reference for LV/EqW) | `tab:us_3m_ablation_main` (Q4) |
132
+ | **Exp 4 — Backend robustness (GPT-5.4)** | 2025-12-01 to 2026-02-28 | 20 US tickers | GPT-5.4 (Macaron Responses API gateway, run dates Apr 23–24, 2026) | 5 mandates | `tab:us_3m_backend_robustness` (Q4) |
133
+ | **Exp 5 — Execution efficiency (CN 10t)** | 2025-09-01 to 2026-02-28 | 10 CN tickers | DeepSeek-V3.2 | E0 / E1 / E2 execution paths | `tab:efficiency_ablation` (appendix) |
134
+
135
+ Mandates: **Fundamental Value**, **Macro Tactical**, **Behavioral Momentum**,
136
+ **Low-Volatility (Smart Beta)**, **Equal-Weight (Baseline)**.
137
+
138
+ Initial capital is $100,000 per run; decision cadence is daily.
139
+
140
+ ## How to verify a number from the paper
141
+
142
+ 1. Locate the figure / table / claim in `audit/figures.md`, `audit/tables.md`,
143
+ or `audit/claims.md`.
144
+ 2. Each entry names the source run ID(s) under
145
+ `runs/<experiment>/<mandate>/`.
146
+ 3. Open `metrics.json` (summary metrics), `trades.csv` (per-trade log), or
147
+ `equity_curve.csv` (daily portfolio state) in that run directory.
148
+
149
+ ## Data sources used by the underlying runs
150
+
151
+ | Source | What it provided | Status in this bundle |
152
+ |---|---|---|
153
+ | Yahoo Finance / yfinance | US ticker prices and corporate actions | Trade-level prices appear in `trades.csv`; not redistributed in bulk |
154
+ | Tushare | China A-share prices, fundamentals, news | Same — trade-level only, not bulk |
155
+ | Financial Modeling Prep (FMP) | US fundamentals & news | Aggregated into per-run summaries only |
156
+ | AKShare | CN macro indicators & policy news | Same |
157
+ | Tavily | Search-API-based news retrieval | Sentiment scores aggregated into ISQ signals only |
158
+ | DeepSeek-V3.2 | Default reasoning backend | LLM outputs in trades.csv `justification` are short bookkeeping templates only |
159
+ | GPT-5.4 (Macaron API gateway) | Backend-robustness reasoning backend | Same |
160
+
161
+ See `LICENSE.md` for redistribution terms.
162
+
163
+ ## Citation
164
+
165
+ ```bibtex
166
+ @inproceedings{quantarena2026,
167
+ title = {QuantArena: Beat the Market or Be the Market? A Live-Market Evaluation of Investment Paradigms},
168
+ author = {Anonymous Author(s)},
169
+ booktitle = {Advances in Neural Information Processing Systems Datasets and Benchmarks Track},
170
+ year = {2026}
171
+ }
172
+ ```
173
+
174
+ ## Limitations
175
+
176
+ - The 6M case studies are single-seed runs; Exp 2 quantifies seed sensitivity for the US window, but CN does not have a paired re-run in this bundle.
177
+ - Trading frictions (transaction costs, slippage, market impact) are not modeled.
178
+ - Universe is restricted to 20 liquid tickers per market; results may not transfer to micro-cap or illiquid names.
179
+ - The GPT-5.4 backend identifier follows the API gateway label exposed at run time; it is not a vendor build hash.
180
+
181
+ ## Contact
182
+
183
+ Submitted via OpenReview to NeurIPS 2026 Evaluations & Datasets Track. Authors anonymized for double-blind review.
audit/README.md ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Reproducibility Audit
2
+
3
+ This directory documents the data provenance for every figure, table, and
4
+ quantitative claim in the paper. It is intended as a reviewer-facing
5
+ reproducibility manifest: any number, panel, or claim in the paper should
6
+ be traceable to a specific backtest run, CSV, or source document.
7
+
8
+ ## Audit anchor
9
+
10
+ - **Commit:** `a4bf9e6` (`fix(figure): use 6M case-study runs for US sector matrix`)
11
+ - **Audit date:** 2026-04-28
12
+
13
+ The audit was performed after fixing a previously-discovered run-ID
14
+ mismatch in the U.S. sector matrix figure (the script wired the figure to
15
+ GPT-5.4 3M ablation runs but the paper text described it as a 6M case
16
+ study). All other figures, tables, and prose claims were re-verified
17
+ against actual run metrics during the same audit.
18
+
19
+ ## Files in this directory
20
+
21
+ | File | Scope |
22
+ |---|---|
23
+ | `README.md` | This overview |
24
+ | `run_inventory.md` | All backtest runs referenced anywhere in the paper, indexed by experiment family |
25
+ | `figures.md` | Per-figure provenance (which script, which runs, which data file) |
26
+ | `tables.md` | Per-table provenance plus verified cell values |
27
+ | `claims.md` | Key quantitative claims in the prose with data sources |
28
+
29
+ ## How to verify a number in the paper
30
+
31
+ 1. Locate the figure/table/claim in question.
32
+ 2. Look it up in `figures.md`, `tables.md`, or `claims.md`.
33
+ 3. The audit doc names the source (run ID, CSV path, or source doc).
34
+ 4. The actual run artifacts live in the parent repository under
35
+ `reports/backtest/<run_id>/` (`metrics.json`, `trades.csv`,
36
+ `equity_curve.csv`).
37
+
38
+ ## Metric scope (v1)
39
+
40
+ Each `runs/**/metrics.json` ships the metric set actually used in the
41
+ paper plus the supporting fidelity diagnostics:
42
+
43
+ - **Performance:** `total_return`, `annualized_return`, `max_drawdown`,
44
+ `max_drawdown_duration`, `volatility`, `sharpe_ratio`, `sortino_ratio`
45
+ - **Benchmark anchor:** `benchmark_total_return`,
46
+ `benchmark_annualized_return`, `benchmark_source`
47
+ - **Fidelity:** `total_trades`, `trading_days`, `avg_position_days`,
48
+ `avg_cash_ratio`, `avg_gross_exposure`, `win_rate`
49
+ - **Profile-specific:** e.g. `value_filter_pass_rate`,
50
+ `value_consistency_score` for `Fundamental Value`
51
+
52
+ Benchmark-relative fields (`alpha`, `beta`, `tracking_error`,
53
+ `information_ratio`, `excess_return`, `calmar_ratio`,
54
+ `up_capture`, `down_capture`) are **intentionally not shipped in v1**.
55
+ They were computed per run during development but require a harmonized
56
+ benchmark-return series and a risk-free rate that are out of scope for
57
+ the matched-window protocol used here, and the implementation gave
58
+ different values across the U.S. and CN paths during validation. A
59
+ v1.1 release will reintroduce them after cross-substrate harmonization;
60
+ the v1 paper does not depend on these fields.
61
+
62
+ The same applies to `derived/all_metrics.csv` and
63
+ `derived/gpt54_robustness/gpt54_us_3m_summary.csv`: the v1 release ships
64
+ only the columns above. Bundle maintainers can rerun
65
+ `tools/strip_benchmark_relative_metrics.py` to enforce this scope on a
66
+ freshly built bundle.
67
+
68
+ ## Data layout (parent repository)
69
+
70
+ ```
71
+ <repo_root>/
72
+ ├── latex/ # Paper source (this is the Overleaf project)
73
+ │ ├── sec/ # Main-text sections
74
+ │ ├── appendix/ # Appendices
75
+ │ ├── figures/ # Compiled figure PDFs/PNGs
76
+ │ ├── scripts/ # Figure/table generation scripts
77
+ │ ├── data/artifact_ingest/ # Optional static input artifacts for local rebuilds
78
+ │ └── audit/ # ← This directory
79
+ └── reports/
80
+ ├── backtest/<run_id>/ # Per-run artifacts (metrics.json, trades.csv, ...)
81
+ └── multi_personality/<bundle>/ # Cross-mandate comparison bundles
82
+ ```
audit/claims.md ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Quantitative Claims Provenance
2
+
3
+ Key prose claims with embedded numbers, mapped to their data sources. All
4
+ claims re-verified 2026-04-28 against commit `a4bf9e6`.
5
+
6
+ ## Section 3 — Experimental protocol
7
+
8
+ | Claim | Where | Source | Value |
9
+ |---|---|---|---|
10
+ | "China A-share (102 trading days)" | sec/03 line 7 | `mp_*_20260413_163905_*` metrics.json `trading_days` | 102 ✓ |
11
+ | "U.S. equities (124 trading days)" | sec/03 line 7 | `mp_*_20260409_165131_*` metrics.json `trading_days` | 124 ✓ |
12
+ | "20-ticker universe" | sec/03 line 7 | `universe/sector_style_universe.csv`: 20 US + 20 CN tickers | ✓ |
13
+ | "$100,000 initial capital" | sec/03 line 7 | metrics.json `initial_cash` per run | 100000 ✓ |
14
+ | "40 tickers and 226 trading days" | sec/03 line 7 | 20 + 20 = 40; 102 + 124 = 226 | ✓ |
15
+ | Reasoning backend "DeepSeek-V3.2" | sec/03 line 25 | metrics.json `config.reasoning_model` per Experiment 1 run | ✓ |
16
+
17
+ ## Section 4, Q1 — Separable mandate outcomes
18
+
19
+ | Claim | Source |
20
+ |---|---|
21
+ | "Equal-Weight reference is strongest in both markets" | Experiment 1: CN EqW return = 6.50, US EqW return = 9.42 — both top-ranked ✓ |
22
+ | "Macro Tactical is the closest active mandate in both markets" | CN MT = 4.02 (top among non-EqW); US MT = 3.42 (top among non-EqW) ✓ |
23
+ | "Behavioral Momentum in China and Fundamental Value in the U.S. ... mistimed or overly restrictive" | CN BM = -2.52 (rank 5/5); US FV = -4.73 (rank 5/5) ✓ |
24
+
25
+ ## Section 4, Q3 — Mandate fidelity
26
+
27
+ | Claim | Source |
28
+ |---|---|
29
+ | "FV average cash $\approx 39\%$ in CN vs. $\approx 71\%$ in U.S." | Experiment 1: CN FV `avg_cash_ratio` = 0.3892, US FV `avg_cash_ratio` = 0.7056 ✓ |
30
+ | "Behavioral Momentum has the shortest holding days in both markets" | Experiment 1: CN BM `avg_position_days` = 6.0, US BM = 3.0 — both lowest in their market ✓ |
31
+ | "Low-Volatility is the highest-cash mandate in both markets" | Experiment 1: CN LV cash 69.55%, US LV cash 83.76% — both highest ✓ |
32
+ | "Equal-Weight stays almost fully invested" | Experiment 1: CN EqW exposure 98.62%, US EqW exposure 97.60% ✓ |
33
+
34
+ ## Section 4, Q3 — Per-ticker concentration
35
+
36
+ | Claim | Source |
37
+ |---|---|
38
+ | "FV spreads across 16 tickers" (US) | trades.csv of `mp_fundamental_value_20260409_165131_876468`: 16 distinct tickers traded |
39
+ | "Healthcare tilt (LLY 12%, VRTX 10%, JNJ 6%)" | Same trades.csv aggregated: LLY 12.34%, VRTX 10.41%, JNJ 6.47% ✓ |
40
+ | "no single position exceeds 13%" (US FV) | Same trades.csv: max share = LLY 12.34% ✓ |
41
+ | "Low-Volatility ... 30–35% on each of three large-cap names — JPM, AMZN, MSFT — spanning three sectors" | trades.csv of `mp_smart_beta_passive_20260409_165131_876510`: JPM 34.6% (Financials), AMZN 35.0% (Consumer), MSFT 30.4% (Technology) ✓ |
42
+ | "Macro Tactical ... no cell exceeds 10%" | trades.csv of `mp_macro_tactical_20260409_165131_876505` aggregated to 5×4 grid: max cell 9.2% ✓ |
43
+ | "Behavioral Momentum concentrates roughly 21% on a single Tech Large-Growth name (MSFT)" | trades.csv of `mp_behavioral_momentum_20260409_165131_876499`: MSFT cell = 21.3% ✓ |
44
+ | "Equal-Weight distributes ... approximately 5% each" | trades.csv of `mp_equal_weight_index_20260409_165131_876514`: each cell 3.9–6.7% (uniform-ish around 5%) ✓ |
45
+ | "Fundamental Value concentrating more sharply on ... Kweichow Moutai $\approx 28\%$" (CN) | trades.csv of `mp_fundamental_value_20260413_163905_878961`: Moutai (600519) 28.2% ✓ |
46
+
47
+ ## Section 4, Q4 — Doctrine-effect ablation
48
+
49
+ | Claim | Source |
50
+ |---|---|
51
+ | "FV: return $0.00\% \to 5.80\%$, cash $100.00\% \to 20.72\%$" | Experiment 3: `20260417_160942` (Full) vs `20260417_191443` (No filter) ✓ |
52
+ | "BM: $-0.90 \to -0.75$ for return" | Experiment 3: `20260417_220721` (Full) vs `20260418_004927` (No guardrails) ✓ |
53
+ | "MT: $-0.45 \to -0.33$ for return" | Experiment 3: `20260418_033940` (Full) vs `20260418_072633` (No tilt) ✓ |
54
+ | "Avg cash 91.06% → 46.33% for BM (under GPT-5.4)" | Experiments 3 & 4: `derived/gpt54_robustness/backend_comparison.csv` row `behavioral_momentum`: prior_cash_pct 91.06, gpt54_cash_pct 46.33 ✓ |
55
+ | "39.71% → 17.31% for MT (under GPT-5.4)" | Same CSV row `macro_tactical`: prior_cash_pct 39.71, gpt54_cash_pct 17.31 ✓ |
56
+ | "MT and BM shift by $-0.64$pp and $-1.04$pp" (R1 vs R2) | Experiments 1 & 2: 3.42 → 2.78 = -0.64; 1.54 → 0.50 = -1.04 ✓ |
57
+ | "FV shows the largest deviation ($-5.56$pp), trade-count diff of only 3" | Experiments 1 & 2: -4.73 → -10.29 = -5.56; 123 → 126 = +3 ✓ |
58
+ | "trade counts differing by at most 54 trades over 124 days" (LLM-conditioned R1 vs R2) | Experiments 1 & 2: max ΔTrades among LLM-conditioned mandates is MT (1763→1817 = +54) ✓ |
59
+ | "Mandate-level gaps above approximately 2pp ... doctrine effects" | Empirical threshold: max LLM-conditioned ΔRet observed in reproducibility = 1.04 (BM); 2pp gives ~2× margin ✓ |
60
+
61
+ ## Section 4, Q4 — Execution efficiency (mentioned in introduction and appendix)
62
+
63
+ | Claim | Source |
64
+ |---|---|
65
+ | "wall-clock from 43.7 to approximately 10.8 hours (4.0x)" | `docs/2026-03-23-cn-10tickers-6m-efficiency-ablation.md`: E0 43.73h, E1 10.79h, E2 10.82h, speedup 4.05x/4.04x ✓ |
66
+ | "lowers report-counted LLM API calls by 27.3%" | Same source: E0 11219 → E1 8160 = -27.3% ✓ |
audit/figures.md ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Figure Provenance
2
+
3
+ For each paper figure: which generation script, which input data sources, which experiment.
4
+
5
+ ## Figure 1 — `fig:multi_market_equity_curves` (Q1, main text)
6
+
7
+ - **Source script:** `scripts/generate_cross_market_case_figures.py` → `plot_cross_market_equity()`
8
+ - **PDF:** `figures/case_cross_market_equity_curves.pdf`
9
+ - **Inputs:** equity_curve.csv from each of 10 runs in Experiment 1 (US 6M + CN 6M, 5 mandates each)
10
+ - **What it shows:** Daily normalized wealth path per mandate, two stacked panels (CN top, US bottom).
11
+ - **Last regenerated:** commit `579ed3d` (cash/exposure merge, 1×3 layout)
12
+
13
+ ## Figure 2 — `fig:regime_robustness` (Q2, main text)
14
+
15
+ - **Source script:** `scripts/generate_cross_market_case_figures.py` → `plot_cross_market_shift()`
16
+ - **PDF:** `figures/case_cross_market_shift.pdf`
17
+ - **Inputs:** Aggregated `total_return` and `max_drawdown` from each of 10 runs in Experiment 1, via the multi-personality comparison bundles
18
+ - **What it shows:** Two-panel slopegraph (return / MDD) of CN-vs-US shift per mandate.
19
+ - **Last regenerated:** commit `579ed3d`
20
+
21
+ ## Figure 3 — `fig:behavior_profile` (Q3, main text)
22
+
23
+ - **Source script:** `scripts/generate_cross_market_case_figures.py` → `plot_cross_market_behavior()`
24
+ - **PDF:** `figures/case_cross_market_behavior_shift.pdf`
25
+ - **Inputs:** `avg_turnover_ratio`, `avg_cash_ratio`, `avg_position_days` from each of 10 Experiment 1 runs, via comparison bundles
26
+ - **What it shows:** Three-panel slopegraph (turnover / cash ratio / holding days) of CN-vs-US shift per mandate.
27
+ - **Last regenerated:** commit `579ed3d`
28
+
29
+ > Note: gross exposure was an earlier fourth panel; it is the
30
+ > near-complement of cash ratio and was therefore removed to avoid
31
+ > redundancy.
32
+
33
+ ## Figure 4 — `fig:sector_style_matrix` (Q3, main text)
34
+
35
+ - **Source script:** `scripts/generate_sector_style_matrix_figure.py` → `render_market(US_PROFILE_RUNS, ...)`
36
+ - **PDF:** `figures/case_us_sector_style_matrix.pdf`
37
+ - **Inputs:** trades.csv from each of 5 US runs in Experiment 1 + universe CSV `universe/sector_style_universe.csv`
38
+ - **What it shows:** 5-panel heatmap of per-mandate trading concentration over the 5×4 US sector/style grid.
39
+ - **Critical fix:** Earlier this script used Experiment-4 (GPT-5.4 3M) run IDs, which made FV appear to "collapse" to a single Mid-Growth Financial. The current commit `a4bf9e6` rewires it to the Experiment-1 (6M case study) runs, where FV in fact spreads across 16 tickers.
40
+
41
+ ## Figure 5 — `fig:sector_style_matrix_cn` (Q3, appendix)
42
+
43
+ - **Source script:** `scripts/generate_sector_style_matrix_figure.py` → `render_market(CN_PROFILE_RUNS, ...)`
44
+ - **PDF:** `figures/case_cn_sector_style_matrix.pdf`
45
+ - **Inputs:** trades.csv from each of 5 CN runs in Experiment 1 + universe CSV
46
+ - **What it shows:** Mirror of Figure 4 for the CN A-share universe.
47
+
48
+ ## Figure 6 — `fig:backend_robustness` (Q4, main text)
49
+
50
+ - **Source script:** `scripts/generate_backend_robustness_figure.py`
51
+ - **PDF:** `figures/case_backend_robustness.pdf`
52
+ - **Inputs:** `derived/gpt54_robustness/backend_comparison.csv`, which aggregates the 5 GPT-5.4 runs (Experiment 4) and their default-backend counterparts (Experiment 3)
53
+ - **What it shows:** Per-mandate return and average cash ratio, default vs GPT-5.4 backend, on the matched US 3M window.
54
+
55
+ ## Figure 7 — `fig:paradigm_flow` (Section 2)
56
+
57
+ - **Source:** Hand-drawn schematic (not generated from data)
58
+ - **PDF:** `figures/persona_benchmark_flow.pdf`
59
+ - **What it shows:** System flow diagram: fixed components on the left, doctrine module as the manipulated variable in the middle, mandate set and evaluation outputs on the right.
audit/run_inventory.md ADDED
@@ -0,0 +1,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Backtest Run Inventory
2
+
3
+ All backtest runs referenced anywhere in the paper, grouped by experiment.
4
+
5
+ Run artifacts live under `<repo_root>/reports/backtest/<run_id>/` and contain:
6
+
7
+ - `metrics.json` — summary metrics (total_return, max_drawdown, sharpe_ratio, total_trades, avg_position_days, avg_cash_ratio, avg_gross_exposure, value_filter_pass_rate, etc.)
8
+ - `trades.csv` — per-trade log (date, ticker, action, shares, price, value, justification)
9
+ - `equity_curve.csv` — daily portfolio time series (date, total_value, daily_return, cashflow=cash_balance, benchmark_value, benchmark_return)
10
+ - `backtest_report.md` — human-readable summary
11
+
12
+ Multi-mandate comparison bundles live under `<repo_root>/reports/multi_personality/<bundle>/` and contain:
13
+
14
+ - `comparison_data.json` — mapping from mandate key to its run ID, return, MDD, trade count, and aggregated metrics
15
+ - `comparison_report.md` — human-readable summary
16
+ - `personality_summary.csv` — flat CSV summary
17
+
18
+ ## Experiment 1 — Six-month main case study (the headline result)
19
+
20
+ | Mandate | US run (Sep 1 2025 – Feb 28 2026, 124 trading days) | CN run (Sep 1 2025 – Feb 28 2026, 102 trading days) |
21
+ |---|---|---|
22
+ | Fundamental Value | `mp_fundamental_value_20260409_165131_876468` | `mp_fundamental_value_20260413_163905_878961` |
23
+ | Macro Tactical | `mp_macro_tactical_20260409_165131_876505` | `mp_macro_tactical_20260413_163905_878979` |
24
+ | Behavioral Momentum | `mp_behavioral_momentum_20260409_165131_876499` | `mp_behavioral_momentum_20260413_163905_878974` |
25
+ | Low-Volatility (Smart Beta) | `mp_smart_beta_passive_20260409_165131_876510` | `mp_smart_beta_passive_20260413_163905_878984` |
26
+ | Equal-Weight (Baseline) | `mp_equal_weight_index_20260409_165131_876514` | `mp_equal_weight_index_20260413_163905_878987` |
27
+
28
+ - **US comparison bundle:** `multi_personality/20260409_165121_176781/`
29
+ - **CN comparison bundle:** `multi_personality/20260413_163854_715331/`
30
+ - **Initial capital:** $100,000 (each market)
31
+ - **Universe:** 20 tickers per market on a 5×4 sector/style grid (Appendix Table~\ref{tab:sector_style_universe})
32
+ - **Backend:** DeepSeek-V3.2
33
+
34
+ ## Experiment 2 — Full-run reproducibility (US 6M, Run 2)
35
+
36
+ Independent re-run of all five US 6M mandates with identical configuration to Experiment 1.
37
+
38
+ | Mandate | US Run 2 |
39
+ |---|---|
40
+ | Fundamental Value | `mp_fundamental_value_20260425_035029_413185` |
41
+ | Macro Tactical | `mp_macro_tactical_20260425_035029_413208` |
42
+ | Behavioral Momentum | `mp_behavioral_momentum_20260425_035029_413202` |
43
+ | Low-Volatility (Smart Beta) | `mp_smart_beta_passive_20260425_035029_413212` |
44
+ | Equal-Weight (Baseline) | `mp_equal_weight_index_20260425_035029_413216` |
45
+
46
+ ## Experiment 3 — US 3M mechanism ablation (Dec 1 2025 – Feb 28 2026)
47
+
48
+ Each LLM-conditioned mandate has a Full variant (full doctrine) and one
49
+ Ablated variant (a single guardrail removed).
50
+
51
+ | Mandate / variant | Run ID |
52
+ |---|---|
53
+ | Fundamental Value — Full | `20260417_160942` |
54
+ | Fundamental Value — No filter | `20260417_191443` |
55
+ | Behavioral Momentum — Full | `20260417_220721` |
56
+ | Behavioral Momentum — No guardrails | `20260418_004927` |
57
+ | Macro Tactical — Full | `20260418_033940` |
58
+ | Macro Tactical — No tilt | `20260418_072633` |
59
+ | Low-Volatility — Reference | `20260418_110947` |
60
+ | Equal-Weight — Reference | `20260418_111210` |
61
+
62
+ ## Experiment 4 — US 3M backend robustness (GPT-5.4 replacement)
63
+
64
+ Same 3M window as Experiment 3, but the reasoning backend swapped from
65
+ DeepSeek-V3.2 to GPT-5.4 while every other component is held fixed.
66
+
67
+ | Mandate | GPT-5.4 run |
68
+ |---|---|
69
+ | Fundamental Value | `20260423_124148` |
70
+ | Macro Tactical | `20260424_094955` |
71
+ | Behavioral Momentum | `20260424_132728_372104` |
72
+ | Low-Volatility | `20260424_094956` |
73
+ | Equal-Weight | `20260424_132723_271683` |
74
+
75
+ These per-run metrics are also aggregated into
76
+ `derived/gpt54_robustness/backend_comparison.csv`, which is what the
77
+ `generate_backend_robustness_figure.py` script consumes.
78
+
79
+ ## Experiment 5 — Execution efficiency ablation (CN, 10 tickers, 6M)
80
+
81
+ Three execution paths (E0/E1/E2) on a fixed business setting (10 CN
82
+ tickers, multi-mandate, Sep 1 2025 – Feb 28 2026), used only to
83
+ demonstrate runtime/cost reductions enabled by shared phase-one
84
+ preprocessing and warm artifact caching.
85
+
86
+ | Path | Run ID | Wall-clock |
87
+ |---|---|---|
88
+ | E0 (baseline) | `20260308_032534_600248` | 43.73 h |
89
+ | E1 (optimized cold-cache) | `20260308_164113_268847` | 10.79 h |
90
+ | E2 (optimized warm-cache) | `20260309_120759_016922` | 10.82 h |
91
+
92
+ Source doc: `docs/2026-03-23-cn-10tickers-6m-efficiency-ablation.md`.
audit/tables.md ADDED
@@ -0,0 +1,119 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Table Provenance
2
+
3
+ For each paper table: data source plus the audit pass that re-derived
4
+ each cell from the underlying run metrics. Audited 2026-04-28 against
5
+ commit `a4bf9e6`.
6
+
7
+ ## tab:final_personality_performance — Cross-market 6M summary (Appendix~\ref{appendix:additional_results})
8
+
9
+ - **Source:** Experiment 1 (US 6M and CN 6M) via comparison bundles
10
+ - **Cells verified:** return, MDD, baseline gap (= return − own-market EqW return), rank
11
+ - **Status:** ✓ all 10 rows verified
12
+
13
+ | Market | Mandate | Run ID | return (%) | MDD (%) | Baseline gap | Rank |
14
+ |---|---|---|---|---|---|---|
15
+ | China | Fundamental Value | `mp_fundamental_value_20260413_163905_878961` | -0.00 | 4.06 | -6.50 | 4 |
16
+ | China | Macro Tactical | `mp_macro_tactical_20260413_163905_878979` | 4.02 | 4.55 | -2.48 | 2 |
17
+ | China | Behavioral Momentum | `mp_behavioral_momentum_20260413_163905_878974` | -2.52 | 5.28 | -9.02 | 5 |
18
+ | China | Low-Volatility | `mp_smart_beta_passive_20260413_163905_878984` | 0.30 | 2.62 | -6.20 | 3 |
19
+ | China | EqW | `mp_equal_weight_index_20260413_163905_878987` | 6.50 | 6.25 | 0.00 | 1 |
20
+ | U.S. | Fundamental Value | `mp_fundamental_value_20260409_165131_876468` | -4.73 | 6.14 | -14.15 | 5 |
21
+ | U.S. | Macro Tactical | `mp_macro_tactical_20260409_165131_876505` | 3.42 | 4.40 | -6.00 | 2 |
22
+ | U.S. | Behavioral Momentum | `mp_behavioral_momentum_20260409_165131_876499` | 1.54 | 4.40 | -7.88 | 3 |
23
+ | U.S. | Low-Volatility | `mp_smart_beta_passive_20260409_165131_876510` | 0.70 | 2.03 | -8.72 | 4 |
24
+ | U.S. | EqW | `mp_equal_weight_index_20260409_165131_876514` | 9.42 | 4.83 | 0.00 | 1 |
25
+
26
+ ## tab:case_study_footprint — Behavior footprint (Appendix~\ref{appendix:additional_results})
27
+
28
+ - **Source:** Experiment 1 via comparison bundles
29
+ - **Cells verified:** trades, avg turnover (%), avg cash (%), avg exposure (%)
30
+ - **Status:** ✓ all 10 rows verified (turnover and cash/exposure stored as fractions, displayed as percent)
31
+
32
+ | Market | Mandate | Trades | Turnover | Cash | Exposure |
33
+ |---|---|---|---|---|---|
34
+ | China | Fundamental Value | 90 | 1.01% | 38.92% | 61.08% |
35
+ | China | Macro Tactical | 1777 | 5.60% | 11.39% | 88.61% |
36
+ | China | Behavioral Momentum | 666 | 12.46% | 52.12% | 47.88% |
37
+ | China | Low-Volatility | 85 | 0.44% | 69.55% | 30.45% |
38
+ | China | EqW | 84 | 0.56% | 1.38% | 98.62% |
39
+ | U.S. | Fundamental Value | 123 | 1.72% | 70.56% | 29.44% |
40
+ | U.S. | Macro Tactical | 1763 | 3.48% | 36.24% | 63.76% |
41
+ | U.S. | Behavioral Momentum | 513 | 10.92% | 69.38% | 30.62% |
42
+ | U.S. | Low-Volatility | 27 | 0.28% | 83.76% | 16.24% |
43
+ | U.S. | EqW | 63 | 0.45% | 2.40% | 97.60% |
44
+
45
+ ## tab:behavior_validity — Sharpe + holding days (Appendix~\ref{appendix:additional_results})
46
+
47
+ - **Source:** Experiment 1
48
+ - **Cells verified:** trades (CN/US), avg holding days (CN/US), MDD (CN/US), Sharpe (CN/US)
49
+ - **Status:** ✓ all 5 rows verified (paper rounds holding days to 1 decimal: 11.82→11.8, 96.79→96.8, etc.)
50
+
51
+ ## tab:reproducibility — Full-run reproducibility (Section~\ref{sec:results}, Q4)
52
+
53
+ - **Source:** Experiments 1 and 2 (US 6M, R1 vs R2)
54
+ - **Cells verified:** R1 return, R2 return, ΔReturn, R1 trades, R2 trades, ΔTrades
55
+ - **Status:** ✓ all 5 rows verified
56
+
57
+ | Mandate | R1 ret | R2 ret | ΔRet | R1 trades | R2 trades | ΔTrades |
58
+ |---|---|---|---|---|---|---|
59
+ | Equal-Weight | 9.42 | 9.42 | 0.00 | 63 | 63 | 0 |
60
+ | Macro Tactical | 3.42 | 2.78 | -0.64 | 1763 | 1817 | +54 |
61
+ | Behavioral Momentum | 1.54 | 0.50 | -1.04 | 513 | 512 | -1 |
62
+ | Low-Volatility | 0.70 | 0.70 | 0.00 | 27 | 27 | 0 |
63
+ | Fundamental Value | -4.73 | -10.29 | -5.56 | 123 | 126 | +3 |
64
+
65
+ > The 2pp doctrine-effect threshold quoted in the prose is derived from
66
+ > the ΔRet column above, not from any external benchmark.
67
+
68
+ ## tab:us_3m_backend_robustness — Default vs GPT-5.4 (Section~\ref{sec:results}, Q4)
69
+
70
+ - **Source:** Experiments 3 (default backend) and 4 (GPT-5.4) on US 3M
71
+ - **Aggregator:** `derived/gpt54_robustness/backend_comparison.csv` (also feeds `fig:backend_robustness`)
72
+ - **Cells verified:** return, MDD, trades, avg cash for each of 5 mandates × 2 backends
73
+ - **Status:** ✓ all 5 rows × 8 columns verified
74
+
75
+ | Mandate | Default ret | GPT-5.4 ret | Default MDD | GPT-5.4 MDD | Default trades | GPT-5.4 trades | Default cash | GPT-5.4 cash |
76
+ |---|---|---|---|---|---|---|---|---|
77
+ | Fundamental Value | 0.00 | 1.23 | 0.00 | 1.10 | 0 | 31 | 100.00% | 95.21% |
78
+ | Behavioral Momentum | -0.90 | 4.77 | 1.08 | 1.40 | 513 | 621 | 91.06% | 46.33% |
79
+ | Macro Tactical | -0.45 | 4.29 | 4.77 | 3.13 | 893 | 901 | 39.71% | 17.31% |
80
+ | Low-Volatility | -2.44 | -2.44 | 3.33 | 3.33 | 15 | 15 | 83.38% | 83.38% |
81
+ | Equal-Weight | 5.96 | 5.96 | 3.52 | 3.52 | 52 | 52 | 2.14% | 2.14% |
82
+
83
+ ## tab:us_3m_ablation_main / tab:us_3m_ablation — Mechanism ablation (Section~\ref{sec:results} + Appendix)
84
+
85
+ - **Source:** Experiment 3 (US 3M default backend; Full and Ablated variants per mandate)
86
+ - **Cells verified:** return, MDD, trades, avg cash for 8 variants
87
+ - **Baseline gap:** computed as return − 5.96 (EqW return on this window)
88
+ - **Status:** ✓ all 8 rows verified
89
+
90
+ | Mandate / Variant | Run ID | Return | Baseline gap | MDD | Trades | Cash |
91
+ |---|---|---|---|---|---|---|
92
+ | Fundamental Value / Full | `20260417_160942` | 0.00 | -5.96 | 0.00 | 0 | 100.00% |
93
+ | Fundamental Value / No filter | `20260417_191443` | 5.80 | -0.16 | 2.10 | 611 | 20.72% |
94
+ | Behavioral Momentum / Full | `20260417_220721` | -0.90 | -6.86 | 1.08 | 513 | 91.06% |
95
+ | Behavioral Momentum / No guardrails | `20260418_004927` | -0.75 | -6.71 | 1.60 | 392 | 89.05% |
96
+ | Macro Tactical / Full | `20260418_033940` | -0.45 | -6.41 | 4.77 | 893 | 39.71% |
97
+ | Macro Tactical / No tilt | `20260418_072633` | -0.33 | -6.29 | 5.35 | 918 | 35.76% |
98
+ | Low-Volatility / Reference | `20260418_110947` | -2.44 | -8.40 | 3.33 | 15 | 83.38% |
99
+ | Equal-Weight / Reference | `20260418_111210` | 5.96 | 0.00 | 3.52 | 52 | 2.14% |
100
+
101
+ ## tab:efficiency_ablation — Execution paths (Appendix)
102
+
103
+ - **Source:** Experiment 5 source doc `docs/2026-03-23-cn-10tickers-6m-efficiency-ablation.md`
104
+ - **Cells verified:** total runtime, speedup, LLM call count, total tokens, estimated cost (CNY), cache bundle counts, shared phase-one timing, phase-two mode
105
+ - **Status:** ✓ verified against source doc
106
+
107
+ ## tab:released_work_comparison — Related-work comparison (Section~\ref{sec:related})
108
+
109
+ - **Source:** Hand-coded from cited papers' reported scope (DeepFund, AMA, STOCKBENCH, InvestorBench, TradingAgents, FinMem, HedgeAgents)
110
+ - **No backtest runs to verify against;** the row for QuantArena (#assets=40, #days=226) is the sum of the two case-study universes (20 US + 20 CN tickers, 124 + 102 trading days).
111
+
112
+ ## tab:sector_style_universe — Universe matrix (Appendix)
113
+
114
+ - **Source:** `universe/sector_style_universe.csv` (40 rows: 20 US + 20 CN tickers, each tagged with sector and size-style cell)
115
+ - **Status:** the figure-generation scripts and the paper text both consume this same CSV, so the 5×4 grid in the table is by construction what the case studies trade.
116
+
117
+ ## tab:implementation_matrix — Implementation matrix (Appendix)
118
+
119
+ - **Source:** Hand-coded mapping of mandate → engine class / LLM role / signal sources / guardrails / diagnostics (no per-run artifact to verify).
comparisons/cn_6m/comparison_data.json ADDED
@@ -0,0 +1,362 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "run_id": "20260413_163854_715331",
3
+ "config": {
4
+ "tickers": [
5
+ "600036",
6
+ "601166",
7
+ "000001",
8
+ "002142",
9
+ "600519",
10
+ "000858",
11
+ "600887",
12
+ "603288",
13
+ "300750",
14
+ "002415",
15
+ "603986",
16
+ "688111",
17
+ "300760",
18
+ "600276",
19
+ "300347",
20
+ "300122",
21
+ "601899",
22
+ "600309",
23
+ "601100",
24
+ "002353"
25
+ ],
26
+ "start_date": "2025-09-01",
27
+ "end_date": "2026-02-28",
28
+ "market": "cn",
29
+ "trading_days": 102,
30
+ "initial_cash": 100000.0,
31
+ "analysts": [
32
+ "fundamental",
33
+ "technical",
34
+ "company_news"
35
+ ]
36
+ },
37
+ "shared_data_stats": {
38
+ "kline_fetch_time": 10.784690856933594,
39
+ "deepear_fetch_time": 0.0,
40
+ "cache_hits": 0,
41
+ "total_time": 10.78530478477478,
42
+ "shared_analyst_cache_dir": "data/backtest/shared_analyst_cache/20260413_163854_715331",
43
+ "shared_phase1_cache_dir": "data/backtest/shared_phase1_artifacts",
44
+ "execution_mode": "day_shared_phase1",
45
+ "shared_phase1_days": 102,
46
+ "shared_phase1_errors": 0,
47
+ "shared_phase1_token_usage": {
48
+ "total_input": 0,
49
+ "total_output": 0,
50
+ "calls": 0,
51
+ "by_agent": {}
52
+ },
53
+ "shared_phase1_artifact_cache_hits": 0,
54
+ "shared_phase1_artifact_cache_misses": 102,
55
+ "shared_phase1_prefetch_submitted": 101,
56
+ "shared_phase1_prefetch_hits": 101,
57
+ "shared_phase1_prefetch_failures": 0,
58
+ "shared_phase1_sync_load_seconds": 216.23922538757324,
59
+ "shared_phase1_prefetch_compute_seconds": 17231.851764678955,
60
+ "shared_phase1_prefetch_wait_seconds": 0.002087831497192383,
61
+ "shared_phase1_prefetch_fallback_sync_seconds": 0.0,
62
+ "shared_phase1_prefetch_hit_rate": 1.0,
63
+ "shared_phase1_pipeline_hidden_seconds": 17231.849676847458,
64
+ "shared_phase1_pipeline_utilization": 0.9999998788388198,
65
+ "phase2_execution_mode": "parallel_threads"
66
+ },
67
+ "total_duration": 93253.31149125099,
68
+ "personality_results": {
69
+ "fundamental_value": {
70
+ "personality": "fundamental_value",
71
+ "total_return": -0.0,
72
+ "max_drawdown": 4.06,
73
+ "sharpe_ratio": -0.2,
74
+ "trade_count": 90,
75
+ "win_rate": 46.34,
76
+ "avg_position_days": 58.8,
77
+ "metrics": {
78
+ "total_return": -0.0,
79
+ "annualized_return": -0.01,
80
+ "max_drawdown": 4.06,
81
+ "max_drawdown_duration": 54,
82
+ "sharpe_ratio": -0.2,
83
+ "sortino_ratio": -0.34,
84
+ "calmar_ratio": -0.0,
85
+ "cvar_95": 1.02,
86
+ "volatility": 8.24,
87
+ "total_trades": 90,
88
+ "trading_days": 102,
89
+ "avg_position_days": 58.8,
90
+ "avg_turnover_ratio": 0.0101,
91
+ "peak_turnover_ratio": 0.1664,
92
+ "annualized_turnover_ratio": 2.534,
93
+ "total_turnover_ratio": 1.0257,
94
+ "win_rate": 46.34,
95
+ "initial_cash": 100000.0,
96
+ "final_value": 99995.24,
97
+ "final_cash": 32230.52,
98
+ "benchmark_annualized_return": 21.26,
99
+ "benchmark_total_return": 8.11,
100
+ "excess_return": -21.27,
101
+ "tracking_error": 10.65,
102
+ "information_ratio": -1.89,
103
+ "up_capture_ratio": 0.31,
104
+ "down_capture_ratio": 0.48,
105
+ "beta": 0.41,
106
+ "alpha": -9.91,
107
+ "break_even_transaction_cost": 0.0,
108
+ "avg_cash_ratio": 0.3892,
109
+ "avg_gross_exposure": 0.6108,
110
+ "benchmark_source": "equal_weight_basket",
111
+ "value_filter_pass_rate": 0.0,
112
+ "value_consistency_score": 0.0
113
+ },
114
+ "token_usage": {
115
+ "total_input": 4129432,
116
+ "total_output": 690909,
117
+ "calls": 4080,
118
+ "by_agent": {
119
+ "risk_control": {
120
+ "input": 1966293,
121
+ "output": 356996,
122
+ "calls": 2040
123
+ },
124
+ "portfolio_manager": {
125
+ "input": 2163139,
126
+ "output": 333913,
127
+ "calls": 2040
128
+ }
129
+ }
130
+ },
131
+ "error_count": 0,
132
+ "duration_seconds": 67788.86008286476,
133
+ "run_id": "mp_fundamental_value_20260413_163905_878961"
134
+ },
135
+ "behavioral_momentum": {
136
+ "personality": "behavioral_momentum",
137
+ "total_return": -2.52,
138
+ "max_drawdown": 5.28,
139
+ "sharpe_ratio": -0.84,
140
+ "trade_count": 666,
141
+ "win_rate": 42.81,
142
+ "avg_position_days": 6.03,
143
+ "metrics": {
144
+ "total_return": -2.52,
145
+ "annualized_return": -6.12,
146
+ "max_drawdown": 5.28,
147
+ "max_drawdown_duration": 96,
148
+ "sharpe_ratio": -0.84,
149
+ "sortino_ratio": -1.37,
150
+ "calmar_ratio": -1.16,
151
+ "cvar_95": 1.18,
152
+ "volatility": 9.4,
153
+ "total_trades": 666,
154
+ "trading_days": 102,
155
+ "avg_position_days": 6.03,
156
+ "avg_turnover_ratio": 0.1246,
157
+ "peak_turnover_ratio": 0.3288,
158
+ "annualized_turnover_ratio": 31.3931,
159
+ "total_turnover_ratio": 12.7067,
160
+ "win_rate": 42.81,
161
+ "initial_cash": 100000.0,
162
+ "final_value": 97476.11,
163
+ "final_cash": 54989.09,
164
+ "benchmark_annualized_return": 21.26,
165
+ "benchmark_total_return": 8.11,
166
+ "excess_return": -27.38,
167
+ "tracking_error": 10.31,
168
+ "information_ratio": -2.56,
169
+ "up_capture_ratio": 0.32,
170
+ "down_capture_ratio": 0.57,
171
+ "beta": 0.46,
172
+ "alpha": -16.98,
173
+ "break_even_transaction_cost": 0.0,
174
+ "avg_cash_ratio": 0.5212,
175
+ "avg_gross_exposure": 0.4788,
176
+ "benchmark_source": "equal_weight_basket",
177
+ "vol_scaling_activation_rate": 0.0,
178
+ "crash_breaker_trigger_count": 0.0,
179
+ "avg_momentum_exposure_multiplier": 1.0
180
+ },
181
+ "token_usage": {
182
+ "total_input": 4174329,
183
+ "total_output": 580695,
184
+ "calls": 4080,
185
+ "by_agent": {
186
+ "risk_control": {
187
+ "input": 1980997,
188
+ "output": 281813,
189
+ "calls": 2040
190
+ },
191
+ "portfolio_manager": {
192
+ "input": 2193332,
193
+ "output": 298882,
194
+ "calls": 2040
195
+ }
196
+ }
197
+ },
198
+ "error_count": 0,
199
+ "duration_seconds": 65185.494222164154,
200
+ "run_id": "mp_behavioral_momentum_20260413_163905_878974"
201
+ },
202
+ "macro_tactical": {
203
+ "personality": "macro_tactical",
204
+ "total_return": 4.02,
205
+ "max_drawdown": 4.55,
206
+ "sharpe_ratio": 0.66,
207
+ "trade_count": 1777,
208
+ "win_rate": 50.48,
209
+ "avg_position_days": 18.39,
210
+ "metrics": {
211
+ "total_return": 4.02,
212
+ "annualized_return": 10.22,
213
+ "max_drawdown": 4.55,
214
+ "max_drawdown_duration": 60,
215
+ "sharpe_ratio": 0.66,
216
+ "sortino_ratio": 1.15,
217
+ "calmar_ratio": 2.25,
218
+ "cvar_95": 1.53,
219
+ "volatility": 12.91,
220
+ "total_trades": 1777,
221
+ "trading_days": 102,
222
+ "avg_position_days": 18.39,
223
+ "avg_turnover_ratio": 0.056,
224
+ "peak_turnover_ratio": 0.423,
225
+ "annualized_turnover_ratio": 14.1129,
226
+ "total_turnover_ratio": 5.7124,
227
+ "win_rate": 50.48,
228
+ "initial_cash": 100000.0,
229
+ "final_value": 104017.68,
230
+ "final_cash": 14603.34,
231
+ "benchmark_annualized_return": 21.26,
232
+ "benchmark_total_return": 8.11,
233
+ "excess_return": -11.04,
234
+ "tracking_error": 5.97,
235
+ "information_ratio": -1.66,
236
+ "up_capture_ratio": 0.68,
237
+ "down_capture_ratio": 0.8,
238
+ "beta": 0.77,
239
+ "alpha": -6.61,
240
+ "break_even_transaction_cost": 0.0,
241
+ "avg_cash_ratio": 0.1139,
242
+ "avg_gross_exposure": 0.8861,
243
+ "benchmark_source": "equal_weight_basket"
244
+ },
245
+ "token_usage": {
246
+ "total_input": 0,
247
+ "total_output": 0,
248
+ "calls": 0,
249
+ "by_agent": {}
250
+ },
251
+ "error_count": 0,
252
+ "duration_seconds": 6935.826610565186,
253
+ "run_id": "mp_macro_tactical_20260413_163905_878979"
254
+ },
255
+ "smart_beta_passive": {
256
+ "personality": "smart_beta_passive",
257
+ "total_return": 0.3,
258
+ "max_drawdown": 2.62,
259
+ "sharpe_ratio": -0.22,
260
+ "trade_count": 85,
261
+ "win_rate": 47.22,
262
+ "avg_position_days": 69.73,
263
+ "metrics": {
264
+ "total_return": 0.3,
265
+ "annualized_return": 0.75,
266
+ "max_drawdown": 2.62,
267
+ "max_drawdown_duration": 54,
268
+ "sharpe_ratio": -0.22,
269
+ "sortino_ratio": -0.39,
270
+ "calmar_ratio": 0.29,
271
+ "cvar_95": 0.56,
272
+ "volatility": 5.04,
273
+ "total_trades": 85,
274
+ "trading_days": 102,
275
+ "avg_position_days": 69.73,
276
+ "avg_turnover_ratio": 0.0044,
277
+ "peak_turnover_ratio": 0.0874,
278
+ "annualized_turnover_ratio": 1.1093,
279
+ "total_turnover_ratio": 0.449,
280
+ "win_rate": 47.22,
281
+ "initial_cash": 100000.0,
282
+ "final_value": 100301.88,
283
+ "final_cash": 54851.7,
284
+ "benchmark_annualized_return": 21.26,
285
+ "benchmark_total_return": 8.11,
286
+ "excess_return": -20.51,
287
+ "tracking_error": 12.79,
288
+ "information_ratio": -1.53,
289
+ "up_capture_ratio": 0.15,
290
+ "down_capture_ratio": 0.24,
291
+ "beta": 0.21,
292
+ "alpha": -5.29,
293
+ "break_even_transaction_cost": 0.0,
294
+ "avg_cash_ratio": 0.6955,
295
+ "avg_gross_exposure": 0.3045,
296
+ "benchmark_source": "equal_weight_basket"
297
+ },
298
+ "token_usage": {
299
+ "total_input": 0,
300
+ "total_output": 0,
301
+ "calls": 0,
302
+ "by_agent": {}
303
+ },
304
+ "error_count": 0,
305
+ "duration_seconds": 28392.542983531952,
306
+ "run_id": "mp_smart_beta_passive_20260413_163905_878984"
307
+ },
308
+ "equal_weight_index": {
309
+ "personality": "equal_weight_index",
310
+ "total_return": 6.5,
311
+ "max_drawdown": 6.25,
312
+ "sharpe_ratio": 0.97,
313
+ "trade_count": 84,
314
+ "win_rate": 68.18,
315
+ "avg_position_days": 91.74,
316
+ "metrics": {
317
+ "total_return": 6.5,
318
+ "annualized_return": 16.82,
319
+ "max_drawdown": 6.25,
320
+ "max_drawdown_duration": 59,
321
+ "sharpe_ratio": 0.97,
322
+ "sortino_ratio": 1.64,
323
+ "calmar_ratio": 2.69,
324
+ "cvar_95": 1.85,
325
+ "volatility": 15.15,
326
+ "total_trades": 84,
327
+ "trading_days": 102,
328
+ "avg_position_days": 91.74,
329
+ "avg_turnover_ratio": 0.0056,
330
+ "peak_turnover_ratio": 0.4935,
331
+ "annualized_turnover_ratio": 1.4064,
332
+ "total_turnover_ratio": 0.5693,
333
+ "win_rate": 68.18,
334
+ "initial_cash": 100000.0,
335
+ "final_value": 106495.39,
336
+ "final_cash": 1538.77,
337
+ "benchmark_annualized_return": 21.26,
338
+ "benchmark_total_return": 8.11,
339
+ "excess_return": -4.44,
340
+ "tracking_error": 1.52,
341
+ "information_ratio": -2.49,
342
+ "up_capture_ratio": 0.94,
343
+ "down_capture_ratio": 0.99,
344
+ "beta": 0.97,
345
+ "alpha": -3.86,
346
+ "break_even_transaction_cost": 0.0,
347
+ "avg_cash_ratio": 0.0138,
348
+ "avg_gross_exposure": 0.9862,
349
+ "benchmark_source": "equal_weight_basket"
350
+ },
351
+ "token_usage": {
352
+ "total_input": 0,
353
+ "total_output": 0,
354
+ "calls": 0,
355
+ "by_agent": {}
356
+ },
357
+ "error_count": 0,
358
+ "duration_seconds": 0.14212989807128906,
359
+ "run_id": "mp_equal_weight_index_20260413_163905_878987"
360
+ }
361
+ }
362
+ }
comparisons/cn_6m/comparison_report.md ADDED
@@ -0,0 +1,169 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # 多人格投资风格对比回测报告
2
+ **运行ID**: `20260413_163854_715331`
3
+ **回测周期**: 2025-09-01 ~ 2026-02-28 (102 个交易日)
4
+ **股票池**: 600036, 601166, 000001, 002142, 600519, 000858, 600887, 603288, 300750, 002415, 603986, 688111, 300760, 600276, 300347, 300122, 601899, 600309, 601100, 002353
5
+ **市场**: CN
6
+ **初始资金**: ¥100,000
7
+ **总耗时**: 93253.31 秒
8
+
9
+ ---
10
+
11
+ ## 共享数据缓存统计
12
+ - K-line 数据获取时间: 10.78s
13
+ - DeepEar 数据获取时间: 0.00s
14
+ - 数据缓存总时间: 10.79s
15
+ - shared phase1 artifact cache 命中: 0
16
+ - shared phase1 artifact cache 未命中: 102
17
+ - shared phase1 同步装载耗时: 216.24s
18
+ - shared phase1 预取提交次数: 101
19
+ - shared phase1 预取命中次数: 101 (100.0%)
20
+ - shared phase1 预取失败次数: 0
21
+ - shared phase1 预取后台耗时: 17231.85s
22
+ - shared phase1 进入新交易日等待耗时: 0.00s
23
+ - shared phase1 pipeline 隐藏耗时: 17231.85s
24
+ - shared phase1 pipeline 利用率: 100.0%
25
+ - shared phase1 预取失败后同步回退耗时: 0.00s
26
+
27
+ ---
28
+
29
+ ## 各人格表现对比
30
+ ### 收益与风险指标
31
+
32
+ | 人格 | 总收益率 | 最大回撤 | 夏普比率 | 最终资产 | 排名 |
33
+ |------|----------|----------|----------|----------|------|
34
+ | **equal_weight_index** | +6.50% | 6.25% | 0.97 | ¥106,500 | 1 |
35
+ | **macro_tactical** | +4.02% | 4.55% | 0.66 | ¥104,020 | 2 |
36
+ | **smart_beta_passive** | +0.30% | 2.62% | -0.22 | ¥100,300 | 3 |
37
+ | **fundamental_value** | -0.00% | 4.06% | -0.20 | ¥100,000 | 4 |
38
+ | **behavioral_momentum** | -2.52% | 5.28% | -0.84 | ¥97,480 | 5 |
39
+
40
+ ---
41
+
42
+ ## 详细指标分析
43
+
44
+ ### FUNDAMENTAL_VALUE 详细分析
45
+
46
+ - **运行耗时**: 67788.86 秒
47
+ - **交易次数**: 90 次
48
+ - **胜率**: 46.3%
49
+ - **平均持仓天数**: 58.8 天
50
+
51
+ **LLM 调用统计**:
52
+ - 调用次数: 4080
53
+ - 输入 Token: 4,129,432
54
+ - 输出 Token: 690,909
55
+ - 总 Token: 4,820,341
56
+ - 预估成本: ¥5.5113
57
+
58
+ ### BEHAVIORAL_MOMENTUM 详细分析
59
+
60
+ - **运行耗时**: 65185.49 秒
61
+ - **交易次数**: 666 次
62
+ - **胜率**: 42.8%
63
+ - **平均持仓天数**: 6.0 天
64
+
65
+ **LLM 调用统计**:
66
+ - 调用次数: 4080
67
+ - 输入 Token: 4,174,329
68
+ - 输出 Token: 580,695
69
+ - 总 Token: 4,755,024
70
+ - 预估成本: ¥5.3357
71
+
72
+ ### MACRO_TACTICAL 详细分析
73
+
74
+ - **运行耗时**: 6935.83 秒
75
+ - **交易次数**: 1777 次
76
+ - **胜率**: 50.5%
77
+ - **平均持仓天数**: 18.4 天
78
+
79
+ **LLM 调用统计**:
80
+ - 调用次数: 0
81
+ - 输入 Token: 0
82
+ - 输出 Token: 0
83
+ - 总 Token: 0
84
+ - 预估成本: ¥0.0000
85
+
86
+ ### SMART_BETA_PASSIVE 详细分析
87
+
88
+ - **运行耗时**: 28392.54 秒
89
+ - **交易次数**: 85 次
90
+ - **胜率**: 47.2%
91
+ - **平均持仓天数**: 69.7 天
92
+
93
+ **LLM 调用统计**:
94
+ - 调用次数: 0
95
+ - 输入 Token: 0
96
+ - 输出 Token: 0
97
+ - 总 Token: 0
98
+ - 预估成本: ¥0.0000
99
+
100
+ ### EQUAL_WEIGHT_INDEX 详细分析
101
+
102
+ - **运行耗时**: 0.14 秒
103
+ - **交易次数**: 84 次
104
+ - **胜率**: 68.2%
105
+ - **平均持仓天数**: 91.7 天
106
+
107
+ **LLM 调用统计**:
108
+ - 调用次数: 0
109
+ - 输入 Token: 0
110
+ - 输出 Token: 0
111
+ - 总 Token: 0
112
+ - 预估成本: ¥0.0000
113
+
114
+ ---
115
+
116
+ ## Token 使用统计
117
+ ### 各人格 LLM Token 消耗
118
+
119
+ | 人格 | 调用次数 | 输入 Token | 输出 Token | 预估成本 |
120
+ |------|----------|------------|------------|----------|
121
+ | fundamental_value | 4080 | 4,129,432 | 690,909 | ¥5.5113 |
122
+ | behavioral_momentum | 4080 | 4,174,329 | 580,695 | ¥5.3357 |
123
+ | macro_tactical | 0 | 0 | 0 | ¥0.0000 |
124
+ | smart_beta_passive | 0 | 0 | 0 | ¥0.0000 |
125
+ | equal_weight_index | 0 | 0 | 0 | ¥0.0000 |
126
+ | **总计** | - | - | - | **¥10.8470** |
127
+
128
+ ---
129
+
130
+ ## 交易行为对比
131
+ ### 交易频率与风格
132
+
133
+ | 人格 | 交易次数 | 买入次数 | 卖出次数 | 交易频率 | 平均持仓 |
134
+ |------|----------|----------|----------|----------|----------|
135
+ | fundamental_value | 90 | 61 | 29 | 0.88 | 58.8 天 |
136
+ | behavioral_momentum | 666 | 349 | 317 | 6.53 | 6.0 天 |
137
+ | macro_tactical | 1777 | 747 | 1030 | 17.42 | 18.4 天 |
138
+ | smart_beta_passive | 85 | 56 | 29 | 0.83 | 69.7 天 |
139
+ | equal_weight_index | 84 | 60 | 24 | 0.82 | 91.7 天 |
140
+
141
+ ---
142
+
143
+ ## Behavior Metrics
144
+ ### 行为诊断指标
145
+
146
+ | 人格 | 平均换手 | 平均现金占比 | 平均总暴露 | 价值一致性 | 动量缩放激活率 | 熔断触发次数 |
147
+ |------|----------|--------------|------------|------------|------------------|--------------|
148
+ | fundamental_value | 1.01% | 38.92% | 61.08% | 0.0000 | - | - |
149
+ | behavioral_momentum | 12.46% | 52.12% | 47.88% | - | 0.0000 | 0 |
150
+ | macro_tactical | 5.60% | 11.39% | 88.61% | - | - | - |
151
+ | smart_beta_passive | 0.44% | 69.55% | 30.45% | - | - | - |
152
+ | equal_weight_index | 0.56% | 1.38% | 98.62% | - | - | - |
153
+
154
+ ---
155
+
156
+ ## 结论与建议
157
+
158
+ ### 关键发现
159
+
160
+ 1. **最佳表现**: **equal_weight_index** 人格,收益率 +6.50%
161
+ 2. **最差表现**: **behavioral_momentum** 人格,收益率 -2.52%
162
+ 3. **收益差距**: 最佳与最差之间相差 9.02 个百分点
163
+
164
+ ### 风险调整后表现
165
+
166
+ - **最高夏普比率**: equal_weight_index (0.97)
167
+
168
+ ### 人格特征验证
169
+
comparisons/cn_6m/personality_summary.csv ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ Personality,Total Return %,Max Drawdown %,Sharpe Ratio,Trade Count,Win Rate %,Avg Position Days,Avg Turnover Ratio,Avg Cash Ratio,Avg Gross Exposure,Duration Sec,Error Count
2
+ fundamental_value,-0.00,4.06,-0.20,90,46.3,58.8,0.0101,0.3892,0.6108,67788.86,0
3
+ behavioral_momentum,-2.52,5.28,-0.84,666,42.8,6.0,0.1246,0.5212,0.4788,65185.49,0
4
+ macro_tactical,4.02,4.55,0.66,1777,50.5,18.4,0.0560,0.1139,0.8861,6935.83,0
5
+ smart_beta_passive,0.30,2.62,-0.22,85,47.2,69.7,0.0044,0.6955,0.3045,28392.54,0
6
+ equal_weight_index,6.50,6.25,0.97,84,68.2,91.7,0.0056,0.0138,0.9862,0.14,0
comparisons/us_6m/comparison_data.json ADDED
@@ -0,0 +1,266 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "run_id": "20260409_165121_176781",
3
+ "config": {
4
+ "tickers": [
5
+ "JPM",
6
+ "GS",
7
+ "PNC",
8
+ "IBKR",
9
+ "KO",
10
+ "AMZN",
11
+ "KHC",
12
+ "SBUX",
13
+ "CSCO",
14
+ "MSFT",
15
+ "HPQ",
16
+ "PANW",
17
+ "JNJ",
18
+ "LLY",
19
+ "BAX",
20
+ "VRTX",
21
+ "HON",
22
+ "CAT",
23
+ "EMR",
24
+ "GE"
25
+ ],
26
+ "start_date": "2025-09-01",
27
+ "end_date": "2026-02-28",
28
+ "market": "us",
29
+ "trading_days": 124,
30
+ "initial_cash": 100000.0,
31
+ "analysts": [
32
+ "fundamental",
33
+ "technical",
34
+ "company_news"
35
+ ]
36
+ },
37
+ "shared_data_stats": {
38
+ "kline_fetch_time": 0.0321,
39
+ "deepear_fetch_time": 0.0,
40
+ "cache_hits": 0,
41
+ "total_time": 0.0325
42
+ },
43
+ "total_duration": 8082.22,
44
+ "personality_results": {
45
+ "behavioral_momentum": {
46
+ "personality": "behavioral_momentum",
47
+ "run_id": "mp_behavioral_momentum_20260409_165131_876499",
48
+ "total_return": 1.54,
49
+ "max_drawdown": 4.4,
50
+ "sharpe_ratio": 0.17,
51
+ "trade_count": 513,
52
+ "win_rate": 0.5318999999999999,
53
+ "avg_position_days": 3.02,
54
+ "metrics": {
55
+ "total_return": 1.54,
56
+ "annualized_return": 3.15,
57
+ "max_drawdown": 4.4,
58
+ "max_drawdown_duration": 72,
59
+ "sharpe_ratio": 0.17,
60
+ "sortino_ratio": 0.19,
61
+ "volatility": 8.61,
62
+ "total_trades": 513,
63
+ "trading_days": 124,
64
+ "avg_position_days": 3.02,
65
+ "win_rate": 53.19,
66
+ "initial_cash": 100000.0,
67
+ "final_value": 101539.41,
68
+ "final_cash": 91442.08,
69
+ "benchmark_annualized_return": 22.12,
70
+ "excess_return": -18.97,
71
+ "tracking_error": 1067.27,
72
+ "information_ratio": -0.02,
73
+ "beta": 0.38,
74
+ "alpha": -6.5,
75
+ "avg_cash_ratio": 0.6938,
76
+ "avg_gross_exposure": 0.3062,
77
+ "benchmark_source": "equal_weight_basket",
78
+ "benchmark_total_return": 10.33,
79
+ "vol_scaling_activation_rate": 0.0,
80
+ "crash_breaker_trigger_count": 0.0,
81
+ "avg_momentum_exposure_multiplier": 1.0,
82
+ "avg_turnover_ratio": 0.1092,
83
+ "peak_turnover_ratio": 0.473,
84
+ "annualized_turnover_ratio": 27.5174,
85
+ "total_turnover_ratio": 13.5403
86
+ },
87
+ "token_usage": {},
88
+ "error_count": 0,
89
+ "duration_seconds": 0
90
+ },
91
+ "equal_weight_index": {
92
+ "personality": "equal_weight_index",
93
+ "run_id": "mp_equal_weight_index_20260409_165131_876514",
94
+ "total_return": 9.42,
95
+ "max_drawdown": 4.83,
96
+ "sharpe_ratio": 1.36,
97
+ "trade_count": 63,
98
+ "win_rate": 0.7297,
99
+ "avg_position_days": 91.27,
100
+ "metrics": {
101
+ "total_return": 9.42,
102
+ "annualized_return": 20.07,
103
+ "max_drawdown": 4.83,
104
+ "max_drawdown_duration": 19,
105
+ "sharpe_ratio": 1.36,
106
+ "sortino_ratio": 1.71,
107
+ "volatility": 12.61,
108
+ "total_trades": 63,
109
+ "trading_days": 124,
110
+ "avg_position_days": 91.27,
111
+ "win_rate": 72.97,
112
+ "initial_cash": 100000.0,
113
+ "final_value": 109416.12,
114
+ "final_cash": 2256.53,
115
+ "benchmark_annualized_return": 22.12,
116
+ "excess_return": -2.05,
117
+ "tracking_error": 97.97,
118
+ "information_ratio": -0.02,
119
+ "beta": 0.97,
120
+ "alpha": -1.45,
121
+ "avg_cash_ratio": 0.024,
122
+ "avg_gross_exposure": 0.976,
123
+ "benchmark_source": "equal_weight_basket",
124
+ "benchmark_total_return": 10.33,
125
+ "avg_turnover_ratio": 0.0045,
126
+ "peak_turnover_ratio": 0.4865,
127
+ "annualized_turnover_ratio": 1.1398,
128
+ "total_turnover_ratio": 0.5609
129
+ },
130
+ "token_usage": {},
131
+ "error_count": 0,
132
+ "duration_seconds": 0
133
+ },
134
+ "fundamental_value": {
135
+ "personality": "fundamental_value",
136
+ "run_id": "mp_fundamental_value_20260409_165131_876468",
137
+ "total_return": -4.73,
138
+ "max_drawdown": 6.14,
139
+ "sharpe_ratio": -1.84,
140
+ "trade_count": 123,
141
+ "win_rate": 0.45899999999999996,
142
+ "avg_position_days": 11.82,
143
+ "metrics": {
144
+ "total_return": -4.73,
145
+ "annualized_return": -9.38,
146
+ "max_drawdown": 6.14,
147
+ "max_drawdown_duration": 72,
148
+ "sharpe_ratio": -1.84,
149
+ "sortino_ratio": -1.91,
150
+ "volatility": 6.35,
151
+ "total_trades": 123,
152
+ "trading_days": 124,
153
+ "avg_position_days": 11.82,
154
+ "win_rate": 45.9,
155
+ "initial_cash": 100000.0,
156
+ "final_value": 95270.27,
157
+ "final_cash": 61565.98,
158
+ "benchmark_annualized_return": 22.12,
159
+ "excess_return": -31.5,
160
+ "tracking_error": 1124.17,
161
+ "information_ratio": -0.03,
162
+ "beta": 0.24,
163
+ "alpha": -16.21,
164
+ "avg_cash_ratio": 0.7056,
165
+ "avg_gross_exposure": 0.2944,
166
+ "benchmark_source": "equal_weight_basket",
167
+ "benchmark_total_return": 10.33,
168
+ "value_filter_pass_rate": 0.0,
169
+ "value_consistency_score": 0.0,
170
+ "avg_turnover_ratio": 0.0172,
171
+ "peak_turnover_ratio": 0.1222,
172
+ "annualized_turnover_ratio": 4.3326,
173
+ "total_turnover_ratio": 2.1319
174
+ },
175
+ "token_usage": {},
176
+ "error_count": 0,
177
+ "duration_seconds": 0
178
+ },
179
+ "macro_tactical": {
180
+ "personality": "macro_tactical",
181
+ "run_id": "mp_macro_tactical_20260409_165131_876505",
182
+ "total_return": 3.42,
183
+ "max_drawdown": 4.4,
184
+ "sharpe_ratio": 0.58,
185
+ "trade_count": 1763,
186
+ "win_rate": 0.6023,
187
+ "avg_position_days": 17.96,
188
+ "metrics": {
189
+ "total_return": 3.42,
190
+ "annualized_return": 7.08,
191
+ "max_drawdown": 4.4,
192
+ "max_drawdown_duration": 35,
193
+ "sharpe_ratio": 0.58,
194
+ "sortino_ratio": 0.73,
195
+ "volatility": 9.02,
196
+ "total_trades": 1763,
197
+ "trading_days": 124,
198
+ "avg_position_days": 17.96,
199
+ "win_rate": 60.23,
200
+ "initial_cash": 100000.0,
201
+ "final_value": 103421.69,
202
+ "final_cash": 38952.71,
203
+ "benchmark_annualized_return": 22.12,
204
+ "excess_return": -15.04,
205
+ "tracking_error": 770.33,
206
+ "information_ratio": -0.02,
207
+ "beta": 0.57,
208
+ "alpha": -6.39,
209
+ "avg_cash_ratio": 0.3624,
210
+ "avg_gross_exposure": 0.6376,
211
+ "benchmark_source": "equal_weight_basket",
212
+ "benchmark_total_return": 10.33,
213
+ "avg_turnover_ratio": 0.0348,
214
+ "peak_turnover_ratio": 0.207,
215
+ "annualized_turnover_ratio": 8.7661,
216
+ "total_turnover_ratio": 4.3135
217
+ },
218
+ "token_usage": {},
219
+ "error_count": 0,
220
+ "duration_seconds": 0
221
+ },
222
+ "smart_beta_passive": {
223
+ "personality": "smart_beta_passive",
224
+ "run_id": "mp_smart_beta_passive_20260409_165131_876510",
225
+ "total_return": 0.7,
226
+ "max_drawdown": 2.03,
227
+ "sharpe_ratio": -0.17,
228
+ "trade_count": 27,
229
+ "win_rate": 0.3333,
230
+ "avg_position_days": 96.79,
231
+ "metrics": {
232
+ "total_return": 0.7,
233
+ "annualized_return": 1.42,
234
+ "max_drawdown": 2.03,
235
+ "max_drawdown_duration": 79,
236
+ "sharpe_ratio": -0.17,
237
+ "sortino_ratio": -0.24,
238
+ "volatility": 3.11,
239
+ "total_trades": 27,
240
+ "trading_days": 124,
241
+ "avg_position_days": 96.79,
242
+ "win_rate": 33.33,
243
+ "initial_cash": 100000.0,
244
+ "final_value": 100695.6,
245
+ "final_cash": 87408.58,
246
+ "benchmark_annualized_return": 22.12,
247
+ "excess_return": -20.7,
248
+ "tracking_error": 1143.35,
249
+ "information_ratio": -0.02,
250
+ "beta": 0.14,
251
+ "alpha": -3.4,
252
+ "avg_cash_ratio": 0.8376,
253
+ "avg_gross_exposure": 0.1624,
254
+ "benchmark_source": "equal_weight_basket",
255
+ "benchmark_total_return": 10.33,
256
+ "avg_turnover_ratio": 0.0028,
257
+ "peak_turnover_ratio": 0.0984,
258
+ "annualized_turnover_ratio": 0.6933,
259
+ "total_turnover_ratio": 0.3411
260
+ },
261
+ "token_usage": {},
262
+ "error_count": 0,
263
+ "duration_seconds": 0
264
+ }
265
+ }
266
+ }
comparisons/us_6m/comparison_report.md ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # 多人格投资风格对比回测报告
2
+ **运行ID**: `20260409_165121_176781`
3
+ **回测周期**: 2025-09-01 ~ 2026-02-28 (124 个交易日)
4
+ **股票池**: JPM, GS, PNC, IBKR, KO, AMZN, KHC, SBUX, CSCO, MSFT, HPQ, PANW, JNJ, LLY, BAX, VRTX, HON, CAT, EMR, GE
5
+ **市场**: US
6
+ **初始资金**: ¥100,000
7
+ **总耗时**: 8082.22 秒
8
+
9
+ ---
10
+
11
+ ## 共享数据缓存统计
12
+ - K-line 数据获取时间: 0.03s
13
+ - DeepEar 数据获取时间: 0.00s
14
+ - 数据缓存总时间: 0.03s
15
+ - shared phase1 artifact cache 命中: 0
16
+ - shared phase1 artifact cache 未命中: 0
17
+ - shared phase1 同步装载耗时: 0.00s
18
+ - shared phase1 预取提交次数: 0
19
+ - shared phase1 预取命中次数: 0 (0.0%)
20
+ - shared phase1 预取失败次数: 0
21
+ - shared phase1 预取后台耗时: 0.00s
22
+ - shared phase1 进入新交易日等待耗时: 0.00s
23
+ - shared phase1 pipeline 隐藏耗时: 0.00s
24
+ - shared phase1 pipeline 利用率: 0.0%
25
+ - shared phase1 预取失败后同步回退耗时: 0.00s
26
+
27
+ ---
28
+
29
+ ## 各人格表现对比
30
+ ### 收益与风险指标
31
+
32
+ | 人格 | 总收益率 | 最大回撤 | 夏普比率 | 最终资产 | 排名 |
33
+ |------|----------|----------|----------|----------|------|
34
+ | **equal_weight_index** | +9.42% | 4.83% | 1.36 | ¥109,420 | 1 |
35
+ | **macro_tactical** | +3.42% | 4.40% | 0.58 | ¥103,420 | 2 |
36
+ | **behavioral_momentum** | +1.54% | 4.40% | 0.17 | ¥101,540 | 3 |
37
+ | **smart_beta_passive** | +0.70% | 2.03% | -0.17 | ¥100,700 | 4 |
38
+ | **fundamental_value** | -4.73% | 6.14% | -1.84 | ¥95,270 | 5 |
39
+
40
+ ---
41
+
42
+ ## 详细指标分析
43
+
44
+ ### BEHAVIORAL_MOMENTUM 详细分析
45
+
46
+ - **运行耗时**: 0.00 秒
47
+ - **交易次数**: 513 次
48
+ - **胜率**: 53.2%
49
+ - **平均持仓天数**: 3.0 天
50
+ - **平均换手率**: 10.92%
51
+ - **平均现金占比**: 69.38%
52
+ - **平均总暴露**: 30.62%
53
+
54
+ ### EQUAL_WEIGHT_INDEX 详细分析
55
+
56
+ - **运行耗时**: 0.00 秒
57
+ - **交易次数**: 63 次
58
+ - **胜率**: 73.0%
59
+ - **平均持仓天数**: 91.3 天
60
+ - **平均换手率**: 0.45%
61
+ - **平均现金占比**: 2.40%
62
+ - **平均总暴露**: 97.60%
63
+
64
+ ### FUNDAMENTAL_VALUE 详细分析
65
+
66
+ - **运行耗时**: 0.00 秒
67
+ - **交易次数**: 123 次
68
+ - **胜率**: 45.9%
69
+ - **平均持仓天数**: 11.8 天
70
+ - **平均换手率**: 1.72%
71
+ - **平均现金占比**: 70.56%
72
+ - **平均总暴露**: 29.44%
73
+
74
+ ### MACRO_TACTICAL 详细分析
75
+
76
+ - **运行耗时**: 0.00 秒
77
+ - **交易次数**: 1763 次
78
+ - **胜率**: 60.2%
79
+ - **平均持仓天数**: 18.0 天
80
+ - **平均换手率**: 3.48%
81
+ - **平均现金占比**: 36.24%
82
+ - **平均总暴露**: 63.76%
83
+
84
+ ### SMART_BETA_PASSIVE 详细分析
85
+
86
+ - **运行耗时**: 0.00 秒
87
+ - **交易次数**: 27 次
88
+ - **胜率**: 33.3%
89
+ - **平均持仓天数**: 96.8 天
90
+ - **平均换手率**: 0.28%
91
+ - **平均现金占比**: 83.76%
92
+ - **平均总暴露**: 16.24%
93
+
94
+ ---
95
+
96
+ ## 行为指标对比
97
+ ### 行为诊断指标
98
+
99
+ | 人格 | 平均换手 | 平均现金占比 | 平均总暴露 | 价值一致性 | 动量缩放激活率 | 熔断触发次数 |
100
+ |------|----------|--------------|------------|------------|------------------|--------------|
101
+ | behavioral_momentum | 10.92% | 69.38% | 30.62% | - | 0.0000 | 0 |
102
+ | equal_weight_index | 0.45% | 2.40% | 97.60% | - | - | - |
103
+ | fundamental_value | 1.72% | 70.56% | 29.44% | 0.0000 | - | - |
104
+ | macro_tactical | 3.48% | 36.24% | 63.76% | - | - | - |
105
+ | smart_beta_passive | 0.28% | 83.76% | 16.24% | - | - | - |
106
+
107
+ ---
108
+
109
+ ## 交易行为对比
110
+ ### 交易行为统计
111
+
112
+ | 人格 | 交易次数 | 胜率 | 平均持仓天数 | 运行耗时 | 错误数 |
113
+ |------|----------|------|--------------|----------|--------|
114
+ | **behavioral_momentum** | 513 | 53.2% | 3.0 | 0.00s | 0 |
115
+ | **equal_weight_index** | 63 | 73.0% | 91.3 | 0.00s | 0 |
116
+ | **fundamental_value** | 123 | 45.9% | 11.8 | 0.00s | 0 |
117
+ | **macro_tactical** | 1763 | 60.2% | 18.0 | 0.00s | 0 |
118
+ | **smart_beta_passive** | 27 | 33.3% | 96.8 | 0.00s | 0 |
119
+
120
+ ---
121
+
122
+ ## 结论与建议
123
+ ### 最佳表现: **EQUAL_WEIGHT_INDEX**
124
+
125
+ - 总收益率: +9.42%
126
+ - 最大回撤: 4.83%
127
+ - 夏普比率: 1.36
comparisons/us_6m/personality_summary.csv ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ Personality,Total Return %,Max Drawdown %,Sharpe Ratio,Trade Count,Win Rate %,Avg Position Days,Avg Turnover Ratio,Avg Cash Ratio,Avg Gross Exposure,Duration Sec,Error Count
2
+ behavioral_momentum,1.54,4.40,0.17,513,53.2,3.0,0.1092,0.6938,0.3062,0.00,0
3
+ equal_weight_index,9.42,4.83,1.36,63,73.0,91.3,0.0045,0.0240,0.9760,0.00,0
4
+ fundamental_value,-4.73,6.14,-1.84,123,45.9,11.8,0.0172,0.7056,0.2944,0.00,0
5
+ macro_tactical,3.42,4.40,0.58,1763,60.2,18.0,0.0348,0.3624,0.6376,0.00,0
6
+ smart_beta_passive,0.70,2.03,-0.17,27,33.3,96.8,0.0028,0.8376,0.1624,0.00,0
croissant.json ADDED
@@ -0,0 +1,387 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "@context": {
3
+ "@language": "en",
4
+ "@vocab": "https://schema.org/",
5
+ "citeAs": "cr:citeAs",
6
+ "column": "cr:column",
7
+ "conformsTo": "dct:conformsTo",
8
+ "cr": "http://mlcommons.org/croissant/",
9
+ "rai": "http://mlcommons.org/croissant/RAI/",
10
+ "dataType": {
11
+ "@id": "cr:dataType",
12
+ "@type": "@vocab"
13
+ },
14
+ "dct": "http://purl.org/dc/terms/",
15
+ "examples": {
16
+ "@id": "cr:examples",
17
+ "@type": "@json"
18
+ },
19
+ "extract": "cr:extract",
20
+ "field": "cr:field",
21
+ "fileProperty": "cr:fileProperty",
22
+ "fileObject": "cr:fileObject",
23
+ "fileSet": "cr:fileSet",
24
+ "format": "cr:format",
25
+ "includes": "cr:includes",
26
+ "isLiveDataset": "cr:isLiveDataset",
27
+ "jsonPath": "cr:jsonPath",
28
+ "key": "cr:key",
29
+ "md5": "cr:md5",
30
+ "parentField": "cr:parentField",
31
+ "path": "cr:path",
32
+ "recordSet": "cr:recordSet",
33
+ "references": "cr:references",
34
+ "regex": "cr:regex",
35
+ "repeated": "cr:repeated",
36
+ "replace": "cr:replace",
37
+ "sc": "https://schema.org/",
38
+ "separator": "cr:separator",
39
+ "source": "cr:source",
40
+ "subField": "cr:subField",
41
+ "transform": "cr:transform"
42
+ },
43
+ "@type": "sc:Dataset",
44
+ "conformsTo": "http://mlcommons.org/croissant/1.0",
45
+ "name": "QuantArena Artifact Bundle",
46
+ "description": "Reproducibility artifacts for QuantArena, a controlled live-market evaluation protocol that fixes the LLM backend, market data stream, analyst workflow, and execution harness while varying only the investment doctrine (policy module) across five operational paradigms: Fundamental Value, Macro Tactical, Behavioral Momentum, Low-Volatility (Smart Beta), and a rule-based Equal-Weight baseline. The bundle contains 28 individual backtest runs across four paper-cited experiments spanning US and CN A-share equities, plus comparison aggregates, universe definitions, and provenance documentation.",
47
+ "license": "https://creativecommons.org/licenses/by-nc/4.0/",
48
+ "url": "https://huggingface.co/datasets/NIPS26Repo/quantarena-artifacts",
49
+ "version": "1.0",
50
+ "datePublished": "2026-04-28",
51
+ "citeAs": "@inproceedings{quantarena2026, title={QuantArena: Beat the Market or Be the Market? A Live-Market Evaluation of Investment Paradigms}, author={Anonymous Author(s)}, booktitle={NeurIPS 2026 Evaluations and Datasets Track}, year={2026}}",
52
+ "keywords": [
53
+ "finance",
54
+ "LLM trading",
55
+ "evaluation benchmark",
56
+ "investment doctrine",
57
+ "controlled intervention",
58
+ "live-market",
59
+ "fund-style policy",
60
+ "double-blind",
61
+ "NeurIPS Datasets and Benchmarks"
62
+ ],
63
+ "creator": {
64
+ "@type": "Organization",
65
+ "name": "Anonymous (under double-blind review)"
66
+ },
67
+ "publisher": {
68
+ "@type": "Organization",
69
+ "name": "Anonymous (under double-blind review)"
70
+ },
71
+ "isLiveDataset": false,
72
+ "distribution": [
73
+ {
74
+ "@type": "cr:FileObject",
75
+ "@id": "manifest-json",
76
+ "name": "manifest.json",
77
+ "description": "Top-level run inventory (machine-readable)",
78
+ "encodingFormat": "application/json",
79
+ "contentUrl": "manifest.json"
80
+ },
81
+ {
82
+ "@type": "cr:FileObject",
83
+ "@id": "all-metrics-csv",
84
+ "name": "all_metrics.csv",
85
+ "description": "Long-format flat table of summary metrics across all 28 runs",
86
+ "encodingFormat": "text/csv",
87
+ "contentUrl": "derived/all_metrics.csv"
88
+ },
89
+ {
90
+ "@type": "cr:FileObject",
91
+ "@id": "all-trades-csv",
92
+ "name": "all_trades.csv",
93
+ "description": "Concatenated per-trade log across all 28 runs",
94
+ "encodingFormat": "text/csv",
95
+ "contentUrl": "derived/all_trades.csv"
96
+ },
97
+ {
98
+ "@type": "cr:FileObject",
99
+ "@id": "universe-csv",
100
+ "name": "sector_style_universe.csv",
101
+ "description": "5x4 sector/style universe (20 US + 20 CN tickers)",
102
+ "encodingFormat": "text/csv",
103
+ "contentUrl": "universe/sector_style_universe.csv"
104
+ },
105
+ {
106
+ "@type": "cr:FileSet",
107
+ "@id": "run-metrics-files",
108
+ "name": "Per-run metrics files",
109
+ "description": "Summary metrics JSON per individual backtest run",
110
+ "encodingFormat": "application/json",
111
+ "includes": "runs/*/*/metrics.json"
112
+ },
113
+ {
114
+ "@type": "cr:FileSet",
115
+ "@id": "run-trades-files",
116
+ "name": "Per-run trade logs",
117
+ "description": "Per-trade CSV per individual backtest run",
118
+ "encodingFormat": "text/csv",
119
+ "includes": "runs/*/*/trades.csv"
120
+ },
121
+ {
122
+ "@type": "cr:FileSet",
123
+ "@id": "run-equity-files",
124
+ "name": "Per-run equity curves",
125
+ "description": "Daily portfolio state CSV per individual backtest run",
126
+ "encodingFormat": "text/csv",
127
+ "includes": "runs/*/*/equity_curve.csv"
128
+ }
129
+ ],
130
+ "recordSet": [
131
+ {
132
+ "@type": "cr:RecordSet",
133
+ "@id": "metrics-records",
134
+ "name": "metrics_records",
135
+ "description": "Long-format performance metrics across all 28 runs",
136
+ "field": [
137
+ {
138
+ "@type": "cr:Field",
139
+ "@id": "metrics-records/experiment",
140
+ "name": "experiment",
141
+ "description": "Experiment family (exp1_caseStudy_us_6m, exp2_reproducibility_us_6m_run2, etc.)",
142
+ "dataType": "sc:Text",
143
+ "source": {
144
+ "fileObject": {
145
+ "@id": "all-metrics-csv"
146
+ },
147
+ "extract": {
148
+ "column": "experiment"
149
+ }
150
+ }
151
+ },
152
+ {
153
+ "@type": "cr:Field",
154
+ "@id": "metrics-records/market",
155
+ "name": "market",
156
+ "description": "Market identifier (us or cn)",
157
+ "dataType": "sc:Text",
158
+ "source": {
159
+ "fileObject": {
160
+ "@id": "all-metrics-csv"
161
+ },
162
+ "extract": {
163
+ "column": "market"
164
+ }
165
+ }
166
+ },
167
+ {
168
+ "@type": "cr:Field",
169
+ "@id": "metrics-records/mandate-dir",
170
+ "name": "mandate_dir",
171
+ "description": "Mandate identifier in the bundle directory layout",
172
+ "dataType": "sc:Text",
173
+ "source": {
174
+ "fileObject": {
175
+ "@id": "all-metrics-csv"
176
+ },
177
+ "extract": {
178
+ "column": "mandate_dir"
179
+ }
180
+ }
181
+ },
182
+ {
183
+ "@type": "cr:Field",
184
+ "@id": "metrics-records/total-return",
185
+ "name": "total_return",
186
+ "description": "Total return over the run window in percent",
187
+ "dataType": "sc:Float",
188
+ "source": {
189
+ "fileObject": {
190
+ "@id": "all-metrics-csv"
191
+ },
192
+ "extract": {
193
+ "column": "total_return"
194
+ }
195
+ }
196
+ },
197
+ {
198
+ "@type": "cr:Field",
199
+ "@id": "metrics-records/max-drawdown",
200
+ "name": "max_drawdown",
201
+ "description": "Maximum drawdown in percent",
202
+ "dataType": "sc:Float",
203
+ "source": {
204
+ "fileObject": {
205
+ "@id": "all-metrics-csv"
206
+ },
207
+ "extract": {
208
+ "column": "max_drawdown"
209
+ }
210
+ }
211
+ },
212
+ {
213
+ "@type": "cr:Field",
214
+ "@id": "metrics-records/sharpe",
215
+ "name": "sharpe_ratio",
216
+ "description": "Annualized Sharpe ratio",
217
+ "dataType": "sc:Float",
218
+ "source": {
219
+ "fileObject": {
220
+ "@id": "all-metrics-csv"
221
+ },
222
+ "extract": {
223
+ "column": "sharpe_ratio"
224
+ }
225
+ }
226
+ },
227
+ {
228
+ "@type": "cr:Field",
229
+ "@id": "metrics-records/total-trades",
230
+ "name": "total_trades",
231
+ "description": "Number of executed trades over the run window",
232
+ "dataType": "sc:Integer",
233
+ "source": {
234
+ "fileObject": {
235
+ "@id": "all-metrics-csv"
236
+ },
237
+ "extract": {
238
+ "column": "total_trades"
239
+ }
240
+ }
241
+ }
242
+ ]
243
+ },
244
+ {
245
+ "@type": "cr:RecordSet",
246
+ "@id": "trades-records",
247
+ "name": "trades_records",
248
+ "description": "Per-trade records concatenated across all 28 runs",
249
+ "field": [
250
+ {
251
+ "@type": "cr:Field",
252
+ "@id": "trades-records/experiment",
253
+ "name": "experiment",
254
+ "dataType": "sc:Text",
255
+ "source": {
256
+ "fileObject": {
257
+ "@id": "all-trades-csv"
258
+ },
259
+ "extract": {
260
+ "column": "experiment"
261
+ }
262
+ }
263
+ },
264
+ {
265
+ "@type": "cr:Field",
266
+ "@id": "trades-records/mandate-dir",
267
+ "name": "mandate_dir",
268
+ "dataType": "sc:Text",
269
+ "source": {
270
+ "fileObject": {
271
+ "@id": "all-trades-csv"
272
+ },
273
+ "extract": {
274
+ "column": "mandate_dir"
275
+ }
276
+ }
277
+ },
278
+ {
279
+ "@type": "cr:Field",
280
+ "@id": "trades-records/date",
281
+ "name": "date",
282
+ "description": "Trading date (YYYY-MM-DD)",
283
+ "dataType": "sc:Date",
284
+ "source": {
285
+ "fileObject": {
286
+ "@id": "all-trades-csv"
287
+ },
288
+ "extract": {
289
+ "column": "date"
290
+ }
291
+ }
292
+ },
293
+ {
294
+ "@type": "cr:Field",
295
+ "@id": "trades-records/ticker",
296
+ "name": "ticker",
297
+ "dataType": "sc:Text",
298
+ "source": {
299
+ "fileObject": {
300
+ "@id": "all-trades-csv"
301
+ },
302
+ "extract": {
303
+ "column": "ticker"
304
+ }
305
+ }
306
+ },
307
+ {
308
+ "@type": "cr:Field",
309
+ "@id": "trades-records/action",
310
+ "name": "action",
311
+ "description": "BUY or SELL",
312
+ "dataType": "sc:Text",
313
+ "source": {
314
+ "fileObject": {
315
+ "@id": "all-trades-csv"
316
+ },
317
+ "extract": {
318
+ "column": "action"
319
+ }
320
+ }
321
+ },
322
+ {
323
+ "@type": "cr:Field",
324
+ "@id": "trades-records/shares",
325
+ "name": "shares",
326
+ "dataType": "sc:Integer",
327
+ "source": {
328
+ "fileObject": {
329
+ "@id": "all-trades-csv"
330
+ },
331
+ "extract": {
332
+ "column": "shares"
333
+ }
334
+ }
335
+ },
336
+ {
337
+ "@type": "cr:Field",
338
+ "@id": "trades-records/price",
339
+ "name": "price",
340
+ "description": "Trade price on the decision date (USD for US runs, CNY for CN runs)",
341
+ "dataType": "sc:Float",
342
+ "source": {
343
+ "fileObject": {
344
+ "@id": "all-trades-csv"
345
+ },
346
+ "extract": {
347
+ "column": "price"
348
+ }
349
+ }
350
+ },
351
+ {
352
+ "@type": "cr:Field",
353
+ "@id": "trades-records/value",
354
+ "name": "value",
355
+ "description": "Trade notional (shares * price)",
356
+ "dataType": "sc:Float",
357
+ "source": {
358
+ "fileObject": {
359
+ "@id": "all-trades-csv"
360
+ },
361
+ "extract": {
362
+ "column": "value"
363
+ }
364
+ }
365
+ }
366
+ ]
367
+ }
368
+ ],
369
+ "rai:dataCollection": "Backtest runs were executed against a closed evaluation harness using live-style market data from licensed third-party APIs (Yahoo Finance / yfinance, Tushare, FMP, AKShare, Tavily). Each run records the LLM's decisions and the resulting portfolio state without modification. No human subjects are involved at any stage.",
370
+ "rai:dataCollectionType": "Programmatic",
371
+ "rai:dataCollectionRawData": "Raw market data from third-party providers; redistributed only as the derived per-decision price and decision records embedded in trades.csv. See LICENSE.md for per-source redistribution terms.",
372
+ "rai:dataCollectionTimeframe": "2025-09-01 / 2026-02-28 (run windows); 2026-04-09 to 2026-04-25 (run execution dates)",
373
+ "rai:dataImputationProtocol": "No data imputation. Trading days are defined by the upstream price provider's calendar; non-trading days are skipped naturally.",
374
+ "rai:dataPreprocessingProtocol": "Raw API responses are normalized into a fixed schema (OHLCV daily bars, fundamentals snapshots, news lists) inside the trading harness; only the trades emitted and per-day portfolio state are persisted to disk. See `tools/build_release_bundle.py` for how the public artifact is assembled from raw run directories.",
375
+ "rai:dataAnnotationProtocol": "Not applicable — no human annotation.",
376
+ "rai:dataUseCases": [
377
+ "Reproducing or extending the QuantArena evaluation protocol.",
378
+ "Auditing how investment doctrine alone (with LLM backend held fixed) shapes portfolio behavior.",
379
+ "Studying behavioral fidelity of LLM trading agents under matched execution.",
380
+ "Methodological research on controlled-intervention evaluation in finance."
381
+ ],
382
+ "rai:dataBiases": "Universe is restricted to 20 liquid US tickers and 20 liquid CN A-share tickers (5 sectors x 4 size-style cells per market); micro-cap, illiquid, or non-equity assets are excluded by design. Performance patterns observed here may not transfer to broader universes. Single-seed case-study runs (with one paired re-run for the US window) imply LLM-sampling stochasticity is bounded but not fully characterized; see the Reproducibility table in the paper.",
383
+ "rai:dataLimitations": "Trading frictions (transaction costs, market impact, short-selling, borrowing constraints) are not modeled. The 6M live-market window is much shorter than typical institutional evaluation horizons. The GPT-5.4 backend identifier reflects the API gateway label exposed at run time and not a vendor build hash; exact backend reproducibility depends on the gateway's routing decisions at run time. The bundle redistributes only the derived decision-level data, not the raw third-party feeds.",
384
+ "rai:dataReleaseMaintenancePlan": "v1.0 corresponds to the NeurIPS 2026 E&D Track submission. Future versions will add longer windows, additional asset classes, and trading-friction modeling. Bundle versioning is tracked in CHANGELOG.md.",
385
+ "rai:personalSensitiveInformation": "Not applicable — bundle contains no personally identifiable or sensitive information.",
386
+ "rai:dataSocialImpact": "The bundle supports academic study of LLM-driven trading agents under controlled conditions. Deploying such agents to real markets without additional safeguards (frictions, risk controls, auditing) carries substantial risk, including financial loss and potential amplification of herd behavior. The bundle is explicitly scoped for research and evaluation; it is not financial advice and should not be interpreted as evidence of safe or profitable real-world deployment."
387
+ }
derived/all_metrics.csv ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ experiment,market,mandate_dir,display_name,mandate,variant,src_run_id,personality,start_date,end_date,total_return,annualized_return,max_drawdown,max_drawdown_duration,sharpe_ratio,sortino_ratio,volatility,total_trades,trading_days,avg_position_days,win_rate,initial_cash,final_value,final_cash,benchmark_total_return,avg_cash_ratio,avg_gross_exposure,value_filter_pass_rate,value_consistency_score
2
+ exp1_caseStudy_us_6m,us,fundamental_value,Fundamental Value,,,mp_fundamental_value_20260409_165131_876468,,2025-09-01,2026-02-28,-4.73,-9.38,6.14,72,-1.84,-1.91,6.35,123,124,11.82,45.9,100000.0,95270.27,61565.98,10.33,0.7056,0.2944,0.0,0.0
3
+ exp1_caseStudy_us_6m,us,macro_tactical,Macro Tactical,,,mp_macro_tactical_20260409_165131_876505,macro_tactical,2025-09-01,2026-02-28,3.42,7.08,4.4,35,0.58,0.73,9.02,1763,124,17.96,60.23,100000.0,103421.69,38952.71,10.33,0.3624,0.6376,,
4
+ exp1_caseStudy_us_6m,us,behavioral_momentum,Behavioral Momentum,,,mp_behavioral_momentum_20260409_165131_876499,,2025-09-01,2026-02-28,1.54,3.15,4.4,72,0.17,0.19,8.61,513,124,3.02,53.19,100000.0,101539.41,91442.08,10.33,0.6938,0.3062,,
5
+ exp1_caseStudy_us_6m,us,low_volatility,Low-Volatility,,,mp_smart_beta_passive_20260409_165131_876510,,2025-09-01,2026-02-28,0.7,1.42,2.03,79,-0.17,-0.24,3.11,27,124,96.79,33.33,100000.0,100695.6,87408.58,10.33,0.8376,0.1624,,
6
+ exp1_caseStudy_us_6m,us,equal_weight,Equal-Weight,,,mp_equal_weight_index_20260409_165131_876514,,2025-09-01,2026-02-28,9.42,20.07,4.83,19,1.36,1.71,12.61,63,124,91.27,72.97,100000.0,109416.12,2256.53,10.33,0.024,0.976,,
7
+ exp1_caseStudy_cn_6m,cn,fundamental_value,Fundamental Value,,,mp_fundamental_value_20260413_163905_878961,,2025-09-01,2026-02-28,-0.0,-0.01,4.06,54,-0.2,-0.34,8.24,90,102,58.8,46.34,100000.0,99995.24,32230.52,8.11,0.3892,0.6108,0.0,0.0
8
+ exp1_caseStudy_cn_6m,cn,macro_tactical,Macro Tactical,,,mp_macro_tactical_20260413_163905_878979,macro_tactical,2025-09-01,2026-02-28,4.02,10.22,4.55,60,0.66,1.15,12.91,1777,102,18.39,50.48,100000.0,104017.68,14603.34,8.11,0.1139,0.8861,,
9
+ exp1_caseStudy_cn_6m,cn,behavioral_momentum,Behavioral Momentum,,,mp_behavioral_momentum_20260413_163905_878974,,2025-09-01,2026-02-28,-2.52,-6.12,5.28,96,-0.84,-1.37,9.4,666,102,6.03,42.81,100000.0,97476.11,54989.09,8.11,0.5212,0.4788,,
10
+ exp1_caseStudy_cn_6m,cn,low_volatility,Low-Volatility,,,mp_smart_beta_passive_20260413_163905_878984,,2025-09-01,2026-02-28,0.3,0.75,2.62,54,-0.22,-0.39,5.04,85,102,69.73,47.22,100000.0,100301.88,54851.7,8.11,0.6955,0.3045,,
11
+ exp1_caseStudy_cn_6m,cn,equal_weight,Equal-Weight,,,mp_equal_weight_index_20260413_163905_878987,,2025-09-01,2026-02-28,6.5,16.82,6.25,59,0.97,1.64,15.15,84,102,91.74,68.18,100000.0,106495.39,1538.77,8.11,0.0138,0.9862,,
12
+ exp2_reproducibility_us_6m_run2,us,fundamental_value,Fundamental Value,,,mp_fundamental_value_20260425_035029_413185,,2025-09-01,2026-02-28,-10.29,-19.79,11.68,83,-2.07,-1.95,11.32,126,124,9.13,52.54,100000.0,89714.05,38526.98,10.33,0.6244,0.3756,0.0,0.0
13
+ exp2_reproducibility_us_6m_run2,us,macro_tactical,Macro Tactical,,,mp_macro_tactical_20260425_035029_413208,macro_tactical,2025-09-01,2026-02-28,2.78,5.73,4.04,26,0.46,0.55,8.63,1817,124,15.93,54.83,100000.0,102778.42,42126.1,10.33,0.3478,0.6522,,
14
+ exp2_reproducibility_us_6m_run2,us,behavioral_momentum,Behavioral Momentum,,,mp_behavioral_momentum_20260425_035029_413202,,2025-09-01,2026-02-28,0.5,1.02,4.76,83,-0.07,-0.07,8.92,512,124,2.91,50.0,100000.0,100498.32,90400.99,10.33,0.6873,0.3127,,
15
+ exp2_reproducibility_us_6m_run2,us,low_volatility,Low-Volatility,,,mp_smart_beta_passive_20260425_035029_413212,,2025-09-01,2026-02-28,0.7,1.42,2.03,79,-0.17,-0.24,3.11,27,124,96.79,33.33,100000.0,100695.6,87408.58,10.33,0.8376,0.1624,,
16
+ exp2_reproducibility_us_6m_run2,us,equal_weight,Equal-Weight,,,mp_equal_weight_index_20260425_035029_413216,,2025-09-01,2026-02-28,9.42,20.07,4.83,19,1.36,1.71,12.61,63,124,91.27,72.97,100000.0,109416.12,2256.53,10.33,0.024,0.976,,
17
+ exp3_mechanism_ablation_us_3m,us,fundamental_value_full,FV Full,fundamental_value,full,20260417_160942,fundamental_value,2025-12-01,2026-02-28,0.0,0.0,0.0,0,-9.219771266841752e+16,-9.219771266841752e+16,0.0,0,61,0.0,0.0,100000.0,100000.0,100000.0,5.96,1.0,0.0,0.0,0.85
18
+ exp3_mechanism_ablation_us_3m,us,fundamental_value_no_filter,FV No filter,fundamental_value,no_filter,20260417_191443,fundamental_value,2025-12-01,2026-02-28,5.8,26.23,2.1,13,2.52,3.45,8.61,611,61,29.12,66.94,100000.0,105800.43,11359.72,5.96,0.2072,0.7928,100.0,1.0
19
+ exp3_mechanism_ablation_us_3m,us,behavioral_momentum_full,BM Full,behavioral_momentum,full,20260417_220721,behavioral_momentum,2025-12-01,2026-02-28,-0.9,-3.66,1.08,31,-2.81,-2.8,2.03,513,61,1.64,47.1,100000.0,99102.53,93370.88,5.96,0.9106,0.0894,,
20
+ exp3_mechanism_ablation_us_3m,us,behavioral_momentum_no_guardrails,BM No guardrails,behavioral_momentum,no_guardrails,20260418_004927,behavioral_momentum,2025-12-01,2026-02-28,-0.75,-3.06,1.6,28,-1.27,-1.5,3.95,392,61,1.97,49.39,100000.0,99251.45,99251.45,5.96,0.8905,0.1095,,
21
+ exp3_mechanism_ablation_us_3m,us,macro_tactical_full,MT Full,macro_tactical,full,20260418_033940,macro_tactical,2025-12-01,2026-02-28,-0.45,-1.83,4.77,35,-0.39,-0.46,8.95,893,61,15.68,59.13,100000.0,99553.94,30863.31,5.96,0.3971,0.6029,,
22
+ exp3_mechanism_ablation_us_3m,us,macro_tactical_no_tilt,MT No tilt,macro_tactical,no_tilt,20260418_072633,macro_tactical,2025-12-01,2026-02-28,-0.33,-1.35,5.35,22,-0.32,-0.36,9.25,918,61,13.76,60.98,100000.0,99670.93,36363.6,5.96,0.3576,0.6424,,
23
+ exp3_mechanism_ablation_us_3m,us,low_volatility_reference,LV Reference,low_volatility,reference,20260418_110947,smart_beta_passive,2025-12-01,2026-02-28,-2.44,-9.68,3.33,33,-3.2,-3.43,3.78,15,61,0.0,0.0,100000.0,97564.85,74224.69,5.96,0.8338,0.1662,,
24
+ exp3_mechanism_ablation_us_3m,us,equal_weight_reference,EqW Reference,equal_weight,reference,20260418_111210,equal_weight_index,2025-12-01,2026-02-28,5.96,27.01,3.52,13,1.73,2.09,13.2,52,61,2.5,78.12,100000.0,105957.19,2186.44,5.96,0.0214,0.9786,,
25
+ exp4_backend_robustness_us_3m_gpt54,us,fundamental_value,Fundamental Value,,,20260423_124148,fundamental_value,2025-12-01,2026-02-28,1.23,5.17,1.1,13,0.83,1.53,3.76,31,61,14.23,100.0,100000.0,101227.31,98237.33,5.96,0.9521,0.0479,5.0,0.85
26
+ exp4_backend_robustness_us_3m_gpt54,us,macro_tactical,Macro Tactical,,,20260424_094955,macro_tactical,2025-12-01,2026-02-28,4.29,18.97,3.13,16,1.57,1.86,10.11,901,61,19.44,65.64,100000.0,104294.05,18345.73,5.96,0.1731,0.8269,,
27
+ exp4_backend_robustness_us_3m_gpt54,us,behavioral_momentum,Behavioral Momentum,,,20260424_132728_372104,behavioral_momentum,2025-12-01,2026-02-28,4.77,21.2,1.4,11,2.57,4.27,6.81,621,61,4.84,62.75,100000.0,104765.4,61831.12,5.96,0.4633,0.5367,,
28
+ exp4_backend_robustness_us_3m_gpt54,us,low_volatility,Low-Volatility,,,20260424_094956,smart_beta_passive,2025-12-01,2026-02-28,-2.44,-9.68,3.33,33,-3.2,-3.43,3.78,15,61,0.0,0.0,100000.0,97564.85,74224.69,5.96,0.8338,0.1662,,
29
+ exp4_backend_robustness_us_3m_gpt54,us,equal_weight,Equal-Weight,,,20260424_132723_271683,equal_weight_index,2025-12-01,2026-02-28,5.96,27.01,3.52,13,1.73,2.09,13.2,52,61,2.5,78.12,100000.0,105957.19,2186.44,5.96,0.0214,0.9786,,
derived/all_trades.csv ADDED
The diff for this file is too large to render. See raw diff
 
derived/gpt54_robustness/backend_comparison.csv ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ profile,prior_return,gpt54_return,delta_return,prior_mdd,gpt54_mdd,prior_trades,gpt54_trades,prior_cash_pct,gpt54_cash_pct,prior_turnover_pct,gpt54_turnover_pct
2
+ fundamental_value,0.0,1.23,1.23,0.0,1.1,0,31,100.0,95.21,0.0,0.45
3
+ behavioral_momentum,-0.9,4.77,5.67,1.08,1.4,513,621,91.06,46.33,6.49,11.77
4
+ macro_tactical,-0.45,4.29,4.74,4.77,3.13,893,901,39.71,17.31,4.15,3.85
5
+ smart_beta_passive,-2.44,-2.44,0.0,3.33,3.33,15,15,83.38,83.38,0.21,0.21
6
+ equal_weight_index,5.96,5.96,0.0,3.52,3.52,52,52,2.14,2.14,0.85,0.85
derived/gpt54_robustness/behavioral_momentum_reruns.csv ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ run,return_pct,ann_return_pct,mdd_pct,sharpe,trades,win_rate_pct,final_value
2
+ first (log),4.36,19.29,1.21,2.59,591,62.9,104361.11
3
+ rerun (json),4.77,21.2,1.4,2.57,621,62.75,104765.4
4
+ delta,0.41,1.91,0.19,-0.02,30,-0.15,404.29
derived/gpt54_robustness/gpt54_us_3m_summary.csv ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ profile,run_id,window,total_return_pct,ann_return_pct,max_drawdown_pct,sharpe_ratio,sortino_ratio,volatility_pct,total_trades,win_rate_pct,avg_cash_ratio,avg_gross_exposure,avg_turnover_ratio,avg_position_days,benchmark_return_pct,final_value
2
+ fundamental_value,20260423_124148,2025-12-01..2026-02-28,1.23,5.17,1.1,0.83,1.53,3.76,31,100.0,0.9521,0.0479,0.0045,14.23,5.96,101227.31
3
+ macro_tactical,20260424_094955,2025-12-01..2026-02-28,4.29,18.97,3.13,1.57,1.86,10.11,901,65.64,0.1731,0.8269,0.0385,19.44,5.96,104294.05
4
+ smart_beta_passive,20260424_094956,2025-12-01..2026-02-28,-2.44,-9.68,3.33,-3.2,-3.43,3.78,15,0.0,0.8338,0.1662,0.0021,0.0,5.96,97564.85
5
+ behavioral_momentum,20260424_132728_372104,2025-12-01..2026-02-28,4.77,21.2,1.4,2.57,4.27,6.81,621,62.75,0.4633,0.5367,0.1177,4.84,5.96,104765.4
6
+ equal_weight_index,20260424_132723_271683,2025-12-01..2026-02-28,5.96,27.01,3.52,1.73,2.09,13.2,52,78.12,0.0214,0.9786,0.0085,2.5,5.96,105957.19
exp5_efficiency_ablation_cn_10t_6m/README.md ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ # Exp 5 — Execution efficiency ablation (CN, 10 tickers, 6M)
2
+
3
+ This experiment compares three execution paths (E0 baseline / E1 cold-cache / E2 warm-cache) to demonstrate runtime/cost reductions enabled by shared phase-one preprocessing.
4
+
5
+ The original run artifacts are not redistributed in this bundle. All numbers cited in the paper come from `source_doc.md` (copied here verbatim from `latex/docs/2026-03-23-cn-10tickers-6m-efficiency-ablation.md`).
exp5_efficiency_ablation_cn_10t_6m/source_doc.md ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # 2026-03-23 CN 10 Tickers / 6 Months Multi-Persona Efficiency Ablation
2
+
3
+ ## Summary
4
+ This note consolidates three completed `CN 10 tickers / 6m` multi-persona live backtests into a reusable execution-efficiency ablation. The purpose is not to compare returns, but to quantify how much the optimized execution stack speeds up controlled long-horizon persona studies.
5
+
6
+ The three runs hold the business setting fixed:
7
+
8
+ - mode: `multi-personality`
9
+ - market: `CN`
10
+ - tickers: `600519, 000858, 300750, 601318, 600036, 601888, 600276, 002415, 601899, 000333`
11
+ - backtest period: `2025-09-01 ~ 2026-02-28`
12
+ - trading days: `102`
13
+ - initial cash: `¥100,000`
14
+ - analysts: `fundamental`, `technical`, `company_news`
15
+ - personas: `conservative`, `balanced`, `aggressive`, `passive`, `equal_weight_index`
16
+ - benchmark mode: `index`
17
+ - benchmark index: `000300.SH`
18
+ - LLM: enabled
19
+
20
+ ## Experimental Conditions
21
+
22
+ ### E0: Baseline
23
+ - comparison run id: `20260308_032534_600248`
24
+ - report: `reports/multi_personality/20260308_032534_600248/comparison_report.md`
25
+ - data: `reports/multi_personality/20260308_032534_600248/comparison_data.json`
26
+
27
+ ### E1: Optimized-Cold
28
+ - comparison run id: `20260308_164113_268847`
29
+ - log: `logs/cn10_mp_20260308_164108.log`
30
+ - report: `reports/multi_personality/20260308_164113_268847/comparison_report.md`
31
+ - data: `reports/multi_personality/20260308_164113_268847/comparison_data.json`
32
+
33
+ ### E2: Optimized-Warm
34
+ - comparison run id: `20260309_120759_016922`
35
+ - log: `logs/cn10_mp_rerun_20260309_120714.log`
36
+ - report: `reports/multi_personality/20260309_120759_016922/comparison_report.md`
37
+ - data: `reports/multi_personality/20260309_120759_016922/comparison_data.json`
38
+
39
+ ## Core Results
40
+
41
+ ### End-to-End Runtime
42
+
43
+ | Experiment | Run ID | Total Duration (sec) | Total Duration (hours) | Relative to E0 |
44
+ |-----------|--------|----------------------|------------------------|----------------|
45
+ | `E0` baseline | `20260308_032534_600248` | `157429.02` | `43.73` | `1.00x` |
46
+ | `E1` optimized-cold | `20260308_164113_268847` | `38828.22` | `10.79` | `4.05x` |
47
+ | `E2` optimized-warm | `20260309_120759_016922` | `38965.22` | `10.82` | `4.04x` |
48
+
49
+ ### LLM Usage (comparison report accounting)
50
+
51
+ | Experiment | LLM Calls | Total Tokens | Estimated Cost |
52
+ |-----------|-----------|--------------|----------------|
53
+ | `E0` baseline | `11219` | `10255794` | `¥12.0572` |
54
+ | `E1` optimized-cold | `8160` | `9299500` | `¥10.7245` |
55
+ | `E2` optimized-warm | `8160` | `9264269` | `¥10.6699` |
56
+
57
+ ### Shared Phase-One Statistics
58
+
59
+ | Metric | `E0` | `E1` | `E2` |
60
+ |-------|------|------|------|
61
+ | artifact cache hits | `n/a` | `0` | `102` |
62
+ | artifact cache misses | `n/a` | `102` | `0` |
63
+ | sync load seconds | `n/a` | `82.08` | `0.19` |
64
+ | prefetch submitted | `n/a` | `101` | `101` |
65
+ | prefetch hits | `n/a` | `101` | `101` |
66
+ | prefetch compute seconds | `n/a` | `7633.76` | `65.83` |
67
+ | pipeline hidden seconds | `n/a` | `7633.76` | `65.82` |
68
+ | pipeline utilization | `n/a` | `100.0%` | `100.0%` |
69
+ | phase2 execution mode | `n/a` | `parallel_threads` | `parallel_threads` |
70
+
71
+ ## Interpretation
72
+
73
+ ### E0 -> E1: Execution-Model Gain
74
+ - total duration: `157429.02s -> 38828.22s`
75
+ - absolute savings: `118600.80s` (`32.94` hours)
76
+ - relative speedup: `4.05x`
77
+ - runtime reduction: `75.34%`
78
+
79
+ In the same accounting convention:
80
+ - LLM calls: `11219 -> 8160` (`-27.27%`)
81
+ - total tokens: `10255794 -> 9299500` (`-9.32%`)
82
+ - estimated cost: `¥12.0572 -> ¥10.7245` (`-11.05%`)
83
+
84
+ ### E1 -> E2: Warm-Cache Gain
85
+ - total duration: `38828.22s -> 38965.22s`
86
+ - end-to-end change: `+137.00s` (effectively flat)
87
+
88
+ But at the phase-one level:
89
+ - sync load: `82.08s -> 0.19s` (`-99.76%`)
90
+ - prefetch compute: `7633.76s -> 65.83s` (`-99.14%`)
91
+ - hidden pipeline seconds: `7633.76s -> 65.82s` (`-99.14%`)
92
+
93
+ This shows that artifact caching nearly eliminates repeated phase-one work, while the main end-to-end bottleneck after `E1` has already shifted to later persona-specific stages.
94
+
95
+ ## Notes on Accounting
96
+
97
+ The call/token/cost reductions should be interpreted as values under the comparison-report accounting scheme. In the older baseline run, shared phase-one token usage is counted separately in the comparison data, while the newer execution path reports shared phase-one activity differently. We therefore use these values as report-level observations rather than as a claim about exactly identical physical API savings under every instrumentation scheme.
manifest.json ADDED
@@ -0,0 +1,616 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "version": "1.0",
3
+ "title": "QuantArena artifact bundle",
4
+ "source_commit": "a4bf9e6 (sector matrix fix) / f2c9921 (audit manifest)",
5
+ "experiments": {
6
+ "exp1_caseStudy_us_6m": {
7
+ "description": "Six-month main case study (US, Sep 1 2025 \u2013 Feb 28 2026, 124 trading days, $100,000 initial)",
8
+ "runs": {
9
+ "fundamental_value": {
10
+ "src_run_id": "mp_fundamental_value_20260409_165131_876468",
11
+ "start_date": "2025-09-01",
12
+ "end_date": "2026-02-28",
13
+ "market": "us",
14
+ "personality": null,
15
+ "total_return": -4.73,
16
+ "total_trades": 123,
17
+ "files": [
18
+ "metrics.json",
19
+ "backtest_report.md",
20
+ "equity_curve.csv",
21
+ "trades.csv",
22
+ "equity_curve.png"
23
+ ],
24
+ "status": "ok",
25
+ "display_name": "Fundamental Value",
26
+ "bundle_path": "runs/exp1_caseStudy_us_6m/fundamental_value"
27
+ },
28
+ "macro_tactical": {
29
+ "src_run_id": "mp_macro_tactical_20260409_165131_876505",
30
+ "start_date": "2025-09-01",
31
+ "end_date": "2026-02-28",
32
+ "market": "us",
33
+ "personality": "macro_tactical",
34
+ "total_return": 3.42,
35
+ "total_trades": 1763,
36
+ "files": [
37
+ "metrics.json",
38
+ "backtest_report.md",
39
+ "equity_curve.csv",
40
+ "fof_allocations.csv",
41
+ "trades.csv",
42
+ "equity_curve.png",
43
+ "fof_allocations.json"
44
+ ],
45
+ "status": "ok",
46
+ "display_name": "Macro Tactical",
47
+ "bundle_path": "runs/exp1_caseStudy_us_6m/macro_tactical"
48
+ },
49
+ "behavioral_momentum": {
50
+ "src_run_id": "mp_behavioral_momentum_20260409_165131_876499",
51
+ "start_date": "2025-09-01",
52
+ "end_date": "2026-02-28",
53
+ "market": "us",
54
+ "personality": null,
55
+ "total_return": 1.54,
56
+ "total_trades": 513,
57
+ "files": [
58
+ "metrics.json",
59
+ "backtest_report.md",
60
+ "equity_curve.csv",
61
+ "trades.csv",
62
+ "equity_curve.png"
63
+ ],
64
+ "status": "ok",
65
+ "display_name": "Behavioral Momentum",
66
+ "bundle_path": "runs/exp1_caseStudy_us_6m/behavioral_momentum"
67
+ },
68
+ "low_volatility": {
69
+ "src_run_id": "mp_smart_beta_passive_20260409_165131_876510",
70
+ "start_date": "2025-09-01",
71
+ "end_date": "2026-02-28",
72
+ "market": "us",
73
+ "personality": null,
74
+ "total_return": 0.7,
75
+ "total_trades": 27,
76
+ "files": [
77
+ "metrics.json",
78
+ "backtest_report.md",
79
+ "equity_curve.csv",
80
+ "trades.csv",
81
+ "equity_curve.png"
82
+ ],
83
+ "status": "ok",
84
+ "display_name": "Low-Volatility",
85
+ "bundle_path": "runs/exp1_caseStudy_us_6m/low_volatility"
86
+ },
87
+ "equal_weight": {
88
+ "src_run_id": "mp_equal_weight_index_20260409_165131_876514",
89
+ "start_date": "2025-09-01",
90
+ "end_date": "2026-02-28",
91
+ "market": "us",
92
+ "personality": null,
93
+ "total_return": 9.42,
94
+ "total_trades": 63,
95
+ "files": [
96
+ "metrics.json",
97
+ "backtest_report.md",
98
+ "equity_curve.csv",
99
+ "trades.csv",
100
+ "equity_curve.png"
101
+ ],
102
+ "status": "ok",
103
+ "display_name": "Equal-Weight",
104
+ "bundle_path": "runs/exp1_caseStudy_us_6m/equal_weight"
105
+ }
106
+ }
107
+ },
108
+ "exp1_caseStudy_cn_6m": {
109
+ "description": "Six-month main case study (CN A-share, Sep 1 2025 \u2013 Feb 28 2026, 102 trading days, $100,000 initial)",
110
+ "runs": {
111
+ "fundamental_value": {
112
+ "src_run_id": "mp_fundamental_value_20260413_163905_878961",
113
+ "start_date": "2025-09-01",
114
+ "end_date": "2026-02-28",
115
+ "market": "cn",
116
+ "personality": null,
117
+ "total_return": -0.0,
118
+ "total_trades": 90,
119
+ "files": [
120
+ "metrics.json",
121
+ "backtest_report.md",
122
+ "equity_curve.csv",
123
+ "trades.csv",
124
+ "equity_curve.png"
125
+ ],
126
+ "status": "ok",
127
+ "display_name": "Fundamental Value",
128
+ "bundle_path": "runs/exp1_caseStudy_cn_6m/fundamental_value"
129
+ },
130
+ "macro_tactical": {
131
+ "src_run_id": "mp_macro_tactical_20260413_163905_878979",
132
+ "start_date": "2025-09-01",
133
+ "end_date": "2026-02-28",
134
+ "market": "cn",
135
+ "personality": "macro_tactical",
136
+ "total_return": 4.02,
137
+ "total_trades": 1777,
138
+ "files": [
139
+ "metrics.json",
140
+ "backtest_report.md",
141
+ "equity_curve.csv",
142
+ "fof_allocations.csv",
143
+ "trades.csv",
144
+ "equity_curve.png",
145
+ "fof_allocations.json"
146
+ ],
147
+ "status": "ok",
148
+ "display_name": "Macro Tactical",
149
+ "bundle_path": "runs/exp1_caseStudy_cn_6m/macro_tactical"
150
+ },
151
+ "behavioral_momentum": {
152
+ "src_run_id": "mp_behavioral_momentum_20260413_163905_878974",
153
+ "start_date": "2025-09-01",
154
+ "end_date": "2026-02-28",
155
+ "market": "cn",
156
+ "personality": null,
157
+ "total_return": -2.52,
158
+ "total_trades": 666,
159
+ "files": [
160
+ "metrics.json",
161
+ "backtest_report.md",
162
+ "equity_curve.csv",
163
+ "trades.csv",
164
+ "equity_curve.png"
165
+ ],
166
+ "status": "ok",
167
+ "display_name": "Behavioral Momentum",
168
+ "bundle_path": "runs/exp1_caseStudy_cn_6m/behavioral_momentum"
169
+ },
170
+ "low_volatility": {
171
+ "src_run_id": "mp_smart_beta_passive_20260413_163905_878984",
172
+ "start_date": "2025-09-01",
173
+ "end_date": "2026-02-28",
174
+ "market": "cn",
175
+ "personality": null,
176
+ "total_return": 0.3,
177
+ "total_trades": 85,
178
+ "files": [
179
+ "metrics.json",
180
+ "backtest_report.md",
181
+ "equity_curve.csv",
182
+ "trades.csv",
183
+ "equity_curve.png"
184
+ ],
185
+ "status": "ok",
186
+ "display_name": "Low-Volatility",
187
+ "bundle_path": "runs/exp1_caseStudy_cn_6m/low_volatility"
188
+ },
189
+ "equal_weight": {
190
+ "src_run_id": "mp_equal_weight_index_20260413_163905_878987",
191
+ "start_date": "2025-09-01",
192
+ "end_date": "2026-02-28",
193
+ "market": "cn",
194
+ "personality": null,
195
+ "total_return": 6.5,
196
+ "total_trades": 84,
197
+ "files": [
198
+ "metrics.json",
199
+ "backtest_report.md",
200
+ "equity_curve.csv",
201
+ "trades.csv",
202
+ "equity_curve.png"
203
+ ],
204
+ "status": "ok",
205
+ "display_name": "Equal-Weight",
206
+ "bundle_path": "runs/exp1_caseStudy_cn_6m/equal_weight"
207
+ }
208
+ }
209
+ },
210
+ "exp2_reproducibility_us_6m_run2": {
211
+ "description": "US 6M reproducibility re-run (Run 2). Independent re-run of all five mandates with identical config to Exp 1.",
212
+ "runs": {
213
+ "fundamental_value": {
214
+ "src_run_id": "mp_fundamental_value_20260425_035029_413185",
215
+ "start_date": "2025-09-01",
216
+ "end_date": "2026-02-28",
217
+ "market": "us",
218
+ "personality": null,
219
+ "total_return": -10.29,
220
+ "total_trades": 126,
221
+ "files": [
222
+ "metrics.json",
223
+ "backtest_report.md",
224
+ "equity_curve.csv",
225
+ "trades.csv",
226
+ "equity_curve.png"
227
+ ],
228
+ "status": "ok",
229
+ "display_name": "Fundamental Value",
230
+ "bundle_path": "runs/exp2_reproducibility_us_6m_run2/fundamental_value"
231
+ },
232
+ "macro_tactical": {
233
+ "src_run_id": "mp_macro_tactical_20260425_035029_413208",
234
+ "start_date": "2025-09-01",
235
+ "end_date": "2026-02-28",
236
+ "market": "us",
237
+ "personality": "macro_tactical",
238
+ "total_return": 2.78,
239
+ "total_trades": 1817,
240
+ "files": [
241
+ "metrics.json",
242
+ "backtest_report.md",
243
+ "equity_curve.csv",
244
+ "fof_allocations.csv",
245
+ "trades.csv",
246
+ "equity_curve.png",
247
+ "fof_allocations.json"
248
+ ],
249
+ "status": "ok",
250
+ "display_name": "Macro Tactical",
251
+ "bundle_path": "runs/exp2_reproducibility_us_6m_run2/macro_tactical"
252
+ },
253
+ "behavioral_momentum": {
254
+ "src_run_id": "mp_behavioral_momentum_20260425_035029_413202",
255
+ "start_date": "2025-09-01",
256
+ "end_date": "2026-02-28",
257
+ "market": "us",
258
+ "personality": null,
259
+ "total_return": 0.5,
260
+ "total_trades": 512,
261
+ "files": [
262
+ "metrics.json",
263
+ "backtest_report.md",
264
+ "equity_curve.csv",
265
+ "trades.csv",
266
+ "equity_curve.png"
267
+ ],
268
+ "status": "ok",
269
+ "display_name": "Behavioral Momentum",
270
+ "bundle_path": "runs/exp2_reproducibility_us_6m_run2/behavioral_momentum"
271
+ },
272
+ "low_volatility": {
273
+ "src_run_id": "mp_smart_beta_passive_20260425_035029_413212",
274
+ "start_date": "2025-09-01",
275
+ "end_date": "2026-02-28",
276
+ "market": "us",
277
+ "personality": null,
278
+ "total_return": 0.7,
279
+ "total_trades": 27,
280
+ "files": [
281
+ "metrics.json",
282
+ "backtest_report.md",
283
+ "equity_curve.csv",
284
+ "trades.csv",
285
+ "equity_curve.png"
286
+ ],
287
+ "status": "ok",
288
+ "display_name": "Low-Volatility",
289
+ "bundle_path": "runs/exp2_reproducibility_us_6m_run2/low_volatility"
290
+ },
291
+ "equal_weight": {
292
+ "src_run_id": "mp_equal_weight_index_20260425_035029_413216",
293
+ "start_date": "2025-09-01",
294
+ "end_date": "2026-02-28",
295
+ "market": "us",
296
+ "personality": null,
297
+ "total_return": 9.42,
298
+ "total_trades": 63,
299
+ "files": [
300
+ "metrics.json",
301
+ "backtest_report.md",
302
+ "equity_curve.csv",
303
+ "trades.csv",
304
+ "equity_curve.png"
305
+ ],
306
+ "status": "ok",
307
+ "display_name": "Equal-Weight",
308
+ "bundle_path": "runs/exp2_reproducibility_us_6m_run2/equal_weight"
309
+ }
310
+ }
311
+ },
312
+ "exp3_mechanism_ablation_us_3m": {
313
+ "description": "US 3M mechanism ablation (Dec 1 2025 \u2013 Feb 28 2026). For each LLM-conditioned mandate, a Full variant and one Ablated variant.",
314
+ "runs": {
315
+ "fundamental_value_full": {
316
+ "src_run_id": "20260417_160942",
317
+ "start_date": "2025-12-01",
318
+ "end_date": "2026-02-28",
319
+ "market": "us",
320
+ "personality": "fundamental_value",
321
+ "total_return": 0.0,
322
+ "total_trades": 0,
323
+ "files": [
324
+ "metrics.json",
325
+ "backtest_report.md",
326
+ "equity_curve.csv",
327
+ "trades.csv",
328
+ "equity_curve.png"
329
+ ],
330
+ "status": "ok",
331
+ "display_name": "FV Full",
332
+ "mandate": "fundamental_value",
333
+ "variant": "full",
334
+ "bundle_path": "runs/exp3_mechanism_ablation_us_3m/fundamental_value_full"
335
+ },
336
+ "fundamental_value_no_filter": {
337
+ "src_run_id": "20260417_191443",
338
+ "start_date": "2025-12-01",
339
+ "end_date": "2026-02-28",
340
+ "market": "us",
341
+ "personality": "fundamental_value",
342
+ "total_return": 5.8,
343
+ "total_trades": 611,
344
+ "files": [
345
+ "metrics.json",
346
+ "backtest_report.md",
347
+ "equity_curve.csv",
348
+ "trades.csv",
349
+ "equity_curve.png"
350
+ ],
351
+ "status": "ok",
352
+ "display_name": "FV No filter",
353
+ "mandate": "fundamental_value",
354
+ "variant": "no_filter",
355
+ "bundle_path": "runs/exp3_mechanism_ablation_us_3m/fundamental_value_no_filter"
356
+ },
357
+ "behavioral_momentum_full": {
358
+ "src_run_id": "20260417_220721",
359
+ "start_date": "2025-12-01",
360
+ "end_date": "2026-02-28",
361
+ "market": "us",
362
+ "personality": "behavioral_momentum",
363
+ "total_return": -0.9,
364
+ "total_trades": 513,
365
+ "files": [
366
+ "metrics.json",
367
+ "backtest_report.md",
368
+ "equity_curve.csv",
369
+ "trades.csv",
370
+ "equity_curve.png"
371
+ ],
372
+ "status": "ok",
373
+ "display_name": "BM Full",
374
+ "mandate": "behavioral_momentum",
375
+ "variant": "full",
376
+ "bundle_path": "runs/exp3_mechanism_ablation_us_3m/behavioral_momentum_full"
377
+ },
378
+ "behavioral_momentum_no_guardrails": {
379
+ "src_run_id": "20260418_004927",
380
+ "start_date": "2025-12-01",
381
+ "end_date": "2026-02-28",
382
+ "market": "us",
383
+ "personality": "behavioral_momentum",
384
+ "total_return": -0.75,
385
+ "total_trades": 392,
386
+ "files": [
387
+ "metrics.json",
388
+ "backtest_report.md",
389
+ "equity_curve.csv",
390
+ "trades.csv",
391
+ "equity_curve.png"
392
+ ],
393
+ "status": "ok",
394
+ "display_name": "BM No guardrails",
395
+ "mandate": "behavioral_momentum",
396
+ "variant": "no_guardrails",
397
+ "bundle_path": "runs/exp3_mechanism_ablation_us_3m/behavioral_momentum_no_guardrails"
398
+ },
399
+ "macro_tactical_full": {
400
+ "src_run_id": "20260418_033940",
401
+ "start_date": "2025-12-01",
402
+ "end_date": "2026-02-28",
403
+ "market": "us",
404
+ "personality": "macro_tactical",
405
+ "total_return": -0.45,
406
+ "total_trades": 893,
407
+ "files": [
408
+ "metrics.json",
409
+ "backtest_report.md",
410
+ "equity_curve.csv",
411
+ "fof_allocations.csv",
412
+ "trades.csv",
413
+ "equity_curve.png",
414
+ "fof_allocations.json"
415
+ ],
416
+ "status": "ok",
417
+ "display_name": "MT Full",
418
+ "mandate": "macro_tactical",
419
+ "variant": "full",
420
+ "bundle_path": "runs/exp3_mechanism_ablation_us_3m/macro_tactical_full"
421
+ },
422
+ "macro_tactical_no_tilt": {
423
+ "src_run_id": "20260418_072633",
424
+ "start_date": "2025-12-01",
425
+ "end_date": "2026-02-28",
426
+ "market": "us",
427
+ "personality": "macro_tactical",
428
+ "total_return": -0.33,
429
+ "total_trades": 918,
430
+ "files": [
431
+ "metrics.json",
432
+ "backtest_report.md",
433
+ "equity_curve.csv",
434
+ "fof_allocations.csv",
435
+ "trades.csv",
436
+ "equity_curve.png",
437
+ "fof_allocations.json"
438
+ ],
439
+ "status": "ok",
440
+ "display_name": "MT No tilt",
441
+ "mandate": "macro_tactical",
442
+ "variant": "no_tilt",
443
+ "bundle_path": "runs/exp3_mechanism_ablation_us_3m/macro_tactical_no_tilt"
444
+ },
445
+ "low_volatility_reference": {
446
+ "src_run_id": "20260418_110947",
447
+ "start_date": "2025-12-01",
448
+ "end_date": "2026-02-28",
449
+ "market": "us",
450
+ "personality": "smart_beta_passive",
451
+ "total_return": -2.44,
452
+ "total_trades": 15,
453
+ "files": [
454
+ "metrics.json",
455
+ "backtest_report.md",
456
+ "equity_curve.csv",
457
+ "trades.csv",
458
+ "equity_curve.png"
459
+ ],
460
+ "status": "ok",
461
+ "display_name": "LV Reference",
462
+ "mandate": "low_volatility",
463
+ "variant": "reference",
464
+ "bundle_path": "runs/exp3_mechanism_ablation_us_3m/low_volatility_reference"
465
+ },
466
+ "equal_weight_reference": {
467
+ "src_run_id": "20260418_111210",
468
+ "start_date": "2025-12-01",
469
+ "end_date": "2026-02-28",
470
+ "market": "us",
471
+ "personality": "equal_weight_index",
472
+ "total_return": 5.96,
473
+ "total_trades": 52,
474
+ "files": [
475
+ "metrics.json",
476
+ "backtest_report.md",
477
+ "equity_curve.csv",
478
+ "trades.csv",
479
+ "equity_curve.png"
480
+ ],
481
+ "status": "ok",
482
+ "display_name": "EqW Reference",
483
+ "mandate": "equal_weight",
484
+ "variant": "reference",
485
+ "bundle_path": "runs/exp3_mechanism_ablation_us_3m/equal_weight_reference"
486
+ }
487
+ }
488
+ },
489
+ "exp4_backend_robustness_us_3m_gpt54": {
490
+ "description": "US 3M backend robustness: GPT-5.4 replaces DeepSeek-V3.2 reasoning backend; everything else fixed.",
491
+ "runs": {
492
+ "fundamental_value": {
493
+ "src_run_id": "20260423_124148",
494
+ "start_date": "2025-12-01",
495
+ "end_date": "2026-02-28",
496
+ "market": "us",
497
+ "personality": "fundamental_value",
498
+ "total_return": 1.23,
499
+ "total_trades": 31,
500
+ "files": [
501
+ "metrics.json",
502
+ "backtest_report.md",
503
+ "equity_curve.csv",
504
+ "trades.csv",
505
+ "equity_curve.png"
506
+ ],
507
+ "status": "ok",
508
+ "display_name": "Fundamental Value",
509
+ "bundle_path": "runs/exp4_backend_robustness_us_3m_gpt54/fundamental_value"
510
+ },
511
+ "macro_tactical": {
512
+ "src_run_id": "20260424_094955",
513
+ "start_date": "2025-12-01",
514
+ "end_date": "2026-02-28",
515
+ "market": "us",
516
+ "personality": "macro_tactical",
517
+ "total_return": 4.29,
518
+ "total_trades": 901,
519
+ "files": [
520
+ "metrics.json",
521
+ "backtest_report.md",
522
+ "equity_curve.csv",
523
+ "fof_allocations.csv",
524
+ "trades.csv",
525
+ "equity_curve.png",
526
+ "fof_allocations.json"
527
+ ],
528
+ "status": "ok",
529
+ "display_name": "Macro Tactical",
530
+ "bundle_path": "runs/exp4_backend_robustness_us_3m_gpt54/macro_tactical"
531
+ },
532
+ "behavioral_momentum": {
533
+ "src_run_id": "20260424_132728_372104",
534
+ "start_date": "2025-12-01",
535
+ "end_date": "2026-02-28",
536
+ "market": "us",
537
+ "personality": "behavioral_momentum",
538
+ "total_return": 4.77,
539
+ "total_trades": 621,
540
+ "files": [
541
+ "metrics.json",
542
+ "backtest_report.md",
543
+ "equity_curve.csv",
544
+ "trades.csv",
545
+ "equity_curve.png"
546
+ ],
547
+ "status": "ok",
548
+ "display_name": "Behavioral Momentum",
549
+ "bundle_path": "runs/exp4_backend_robustness_us_3m_gpt54/behavioral_momentum"
550
+ },
551
+ "low_volatility": {
552
+ "src_run_id": "20260424_094956",
553
+ "start_date": "2025-12-01",
554
+ "end_date": "2026-02-28",
555
+ "market": "us",
556
+ "personality": "smart_beta_passive",
557
+ "total_return": -2.44,
558
+ "total_trades": 15,
559
+ "files": [
560
+ "metrics.json",
561
+ "backtest_report.md",
562
+ "equity_curve.csv",
563
+ "trades.csv",
564
+ "equity_curve.png"
565
+ ],
566
+ "status": "ok",
567
+ "display_name": "Low-Volatility",
568
+ "bundle_path": "runs/exp4_backend_robustness_us_3m_gpt54/low_volatility"
569
+ },
570
+ "equal_weight": {
571
+ "src_run_id": "20260424_132723_271683",
572
+ "start_date": "2025-12-01",
573
+ "end_date": "2026-02-28",
574
+ "market": "us",
575
+ "personality": "equal_weight_index",
576
+ "total_return": 5.96,
577
+ "total_trades": 52,
578
+ "files": [
579
+ "metrics.json",
580
+ "backtest_report.md",
581
+ "equity_curve.csv",
582
+ "trades.csv",
583
+ "equity_curve.png"
584
+ ],
585
+ "status": "ok",
586
+ "display_name": "Equal-Weight",
587
+ "bundle_path": "runs/exp4_backend_robustness_us_3m_gpt54/equal_weight"
588
+ }
589
+ }
590
+ },
591
+ "exp5_efficiency_ablation_cn_10t_6m": {
592
+ "description": "Execution efficiency ablation (E0/E1/E2). Documented only \u2014 run artifacts not redistributed.",
593
+ "source_doc": "exp5_efficiency_ablation_cn_10t_6m/source_doc.md"
594
+ }
595
+ },
596
+ "comparisons": {
597
+ "us_6m": {
598
+ "description": "US 6M main case-study cross-mandate comparison bundle",
599
+ "source": "reports/multi_personality/20260409_165121_176781",
600
+ "bundle_path": "comparisons/us_6m"
601
+ },
602
+ "cn_6m": {
603
+ "description": "CN 6M main case-study cross-mandate comparison bundle",
604
+ "source": "reports/multi_personality/20260413_163854_715331",
605
+ "bundle_path": "comparisons/cn_6m"
606
+ }
607
+ },
608
+ "universe": {
609
+ "description": "5x4 sector/style universe (20 US + 20 CN tickers)",
610
+ "bundle_path": "universe/sector_style_universe.csv"
611
+ },
612
+ "derived": {
613
+ "gpt54_robustness": "Pre-aggregated CSVs for the GPT-5.4 backend robustness analysis"
614
+ },
615
+ "audit": "Reproducibility manifest (mirror of latex/audit/)"
616
+ }
runs/exp1_caseStudy_cn_6m/behavioral_momentum/backtest_report.md ADDED
@@ -0,0 +1,170 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Backtest Report
2
+
3
+ **Run ID:** mp_behavioral_momentum_20260413_163905_878974
4
+ **Period:** 2025-09-01 to 2026-02-28
5
+ **Market:** CN
6
+ **Tickers:** 600036, 601166, 000001, 002142, 600519, 000858, 600887, 603288, 300750, 002415, 603986, 688111, 300760, 600276, 300347, 300122, 601899, 600309, 601100, 002353
7
+ **Initial Capital:** $100,000.00
8
+
9
+
10
+ ## Summary
11
+
12
+ | Metric | Value |
13
+ |--------|-------|
14
+ | **Initial Capital** | $100,000.00 |
15
+ | **Final Value** | $97,476.11 |
16
+ | **Total Return** | -2.52% |
17
+ | **Annualized Return** | -6.12% |
18
+ | **Trading Days** | 102 |
19
+ | **Benchmark Return** | +8.11% |
20
+ | **Benchmark Source** | equal_weight_basket |
21
+
22
+
23
+ ## Performance Metrics
24
+
25
+ | Metric | Value |
26
+ |--------|-------|
27
+ | **Sharpe Ratio** | -0.84 |
28
+ | **Sortino Ratio** | -1.37 |
29
+ | **Max Drawdown** | 5.28% |
30
+ | **Max Drawdown Duration** | 96 days |
31
+ | **Volatility (Ann.)** | 9.40% |
32
+ | **Win Rate** | 42.8% |
33
+ | **Excess Return (Ann.)** | -27.38% |
34
+ | **Alpha (Ann.)** | -16.98% |
35
+ | **Beta** | 0.46 |
36
+ | **Tracking Error (Ann.)** | 10.31% |
37
+ | **Information Ratio** | -2.56 |
38
+ | **Calmar Ratio** | -1.16 |
39
+ | **CVaR (95%)** | 1.18% |
40
+ | **Up Capture Ratio** | 0.32 |
41
+ | **Down Capture Ratio** | 0.57 |
42
+ | **Break-even TC (one-way)** | 0.0000% |
43
+
44
+
45
+ ## Behavior Metrics
46
+
47
+ | Metric | Value |
48
+ |--------|-------|
49
+ | **Trade Count** | 666 |
50
+ | **Avg Position Days** | 6.0 |
51
+ | **Avg Turnover Ratio** | 12.46% |
52
+ | **Peak Turnover Ratio** | 32.88% |
53
+ | **Annualized Turnover Ratio** | 31.39x |
54
+ | **Avg Cash Ratio** | 52.12% |
55
+ | **Avg Gross Exposure** | 47.88% |
56
+ | **Vol Scaling Activation Rate** | 0.0000 |
57
+ | **Crash Breaker Trigger Count** | 0 |
58
+ | **Avg Momentum Exposure Multiplier** | 1.0000 |
59
+
60
+
61
+ ## Trade Summary
62
+
63
+ - **Total Trades:** 666
64
+ - **Buy Orders:** 349
65
+ - **Sell Orders:** 317
66
+
67
+ ### Trade Log
68
+
69
+ | Date | Ticker | Action | Shares | Price | Value |
70
+ |------|--------|--------|--------|-------|-------|
71
+ | 2025-09-01 | 002142 | BUY | 350 | $28.52 | $9,982.00 |
72
+ | 2025-09-01 | 000001 | BUY | 841 | $11.89 | $9,999.49 |
73
+ | 2025-09-01 | 600519 | BUY | 6 | $1476.10 | $8,856.60 |
74
+ | 2025-09-01 | 300760 | BUY | 40 | $246.48 | $9,859.20 |
75
+ | 2025-09-01 | 601899 | BUY | 410 | $24.38 | $9,995.80 |
76
+ | 2025-09-01 | 601166 | BUY | 229 | $21.81 | $4,994.49 |
77
+ | 2025-09-01 | 600036 | BUY | 5 | $41.98 | $209.90 |
78
+ | 2025-09-01 | 300750 | BUY | 16 | $304.00 | $4,864.00 |
79
+ | 2025-09-01 | 600887 | BUY | 176 | $28.27 | $4,975.52 |
80
+ | 2025-09-01 | 300347 | BUY | 3 | $65.09 | $195.27 |
81
+ | 2025-09-02 | 002142 | BUY | 5 | $28.98 | $144.90 |
82
+ | 2025-09-02 | 000858 | BUY | 77 | $128.56 | $9,899.12 |
83
+ | 2025-09-02 | 002415 | BUY | 8 | $30.64 | $245.12 |
84
+ | 2025-09-02 | 300760 | BUY | 1 | $242.16 | $242.16 |
85
+ | 2025-09-02 | 600276 | BUY | 72 | $68.87 | $4,958.64 |
86
+ | 2025-09-02 | 601899 | SELL | 205 | $24.41 | $5,004.05 |
87
+ | 2025-09-02 | 688111 | BUY | 15 | $322.80 | $4,842.00 |
88
+ | 2025-09-02 | 300347 | BUY | 2 | $66.25 | $132.50 |
89
+ | 2025-09-03 | 600519 | BUY | 6 | $1480.55 | $8,883.30 |
90
+ | 2025-09-03 | 300750 | BUY | 8 | $309.00 | $2,472.00 |
91
+ | 2025-09-03 | 300760 | SELL | 21 | $238.81 | $5,015.01 |
92
+ | 2025-09-03 | 002415 | SELL | 8 | $29.90 | $239.20 |
93
+ | 2025-09-03 | 688111 | SELL | 15 | $314.00 | $4,710.00 |
94
+ | 2025-09-03 | 300347 | BUY | 3 | $66.20 | $198.60 |
95
+ | 2025-09-04 | 600887 | BUY | 177 | $28.16 | $4,984.32 |
96
+ | 2025-09-04 | 300760 | BUY | 1 | $233.50 | $233.50 |
97
+ | 2025-09-04 | 600276 | BUY | 72 | $68.65 | $4,942.80 |
98
+ | 2025-09-04 | 000001 | SELL | 420 | $11.74 | $4,930.80 |
99
+ | 2025-09-04 | 603288 | BUY | 6 | $40.42 | $242.52 |
100
+ | 2025-09-04 | 300347 | SELL | 8 | $62.42 | $499.36 |
101
+ | 2025-09-04 | 600309 | BUY | 4 | $64.69 | $258.76 |
102
+ | 2025-09-04 | 002353 | BUY | 5 | $45.40 | $227.00 |
103
+ | 2025-09-04 | 601899 | SELL | 205 | $23.87 | $4,893.35 |
104
+ | 2025-09-05 | 600519 | BUY | 6 | $1483.00 | $8,898.00 |
105
+ | 2025-09-05 | 002142 | BUY | 5 | $28.73 | $143.65 |
106
+ | 2025-09-05 | 300750 | BUY | 9 | $325.11 | $2,925.99 |
107
+ | 2025-09-05 | 603288 | SELL | 6 | $40.44 | $242.64 |
108
+ | 2025-09-05 | 600309 | SELL | 4 | $65.85 | $263.40 |
109
+ | 2025-09-05 | 600887 | SELL | 177 | $28.18 | $4,987.86 |
110
+ | 2025-09-05 | 600276 | SELL | 76 | $72.47 | $5,507.72 |
111
+ | 2025-09-05 | 002353 | SELL | 5 | $47.41 | $237.05 |
112
+ | 2025-09-05 | 600036 | SELL | 5 | $42.76 | $213.80 |
113
+ | 2025-09-05 | 601166 | SELL | 229 | $21.75 | $4,980.75 |
114
+ | 2025-09-05 | 000858 | SELL | 77 | $126.81 | $9,764.37 |
115
+ | 2025-09-05 | 603986 | BUY | 31 | $159.56 | $4,946.36 |
116
+ | 2025-09-08 | 002142 | BUY | 5 | $28.68 | $143.40 |
117
+ | 2025-09-08 | 600519 | SELL | 18 | $1501.23 | $27,022.14 |
118
+ | 2025-09-08 | 300760 | BUY | 5 | $248.04 | $1,240.20 |
119
+ | 2025-09-08 | 600309 | BUY | 144 | $69.60 | $10,022.40 |
120
+ | 2025-09-08 | 601166 | BUY | 234 | $21.46 | $5,021.64 |
121
+
122
+ *...and 616 more trades*
123
+
124
+
125
+ ## Final Positions
126
+
127
+ | Ticker | Shares | Value |
128
+ |--------|--------|-------|
129
+ | 600036 | 65 | $2,513.55 |
130
+ | 601166 | 257 | $4,805.90 |
131
+ | 000001 | 450 | $4,873.50 |
132
+ | 002142 | 156 | $4,828.20 |
133
+ | 300750 | 14 | $4,900.00 |
134
+ | 300760 | 25 | $4,731.50 |
135
+ | 600276 | 85 | $4,943.60 |
136
+ | 300347 | 77 | $4,851.77 |
137
+ | 601899 | 111 | $4,455.54 |
138
+ | 600309 | 18 | $1,583.46 |
139
+
140
+ **Cash Balance:** $54,989.09
141
+
142
+
143
+ ---
144
+
145
+ ## Token Usage & Cost
146
+
147
+ | Metric | Value |
148
+ |--------|-------|
149
+ | **Total Calls** | 4080 |
150
+ | **Input Tokens** | 4,174,329 |
151
+ | **Output Tokens** | 580,695 |
152
+ | **Total Tokens** | 4,755,024 |
153
+ | **Estimated Cost** | ¥5.3357 |
154
+
155
+ ### By Agent
156
+
157
+ | Agent | Calls | Input | Output |
158
+ |-------|-------|-------|--------|
159
+ | risk_control | 2040 | 1,980,997 | 281,813 |
160
+ | portfolio_manager | 2040 | 2,193,332 | 298,882 |
161
+
162
+ ### API Calls
163
+
164
+ | API | Calls | Success | Failed | Avg Time |
165
+ |-----|-------|---------|--------|----------|
166
+ | tushare | 2141 | 2141 | 0 | 663ms |
167
+ | akshare_news | 4080 | 3880 | 200 | 1150ms |
168
+
169
+ *Report generated at 2026-04-14 18:33:02*
170
+ *Backtest Framework v1.0*
runs/exp1_caseStudy_cn_6m/behavioral_momentum/equity_curve.csv ADDED
@@ -0,0 +1,103 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ date,total_value,daily_return,cashflow,benchmark_value,benchmark_return
2
+ 2025-09-01,100000.0,0.0,36067.73,100000.0,0.0
3
+ 2025-09-02,100199.55,0.1996,20607.34,100037.55222830045,0.037552228300463675
4
+ 2025-09-03,99544.34,-0.6539,19017.65,99251.79316173487,-0.7482068382651308
5
+ 2025-09-04,98745.7,-0.8023,18452.26,96699.91919056367,-3.3000808094363343
6
+ 2025-09-05,100266.56,1.5402,27735.85,98870.19240498942,-1.1298075950105901
7
+ 2025-09-08,100915.31,0.647,47891.02,99961.3006078263,-0.03869939217370222
8
+ 2025-09-09,100746.98,-0.1668,53813.84,99151.97230429009,-0.8480276957099075
9
+ 2025-09-10,100410.3,-0.3342,62779.69,98811.47660686531,-1.1885233931346884
10
+ 2025-09-11,100633.77,0.2226,58733.32,100087.81514509757,0.08781514509756949
11
+ 2025-09-12,100465.53,-0.1672,67210.32,99624.65587546732,-0.37534412453268384
12
+ 2025-09-15,100340.11,-0.1248,62238.36,100270.96887418044,0.2709688741804328
13
+ 2025-09-16,99859.78,-0.4787,50426.52,99832.39689656234,-0.1676031034376635
14
+ 2025-09-17,99872.32,0.0126,60966.68,100176.92991961002,0.1769299196100249
15
+ 2025-09-18,99414.01,-0.4589,81636.94,99271.50731696024,-0.7284926830397609
16
+ 2025-09-19,99379.2,-0.035,58315.48,99104.45278854946,-0.8955472114505425
17
+ 2025-09-22,99229.34,-0.1508,72989.43,98930.55808772208,-1.0694419122779242
18
+ 2025-09-23,99390.11,0.162,48200.58,98489.7743701652,-1.5102256298347938
19
+ 2025-09-24,99595.55,0.2067,48453.01,99797.97427566453,-0.20202572433547505
20
+ 2025-09-25,100177.95,0.5848,42132.94,100488.74146608092,0.48874146608091085
21
+ 2025-09-26,99664.45,-0.5126,71829.42,99397.69955752249,-0.6023004424775102
22
+ 2025-09-29,99925.94,0.2624,56643.95,100848.48342219916,0.8484834221991644
23
+ 2025-09-30,99818.74,-0.1073,57515.93,101674.95759223102,1.674957592231019
24
+ 2025-10-09,100436.02,0.6184,51319.82,103757.59753974881,3.7575975397488026
25
+ 2025-10-10,99707.52,-0.7253,57104.91,101396.20399399944,1.3962039939994453
26
+ 2025-10-13,99487.65,-0.2205,57295.11,100496.59485317502,0.4965948531750142
27
+ 2025-10-14,99307.27,-0.1813,35236.02,99299.51114685318,-0.700488853146819
28
+ 2025-10-15,99976.9,0.6743,47957.88,100786.08967098406,0.7860896709840581
29
+ 2025-10-16,99647.46,-0.3295,71408.33,100713.37495896808,0.7133749589680827
30
+ 2025-10-17,99139.94,-0.5093,84645.82,98463.1836849376,-1.536816315062406
31
+ 2025-10-20,98943.66,-0.198,93465.31,98803.58491085749,-1.1964150891425107
32
+ 2025-10-21,98969.24,0.0259,83874.99,99812.08864499845,-0.18791135500154654
33
+ 2025-10-22,98898.13,-0.0719,78461.69,99201.02904589985,-0.7989709541001533
34
+ 2025-10-23,99141.52,0.2461,88594.64,99547.9952281932,-0.452004771806791
35
+ 2025-10-24,99229.43,0.0887,70630.5,99901.91682996243,-0.09808317003756617
36
+ 2025-10-27,99356.77,0.1283,62657.64,101313.59368327854,1.3135936832785466
37
+ 2025-10-28,99413.91,0.0575,56121.13,100843.73245450594,0.8437324545059299
38
+ 2025-10-29,100319.65,0.9111,57336.07,101699.00477083713,1.6990047708371314
39
+ 2025-10-30,99951.89,-0.3666,28203.73,101243.8554744644,1.243855474464417
40
+ 2025-10-31,98942.38,-1.01,82193.57,101040.3414984519,1.0403414984519133
41
+ 2025-11-03,98869.34,-0.0738,82200.02,101289.09664790412,1.289096647904131
42
+ 2025-11-04,98713.91,-0.1572,57674.04,100553.5050365056,0.5535050365055971
43
+ 2025-11-05,98821.71,0.1092,67343.63,100161.81801815324,0.16181801815324803
44
+ 2025-11-06,99295.33,0.4793,58608.17,101181.76357464513,1.1817635746451227
45
+ 2025-11-07,99294.74,-0.0006,46975.2,101264.6695767028,1.2646695767027927
46
+ 2025-11-10,97924.5,-1.38,35312.4,101548.48162738816,1.5484816273881652
47
+ 2025-11-11,97879.15,-0.0463,44401.87,101110.55765987842,1.1105576598784195
48
+ 2025-11-12,97925.01,0.0469,51627.67,100475.29752114713,0.4752975211471444
49
+ 2025-11-13,99652.63,1.7642,45431.77,102332.22710651226,2.3322271065122635
50
+ 2025-11-14,98239.87,-1.4177,24198.63,101051.71674343351,1.0517167434335173
51
+ 2025-11-17,97022.8,-1.2389,19838.03,99997.01972387514,-0.0029802761248531873
52
+ 2025-11-18,96796.35,-0.2334,40602.47,99741.61619434449,-0.25838380565551544
53
+ 2025-11-19,97359.49,0.5818,52381.16,99934.31459269683,-0.06568540730317318
54
+ 2025-11-20,96839.85,-0.5337,46055.9,98960.94785255055,-1.0390521474494485
55
+ 2025-11-21,95949.3,-0.9196,35280.77,97243.46770721846,-2.756532292781544
56
+ 2025-11-24,95588.69,-0.3758,51905.59,97198.95762423263,-2.801042375767371
57
+ 2025-11-25,95891.73,0.317,59297.39,98080.08909058213,-1.9199109094178657
58
+ 2025-11-26,95820.75,-0.074,68708.36,98246.1949148119,-1.7538050851880982
59
+ 2025-11-27,95872.18,0.0537,67324.71,98951.5176794744,-1.048482320525601
60
+ 2025-11-28,96090.8,0.228,68071.61,99766.93287183289,-0.23306712816710817
61
+ 2025-12-01,96468.88,0.3935,70297.53,101609.44792823949,1.6094479282394936
62
+ 2025-12-02,96302.01,-0.173,66470.97,100491.72319313553,0.49172319313552926
63
+ 2025-12-03,96097.1,-0.2128,42549.58,100614.93106283149,0.6149310628314808
64
+ 2025-12-04,96395.48,0.3105,32895.02,101015.39010723539,1.0153901072353921
65
+ 2025-12-05,97366.87,1.0077,36336.17,102360.72971138802,2.36072971138801
66
+ 2025-12-08,97502.9,0.1397,35044.0,102433.74393551287,2.4337439355128776
67
+ 2025-12-09,96660.02,-0.8645,41734.96,101562.64875271847,1.5626487527184763
68
+ 2025-12-10,96285.84,-0.3871,34394.71,101546.65152130795,1.5466515213079512
69
+ 2025-12-11,96491.98,0.2141,41989.37,101036.57627887139,1.0365762788713928
70
+ 2025-12-12,96789.01,0.3078,27088.85,102141.21260704033,2.1412126070403215
71
+ 2025-12-15,96904.38,0.1192,25723.99,101605.39520650619,1.6053952065061994
72
+ 2025-12-16,96097.86,-0.8323,26238.88,100243.21468061839,0.24321468061838658
73
+ 2025-12-17,96536.7,0.4567,30256.05,101335.58704983068,1.3355870498306777
74
+ 2025-12-18,96278.27,-0.2677,54447.95,101498.86674876398,1.4988667487639828
75
+ 2025-12-19,96245.63,-0.0339,52145.88,101513.78172250964,1.513781722509644
76
+ 2025-12-22,96327.38,0.0849,78057.11,102116.26864072413,2.116268640724117
77
+ 2025-12-23,96308.57,-0.0195,58075.07,101972.32965898894,1.972329658988925
78
+ 2025-12-24,96221.02,-0.0909,62045.5,102358.1212052366,2.3581212052365963
79
+ 2025-12-25,96190.35,-0.0319,66863.23,102688.1138546873,2.688113854687302
80
+ 2025-12-26,96661.67,0.49,61255.74,103610.80820866236,3.6108082086623527
81
+ 2025-12-29,96380.3,-0.2911,50377.22,103056.8886305332,3.0568886305331944
82
+ 2025-12-30,96367.17,-0.0136,34600.88,103077.21099492119,3.077210994921198
83
+ 2025-12-31,95878.3,-0.5073,16952.96,102317.36852783366,2.317368527833663
84
+ 2026-01-05,97789.96,1.9938,30481.64,105143.2228905463,5.143222890546295
85
+ 2026-01-06,98590.17,0.8183,49530.16,106982.19076821544,6.982190768215446
86
+ 2026-01-07,98523.39,-0.0677,40543.16,107170.10159167847,7.170101591678457
87
+ 2026-01-08,97558.15,-0.9797,39780.13,105982.97176437893,5.9829717643789415
88
+ 2026-01-09,97832.29,0.281,22024.54,106661.1620097987,6.661162009798693
89
+ 2026-01-12,99056.41,1.2512,54273.04,107777.54676558689,7.777546765586885
90
+ 2026-01-13,99308.13,0.2541,38186.66,108557.81281451347,8.557812814513465
91
+ 2026-01-14,98232.55,-1.0831,62733.38,108064.42076860965,8.064420768609647
92
+ 2026-01-15,97983.57,-0.2535,53095.51,107159.89829323845,7.1598982932384425
93
+ 2026-01-16,97489.52,-0.5042,40868.41,107389.03297891645,7.389032978916443
94
+ 2026-01-19,97023.56,-0.478,54134.61,107250.18862034092,7.250188620340925
95
+ 2026-01-20,96901.27,-0.126,51596.26,107007.68192824816,7.007681928248166
96
+ 2026-01-21,97138.53,0.2448,49067.36,108000.40253392207,8.000402533922069
97
+ 2026-01-22,97012.36,-0.1299,45644.75,107444.84938037148,7.444849380371488
98
+ 2026-01-23,96681.2,-0.3414,51693.67,106900.8018357162,6.900801835716197
99
+ 2026-01-26,97073.64,0.4059,42687.29,107519.65892994289,7.519658929942885
100
+ 2026-01-27,97148.49,0.0771,40448.12,107458.05934503807,7.4580593450380706
101
+ 2026-01-28,96775.51,-0.3839,44522.15,108223.53209065349,8.223532090653496
102
+ 2026-01-29,98030.51,1.2968,55489.74,109577.95584522703,9.577955845227027
103
+ 2026-01-30,97476.11,-0.5655,54989.09,108114.34444407292,8.11434444407293
runs/exp1_caseStudy_cn_6m/behavioral_momentum/equity_curve.png ADDED

Git LFS Details

  • SHA256: 3e1b4a446b939dc3f8f485f04f15fae257dad9c41a7e216dfc2d214a3dc53bd3
  • Pointer size: 131 Bytes
  • Size of remote file: 255 kB
runs/exp1_caseStudy_cn_6m/behavioral_momentum/metrics.json ADDED
@@ -0,0 +1,177 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "run_id": "mp_behavioral_momentum_20260413_163905_878974",
3
+ "start_date": "2025-09-01",
4
+ "end_date": "2026-02-28",
5
+ "market": "cn",
6
+ "tickers": [
7
+ "600036",
8
+ "601166",
9
+ "000001",
10
+ "002142",
11
+ "600519",
12
+ "000858",
13
+ "600887",
14
+ "603288",
15
+ "300750",
16
+ "002415",
17
+ "603986",
18
+ "688111",
19
+ "300760",
20
+ "600276",
21
+ "300347",
22
+ "300122",
23
+ "601899",
24
+ "600309",
25
+ "601100",
26
+ "002353"
27
+ ],
28
+ "initial_cash": 100000.0,
29
+ "metrics": {
30
+ "total_return": -2.52,
31
+ "annualized_return": -6.12,
32
+ "max_drawdown": 5.28,
33
+ "max_drawdown_duration": 96,
34
+ "sharpe_ratio": -0.84,
35
+ "sortino_ratio": -1.37,
36
+ "cvar_95": 1.18,
37
+ "volatility": 9.4,
38
+ "total_trades": 666,
39
+ "trading_days": 102,
40
+ "avg_position_days": 6.03,
41
+ "avg_turnover_ratio": 0.1246,
42
+ "peak_turnover_ratio": 0.3288,
43
+ "annualized_turnover_ratio": 31.3931,
44
+ "total_turnover_ratio": 12.7067,
45
+ "win_rate": 42.81,
46
+ "initial_cash": 100000.0,
47
+ "final_value": 97476.11,
48
+ "final_cash": 54989.09,
49
+ "benchmark_annualized_return": 21.26,
50
+ "benchmark_total_return": 8.11,
51
+ "up_capture_ratio": 0.32,
52
+ "down_capture_ratio": 0.57,
53
+ "break_even_transaction_cost": 0.0,
54
+ "avg_cash_ratio": 0.5212,
55
+ "avg_gross_exposure": 0.4788,
56
+ "benchmark_source": "equal_weight_basket",
57
+ "vol_scaling_activation_rate": 0.0,
58
+ "crash_breaker_trigger_count": 0.0,
59
+ "avg_momentum_exposure_multiplier": 1.0
60
+ },
61
+ "summary": {
62
+ "initial_cash": 100000.0,
63
+ "final_value": 97476.11,
64
+ "total_return": -2.52,
65
+ "total_trades": 666,
66
+ "buy_trades": 349,
67
+ "sell_trades": 317,
68
+ "trading_days": 102,
69
+ "final_cash": 54989.09,
70
+ "final_positions": {
71
+ "600036": {
72
+ "shares": 65,
73
+ "value": 2513.55,
74
+ "last_price": 38.67
75
+ },
76
+ "601166": {
77
+ "shares": 257,
78
+ "value": 4805.9,
79
+ "last_price": 18.7
80
+ },
81
+ "000001": {
82
+ "shares": 450,
83
+ "value": 4873.5,
84
+ "last_price": 10.83
85
+ },
86
+ "002142": {
87
+ "shares": 156,
88
+ "value": 4828.2,
89
+ "last_price": 30.95
90
+ },
91
+ "300750": {
92
+ "shares": 14,
93
+ "value": 4900.0,
94
+ "last_price": 350.0
95
+ },
96
+ "300760": {
97
+ "shares": 25,
98
+ "value": 4731.5,
99
+ "last_price": 189.26
100
+ },
101
+ "600276": {
102
+ "shares": 85,
103
+ "value": 4943.6,
104
+ "last_price": 58.16
105
+ },
106
+ "300347": {
107
+ "shares": 77,
108
+ "value": 4851.77,
109
+ "last_price": 63.01
110
+ },
111
+ "601899": {
112
+ "shares": 111,
113
+ "value": 4455.54,
114
+ "last_price": 40.14
115
+ },
116
+ "600309": {
117
+ "shares": 18,
118
+ "value": 1583.46,
119
+ "last_price": 87.97
120
+ }
121
+ }
122
+ },
123
+ "config": {
124
+ "tickers": [
125
+ "600036",
126
+ "601166",
127
+ "000001",
128
+ "002142",
129
+ "600519",
130
+ "000858",
131
+ "600887",
132
+ "603288",
133
+ "300750",
134
+ "002415",
135
+ "603986",
136
+ "688111",
137
+ "300760",
138
+ "600276",
139
+ "300347",
140
+ "300122",
141
+ "601899",
142
+ "600309",
143
+ "601100",
144
+ "002353"
145
+ ],
146
+ "workflow_analysts": [
147
+ "fundamental",
148
+ "technical",
149
+ "company_news"
150
+ ],
151
+ "personalities": [
152
+ "fundamental_value",
153
+ "behavioral_momentum",
154
+ "macro_tactical",
155
+ "smart_beta_passive",
156
+ "equal_weight_index"
157
+ ],
158
+ "market": "cn",
159
+ "cashflow": 100000.0,
160
+ "trading": {
161
+ "market": "CN"
162
+ },
163
+ "benchmark": {
164
+ "mode": "equal_weight"
165
+ },
166
+ "momentum": {
167
+ "target_vol": 0.15,
168
+ "vol_window": 21,
169
+ "market_ma_window": 60,
170
+ "crash_lookback_days": 5,
171
+ "crash_return_threshold": 0.04,
172
+ "crash_exposure_multiplier": 0.2,
173
+ "max_scaling": 1.5,
174
+ "min_scaling": 0.2
175
+ }
176
+ }
177
+ }
runs/exp1_caseStudy_cn_6m/behavioral_momentum/trades.csv ADDED
@@ -0,0 +1,667 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ date,ticker,action,shares,price,value,justification
2
+ 2025-09-01,002142,BUY,350,28.52,9982.0,
3
+ 2025-09-01,000001,BUY,841,11.89,9999.49,
4
+ 2025-09-01,600519,BUY,6,1476.1,8856.6,
5
+ 2025-09-01,300760,BUY,40,246.48,9859.2,
6
+ 2025-09-01,601899,BUY,410,24.38,9995.8,
7
+ 2025-09-01,601166,BUY,229,21.81,4994.49,
8
+ 2025-09-01,600036,BUY,5,41.98,209.9,
9
+ 2025-09-01,300750,BUY,16,304.0,4864.0,
10
+ 2025-09-01,600887,BUY,176,28.27,4975.52,
11
+ 2025-09-01,300347,BUY,3,65.09,195.27,
12
+ 2025-09-02,300347,BUY,2,66.25,132.5,
13
+ 2025-09-02,688111,BUY,15,322.8,4842.0,
14
+ 2025-09-02,601899,SELL,205,24.41,5004.05,
15
+ 2025-09-02,600276,BUY,72,68.87,4958.64,
16
+ 2025-09-02,002142,BUY,5,28.98,144.9,
17
+ 2025-09-02,002415,BUY,8,30.64,245.12,
18
+ 2025-09-02,000858,BUY,77,128.56,9899.12,
19
+ 2025-09-02,300760,BUY,1,242.16,242.16,
20
+ 2025-09-03,688111,SELL,15,314.0,4710.0,
21
+ 2025-09-03,300347,BUY,3,66.2,198.6,
22
+ 2025-09-03,002415,SELL,8,29.9,239.2,
23
+ 2025-09-03,600519,BUY,6,1480.55,8883.3,
24
+ 2025-09-03,300750,BUY,8,309.0,2472.0,
25
+ 2025-09-03,300760,SELL,21,238.81,5015.01,
26
+ 2025-09-04,600887,BUY,177,28.16,4984.32,
27
+ 2025-09-04,300760,BUY,1,233.5,233.5,
28
+ 2025-09-04,600276,BUY,72,68.65,4942.8,
29
+ 2025-09-04,000001,SELL,420,11.74,4930.8,
30
+ 2025-09-04,603288,BUY,6,40.42,242.52,
31
+ 2025-09-04,300347,SELL,8,62.42,499.36,
32
+ 2025-09-04,600309,BUY,4,64.69,258.76,
33
+ 2025-09-04,002353,BUY,5,45.4,227.0,
34
+ 2025-09-04,601899,SELL,205,23.87,4893.35,
35
+ 2025-09-05,600036,SELL,5,42.76,213.8,
36
+ 2025-09-05,603986,BUY,31,159.56,4946.36,
37
+ 2025-09-05,000858,SELL,77,126.81,9764.37,
38
+ 2025-09-05,601166,SELL,229,21.75,4980.75,
39
+ 2025-09-05,002353,SELL,5,47.41,237.05,
40
+ 2025-09-05,600276,SELL,76,72.47,5507.72,
41
+ 2025-09-05,600887,SELL,177,28.18,4987.86,
42
+ 2025-09-05,600309,SELL,4,65.85,263.4,
43
+ 2025-09-05,603288,SELL,6,40.44,242.64,
44
+ 2025-09-05,300750,BUY,9,325.11,2925.99,
45
+ 2025-09-05,002142,BUY,5,28.73,143.65,
46
+ 2025-09-05,600519,BUY,6,1483.0,8898.0,
47
+ 2025-09-08,600276,SELL,68,72.31,4917.08,
48
+ 2025-09-08,000001,SELL,10,11.7,117.0,
49
+ 2025-09-08,603986,SELL,31,163.83,5078.73,
50
+ 2025-09-08,002415,BUY,8,30.33,242.64,
51
+ 2025-09-08,300750,SELL,5,325.37,1626.85,
52
+ 2025-09-08,600309,BUY,144,69.6,10022.4,
53
+ 2025-09-08,601166,BUY,234,21.46,5021.64,
54
+ 2025-09-08,300760,BUY,5,248.04,1240.2,
55
+ 2025-09-08,600519,SELL,18,1501.23,27022.14,
56
+ 2025-09-08,002142,BUY,5,28.68,143.4,
57
+ 2025-09-08,000858,BUY,15,129.09,1936.35,
58
+ 2025-09-09,601166,SELL,234,21.52,5035.68,
59
+ 2025-09-09,600887,SELL,176,28.56,5026.56,
60
+ 2025-09-09,600276,BUY,70,71.09,4976.3,
61
+ 2025-09-09,600309,SELL,144,68.52,9866.88,
62
+ 2025-09-09,600519,BUY,6,1505.0,9030.0,
63
+ 2025-09-10,600519,SELL,6,1522.01,9132.06,
64
+ 2025-09-10,600887,BUY,176,28.43,5003.68,
65
+ 2025-09-10,000001,SELL,411,11.77,4837.47,
66
+ 2025-09-11,002415,SELL,8,30.89,247.12,
67
+ 2025-09-11,002142,SELL,200,28.7,5740.0,
68
+ 2025-09-11,300347,BUY,82,61.22,5020.04,
69
+ 2025-09-11,601899,BUY,195,25.71,5013.45,
70
+ 2025-09-12,300750,SELL,28,325.0,9100.0,
71
+ 2025-09-12,601899,SELL,195,25.65,5001.75,
72
+ 2025-09-12,002142,BUY,13,28.19,366.47,
73
+ 2025-09-12,601166,BUY,234,21.42,5012.28,
74
+ 2025-09-12,002415,BUY,8,30.75,246.0,
75
+ 2025-09-15,600276,SELL,70,69.1,4837.0,
76
+ 2025-09-15,002142,BUY,182,27.84,5066.88,
77
+ 2025-09-15,002415,SELL,8,30.49,243.92,
78
+ 2025-09-15,002353,BUY,100,49.86,4986.0,
79
+ 2025-09-16,601100,BUY,53,93.46,4953.38,
80
+ 2025-09-16,601899,BUY,197,25.32,4988.04,
81
+ 2025-09-16,601166,SELL,200,20.7,4140.0,
82
+ 2025-09-16,000001,BUY,429,11.64,4993.56,
83
+ 2025-09-16,300347,SELL,82,60.87,4991.34,
84
+ 2025-09-16,002142,BUY,220,27.31,6008.2,
85
+ 2025-09-17,601100,SELL,53,97.29,5156.37,
86
+ 2025-09-17,002353,SELL,100,49.24,4924.0,
87
+ 2025-09-17,600519,BUY,3,1493.0,4479.0,
88
+ 2025-09-17,601899,SELL,197,25.07,4938.79,
89
+ 2025-09-18,002353,BUY,5,48.35,241.75,
90
+ 2025-09-18,300347,BUY,4,59.45,237.8,
91
+ 2025-09-18,600276,BUY,3,71.09,213.27,
92
+ 2025-09-18,002142,SELL,580,26.78,15532.4,
93
+ 2025-09-18,600519,SELL,3,1467.96,4403.88,
94
+ 2025-09-18,300760,SELL,6,237.8,1426.8,
95
+ 2025-09-19,300750,BUY,13,368.49,4790.37,
96
+ 2025-09-19,002142,BUY,185,26.75,4948.75,
97
+ 2025-09-19,600276,SELL,3,69.65,208.95,
98
+ 2025-09-19,300347,SELL,4,58.75,235.0,
99
+ 2025-09-19,002353,SELL,5,52.0,260.0,
100
+ 2025-09-19,601166,BUY,211,20.29,4281.19,
101
+ 2025-09-19,600887,BUY,3,27.7,83.1,
102
+ 2025-09-19,600036,BUY,242,41.0,9922.0,
103
+ 2025-09-22,300750,SELL,13,370.05,4810.65,
104
+ 2025-09-22,600887,SELL,179,27.55,4931.45,
105
+ 2025-09-22,601166,SELL,245,20.13,4931.85,
106
+ 2025-09-23,601899,BUY,384,25.82,9914.88,
107
+ 2025-09-23,601166,BUY,243,20.41,4959.63,
108
+ 2025-09-23,600887,BUY,181,27.38,4955.78,
109
+ 2025-09-23,688111,BUY,16,295.46,4727.36,
110
+ 2025-09-23,300347,BUY,4,57.8,231.2,
111
+ 2025-09-24,688111,SELL,1,310.84,310.84,
112
+ 2025-09-24,300347,SELL,4,61.0,244.0,
113
+ 2025-09-24,002142,SELL,185,26.55,4911.75,
114
+ 2025-09-24,603288,BUY,128,38.8,4966.4,
115
+ 2025-09-24,002415,BUY,8,30.97,247.76,
116
+ 2025-09-25,300750,BUY,12,392.85,4714.2,
117
+ 2025-09-25,600276,BUY,3,72.27,216.81,
118
+ 2025-09-25,600036,SELL,242,40.82,9878.44,
119
+ 2025-09-25,002142,BUY,188,26.37,4957.56,
120
+ 2025-09-25,002415,BUY,151,31.24,4717.24,
121
+ 2025-09-25,688111,BUY,5,318.54,1592.7,
122
+ 2025-09-26,601899,SELL,384,27.4,10521.6,
123
+ 2025-09-26,300750,SELL,12,380.4,4564.8,
124
+ 2025-09-26,300760,SELL,20,238.55,4771.0,
125
+ 2025-09-26,600887,SELL,181,27.26,4934.06,
126
+ 2025-09-26,600309,BUY,77,64.01,4928.77,
127
+ 2025-09-26,600519,BUY,3,1435.0,4305.0,
128
+ 2025-09-26,603288,SELL,128,38.8,4966.4,
129
+ 2025-09-26,002415,SELL,159,30.66,4874.94,
130
+ 2025-09-26,000858,BUY,15,120.17,1802.55,
131
+ 2025-09-26,688111,SELL,20,305.0,6100.0,
132
+ 2025-09-29,000001,BUY,447,11.37,5082.39,
133
+ 2025-09-29,600036,BUY,122,40.68,4962.96,
134
+ 2025-09-29,603288,BUY,6,38.88,233.28,
135
+ 2025-09-29,600276,BUY,2,69.2,138.4,
136
+ 2025-09-29,300750,BUY,12,397.37,4768.44,
137
+ 2025-09-30,600309,SELL,77,66.58,5126.66,
138
+ 2025-09-30,688111,BUY,15,316.5,4747.5,
139
+ 2025-09-30,000001,SELL,438,11.34,4966.92,
140
+ 2025-09-30,601899,BUY,169,29.44,4975.36,
141
+ 2025-09-30,600276,SELL,5,71.55,357.75,
142
+ 2025-09-30,603288,SELL,6,38.96,233.76,
143
+ 2025-09-30,300760,BUY,20,245.69,4913.8,
144
+ 2025-09-30,601166,SELL,243,19.85,4823.55,
145
+ 2025-10-09,601166,BUY,507,19.67,9972.69,
146
+ 2025-10-09,000001,SELL,219,11.4,2496.6,
147
+ 2025-10-09,601899,SELL,169,32.38,5472.22,
148
+ 2025-10-09,600309,BUY,74,67.73,5012.02,
149
+ 2025-10-09,300750,SELL,2,409.89,819.78,
150
+ 2025-10-10,601899,BUY,161,30.87,4970.07,
151
+ 2025-10-10,688111,SELL,15,297.0,4455.0,
152
+ 2025-10-10,002142,SELL,94,26.39,2480.66,
153
+ 2025-10-10,300750,SELL,10,381.95,3819.5,
154
+ 2025-10-13,000001,SELL,219,11.4,2496.6,
155
+ 2025-10-13,600519,SELL,3,1419.2,4257.6,
156
+ 2025-10-13,300750,BUY,13,374.5,4868.5,
157
+ 2025-10-13,601899,SELL,100,31.3,3130.0,
158
+ 2025-10-13,688111,BUY,15,321.7,4825.5,
159
+ 2025-10-14,601166,SELL,253,20.23,5118.19,
160
+ 2025-10-14,000001,BUY,21,11.57,242.97,
161
+ 2025-10-14,300347,BUY,5,53.72,268.6,
162
+ 2025-10-14,688111,BUY,60,310.15,18609.0,
163
+ 2025-10-14,002353,BUY,5,52.6,263.0,
164
+ 2025-10-14,600276,BUY,4,64.27,257.08,
165
+ 2025-10-14,300760,SELL,8,230.68,1845.44,
166
+ 2025-10-14,601899,BUY,107,29.5,3156.5,
167
+ 2025-10-14,000858,BUY,51,122.07,6225.57,
168
+ 2025-10-15,002353,SELL,5,52.87,264.35,
169
+ 2025-10-15,002142,SELL,89,27.17,2418.13,
170
+ 2025-10-15,000858,SELL,41,122.07,5004.87,
171
+ 2025-10-15,601100,BUY,50,98.41,4920.5,
172
+ 2025-10-15,603288,BUY,126,39.49,4975.74,
173
+ 2025-10-15,600519,BUY,3,1462.0,4386.0,
174
+ 2025-10-15,600276,SELL,4,66.4,265.6,
175
+ 2025-10-15,300347,SELL,5,55.07,275.35,
176
+ 2025-10-15,688111,SELL,60,312.93,18775.8,
177
+ 2025-10-16,000858,SELL,40,122.74,4909.6,
178
+ 2025-10-16,002142,SELL,5,27.4,137.0,
179
+ 2025-10-16,603288,SELL,126,39.77,5011.02,
180
+ 2025-10-16,300760,SELL,9,230.93,2078.37,
181
+ 2025-10-16,002353,BUY,4,53.33,213.32,
182
+ 2025-10-16,688111,SELL,15,305.55,4583.25,
183
+ 2025-10-16,600309,BUY,5,62.99,314.95,
184
+ 2025-10-16,601899,SELL,84,30.47,2559.48,
185
+ 2025-10-16,601100,SELL,50,94.0,4700.0,
186
+ 2025-10-17,002353,SELL,4,49.77,199.08,
187
+ 2025-10-17,000001,BUY,63,11.4,718.2,
188
+ 2025-10-17,002142,BUY,9,27.45,247.05,
189
+ 2025-10-17,300750,SELL,13,358.14,4655.82,
190
+ 2025-10-17,002415,BUY,150,33.06,4959.0,
191
+ 2025-10-17,600276,BUY,4,65.1,260.4,
192
+ 2025-10-17,601166,SELL,254,20.19,5128.26,
193
+ 2025-10-17,600036,SELL,122,41.59,5073.98,
194
+ 2025-10-17,600519,SELL,3,1455.0,4365.0,
195
+ 2025-10-20,002142,SELL,9,27.41,246.69,
196
+ 2025-10-20,000001,SELL,84,11.42,959.28,
197
+ 2025-10-20,601899,SELL,84,29.75,2499.0,
198
+ 2025-10-20,002415,SELL,150,32.36,4854.0,
199
+ 2025-10-20,600276,SELL,4,65.13,260.52,
200
+ 2025-10-21,601899,BUY,8,30.05,240.4,
201
+ 2025-10-21,300760,SELL,3,223.57,670.71,
202
+ 2025-10-21,300750,BUY,26,375.9,9773.4,
203
+ 2025-10-21,002142,BUY,9,27.47,247.23,
204
+ 2025-10-22,600036,BUY,117,41.95,4908.15,
205
+ 2025-10-22,002353,BUY,5,51.98,259.9,
206
+ 2025-10-22,600887,BUY,9,27.25,245.25,
207
+ 2025-10-23,600309,SELL,79,62.73,4955.67,
208
+ 2025-10-23,002353,SELL,5,51.78,258.9,
209
+ 2025-10-23,300750,SELL,13,376.45,4893.85,
210
+ 2025-10-23,300760,BUY,1,221.8,221.8,
211
+ 2025-10-23,600887,SELL,9,27.37,246.33,
212
+ 2025-10-24,600309,BUY,80,61.45,4916.0,
213
+ 2025-10-24,300760,BUY,38,221.55,8418.9,
214
+ 2025-10-24,300750,BUY,12,385.77,4629.24,
215
+ 2025-10-27,300750,BUY,25,386.18,9654.5,
216
+ 2025-10-27,600309,SELL,80,62.49,4999.2,
217
+ 2025-10-27,000001,BUY,1,11.52,11.52,
218
+ 2025-10-27,300347,BUY,93,53.37,4963.41,
219
+ 2025-10-27,000858,BUY,2,120.29,240.58,
220
+ 2025-10-27,300760,SELL,10,223.3,2233.0,
221
+ 2025-10-27,600276,BUY,5,67.01,335.05,
222
+ 2025-10-28,601899,SELL,8,29.84,238.72,
223
+ 2025-10-28,000858,SELL,2,120.1,240.2,
224
+ 2025-10-28,002142,SELL,9,27.75,249.75,
225
+ 2025-10-28,300750,BUY,25,386.48,9662.0,
226
+ 2025-10-28,600036,SELL,57,41.6,2371.2,
227
+ 2025-10-28,300347,SELL,93,53.54,4979.22,
228
+ 2025-10-28,603288,BUY,129,38.4,4953.6,
229
+ 2025-10-29,002142,BUY,36,27.6,993.6,
230
+ 2025-10-29,600036,SELL,60,40.77,2446.2,
231
+ 2025-10-29,000858,BUY,2,118.83,237.66,
232
+ 2025-10-30,300122,BUY,250,19.98,4995.0,
233
+ 2025-10-30,600309,BUY,80,61.71,4936.8,
234
+ 2025-10-30,601899,BUY,8,31.11,248.88,
235
+ 2025-10-30,600276,BUY,4,62.88,251.52,
236
+ 2025-10-30,300750,BUY,50,398.29,19914.5,
237
+ 2025-10-30,600036,BUY,121,41.2,4985.2,
238
+ 2025-10-30,603288,SELL,129,37.98,4899.42,
239
+ 2025-10-30,300760,SELL,6,216.69,1300.14,
240
+ 2025-10-31,300122,SELL,250,20.59,5147.5,
241
+ 2025-10-31,600036,SELL,121,40.89,4947.69,
242
+ 2025-10-31,603288,BUY,129,38.11,4916.19,
243
+ 2025-10-31,601899,SELL,8,30.5,244.0,
244
+ 2025-10-31,000858,BUY,8,118.99,951.92,
245
+ 2025-10-31,600309,SELL,80,62.63,5010.4,
246
+ 2025-10-31,600276,SELL,9,64.15,577.35,
247
+ 2025-10-31,300750,SELL,113,388.77,43931.01,
248
+ 2025-11-03,603288,SELL,129,38.15,4921.35,
249
+ 2025-11-03,000001,BUY,430,11.43,4914.9,
250
+ 2025-11-04,002353,BUY,92,53.23,4897.16,
251
+ 2025-11-04,601100,BUY,54,89.8,4849.2,
252
+ 2025-11-04,000858,SELL,5,117.16,585.8,
253
+ 2025-11-04,601899,BUY,8,28.78,230.24,
254
+ 2025-11-04,600887,BUY,182,27.07,4926.74,
255
+ 2025-11-04,300750,BUY,14,378.95,5305.3,
256
+ 2025-11-04,600036,BUY,114,43.01,4903.14,
257
+ 2025-11-05,002353,BUY,93,53.45,4970.85,
258
+ 2025-11-05,601100,SELL,54,87.33,4715.82,
259
+ 2025-11-05,600887,SELL,182,27.25,4959.5,
260
+ 2025-11-05,000001,SELL,431,11.52,4965.12,
261
+ 2025-11-06,600519,BUY,6,1435.13,8610.78,
262
+ 2025-11-06,601166,BUY,234,21.16,4951.44,
263
+ 2025-11-06,600036,SELL,114,42.34,4826.76,
264
+ 2025-11-07,300760,SELL,23,205.79,4733.17,
265
+ 2025-11-07,600036,BUY,116,42.51,4931.16,
266
+ 2025-11-07,300750,BUY,14,395.37,5535.18,
267
+ 2025-11-07,002353,BUY,96,55.35,5313.6,
268
+ 2025-11-07,002142,BUY,20,29.31,586.2,
269
+ 2025-11-10,600519,BUY,4,1462.3,5849.2,
270
+ 2025-11-10,600887,BUY,351,28.27,9922.77,
271
+ 2025-11-10,300760,BUY,47,209.35,9839.45,
272
+ 2025-11-10,601166,SELL,234,21.18,4956.12,
273
+ 2025-11-10,000858,BUY,4,120.8,483.2,
274
+ 2025-11-10,002353,SELL,185,51.22,9475.7,
275
+ 2025-11-11,300760,SELL,47,208.7,9808.9,
276
+ 2025-11-11,600036,SELL,116,42.96,4983.36,
277
+ 2025-11-11,600309,BUY,72,67.95,4892.4,
278
+ 2025-11-11,300750,BUY,15,385.6,5784.0,
279
+ 2025-11-11,600887,SELL,175,28.35,4961.25,
280
+ 2025-11-11,002353,SELL,96,50.41,4839.36,
281
+ 2025-11-11,688111,BUY,15,321.8,4827.0,
282
+ 2025-11-12,600887,SELL,26,28.48,740.48,
283
+ 2025-11-12,000858,BUY,5,120.38,601.9,
284
+ 2025-11-12,000001,BUY,21,11.68,245.28,
285
+ 2025-11-12,600519,SELL,5,1465.15,7325.75,
286
+ 2025-11-12,600309,SELL,72,67.77,4879.44,
287
+ 2025-11-12,300760,BUY,23,208.2,4788.6,
288
+ 2025-11-12,600036,BUY,113,42.93,4851.09,
289
+ 2025-11-12,688111,SELL,15,317.8,4767.0,
290
+ 2025-11-13,600519,BUY,1,1470.38,1470.38,
291
+ 2025-11-13,300750,BUY,15,415.6,6234.0,
292
+ 2025-11-13,601899,BUY,12,30.72,368.64,
293
+ 2025-11-13,600036,SELL,113,43.21,4882.73,
294
+ 2025-11-13,002142,SELL,31,29.79,923.49,
295
+ 2025-11-13,000858,SELL,7,121.2,848.4,
296
+ 2025-11-13,603986,BUY,21,227.5,4777.5,
297
+ 2025-11-14,600519,BUY,2,1456.6,2913.2,
298
+ 2025-11-14,000858,SELL,5,120.21,601.05,
299
+ 2025-11-14,603986,SELL,2,205.78,411.56,
300
+ 2025-11-14,600887,SELL,24,28.35,680.4,
301
+ 2025-11-14,000001,BUY,20,11.75,235.0,
302
+ 2025-11-14,300760,BUY,24,207.7,4984.8,
303
+ 2025-11-14,002415,BUY,315,31.31,9862.65,
304
+ 2025-11-14,600036,BUY,114,43.25,4930.5,
305
+ 2025-11-17,002415,SELL,315,30.46,9594.9,
306
+ 2025-11-17,603986,SELL,19,207.5,3942.5,
307
+ 2025-11-17,002353,BUY,92,52.52,4831.84,
308
+ 2025-11-17,000858,SELL,2,120.15,240.3,
309
+ 2025-11-17,300750,BUY,15,390.78,5861.7,
310
+ 2025-11-17,000001,BUY,28,11.67,326.76,
311
+ 2025-11-17,600519,BUY,2,1471.0,2942.0,
312
+ 2025-11-17,002142,BUY,145,28.8,4176.0,
313
+ 2025-11-18,002353,SELL,92,53.3,4903.6,
314
+ 2025-11-18,600519,SELL,7,1476.0,10332.0,
315
+ 2025-11-18,300760,SELL,24,206.71,4961.04,
316
+ 2025-11-18,601899,SELL,20,28.39,567.8,
317
+ 2025-11-19,300750,SELL,55,391.1,21510.5,
318
+ 2025-11-19,002415,BUY,160,30.42,4867.2,
319
+ 2025-11-19,601166,BUY,227,21.43,4864.61,
320
+ 2025-11-20,600887,SELL,126,29.4,3704.4,
321
+ 2025-11-20,000001,BUY,166,11.85,1967.1,
322
+ 2025-11-20,601166,SELL,227,21.52,4885.04,
323
+ 2025-11-20,300750,BUY,35,379.39,13278.65,
324
+ 2025-11-20,002142,SELL,20,29.0,580.0,
325
+ 2025-11-20,300760,SELL,23,198.85,4573.55,
326
+ 2025-11-20,600309,BUY,75,64.3,4822.5,
327
+ 2025-11-21,600036,SELL,40,43.0,1720.0,
328
+ 2025-11-21,600276,BUY,4,59.5,238.0,
329
+ 2025-11-21,601166,BUY,224,21.36,4784.64,
330
+ 2025-11-21,300760,BUY,24,195.11,4682.64,
331
+ 2025-11-21,600887,BUY,165,29.1,4801.5,
332
+ 2025-11-21,002415,BUY,2,29.82,59.64,
333
+ 2025-11-21,000001,BUY,179,11.69,2092.51,
334
+ 2025-11-21,300750,SELL,39,370.0,14430.0,
335
+ 2025-11-21,600519,BUY,7,1466.6,10266.2,
336
+ 2025-11-24,600519,SELL,4,1452.0,5808.0,
337
+ 2025-11-24,002415,SELL,162,29.86,4837.32,
338
+ 2025-11-24,002142,SELL,30,28.66,859.8,
339
+ 2025-11-24,300750,SELL,14,370.55,5187.7,
340
+ 2025-11-24,300760,SELL,4,193.0,772.0,
341
+ 2025-11-24,601899,BUY,30,28.0,840.0,
342
+ 2025-11-25,600276,SELL,4,60.88,243.52,
343
+ 2025-11-25,600309,SELL,75,63.04,4728.0,
344
+ 2025-11-25,600887,SELL,83,29.16,2420.28,
345
+ 2025-11-26,601166,SELL,64,21.3,1363.2,
346
+ 2025-11-26,600036,SELL,36,43.25,1557.0,
347
+ 2025-11-26,600519,SELL,3,1449.15,4347.45,
348
+ 2025-11-26,600276,BUY,4,62.36,249.44,
349
+ 2025-11-26,600887,SELL,82,29.18,2392.76,
350
+ 2025-11-27,300760,BUY,4,196.3,785.2,
351
+ 2025-11-27,600276,SELL,4,62.09,248.36,
352
+ 2025-11-27,601166,SELL,64,21.39,1368.96,
353
+ 2025-11-27,600519,SELL,3,1447.3,4341.9,
354
+ 2025-11-27,000001,SELL,179,11.71,2096.09,
355
+ 2025-11-27,600309,BUY,72,65.9,4744.8,
356
+ 2025-11-27,002142,SELL,30,28.53,855.9,
357
+ 2025-11-27,601100,BUY,47,101.38,4764.86,
358
+ 2025-11-28,601899,BUY,70,28.58,2000.6,
359
+ 2025-11-28,601100,SELL,47,101.3,4761.1,
360
+ 2025-11-28,600309,BUY,30,67.12,2013.6,
361
+ 2025-12-01,600309,SELL,102,67.96,6931.92,
362
+ 2025-12-01,000858,BUY,40,117.65,4706.0,
363
+ 2025-12-02,300750,BUY,13,380.08,4941.04,
364
+ 2025-12-02,002142,BUY,60,28.64,1718.4,
365
+ 2025-12-02,601166,SELL,96,21.15,2030.4,
366
+ 2025-12-02,300760,SELL,4,200.62,802.48,
367
+ 2025-12-03,600309,BUY,70,68.2,4774.0,
368
+ 2025-12-03,300760,SELL,4,199.5,798.0,
369
+ 2025-12-03,688111,BUY,15,303.49,4552.35,
370
+ 2025-12-03,000858,SELL,15,115.6,1734.0,
371
+ 2025-12-03,300750,BUY,13,376.08,4889.04,
372
+ 2025-12-03,601166,BUY,229,20.94,4795.26,
373
+ 2025-12-03,002142,BUY,188,28.43,5344.84,
374
+ 2025-12-03,601899,BUY,70,29.97,2097.9,
375
+ 2025-12-04,300760,SELL,8,200.0,1600.0,
376
+ 2025-12-04,002142,SELL,169,28.47,4811.43,
377
+ 2025-12-04,600519,BUY,3,1423.98,4271.94,
378
+ 2025-12-04,002353,BUY,72,66.69,4801.68,
379
+ 2025-12-04,600309,SELL,35,67.68,2368.8,
380
+ 2025-12-04,601899,BUY,144,30.69,4419.36,
381
+ 2025-12-04,300750,BUY,13,383.35,4983.55,
382
+ 2025-12-04,601166,SELL,2,20.87,41.74,
383
+ 2025-12-05,601166,SELL,227,20.8,4721.6,
384
+ 2025-12-05,688111,SELL,15,304.83,4572.45,
385
+ 2025-12-05,600309,SELL,35,69.98,2449.3,
386
+ 2025-12-05,600887,BUY,167,28.92,4829.64,
387
+ 2025-12-05,600276,BUY,78,61.62,4806.36,
388
+ 2025-12-05,002353,BUY,4,71.33,285.32,
389
+ 2025-12-05,300760,SELL,8,202.39,1619.12,
390
+ 2025-12-08,600036,BUY,74,43.18,3195.32,
391
+ 2025-12-08,000001,SELL,235,11.52,2707.2,
392
+ 2025-12-08,000858,SELL,17,113.27,1925.59,
393
+ 2025-12-08,601166,BUY,233,20.88,4865.04,
394
+ 2025-12-08,002142,BUY,176,28.18,4959.68,
395
+ 2025-12-08,600276,SELL,78,62.46,4871.88,
396
+ 2025-12-08,601899,BUY,100,31.5,3150.0,
397
+ 2025-12-08,002353,SELL,76,70.7,5373.2,
398
+ 2025-12-09,600519,BUY,3,1401.01,4203.03,
399
+ 2025-12-09,600036,BUY,74,43.04,3184.96,
400
+ 2025-12-09,601899,SELL,94,30.4,2857.6,
401
+ 2025-12-09,000858,SELL,8,110.88,887.04,
402
+ 2025-12-09,300750,SELL,39,387.59,15116.01,
403
+ 2025-12-09,600309,BUY,69,69.3,4781.7,
404
+ 2025-12-10,601166,SELL,233,20.35,4741.55,
405
+ 2025-12-10,600036,BUY,45,41.7,1876.5,
406
+ 2025-12-10,000858,BUY,86,111.62,9599.32,
407
+ 2025-12-10,300750,BUY,13,382.38,4970.94,
408
+ 2025-12-10,600309,SELL,66,69.3,4573.8,
409
+ 2025-12-10,603986,BUY,1,208.84,208.84,
410
+ 2025-12-11,603986,SELL,1,207.81,207.81,
411
+ 2025-12-11,600887,SELL,167,28.39,4741.13,
412
+ 2025-12-11,601899,SELL,16,30.96,495.36,
413
+ 2025-12-11,600309,SELL,3,68.47,205.41,
414
+ 2025-12-11,300750,SELL,5,388.99,1944.95,
415
+ 2025-12-12,000001,BUY,85,11.35,964.75,
416
+ 2025-12-12,002142,BUY,3,27.72,83.16,
417
+ 2025-12-12,600887,BUY,34,28.7,975.8,
418
+ 2025-12-12,601166,BUY,468,20.65,9664.2,
419
+ 2025-12-12,300750,SELL,4,391.8,1567.2,
420
+ 2025-12-12,002353,BUY,63,75.87,4779.81,
421
+ 2025-12-15,000001,SELL,85,11.51,978.35,
422
+ 2025-12-15,601166,SELL,468,20.69,9682.92,
423
+ 2025-12-15,300760,BUY,24,197.01,4728.24,
424
+ 2025-12-15,300750,BUY,9,385.5,3469.5,
425
+ 2025-12-15,600887,SELL,34,28.83,980.22,
426
+ 2025-12-15,600309,BUY,69,69.69,4808.61,
427
+ 2025-12-16,601166,BUY,236,20.42,4819.12,
428
+ 2025-12-16,002415,BUY,168,28.69,4819.92,
429
+ 2025-12-16,600036,SELL,116,41.7,4837.2,
430
+ 2025-12-16,300750,SELL,5,378.41,1892.05,
431
+ 2025-12-16,601899,BUY,15,30.32,454.8,
432
+ 2025-12-16,600887,BUY,33,28.95,955.35,
433
+ 2025-12-16,600309,SELL,69,70.07,4834.83,
434
+ 2025-12-17,600887,BUY,27,28.85,778.95,
435
+ 2025-12-17,002142,SELL,330,28.02,9246.6,
436
+ 2025-12-17,601100,BUY,2,107.63,215.26,
437
+ 2025-12-17,600309,BUY,65,74.22,4824.3,
438
+ 2025-12-17,300760,SELL,3,196.36,589.08,
439
+ 2025-12-18,603986,BUY,22,214.45,4717.9,
440
+ 2025-12-18,601166,SELL,236,20.94,4941.84,
441
+ 2025-12-18,600519,SELL,6,1431.0,8586.0,
442
+ 2025-12-18,300760,SELL,21,197.77,4153.17,
443
+ 2025-12-18,000858,BUY,43,110.43,4748.49,
444
+ 2025-12-18,002353,SELL,63,69.85,4400.55,
445
+ 2025-12-18,600309,SELL,65,75.54,4910.1,
446
+ 2025-12-18,002415,SELL,168,29.02,4875.36,
447
+ 2025-12-18,601899,BUY,9,30.97,278.73,
448
+ 2025-12-18,300750,SELL,5,372.0,1860.0,
449
+ 2025-12-18,601100,SELL,2,105.0,210.0,
450
+ 2025-12-19,603288,BUY,127,37.78,4798.06,
451
+ 2025-12-19,603986,SELL,22,210.21,4624.62,
452
+ 2025-12-19,600036,SELL,115,41.99,4828.85,
453
+ 2025-12-19,600519,BUY,6,1410.0,8460.0,
454
+ 2025-12-19,601166,BUY,228,21.09,4808.52,
455
+ 2025-12-19,300750,SELL,3,374.0,1122.0,
456
+ 2025-12-19,601899,SELL,208,31.12,6472.96,
457
+ 2025-12-19,600887,BUY,44,29.18,1283.92,
458
+ 2025-12-22,000858,SELL,129,110.33,14232.57,
459
+ 2025-12-22,600519,SELL,3,1408.26,4224.78,
460
+ 2025-12-22,002142,SELL,18,28.59,514.62,
461
+ 2025-12-22,601166,SELL,228,20.99,4785.72,
462
+ 2025-12-22,603288,SELL,127,37.85,4806.95,
463
+ 2025-12-22,600887,BUY,61,29.1,1775.1,
464
+ 2025-12-22,601899,BUY,27,32.53,878.31,
465
+ 2025-12-23,300750,BUY,13,378.1,4915.3,
466
+ 2025-12-23,600887,BUY,3,28.93,86.79,
467
+ 2025-12-23,601899,BUY,153,32.09,4909.77,
468
+ 2025-12-23,600036,BUY,114,41.91,4777.74,
469
+ 2025-12-23,000858,BUY,43,109.72,4717.96,
470
+ 2025-12-23,603288,BUY,127,37.78,4798.06,
471
+ 2025-12-23,600519,SELL,3,1407.86,4223.58,
472
+ 2025-12-24,601166,BUY,228,21.03,4794.84,
473
+ 2025-12-24,600036,SELL,114,41.83,4768.62,
474
+ 2025-12-24,600887,BUY,18,28.88,519.84,
475
+ 2025-12-24,002142,BUY,8,28.37,226.96,
476
+ 2025-12-24,603288,SELL,127,37.35,4743.45,
477
+ 2025-12-25,300750,SELL,13,373.01,4849.13,
478
+ 2025-12-25,603288,BUY,128,37.4,4787.2,
479
+ 2025-12-25,000858,SELL,43,110.6,4755.8,
480
+ 2025-12-26,002142,BUY,163,28.0,4564.0,
481
+ 2025-12-26,600887,BUY,21,29.1,611.1,
482
+ 2025-12-26,603288,SELL,128,37.42,4789.76,
483
+ 2025-12-26,002415,BUY,8,29.82,238.56,
484
+ 2025-12-26,603986,BUY,21,226.97,4766.37,
485
+ 2025-12-26,601100,BUY,2,108.61,217.22,
486
+ 2025-12-29,601100,BUY,22,108.2,2380.4,
487
+ 2025-12-29,300750,SELL,12,369.31,4431.72,
488
+ 2025-12-29,002415,SELL,8,29.6,236.8,
489
+ 2025-12-29,600519,BUY,6,1402.0,8412.0,
490
+ 2025-12-29,000858,BUY,44,108.06,4754.64,
491
+ 2025-12-30,601899,SELL,150,33.42,5013.0,
492
+ 2025-12-30,000858,SELL,14,107.36,1503.04,
493
+ 2025-12-30,601100,BUY,18,112.96,2033.28,
494
+ 2025-12-30,601166,SELL,70,21.09,1476.3,
495
+ 2025-12-30,600309,BUY,3,77.0,231.0,
496
+ 2025-12-30,300750,BUY,13,369.2,4799.6,
497
+ 2025-12-30,600887,BUY,128,28.69,3672.32,
498
+ 2025-12-30,600519,BUY,6,1389.72,8338.32,
499
+ 2025-12-30,300760,BUY,24,195.59,4694.16,
500
+ 2025-12-31,603986,SELL,21,214.25,4499.25,
501
+ 2025-12-31,000001,BUY,420,11.41,4792.2,
502
+ 2025-12-31,000858,BUY,15,105.94,1589.1,
503
+ 2025-12-31,601100,SELL,6,109.91,659.46,
504
+ 2025-12-31,300750,BUY,1,367.26,367.26,
505
+ 2025-12-31,600519,BUY,10,1377.18,13771.8,
506
+ 2025-12-31,601899,BUY,73,34.47,2516.31,
507
+ 2025-12-31,600309,SELL,3,76.68,230.04,
508
+ 2026-01-05,002415,BUY,8,30.0,240.0,
509
+ 2026-01-05,688111,BUY,29,327.0,9483.0,
510
+ 2026-01-05,600309,BUY,4,77.33,309.32,
511
+ 2026-01-05,601100,BUY,6,113.5,681.0,
512
+ 2026-01-05,600519,SELL,17,1426.0,24242.0,
513
+ 2026-01-06,601899,SELL,93,37.6,3496.8,
514
+ 2026-01-06,600519,SELL,5,1428.01,7140.05,
515
+ 2026-01-06,600309,SELL,4,82.95,331.8,
516
+ 2026-01-06,600276,BUY,3,63.06,189.18,
517
+ 2026-01-06,002415,SELL,8,30.39,243.12,
518
+ 2026-01-06,000001,BUY,130,11.67,1517.1,
519
+ 2026-01-06,688111,SELL,29,329.07,9543.03,
520
+ 2026-01-07,601166,BUY,74,21.24,1571.76,
521
+ 2026-01-07,002142,BUY,167,29.12,4863.04,
522
+ 2026-01-07,600887,BUY,11,28.42,312.62,
523
+ 2026-01-07,600276,SELL,3,63.85,191.55,
524
+ 2026-01-07,002415,BUY,71,30.07,2134.97,
525
+ 2026-01-07,002353,BUY,4,74.04,296.16,
526
+ 2026-01-08,002142,SELL,53,28.68,1520.04,
527
+ 2026-01-08,600309,BUY,3,79.69,239.07,
528
+ 2026-01-08,601899,SELL,27,36.3,980.1,
529
+ 2026-01-08,600276,BUY,4,63.6,254.4,
530
+ 2026-01-08,300750,BUY,12,369.21,4430.52,
531
+ 2026-01-08,600036,BUY,118,41.58,4906.44,
532
+ 2026-01-08,002415,SELL,71,30.01,2130.71,
533
+ 2026-01-08,601100,BUY,1,112.91,112.91,
534
+ 2026-01-08,688111,BUY,15,325.5,4882.5,
535
+ 2026-01-08,600887,SELL,346,27.26,9431.96,
536
+ 2026-01-09,002353,BUY,6,76.4,458.4,
537
+ 2026-01-09,600519,BUY,3,1419.1,4257.3,
538
+ 2026-01-09,601100,BUY,41,115.2,4723.2,
539
+ 2026-01-09,600276,SELL,4,63.78,255.12,
540
+ 2026-01-09,600036,SELL,18,41.3,743.4,
541
+ 2026-01-09,600309,SELL,3,79.35,238.05,
542
+ 2026-01-09,300750,BUY,12,369.23,4430.76,
543
+ 2026-01-09,688111,BUY,15,341.5,5122.5,
544
+ 2026-01-12,601899,SELL,98,37.26,3651.48,
545
+ 2026-01-12,300750,SELL,11,361.68,3978.48,
546
+ 2026-01-12,688111,SELL,30,379.99,11399.7,
547
+ 2026-01-12,002353,SELL,10,74.56,745.6,
548
+ 2026-01-12,000001,SELL,60,11.48,688.8,
549
+ 2026-01-12,600309,BUY,3,78.14,234.42,
550
+ 2026-01-12,600887,BUY,9,27.74,249.66,
551
+ 2026-01-12,002142,SELL,109,28.07,3059.63,
552
+ 2026-01-12,600519,SELL,3,1423.23,4269.69,
553
+ 2026-01-12,601100,SELL,42,117.6,4939.2,
554
+ 2026-01-13,300122,BUY,245,20.19,4946.55,
555
+ 2026-01-13,600309,SELL,3,78.76,236.28,
556
+ 2026-01-13,601100,BUY,43,120.29,5172.47,
557
+ 2026-01-13,300347,BUY,78,62.9,4906.2,
558
+ 2026-01-13,000858,SELL,45,108.0,4860.0,
559
+ 2026-01-13,300750,BUY,15,359.0,5385.0,
560
+ 2026-01-13,002142,BUY,162,29.26,4740.12,
561
+ 2026-01-13,600036,BUY,20,41.13,822.6,
562
+ 2026-01-13,601166,SELL,228,21.01,4790.28,
563
+ 2026-01-14,300122,SELL,245,20.03,4907.35,
564
+ 2026-01-14,002353,BUY,3,84.14,252.42,
565
+ 2026-01-14,601100,SELL,42,114.2,4796.4,
566
+ 2026-01-14,601899,BUY,123,38.5,4735.5,
567
+ 2026-01-14,002415,BUY,7,31.43,220.01,
568
+ 2026-01-14,300750,SELL,15,353.98,5309.7,
569
+ 2026-01-14,000001,SELL,15,11.36,170.4,
570
+ 2026-01-14,300347,SELL,78,63.0,4914.0,
571
+ 2026-01-14,600887,BUY,34,27.4,931.6,
572
+ 2026-01-14,600036,SELL,120,40.07,4808.4,
573
+ 2026-01-14,002142,SELL,200,28.9,5780.0,
574
+ 2026-01-15,688111,BUY,13,360.32,4684.16,
575
+ 2026-01-15,002353,BUY,3,80.9,242.7,
576
+ 2026-01-15,002415,SELL,7,31.29,219.03,
577
+ 2026-01-15,601100,SELL,43,112.64,4843.52,
578
+ 2026-01-15,600036,BUY,122,40.11,4893.42,
579
+ 2026-01-15,000858,BUY,46,106.09,4880.14,
580
+ 2026-01-16,600276,BUY,4,61.94,247.76,
581
+ 2026-01-16,002415,BUY,8,31.0,248.0,
582
+ 2026-01-16,300347,BUY,80,60.72,4857.6,
583
+ 2026-01-16,601100,BUY,41,118.8,4870.8,
584
+ 2026-01-16,300750,SELL,14,352.32,4932.48,
585
+ 2026-01-16,002353,BUY,6,84.0,504.0,
586
+ 2026-01-16,601166,BUY,238,20.08,4779.04,
587
+ 2026-01-16,601899,SELL,2,37.47,74.94,
588
+ 2026-01-16,000858,SELL,23,105.16,2418.68,
589
+ 2026-01-16,600519,BUY,3,1382.0,4146.0,
590
+ 2026-01-19,002415,BUY,149,31.01,4620.49,
591
+ 2026-01-19,601899,SELL,4,37.26,149.04,
592
+ 2026-01-19,600309,BUY,3,82.4,247.2,
593
+ 2026-01-19,600276,SELL,4,61.12,244.48,
594
+ 2026-01-19,688111,SELL,13,345.0,4485.0,
595
+ 2026-01-19,300347,SELL,80,60.39,4831.2,
596
+ 2026-01-19,002142,SELL,138,28.41,3920.58,
597
+ 2026-01-19,601166,SELL,242,20.08,4859.36,
598
+ 2026-01-19,002353,BUY,31,87.07,2699.17,
599
+ 2026-01-19,601100,SELL,20,117.17,2343.4,
600
+ 2026-01-20,688111,BUY,14,334.99,4689.86,
601
+ 2026-01-20,002353,BUY,14,84.98,1189.72,
602
+ 2026-01-20,002415,SELL,79,31.14,2460.06,
603
+ 2026-01-20,300760,SELL,12,197.0,2364.0,
604
+ 2026-01-20,601100,SELL,21,114.88,2412.48,
605
+ 2026-01-20,600309,SELL,3,86.02,258.06,
606
+ 2026-01-20,601899,SELL,18,37.31,671.58,
607
+ 2026-01-20,002142,BUY,169,28.55,4824.95,
608
+ 2026-01-21,002353,BUY,3,89.36,268.08,
609
+ 2026-01-21,002415,BUY,70,32.6,2282.0,
610
+ 2026-01-21,600519,SELL,3,1351.06,4053.18,
611
+ 2026-01-21,601899,SELL,22,38.13,838.86,
612
+ 2026-01-21,688111,SELL,14,333.4,4667.6,
613
+ 2026-01-21,300750,BUY,14,349.81,4897.34,
614
+ 2026-01-21,002142,BUY,166,28.88,4794.08,
615
+ 2026-01-21,600036,SELL,4,38.24,152.96,
616
+ 2026-01-22,002353,SELL,60,88.76,5325.6,
617
+ 2026-01-22,600519,BUY,3,1340.06,4020.18,
618
+ 2026-01-22,601166,BUY,250,19.35,4837.5,
619
+ 2026-01-22,000858,SELL,23,102.76,2363.48,
620
+ 2026-01-22,300760,SELL,12,193.5,2322.0,
621
+ 2026-01-22,601100,BUY,41,118.09,4841.69,
622
+ 2026-01-22,000001,SELL,24,11.07,265.68,
623
+ 2026-01-23,601166,SELL,250,19.12,4780.0,
624
+ 2026-01-23,600309,BUY,3,84.25,252.75,
625
+ 2026-01-23,000001,SELL,451,10.99,4956.49,
626
+ 2026-01-23,601899,BUY,47,37.56,1765.32,
627
+ 2026-01-23,300750,BUY,6,347.0,2082.0,
628
+ 2026-01-23,600036,SELL,11,37.5,412.5,
629
+ 2026-01-26,600309,BUY,6,84.97,509.82,
630
+ 2026-01-26,300347,BUY,4,58.91,235.64,
631
+ 2026-01-26,002415,BUY,2,32.31,64.62,
632
+ 2026-01-26,002353,BUY,3,87.94,263.82,
633
+ 2026-01-26,000001,BUY,444,10.96,4866.24,
634
+ 2026-01-26,601166,BUY,257,18.88,4852.16,
635
+ 2026-01-26,601899,SELL,25,39.5,987.5,
636
+ 2026-01-26,600036,SELL,21,38.02,798.42,
637
+ 2026-01-27,300347,SELL,4,58.5,234.0,
638
+ 2026-01-27,002353,SELL,3,86.08,258.24,
639
+ 2026-01-27,300750,SELL,19,339.4,6448.6,
640
+ 2026-01-27,603288,BUY,136,35.41,4815.76,
641
+ 2026-01-27,300760,BUY,25,192.16,4804.0,
642
+ 2026-01-27,600309,BUY,2,84.7,169.4,
643
+ 2026-01-27,601899,SELL,15,40.61,609.15,
644
+ 2026-01-28,600036,SELL,21,37.8,793.8,
645
+ 2026-01-28,002353,BUY,52,92.67,4818.84,
646
+ 2026-01-28,000858,BUY,2,100.7,201.4,
647
+ 2026-01-28,601100,SELL,41,112.3,4604.3,
648
+ 2026-01-28,603288,SELL,136,34.97,4755.92,
649
+ 2026-01-28,601899,BUY,25,42.3,1057.5,
650
+ 2026-01-28,600276,BUY,85,56.55,4806.75,
651
+ 2026-01-28,002415,SELL,150,32.03,4804.5,
652
+ 2026-01-29,000858,SELL,2,110.77,221.54,
653
+ 2026-01-29,600887,SELL,43,26.83,1153.69,
654
+ 2026-01-29,600519,SELL,3,1437.72,4313.16,
655
+ 2026-01-29,601100,BUY,44,108.9,4791.6,
656
+ 2026-01-29,688111,BUY,13,348.01,4524.13,
657
+ 2026-01-29,300347,BUY,4,58.91,235.64,
658
+ 2026-01-29,000001,SELL,444,10.96,4866.24,
659
+ 2026-01-29,002353,SELL,52,90.62,4712.24,
660
+ 2026-01-29,601899,SELL,3,43.45,130.35,
661
+ 2026-01-29,600309,BUY,5,87.6,438.0,
662
+ 2026-01-29,002142,SELL,179,31.06,5559.74,
663
+ 2026-01-30,300347,BUY,73,63.01,4599.73,
664
+ 2026-01-30,601100,SELL,44,108.4,4769.6,
665
+ 2026-01-30,000001,BUY,450,10.83,4873.5,
666
+ 2026-01-30,688111,SELL,13,336.84,4378.92,
667
+ 2026-01-30,600309,BUY,2,87.97,175.94,
runs/exp1_caseStudy_cn_6m/equal_weight/backtest_report.md ADDED
@@ -0,0 +1,153 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Backtest Report
2
+
3
+ **Run ID:** mp_equal_weight_index_20260413_163905_878987
4
+ **Period:** 2025-09-01 to 2026-02-28
5
+ **Market:** CN
6
+ **Tickers:** 600036, 601166, 000001, 002142, 600519, 000858, 600887, 603288, 300750, 002415, 603986, 688111, 300760, 600276, 300347, 300122, 601899, 600309, 601100, 002353
7
+ **Initial Capital:** $100,000.00
8
+
9
+
10
+ ## Summary
11
+
12
+ | Metric | Value |
13
+ |--------|-------|
14
+ | **Initial Capital** | $100,000.00 |
15
+ | **Final Value** | $106,495.39 |
16
+ | **Total Return** | +6.50% |
17
+ | **Annualized Return** | +16.82% |
18
+ | **Trading Days** | 102 |
19
+ | **Benchmark Return** | +8.11% |
20
+ | **Benchmark Source** | equal_weight_basket |
21
+
22
+
23
+ ## Performance Metrics
24
+
25
+ | Metric | Value |
26
+ |--------|-------|
27
+ | **Sharpe Ratio** | 0.97 |
28
+ | **Sortino Ratio** | 1.64 |
29
+ | **Max Drawdown** | 6.25% |
30
+ | **Max Drawdown Duration** | 59 days |
31
+ | **Volatility (Ann.)** | 15.15% |
32
+ | **Win Rate** | 68.2% |
33
+ | **Excess Return (Ann.)** | -4.44% |
34
+ | **Alpha (Ann.)** | -3.86% |
35
+ | **Beta** | 0.97 |
36
+ | **Tracking Error (Ann.)** | 1.52% |
37
+ | **Information Ratio** | -2.49 |
38
+ | **Calmar Ratio** | 2.69 |
39
+ | **CVaR (95%)** | 1.85% |
40
+ | **Up Capture Ratio** | 0.94 |
41
+ | **Down Capture Ratio** | 0.99 |
42
+ | **Break-even TC (one-way)** | 0.0000% |
43
+
44
+
45
+ ## Behavior Metrics
46
+
47
+ | Metric | Value |
48
+ |--------|-------|
49
+ | **Trade Count** | 84 |
50
+ | **Avg Position Days** | 91.7 |
51
+ | **Avg Turnover Ratio** | 0.56% |
52
+ | **Peak Turnover Ratio** | 49.35% |
53
+ | **Annualized Turnover Ratio** | 1.41x |
54
+ | **Avg Cash Ratio** | 1.38% |
55
+ | **Avg Gross Exposure** | 98.62% |
56
+
57
+
58
+ ## Trade Summary
59
+
60
+ - **Total Trades:** 84
61
+ - **Buy Orders:** 60
62
+ - **Sell Orders:** 24
63
+
64
+ ### Trade Log
65
+
66
+ | Date | Ticker | Action | Shares | Price | Value |
67
+ |------|--------|--------|--------|-------|-------|
68
+ | 2025-09-01 | 600036 | BUY | 119 | $41.98 | $4,995.62 |
69
+ | 2025-09-01 | 601166 | BUY | 229 | $21.81 | $4,994.49 |
70
+ | 2025-09-01 | 000001 | BUY | 420 | $11.89 | $4,993.80 |
71
+ | 2025-09-01 | 002142 | BUY | 175 | $28.52 | $4,991.00 |
72
+ | 2025-09-01 | 600519 | BUY | 3 | $1476.10 | $4,428.30 |
73
+ | 2025-09-01 | 000858 | BUY | 38 | $128.87 | $4,897.06 |
74
+ | 2025-09-01 | 600887 | BUY | 176 | $28.27 | $4,975.52 |
75
+ | 2025-09-01 | 603288 | BUY | 121 | $41.22 | $4,987.62 |
76
+ | 2025-09-01 | 300750 | BUY | 16 | $304.00 | $4,864.00 |
77
+ | 2025-09-01 | 002415 | BUY | 160 | $31.15 | $4,984.00 |
78
+ | 2025-09-01 | 603986 | BUY | 28 | $174.88 | $4,896.64 |
79
+ | 2025-09-01 | 688111 | BUY | 15 | $332.20 | $4,983.00 |
80
+ | 2025-09-01 | 300760 | BUY | 20 | $246.48 | $4,929.60 |
81
+ | 2025-09-01 | 600276 | BUY | 73 | $68.35 | $4,989.55 |
82
+ | 2025-09-01 | 300347 | BUY | 76 | $65.09 | $4,946.84 |
83
+ | 2025-09-01 | 300122 | BUY | 218 | $22.86 | $4,983.48 |
84
+ | 2025-09-01 | 601899 | BUY | 205 | $24.38 | $4,997.90 |
85
+ | 2025-09-01 | 600309 | BUY | 72 | $69.02 | $4,969.44 |
86
+ | 2025-09-01 | 601100 | BUY | 54 | $91.30 | $4,930.20 |
87
+ | 2025-09-01 | 002353 | BUY | 105 | $47.20 | $4,956.00 |
88
+ | 2025-12-01 | 600036 | SELL | 3 | $43.44 | $130.32 |
89
+ | 2025-12-01 | 600887 | SELL | 4 | $29.43 | $117.72 |
90
+ | 2025-12-01 | 300750 | SELL | 3 | $382.97 | $1,148.91 |
91
+ | 2025-12-01 | 603986 | SELL | 5 | $212.82 | $1,064.10 |
92
+ | 2025-12-01 | 601899 | SELL | 37 | $30.06 | $1,112.22 |
93
+ | 2025-12-01 | 601100 | SELL | 6 | $103.80 | $622.80 |
94
+ | 2025-12-01 | 002353 | SELL | 24 | $62.07 | $1,489.68 |
95
+ | 2025-12-01 | 601166 | BUY | 11 | $21.16 | $232.76 |
96
+ | 2025-12-01 | 000001 | BUY | 14 | $11.69 | $163.66 |
97
+ | 2025-12-01 | 002142 | BUY | 1 | $28.84 | $28.84 |
98
+ | 2025-12-01 | 000858 | BUY | 5 | $117.65 | $588.25 |
99
+ | 2025-12-01 | 603288 | BUY | 15 | $37.16 | $557.40 |
100
+ | 2025-12-01 | 002415 | BUY | 6 | $30.58 | $183.48 |
101
+ | 2025-12-01 | 688111 | BUY | 1 | $317.08 | $317.08 |
102
+ | 2025-12-01 | 300760 | BUY | 5 | $201.62 | $1,008.10 |
103
+ | 2025-12-01 | 600276 | BUY | 8 | $61.94 | $495.52 |
104
+ | 2025-12-01 | 300347 | BUY | 24 | $50.77 | $1,218.48 |
105
+ | 2025-12-01 | 300122 | BUY | 29 | $20.56 | $596.24 |
106
+ | 2025-12-01 | 600309 | BUY | 2 | $67.96 | $135.92 |
107
+ | 2025-12-02 | 600036 | SELL | 1 | $43.38 | $43.38 |
108
+ | 2025-12-02 | 601166 | SELL | 3 | $21.15 | $63.45 |
109
+ | 2025-12-02 | 000001 | SELL | 3 | $11.64 | $34.92 |
110
+ | 2025-12-02 | 002142 | SELL | 1 | $28.64 | $28.64 |
111
+ | 2025-12-02 | 600887 | SELL | 1 | $29.35 | $29.35 |
112
+ | 2025-12-02 | 002415 | SELL | 2 | $30.52 | $61.04 |
113
+ | 2025-12-02 | 600276 | BUY | 1 | $61.12 | $61.12 |
114
+ | 2025-12-02 | 300347 | BUY | 2 | $48.80 | $97.60 |
115
+ | 2025-12-02 | 300122 | BUY | 2 | $20.17 | $40.34 |
116
+ | 2025-12-02 | 002353 | BUY | 2 | $59.92 | $119.84 |
117
+ | 2025-12-03 | 601899 | SELL | 1 | $29.97 | $29.97 |
118
+
119
+ *...and 34 more trades*
120
+
121
+
122
+ ## Final Positions
123
+
124
+ | Ticker | Shares | Value |
125
+ |--------|--------|-------|
126
+ | 600036 | 117 | $4,524.39 |
127
+ | 601166 | 244 | $4,562.80 |
128
+ | 000001 | 441 | $4,776.03 |
129
+ | 002142 | 180 | $5,571.00 |
130
+ | 600519 | 3 | $4,203.00 |
131
+ | 000858 | 44 | $4,620.00 |
132
+ | 600887 | 176 | $4,635.84 |
133
+ | 603288 | 139 | $4,906.70 |
134
+ | 300750 | 13 | $4,550.00 |
135
+ | 002415 | 169 | $5,294.77 |
136
+ | 603986 | 24 | $7,557.12 |
137
+ | 688111 | 16 | $5,389.44 |
138
+ | 300760 | 25 | $4,731.50 |
139
+ | 600276 | 82 | $4,769.12 |
140
+ | 300347 | 103 | $6,490.03 |
141
+ | 300122 | 253 | $4,394.61 |
142
+ | 601899 | 162 | $6,502.68 |
143
+ | 600309 | 72 | $6,333.84 |
144
+ | 601100 | 45 | $4,878.00 |
145
+ | 002353 | 71 | $6,265.75 |
146
+
147
+ **Cash Balance:** $1,538.77
148
+
149
+
150
+ ---
151
+
152
+ *Report generated at 2026-04-14 18:33:07*
153
+ *Backtest Framework v1.0*
runs/exp1_caseStudy_cn_6m/equal_weight/equity_curve.csv ADDED
@@ -0,0 +1,103 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ date,total_value,daily_return,cashflow,benchmark_value,benchmark_return
2
+ 2025-09-01,100000.0,-0.0,1305.94,100000.0,0.0
3
+ 2025-09-02,100032.02,0.032,1305.94,100037.55222830045,0.037552228300463675
4
+ 2025-09-03,99254.93,-0.7768,1305.94,99251.79316173487,-0.7482068382651308
5
+ 2025-09-04,96733.52,-2.5403,1305.94,96699.91919056367,-3.3000808094363343
6
+ 2025-09-05,98876.46,2.2153,1305.94,98870.19240498942,-1.1298075950105901
7
+ 2025-09-08,99947.54,1.0833,1305.94,99961.3006078263,-0.03869939217370222
8
+ 2025-09-09,99150.45,-0.7975,1305.94,99151.97230429009,-0.8480276957099075
9
+ 2025-09-10,98806.06,-0.3473,1305.94,98811.47660686531,-1.1885233931346884
10
+ 2025-09-11,100065.83,1.275,1305.94,100087.81514509757,0.08781514509756949
11
+ 2025-09-12,99602.74,-0.4628,1305.94,99624.65587546732,-0.37534412453268384
12
+ 2025-09-15,100231.29,0.6311,1305.94,100270.96887418044,0.2709688741804328
13
+ 2025-09-16,99801.05,-0.4292,1305.94,99832.39689656234,-0.1676031034376635
14
+ 2025-09-17,100136.67,0.3363,1305.94,100176.92991961002,0.1769299196100249
15
+ 2025-09-18,99249.15,-0.8863,1305.94,99271.50731696024,-0.7284926830397609
16
+ 2025-09-19,99084.58,-0.1658,1305.94,99104.45278854946,-0.8955472114505425
17
+ 2025-09-22,98913.71,-0.1724,1305.94,98930.55808772208,-1.0694419122779242
18
+ 2025-09-23,98480.32,-0.4381,1305.94,98489.7743701652,-1.5102256298347938
19
+ 2025-09-24,99773.9,1.3135,1305.94,99797.97427566453,-0.20202572433547505
20
+ 2025-09-25,100458.5,0.6862,1305.94,100488.74146608092,0.48874146608091085
21
+ 2025-09-26,99384.8,-1.0688,1305.94,99397.69955752249,-0.6023004424775102
22
+ 2025-09-29,100806.65,1.4307,1305.94,100848.48342219916,0.8484834221991644
23
+ 2025-09-30,101626.85,0.8136,1305.94,101674.95759223102,1.674957592231019
24
+ 2025-10-09,103692.84,2.0329,1305.94,103757.59753974881,3.7575975397488026
25
+ 2025-10-10,101363.49,-2.2464,1305.94,101396.20399399944,1.3962039939994453
26
+ 2025-10-13,100483.24,-0.8684,1305.94,100496.59485317502,0.4965948531750142
27
+ 2025-10-14,99292.27,-1.1852,1305.94,99299.51114685318,-0.700488853146819
28
+ 2025-10-15,100758.89,1.4771,1305.94,100786.08967098406,0.7860896709840581
29
+ 2025-10-16,100677.63,-0.0806,1305.94,100713.37495896808,0.7133749589680827
30
+ 2025-10-17,98460.98,-2.2017,1305.94,98463.1836849376,-1.536816315062406
31
+ 2025-10-20,98790.83,0.335,1305.94,98803.58491085749,-1.1964150891425107
32
+ 2025-10-21,99784.04,1.0054,1305.94,99812.08864499845,-0.18791135500154654
33
+ 2025-10-22,99183.15,-0.6022,1305.94,99201.02904589985,-0.7989709541001533
34
+ 2025-10-23,99527.17,0.3469,1305.94,99547.9952281932,-0.452004771806791
35
+ 2025-10-24,99876.0,0.3505,1305.94,99901.91682996243,-0.09808317003756617
36
+ 2025-10-27,101274.12,1.3999,1305.94,101313.59368327854,1.3135936832785466
37
+ 2025-10-28,100801.62,-0.4666,1305.94,100843.73245450594,0.8437324545059299
38
+ 2025-10-29,101651.28,0.8429,1305.94,101699.00477083713,1.6990047708371314
39
+ 2025-10-30,101207.26,-0.4368,1305.94,101243.8554744644,1.243855474464417
40
+ 2025-10-31,101013.34,-0.1916,1305.94,101040.3414984519,1.0403414984519133
41
+ 2025-11-03,101257.68,0.2419,1305.94,101289.09664790412,1.289096647904131
42
+ 2025-11-04,100535.47,-0.7132,1305.94,100553.5050365056,0.5535050365055971
43
+ 2025-11-05,100150.52,-0.3829,1305.94,100161.81801815324,0.16181801815324803
44
+ 2025-11-06,101150.35,0.9983,1305.94,101181.76357464513,1.1817635746451227
45
+ 2025-11-07,101235.46,0.0841,1305.94,101264.6695767028,1.2646695767027927
46
+ 2025-11-10,101512.29,0.2735,1305.94,101548.48162738816,1.5484816273881652
47
+ 2025-11-11,101078.89,-0.4269,1305.94,101110.55765987842,1.1105576598784195
48
+ 2025-11-12,100450.09,-0.6221,1305.94,100475.29752114713,0.4752975211471444
49
+ 2025-11-13,102277.82,1.8195,1305.94,102332.22710651226,2.3322271065122635
50
+ 2025-11-14,101022.09,-1.2278,1305.94,101051.71674343351,1.0517167434335173
51
+ 2025-11-17,99969.66,-1.0418,1305.94,99997.01972387514,-0.0029802761248531873
52
+ 2025-11-18,99717.43,-0.2523,1305.94,99741.61619434449,-0.25838380565551544
53
+ 2025-11-19,99911.52,0.1946,1305.94,99934.31459269683,-0.06568540730317318
54
+ 2025-11-20,98951.07,-0.9613,1305.94,98960.94785255055,-1.0390521474494485
55
+ 2025-11-21,97251.97,-1.7171,1305.94,97243.46770721846,-2.756532292781544
56
+ 2025-11-24,97214.72,-0.0383,1305.94,97198.95762423263,-2.801042375767371
57
+ 2025-11-25,98090.01,0.9004,1305.94,98080.08909058213,-1.9199109094178657
58
+ 2025-11-26,98250.18,0.1633,1305.94,98246.1949148119,-1.7538050851880982
59
+ 2025-11-27,98946.27,0.7085,1305.94,98951.5176794744,-1.048482320525601
60
+ 2025-11-28,99750.79,0.8131,1305.94,99766.93287183289,-0.23306712816710817
61
+ 2025-12-01,101576.55,1.8303,1465.96,101609.44792823949,1.6094479282394936
62
+ 2025-12-02,100465.67,-1.0936,1407.84,100491.72319313553,0.49172319313552926
63
+ 2025-12-03,100432.96,-0.0326,1476.75,100614.93106283149,0.6149310628314808
64
+ 2025-12-04,100739.53,0.3052,1512.2,101015.39010723539,1.0153901072353921
65
+ 2025-12-05,101909.72,1.1616,1538.77,102360.72971138802,2.36072971138801
66
+ 2025-12-08,101957.39,0.0468,1538.77,102433.74393551287,2.4337439355128776
67
+ 2025-12-09,101158.24,-0.7838,1538.77,101562.64875271847,1.5626487527184763
68
+ 2025-12-10,101071.82,-0.0854,1538.77,101546.65152130795,1.5466515213079512
69
+ 2025-12-11,100501.21,-0.5646,1538.77,101036.57627887139,1.0365762788713928
70
+ 2025-12-12,101497.86,0.9917,1538.77,102141.21260704033,2.1412126070403215
71
+ 2025-12-15,100990.11,-0.5003,1538.77,101605.39520650619,1.6053952065061994
72
+ 2025-12-16,99848.65,-1.1303,1538.77,100243.21468061839,0.24321468061838658
73
+ 2025-12-17,100918.72,1.0717,1538.77,101335.58704983068,1.3355870498306777
74
+ 2025-12-18,101156.62,0.2357,1538.77,101498.86674876398,1.4988667487639828
75
+ 2025-12-19,101322.1,0.1636,1538.77,101513.78172250964,1.513781722509644
76
+ 2025-12-22,101735.35,0.4079,1538.77,102116.26864072413,2.116268640724117
77
+ 2025-12-23,101559.03,-0.1733,1538.77,101972.32965898894,1.972329658988925
78
+ 2025-12-24,101965.61,0.4003,1538.77,102358.1212052366,2.3581212052365963
79
+ 2025-12-25,102369.86,0.3965,1538.77,102688.1138546873,2.688113854687302
80
+ 2025-12-26,103029.77,0.6446,1538.77,103610.80820866236,3.6108082086623527
81
+ 2025-12-29,102549.2,-0.4664,1538.77,103056.8886305332,3.0568886305331944
82
+ 2025-12-30,102580.95,0.031,1538.77,103077.21099492119,3.077210994921198
83
+ 2025-12-31,101876.04,-0.6872,1538.77,102317.36852783366,2.317368527833663
84
+ 2026-01-05,104646.77,2.7197,1538.77,105143.2228905463,5.143222890546295
85
+ 2026-01-06,106351.61,1.6291,1538.77,106982.19076821544,6.982190768215446
86
+ 2026-01-07,106450.95,0.0934,1538.77,107170.10159167847,7.170101591678457
87
+ 2026-01-08,105382.71,-1.0035,1538.77,105982.97176437893,5.9829717643789415
88
+ 2026-01-09,105947.84,0.5363,1538.77,106661.1620097987,6.661162009798693
89
+ 2026-01-12,107158.93,1.1431,1538.77,107777.54676558689,7.777546765586885
90
+ 2026-01-13,107888.81,0.6811,1538.77,108557.81281451347,8.557812814513465
91
+ 2026-01-14,107214.68,-0.6248,1538.77,108064.42076860965,8.064420768609647
92
+ 2026-01-15,106374.31,-0.7838,1538.77,107159.89829323845,7.1598982932384425
93
+ 2026-01-16,106239.26,-0.127,1538.77,107389.03297891645,7.389032978916443
94
+ 2026-01-19,105908.11,-0.3117,1538.77,107250.18862034092,7.250188620340925
95
+ 2026-01-20,105688.39,-0.2075,1538.77,107007.68192824816,7.007681928248166
96
+ 2026-01-21,106339.35,0.6159,1538.77,108000.40253392207,8.000402533922069
97
+ 2026-01-22,105893.88,-0.4189,1538.77,107444.84938037148,7.444849380371488
98
+ 2026-01-23,105480.95,-0.3899,1538.77,106900.8018357162,6.900801835716197
99
+ 2026-01-26,106083.47,0.5712,1538.77,107519.65892994289,7.519658929942885
100
+ 2026-01-27,105881.22,-0.1907,1538.77,107458.05934503807,7.4580593450380706
101
+ 2026-01-28,106162.71,0.2659,1538.77,108223.53209065349,8.223532090653496
102
+ 2026-01-29,107782.69,1.5259,1538.77,109577.95584522703,9.577955845227027
103
+ 2026-01-30,106495.39,-1.1943,1538.77,108114.34444407292,8.11434444407293
runs/exp1_caseStudy_cn_6m/equal_weight/equity_curve.png ADDED

Git LFS Details

  • SHA256: 3272b3926d0225bccfcb264a095bcd17d528f603b00eca7d48a31cbac5a97aa1
  • Pointer size: 131 Bytes
  • Size of remote file: 250 kB
runs/exp1_caseStudy_cn_6m/equal_weight/metrics.json ADDED
@@ -0,0 +1,214 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "run_id": "mp_equal_weight_index_20260413_163905_878987",
3
+ "start_date": "2025-09-01",
4
+ "end_date": "2026-02-28",
5
+ "market": "cn",
6
+ "tickers": [
7
+ "600036",
8
+ "601166",
9
+ "000001",
10
+ "002142",
11
+ "600519",
12
+ "000858",
13
+ "600887",
14
+ "603288",
15
+ "300750",
16
+ "002415",
17
+ "603986",
18
+ "688111",
19
+ "300760",
20
+ "600276",
21
+ "300347",
22
+ "300122",
23
+ "601899",
24
+ "600309",
25
+ "601100",
26
+ "002353"
27
+ ],
28
+ "initial_cash": 100000.0,
29
+ "metrics": {
30
+ "total_return": 6.5,
31
+ "annualized_return": 16.82,
32
+ "max_drawdown": 6.25,
33
+ "max_drawdown_duration": 59,
34
+ "sharpe_ratio": 0.97,
35
+ "sortino_ratio": 1.64,
36
+ "cvar_95": 1.85,
37
+ "volatility": 15.15,
38
+ "total_trades": 84,
39
+ "trading_days": 102,
40
+ "avg_position_days": 91.74,
41
+ "avg_turnover_ratio": 0.0056,
42
+ "peak_turnover_ratio": 0.4935,
43
+ "annualized_turnover_ratio": 1.4064,
44
+ "total_turnover_ratio": 0.5693,
45
+ "win_rate": 68.18,
46
+ "initial_cash": 100000.0,
47
+ "final_value": 106495.39,
48
+ "final_cash": 1538.77,
49
+ "benchmark_annualized_return": 21.26,
50
+ "benchmark_total_return": 8.11,
51
+ "up_capture_ratio": 0.94,
52
+ "down_capture_ratio": 0.99,
53
+ "break_even_transaction_cost": 0.0,
54
+ "avg_cash_ratio": 0.0138,
55
+ "avg_gross_exposure": 0.9862,
56
+ "benchmark_source": "equal_weight_basket"
57
+ },
58
+ "summary": {
59
+ "initial_cash": 100000.0,
60
+ "final_value": 106495.39,
61
+ "total_return": 6.5,
62
+ "total_trades": 84,
63
+ "buy_trades": 60,
64
+ "sell_trades": 24,
65
+ "trading_days": 102,
66
+ "final_cash": 1538.77,
67
+ "final_positions": {
68
+ "600036": {
69
+ "shares": 117,
70
+ "value": 4524.39,
71
+ "last_price": 38.67
72
+ },
73
+ "601166": {
74
+ "shares": 244,
75
+ "value": 4562.8,
76
+ "last_price": 18.7
77
+ },
78
+ "000001": {
79
+ "shares": 441,
80
+ "value": 4776.03,
81
+ "last_price": 10.83
82
+ },
83
+ "002142": {
84
+ "shares": 180,
85
+ "value": 5571.0,
86
+ "last_price": 30.95
87
+ },
88
+ "600519": {
89
+ "shares": 3,
90
+ "value": 4203.0,
91
+ "last_price": 1401.0
92
+ },
93
+ "000858": {
94
+ "shares": 44,
95
+ "value": 4620.0,
96
+ "last_price": 105.0
97
+ },
98
+ "600887": {
99
+ "shares": 176,
100
+ "value": 4635.84,
101
+ "last_price": 26.34
102
+ },
103
+ "603288": {
104
+ "shares": 139,
105
+ "value": 4906.7,
106
+ "last_price": 35.3
107
+ },
108
+ "300750": {
109
+ "shares": 13,
110
+ "value": 4550.0,
111
+ "last_price": 350.0
112
+ },
113
+ "002415": {
114
+ "shares": 169,
115
+ "value": 5294.77,
116
+ "last_price": 31.33
117
+ },
118
+ "603986": {
119
+ "shares": 24,
120
+ "value": 7557.12,
121
+ "last_price": 314.88
122
+ },
123
+ "688111": {
124
+ "shares": 16,
125
+ "value": 5389.44,
126
+ "last_price": 336.84
127
+ },
128
+ "300760": {
129
+ "shares": 25,
130
+ "value": 4731.5,
131
+ "last_price": 189.26
132
+ },
133
+ "600276": {
134
+ "shares": 82,
135
+ "value": 4769.12,
136
+ "last_price": 58.16
137
+ },
138
+ "300347": {
139
+ "shares": 103,
140
+ "value": 6490.03,
141
+ "last_price": 63.01
142
+ },
143
+ "300122": {
144
+ "shares": 253,
145
+ "value": 4394.61,
146
+ "last_price": 17.37
147
+ },
148
+ "601899": {
149
+ "shares": 162,
150
+ "value": 6502.68,
151
+ "last_price": 40.14
152
+ },
153
+ "600309": {
154
+ "shares": 72,
155
+ "value": 6333.84,
156
+ "last_price": 87.97
157
+ },
158
+ "601100": {
159
+ "shares": 45,
160
+ "value": 4878.0,
161
+ "last_price": 108.4
162
+ },
163
+ "002353": {
164
+ "shares": 71,
165
+ "value": 6265.75,
166
+ "last_price": 88.25
167
+ }
168
+ }
169
+ },
170
+ "config": {
171
+ "tickers": [
172
+ "600036",
173
+ "601166",
174
+ "000001",
175
+ "002142",
176
+ "600519",
177
+ "000858",
178
+ "600887",
179
+ "603288",
180
+ "300750",
181
+ "002415",
182
+ "603986",
183
+ "688111",
184
+ "300760",
185
+ "600276",
186
+ "300347",
187
+ "300122",
188
+ "601899",
189
+ "600309",
190
+ "601100",
191
+ "002353"
192
+ ],
193
+ "workflow_analysts": [
194
+ "fundamental",
195
+ "technical",
196
+ "company_news"
197
+ ],
198
+ "personalities": [
199
+ "fundamental_value",
200
+ "behavioral_momentum",
201
+ "macro_tactical",
202
+ "smart_beta_passive",
203
+ "equal_weight_index"
204
+ ],
205
+ "market": "cn",
206
+ "cashflow": 100000.0,
207
+ "trading": {
208
+ "market": "CN"
209
+ },
210
+ "benchmark": {
211
+ "mode": "equal_weight"
212
+ }
213
+ }
214
+ }
runs/exp1_caseStudy_cn_6m/equal_weight/trades.csv ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ date,ticker,action,shares,price,value,justification
2
+ 2025-09-01,600036,BUY,119,41.98,4995.62,
3
+ 2025-09-01,002353,BUY,105,47.2,4956.0,
4
+ 2025-09-01,601100,BUY,54,91.3,4930.2,
5
+ 2025-09-01,600309,BUY,72,69.02,4969.44,
6
+ 2025-09-01,601899,BUY,205,24.38,4997.9,
7
+ 2025-09-01,300122,BUY,218,22.86,4983.48,
8
+ 2025-09-01,600276,BUY,73,68.35,4989.55,
9
+ 2025-09-01,300760,BUY,20,246.48,4929.6,
10
+ 2025-09-01,688111,BUY,15,332.2,4983.0,
11
+ 2025-09-01,603986,BUY,28,174.88,4896.64,
12
+ 2025-09-01,300347,BUY,76,65.09,4946.84,
13
+ 2025-09-01,300750,BUY,16,304.0,4864.0,
14
+ 2025-09-01,002415,BUY,160,31.15,4984.0,
15
+ 2025-09-01,000001,BUY,420,11.89,4993.8,
16
+ 2025-09-01,002142,BUY,175,28.52,4991.0,
17
+ 2025-09-01,600519,BUY,3,1476.1,4428.3,
18
+ 2025-09-01,601166,BUY,229,21.81,4994.49,
19
+ 2025-09-01,600887,BUY,176,28.27,4975.52,
20
+ 2025-09-01,603288,BUY,121,41.22,4987.62,
21
+ 2025-09-01,000858,BUY,38,128.87,4897.06,
22
+ 2025-12-01,603288,BUY,15,37.16,557.4,
23
+ 2025-12-01,600309,BUY,2,67.96,135.92,
24
+ 2025-12-01,300122,BUY,29,20.56,596.24,
25
+ 2025-12-01,300347,BUY,24,50.77,1218.48,
26
+ 2025-12-01,600276,BUY,8,61.94,495.52,
27
+ 2025-12-01,300760,BUY,5,201.62,1008.1,
28
+ 2025-12-01,688111,BUY,1,317.08,317.08,
29
+ 2025-12-01,002415,BUY,6,30.58,183.48,
30
+ 2025-12-01,000858,BUY,5,117.65,588.25,
31
+ 2025-12-01,600887,SELL,4,29.43,117.72,
32
+ 2025-12-01,000001,BUY,14,11.69,163.66,
33
+ 2025-12-01,601166,BUY,11,21.16,232.76,
34
+ 2025-12-01,002353,SELL,24,62.07,1489.68,
35
+ 2025-12-01,601100,SELL,6,103.8,622.8,
36
+ 2025-12-01,601899,SELL,37,30.06,1112.22,
37
+ 2025-12-01,603986,SELL,5,212.82,1064.1,
38
+ 2025-12-01,300750,SELL,3,382.97,1148.91,
39
+ 2025-12-01,600036,SELL,3,43.44,130.32,
40
+ 2025-12-01,002142,BUY,1,28.84,28.84,
41
+ 2025-12-02,600276,BUY,1,61.12,61.12,
42
+ 2025-12-02,002353,BUY,2,59.92,119.84,
43
+ 2025-12-02,300122,BUY,2,20.17,40.34,
44
+ 2025-12-02,300347,BUY,2,48.8,97.6,
45
+ 2025-12-02,002415,SELL,2,30.52,61.04,
46
+ 2025-12-02,000001,SELL,3,11.64,34.92,
47
+ 2025-12-02,002142,SELL,1,28.64,28.64,
48
+ 2025-12-02,601166,SELL,3,21.15,63.45,
49
+ 2025-12-02,600036,SELL,1,43.38,43.38,
50
+ 2025-12-02,600887,SELL,1,29.35,29.35,
51
+ 2025-12-03,300122,BUY,1,20.01,20.01,
52
+ 2025-12-03,300347,BUY,1,48.3,48.3,
53
+ 2025-12-03,603986,BUY,1,207.6,207.6,
54
+ 2025-12-03,002415,BUY,1,30.34,30.34,
55
+ 2025-12-03,603288,BUY,1,36.41,36.41,
56
+ 2025-12-03,002142,BUY,1,28.43,28.43,
57
+ 2025-12-03,601166,BUY,2,20.94,41.88,
58
+ 2025-12-03,600036,BUY,1,43.01,43.01,
59
+ 2025-12-03,002353,SELL,7,65.91,461.37,
60
+ 2025-12-03,600309,SELL,1,68.2,68.2,
61
+ 2025-12-03,601899,SELL,1,29.97,29.97,
62
+ 2025-12-03,000001,BUY,3,11.55,34.65,
63
+ 2025-12-04,600309,BUY,1,67.68,67.68,
64
+ 2025-12-04,300122,BUY,2,19.96,39.92,
65
+ 2025-12-04,603288,BUY,2,36.22,72.44,
66
+ 2025-12-04,600887,BUY,2,28.99,57.98,
67
+ 2025-12-04,000858,BUY,1,114.45,114.45,
68
+ 2025-12-04,002353,SELL,1,66.69,66.69,
69
+ 2025-12-04,601166,BUY,2,20.87,41.74,
70
+ 2025-12-04,601100,SELL,1,106.45,106.45,
71
+ 2025-12-04,601899,SELL,3,30.69,92.07,
72
+ 2025-12-04,603986,SELL,1,210.41,210.41,
73
+ 2025-12-04,000001,BUY,4,11.49,45.96,
74
+ 2025-12-05,002415,BUY,4,30.07,120.28,
75
+ 2025-12-05,600887,BUY,3,28.92,86.76,
76
+ 2025-12-05,002142,BUY,4,28.23,112.92,
77
+ 2025-12-05,000001,BUY,3,11.53,34.59,
78
+ 2025-12-05,601166,BUY,3,20.8,62.4,
79
+ 2025-12-05,002353,SELL,4,71.33,285.32,
80
+ 2025-12-05,601100,SELL,2,112.98,225.96,
81
+ 2025-12-05,600309,SELL,2,69.98,139.96,
82
+ 2025-12-05,601899,SELL,2,31.32,62.64,
83
+ 2025-12-05,603986,BUY,1,206.81,206.81,
84
+ 2025-12-05,600036,BUY,1,43.45,43.45,
85
+ 2025-12-05,300122,BUY,1,20.1,20.1,
runs/exp1_caseStudy_cn_6m/fundamental_value/backtest_report.md ADDED
@@ -0,0 +1,171 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Backtest Report
2
+
3
+ **Run ID:** mp_fundamental_value_20260413_163905_878961
4
+ **Period:** 2025-09-01 to 2026-02-28
5
+ **Market:** CN
6
+ **Tickers:** 600036, 601166, 000001, 002142, 600519, 000858, 600887, 603288, 300750, 002415, 603986, 688111, 300760, 600276, 300347, 300122, 601899, 600309, 601100, 002353
7
+ **Initial Capital:** $100,000.00
8
+
9
+
10
+ ## Summary
11
+
12
+ | Metric | Value |
13
+ |--------|-------|
14
+ | **Initial Capital** | $100,000.00 |
15
+ | **Final Value** | $99,995.24 |
16
+ | **Total Return** | -0.00% |
17
+ | **Annualized Return** | -0.01% |
18
+ | **Trading Days** | 102 |
19
+ | **Benchmark Return** | +8.11% |
20
+ | **Benchmark Source** | equal_weight_basket |
21
+
22
+
23
+ ## Performance Metrics
24
+
25
+ | Metric | Value |
26
+ |--------|-------|
27
+ | **Sharpe Ratio** | -0.20 |
28
+ | **Sortino Ratio** | -0.34 |
29
+ | **Max Drawdown** | 4.06% |
30
+ | **Max Drawdown Duration** | 54 days |
31
+ | **Volatility (Ann.)** | 8.24% |
32
+ | **Win Rate** | 46.3% |
33
+ | **Excess Return (Ann.)** | -21.27% |
34
+ | **Alpha (Ann.)** | -9.91% |
35
+ | **Beta** | 0.41 |
36
+ | **Tracking Error (Ann.)** | 10.65% |
37
+ | **Information Ratio** | -1.89 |
38
+ | **Calmar Ratio** | -0.00 |
39
+ | **CVaR (95%)** | 1.02% |
40
+ | **Up Capture Ratio** | 0.31 |
41
+ | **Down Capture Ratio** | 0.48 |
42
+ | **Break-even TC (one-way)** | 0.0000% |
43
+
44
+
45
+ ## Behavior Metrics
46
+
47
+ | Metric | Value |
48
+ |--------|-------|
49
+ | **Trade Count** | 90 |
50
+ | **Avg Position Days** | 58.8 |
51
+ | **Avg Turnover Ratio** | 1.01% |
52
+ | **Peak Turnover Ratio** | 16.64% |
53
+ | **Annualized Turnover Ratio** | 2.53x |
54
+ | **Avg Cash Ratio** | 38.92% |
55
+ | **Avg Gross Exposure** | 61.08% |
56
+ | **Value Filter Pass Rate** | 0.00% |
57
+ | **Value Consistency Score** | 0.0000 |
58
+
59
+
60
+ ## Trade Summary
61
+
62
+ - **Total Trades:** 90
63
+ - **Buy Orders:** 61
64
+ - **Sell Orders:** 29
65
+
66
+ ### Trade Log
67
+
68
+ | Date | Ticker | Action | Shares | Price | Value |
69
+ |------|--------|--------|--------|-------|-------|
70
+ | 2025-09-01 | 002142 | BUY | 175 | $28.52 | $4,991.00 |
71
+ | 2025-09-01 | 000001 | BUY | 17 | $11.89 | $202.13 |
72
+ | 2025-09-01 | 300760 | BUY | 4 | $246.48 | $985.92 |
73
+ | 2025-09-01 | 601899 | BUY | 205 | $24.38 | $4,997.90 |
74
+ | 2025-09-01 | 600309 | BUY | 5 | $69.02 | $345.10 |
75
+ | 2025-09-01 | 601166 | BUY | 229 | $21.81 | $4,994.49 |
76
+ | 2025-09-01 | 600036 | BUY | 119 | $41.98 | $4,995.62 |
77
+ | 2025-09-01 | 300750 | BUY | 16 | $304.00 | $4,864.00 |
78
+ | 2025-09-01 | 000858 | BUY | 15 | $128.87 | $1,933.05 |
79
+ | 2025-09-01 | 600887 | BUY | 176 | $28.27 | $4,975.52 |
80
+ | 2025-09-03 | 600519 | BUY | 3 | $1480.55 | $4,441.65 |
81
+ | 2025-09-09 | 000858 | BUY | 9 | $128.80 | $1,159.20 |
82
+ | 2025-09-10 | 300760 | BUY | 13 | $238.71 | $3,103.23 |
83
+ | 2025-09-10 | 000001 | BUY | 410 | $11.77 | $4,825.70 |
84
+ | 2025-09-16 | 601166 | BUY | 13 | $20.70 | $269.10 |
85
+ | 2025-09-19 | 600276 | BUY | 3 | $69.65 | $208.95 |
86
+ | 2025-09-22 | 002142 | BUY | 14 | $26.35 | $368.90 |
87
+ | 2025-09-22 | 000858 | BUY | 16 | $122.50 | $1,960.00 |
88
+ | 2025-09-23 | 688111 | BUY | 16 | $295.46 | $4,727.36 |
89
+ | 2025-09-24 | 688111 | SELL | 16 | $310.84 | $4,973.44 |
90
+ | 2025-09-26 | 300750 | BUY | 19 | $380.40 | $7,227.60 |
91
+ | 2025-09-29 | 600036 | BUY | 8 | $40.68 | $325.44 |
92
+ | 2025-09-30 | 000001 | BUY | 19 | $11.34 | $215.46 |
93
+ | 2025-09-30 | 000858 | SELL | 13 | $121.48 | $1,579.24 |
94
+ | 2025-09-30 | 601899 | SELL | 33 | $29.44 | $971.52 |
95
+ | 2025-10-09 | 600276 | SELL | 3 | $71.15 | $213.45 |
96
+ | 2025-10-09 | 000858 | BUY | 14 | $121.16 | $1,696.24 |
97
+ | 2025-10-13 | 600519 | BUY | 2 | $1419.20 | $2,838.40 |
98
+ | 2025-10-15 | 002142 | SELL | 3 | $27.17 | $81.51 |
99
+ | 2025-10-16 | 002415 | BUY | 7 | $33.40 | $233.80 |
100
+ | 2025-10-16 | 000001 | SELL | 35 | $11.54 | $403.90 |
101
+ | 2025-10-16 | 300760 | BUY | 4 | $230.93 | $923.72 |
102
+ | 2025-10-17 | 600309 | BUY | 5 | $61.51 | $307.55 |
103
+ | 2025-10-20 | 603288 | BUY | 129 | $38.94 | $5,023.26 |
104
+ | 2025-10-21 | 600309 | SELL | 10 | $61.18 | $611.80 |
105
+ | 2025-10-22 | 002415 | SELL | 7 | $33.47 | $234.29 |
106
+ | 2025-10-24 | 300750 | SELL | 8 | $385.77 | $3,086.16 |
107
+ | 2025-10-27 | 000858 | BUY | 1 | $120.29 | $120.29 |
108
+ | 2025-10-28 | 300750 | SELL | 5 | $386.48 | $1,932.40 |
109
+ | 2025-10-29 | 600519 | BUY | 2 | $1431.90 | $2,863.80 |
110
+ | 2025-10-30 | 600519 | BUY | 2 | $1426.74 | $2,853.48 |
111
+ | 2025-10-30 | 601166 | BUY | 10 | $20.03 | $200.30 |
112
+ | 2025-10-31 | 600309 | BUY | 6 | $62.63 | $375.78 |
113
+ | 2025-11-03 | 600309 | SELL | 6 | $62.52 | $375.12 |
114
+ | 2025-11-04 | 600887 | BUY | 10 | $27.07 | $270.70 |
115
+ | 2025-11-05 | 600519 | SELL | 6 | $1420.08 | $8,520.48 |
116
+ | 2025-11-05 | 600309 | BUY | 4 | $61.47 | $245.88 |
117
+ | 2025-11-06 | 300760 | BUY | 3 | $206.35 | $619.05 |
118
+ | 2025-11-06 | 600309 | BUY | 2 | $61.70 | $123.40 |
119
+ | 2025-11-10 | 002415 | BUY | 160 | $31.81 | $5,089.60 |
120
+
121
+ *...and 40 more trades*
122
+
123
+
124
+ ## Final Positions
125
+
126
+ | Ticker | Shares | Value |
127
+ |--------|--------|-------|
128
+ | 600036 | 132 | $5,104.44 |
129
+ | 601166 | 346 | $6,470.20 |
130
+ | 000001 | 464 | $5,025.12 |
131
+ | 002142 | 177 | $5,478.15 |
132
+ | 600519 | 7 | $9,807.00 |
133
+ | 000858 | 45 | $4,725.00 |
134
+ | 600887 | 198 | $5,215.32 |
135
+ | 300750 | 18 | $6,300.00 |
136
+ | 002415 | 120 | $3,759.60 |
137
+ | 300760 | 24 | $4,542.24 |
138
+ | 601899 | 140 | $5,619.60 |
139
+ | 600309 | 65 | $5,718.05 |
140
+
141
+ **Cash Balance:** $32,230.52
142
+
143
+
144
+ ---
145
+
146
+ ## Token Usage & Cost
147
+
148
+ | Metric | Value |
149
+ |--------|-------|
150
+ | **Total Calls** | 4080 |
151
+ | **Input Tokens** | 4,129,432 |
152
+ | **Output Tokens** | 690,909 |
153
+ | **Total Tokens** | 4,820,341 |
154
+ | **Estimated Cost** | ¥5.5113 |
155
+
156
+ ### By Agent
157
+
158
+ | Agent | Calls | Input | Output |
159
+ |-------|-------|-------|--------|
160
+ | risk_control | 2040 | 1,966,293 | 356,996 |
161
+ | portfolio_manager | 2040 | 2,163,139 | 333,913 |
162
+
163
+ ### API Calls
164
+
165
+ | API | Calls | Success | Failed | Avg Time |
166
+ |-----|-------|---------|--------|----------|
167
+ | tushare | 2141 | 2141 | 0 | 663ms |
168
+ | akshare_news | 4080 | 3880 | 200 | 1150ms |
169
+
170
+ *Report generated at 2026-04-14 18:32:58*
171
+ *Backtest Framework v1.0*
runs/exp1_caseStudy_cn_6m/fundamental_value/equity_curve.csv ADDED
@@ -0,0 +1,103 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ date,total_value,daily_return,cashflow,benchmark_value,benchmark_return
2
+ 2025-09-01,100000.0,-0.0,66715.27,100000.0,0.0
3
+ 2025-09-02,100252.62,0.2526,66715.27,100037.55222830045,0.037552228300463675
4
+ 2025-09-03,100086.85,-0.1654,62273.62,99251.79316173487,-0.7482068382651308
5
+ 2025-09-04,99829.9,-0.2567,62273.62,96699.91919056367,-3.3000808094363343
6
+ 2025-09-05,100543.83,0.7151,62273.62,98870.19240498942,-1.1298075950105901
7
+ 2025-09-08,100457.31,-0.0861,62273.62,99961.3006078263,-0.03869939217370222
8
+ 2025-09-09,100691.58,0.2332,61114.42,99151.97230429009,-0.8480276957099075
9
+ 2025-09-10,100536.99,-0.1535,53185.49,98811.47660686531,-1.1885233931346884
10
+ 2025-09-11,101048.78,0.5091,53185.49,100087.81514509757,0.08781514509756949
11
+ 2025-09-12,100557.21,-0.4865,53185.49,99624.65587546732,-0.37534412453268384
12
+ 2025-09-15,100749.23,0.191,53185.49,100270.96887418044,0.2709688741804328
13
+ 2025-09-16,100356.36,-0.3899,52916.39,99832.39689656234,-0.1676031034376635
14
+ 2025-09-17,100590.89,0.2337,52916.39,100176.92991961002,0.1769299196100249
15
+ 2025-09-18,99746.77,-0.8392,52916.39,99271.50731696024,-0.7284926830397609
16
+ 2025-09-19,99879.49,0.1331,52707.44,99104.45278854946,-0.8955472114505425
17
+ 2025-09-22,99754.59,-0.1251,50378.54,98930.55808772208,-1.0694419122779242
18
+ 2025-09-23,99915.4,0.1612,45651.18,98489.7743701652,-1.5102256298347938
19
+ 2025-09-24,100295.5,0.3804,50624.62,99797.97427566453,-0.20202572433547505
20
+ 2025-09-25,100729.83,0.4331,50624.62,100488.74146608092,0.48874146608091085
21
+ 2025-09-26,100447.59,-0.2802,43397.02,99397.69955752249,-0.6023004424775102
22
+ 2025-09-29,101444.14,0.9921,43071.58,100848.48342219916,0.8484834221991644
23
+ 2025-09-30,101666.73,0.2194,45406.88,101674.95759223102,1.674957592231019
24
+ 2025-10-09,102453.58,0.774,43924.09,103757.59753974881,3.7575975397488026
25
+ 2025-10-10,101131.89,-1.29,43924.09,101396.20399399944,1.3962039939994453
26
+ 2025-10-13,100734.98,-0.3925,41085.69,100496.59485317502,0.4965948531750142
27
+ 2025-10-14,100486.31,-0.2469,41085.69,99299.51114685318,-0.700488853146819
28
+ 2025-10-15,101168.32,0.6787,41167.2,100786.08967098406,0.7860896709840581
29
+ 2025-10-16,101415.0,0.2438,40413.58,100713.37495896808,0.7133749589680827
30
+ 2025-10-17,100423.67,-0.9775,40106.03,98463.1836849376,-1.536816315062406
31
+ 2025-10-20,100596.89,0.1725,35082.77,98803.58491085749,-1.1964150891425107
32
+ 2025-10-21,101061.36,0.4617,35694.57,99812.08864499845,-0.18791135500154654
33
+ 2025-10-22,100778.46,-0.2799,35928.86,99201.02904589985,-0.7989709541001533
34
+ 2025-10-23,101352.66,0.5698,35928.86,99547.9952281932,-0.452004771806791
35
+ 2025-10-24,101438.46,0.0847,39015.02,99901.91682996243,-0.09808317003756617
36
+ 2025-10-27,101538.94,0.0991,38894.73,101313.59368327854,1.3135936832785466
37
+ 2025-10-28,101311.89,-0.2236,40827.13,100843.73245450594,0.8437324545059299
38
+ 2025-10-29,101359.58,0.0471,37963.33,101699.00477083713,1.6990047708371314
39
+ 2025-10-30,101217.58,-0.1401,34909.55,101243.8554744644,1.243855474464417
40
+ 2025-10-31,101047.1,-0.1684,34533.77,101040.3414984519,1.0403414984519133
41
+ 2025-11-03,101228.55,0.1796,34908.89,101289.09664790412,1.289096647904131
42
+ 2025-11-04,100877.88,-0.3464,34638.19,100553.5050365056,0.5535050365055971
43
+ 2025-11-05,101030.27,0.1511,42912.79,100161.81801815324,0.16181801815324803
44
+ 2025-11-06,101260.21,0.2276,42170.34,101181.76357464513,1.1817635746451227
45
+ 2025-11-07,101498.18,0.235,42170.34,101264.6695767028,1.2646695767027927
46
+ 2025-11-10,101962.34,0.4573,37080.74,101548.48162738816,1.5484816273881652
47
+ 2025-11-11,101935.82,-0.026,38689.86,101110.55765987842,1.1105576598784195
48
+ 2025-11-12,101882.32,-0.0525,33341.9,100475.29752114713,0.4752975211471444
49
+ 2025-11-13,103020.15,1.1168,33341.9,102332.22710651226,2.3322271065122635
50
+ 2025-11-14,102452.17,-0.5513,28403.18,101051.71674343351,1.0517167434335173
51
+ 2025-11-17,101626.06,-0.8063,32504.49,99997.01972387514,-0.0029802761248531873
52
+ 2025-11-18,101569.07,-0.0561,37772.81,99741.61619434449,-0.25838380565551544
53
+ 2025-11-19,101957.7,0.3826,37772.81,99934.31459269683,-0.06568540730317318
54
+ 2025-11-20,101481.09,-0.4675,37772.81,98960.94785255055,-1.0390521474494485
55
+ 2025-11-21,100663.83,-0.8053,37772.81,97243.46770721846,-2.756532292781544
56
+ 2025-11-24,100227.52,-0.4334,39255.01,97198.95762423263,-2.801042375767371
57
+ 2025-11-25,100724.07,0.4954,39255.01,98080.08909058213,-1.9199109094178657
58
+ 2025-11-26,100556.55,-0.1663,39255.01,98246.1949148119,-1.7538050851880982
59
+ 2025-11-27,100608.5,0.0517,39255.01,98951.5176794744,-1.048482320525601
60
+ 2025-11-28,100757.81,0.1484,39255.01,99766.93287183289,-0.23306712816710817
61
+ 2025-12-01,101429.22,0.6664,39255.01,101609.44792823949,1.6094479282394936
62
+ 2025-12-02,101078.11,-0.3462,39255.01,100491.72319313553,0.49172319313552926
63
+ 2025-12-03,100688.9,-0.3851,43951.9,100614.93106283149,0.6149310628314808
64
+ 2025-12-04,100830.07,0.1402,36651.97,101015.39010723539,1.0153901072353921
65
+ 2025-12-05,101137.59,0.305,36651.97,102360.72971138802,2.36072971138801
66
+ 2025-12-08,101052.38,-0.0843,36425.43,102433.74393551287,2.4337439355128776
67
+ 2025-12-09,100405.74,-0.6399,38838.26,101562.64875271847,1.5626487527184763
68
+ 2025-12-10,99941.93,-0.4619,36753.26,101546.65152130795,1.5466515213079512
69
+ 2025-12-11,99957.84,0.0159,36753.26,101036.57627887139,1.0365762788713928
70
+ 2025-12-12,100388.3,0.4306,36408.86,102141.21260704033,2.1412126070403215
71
+ 2025-12-15,100376.23,-0.012,36408.86,101605.39520650619,1.6053952065061994
72
+ 2025-12-16,99920.78,-0.4537,36408.86,100243.21468061839,0.24321468061838658
73
+ 2025-12-17,100212.67,0.2921,36408.86,101335.58704983068,1.3355870498306777
74
+ 2025-12-18,100457.93,0.2447,36751.67,101498.86674876398,1.4988667487639828
75
+ 2025-12-19,100524.89,0.0667,36751.67,101513.78172250964,1.513781722509644
76
+ 2025-12-22,100581.01,0.0558,22669.07,102116.26864072413,2.116268640724117
77
+ 2025-12-23,100577.2,-0.0038,23695.95,101972.32965898894,1.972329658988925
78
+ 2025-12-24,100352.72,-0.2232,24206.61,102358.1212052366,2.3581212052365963
79
+ 2025-12-25,100669.36,0.3155,33415.97,102688.1138546873,2.688113854687302
80
+ 2025-12-26,100786.42,0.1163,28104.27,103610.80820866236,3.6108082086623527
81
+ 2025-12-29,100425.67,-0.3579,28855.67,103056.8886305332,3.0568886305331944
82
+ 2025-12-30,100383.65,-0.0418,28855.67,103077.21099492119,3.077210994921198
83
+ 2025-12-31,100092.24,-0.2903,28855.67,102317.36852783366,2.317368527833663
84
+ 2026-01-05,101184.8,1.0916,28855.67,105143.2228905463,5.143222890546295
85
+ 2026-01-06,102439.99,1.2405,21715.62,106982.19076821544,6.982190768215446
86
+ 2026-01-07,101785.36,-0.639,21715.62,107170.10159167847,7.170101591678457
87
+ 2026-01-08,100804.27,-0.9639,26769.84,105982.97176437893,5.9829717643789415
88
+ 2026-01-09,100967.12,0.1616,31027.14,106661.1620097987,6.661162009798693
89
+ 2026-01-12,101161.55,0.1926,31027.14,107777.54676558689,7.777546765586885
90
+ 2026-01-13,101280.48,0.1176,31027.14,108557.81281451347,8.557812814513465
91
+ 2026-01-14,100625.93,-0.6463,31027.14,108064.42076860965,8.064420768609647
92
+ 2026-01-15,100337.85,-0.2863,31027.14,107159.89829323845,7.1598982932384425
93
+ 2026-01-16,99658.3,-0.6773,30221.46,107389.03297891645,7.389032978916443
94
+ 2026-01-19,99519.46,-0.1393,32801.66,107250.18862034092,7.250188620340925
95
+ 2026-01-20,99798.31,0.2802,32801.66,107007.68192824816,7.007681928248166
96
+ 2026-01-21,99409.15,-0.3899,32746.31,108000.40253392207,8.000402533922069
97
+ 2026-01-22,99122.28,-0.2886,32746.31,107444.84938037148,7.444849380371488
98
+ 2026-01-23,98833.58,-0.2913,32371.31,106900.8018357162,6.900801835716197
99
+ 2026-01-26,99278.21,0.4499,32371.31,107519.65892994289,7.519658929942885
100
+ 2026-01-27,99161.69,-0.1174,32371.31,107458.05934503807,7.4580593450380706
101
+ 2026-01-28,99025.11,-0.1377,32371.31,108223.53209065349,8.223532090653496
102
+ 2026-01-29,101230.96,2.2276,32371.31,109577.95584522703,9.577955845227027
103
+ 2026-01-30,99995.24,-1.2207,32230.52,108114.34444407292,8.11434444407293
runs/exp1_caseStudy_cn_6m/fundamental_value/equity_curve.png ADDED

Git LFS Details

  • SHA256: 27947e696c985e681faa4a3ae183365a4ee2f05e57b663517145a9d270207bf5
  • Pointer size: 131 Bytes
  • Size of remote file: 253 kB
runs/exp1_caseStudy_cn_6m/fundamental_value/metrics.json ADDED
@@ -0,0 +1,184 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "run_id": "mp_fundamental_value_20260413_163905_878961",
3
+ "start_date": "2025-09-01",
4
+ "end_date": "2026-02-28",
5
+ "market": "cn",
6
+ "tickers": [
7
+ "600036",
8
+ "601166",
9
+ "000001",
10
+ "002142",
11
+ "600519",
12
+ "000858",
13
+ "600887",
14
+ "603288",
15
+ "300750",
16
+ "002415",
17
+ "603986",
18
+ "688111",
19
+ "300760",
20
+ "600276",
21
+ "300347",
22
+ "300122",
23
+ "601899",
24
+ "600309",
25
+ "601100",
26
+ "002353"
27
+ ],
28
+ "initial_cash": 100000.0,
29
+ "metrics": {
30
+ "total_return": -0.0,
31
+ "annualized_return": -0.01,
32
+ "max_drawdown": 4.06,
33
+ "max_drawdown_duration": 54,
34
+ "sharpe_ratio": -0.2,
35
+ "sortino_ratio": -0.34,
36
+ "cvar_95": 1.02,
37
+ "volatility": 8.24,
38
+ "total_trades": 90,
39
+ "trading_days": 102,
40
+ "avg_position_days": 58.8,
41
+ "avg_turnover_ratio": 0.0101,
42
+ "peak_turnover_ratio": 0.1664,
43
+ "annualized_turnover_ratio": 2.534,
44
+ "total_turnover_ratio": 1.0257,
45
+ "win_rate": 46.34,
46
+ "initial_cash": 100000.0,
47
+ "final_value": 99995.24,
48
+ "final_cash": 32230.52,
49
+ "benchmark_annualized_return": 21.26,
50
+ "benchmark_total_return": 8.11,
51
+ "up_capture_ratio": 0.31,
52
+ "down_capture_ratio": 0.48,
53
+ "break_even_transaction_cost": 0.0,
54
+ "avg_cash_ratio": 0.3892,
55
+ "avg_gross_exposure": 0.6108,
56
+ "benchmark_source": "equal_weight_basket",
57
+ "value_filter_pass_rate": 0.0,
58
+ "value_consistency_score": 0.0
59
+ },
60
+ "summary": {
61
+ "initial_cash": 100000.0,
62
+ "final_value": 99995.24,
63
+ "total_return": -0.0,
64
+ "total_trades": 90,
65
+ "buy_trades": 61,
66
+ "sell_trades": 29,
67
+ "trading_days": 102,
68
+ "final_cash": 32230.52,
69
+ "final_positions": {
70
+ "600036": {
71
+ "shares": 132,
72
+ "value": 5104.44,
73
+ "last_price": 38.67
74
+ },
75
+ "601166": {
76
+ "shares": 346,
77
+ "value": 6470.2,
78
+ "last_price": 18.7
79
+ },
80
+ "000001": {
81
+ "shares": 464,
82
+ "value": 5025.12,
83
+ "last_price": 10.83
84
+ },
85
+ "002142": {
86
+ "shares": 177,
87
+ "value": 5478.15,
88
+ "last_price": 30.95
89
+ },
90
+ "600519": {
91
+ "shares": 7,
92
+ "value": 9807.0,
93
+ "last_price": 1401.0
94
+ },
95
+ "000858": {
96
+ "shares": 45,
97
+ "value": 4725.0,
98
+ "last_price": 105.0
99
+ },
100
+ "600887": {
101
+ "shares": 198,
102
+ "value": 5215.32,
103
+ "last_price": 26.34
104
+ },
105
+ "300750": {
106
+ "shares": 18,
107
+ "value": 6300.0,
108
+ "last_price": 350.0
109
+ },
110
+ "002415": {
111
+ "shares": 120,
112
+ "value": 3759.6,
113
+ "last_price": 31.33
114
+ },
115
+ "300760": {
116
+ "shares": 24,
117
+ "value": 4542.24,
118
+ "last_price": 189.26
119
+ },
120
+ "601899": {
121
+ "shares": 140,
122
+ "value": 5619.6,
123
+ "last_price": 40.14
124
+ },
125
+ "600309": {
126
+ "shares": 65,
127
+ "value": 5718.05,
128
+ "last_price": 87.97
129
+ }
130
+ }
131
+ },
132
+ "config": {
133
+ "tickers": [
134
+ "600036",
135
+ "601166",
136
+ "000001",
137
+ "002142",
138
+ "600519",
139
+ "000858",
140
+ "600887",
141
+ "603288",
142
+ "300750",
143
+ "002415",
144
+ "603986",
145
+ "688111",
146
+ "300760",
147
+ "600276",
148
+ "300347",
149
+ "300122",
150
+ "601899",
151
+ "600309",
152
+ "601100",
153
+ "002353"
154
+ ],
155
+ "workflow_analysts": [
156
+ "fundamental",
157
+ "technical",
158
+ "company_news"
159
+ ],
160
+ "personalities": [
161
+ "fundamental_value",
162
+ "behavioral_momentum",
163
+ "macro_tactical",
164
+ "smart_beta_passive",
165
+ "equal_weight_index"
166
+ ],
167
+ "market": "cn",
168
+ "cashflow": 100000.0,
169
+ "trading": {
170
+ "market": "CN"
171
+ },
172
+ "benchmark": {
173
+ "mode": "equal_weight"
174
+ },
175
+ "value_filter": {
176
+ "max_ev_to_ebitda": 15.0,
177
+ "min_fscore_lite": 3,
178
+ "require_positive_roa": true,
179
+ "require_positive_ocf": true,
180
+ "min_current_ratio": 1.0,
181
+ "require_positive_profit_margin": false
182
+ }
183
+ }
184
+ }
runs/exp1_caseStudy_cn_6m/fundamental_value/trades.csv ADDED
@@ -0,0 +1,91 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ date,ticker,action,shares,price,value,justification
2
+ 2025-09-01,002142,BUY,175,28.52,4991.0,
3
+ 2025-09-01,000001,BUY,17,11.89,202.13,
4
+ 2025-09-01,300760,BUY,4,246.48,985.92,
5
+ 2025-09-01,601899,BUY,205,24.38,4997.9,
6
+ 2025-09-01,600309,BUY,5,69.02,345.1,
7
+ 2025-09-01,601166,BUY,229,21.81,4994.49,
8
+ 2025-09-01,600036,BUY,119,41.98,4995.62,
9
+ 2025-09-01,300750,BUY,16,304.0,4864.0,
10
+ 2025-09-01,000858,BUY,15,128.87,1933.05,
11
+ 2025-09-01,600887,BUY,176,28.27,4975.52,
12
+ 2025-09-03,600519,BUY,3,1480.55,4441.65,
13
+ 2025-09-09,000858,BUY,9,128.8,1159.2,
14
+ 2025-09-10,300760,BUY,13,238.71,3103.23,
15
+ 2025-09-10,000001,BUY,410,11.77,4825.7,
16
+ 2025-09-16,601166,BUY,13,20.7,269.1,
17
+ 2025-09-19,600276,BUY,3,69.65,208.95,
18
+ 2025-09-22,002142,BUY,14,26.35,368.9,
19
+ 2025-09-22,000858,BUY,16,122.5,1960.0,
20
+ 2025-09-23,688111,BUY,16,295.46,4727.36,
21
+ 2025-09-24,688111,SELL,16,310.84,4973.44,
22
+ 2025-09-26,300750,BUY,19,380.4,7227.6,
23
+ 2025-09-29,600036,BUY,8,40.68,325.44,
24
+ 2025-09-30,000001,BUY,19,11.34,215.46,
25
+ 2025-09-30,000858,SELL,13,121.48,1579.24,
26
+ 2025-09-30,601899,SELL,33,29.44,971.52,
27
+ 2025-10-09,600276,SELL,3,71.15,213.45,
28
+ 2025-10-09,000858,BUY,14,121.16,1696.24,
29
+ 2025-10-13,600519,BUY,2,1419.2,2838.4,
30
+ 2025-10-15,002142,SELL,3,27.17,81.51,
31
+ 2025-10-16,002415,BUY,7,33.4,233.8,
32
+ 2025-10-16,000001,SELL,35,11.54,403.9,
33
+ 2025-10-16,300760,BUY,4,230.93,923.72,
34
+ 2025-10-17,600309,BUY,5,61.51,307.55,
35
+ 2025-10-20,603288,BUY,129,38.94,5023.26,
36
+ 2025-10-21,600309,SELL,10,61.18,611.8,
37
+ 2025-10-22,002415,SELL,7,33.47,234.29,
38
+ 2025-10-24,300750,SELL,8,385.77,3086.16,
39
+ 2025-10-27,000858,BUY,1,120.29,120.29,
40
+ 2025-10-28,300750,SELL,5,386.48,1932.4,
41
+ 2025-10-29,600519,BUY,2,1431.9,2863.8,
42
+ 2025-10-30,600519,BUY,2,1426.74,2853.48,
43
+ 2025-10-30,601166,BUY,10,20.03,200.3,
44
+ 2025-10-31,600309,BUY,6,62.63,375.78,
45
+ 2025-11-03,600309,SELL,6,62.52,375.12,
46
+ 2025-11-04,600887,BUY,10,27.07,270.7,
47
+ 2025-11-05,600519,SELL,6,1420.08,8520.48,
48
+ 2025-11-05,600309,BUY,4,61.47,245.88,
49
+ 2025-11-06,300760,BUY,3,206.35,619.05,
50
+ 2025-11-06,600309,BUY,2,61.7,123.4,
51
+ 2025-11-10,002415,BUY,160,31.81,5089.6,
52
+ 2025-11-11,002415,SELL,40,31.72,1268.8,
53
+ 2025-11-11,601166,SELL,16,21.27,340.32,
54
+ 2025-11-12,000001,BUY,25,11.68,292.0,
55
+ 2025-11-12,000858,BUY,42,120.38,5055.96,
56
+ 2025-11-14,603986,BUY,24,205.78,4938.72,
57
+ 2025-11-17,603986,SELL,24,207.5,4980.0,
58
+ 2025-11-17,002353,BUY,4,52.52,210.08,
59
+ 2025-11-17,002142,BUY,22,28.8,633.6,
60
+ 2025-11-17,000001,BUY,3,11.67,35.01,
61
+ 2025-11-18,002353,SELL,4,53.3,213.2,
62
+ 2025-11-18,000858,SELL,42,120.36,5055.12,
63
+ 2025-11-24,300750,SELL,4,370.55,1482.2,
64
+ 2025-12-03,603288,SELL,129,36.41,4696.89,
65
+ 2025-12-04,601166,BUY,5,20.87,104.35,
66
+ 2025-12-04,600036,BUY,50,43.22,2161.0,
67
+ 2025-12-04,603288,BUY,139,36.22,5034.58,
68
+ 2025-12-08,000858,BUY,2,113.27,226.54,
69
+ 2025-12-09,601166,BUY,5,20.72,103.6,
70
+ 2025-12-09,603288,SELL,69,36.47,2516.43,
71
+ 2025-12-10,600036,BUY,50,41.7,2085.0,
72
+ 2025-12-12,600887,BUY,12,28.7,344.4,
73
+ 2025-12-18,600309,SELL,6,75.54,453.24,
74
+ 2025-12-18,000858,BUY,1,110.43,110.43,
75
+ 2025-12-22,600519,BUY,10,1408.26,14082.6,
76
+ 2025-12-23,601899,SELL,32,32.09,1026.88,
77
+ 2025-12-24,002142,SELL,18,28.37,510.66,
78
+ 2025-12-25,601166,BUY,100,21.04,2104.0,
79
+ 2025-12-25,600519,SELL,8,1414.17,11313.36,
80
+ 2025-12-26,600309,BUY,65,76.98,5003.7,
81
+ 2025-12-26,002142,BUY,11,28.0,308.0,
82
+ 2025-12-29,000001,SELL,65,11.56,751.4,
83
+ 2026-01-06,600519,BUY,5,1428.01,7140.05,
84
+ 2026-01-08,002142,SELL,24,28.68,688.32,
85
+ 2026-01-08,600036,SELL,105,41.58,4365.9,
86
+ 2026-01-09,600519,SELL,3,1419.1,4257.3,
87
+ 2026-01-16,000001,BUY,72,11.19,805.68,
88
+ 2026-01-19,603288,SELL,70,36.86,2580.2,
89
+ 2026-01-21,000001,BUY,5,11.07,55.35,
90
+ 2026-01-23,600036,BUY,10,37.5,375.0,
91
+ 2026-01-30,000001,BUY,13,10.83,140.79,
runs/exp1_caseStudy_cn_6m/low_volatility/backtest_report.md ADDED
@@ -0,0 +1,140 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Backtest Report
2
+
3
+ **Run ID:** mp_smart_beta_passive_20260413_163905_878984
4
+ **Period:** 2025-09-01 to 2026-02-28
5
+ **Market:** CN
6
+ **Tickers:** 600036, 601166, 000001, 002142, 600519, 000858, 600887, 603288, 300750, 002415, 603986, 688111, 300760, 600276, 300347, 300122, 601899, 600309, 601100, 002353
7
+ **Initial Capital:** $100,000.00
8
+
9
+
10
+ ## Summary
11
+
12
+ | Metric | Value |
13
+ |--------|-------|
14
+ | **Initial Capital** | $100,000.00 |
15
+ | **Final Value** | $100,301.88 |
16
+ | **Total Return** | +0.30% |
17
+ | **Annualized Return** | +0.75% |
18
+ | **Trading Days** | 102 |
19
+ | **Benchmark Return** | +8.11% |
20
+ | **Benchmark Source** | equal_weight_basket |
21
+
22
+
23
+ ## Performance Metrics
24
+
25
+ | Metric | Value |
26
+ |--------|-------|
27
+ | **Sharpe Ratio** | -0.22 |
28
+ | **Sortino Ratio** | -0.39 |
29
+ | **Max Drawdown** | 2.62% |
30
+ | **Max Drawdown Duration** | 54 days |
31
+ | **Volatility (Ann.)** | 5.04% |
32
+ | **Win Rate** | 47.2% |
33
+ | **Excess Return (Ann.)** | -20.51% |
34
+ | **Alpha (Ann.)** | -5.29% |
35
+ | **Beta** | 0.21 |
36
+ | **Tracking Error (Ann.)** | 12.79% |
37
+ | **Information Ratio** | -1.53 |
38
+ | **Calmar Ratio** | 0.29 |
39
+ | **CVaR (95%)** | 0.56% |
40
+ | **Up Capture Ratio** | 0.15 |
41
+ | **Down Capture Ratio** | 0.24 |
42
+ | **Break-even TC (one-way)** | 0.0000% |
43
+
44
+
45
+ ## Behavior Metrics
46
+
47
+ | Metric | Value |
48
+ |--------|-------|
49
+ | **Trade Count** | 85 |
50
+ | **Avg Position Days** | 69.7 |
51
+ | **Avg Turnover Ratio** | 0.44% |
52
+ | **Peak Turnover Ratio** | 8.74% |
53
+ | **Annualized Turnover Ratio** | 1.11x |
54
+ | **Avg Cash Ratio** | 69.55% |
55
+ | **Avg Gross Exposure** | 30.45% |
56
+
57
+
58
+ ## Trade Summary
59
+
60
+ - **Total Trades:** 85
61
+ - **Buy Orders:** 56
62
+ - **Sell Orders:** 29
63
+
64
+ ### Trade Log
65
+
66
+ | Date | Ticker | Action | Shares | Price | Value |
67
+ |------|--------|--------|--------|-------|-------|
68
+ | 2025-09-01 | 000001 | BUY | 12 | $11.89 | $142.68 |
69
+ | 2025-09-01 | 000858 | BUY | 2 | $128.87 | $257.74 |
70
+ | 2025-09-01 | 002142 | BUY | 4 | $28.52 | $114.08 |
71
+ | 2025-09-01 | 002415 | BUY | 4 | $31.15 | $124.60 |
72
+ | 2025-09-01 | 300750 | BUY | 3 | $304.00 | $912.00 |
73
+ | 2025-09-01 | 600036 | BUY | 15 | $41.98 | $629.70 |
74
+ | 2025-09-01 | 600276 | BUY | 5 | $68.35 | $341.75 |
75
+ | 2025-09-01 | 600309 | BUY | 2 | $69.02 | $138.04 |
76
+ | 2025-09-01 | 600887 | BUY | 7 | $28.27 | $197.89 |
77
+ | 2025-09-01 | 601166 | BUY | 20 | $21.81 | $436.20 |
78
+ | 2025-09-01 | 601899 | BUY | 20 | $24.38 | $487.60 |
79
+ | 2025-09-22 | 000001 | SELL | 12 | $11.38 | $136.56 |
80
+ | 2025-09-22 | 002142 | SELL | 4 | $26.35 | $105.40 |
81
+ | 2025-09-22 | 600276 | SELL | 5 | $71.05 | $355.25 |
82
+ | 2025-09-22 | 600309 | SELL | 2 | $64.10 | $128.20 |
83
+ | 2025-09-22 | 600887 | SELL | 7 | $27.55 | $192.85 |
84
+ | 2025-09-22 | 000858 | BUY | 16 | $122.50 | $1,960.00 |
85
+ | 2025-09-22 | 002415 | BUY | 41 | $30.41 | $1,246.81 |
86
+ | 2025-09-22 | 300750 | BUY | 8 | $370.05 | $2,960.40 |
87
+ | 2025-09-22 | 600036 | BUY | 66 | $40.92 | $2,700.72 |
88
+ | 2025-09-22 | 600519 | BUY | 3 | $1453.35 | $4,360.05 |
89
+ | 2025-09-22 | 601166 | BUY | 95 | $20.13 | $1,912.35 |
90
+ | 2025-09-22 | 601899 | BUY | 57 | $25.37 | $1,446.09 |
91
+ | 2025-10-13 | 000858 | BUY | 15 | $119.85 | $1,797.75 |
92
+ | 2025-10-13 | 002415 | BUY | 30 | $33.36 | $1,000.80 |
93
+ | 2025-10-13 | 300750 | BUY | 7 | $374.50 | $2,621.50 |
94
+ | 2025-10-13 | 600036 | BUY | 57 | $40.11 | $2,286.27 |
95
+ | 2025-10-13 | 600519 | BUY | 2 | $1419.20 | $2,838.40 |
96
+ | 2025-10-13 | 601166 | BUY | 83 | $19.70 | $1,635.10 |
97
+ | 2025-10-13 | 601899 | BUY | 33 | $31.30 | $1,032.90 |
98
+ | 2025-11-03 | 000858 | SELL | 9 | $118.98 | $1,070.82 |
99
+ | 2025-11-03 | 002415 | SELL | 22 | $32.60 | $717.20 |
100
+ | 2025-11-03 | 300750 | SELL | 3 | $386.86 | $1,160.58 |
101
+ | 2025-11-03 | 600036 | SELL | 31 | $41.79 | $1,295.49 |
102
+ | 2025-11-03 | 600519 | SELL | 1 | $1435.00 | $1,435.00 |
103
+ | 2025-11-03 | 601166 | SELL | 46 | $20.56 | $945.76 |
104
+ | 2025-11-03 | 601899 | SELL | 16 | $30.00 | $480.00 |
105
+ | 2025-11-03 | 000001 | BUY | 13 | $11.43 | $148.59 |
106
+ | 2025-11-03 | 002142 | BUY | 4 | $28.74 | $114.96 |
107
+ | 2025-11-03 | 600276 | BUY | 6 | $63.40 | $380.40 |
108
+ | 2025-11-03 | 600309 | BUY | 2 | $62.52 | $125.04 |
109
+ | 2025-11-03 | 600887 | BUY | 9 | $27.45 | $247.05 |
110
+ | 2025-11-24 | 000001 | SELL | 13 | $11.60 | $150.80 |
111
+ | 2025-11-24 | 002142 | SELL | 4 | $28.66 | $114.64 |
112
+ | 2025-11-24 | 600276 | SELL | 6 | $60.66 | $363.96 |
113
+ | 2025-11-24 | 600309 | SELL | 2 | $62.79 | $125.58 |
114
+ | 2025-11-24 | 600887 | SELL | 9 | $28.91 | $260.19 |
115
+ | 2025-11-24 | 000858 | BUY | 14 | $118.52 | $1,659.28 |
116
+ | 2025-11-24 | 002415 | BUY | 35 | $29.86 | $1,045.10 |
117
+ | 2025-11-24 | 300750 | BUY | 6 | $370.55 | $2,223.30 |
118
+
119
+ *...and 35 more trades*
120
+
121
+
122
+ ## Final Positions
123
+
124
+ | Ticker | Shares | Value |
125
+ |--------|--------|-------|
126
+ | 600036 | 187 | $7,231.29 |
127
+ | 601166 | 266 | $4,974.20 |
128
+ | 600519 | 8 | $11,208.00 |
129
+ | 000858 | 49 | $5,145.00 |
130
+ | 300750 | 25 | $8,750.00 |
131
+ | 002415 | 101 | $3,164.33 |
132
+ | 601899 | 124 | $4,977.36 |
133
+
134
+ **Cash Balance:** $54,851.70
135
+
136
+
137
+ ---
138
+
139
+ *Report generated at 2026-04-14 18:33:06*
140
+ *Backtest Framework v1.0*
runs/exp1_caseStudy_cn_6m/low_volatility/equity_curve.csv ADDED
@@ -0,0 +1,103 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ date,total_value,daily_return,cashflow,benchmark_value,benchmark_return
2
+ 2025-09-01,100000.0,0.0,96217.72,100000.0,0.0
3
+ 2025-09-02,100022.0,0.022,96217.72,100037.55222830045,0.037552228300463675
4
+ 2025-09-03,100037.11,0.0151,96217.72,99251.79316173487,-0.7482068382651308
5
+ 2025-09-04,99983.17,-0.0539,96217.72,96699.91919056367,-3.3000808094363343
6
+ 2025-09-05,100093.82,0.1107,96217.72,98870.19240498942,-1.1298075950105901
7
+ 2025-09-08,100085.12,-0.0087,96217.72,99961.3006078263,-0.03869939217370222
8
+ 2025-09-09,100083.34,-0.0018,96217.72,99151.97230429009,-0.8480276957099075
9
+ 2025-09-10,100063.21,-0.0201,96217.72,98811.47660686531,-1.1885233931346884
10
+ 2025-09-11,100102.82,0.0396,96217.72,100087.81514509757,0.08781514509756949
11
+ 2025-09-12,100081.38,-0.0214,96217.72,99624.65587546732,-0.37534412453268384
12
+ 2025-09-15,100151.53,0.0701,96217.72,100270.96887418044,0.2709688741804328
13
+ 2025-09-16,100124.16,-0.0273,96217.72,99832.39689656234,-0.1676031034376635
14
+ 2025-09-17,100192.57,0.0683,96217.72,100176.92991961002,0.1769299196100249
15
+ 2025-09-18,100121.37,-0.0711,96217.72,99271.50731696024,-0.7284926830397609
16
+ 2025-09-19,100132.56,0.0112,96217.72,99104.45278854946,-0.8955472114505425
17
+ 2025-09-22,100136.57,0.004,80549.56,98930.55808772208,-1.0694419122779242
18
+ 2025-09-23,100204.78,0.0681,80549.56,98489.7743701652,-1.5102256298347938
19
+ 2025-09-24,100322.23,0.1172,80549.56,99797.97427566453,-0.20202572433547505
20
+ 2025-09-25,100511.43,0.1886,80549.56,100488.74146608092,0.48874146608091085
21
+ 2025-09-26,100333.12,-0.1774,80549.56,99397.69955752249,-0.6023004424775102
22
+ 2025-09-29,100718.79,0.3844,80549.56,100848.48342219916,0.8484834221991644
23
+ 2025-09-30,100731.41,0.0125,80549.56,101674.95759223102,1.674957592231019
24
+ 2025-10-09,101109.26,0.3751,80549.56,103757.59753974881,3.7575975397488026
25
+ 2025-10-10,100636.02,-0.468,80549.56,101396.20399399944,1.3962039939994453
26
+ 2025-10-13,100509.67,-0.1256,67336.84,100496.59485317502,0.4965948531750142
27
+ 2025-10-14,100502.42,-0.0072,67336.84,99299.51114685318,-0.700488853146819
28
+ 2025-10-15,100981.48,0.4767,67336.84,100786.08967098406,0.7860896709840581
29
+ 2025-10-16,101136.95,0.154,67336.84,100713.37495896808,0.7133749589680827
30
+ 2025-10-17,100588.91,-0.5419,67336.84,98463.1836849376,-1.536816315062406
31
+ 2025-10-20,100625.61,0.0365,67336.84,98803.58491085749,-1.1964150891425107
32
+ 2025-10-21,100925.42,0.2979,67336.84,99812.08864499845,-0.18791135500154654
33
+ 2025-10-22,100883.17,-0.0419,67336.84,99201.02904589985,-0.7989709541001533
34
+ 2025-10-23,101170.58,0.2849,67336.84,99547.9952281932,-0.452004771806791
35
+ 2025-10-24,101168.22,-0.0023,67336.84,99901.91682996243,-0.09808317003756617
36
+ 2025-10-27,101196.76,0.0282,67336.84,101313.59368327854,1.3135936832785466
37
+ 2025-10-28,101021.64,-0.173,67336.84,100843.73245450594,0.8437324545059299
38
+ 2025-10-29,101112.82,0.0903,67336.84,101699.00477083713,1.6990047708371314
39
+ 2025-10-30,101114.41,0.0016,67336.84,101243.8554744644,1.243855474464417
40
+ 2025-10-31,100880.03,-0.2318,67336.84,101040.3414984519,1.0403414984519133
41
+ 2025-11-03,100984.56,0.1036,73425.65,101289.09664790412,1.289096647904131
42
+ 2025-11-04,100847.7,-0.1355,73425.65,100553.5050365056,0.5535050365055971
43
+ 2025-11-05,100932.34,0.0839,73425.65,100161.81801815324,0.16181801815324803
44
+ 2025-11-06,101107.52,0.1736,73425.65,101181.76357464513,1.1817635746451227
45
+ 2025-11-07,101169.54,0.0613,73425.65,101264.6695767028,1.2646695767027927
46
+ 2025-11-10,101283.85,0.113,73425.65,101548.48162738816,1.5484816273881652
47
+ 2025-11-11,101266.25,-0.0174,73425.65,101110.55765987842,1.1105576598784195
48
+ 2025-11-12,101273.65,0.0073,73425.65,100475.29752114713,0.4752975211471444
49
+ 2025-11-13,101922.51,0.6407,73425.65,102332.22710651226,2.3322271065122635
50
+ 2025-11-14,101626.53,-0.2904,73425.65,101051.71674343351,1.0517167434335173
51
+ 2025-11-17,101240.44,-0.3799,73425.65,99997.01972387514,-0.0029802761248531873
52
+ 2025-11-18,101149.03,-0.0903,73425.65,99741.61619434449,-0.25838380565551544
53
+ 2025-11-19,101338.97,0.1878,73425.65,99934.31459269683,-0.06568540730317318
54
+ 2025-11-20,101119.99,-0.2161,73425.65,98960.94785255055,-1.0390521474494485
55
+ 2025-11-21,100799.2,-0.3172,73425.65,97243.46770721846,-2.756532292781544
56
+ 2025-11-24,100621.06,-0.1767,62225.5,97198.95762423263,-2.801042375767371
57
+ 2025-11-25,100872.72,0.2501,62225.5,98080.08909058213,-1.9199109094178657
58
+ 2025-11-26,100859.68,-0.0129,62225.5,98246.1949148119,-1.7538050851880982
59
+ 2025-11-27,100820.15,-0.0392,62225.5,98951.5176794744,-1.048482320525601
60
+ 2025-11-28,100803.07,-0.0169,62225.5,99766.93287183289,-0.23306712816710817
61
+ 2025-12-01,101314.67,0.5075,62225.5,101609.44792823949,1.6094479282394936
62
+ 2025-12-02,101082.56,-0.2291,62225.5,100491.72319313553,0.49172319313552926
63
+ 2025-12-03,100832.02,-0.2479,62225.5,100614.93106283149,0.6149310628314808
64
+ 2025-12-04,101022.34,0.1887,62225.5,101015.39010723539,1.0153901072353921
65
+ 2025-12-05,101276.26,0.2514,62225.5,102360.72971138802,2.36072971138801
66
+ 2025-12-08,101244.3,-0.0316,62225.5,102433.74393551287,2.4337439355128776
67
+ 2025-12-09,100707.99,-0.5297,62225.5,101562.64875271847,1.5626487527184763
68
+ 2025-12-10,100398.49,-0.3073,62225.5,101546.65152130795,1.5466515213079512
69
+ 2025-12-11,100589.99,0.1907,62225.5,101036.57627887139,1.0365762788713928
70
+ 2025-12-12,100866.06,0.2745,62225.5,102141.21260704033,2.1412126070403215
71
+ 2025-12-15,100724.39,-0.1405,52779.54,101605.39520650619,1.6053952065061994
72
+ 2025-12-16,100251.66,-0.4693,52779.54,100243.21468061839,0.24321468061838658
73
+ 2025-12-17,100592.65,0.3401,52779.54,101335.58704983068,1.3355870498306777
74
+ 2025-12-18,100436.95,-0.1548,52779.54,101498.86674876398,1.4988667487639828
75
+ 2025-12-19,100334.36,-0.1021,52779.54,101513.78172250964,1.513781722509644
76
+ 2025-12-22,100392.56,0.058,52779.54,102116.26864072413,2.116268640724117
77
+ 2025-12-23,100494.78,0.1018,52779.54,101972.32965898894,1.972329658988925
78
+ 2025-12-24,100386.37,-0.1079,52779.54,102358.1212052366,2.3581212052365963
79
+ 2025-12-25,100478.8,0.0921,52779.54,102688.1138546873,2.688113854687302
80
+ 2025-12-26,100729.41,0.2494,52779.54,103610.80820866236,3.6108082086623527
81
+ 2025-12-29,100371.55,-0.3553,52779.54,103056.8886305332,3.0568886305331944
82
+ 2025-12-30,100367.61,-0.0039,52779.54,103077.21099492119,3.077210994921198
83
+ 2025-12-31,100261.58,-0.1056,52779.54,102317.36852783366,2.317368527833663
84
+ 2026-01-05,101204.54,0.9405,64202.62,105143.2228905463,5.143222890546295
85
+ 2026-01-06,101599.42,0.3902,64202.62,106982.19076821544,6.982190768215446
86
+ 2026-01-07,101241.39,-0.3524,64202.62,107170.10159167847,7.170101591678457
87
+ 2026-01-08,100904.47,-0.3328,64202.62,105982.97176437893,5.9829717643789415
88
+ 2026-01-09,101028.43,0.1228,64202.62,106661.1620097987,6.661162009798693
89
+ 2026-01-12,101060.6,0.0318,64202.62,107777.54676558689,7.777546765586885
90
+ 2026-01-13,100999.74,-0.0602,64202.62,108557.81281451347,8.557812814513465
91
+ 2026-01-14,100611.57,-0.3843,64202.62,108064.42076860965,8.064420768609647
92
+ 2026-01-15,100445.98,-0.1646,64202.62,107159.89829323845,7.1598982932384425
93
+ 2026-01-16,99979.95,-0.464,64202.62,107389.03297891645,7.389032978916443
94
+ 2026-01-19,99809.54,-0.1704,64202.62,107250.18862034092,7.250188620340925
95
+ 2026-01-20,99868.86,0.0594,64202.62,107007.68192824816,7.007681928248166
96
+ 2026-01-21,99715.25,-0.1538,64202.62,108000.40253392207,8.000402533922069
97
+ 2026-01-22,99362.74,-0.3535,64202.62,107444.84938037148,7.444849380371488
98
+ 2026-01-23,99250.34,-0.1131,64202.62,106900.8018357162,6.900801835716197
99
+ 2026-01-26,99446.74,0.1979,54851.7,107519.65892994289,7.519658929942885
100
+ 2026-01-27,99419.12,-0.0278,54851.7,107458.05934503807,7.4580593450380706
101
+ 2026-01-28,99358.4,-0.0611,54851.7,108223.53209065349,8.223532090653496
102
+ 2026-01-29,101198.29,1.8518,54851.7,109577.95584522703,9.577955845227027
103
+ 2026-01-30,100301.88,-0.8858,54851.7,108114.34444407292,8.11434444407293
runs/exp1_caseStudy_cn_6m/low_volatility/equity_curve.png ADDED

Git LFS Details

  • SHA256: 94b590399f246bb72bafcf0d7d071cbbcbc8e0c972a8f8ddb522f19decdfc93d
  • Pointer size: 131 Bytes
  • Size of remote file: 244 kB
runs/exp1_caseStudy_cn_6m/low_volatility/metrics.json ADDED
@@ -0,0 +1,150 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "run_id": "mp_smart_beta_passive_20260413_163905_878984",
3
+ "start_date": "2025-09-01",
4
+ "end_date": "2026-02-28",
5
+ "market": "cn",
6
+ "tickers": [
7
+ "600036",
8
+ "601166",
9
+ "000001",
10
+ "002142",
11
+ "600519",
12
+ "000858",
13
+ "600887",
14
+ "603288",
15
+ "300750",
16
+ "002415",
17
+ "603986",
18
+ "688111",
19
+ "300760",
20
+ "600276",
21
+ "300347",
22
+ "300122",
23
+ "601899",
24
+ "600309",
25
+ "601100",
26
+ "002353"
27
+ ],
28
+ "initial_cash": 100000.0,
29
+ "metrics": {
30
+ "total_return": 0.3,
31
+ "annualized_return": 0.75,
32
+ "max_drawdown": 2.62,
33
+ "max_drawdown_duration": 54,
34
+ "sharpe_ratio": -0.22,
35
+ "sortino_ratio": -0.39,
36
+ "cvar_95": 0.56,
37
+ "volatility": 5.04,
38
+ "total_trades": 85,
39
+ "trading_days": 102,
40
+ "avg_position_days": 69.73,
41
+ "avg_turnover_ratio": 0.0044,
42
+ "peak_turnover_ratio": 0.0874,
43
+ "annualized_turnover_ratio": 1.1093,
44
+ "total_turnover_ratio": 0.449,
45
+ "win_rate": 47.22,
46
+ "initial_cash": 100000.0,
47
+ "final_value": 100301.88,
48
+ "final_cash": 54851.7,
49
+ "benchmark_annualized_return": 21.26,
50
+ "benchmark_total_return": 8.11,
51
+ "up_capture_ratio": 0.15,
52
+ "down_capture_ratio": 0.24,
53
+ "break_even_transaction_cost": 0.0,
54
+ "avg_cash_ratio": 0.6955,
55
+ "avg_gross_exposure": 0.3045,
56
+ "benchmark_source": "equal_weight_basket"
57
+ },
58
+ "summary": {
59
+ "initial_cash": 100000.0,
60
+ "final_value": 100301.88,
61
+ "total_return": 0.3,
62
+ "total_trades": 85,
63
+ "buy_trades": 56,
64
+ "sell_trades": 29,
65
+ "trading_days": 102,
66
+ "final_cash": 54851.7,
67
+ "final_positions": {
68
+ "600036": {
69
+ "shares": 187,
70
+ "value": 7231.29,
71
+ "last_price": 38.67
72
+ },
73
+ "601166": {
74
+ "shares": 266,
75
+ "value": 4974.2,
76
+ "last_price": 18.7
77
+ },
78
+ "600519": {
79
+ "shares": 8,
80
+ "value": 11208.0,
81
+ "last_price": 1401.0
82
+ },
83
+ "000858": {
84
+ "shares": 49,
85
+ "value": 5145.0,
86
+ "last_price": 105.0
87
+ },
88
+ "300750": {
89
+ "shares": 25,
90
+ "value": 8750.0,
91
+ "last_price": 350.0
92
+ },
93
+ "002415": {
94
+ "shares": 101,
95
+ "value": 3164.33,
96
+ "last_price": 31.33
97
+ },
98
+ "601899": {
99
+ "shares": 124,
100
+ "value": 4977.36,
101
+ "last_price": 40.14
102
+ }
103
+ }
104
+ },
105
+ "config": {
106
+ "tickers": [
107
+ "600036",
108
+ "601166",
109
+ "000001",
110
+ "002142",
111
+ "600519",
112
+ "000858",
113
+ "600887",
114
+ "603288",
115
+ "300750",
116
+ "002415",
117
+ "603986",
118
+ "688111",
119
+ "300760",
120
+ "600276",
121
+ "300347",
122
+ "300122",
123
+ "601899",
124
+ "600309",
125
+ "601100",
126
+ "002353"
127
+ ],
128
+ "workflow_analysts": [
129
+ "fundamental",
130
+ "technical",
131
+ "company_news"
132
+ ],
133
+ "personalities": [
134
+ "fundamental_value",
135
+ "behavioral_momentum",
136
+ "macro_tactical",
137
+ "smart_beta_passive",
138
+ "equal_weight_index"
139
+ ],
140
+ "market": "cn",
141
+ "cashflow": 100000.0,
142
+ "trading": {
143
+ "market": "CN"
144
+ },
145
+ "benchmark": {
146
+ "mode": "equal_weight",
147
+ "index_code": "000300.SH"
148
+ }
149
+ }
150
+ }
runs/exp1_caseStudy_cn_6m/low_volatility/trades.csv ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ date,ticker,action,shares,price,value,justification
2
+ 2025-09-01,000001,BUY,12,11.89,142.68,
3
+ 2025-09-01,601899,BUY,20,24.38,487.6,
4
+ 2025-09-01,601166,BUY,20,21.81,436.2,
5
+ 2025-09-01,600309,BUY,2,69.02,138.04,
6
+ 2025-09-01,600276,BUY,5,68.35,341.75,
7
+ 2025-09-01,600887,BUY,7,28.27,197.89,
8
+ 2025-09-01,300750,BUY,3,304.0,912.0,
9
+ 2025-09-01,002415,BUY,4,31.15,124.6,
10
+ 2025-09-01,002142,BUY,4,28.52,114.08,
11
+ 2025-09-01,000858,BUY,2,128.87,257.74,
12
+ 2025-09-01,600036,BUY,15,41.98,629.7,
13
+ 2025-09-22,300750,BUY,8,370.05,2960.4,
14
+ 2025-09-22,601899,BUY,57,25.37,1446.09,
15
+ 2025-09-22,601166,BUY,95,20.13,1912.35,
16
+ 2025-09-22,600519,BUY,3,1453.35,4360.05,
17
+ 2025-09-22,600036,BUY,66,40.92,2700.72,
18
+ 2025-09-22,002415,BUY,41,30.41,1246.81,
19
+ 2025-09-22,002142,SELL,4,26.35,105.4,
20
+ 2025-09-22,600887,SELL,7,27.55,192.85,
21
+ 2025-09-22,600309,SELL,2,64.1,128.2,
22
+ 2025-09-22,600276,SELL,5,71.05,355.25,
23
+ 2025-09-22,000001,SELL,12,11.38,136.56,
24
+ 2025-09-22,000858,BUY,16,122.5,1960.0,
25
+ 2025-10-13,601166,BUY,83,19.7,1635.1,
26
+ 2025-10-13,601899,BUY,33,31.3,1032.9,
27
+ 2025-10-13,600519,BUY,2,1419.2,2838.4,
28
+ 2025-10-13,000858,BUY,15,119.85,1797.75,
29
+ 2025-10-13,300750,BUY,7,374.5,2621.5,
30
+ 2025-10-13,002415,BUY,30,33.36,1000.8,
31
+ 2025-10-13,600036,BUY,57,40.11,2286.27,
32
+ 2025-11-03,600887,BUY,9,27.45,247.05,
33
+ 2025-11-03,600309,BUY,2,62.52,125.04,
34
+ 2025-11-03,600276,BUY,6,63.4,380.4,
35
+ 2025-11-03,002142,BUY,4,28.74,114.96,
36
+ 2025-11-03,601899,SELL,16,30.0,480.0,
37
+ 2025-11-03,000001,BUY,13,11.43,148.59,
38
+ 2025-11-03,600519,SELL,1,1435.0,1435.0,
39
+ 2025-11-03,600036,SELL,31,41.79,1295.49,
40
+ 2025-11-03,300750,SELL,3,386.86,1160.58,
41
+ 2025-11-03,002415,SELL,22,32.6,717.2,
42
+ 2025-11-03,000858,SELL,9,118.98,1070.82,
43
+ 2025-11-03,601166,SELL,46,20.56,945.76,
44
+ 2025-11-24,300750,BUY,6,370.55,2223.3,
45
+ 2025-11-24,601899,BUY,37,28.0,1036.0,
46
+ 2025-11-24,601166,BUY,66,21.01,1386.66,
47
+ 2025-11-24,600519,BUY,2,1452.0,2904.0,
48
+ 2025-11-24,600036,BUY,46,42.63,1960.98,
49
+ 2025-11-24,002415,BUY,35,29.86,1045.1,
50
+ 2025-11-24,000001,SELL,13,11.6,150.8,
51
+ 2025-11-24,600887,SELL,9,28.91,260.19,
52
+ 2025-11-24,002142,SELL,4,28.66,114.64,
53
+ 2025-11-24,000858,BUY,14,118.52,1659.28,
54
+ 2025-11-24,600309,SELL,2,62.79,125.58,
55
+ 2025-11-24,600276,SELL,6,60.66,363.96,
56
+ 2025-12-15,000858,BUY,11,112.45,1236.95,
57
+ 2025-12-15,002415,BUY,27,29.02,783.54,
58
+ 2025-12-15,300750,BUY,4,385.5,1542.0,
59
+ 2025-12-15,600519,BUY,2,1426.0,2852.0,
60
+ 2025-12-15,601166,BUY,50,20.69,1034.5,
61
+ 2025-12-15,601899,BUY,17,31.41,533.97,
62
+ 2025-12-15,600036,BUY,35,41.8,1463.0,
63
+ 2026-01-05,600887,BUY,8,28.61,228.88,
64
+ 2026-01-05,601899,SELL,30,35.4,1062.0,
65
+ 2026-01-05,600309,BUY,2,77.33,154.66,
66
+ 2026-01-05,600276,BUY,6,63.08,378.48,
67
+ 2026-01-05,002142,BUY,4,28.15,112.6,
68
+ 2026-01-05,000001,BUY,13,11.5,149.5,
69
+ 2026-01-05,601166,SELL,71,21.05,1494.55,
70
+ 2026-01-05,600036,SELL,49,42.35,2075.15,
71
+ 2026-01-05,300750,SELL,6,377.5,2265.0,
72
+ 2026-01-05,002415,SELL,36,30.0,1080.0,
73
+ 2026-01-05,000858,SELL,15,107.9,1618.5,
74
+ 2026-01-05,600519,SELL,2,1426.0,2852.0,
75
+ 2026-01-26,600519,BUY,2,1342.0,2684.0,
76
+ 2026-01-26,600036,BUY,48,38.02,1824.96,
77
+ 2026-01-26,300750,BUY,6,342.05,2052.3,
78
+ 2026-01-26,002415,BUY,22,32.31,710.82,
79
+ 2026-01-26,000858,BUY,15,102.34,1535.1,
80
+ 2026-01-26,600309,SELL,2,84.97,169.94,
81
+ 2026-01-26,600276,SELL,6,58.16,348.96,
82
+ 2026-01-26,002142,SELL,4,30.29,121.16,
83
+ 2026-01-26,000001,SELL,13,10.96,142.48,
84
+ 2026-01-26,601166,BUY,69,18.88,1302.72,
85
+ 2026-01-26,600887,SELL,8,26.68,213.44,
86
+ 2026-01-26,601899,BUY,6,39.5,237.0,
runs/exp1_caseStudy_cn_6m/macro_tactical/backtest_report.md ADDED
@@ -0,0 +1,307 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Backtest Report
2
+
3
+ **Run ID:** mp_macro_tactical_20260413_163905_878979
4
+ **Period:** 2025-09-01 to 2026-02-28
5
+ **Market:** CN
6
+ **Tickers:** 600036, 601166, 000001, 002142, 600519, 000858, 600887, 603288, 300750, 002415, 603986, 688111, 300760, 600276, 300347, 300122, 601899, 600309, 601100, 002353
7
+ **Initial Capital:** $100,000.00
8
+
9
+
10
+ ## Summary
11
+
12
+ | Metric | Value |
13
+ |--------|-------|
14
+ | **Initial Capital** | $100,000.00 |
15
+ | **Final Value** | $104,017.68 |
16
+ | **Total Return** | +4.02% |
17
+ | **Annualized Return** | +10.22% |
18
+ | **Trading Days** | 102 |
19
+ | **Benchmark Return** | +8.11% |
20
+ | **Benchmark Source** | equal_weight_basket |
21
+
22
+
23
+ ## FOF Overview
24
+
25
+ | Item | Value |
26
+ |------|-------|
27
+ | **Current State** | regime `bull`, turnover 4.82% |
28
+ | **Turnover Profile** | avg 11.20% / peak 84.61% |
29
+ | **Rebalance Activity** | executed 1777, skipped 0 |
30
+ | **Latest Sleeve Mix** | `balanced` 37.33%, `passive` 30.00%, `aggressive` 18.67% |
31
+ | **Latest Top Positions** | `601899` 14.97%, `300750` 14.81%, `600309` 6.09% |
32
+ | **Sleeve Signal** | deviation `aggressive` +6.46%; alerts 0 above 5.00% |
33
+ | **Latest Top Skip Reason** | `n/a` (0) |
34
+ | **Latest Rationale** | FOF meta allocation using 4 sleeves under bull regime. Weights: aggressive=19%, balanced=37%, conservative=14%, passive=30%. |
35
+
36
+
37
+
38
+ ## Performance Metrics
39
+
40
+ | Metric | Value |
41
+ |--------|-------|
42
+ | **Sharpe Ratio** | 0.66 |
43
+ | **Sortino Ratio** | 1.15 |
44
+ | **Max Drawdown** | 4.55% |
45
+ | **Max Drawdown Duration** | 60 days |
46
+ | **Volatility (Ann.)** | 12.91% |
47
+ | **Win Rate** | 50.5% |
48
+ | **Excess Return (Ann.)** | -11.04% |
49
+ | **Alpha (Ann.)** | -6.61% |
50
+ | **Beta** | 0.77 |
51
+ | **Tracking Error (Ann.)** | 5.97% |
52
+ | **Information Ratio** | -1.66 |
53
+ | **Calmar Ratio** | 2.25 |
54
+ | **CVaR (95%)** | 1.53% |
55
+ | **Up Capture Ratio** | 0.68 |
56
+ | **Down Capture Ratio** | 0.80 |
57
+ | **Break-even TC (one-way)** | 0.0000% |
58
+
59
+
60
+ ## Behavior Metrics
61
+
62
+ | Metric | Value |
63
+ |--------|-------|
64
+ | **Trade Count** | 1777 |
65
+ | **Avg Position Days** | 18.4 |
66
+ | **Avg Turnover Ratio** | 5.60% |
67
+ | **Peak Turnover Ratio** | 42.30% |
68
+ | **Annualized Turnover Ratio** | 14.11x |
69
+ | **Avg Cash Ratio** | 11.39% |
70
+ | **Avg Gross Exposure** | 88.61% |
71
+
72
+
73
+ ## Trade Summary
74
+
75
+ - **Total Trades:** 1777
76
+ - **Buy Orders:** 747
77
+ - **Sell Orders:** 1030
78
+
79
+ ### Trade Log
80
+
81
+ | Date | Ticker | Action | Shares | Price | Value |
82
+ |------|--------|--------|--------|-------|-------|
83
+ | 2025-09-01 | 600036 | BUY | 35 | $41.98 | $1,469.30 |
84
+ | 2025-09-01 | 601166 | BUY | 68 | $21.81 | $1,483.08 |
85
+ | 2025-09-01 | 000001 | BUY | 1009 | $11.89 | $11,997.01 |
86
+ | 2025-09-01 | 002142 | BUY | 420 | $28.52 | $11,978.40 |
87
+ | 2025-09-01 | 600519 | BUY | 10 | $1476.10 | $14,761.00 |
88
+ | 2025-09-01 | 000858 | BUY | 33 | $128.87 | $4,252.71 |
89
+ | 2025-09-01 | 600887 | BUY | 53 | $28.27 | $1,498.31 |
90
+ | 2025-09-01 | 603288 | BUY | 36 | $41.22 | $1,483.92 |
91
+ | 2025-09-01 | 300750 | BUY | 4 | $304.00 | $1,216.00 |
92
+ | 2025-09-01 | 002415 | BUY | 48 | $31.15 | $1,495.20 |
93
+ | 2025-09-01 | 603986 | BUY | 8 | $174.88 | $1,399.04 |
94
+ | 2025-09-01 | 688111 | BUY | 4 | $332.20 | $1,328.80 |
95
+ | 2025-09-01 | 300760 | BUY | 45 | $246.48 | $11,091.60 |
96
+ | 2025-09-01 | 600276 | BUY | 21 | $68.35 | $1,435.35 |
97
+ | 2025-09-01 | 300347 | BUY | 23 | $65.09 | $1,497.07 |
98
+ | 2025-09-01 | 300122 | BUY | 65 | $22.86 | $1,485.90 |
99
+ | 2025-09-01 | 601899 | BUY | 425 | $24.38 | $10,361.50 |
100
+ | 2025-09-01 | 600309 | BUY | 21 | $69.02 | $1,449.42 |
101
+ | 2025-09-01 | 601100 | BUY | 16 | $91.30 | $1,460.80 |
102
+ | 2025-09-01 | 002353 | BUY | 31 | $47.20 | $1,463.20 |
103
+ | 2025-09-02 | 600036 | SELL | 9 | $43.44 | $390.96 |
104
+ | 2025-09-02 | 601166 | SELL | 17 | $21.99 | $373.83 |
105
+ | 2025-09-02 | 000001 | SELL | 455 | $11.98 | $5,450.90 |
106
+ | 2025-09-02 | 002142 | SELL | 144 | $28.98 | $4,173.12 |
107
+ | 2025-09-02 | 600519 | SELL | 3 | $1491.30 | $4,473.90 |
108
+ | 2025-09-02 | 600887 | SELL | 14 | $28.26 | $395.64 |
109
+ | 2025-09-02 | 603288 | SELL | 9 | $40.94 | $368.46 |
110
+ | 2025-09-02 | 603986 | SELL | 2 | $176.00 | $352.00 |
111
+ | 2025-09-02 | 688111 | SELL | 1 | $322.80 | $322.80 |
112
+ | 2025-09-02 | 300760 | SELL | 13 | $242.16 | $3,148.08 |
113
+ | 2025-09-02 | 300347 | SELL | 6 | $66.25 | $397.50 |
114
+ | 2025-09-02 | 300122 | SELL | 16 | $22.33 | $357.28 |
115
+ | 2025-09-02 | 601899 | SELL | 111 | $24.41 | $2,709.51 |
116
+ | 2025-09-02 | 600309 | SELL | 5 | $67.27 | $336.35 |
117
+ | 2025-09-02 | 601100 | SELL | 4 | $93.43 | $373.72 |
118
+ | 2025-09-02 | 002353 | SELL | 8 | $47.11 | $376.88 |
119
+ | 2025-09-02 | 000858 | BUY | 17 | $128.56 | $2,185.52 |
120
+ | 2025-09-02 | 300750 | BUY | 15 | $302.87 | $4,543.05 |
121
+ | 2025-09-02 | 002415 | BUY | 114 | $30.64 | $3,492.96 |
122
+ | 2025-09-02 | 600276 | BUY | 51 | $68.87 | $3,512.37 |
123
+ | 2025-09-03 | 000001 | SELL | 168 | $11.75 | $1,974.00 |
124
+ | 2025-09-03 | 002142 | SELL | 84 | $28.20 | $2,368.80 |
125
+ | 2025-09-03 | 002415 | SELL | 11 | $29.90 | $328.90 |
126
+ | 2025-09-03 | 600276 | SELL | 9 | $71.98 | $647.82 |
127
+ | 2025-09-03 | 600036 | BUY | 12 | $42.90 | $514.80 |
128
+ | 2025-09-03 | 601166 | BUY | 25 | $21.72 | $543.00 |
129
+ | 2025-09-03 | 600519 | BUY | 1 | $1480.55 | $1,480.55 |
130
+ | 2025-09-03 | 000858 | BUY | 30 | $126.62 | $3,798.60 |
131
+ | 2025-09-03 | 600887 | BUY | 20 | $27.91 | $558.20 |
132
+ | 2025-09-03 | 603288 | BUY | 14 | $40.18 | $562.52 |
133
+
134
+ *...and 1727 more trades*
135
+
136
+
137
+ ## Final Positions
138
+
139
+ | Ticker | Shares | Value |
140
+ |--------|--------|-------|
141
+ | 600036 | 138 | $5,336.46 |
142
+ | 601166 | 171 | $3,197.70 |
143
+ | 000001 | 296 | $3,205.68 |
144
+ | 002142 | 172 | $5,323.40 |
145
+ | 600519 | 3 | $4,203.00 |
146
+ | 000858 | 51 | $5,355.00 |
147
+ | 600887 | 201 | $5,294.34 |
148
+ | 603288 | 30 | $1,059.00 |
149
+ | 300750 | 44 | $15,400.00 |
150
+ | 002415 | 132 | $4,135.56 |
151
+ | 688111 | 2 | $673.68 |
152
+ | 300760 | 10 | $1,892.60 |
153
+ | 600276 | 89 | $5,176.24 |
154
+ | 300347 | 17 | $1,071.17 |
155
+ | 601899 | 388 | $15,574.32 |
156
+ | 600309 | 72 | $6,333.84 |
157
+ | 601100 | 9 | $975.60 |
158
+ | 002353 | 59 | $5,206.75 |
159
+
160
+ **Cash Balance:** $14,603.34
161
+
162
+
163
+ ## FOF Diagnostics
164
+
165
+ **Sleeves:** conservative, balanced, aggressive, passive
166
+ **Latest Regime:** `bull`
167
+ **Regime Counts:** bull: 26, neutral: 76
168
+ **Latest Rationale:** FOF meta allocation using 4 sleeves under bull regime. Weights: aggressive=19%, balanced=37%, conservative=14%, passive=30%.
169
+
170
+ ### Latest Sleeve Weights
171
+
172
+ | Sleeve | Weight |
173
+ |--------|--------|
174
+ | `aggressive` | 18.67% |
175
+ | `balanced` | 37.33% |
176
+ | `conservative` | 14.00% |
177
+ | `passive` | 30.00% |
178
+
179
+ ### Latest Sleeve Attribution
180
+
181
+ | Sleeve | Sleeve Return | Weighted Contribution |
182
+ |--------|---------------|-----------------------|
183
+ | `aggressive` | -2.16% | -0.40% |
184
+ | `balanced` | -1.91% | -0.71% |
185
+ | `conservative` | -1.62% | -0.23% |
186
+ | `passive` | -1.85% | -0.55% |
187
+
188
+ **Attribution Snapshot Date:** 2026-01-29
189
+
190
+ **Estimated Total Contribution:** -1.90%
191
+
192
+ ### Sleeve Risk Contribution (MCR)
193
+
194
+ **Attribution Date:** 2026-01-29
195
+ **Portfolio Volatility (daily):** 0.0092
196
+
197
+ | Sleeve | Attributed Weight | MCR | Component Contribution |
198
+ |--------|-------------------|-----|------------------------|
199
+ | `balanced` | 37.33% | 0.0092 | 0.0034 |
200
+ | `passive` | 30.00% | 0.0091 | 0.0027 |
201
+ | `aggressive` | 18.67% | 0.0095 | 0.0018 |
202
+ | `conservative` | 14.00% | 0.0089 | 0.0012 |
203
+
204
+ ### Cumulative Rebalance Summary
205
+
206
+ **Executed Trades:** 1777
207
+ **Skipped Trades:** 0
208
+ **Executed Trade Value:** 1163939.84
209
+ **Skipped Trade Value:** 0.00
210
+ **Avg Total Turnover Ratio:** 11.20%
211
+ **Peak Total Turnover Ratio:** 84.61%
212
+
213
+ ### Regime Turnover Summary
214
+
215
+ | Regime | Days | Executed Trades | Skipped Trades | Avg Total Turnover | Peak Total Turnover |
216
+ |--------|------|-----------------|----------------|--------------------|---------------------|
217
+ | `bull` | 26 | 451 | 0 | 13.91% | 84.61% |
218
+ | `neutral` | 76 | 1326 | 0 | 10.28% | 37.65% |
219
+
220
+ ### Regime Skip Reason Summary
221
+
222
+ | Regime | Skipped Trades | Top Skip Reason | Top Reason Count |
223
+ |--------|----------------|-----------------|------------------|
224
+ | `bull` | 0 | `n/a` | 0 |
225
+ | `neutral` | 0 | `n/a` | 0 |
226
+
227
+ ### Sleeve Stability Summary
228
+
229
+ | Sleeve | Avg Weight | Min Weight | Max Weight | Max Daily Change |
230
+ |--------|------------|------------|------------|------------------|
231
+ | `aggressive` | 12.21% | 10.00% | 18.67% | 8.67% |
232
+ | `balanced` | 39.32% | 37.33% | 40.00% | 2.67% |
233
+ | `conservative` | 18.47% | 14.00% | 20.00% | 6.00% |
234
+ | `passive` | 30.00% | 30.00% | 30.00% | 0.00% |
235
+
236
+ ### Latest Vs Avg Sleeve Deviation
237
+
238
+ | Sleeve | Latest Weight | Avg Weight | Deviation | Abs Deviation |
239
+ |--------|---------------|------------|-----------|---------------|
240
+ | `aggressive` | 18.67% | 12.21% | +6.46% | 6.46% |
241
+ | `conservative` | 14.00% | 18.47% | -4.47% | 4.47% |
242
+ | `balanced` | 37.33% | 39.32% | -1.99% | 1.99% |
243
+ | `passive` | 30.00% | 30.00% | -0.00% | 0.00% |
244
+
245
+ ### Sleeve Drift Alerts
246
+
247
+ **Threshold:** 5.00%
248
+
249
+ | Date | Sleeve | Previous Weight | Current Weight | Change |
250
+ |------|--------|-----------------|----------------|--------|
251
+ | 2025-09-02 | `aggressive` | 18.67% | 10.00% | -8.67% |
252
+ | 2025-09-02 | `conservative` | 14.00% | 20.00% | +6.00% |
253
+ | 2025-12-22 | `aggressive` | 10.00% | 18.67% | +8.67% |
254
+ | 2025-12-22 | `conservative` | 20.00% | 14.00% | -6.00% |
255
+ | 2025-12-30 | `aggressive` | 18.67% | 10.00% | -8.67% |
256
+ | 2025-12-30 | `conservative` | 14.00% | 20.00% | +6.00% |
257
+ | 2026-01-06 | `aggressive` | 10.00% | 18.67% | +8.67% |
258
+ | 2026-01-06 | `conservative` | 20.00% | 14.00% | -6.00% |
259
+
260
+ ### Latest Rebalance Stats
261
+
262
+ **Executed Trades:** 16
263
+ **Skipped Trades:** 0
264
+ **Executed Trade Value:** 5013.30
265
+ **Skipped Trade Value:** 0.00
266
+ **Executed Turnover Ratio:** 4.82%
267
+ **Skipped Turnover Ratio:** 0.00%
268
+ **Total Turnover Ratio:** 4.82%
269
+ **Skip - Weight Delta:** 0
270
+ **Skip - Trade Value Ratio:** 0
271
+ **Skip - Min Shares:** 0
272
+
273
+ ### Latest Sleeve Consensus
274
+
275
+ **Average Pairwise Overlap:** 91.75%
276
+ **Distinct Sleeve Tickers:** 18
277
+
278
+ | Ticker | Supporting Sleeves | Support Ratio | Avg Sleeve Weight |
279
+ |--------|--------------------|---------------|-------------------|
280
+ | `300750` | 4 | 100% | 17.62% |
281
+ | `601899` | 4 | 100% | 15.75% |
282
+ | `600309` | 4 | 100% | 6.08% |
283
+ | `000858` | 4 | 100% | 5.20% |
284
+ | `600036` | 4 | 100% | 5.12% |
285
+
286
+ ### Latest Sleeve Top Holdings
287
+
288
+ - `aggressive`: `300750` 20.00%, `601899` 20.00%, `600309` 6.00%
289
+ - `balanced`: `300750` 20.00%, `601899` 15.00%, `600309` 6.00%
290
+ - `conservative`: `300750` 15.00%, `601899` 14.00%, `600309` 6.00%
291
+ - `passive`: `300750` 15.50%, `601899` 14.00%, `600309` 6.30%
292
+
293
+ ### Latest Top Positions
294
+
295
+ | Ticker | Weight |
296
+ |--------|--------|
297
+ | `601899` | 14.97% |
298
+ | `300750` | 14.81% |
299
+ | `600309` | 6.09% |
300
+ | `000858` | 5.15% |
301
+ | `600036` | 5.13% |
302
+
303
+
304
+ ---
305
+
306
+ *Report generated at 2026-04-14 18:33:04*
307
+ *Backtest Framework v1.0*
runs/exp1_caseStudy_cn_6m/macro_tactical/equity_curve.csv ADDED
@@ -0,0 +1,103 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ date,total_value,daily_return,cashflow,benchmark_value,benchmark_return,fof_regime,fof_rationale,fof_sleeve_aggressive,fof_sleeve_balanced,fof_sleeve_conservative,fof_sleeve_passive,fof_sleeve_return_aggressive,fof_sleeve_return_balanced,fof_sleeve_return_conservative,fof_sleeve_return_passive,fof_sleeve_contribution_aggressive,fof_sleeve_contribution_balanced,fof_sleeve_contribution_conservative,fof_sleeve_contribution_passive,fof_estimated_total_contribution,fof_avg_pairwise_overlap,fof_consensus_distinct_tickers,fof_rebalance_executed_trades,fof_rebalance_skipped_trades,fof_rebalance_executed_trade_value,fof_rebalance_skipped_trade_value,fof_rebalance_executed_turnover_ratio,fof_rebalance_skipped_turnover_ratio,fof_rebalance_total_turnover_ratio,fof_rebalance_skipped_weight_delta_trades,fof_rebalance_skipped_trade_value_ratio_trades,fof_rebalance_skipped_min_shares_trades,fof_target_000001,fof_target_000858,fof_target_002142,fof_target_002353,fof_target_002415,fof_target_300122,fof_target_300347,fof_target_300750,fof_target_300760,fof_target_600036,fof_target_600276,fof_target_600309,fof_target_600519,fof_target_600887,fof_target_601100,fof_target_601166,fof_target_601899,fof_target_603288,fof_target_603986,fof_target_688111
2
+ 2025-09-01,100000.0,0.0,15392.39,100000.0,0.0,bull,"FOF meta allocation using 4 sleeves under bull regime. Weights: aggressive=19%, balanced=37%, conservative=14%, passive=30%.",0.18666666666666665,0.3733333333333333,0.14,0.30000000000000004,0.0037771907284615378,0.003962255973717119,0.004924795427764453,0.00037552228300448794,0.0007050756026461537,0.001479242230187724,0.0006894713598870235,0.0001126566849013464,0.0029864458776222478,0.48333333333333334,20,20,0,84607.61,0.0,0.8460761,0.0,0.8460761,0,0,0,0.12,0.043,0.12,0.015000000000000003,0.015000000000000003,0.015000000000000003,0.015000000000000003,0.015000000000000003,0.11299999999999999,0.015000000000000003,0.015000000000000003,0.015000000000000003,0.15,0.015000000000000003,0.015000000000000003,0.015000000000000003,0.10366666666666666,0.015000000000000003,0.015000000000000003,0.015000000000000003
3
+ 2025-09-02,100236.91,0.2369,25659.42,100037.55222830045,0.037552228300463675,neutral,"FOF meta allocation using 4 sleeves under neutral regime. Weights: aggressive=10%, balanced=40%, conservative=20%, passive=30%.",0.09999999999999999,0.39999999999999997,0.19999999999999998,0.3000000000000001,-0.002577155985384076,-0.0034714008100467184,-0.009447960271026746,-0.007916666484271613,-0.0002577155985384076,-0.0013885603240186872,-0.001889592054205349,-0.0023749999452814846,-0.005910867922043928,0.44621974371272416,20,20,0,37734.83,0.0,0.376456437054973,0.0,0.376456437054973,0,0,0,0.06623584905660378,0.0642722126929674,0.0798722126929674,0.011273584905660378,0.049781303602058326,0.011073584905660377,0.011273584905660378,0.05827221269296741,0.0776722126929674,0.011273584905660378,0.04958130360205832,0.011073584905660377,0.11363104631217838,0.011273584905660378,0.011273584905660378,0.011273584905660378,0.07647221269296742,0.011273584905660378,0.011073584905660377,0.010873584905660379
4
+ 2025-09-03,99853.02,-0.383,10445.76,99251.79316173487,-0.7482068382651308,neutral,"FOF meta allocation using 4 sleeves under neutral regime. Weights: aggressive=10%, balanced=40%, conservative=20%, passive=30%.",0.09999999999999999,0.39999999999999997,0.19999999999999998,0.3000000000000001,-0.018918869699883645,-0.01962076496787037,-0.020169472874750845,-0.021102776315415676,-0.0018918869699883643,-0.007848305987148148,-0.004033894574950169,-0.006330832894624705,-0.020104920426711387,0.7007513008292597,20,18,0,25852.7,0.0,0.25890754230568086,0.0,0.25890754230568086,0,0,0,0.04546254399195576,0.10215284062342884,0.05446254399195577,0.01669783810960282,0.04546254399195576,0.011921568627450982,0.01669783810960282,0.10642634489693312,0.10815284062342885,0.01669783810960282,0.04546254399195576,0.01669783810960282,0.1259175465057818,0.01669783810960282,0.011921568627450982,0.01669783810960282,0.10815284062342885,0.01669783810960282,0.011921568627450982,0.01669783810960282
5
+ 2025-09-04,98068.03,-1.7876,4852.64,96699.91919056367,-3.3000808094363343,neutral,"FOF meta allocation using 4 sleeves under neutral regime. Weights: aggressive=10%, balanced=40%, conservative=20%, passive=30%.",0.09999999999999999,0.39999999999999997,0.19999999999999998,0.3000000000000001,0.02834180531834713,0.026674653472208834,0.02579717199702403,0.026915135367778575,0.002834180531834713,0.010669861388883532,0.005159434399404805,0.008074540610333575,0.026738016930456625,0.7804787938074805,20,19,0,23926.8,0.0,0.2439816523284907,0.0,0.2439816523284907,0,0,0,0.0330240823495409,0.08412231041152538,0.0357240823495409,0.024024082349540895,0.0327240823495409,0.022824082349540895,0.024024082349540895,0.11719287889904176,0.10380412859334356,0.024324082349540893,0.06317621112074523,0.024024082349540895,0.1252389781898219,0.055076211120745226,0.022524082349540894,0.024324082349540893,0.08147621112074524,0.024324082349540893,0.021924082349540894,0.023724082349540893
6
+ 2025-09-05,100564.0,2.5451,6158.19,98870.19240498942,-1.1298075950105901,neutral,"FOF meta allocation using 4 sleeves under neutral regime. Weights: aggressive=10%, balanced=40%, conservative=20%, passive=30%.",0.09999999999999999,0.39999999999999997,0.19999999999999998,0.3000000000000001,0.007950848591805382,0.010176022494123565,0.010110965351797044,0.010011166903385252,0.0007950848591805382,0.004070408997649426,0.0020221930703594087,0.0030033500710155768,0.00989103699820495,0.770728829883764,20,19,0,13667.89,0.0,0.135912354321626,0.0,0.135912354321626,0,0,0,0.025595540691192867,0.08255466369379415,0.0564041248606466,0.021486138981791157,0.025595540691192867,0.02118613898179116,0.021486138981791157,0.14762541806020069,0.09768286882199928,0.02118613898179116,0.05346135265700484,0.021486138981791157,0.14267759197324414,0.043033147528799706,0.020886138981791157,0.02118613898179116,0.07370836120401339,0.021486138981791157,0.02058613898179116,0.02058613898179116
7
+ 2025-09-08,101488.59,0.9194,6490.82,99961.3006078263,-0.03869939217370222,neutral,"FOF meta allocation using 4 sleeves under neutral regime. Weights: aggressive=10%, balanced=40%, conservative=20%, passive=30%.",0.09999999999999999,0.39999999999999997,0.19999999999999998,0.3000000000000001,-0.005809956687269588,-0.006206347011009396,-0.004782028921294654,-0.006181154056278164,-0.0005809956687269587,-0.0024825388044037583,-0.0009564057842589307,-0.0018543462168834498,-0.005874286474273098,0.8547323540370302,20,17,0,6850.249999999999,0.0,0.06749773545972013,0.0,0.06749773545972013,0,0,0,0.025431129476584026,0.08009559228650139,0.062356473829201106,0.019272451790633614,0.025731129476584024,0.019272451790633614,0.019272451790633614,0.14066005509641874,0.09902892561983473,0.023931129476584025,0.04833112947658403,0.03198980716253444,0.13336005509641874,0.048789807162534435,0.018972451790633612,0.024231129476584026,0.0633977961432507,0.024531129476584024,0.018672451790633614,0.018372451790633612
8
+ 2025-09-09,100942.67,-0.5379,4625.56,99151.97230429009,-0.8480276957099075,neutral,"FOF meta allocation using 4 sleeves under neutral regime. Weights: aggressive=10%, balanced=40%, conservative=20%, passive=30%.",0.09999999999999999,0.39999999999999997,0.19999999999999998,0.3000000000000001,-0.004711771655394428,-0.0041264122977345465,-0.004231933383888874,-0.004321096825571478,-0.00047117716553944275,-0.0016505649190938184,-0.0008463866767777747,-0.001296329047671444,-0.00426445780908248,0.7864676698441787,20,19,0,9538.38,0.0,0.09449304243686045,0.0,0.09449304243686045,0,0,0,0.03086662202879143,0.08371673920321393,0.08421673920321393,0.016480046869769,0.0239700703046535,0.016480046869769,0.016480046869769,0.1416503515232675,0.087400234348845,0.03026662202879143,0.046050117174422506,0.0254700703046535,0.1460503515232675,0.046950117174422504,0.016180046869769,0.03026662202879143,0.07757499163039841,0.0236700703046535,0.015880046869769,0.015880046869769
9
+ 2025-09-10,100513.93,-0.4247,7210.48,98811.47660686531,-1.1885233931346884,neutral,"FOF meta allocation using 4 sleeves under neutral regime. Weights: aggressive=10%, balanced=40%, conservative=20%, passive=30%.",0.09999999999999999,0.39999999999999997,0.19999999999999998,0.3000000000000001,0.010981917565031722,0.010696292021575782,0.010700107340240763,0.010627494818902563,0.001098191756503172,0.0042785168086303125,0.0021400214680481525,0.00318824844567077,0.010704978478852408,0.8863707554313006,20,20,0,6323.88,0.0,0.06291545858370079,0.0,0.06291545858370079,0,0,0,0.028694915254237292,0.08471186440677966,0.08471186440677966,0.018494915254237288,0.02089491525423729,0.018494915254237288,0.018494915254237288,0.13344915254237288,0.08197457627118646,0.028694915254237292,0.04519491525423729,0.021194915254237293,0.13344915254237288,0.04519491525423729,0.018494915254237288,0.028694915254237292,0.07987457627118645,0.02059491525423729,0.018494915254237288,0.01819491525423729
10
+ 2025-09-11,101518.64,0.9996,6511.34,100087.81514509757,0.08781514509756949,neutral,"FOF meta allocation using 4 sleeves under neutral regime. Weights: aggressive=10%, balanced=40%, conservative=20%, passive=30%.",0.09999999999999999,0.39999999999999997,0.19999999999999998,0.3000000000000001,-0.004014549393852286,-0.005049102775400314,-0.005666985066327291,-0.005151030537528076,-0.00040145493938522855,-0.0020196411101601254,-0.0011333970132654581,-0.0015453091612584232,-0.005099802224069235,0.8604676955191213,20,18,0,5201.6,0.0,0.05123788104332367,0.0,0.05123788104332367,0,0,0,0.03202075471698113,0.07984150943396227,0.07984150943396227,0.020947169811320755,0.023733962264150945,0.021247169811320757,0.020647169811320754,0.1296358490566038,0.08112830188679246,0.03202075471698113,0.04210754716981132,0.021847169811320757,0.12173584905660378,0.04270754716981132,0.021247169811320757,0.03202075471698113,0.07894150943396228,0.023433962264150943,0.021247169811320757,0.020947169811320755
11
+ 2025-09-12,101030.15,-0.4812,7553.45,99624.65587546732,-0.37534412453268384,neutral,"FOF meta allocation using 4 sleeves under neutral regime. Weights: aggressive=10%, balanced=40%, conservative=20%, passive=30%.",0.09999999999999999,0.39999999999999997,0.19999999999999998,0.3000000000000001,0.010332792917727545,0.011419334907731745,0.00715878519611672,0.011196545885924145,0.0010332792917727544,0.004567733963092698,0.0014317570392233438,0.0033589637657772445,0.01039173405986604,0.8278991662316102,20,19,0,7692.69,0.0,0.07614251785234408,0.0,0.07614251785234408,0,0,0,0.033504761904761905,0.08522380952380954,0.09474761904761907,0.020204761904761906,0.02710476190476191,0.019252380952380955,0.020204761904761906,0.12498571428571428,0.07522380952380954,0.033504761904761905,0.04050476190476191,0.020204761904761906,0.11828571428571427,0.04050476190476191,0.020204761904761906,0.033204761904761904,0.07522380952380954,0.02680476190476191,0.019852380952380955,0.018352380952380953
12
+ 2025-09-15,101993.16,0.9532,5523.2,100270.96887418044,0.2709688741804328,neutral,"FOF meta allocation using 4 sleeves under neutral regime. Weights: aggressive=10%, balanced=40%, conservative=20%, passive=30%.",0.09999999999999999,0.39999999999999997,0.19999999999999998,0.3000000000000001,-0.008538044732545874,-0.0066764682770169516,-0.005963029927839789,-0.006040686558227548,-0.0008538044732545874,-0.0026705873108067804,-0.0011926059855679578,-0.0018122059674682651,-0.00652920373709759,0.8592751350459618,20,13,0,6698.749999999999,0.0,0.06567842392568285,0.0,0.06567842392568285,0,0,0,0.03263898531375167,0.08721174899866489,0.1307604806408545,0.01956234979973298,0.027100667556742324,0.018962349799732978,0.01926234979973298,0.13506762349799734,0.07294939919893191,0.03263898531375167,0.03673898531375167,0.01926234979973298,0.10945267022696928,0.040477303070761014,0.01956234979973298,0.03233898531375167,0.07324939919893192,0.026800667556742323,0.005700000000000002,0.01866234979973298
13
+ 2025-09-16,101357.53,-0.6232,23206.53,99832.39689656234,-0.1676031034376635,neutral,"FOF meta allocation using 4 sleeves under neutral regime. Weights: aggressive=10%, balanced=40%, conservative=20%, passive=30%.",0.09999999999999999,0.39999999999999997,0.19999999999999998,0.3000000000000001,0.011019735995446221,0.009443787976560702,0.002414521186776202,0.007311501610217137,0.001101973599544622,0.0037775151906242806,0.0004829042373552403,0.0021934504830651417,0.007555843510589285,0.7188812263853479,20,20,0,17683.329999999994,0.0,0.1744648868219262,0.0,0.1744648868219262,0,0,0,0.025,0.076,0.11000000000000001,0.015000000000000003,0.024000000000000004,0.014000000000000002,0.015000000000000003,0.11000000000000001,0.06000000000000001,0.025,0.029000000000000005,0.015000000000000003,0.09200000000000003,0.034,0.015000000000000003,0.025,0.06000000000000001,0.024000000000000004,0.0018000000000000006,0.014000000000000002
14
+ 2025-09-17,101934.02,0.5688,31149.26,100176.92991961002,0.1769299196100249,neutral,"FOF meta allocation using 4 sleeves under neutral regime. Weights: aggressive=10%, balanced=40%, conservative=20%, passive=30%.",0.09999999999999999,0.39999999999999997,0.19999999999999998,0.3000000000000001,-0.01561046299017522,-0.014358004514502379,-0.014480718298772935,-0.014017179269928765,-0.0015610462990175219,-0.005743201805800951,-0.002896143659754587,-0.00420515378097863,-0.01440554554555169,0.907120005719363,19,19,0,7942.73,0.0,0.07792030570363062,0.0,0.07792030570363062,0,0,0,0.023500000000000004,0.07150000000000001,0.1024,0.013500000000000002,0.021200000000000004,0.0102,0.011200000000000002,0.10750000000000001,0.0527,0.023500000000000004,0.024700000000000003,0.013200000000000003,0.0824,0.031200000000000002,0.013500000000000002,0.023500000000000004,0.0527,0.021200000000000004,0.0,0.009600000000000001
15
+ 2025-09-18,100914.44,-1.0002,18241.91,99271.50731696024,-0.7284926830397609,neutral,"FOF meta allocation using 4 sleeves under neutral regime. Weights: aggressive=10%, balanced=40%, conservative=20%, passive=30%.",0.09999999999999999,0.39999999999999997,0.19999999999999998,0.3000000000000001,0.0005979292175694491,0.00026897157416788084,0.0009254284555288263,0.0010322678043232806,5.97929217569449e-05,0.00010758862966715232,0.00018508569110576523,0.0003096803412969843,0.0006621475838268468,0.75166831553824,20,19,0,14873.01,0.0,0.14738237659546044,0.0,0.14738237659546044,0,0,0,0.03387825348284064,0.08095650696568128,0.0965565069656813,0.018761026163778456,0.03327825348284064,0.014491301393136254,0.018161026163778456,0.1020861365953109,0.06236520557254502,0.03387825348284064,0.03447825348284064,0.018761026163778456,0.08185650696568128,0.03827825348284064,0.018761026163778456,0.03387825348284064,0.06236520557254502,0.03327825348284064,0.007339449541284402,0.013891301393136254
16
+ 2025-09-19,100975.66,0.0607,19918.76,99104.45278854946,-0.8955472114505425,neutral,"FOF meta allocation using 4 sleeves under neutral regime. Weights: aggressive=10%, balanced=40%, conservative=20%, passive=30%.",0.09999999999999999,0.39999999999999997,0.19999999999999998,0.3000000000000001,-0.006540392365764638,-0.0033848830210586474,-0.0033848830210586474,-0.0034697668464766882,-0.0006540392365764637,-0.0013539532084234588,-0.0006769766042117294,-0.0010409300539430068,-0.003725899103154659,0.7351628546939143,20,19,0,9309.51,0.0,0.092195584559685,0.0,0.092195584559685,0,0,0,0.028200000000000003,0.08700000000000001,0.1188,0.018000000000000002,0.0279,0.0102,0.017100000000000004,0.1106,0.059300000000000005,0.028200000000000003,0.0279,0.017400000000000002,0.07890000000000001,0.0354,0.0177,0.028200000000000003,0.060200000000000004,0.0279,0.0078000000000000005,0.009600000000000001
17
+ 2025-09-22,100671.95,-0.3008,10749.64,98930.55808772208,-1.0694419122779242,neutral,"FOF meta allocation using 4 sleeves under neutral regime. Weights: aggressive=10%, balanced=40%, conservative=20%, passive=30%.",0.09999999999999999,0.39999999999999997,0.19999999999999998,0.3000000000000001,-0.000800281292473841,-0.0013539572605511942,-0.0008035013979695365,-0.0014985170171924627,-8.002812924738409e-05,-0.0005415829042204777,-0.0001607002795939073,-0.000449555105157739,-0.001231866418219508,0.8356889893926184,20,18,0,9854.92,0.0,0.09789141861263244,0.0,0.09789141861263244,0,0,0,0.03710270270270271,0.08431081081081082,0.12962252252252252,0.0189018018018018,0.03680270270270271,0.011900900900900901,0.0189018018018018,0.11451351351351352,0.06000630630630631,0.0451027027027027,0.033102702702702706,0.0189018018018018,0.08841081081081081,0.03320270270270271,0.0189018018018018,0.03710270270270271,0.06150720720720722,0.032802702702702705,0.011300900900900902,0.011600900900900902
18
+ 2025-09-23,100576.5,-0.0948,8257.89,98489.7743701652,-1.5102256298347938,neutral,"FOF meta allocation using 4 sleeves under neutral regime. Weights: aggressive=10%, balanced=40%, conservative=20%, passive=30%.",0.09999999999999999,0.39999999999999997,0.19999999999999998,0.3000000000000001,0.008759799707050762,0.008417184711511766,0.00826276613274026,0.008159631041688455,0.0008759799707050761,0.003366873884604706,0.0016525532265480518,0.0024478893125065375,0.008343296394364371,0.8162454458116247,20,16,0,6806.549999999999,0.0,0.0676753515980373,0.0,0.0676753515980373,0,0,0,0.039400000000000004,0.08720000000000001,0.12200000000000003,0.0187,0.0388,0.011600000000000001,0.021400000000000002,0.1149,0.0604,0.05450000000000001,0.025600000000000005,0.021400000000000002,0.0968,0.033900000000000007,0.0204,0.039400000000000004,0.0789,0.0276,0.011000000000000001,0.012700000000000001
19
+ 2025-09-24,101348.06,0.7671,9116.87,99797.97427566453,-0.20202572433547505,neutral,"FOF meta allocation using 4 sleeves under neutral regime. Weights: aggressive=10%, balanced=40%, conservative=20%, passive=30%.",0.09999999999999999,0.39999999999999997,0.19999999999999998,0.3000000000000001,0.010418144325887302,0.009948456191434111,0.009742324106164425,0.009862512050143777,0.00104181443258873,0.003979382476573644,0.0019484648212328847,0.0029587536150431338,0.009928415345438393,0.8879165121740206,20,19,0,10188.980000000001,0.0,0.10053453415881865,0.0,0.10053453415881865,0,0,0,0.06620000000000001,0.08333333333333333,0.10883333333333334,0.01916666666666667,0.03883333333333334,0.010833333333333334,0.020666666666666667,0.10800000000000001,0.0745,0.05256666666666667,0.02216666666666667,0.02016666666666667,0.08450000000000002,0.03633333333333334,0.01966666666666667,0.03903333333333334,0.07816666666666668,0.028833333333333336,0.009833333333333335,0.011666666666666667
20
+ 2025-09-25,102273.11,0.9127,4923.6,100488.74146608092,0.48874146608091085,neutral,"FOF meta allocation using 4 sleeves under neutral regime. Weights: aggressive=10%, balanced=40%, conservative=20%, passive=30%.",0.09999999999999999,0.39999999999999997,0.19999999999999998,0.3000000000000001,-0.010098850305347552,-0.009854044794362056,-0.009627729734903103,-0.009011895132630525,-0.0010098850305347551,-0.0039416179177448225,-0.0019255459469806205,-0.0027035685397891586,-0.009580617435049357,0.8713532214803402,20,15,0,8564.81,0.0,0.08374449549837686,0.0,0.08374449549837686,0,0,0,0.06827966101694916,0.08622711864406779,0.09026949152542374,0.01939491525423729,0.0728864406779661,0.009847457627118646,0.01969491525423729,0.10772203389830509,0.08187966101694916,0.04953728813559323,0.02659491525423729,0.02369491525423729,0.08377966101694916,0.03788983050847458,0.01939491525423729,0.03908983050847458,0.0799271186440678,0.03294237288135594,0.008400000000000001,0.013547457627118646
21
+ 2025-09-26,101334.91,-0.9173,3892.94,99397.69955752249,-0.6023004424775102,neutral,"FOF meta allocation using 4 sleeves under neutral regime. Weights: aggressive=10%, balanced=40%, conservative=20%, passive=30%.",0.09999999999999999,0.39999999999999997,0.19999999999999998,0.3000000000000001,0.017978162620771485,0.014575072000966915,0.0155200428042852,0.01575298251558914,0.0017978162620771484,0.005830028800386766,0.0031040085608570397,0.004725894754676743,0.015457748377997698,0.7409123545185826,20,19,0,22492.579999999998,0.0,0.22196279643412128,0.0,0.22196279643412128,0,0,0,0.05368627450980393,0.10955882352941175,0.06468627450980394,0.026686274509803924,0.05428627450980393,0.020686274509803926,0.026386274509803923,0.09395098039215688,0.07745098039215687,0.04368627450980393,0.03148627450980392,0.028586274509803923,0.10405882352941176,0.03768627450980393,0.026386274509803923,0.03768627450980393,0.059986274509803934,0.03358627450980393,0.021086274509803923,0.022286274509803927
22
+ 2025-09-29,102840.37,1.4856,5231.57,100848.48342219916,0.8484834221991644,neutral,"FOF meta allocation using 4 sleeves under neutral regime. Weights: aggressive=10%, balanced=40%, conservative=20%, passive=30%.",0.09999999999999999,0.39999999999999997,0.19999999999999998,0.3000000000000001,0.0039725384466684525,0.005087129133407993,0.005440128357496045,0.005316890230399469,0.00039725384466684523,0.002034851653363197,0.001088025671499209,0.0015950670691198413,0.005115198238649092,0.868725284647375,20,16,0,7279.37,0.0,0.07078319535412018,0.0,0.07078319535412018,0,0,0,0.07373076923076924,0.10603846153846155,0.05488461538461538,0.026923076923076925,0.04988461538461539,0.014000000000000002,0.026923076923076925,0.10003846153846155,0.0726923076923077,0.04038461538461539,0.03388461538461539,0.029384615384615384,0.10392307692307692,0.037384615384615384,0.027423076923076925,0.036884615384615384,0.053884615384615385,0.03538461538461539,0.020423076923076926,0.020423076923076926
23
+ 2025-09-30,103326.74,0.4729,12367.78,101674.95759223102,1.674957592231019,neutral,"FOF meta allocation using 4 sleeves under neutral regime. Weights: aggressive=10%, balanced=40%, conservative=20%, passive=30%.",0.09999999999999999,0.39999999999999997,0.19999999999999998,0.3000000000000001,0.01688904986948835,0.015372848264477823,0.016906304773130005,0.016412082320490514,0.0016889049869488347,0.006149139305791129,0.0033812609546260007,0.004923624696147156,0.016142929943513122,0.8155550230335352,20,20,0,11632.990000000002,0.0,0.11258450619849227,0.0,0.11258450619849227,0,0,0,0.05984174757281553,0.0971504854368932,0.04414174757281554,0.023770873786407767,0.04585436893203884,0.01357087378640777,0.024741747572815536,0.08566310679611651,0.09447184466019419,0.0429126213592233,0.032412621359223306,0.027212621359223303,0.09110873786407768,0.035012621359223305,0.025041747572815538,0.03374174757281554,0.04935436893203883,0.032412621359223306,0.020241747572815535,0.017541747572815534
24
+ 2025-10-09,104812.58,1.438,15753.91,103757.59753974881,3.7575975397488026,neutral,"FOF meta allocation using 4 sleeves under neutral regime. Weights: aggressive=10%, balanced=40%, conservative=20%, passive=30%.",0.09999999999999999,0.39999999999999997,0.19999999999999998,0.3000000000000001,-0.018688295590228592,-0.01909304175627325,-0.01941943624708806,-0.01950680972102292,-0.001868829559022859,-0.0076372167025092995,-0.0038838872494176115,-0.005852042916306878,-0.019241976427256648,0.8074193904409682,20,19,0,15253.79,0.0,0.14553396166757845,0.0,0.14553396166757845,0,0,0,0.03850373831775701,0.10651869158878506,0.04757289719626168,0.015834579439252337,0.03856915887850468,0.010834579439252338,0.021069158878504676,0.09301495327102804,0.11229158878504673,0.05994579439252337,0.029169158878504672,0.023969158878504673,0.09461869158878505,0.03130373831775701,0.017034579439252337,0.026703738317757013,0.04657289719626169,0.030403738317757008,0.014634579439252338,0.013434579439252338
25
+ 2025-10-10,103109.86,-1.6245,10247.33,101396.20399399944,1.3962039939994453,neutral,"FOF meta allocation using 4 sleeves under neutral regime. Weights: aggressive=10%, balanced=40%, conservative=20%, passive=30%.",0.09999999999999999,0.39999999999999997,0.19999999999999998,0.3000000000000001,-0.01106117961983006,-0.009009077206971638,-0.010142700222830597,-0.009947455143344278,-0.0011061179619830058,-0.003603630882788655,-0.002028540044566119,-0.0029842365430032846,-0.009722525432341065,0.7340524255293447,20,19,0,7739.360000000001,0.0,0.0750593590176536,0.0,0.0750593590176536,0,0,0,0.04023076923076924,0.118,0.04907692307692308,0.017192307692307694,0.03638461538461539,0.005300000000000001,0.02253846153846154,0.09496153846153847,0.11415384615384616,0.06376923076923077,0.026938461538461543,0.023738461538461538,0.1123076923076923,0.031384615384615386,0.017492307692307696,0.031384615384615386,0.04657692307692308,0.031384615384615386,0.014592307692307693,0.015292307692307692
26
+ 2025-10-13,102213.01,-0.8698,5572.27,100496.59485317502,0.4965948531750142,neutral,"FOF meta allocation using 4 sleeves under neutral regime. Weights: aggressive=10%, balanced=40%, conservative=20%, passive=30%.",0.09999999999999999,0.39999999999999997,0.19999999999999998,0.3000000000000001,-0.0066750768193407604,-0.007921398944511255,-0.0031694344123424432,-0.003971418775919837,-0.000667507681934076,-0.0031685595778045018,-0.0006338868824684886,-0.0011914256327759515,-0.005661379774983018,0.8230690399137002,20,20,0,20898.799999999996,0.0,0.20446320874417054,0.0,0.20446320874417054,0,0,0,0.030266990291262136,0.14566957928802587,0.04198381877022654,0.0185336569579288,0.026233656957928803,0.008216828478964402,0.020033656957928803,0.1341695792880259,0.09240129449838189,0.06128414239482201,0.023233656957928804,0.020333656957928804,0.14386957928802588,0.025566990291262137,0.0185336569579288,0.027866990291262134,0.07126828478964402,0.024733656957928805,0.011150161812297735,0.014350161812297736
27
+ 2025-10-14,101666.57,-0.5346,6025.0,99299.51114685318,-0.700488853146819,neutral,"FOF meta allocation using 4 sleeves under neutral regime. Weights: aggressive=10%, balanced=40%, conservative=20%, passive=30%.",0.09999999999999999,0.39999999999999997,0.19999999999999998,0.3000000000000001,0.015366478396458876,0.013486177872822648,0.01272375802763183,0.012514531620650908,0.0015366478396458875,0.005394471149129059,0.002544751605526366,0.003754359486195274,0.013230230080496586,0.8825033921011514,20,15,0,6114.95,0.0,0.06014710636937983,0.0,0.06014710636937983,0,0,0,0.029134862385321102,0.15,0.0387348623853211,0.01791743119266055,0.024634862385321102,0.00891743119266055,0.018917431192660553,0.13903577981651377,0.0923091743119266,0.05948715596330276,0.03375229357798165,0.019834862385321103,0.13666146788990827,0.0276348623853211,0.01741743119266055,0.028534862385321103,0.0706743119266055,0.023417431192660553,0.009917431192660552,0.01091743119266055
28
+ 2025-10-15,102941.57,1.2541,9236.84,100786.08967098406,0.7860896709840581,neutral,"FOF meta allocation using 4 sleeves under neutral regime. Weights: aggressive=10%, balanced=40%, conservative=20%, passive=30%.",0.09999999999999999,0.39999999999999997,0.19999999999999998,0.3000000000000001,0.0010677604475515634,0.001529699562016852,0.0023617221101875584,0.002267839254503769,0.00010677604475515632,0.0006118798248067408,0.00047234442203751163,0.0006803517763511309,0.0018713520679505397,0.8684615459691587,20,15,0,7349.139999999999,0.0,0.07139137279526629,0.0,0.07139137279526629,0,0,0,0.0282348623853211,0.15,0.030152293577981656,0.016017431192660553,0.021034862385321103,0.0027000000000000006,0.017534862385321103,0.14034862385321104,0.0881743119266055,0.062287155963302754,0.028952293577981656,0.0195348623853211,0.1214091743119266,0.021934862385321104,0.019234862385321103,0.0282348623853211,0.0869091743119266,0.020734862385321105,0.009917431192660552,0.009617431192660552
29
+ 2025-10-16,103103.88,0.1577,5917.82,100713.37495896808,0.7133749589680827,neutral,"FOF meta allocation using 4 sleeves under neutral regime. Weights: aggressive=10%, balanced=40%, conservative=20%, passive=30%.",0.09999999999999999,0.39999999999999997,0.19999999999999998,0.3000000000000001,-0.01955104355007097,-0.018940534794915437,-0.01920838123586436,-0.019059981977931986,-0.0019551043550070967,-0.0075762139179661745,-0.0038416762471728716,-0.005717994593379598,-0.01909098911352574,0.8702379050345787,20,16,0,8100.5599999999995,0.0,0.0785669753650396,0.0,0.0785669753650396,0,0,0,0.025533200795228632,0.14964214711729623,0.027928429423459245,0.015361829025844934,0.019649900596421476,0.0026928429423459244,0.01585944333996024,0.14296838966202785,0.0886924453280318,0.06094970178926441,0.02723081510934394,0.049321073558648114,0.11622564612326045,0.02034751491053678,0.017157057654075547,0.025533200795228632,0.10720178926441352,0.019649900596421476,0.009976143141153082,0.009278528827037773
30
+ 2025-10-17,101255.47,-1.7928,7885.26,98463.1836849376,-1.536816315062406,neutral,"FOF meta allocation using 4 sleeves under neutral regime. Weights: aggressive=10%, balanced=40%, conservative=20%, passive=30%.",0.09999999999999999,0.39999999999999997,0.19999999999999998,0.3000000000000001,-0.0010783845266372815,0.0004553307572149064,0.0004668717558633343,0.0006380886714619046,-0.00010783845266372814,0.00018213230288596254,9.337435117266685e-05,0.00019142660143857144,0.0003590948028334727,0.8300837466440886,20,17,0,12412.46,0.0,0.12258557488301616,0.0,0.12258557488301616,0,0,0,0.021338461538461542,0.1323923076923077,0.025476923076923078,0.01173846153846154,0.02030769230769231,0.006438461538461539,0.01233846153846154,0.1259923076923077,0.08025384615384616,0.05445384615384616,0.02917692307692308,0.04731538461538462,0.11803846153846154,0.01953846153846154,0.01233846153846154,0.0631846153846154,0.11563076923076925,0.01923846153846154,0.00916923076923077,0.010238461538461538
31
+ 2025-10-20,101275.88,0.0202,7513.93,98803.58491085749,-1.1964150891425107,neutral,"FOF meta allocation using 4 sleeves under neutral regime. Weights: aggressive=10%, balanced=40%, conservative=20%, passive=30%.",0.09999999999999999,0.39999999999999997,0.19999999999999998,0.3000000000000001,0.009926555237253066,0.007783364085164691,0.007668358996243531,0.007676066007068994,0.0009926555237253065,0.003113345634065876,0.0015336717992487062,0.002302819802120699,0.007942492759160587,0.8538889428783967,20,19,0,9264.829999999998,0.0,0.09148111080348052,0.0,0.09148111080348052,0,0,0,0.02780374133204322,0.11710353168843735,0.02930374133204322,0.015256571520722463,0.023030156426382842,0.008282986615062087,0.015256571520722463,0.1287505402354459,0.07743568779229157,0.05946218351878729,0.028584857281083693,0.04594142880180616,0.11460353168843734,0.02780374133204322,0.015256571520722463,0.06158859861312692,0.10419225931301404,0.02173015642638284,0.012656571520722465,0.013556571520722465
32
+ 2025-10-21,102024.63,0.7393,7381.68,99812.08864499845,-0.18791135500154654,neutral,"FOF meta allocation using 4 sleeves under neutral regime. Weights: aggressive=10%, balanced=40%, conservative=20%, passive=30%.",0.09999999999999999,0.39999999999999997,0.19999999999999998,0.3000000000000001,-0.0055795327526446375,-0.005449660336025986,-0.0052444439996005955,-0.005441059068472372,-0.0005579532752644637,-0.0021798641344103944,-0.001048888799920119,-0.0016323177205417121,-0.005419023930136689,0.8033831289911763,20,17,0,8613.050000000001,0.0,0.084421281410185,0.0,0.084421281410185,0,0,0,0.030400000000000003,0.1188,0.026700000000000005,0.0155,0.024900000000000005,0.006400000000000001,0.0155,0.15,0.06810000000000001,0.053000000000000005,0.026400000000000007,0.042800000000000005,0.12100000000000001,0.026100000000000005,0.0155,0.0553,0.0952,0.023300000000000005,0.0149,0.0146
33
+ 2025-10-22,101522.63,-0.492,12159.3,99201.02904589985,-0.7989709541001533,neutral,"FOF meta allocation using 4 sleeves under neutral regime. Weights: aggressive=10%, balanced=40%, conservative=20%, passive=30%.",0.09999999999999999,0.39999999999999997,0.19999999999999998,0.3000000000000001,0.007287807177117783,0.008121379218922102,0.007385942723662574,0.007731536940928453,0.0007287807177117783,0.0032485516875688405,0.0014771885447325147,0.0023194610822785365,0.00777398203229167,0.9371205210926984,20,19,0,6247.58,0.0,0.06153879189299963,0.0,0.06153879189299963,0,0,0,0.0303,0.1114,0.0291,0.014500000000000002,0.021500000000000005,0.0088,0.014500000000000002,0.1491,0.0651,0.0509,0.0228,0.040900000000000006,0.11050000000000001,0.0288,0.014500000000000002,0.0518,0.0912,0.020900000000000002,0.010600000000000002,0.010600000000000002
34
+ 2025-10-23,102217.94,0.6849,17043.76,99547.9952281932,-0.452004771806791,neutral,"FOF meta allocation using 4 sleeves under neutral regime. Weights: aggressive=10%, balanced=40%, conservative=20%, passive=30%.",0.09999999999999999,0.39999999999999997,0.19999999999999998,0.3000000000000001,0.0008541401433065987,0.0007832063622447523,-0.0008222220762695417,0.001362081237471494,8.541401433065986e-05,0.0003132825448979009,-0.00016444441525390833,0.00040862437124144835,0.0006428765152161008,0.6894138035877165,20,15,0,7820.42,0.0,0.07650731368681468,0.0,0.07650731368681468,0,0,0,0.026923076923076925,0.11202307692307695,0.02950769230769231,0.011161538461538462,0.015261538461538465,0.0027000000000000006,0.009161538461538464,0.14813846153846155,0.0651923076923077,0.049223076923076925,0.019561538461538464,0.03622307692307693,0.12714615384615385,0.026623076923076926,0.003900000000000001,0.04952307692307693,0.08314615384615386,0.018961538461538464,0.007961538461538463,0.011661538461538463
35
+ 2025-10-24,102278.91,0.0596,13136.19,99901.91682996243,-0.09808317003756617,neutral,"FOF meta allocation using 4 sleeves under neutral regime. Weights: aggressive=10%, balanced=40%, conservative=20%, passive=30%.",0.09999999999999999,0.39999999999999997,0.19999999999999998,0.3000000000000001,0.002950570654137826,0.005911206211635801,0.006051984031057883,0.005839075117626277,0.00029505706541378256,0.0023644824846543204,0.0012103968062115765,0.0017517225352878835,0.005621658891567563,0.7738592776703795,19,19,0,5444.29,0.0,0.05322983985652565,0.0,0.05322983985652565,0,0,0,0.030827334376630156,0.11318153364632239,0.031753260302556076,0.013437663015127804,0.020315597287428273,0.0,0.010633802816901409,0.15,0.06860250391236307,0.05111684924360981,0.022193531559728745,0.041435054773082944,0.11918153364632239,0.02987532603025561,0.005755868544600939,0.05111684924360981,0.08308815858111633,0.022193531559728745,0.00875586854460094,0.012633802816901409
36
+ 2025-10-27,102798.37,0.5079,14182.74,101313.59368327854,1.3135936832785466,neutral,"FOF meta allocation using 4 sleeves under neutral regime. Weights: aggressive=10%, balanced=40%, conservative=20%, passive=30%.",0.09999999999999999,0.39999999999999997,0.19999999999999998,0.3000000000000001,-0.0035291685572089553,-0.004355292820078098,-0.004935533526927916,-0.005141948480049329,-0.0003529168557208955,-0.0017421171280312389,-0.000987106705385583,-0.0015425845440147992,-0.004624725233152517,0.8317606280541443,19,15,0,4819.569999999999,0.0,0.04688372004342091,0.0,0.04688372004342091,0,0,0,0.03095794096533086,0.10789894852413326,0.031257940965330855,0.013711466295060738,0.02175907548949228,0.0,0.012560210013653704,0.15,0.06485340286868517,0.060403319116591365,0.02235907548949228,0.04054055853497178,0.10338638571006292,0.03095794096533086,0.007280105006826852,0.049355671917008015,0.0822323733513506,0.02235907548949228,0.012260210013653704,0.013160210013653703
37
+ 2025-10-28,102348.28,-0.4378,9612.59,100843.73245450594,0.8437324545059299,neutral,"FOF meta allocation using 4 sleeves under neutral regime. Weights: aggressive=10%, balanced=40%, conservative=20%, passive=30%.",0.09999999999999999,0.39999999999999997,0.19999999999999998,0.3000000000000001,0.01284780238477623,0.005884620316108405,0.003931060015326187,0.006059077091052925,0.001284780238477623,0.002353848126443362,0.0007862120030652373,0.0018177231273158781,0.0062425634953021,0.7416805701908441,19,15,0,11668.389999999998,0.0,0.11400670338573349,0.0,0.11400670338573349,0,0,0,0.031754478398314016,0.11558166491043204,0.02790832455216017,0.010216016859852477,0.019062170706006326,0.0,0.014062170706006322,0.15,0.06240252897787145,0.06413909378292941,0.0807017913593256,0.03675447839831402,0.1087355110642782,0.02790832455216017,0.010216016859852477,0.04560063224446787,0.0661390937829294,0.026754478398314015,0.014062170706006322,0.014062170706006322
38
+ 2025-10-29,102879.73,0.5193,14428.8,101699.00477083713,1.6990047708371314,neutral,"FOF meta allocation using 4 sleeves under neutral regime. Weights: aggressive=10%, balanced=40%, conservative=20%, passive=30%.",0.09999999999999999,0.39999999999999997,0.19999999999999998,0.3000000000000001,-0.0049165762340693765,-0.004035900829310062,-0.004188548570370718,-0.004392436547344105,-0.0004916576234069376,-0.0016143603317240246,-0.0008377097140741435,-0.001317730964203232,-0.004261458633408338,0.8471294148040321,19,18,0,7595.65,0.0,0.07383038427491984,0.0,0.07383038427491984,0,0,0,0.0333,0.10590000000000001,0.026100000000000005,0.014,0.020700000000000003,0.0,0.0075000000000000015,0.1376,0.058300000000000005,0.0636,0.07800000000000001,0.0361,0.09510000000000002,0.026100000000000005,0.0143,0.0432,0.06640000000000001,0.026100000000000005,0.0146,0.0149
39
+ 2025-10-30,102504.73,-0.3645,16677.92,101243.8554744644,1.243855474464417,neutral,"FOF meta allocation using 4 sleeves under neutral regime. Weights: aggressive=10%, balanced=40%, conservative=20%, passive=30%.",0.09999999999999999,0.39999999999999997,0.19999999999999998,0.3000000000000001,-0.003489687029965633,-0.002341008751700983,-0.003337488347431325,-0.002995867396499068,-0.00034896870299656326,-0.0009364035006803931,-0.0006674976694862649,-0.0008987602189497207,-0.0028516300921129422,0.857867906572796,20,17,0,4283.040000000001,0.0,0.04178382792676982,0.0,0.04178382792676982,0,0,0,0.029900000000000003,0.10350000000000001,0.025800000000000003,0.012200000000000003,0.020000000000000004,0.002,0.010100000000000001,0.14080000000000004,0.052500000000000005,0.0592,0.0771,0.0368,0.08520000000000001,0.025800000000000003,0.0119,0.038900000000000004,0.0661,0.025800000000000003,0.012200000000000003,0.0119
40
+ 2025-10-31,102256.24,-0.2424,14770.3,101040.3414984519,1.0403414984519133,neutral,"FOF meta allocation using 4 sleeves under neutral regime. Weights: aggressive=10%, balanced=40%, conservative=20%, passive=30%.",0.09999999999999999,0.39999999999999997,0.19999999999999998,0.3000000000000001,0.0011954658253129197,0.0024783911998188827,0.0005694987833193643,-0.0003621832189060479,0.00011954658253129196,0.000991356479927553,0.00011389975666387286,-0.0001086549656718144,0.0011161478534509035,0.7828453659506763,20,18,0,13440.240000000002,0.0,0.1314368687915769,0.0,0.1314368687915769,0,0,0,0.03916666666666667,0.1037,0.03596666666666667,0.015266666666666668,0.0285,0.005433333333333333,0.014666666666666668,0.13176666666666667,0.05566666666666667,0.06636666666666667,0.07773333333333333,0.03726666666666667,0.09370000000000002,0.03196666666666667,0.014966666666666668,0.037866666666666667,0.019500000000000007,0.03196666666666667,0.018966666666666666,0.014966666666666668
41
+ 2025-11-03,102358.35,0.0999,10216.67,101289.09664790412,1.289096647904131,neutral,"FOF meta allocation using 4 sleeves under neutral regime. Weights: aggressive=10%, balanced=40%, conservative=20%, passive=30%.",0.09999999999999999,0.39999999999999997,0.19999999999999998,0.3000000000000001,-0.010841851261772692,-0.008321754271056714,-0.008179595626621128,-0.007585179729090617,-0.001084185126177269,-0.0033287017084226854,-0.0016359191253242254,-0.002275553918727186,-0.008324359878651365,0.8058146345487543,20,18,0,8331.49,0.0,0.08139531362121408,0.0,0.08139531362121408,0,0,0,0.038727272727272735,0.11436363636363636,0.038727272727272735,0.01790909090909091,0.02390909090909091,0.00890909090909091,0.01790909090909091,0.15,0.05627272727272727,0.07154545454545455,0.07654545454545456,0.03781818181818182,0.09818181818181819,0.02881818181818182,0.01490909090909091,0.03472727272727273,0.019818181818181818,0.02881818181818182,0.01890909090909091,0.013909090909090911
42
+ 2025-11-04,101603.12,-0.7378,8630.89,100553.5050365056,0.5535050365055971,neutral,"FOF meta allocation using 4 sleeves under neutral regime. Weights: aggressive=10%, balanced=40%, conservative=20%, passive=30%.",0.09999999999999999,0.39999999999999997,0.19999999999999998,0.3000000000000001,0.003677734397797273,0.0008377668300764987,0.0008837072182700318,0.000649375589652308,0.0003677734397797273,0.00033510673203059944,0.00017674144365400634,0.00019481267689569246,0.0010744342923600255,0.8125723684210526,20,18,0,6862.9400000000005,0.0,0.06754654778317831,0.0,0.06754654778317831,0,0,0,0.04070000000000001,0.12090000000000001,0.037700000000000004,0.0177,0.019900000000000004,0.008700000000000001,0.017400000000000002,0.15,0.051500000000000004,0.08020000000000001,0.07850000000000001,0.035100000000000006,0.10940000000000001,0.04870000000000001,0.0102,0.036800000000000006,0.0177,0.0267,0.018400000000000003,0.009000000000000001
43
+ 2025-11-05,101699.45,0.0948,11406.01,100161.81801815324,0.16181801815324803,neutral,"FOF meta allocation using 4 sleeves under neutral regime. Weights: aggressive=10%, balanced=40%, conservative=20%, passive=30%.",0.09999999999999999,0.39999999999999997,0.19999999999999998,0.3000000000000001,0.007748933831038851,0.006225042774121653,0.007908226565547558,0.0060612204819805735,0.000774893383103885,0.002490017109648661,0.0015816453131095114,0.0018183661445941727,0.00666492195045623,0.8513540377419228,20,15,0,3904.8999999999996,0.0,0.03839647117068971,0.0,0.03839647117068971,0,0,0,0.03563636363636364,0.11860909090909091,0.03703636363636364,0.019827272727272728,0.019818181818181818,0.009209090909090908,0.01771818181818182,0.15,0.04624545454545455,0.08127272727272727,0.07267272727272728,0.03052727272727273,0.0984909090909091,0.04524545454545455,0.009209090909090908,0.036736363636363636,0.018418181818181816,0.024527272727272727,0.01771818181818182,0.00780909090909091
44
+ 2025-11-06,102258.83,0.55,16101.98,101181.76357464513,1.1817635746451227,neutral,"FOF meta allocation using 4 sleeves under neutral regime. Weights: aggressive=10%, balanced=40%, conservative=20%, passive=30%.",0.09999999999999999,0.39999999999999997,0.19999999999999998,0.3000000000000001,0.00045156534843398595,0.001080174782998825,0.0017370675522792596,0.00190059397164278,4.515653484339859e-05,0.00043206991319953,0.0003474135104558519,0.0005701781914928342,0.0013948181499916148,0.7324570650833048,20,17,0,16752.09,0.0,0.16382047398742972,0.0,0.16382047398742972,0,0,0,0.030049425287356324,0.09284712643678163,0.031249425287356324,0.05124137931034482,0.019149425287356324,0.009074712643678162,0.017249425287356325,0.15,0.03892413793103448,0.06487356321839081,0.05604942528735633,0.023749425287356324,0.13213563218390806,0.03864942528735633,0.009074712643678162,0.030949425287356322,0.018449425287356325,0.020349425287356324,0.017549425287356323,0.008649425287356323
45
+ 2025-11-07,102390.25,0.1285,13436.84,101264.6695767028,1.2646695767027927,neutral,"FOF meta allocation using 4 sleeves under neutral regime. Weights: aggressive=10%, balanced=40%, conservative=20%, passive=30%.",0.09999999999999999,0.39999999999999997,0.19999999999999998,0.3000000000000001,-0.0066556447467653376,0.0033553083047627346,-2.522667950973076e-05,0.0031298735669777937,-0.0006655644746765336,0.0013421233219050937,-5.045335901946151e-06,0.0009389620700933385,0.0016104755814199524,0.7353950480413896,20,16,0,5956.92,0.0,0.058178586340007964,0.0,0.058178586340007964,0,0,0,0.030981933152664863,0.08494146341463416,0.031281933152664865,0.06407145438121048,0.02205591689250226,0.011578048780487807,0.020529990966576334,0.15,0.035755916892502265,0.06561201445347788,0.05210794941282747,0.02785591689250226,0.13733839205058718,0.03768193315266487,0.009652032520325204,0.030981933152664863,0.021129990966576334,0.02235591689250226,0.019929990966576334,0.013229990966576333
46
+ 2025-11-10,102549.22,0.1553,6566.75,101548.48162738816,1.5484816273881652,neutral,"FOF meta allocation using 4 sleeves under neutral regime. Weights: aggressive=10%, balanced=40%, conservative=20%, passive=30%.",0.09999999999999999,0.39999999999999997,0.19999999999999998,0.3000000000000001,-0.001242268643773384,-0.0028516445032663556,-0.002296493948579161,-0.0024253003681200826,-0.00012422686437733838,-0.0011406578013065422,-0.0004592987897158322,-0.000727590110436025,-0.0024517735658357376,0.7735166872950731,20,15,0,7622.73,0.0,0.07433240350341035,0.0,0.07433240350341035,0,0,0,0.03144969708813758,0.0878419060647515,0.03144969708813758,0.0593467982541854,0.027199309491238357,0.014375845221809656,0.02043718975962478,0.15,0.05069021562113217,0.0635951924956029,0.05248489349228064,0.03054969708813758,0.13874264868738193,0.05689575271969253,0.013475845221809656,0.03144969708813758,0.02689930949123836,0.029049697088137583,0.01983718975962478,0.018037189759624782
47
+ 2025-11-11,102316.13,-0.2273,8238.88,101110.55765987842,1.1105576598784195,neutral,"FOF meta allocation using 4 sleeves under neutral regime. Weights: aggressive=10%, balanced=40%, conservative=20%, passive=30%.",0.09999999999999999,0.39999999999999997,0.19999999999999998,0.3000000000000001,0.0007941024439614498,-0.0016047891393705836,-0.0018404939031375553,-0.0015712817380433319,7.941024439614498e-05,-0.0006419156557482333,-0.000368098780627511,-0.00047138452141299973,-0.0014019887133925992,0.7577770567643922,20,17,0,3902.49,0.0,0.03814149342826003,0.0,0.03814149342826003,0,0,0,0.03085925925925926,0.08691481481481482,0.030559259259259258,0.05751111111111111,0.025655555555555556,0.011903703703703705,0.017703703703703704,0.15,0.048959259259259265,0.06971851851851851,0.044859259259259265,0.031855555555555554,0.13762222222222223,0.06091481481481481,0.011603703703703705,0.03085925925925926,0.025355555555555555,0.02995925925925926,0.017403703703703706,0.016503703703703704
48
+ 2025-11-12,102176.2,-0.1368,12703.07,100475.29752114713,0.4752975211471444,neutral,"FOF meta allocation using 4 sleeves under neutral regime. Weights: aggressive=10%, balanced=40%, conservative=20%, passive=30%.",0.09999999999999999,0.39999999999999997,0.19999999999999998,0.3000000000000001,0.023396257839149795,0.019768745398636524,0.018443277328076466,0.01975057161356222,0.0023396257839149795,0.007907498159454608,0.0036886554656152927,0.005925171484068668,0.01986095089305355,0.8569859818767865,20,19,0,7490.6500000000015,0.0,0.07331110375997542,0.0,0.07331110375997542,0,0,0,0.028904761904761905,0.08337142857142858,0.028904761904761905,0.05286190476190476,0.022404761904761906,0.010552380952380954,0.013052380952380954,0.15,0.06098571428571429,0.07461904761904763,0.04260952380952381,0.029204761904761907,0.1233809523809524,0.060666666666666674,0.010252380952380954,0.028904761904761905,0.022404761904761906,0.023904761904761908,0.012752380952380953,0.012752380952380953
49
+ 2025-11-13,103951.87,1.7379,14462.05,102332.22710651226,2.3322271065122635,neutral,"FOF meta allocation using 4 sleeves under neutral regime. Weights: aggressive=10%, balanced=40%, conservative=20%, passive=30%.",0.09999999999999999,0.39999999999999997,0.19999999999999998,0.3000000000000001,-0.012528719810259976,-0.010042176261728632,-0.008411155915716678,-0.007553561024049783,-0.0012528719810259974,-0.004016870504691452,-0.0016822311831433355,-0.0022660683072149358,-0.009218041976075722,0.7937664898824751,20,20,0,16738.58,0.0,0.16102240392597073,0.0,0.16102240392597073,0,0,0,0.02413000462320851,0.06489588534442904,0.02443000462320851,0.03921349976883958,0.02233000462320851,0.003000000000000001,0.010794128525196487,0.15,0.07247905686546463,0.07449588534442904,0.030571752196024045,0.02443000462320851,0.13978257050392973,0.07311604253351828,0.009894128525196486,0.02413000462320851,0.05234429033749422,0.02263000462320851,0.010794128525196487,0.010494128525196487
50
+ 2025-11-14,103185.98,-0.7368,16216.99,101051.71674343351,1.0517167434335173,neutral,"FOF meta allocation using 4 sleeves under neutral regime. Weights: aggressive=10%, balanced=40%, conservative=20%, passive=30%.",0.09999999999999999,0.39999999999999997,0.19999999999999998,0.3000000000000001,-0.010490089505779728,-0.011045025451957064,-0.011513775524087253,-0.01114628073722819,-0.0010490089505779728,-0.004418010180782825,-0.0023027551048174504,-0.003343884221168458,-0.011113658457346708,0.8120167108461431,20,16,0,12942.320000000003,0.0,0.1254271171335486,0.0,0.1254271171335486,0,0,0,0.04081904761904762,0.05596190476190477,0.021104761904761907,0.034504761904761906,0.04021904761904762,0.004900000000000001,0.009952380952380952,0.15,0.07321904761904761,0.059261904761904766,0.02490476190476191,0.020804761904761906,0.14590952380952382,0.05866190476190476,0.009652380952380952,0.021104761904761907,0.04415714285714287,0.020504761904761908,0.009352380952380952,0.009652380952380952
51
+ 2025-11-17,102214.46,-0.9415,7753.86,99997.01972387514,-0.0029802761248531873,neutral,"FOF meta allocation using 4 sleeves under neutral regime. Weights: aggressive=10%, balanced=40%, conservative=20%, passive=30%.",0.09999999999999999,0.39999999999999997,0.19999999999999998,0.3000000000000001,-0.0024836577723707687,-0.0014212432298085574,-0.0002273512234770274,-0.0003295901424290479,-0.00024836577723707685,-0.0005684972919234229,-4.5470244695405475e-05,-9.88770427287144e-05,-0.0009612103565846196,0.8254385964912281,20,20,0,13932.289999999999,0.0,0.1363044915562827,0.0,0.1363044915562827,0,0,0,0.06570243791296423,0.058836181362497145,0.05970243791296423,0.033381408065618595,0.042704032809295966,0.009322624743677375,0.014736158578263842,0.15,0.0706719070403281,0.06234495329232172,0.01864524948735475,0.024058783321941217,0.14138482570061517,0.06234495329232172,0.014736158578263842,0.024058783321941217,0.042704032809295966,0.01773615857826384,0.014736158578263842,0.014736158578263842
52
+ 2025-11-18,102122.0,-0.0905,15924.16,99741.61619434449,-0.25838380565551544,neutral,"FOF meta allocation using 4 sleeves under neutral regime. Weights: aggressive=10%, balanced=40%, conservative=20%, passive=30%.",0.09999999999999999,0.39999999999999997,0.19999999999999998,0.3000000000000001,0.007188973132412739,0.004782301932921646,0.004491459452575489,0.004390551992163422,0.0007188973132412739,0.0019129207731686582,0.0008982918905150977,0.001317165597649027,0.004847275574574057,0.8081440953412784,20,15,0,8880.3,0.0,0.08695775640900098,0.0,0.08695775640900098,0,0,0,0.05438461538461539,0.05450769230769231,0.05258461538461538,0.029823076923076924,0.03482307692307692,0.009661538461538463,0.016123076923076924,0.15,0.06410769230769231,0.05570769230769231,0.018361538461538464,0.020161538461538463,0.12742307692307692,0.055046153846153856,0.015461538461538464,0.020161538461538463,0.03948461538461539,0.019023076923076927,0.015161538461538462,0.015523076923076924
53
+ 2025-11-19,102503.23,0.3733,14795.84,99934.31459269683,-0.06568540730317318,neutral,"FOF meta allocation using 4 sleeves under neutral regime. Weights: aggressive=10%, balanced=40%, conservative=20%, passive=30%.",0.09999999999999999,0.39999999999999997,0.19999999999999998,0.3000000000000001,-0.01246086067256722,-0.010580589852592573,-0.009081714587924825,-0.011027134201998714,-0.0012460860672567219,-0.004232235941037029,-0.0018163429175849647,-0.0033081402605996155,-0.010602805186478331,0.8318634898864071,20,16,0,6687.260000000001,0.0,0.06523950513559425,0.0,0.06523950513559425,0,0,0,0.059535087719298246,0.059235087719298245,0.05893508771929824,0.031017543859649124,0.0339719298245614,0.011208771929824564,0.014763157894736843,0.1402438596491228,0.06263508771929824,0.05983508771929824,0.019663157894736844,0.023017543859649128,0.11155263157894738,0.059535087719298246,0.014763157894736843,0.023017543859649128,0.042826315789473685,0.02271754385964913,0.014463157894736844,0.013863157894736843
54
+ 2025-11-20,101580.5,-0.9002,20288.59,98960.94785255055,-1.0390521474494485,neutral,"FOF meta allocation using 4 sleeves under neutral regime. Weights: aggressive=10%, balanced=40%, conservative=20%, passive=30%.",0.09999999999999999,0.39999999999999997,0.19999999999999998,0.3000000000000001,-0.017478214443826117,-0.015508127040745537,-0.014630719663838623,-0.014108463907750265,-0.0017478214443826115,-0.006203250816298214,-0.0029261439327677246,-0.004232539172325081,-0.015109755365773631,0.8061881791448475,20,20,0,14095.67,0.0,0.13876354221528736,0.0,0.13876354221528736,0,0,0,0.051000000000000004,0.052000000000000005,0.051000000000000004,0.027000000000000003,0.028999999999999998,0.010000000000000002,0.010000000000000002,0.15,0.09,0.052000000000000005,0.019000000000000003,0.020000000000000004,0.09800000000000002,0.051000000000000004,0.010000000000000002,0.020000000000000004,0.03900000000000001,0.020000000000000004,0.010000000000000002,0.010000000000000002
55
+ 2025-11-21,100359.74,-1.2018,9328.04,97243.46770721846,-2.756532292781544,neutral,"FOF meta allocation using 4 sleeves under neutral regime. Weights: aggressive=10%, balanced=40%, conservative=20%, passive=30%.",0.09999999999999999,0.39999999999999997,0.19999999999999998,0.3000000000000001,-0.004582974376266794,-0.002716014113531093,-0.003621025036241637,-0.003794180772475865,-0.00045829743762667934,-0.0010864056454124372,-0.0007242050072483273,-0.0011382542317427597,-0.0034071623220302038,0.7595675528723564,20,17,0,11285.909999999998,0.0,0.1124545559803164,0.0,0.1124545559803164,0,0,0,0.06609404529773512,0.05121418929053548,0.05121418929053548,0.028664616769161544,0.050324133793310334,0.015274786260686967,0.015274786260686967,0.15,0.10326818659067048,0.05209914504274787,0.023969701514924256,0.023969701514924256,0.10680800959952004,0.05121418929053548,0.015274786260686967,0.022549572521373934,0.03993940302984851,0.021664616769161545,0.015274786260686967,0.015274786260686967
56
+ 2025-11-24,100048.57,-0.3101,15434.66,97198.95762423263,-2.801042375767371,neutral,"FOF meta allocation using 4 sleeves under neutral regime. Weights: aggressive=10%, balanced=40%, conservative=20%, passive=30%.",0.09999999999999999,0.39999999999999997,0.19999999999999998,0.3000000000000001,0.0025960929446189355,0.0033753991173891247,0.004685941499439132,0.007017843367654441,0.0002596092944618935,0.0013501596469556497,0.0009371882998878264,0.002105353010296333,0.004652310251601703,0.7338916365729838,20,19,0,15104.14,0.0,0.15096807480606667,0.0,0.15096807480606667,0,0,0,0.045260942760942766,0.04931144781144782,0.04653367003367004,0.022124579124579123,0.03926094276094276,0.004500000000000001,0.01577272727272727,0.15,0.08985016835016835,0.04931144781144782,0.020624579124579125,0.020624579124579125,0.15,0.04931144781144782,0.01577272727272727,0.020624579124579125,0.030624579124579124,0.020624579124579125,0.004500000000000001,0.01577272727272727
57
+ 2025-11-25,100480.31,0.4315,21205.51,98080.08909058213,-1.9199109094178657,neutral,"FOF meta allocation using 4 sleeves under neutral regime. Weights: aggressive=10%, balanced=40%, conservative=20%, passive=30%.",0.09999999999999999,0.39999999999999997,0.19999999999999998,0.3000000000000001,0.0008414384179799394,-7.833937206929962e-05,-0.00025984959701982056,-3.28631911322748e-05,8.414384179799394e-05,-3.133574882771984e-05,-5.1969919403964104e-05,-9.858957339682444e-06,-9.02078377337245e-06,0.7378934146316166,20,17,0,5770.85,0.0,0.057432645261544284,0.0,0.057432645261544284,0,0,0,0.04158571428571429,0.047542857142857144,0.04158571428571429,0.019492857142857145,0.03348571428571429,0.0012000000000000003,0.013692857142857146,0.15,0.08562857142857144,0.04248571428571429,0.019192857142857147,0.018892857142857145,0.15,0.04248571428571429,0.013392857142857144,0.019192857142857147,0.029085714285714288,0.018892857142857145,0.0012000000000000003,0.014364285714285715
58
+ 2025-11-26,100471.01,-0.0093,20723.32,98246.1949148119,-1.7538050851880982,neutral,"FOF meta allocation using 4 sleeves under neutral regime. Weights: aggressive=10%, balanced=40%, conservative=20%, passive=30%.",0.09999999999999999,0.39999999999999997,0.19999999999999998,0.3000000000000001,0.0025213180615055015,0.0018949859880359452,0.0019788024249173496,0.0022606046851265035,0.0002521318061505501,0.000757994395214378,0.0003957604849834699,0.0006781814055379512,0.0020840680918863493,0.8716276893559959,18,17,0,3194.8500000000004,0.0,0.031798724826196126,0.0,0.031798724826196126,0,0,0,0.04170540540540541,0.0513072072072072,0.04170540540540541,0.020402702702702703,0.03240450450450451,0.0,0.012001801801801803,0.15,0.08431081081081082,0.047807207207207214,0.021303603603603605,0.020402702702702703,0.14561441441441442,0.04020360360360361,0.011701801801801803,0.021303603603603605,0.030303603603603606,0.019501801801801805,0.0,0.011701801801801803
59
+ 2025-11-27,100638.48,0.1667,16152.73,98951.5176794744,-1.048482320525601,neutral,"FOF meta allocation using 4 sleeves under neutral regime. Weights: aggressive=10%, balanced=40%, conservative=20%, passive=30%.",0.09999999999999999,0.39999999999999997,0.19999999999999998,0.3000000000000001,0.007312017316149704,0.006947565567173822,0.00778146865524004,0.007919027521550985,0.0007312017316149703,0.0027790262268695284,0.0015562937310480078,0.0023757082564652963,0.0074422299459978025,0.8230474581983239,19,16,0,5737.87,0.0,0.05701467271763246,0.0,0.05701467271763246,0,0,0,0.047807207207207214,0.05620720720720721,0.04750720720720721,0.019801801801801803,0.0334018018018018,0.0,0.015401801801801803,0.15,0.08671351351351353,0.05560720720720721,0.024101801801801805,0.024101801801801805,0.15,0.0378018018018018,0.015401801801801803,0.020101801801801805,0.0288018018018018,0.019501801801801805,0.008,0.014501801801801804
60
+ 2025-11-28,101269.84,0.6274,11716.98,99766.93287183289,-0.23306712816710817,neutral,"FOF meta allocation using 4 sleeves under neutral regime. Weights: aggressive=10%, balanced=40%, conservative=20%, passive=30%.",0.09999999999999999,0.39999999999999997,0.19999999999999998,0.3000000000000001,0.011747569687560615,0.014978725211756496,0.01238625409503057,0.011631590341057372,0.0011747569687560614,0.005991490084702598,0.0024772508190061136,0.003489477102317213,0.013132974974781986,0.7631299664706325,19,14,0,8303.73,0.0,0.0819960809654681,0.0,0.0819960809654681,0,0,0,0.03769490525007767,0.05307347002174588,0.043212146629388014,0.022235383659521595,0.03425352593973283,0.0,0.01767676296986642,0.14979493631562596,0.09759282385834112,0.05307347002174588,0.024036284560422495,0.024036284560422495,0.15,0.035753525939732834,0.01767676296986642,0.02559490525007766,0.06508831935383659,0.022536284560422497,0.013576762969866417,0.014776762969866417
61
+ 2025-12-01,102461.88,1.1771,6293.58,101609.44792823949,1.6094479282394936,neutral,"FOF meta allocation using 4 sleeves under neutral regime. Weights: aggressive=10%, balanced=40%, conservative=20%, passive=30%.",0.09999999999999999,0.39999999999999997,0.19999999999999998,0.3000000000000001,-0.008056771020509564,-0.008780038302465484,-0.008351337941081956,-0.0083831437190342,-0.0008056771020509563,-0.003512015320986193,-0.001670267588216391,-0.0025149431157102608,-0.008502903126963801,0.7822601299694188,20,19,0,9203.599999999999,0.0,0.08982462550950654,0.0,0.08982462550950654,0,0,0,0.03987236238532111,0.0625644495412844,0.048152293577981654,0.0272848623853211,0.0358473623853211,0.008,0.018704931192660555,0.15,0.09299931192660552,0.06411215596330275,0.0272848623853211,0.0272848623853211,0.1327466743119266,0.04018979357798166,0.018704931192660555,0.030709862385321102,0.06518715596330277,0.0282473623853211,0.015642431192660552,0.015642431192660552
62
+ 2025-12-02,101643.1,-0.7991,9510.38,100491.72319313553,0.49172319313552926,neutral,"FOF meta allocation using 4 sleeves under neutral regime. Weights: aggressive=10%, balanced=40%, conservative=20%, passive=30%.",0.09999999999999999,0.39999999999999997,0.19999999999999998,0.3000000000000001,-0.00670087321958582,-0.0027672178459685346,-0.0029342073879412775,-0.0025986915092643488,-0.000670087321958582,-0.0011068871383874137,-0.0005868414775882555,-0.0007796074527793049,-0.003143423390713556,0.7909538238931901,20,16,0,4231.700000000001,0.0,0.04163292933804657,0.0,0.04163292933804657,0,0,0,0.03930657870624886,0.06325523181235111,0.04557573758475353,0.025487868792376765,0.03365702767088143,0.008449551035367419,0.01731870991387209,0.15,0.0916347260399487,0.06505523181235111,0.025487868792376765,0.025487868792376765,0.12309461242440903,0.04117573758475353,0.009400000000000002,0.032606578706248855,0.0653552318123511,0.02805702767088144,0.01451870991387209,0.01521870991387209
63
+ 2025-12-03,101380.31,-0.2585,5267.48,100614.93106283149,0.6149310628314808,neutral,"FOF meta allocation using 4 sleeves under neutral regime. Weights: aggressive=10%, balanced=40%, conservative=20%, passive=30%.",0.09999999999999999,0.39999999999999997,0.19999999999999998,0.3000000000000001,0.005774912347142007,0.00402501756780589,0.003932979246889495,0.004282575245060688,0.0005774912347142006,0.0016100070271223557,0.0007865958493778988,0.0012847725735182069,0.004258866684732662,0.8639377480017917,20,19,0,14864.08,0.0,0.14661703046676416,0.0,0.14661703046676416,0,0,0,0.04141574026760537,0.06761023297185792,0.07487322810802627,0.02457176706599292,0.022862995136168365,0.00873149756808418,0.016792121349760596,0.15,0.07892285433108122,0.06693935918545015,0.023671767065992923,0.02397176706599292,0.10987797081701016,0.042986614054013134,0.00903149756808418,0.07097322810802627,0.08117322810802627,0.026423618917844775,0.014040269497908743,0.014340269497908741
64
+ 2025-12-04,101792.91,0.407,11175.41,101015.39010723539,1.0153901072353921,neutral,"FOF meta allocation using 4 sleeves under neutral regime. Weights: aggressive=10%, balanced=40%, conservative=20%, passive=30%.",0.09999999999999999,0.39999999999999997,0.19999999999999998,0.3000000000000001,0.012570151164112099,0.009811102837920473,0.009264736423447655,0.008898063160355747,0.0012570151164112099,0.003924441135168189,0.0018529472846895308,0.002669418948106725,0.009703822484375655,0.8383175048809307,20,18,0,8378.59,0.0,0.08231015303521629,0.0,0.08231015303521629,0,0,0,0.034300000000000004,0.0648,0.05420000000000001,0.021200000000000004,0.019900000000000004,0.0097,0.016100000000000003,0.15,0.0767,0.06509999999999999,0.020900000000000002,0.020900000000000002,0.0994,0.03860000000000001,0.0094,0.064,0.0939,0.020800000000000003,0.010600000000000002,0.010600000000000002
65
+ 2025-12-05,102648.42,0.8404,16037.86,102360.72971138802,2.36072971138801,neutral,"FOF meta allocation using 4 sleeves under neutral regime. Weights: aggressive=10%, balanced=40%, conservative=20%, passive=30%.",0.09999999999999999,0.39999999999999997,0.19999999999999998,0.3000000000000001,0.0023888729317067996,-0.0005630974530978462,-0.000909152178636163,-0.0007733572182158831,0.00023888729317067994,-0.00022523898123913845,-0.0001818304357272326,-0.000232007165464765,-0.0004001892892604561,0.7973492640622686,20,15,0,7305.41,0.0,0.07116923962395134,0.0,0.07116923962395134,0,0,0,0.03190270270270271,0.060704504504504514,0.0504045045045045,0.020801801801801804,0.019501801801801805,0.003000000000000001,0.012900900900900902,0.15,0.06460450450450451,0.05920270270270271,0.019801801801801803,0.020101801801801805,0.09840900900900901,0.0371027027027027,0.009600900900900902,0.05060270270270271,0.10702252252252253,0.020101801801801805,0.009900900900900901,0.009600900900900902
66
+ 2025-12-08,102603.44,-0.0438,11447.62,102433.74393551287,2.4337439355128776,neutral,"FOF meta allocation using 4 sleeves under neutral regime. Weights: aggressive=10%, balanced=40%, conservative=20%, passive=30%.",0.09999999999999999,0.39999999999999997,0.19999999999999998,0.3000000000000001,-0.01192110309434083,-0.011472350157027656,-0.011024969120532992,-0.011799145144275427,-0.0011921103094340829,-0.004588940062811062,-0.002204993824106598,-0.0035397435432826295,-0.011525787739634372,0.8670760880160643,20,15,0,10335.04,0.0,0.10072800678027949,0.0,0.10072800678027949,0,0,0,0.029631578947368425,0.05926315789473685,0.08015789473684212,0.01975438596491228,0.01975438596491228,0.0017771929824561407,0.00987719298245614,0.1381578947368421,0.05726315789473685,0.08315789473684211,0.01975438596491228,0.01975438596491228,0.09877192982456141,0.03950877192982456,0.00987719298245614,0.04938596491228071,0.12254385964912282,0.01975438596491228,0.00987719298245614,0.00987719298245614
67
+ 2025-12-09,101550.49,-1.0262,15965.28,101562.64875271847,1.5626487527184763,neutral,"FOF meta allocation using 4 sleeves under neutral regime. Weights: aggressive=10%, balanced=40%, conservative=20%, passive=30%.",0.09999999999999999,0.39999999999999997,0.19999999999999998,0.3000000000000001,-0.0057945924043026065,-0.004031642283643583,-0.004386256706914527,-0.00437304913108256,-0.0005794592404302606,-0.001612656913457433,-0.0008772513413829052,-0.0013119147393247685,-0.004381282234595368,0.8288691810277177,20,13,0,8709.02,0.0,0.0857604921453358,0.0,0.0857604921453358,0,0,0,0.025439024390243904,0.05227804878048781,0.06436504065040652,0.019626016260162603,0.0193260162601626,0.0066,0.009813008130081301,0.12336016260162605,0.05197804878048781,0.09716016260162602,0.019626016260162603,0.0193260162601626,0.10136016260162603,0.0352520325203252,0.009813008130081301,0.03876504065040651,0.12196016260162602,0.019626016260162603,0.009213008130081302,0.009513008130081302
68
+ 2025-12-10,101169.05,-0.3756,11606.27,101546.65152130795,1.5466515213079512,neutral,"FOF meta allocation using 4 sleeves under neutral regime. Weights: aggressive=10%, balanced=40%, conservative=20%, passive=30%.",0.09999999999999999,0.39999999999999997,0.19999999999999998,0.3000000000000001,0.00460164570607867,0.0017770788867014179,0.00022448879311424524,0.0013729322664317515,0.00046016457060786694,0.0007108315546805671,4.489775862284904e-05,0.0004118796799295256,0.0016277735638408086,0.7252371995820273,20,16,0,11171.649999999998,0.0,0.11042556987537193,0.0,0.11042556987537193,0,0,0,0.024772727272727276,0.06614545454545455,0.08074545454545455,0.020454545454545454,0.013336363636363638,0.007618181818181818,0.010636363636363637,0.15,0.050845454545454555,0.11001818181818182,0.020154545454545453,0.020154545454545453,0.09728181818181819,0.034590909090909096,0.010636363636363637,0.030490909090909093,0.10701818181818182,0.020154545454545453,0.011036363636363638,0.010336363636363637
69
+ 2025-12-11,101316.42,0.1457,11934.73,101036.57627887139,1.0365762788713928,neutral,"FOF meta allocation using 4 sleeves under neutral regime. Weights: aggressive=10%, balanced=40%, conservative=20%, passive=30%.",0.09999999999999999,0.39999999999999997,0.19999999999999998,0.3000000000000001,0.0024914829399777507,0.007971502369769111,0.007914664050258481,0.00840523596199742,0.00024914829399777505,0.003188600947907644,0.001582932810051696,0.0025215707885992266,0.007542252840556342,0.7494884045372578,20,18,0,11366.24,0.0,0.11218556676203123,0.0,0.11218556676203123,0,0,0,0.02748019801980198,0.08235148514851486,0.09980198019801981,0.016,0.0099,0.008100000000000001,0.009000000000000001,0.15,0.0444,0.12450198019801981,0.012000000000000002,0.016,0.10425148514851486,0.03018019801980198,0.009000000000000001,0.028980198019801978,0.09640000000000001,0.012000000000000002,0.009000000000000001,0.008700000000000001
70
+ 2025-12-12,101975.11,0.6501,5442.16,102141.21260704033,2.1412126070403215,neutral,"FOF meta allocation using 4 sleeves under neutral regime. Weights: aggressive=10%, balanced=40%, conservative=20%, passive=30%.",0.09999999999999999,0.39999999999999997,0.19999999999999998,0.3000000000000001,0.001097476950920091,0.0002453822260519634,-0.0010461983295451016,-0.001462556583986181,0.00010974769509200909,9.815289042078534e-05,-0.00020923966590902032,-0.00043876697519585446,-0.0004401060555920803,0.7998563813663955,20,18,0,14936.91,0.0,0.14647603714278906,0.0,0.14647603714278906,0,0,0,0.05324982145629561,0.07279495419965845,0.10858837137090513,0.015817543859649126,0.014017543859649125,0.004400000000000001,0.011717543859649123,0.1453306939916162,0.03493508771929825,0.12976078248719142,0.014617543859649125,0.015517543859649124,0.10218683434249341,0.05765859338612017,0.004700000000000001,0.05030999844744605,0.09776205558143146,0.014617543859649125,0.0024000000000000007,0.010817543859649123
71
+ 2025-12-15,101944.32,-0.0302,7892.36,101605.39520650619,1.6053952065061994,neutral,"FOF meta allocation using 4 sleeves under neutral regime. Weights: aggressive=10%, balanced=40%, conservative=20%, passive=30%.",0.09999999999999999,0.39999999999999997,0.19999999999999998,0.3000000000000001,-0.008797060709286132,-0.009075701010131384,-0.009359134323928563,-0.009170835651274297,-0.0008797060709286132,-0.003630280404052553,-0.0018718268647857123,-0.00275125069538229,-0.009133064035149168,0.8313948323578786,20,19,0,19260.58,0.0,0.18893235052232432,0.0,0.18893235052232432,0,0,0,0.04890270270270271,0.09141351351351351,0.07050720720720721,0.0177009009009009,0.018001801801801803,0.0101009009009009,0.0162009009009009,0.15,0.04310720720720721,0.108009009009009,0.0171009009009009,0.0177009009009009,0.10291351351351352,0.051904504504504505,0.0101009009009009,0.04770270270270271,0.06630720720720722,0.018001801801801803,0.0144018018018018,0.016501801801801802
72
+ 2025-12-16,101087.72,-0.8403,8112.48,100243.21468061839,0.24321468061838658,neutral,"FOF meta allocation using 4 sleeves under neutral regime. Weights: aggressive=10%, balanced=40%, conservative=20%, passive=30%.",0.09999999999999999,0.39999999999999997,0.19999999999999998,0.3000000000000001,0.007490939992156834,0.007142722646832611,0.00674211892069224,0.007034542397644911,0.0007490939992156833,0.002857089058733044,0.001348423784138448,0.002110362719293474,0.007064969561380649,0.833934660793893,20,16,0,6763.46,0.0,0.06690684091005315,0.0,0.06690684091005315,0,0,0,0.047530188679245286,0.08914716981132076,0.06507358490566038,0.014143396226415094,0.018343396226415096,0.009943396226415095,0.014143396226415094,0.14255471698113206,0.048147169811320764,0.09994716981132076,0.016143396226415096,0.0168433962264151,0.1063811320754717,0.07092075471698113,0.009943396226415095,0.04693018867924528,0.07463396226415095,0.018343396226415096,0.012743396226415096,0.013443396226415095
73
+ 2025-12-17,101740.99,0.6462,6783.27,101335.58704983068,1.3355870498306777,neutral,"FOF meta allocation using 4 sleeves under neutral regime. Weights: aggressive=10%, balanced=40%, conservative=20%, passive=30%.",0.09999999999999999,0.39999999999999997,0.19999999999999998,0.3000000000000001,-0.0025332074583214828,-0.00025060587670161396,-0.0010809349144838072,-0.0004116261316487812,-0.00025332074583214823,-0.00010024235068064558,-0.00021618698289676142,-0.0001234878394946344,-0.0006932379189041897,0.8839571563088513,20,16,0,6317.89,0.0,0.06209778379392612,0.0,0.06209778379392612,0,0,0,0.0419,0.08960000000000001,0.059800000000000006,0.012800000000000002,0.0176,0.010000000000000002,0.012800000000000002,0.15,0.057800000000000004,0.0973,0.0142,0.0176,0.0993,0.092,0.010000000000000002,0.04590000000000001,0.07650000000000001,0.0176,0.0114,0.0114
74
+ 2025-12-18,101677.93,-0.062,5307.29,101498.86674876398,1.4988667487639828,neutral,"FOF meta allocation using 4 sleeves under neutral regime. Weights: aggressive=10%, balanced=40%, conservative=20%, passive=30%.",0.09999999999999999,0.39999999999999997,0.19999999999999998,0.3000000000000001,0.001136127819192456,0.0005038470666410648,0.000452885030148509,0.00045148142505236597,0.0001136127819192456,0.00020153882665642592,9.057700602970179e-05,0.00013544442751570984,0.0005411730421210831,0.8644689799901436,20,20,0,8513.279999999999,0.0,0.08372790437413503,0.0,0.08372790437413503,0,0,0,0.041748623853211014,0.08909724770642202,0.06555779816513761,0.014339449541284402,0.016839449541284406,0.013339449541284404,0.014339449541284402,0.14914587155963302,0.06935779816513761,0.09449724770642202,0.015339449541284404,0.017339449541284403,0.09449724770642202,0.08075779816513762,0.012839449541284402,0.04574862385321102,0.08919724770642203,0.016839449541284406,0.013839449541284403,0.012839449541284402
75
+ 2025-12-19,101746.61,0.0675,8114.75,101513.78172250964,1.513781722509644,neutral,"FOF meta allocation using 4 sleeves under neutral regime. Weights: aggressive=10%, balanced=40%, conservative=20%, passive=30%.",0.09999999999999999,0.39999999999999997,0.19999999999999998,0.3000000000000001,0.0061126609097032405,0.0033893921643338154,0.003935461654151862,0.0027530315113101058,0.000611266090970324,0.001355756865733526,0.0007870923308303724,0.000825909453393032,0.0035800247409272542,0.7528715043773285,20,17,0,11483.800000000001,0.0,0.11286665963612941,0.0,0.11286665963612941,0,0,0,0.03591217239370996,0.08541258008153757,0.05073296447291788,0.01455608619685498,0.01575608619685498,0.01455608619685498,0.014856086196854981,0.14188829353523585,0.08870984274898078,0.07178905066977287,0.01515608619685498,0.01575608619685498,0.08361258008153757,0.0946098427489808,0.010295690157251021,0.043072568433313925,0.09700984274898078,0.0172266744321491,0.010295690157251021,0.010295690157251021
76
+ 2025-12-22,102076.61,0.3243,14309.85,102116.26864072413,2.116268640724117,bull,"FOF meta allocation using 4 sleeves under bull regime. Weights: aggressive=19%, balanced=37%, conservative=14%, passive=30%.",0.18666666666666665,0.3733333333333333,0.14,0.30000000000000004,0.0012075782524729542,-0.00030607790879810294,-0.0005847084409744502,-0.0005506157338532732,0.00022541460712828475,-0.00011426908595129175,-8.185918173642303e-05,-0.000165184720155982,-0.00013589838071541201,0.8222208645595742,20,17,0,16149.1,0.0,0.15820568492625295,0.0,0.15820568492625295,0,0,0,0.031133333333333332,0.0688,0.04253333333333334,0.01,0.013000000000000001,0.01,0.013000000000000001,0.15,0.07880000000000001,0.056933333333333336,0.016733333333333333,0.016733333333333333,0.0688,0.0844,0.01,0.03626666666666667,0.10746666666666665,0.046133333333333325,0.01,0.01
77
+ 2025-12-23,102040.35,-0.0355,17681.98,101972.32965898894,1.972329658988925,bull,"FOF meta allocation using 4 sleeves under bull regime. Weights: aggressive=19%, balanced=37%, conservative=14%, passive=30%.",0.18666666666666665,0.3733333333333333,0.14,0.30000000000000004,-0.0007901037220150936,-0.0009896685957904094,-0.0007240702906292122,-0.0010032919297357174,-0.00014748602810948412,-0.00036947627576175277,-0.00010136984068808971,-0.00030098757892071525,-0.0009193197234800419,0.8065885394660962,20,17,0,11697.11,0.0,0.11463220186916251,0.0,0.11463220186916251,0,0,0,0.02362962962962963,0.05831851851851852,0.03994074074074074,0.009614814814814816,0.009614814814814816,0.009614814814814816,0.009614814814814816,0.15,0.07391851851851852,0.05087407407407407,0.01622962962962963,0.012496296296296297,0.05227407407407407,0.10496296296296297,0.009614814814814816,0.02362962962962963,0.12583703703703703,0.04507407407407408,0.009614814814814816,0.009614814814814816
78
+ 2025-12-24,101970.86,-0.0681,16326.92,102358.1212052366,2.3581212052365963,bull,"FOF meta allocation using 4 sleeves under bull regime. Weights: aggressive=19%, balanced=37%, conservative=14%, passive=30%.",0.18666666666666665,0.3733333333333333,0.14,0.30000000000000004,0.0035746329880598634,0.002214458017469272,0.0029034730349388155,0.002187049541634771,0.0006672648244378411,0.0008267309931885281,0.0004064862248914342,0.0006561148624904314,0.0025565969050082345,0.7730991299822376,20,16,0,13232.2,0.0,0.12976452292350973,0.0,0.12976452292350973,0,0,0,0.02358688524590164,0.060440437158469945,0.06966775956284153,0.010893442622950819,0.012423497267759563,0.0030000000000000005,0.01119344262295082,0.12940054644808743,0.06145355191256831,0.05290710382513661,0.018256830601092892,0.01209344262295082,0.046473770491803276,0.13135136612021858,0.010893442622950819,0.02358688524590164,0.11287377049180329,0.03985355191256831,0.012423497267759563,0.010893442622950819
79
+ 2025-12-25,102187.72,0.2127,19784.44,102688.1138546873,2.688113854687302,bull,"FOF meta allocation using 4 sleeves under bull regime. Weights: aggressive=19%, balanced=37%, conservative=14%, passive=30%.",0.18666666666666665,0.3733333333333333,0.14,0.30000000000000004,0.0013018782645861835,0.005070516634762624,0.005965203067365315,0.005514129476889573,0.00024301727605608757,0.0018929928769780462,0.0008351284294311442,0.0016542388430668723,0.00462537742553215,0.6459642946944933,19,19,0,21161.62,0.0,0.20708574376647212,0.0,0.20708574376647212,0,0,0,0.018133333333333335,0.04786666666666667,0.05226666666666667,0.01,0.01,0.0,0.01,0.1258,0.04786666666666667,0.039733333333333336,0.016733333333333333,0.01,0.11279999999999998,0.15,0.01,0.018133333333333335,0.08526666666666667,0.031599999999999996,0.01,0.01
80
+ 2025-12-26,102558.11,0.3625,13991.87,103610.80820866236,3.6108082086623527,bull,"FOF meta allocation using 4 sleeves under bull regime. Weights: aggressive=19%, balanced=37%, conservative=14%, passive=30%.",0.18666666666666665,0.3733333333333333,0.14,0.30000000000000004,-0.00799424425756462,-0.008651107208265323,-0.006951858104060603,-0.008740109693625759,-0.0014922589280787289,-0.0032297466910857203,-0.0009732601345684845,-0.002622032908087728,-0.008317298661820662,0.8292259870636124,19,16,0,7739.75,0.0,0.07546697184649753,0.0,0.07546697184649753,0,0,0,0.021057559743055926,0.051759175430167795,0.0555698980408904,0.0162295877150839,0.0162295877150839,0.0,0.014924226409722593,0.12413776045837116,0.051759175430167795,0.039572353600597875,0.021762921048417233,0.0162295877150839,0.11993776045837115,0.14022703784764853,0.0162295877150839,0.021057559743055926,0.08795671987046033,0.03213365896190323,0.015929587715083897,0.015929587715083897
81
+ 2025-12-29,101823.99,-0.7158,13239.65,103056.8886305332,3.0568886305331944,bull,"FOF meta allocation using 4 sleeves under bull regime. Weights: aggressive=19%, balanced=37%, conservative=14%, passive=30%.",0.18666666666666665,0.3733333333333333,0.14,0.30000000000000004,0.0011617606371031126,-0.000939378627477173,-0.00041610259483886594,-0.00042479664337817963,0.00021686198559258101,-0.00035070135425814455,-5.825436327744124e-05,-0.00012743899301345392,-0.00031953272495645866,0.7976936798722326,19,18,0,11121.18,0.0,0.10921964460438058,0.0,0.10921964460438058,0,0,0,0.0203,0.043346666666666665,0.04890666666666667,0.014879999999999999,0.014879999999999999,0.0,0.014066666666666667,0.12691999999999998,0.043346666666666665,0.0344,0.018806666666666666,0.014879999999999999,0.15,0.15,0.014879999999999999,0.02,0.10728,0.027613333333333333,0.014879999999999999,0.014066666666666667
82
+ 2025-12-30,101815.01,-0.0088,11398.48,103077.21099492119,3.077210994921198,neutral,"FOF meta allocation using 4 sleeves under neutral regime. Weights: aggressive=10%, balanced=40%, conservative=20%, passive=30%.",0.09999999999999999,0.39999999999999997,0.19999999999999998,0.3000000000000001,-0.0031675024662005625,-0.0027914959842575237,-0.0029074202746744303,-0.0029074202746744303,-0.0003167502466200562,-0.0011165983937030093,-0.000581484054934886,-0.0008722260824023294,-0.002887058777660281,0.8094072164948454,19,15,0,5592.63,0.0,0.054929327218059494,0.0,0.054929327218059494,0,0,0,0.022000000000000002,0.039666666666666676,0.04316666666666667,0.013666666666666667,0.014166666666666668,0.0,0.013666666666666667,0.15,0.04266666666666667,0.035666666666666666,0.015666666666666666,0.013666666666666667,0.15,0.15,0.014666666666666668,0.022000000000000002,0.11499999999999999,0.025500000000000002,0.013166666666666667,0.012666666666666666
83
+ 2025-12-31,101572.02,-0.2387,6330.63,102317.36852783366,2.317368527833663,neutral,"FOF meta allocation using 4 sleeves under neutral regime. Weights: aggressive=10%, balanced=40%, conservative=20%, passive=30%.",0.09999999999999999,0.39999999999999997,0.19999999999999998,0.3000000000000001,0.02382060547705366,0.02557245449323622,0.023406520427860986,0.022898714961872336,0.0023820605477053655,0.010228981797294487,0.004681304085572197,0.006869614488561703,0.02416196091913375,0.7568399048939964,20,19,0,12060.909999999998,0.0,0.1187424450158616,0.0,0.1187424450158616,0,0,0,0.03113398058252427,0.03823398058252427,0.041433980582524274,0.016666990291262136,0.016966990291262137,0.007766990291262135,0.016666990291262136,0.15,0.04083398058252427,0.03703398058252427,0.017266990291262135,0.016966990291262137,0.15,0.12006796116504855,0.016966990291262137,0.03113398058252427,0.1351854368932039,0.03203398058252427,0.016666990291262136,0.016366990291262137
84
+ 2026-01-05,103844.94,2.2377,3147.04,105143.2228905463,5.143222890546295,neutral,"FOF meta allocation using 4 sleeves under neutral regime. Weights: aggressive=10%, balanced=40%, conservative=20%, passive=30%.",0.09999999999999999,0.39999999999999997,0.19999999999999998,0.3000000000000001,0.013440967508864437,0.01446019735934698,0.013153178028696701,0.014630953136113227,0.0013440967508864434,0.005784078943738792,0.00263063560573934,0.0043892859408339695,0.014148097241198544,0.8175463288763782,20,20,0,12528.79,0.0,0.12064901766036938,0.0,0.12064901766036938,0,0,0,0.03796551724137932,0.04096551724137931,0.04096551724137931,0.02206896551724138,0.02206896551724138,0.012758620689655175,0.02206896551724138,0.13827586206896553,0.03896551724137931,0.04096551724137931,0.02206896551724138,0.02206896551724138,0.1439655172413793,0.11462068965517241,0.02206896551724138,0.03796551724137932,0.12006896551724139,0.03796551724137932,0.02206896551724138,0.02206896551724138
85
+ 2026-01-06,105269.68,1.372,4978.94,106982.19076821544,6.982190768215446,bull,"FOF meta allocation using 4 sleeves under bull regime. Weights: aggressive=19%, balanced=37%, conservative=14%, passive=30%.",0.18666666666666665,0.3733333333333333,0.14,0.30000000000000004,-0.0012780750445061492,-0.005171549784469947,-0.0056070475980709925,-0.00497696160996692,-0.0002385740083078145,-0.0019307119195354466,-0.0007849866637299391,-0.0014930884829900762,-0.004447361074563276,0.7886869540105407,20,20,0,17412.74,0.0,0.16541078114800006,0.0,0.16541078114800006,0,0,0,0.06926666666666667,0.03626666666666667,0.07016666666666667,0.0206,0.0206,0.009033333333333334,0.010033333333333333,0.15,0.03596666666666667,0.036566666666666664,0.0206,0.020900000000000002,0.13133333333333333,0.09970000000000001,0.020300000000000002,0.035666666666666666,0.10686666666666667,0.035666666666666666,0.020300000000000002,0.0206
86
+ 2026-01-07,104815.4,-0.4315,4024.94,107170.10159167847,7.170101591678457,bull,"FOF meta allocation using 4 sleeves under bull regime. Weights: aggressive=19%, balanced=37%, conservative=14%, passive=30%.",0.18666666666666665,0.3733333333333333,0.14,0.30000000000000004,-0.012376662997378138,-0.011313936252538568,-0.011540718000230226,-0.012282572803696538,-0.0023103104261772522,-0.0042238695342810655,-0.0016157005200322318,-0.003684771841108962,-0.011834652321599512,0.85546434084594,20,20,0,18758.260000000002,0.0,0.1789647322817067,0.0,0.1789647322817067,0,0,0,0.051895340969962775,0.04639413451972883,0.07886224222417491,0.025431422064950936,0.0269490372411027,0.010776091861210726,0.014355330203740206,0.1388649184748907,0.04010067631932405,0.04639413451972883,0.025731422064950934,0.025431422064950936,0.10855280278021864,0.08726224222417492,0.025731422064950934,0.051910058501753474,0.08754462704802315,0.04432198262099466,0.024545346115583847,0.024245346115583846
87
+ 2026-01-08,103609.19,-1.1508,8878.14,105982.97176437893,5.9829717643789415,bull,"FOF meta allocation using 4 sleeves under bull regime. Weights: aggressive=19%, balanced=37%, conservative=14%, passive=30%.",0.18666666666666665,0.3733333333333333,0.14,0.30000000000000004,0.0035501916866242027,0.0043683797972279,0.004350446281257403,0.004526842505709254,0.0006627024481698511,0.0016308617909650827,0.0006090624793760364,0.0013580527517127762,0.004260679470223746,0.8049215576315057,20,20,0,11700.74,0.0,0.11293148802726866,0.0,0.11293148802726866,0,0,0,0.0436,0.043666666666666666,0.0794,0.019633333333333336,0.023966666666666664,0.0103,0.011200000000000002,0.15,0.03456666666666666,0.0418,0.02553333333333333,0.019633333333333336,0.11203333333333332,0.0924,0.019633333333333336,0.0436,0.08023333333333334,0.03746666666666667,0.018733333333333334,0.018733333333333334
88
+ 2026-01-09,104011.01,0.3878,12448.73,106661.1620097987,6.661162009798693,bull,"FOF meta allocation using 4 sleeves under bull regime. Weights: aggressive=19%, balanced=37%, conservative=14%, passive=30%.",0.18666666666666665,0.3733333333333333,0.14,0.30000000000000004,0.0007450134234681829,0.004004988660517377,0.003944678089883993,0.0031227580544243806,0.00013906917238072747,0.001495195766593154,0.000552254932583759,0.0009368274163273143,0.003123347287884955,0.8455293544522126,20,15,0,7896.209999999999,0.0,0.07591705916517874,0.0,0.07591705916517874,0,0,0,0.04513333333333333,0.04513333333333333,0.06833333333333333,0.02,0.028866666666666665,0.0114,0.0114,0.15,0.028133333333333333,0.04513333333333333,0.025133333333333334,0.018133333333333335,0.11979999999999999,0.06946666666666668,0.02,0.04513333333333333,0.06833333333333333,0.03813333333333334,0.02,0.02
89
+ 2026-01-12,104341.16,0.3174,15596.83,107777.54676558689,7.777546765586885,bull,"FOF meta allocation using 4 sleeves under bull regime. Weights: aggressive=19%, balanced=37%, conservative=14%, passive=30%.",0.18666666666666665,0.3733333333333333,0.14,0.30000000000000004,-0.0017943366712935339,-0.00012303317855688245,0.0017585363999760943,0.003235975736440406,-0.0003349428453081263,-4.593238666123611e-05,0.0002461950959966532,0.0009707927209321219,0.0008361125849594127,0.8133808684522498,20,20,0,14189.939999999997,0.0,0.13599561285306772,0.0,0.13599561285306772,0,0,0,0.042533986928104575,0.04813398692810457,0.04943398692810458,0.014026797385620914,0.02425359477124183,0.010226797385620915,0.010226797385620915,0.15,0.02365359477124183,0.06844771241830065,0.02245359477124183,0.013426797385620914,0.13240196078431374,0.07844771241830065,0.014326797385620916,0.042533986928104575,0.05503398692810457,0.031713725490196076,0.01985359477124183,0.02045359477124183
90
+ 2026-01-13,104476.63,0.1298,11979.37,108557.81281451347,8.557812814513465,bull,"FOF meta allocation using 4 sleeves under bull regime. Weights: aggressive=19%, balanced=37%, conservative=14%, passive=30%.",0.18666666666666665,0.3733333333333333,0.14,0.30000000000000004,-0.013913514084402692,-0.009869032433659917,-0.010798379037050153,-0.009916845757238493,-0.002597189295755169,-0.0036844387752330353,-0.0015117730651870217,-0.0029750537271715483,-0.010768454863346774,0.7169085549890694,20,16,0,15583.980000000001,0.0,0.14916235334160374,0.0,0.14916235334160374,0,0,0,0.03963456926766279,0.043977494927135215,0.09969935436266371,0.012922412838959601,0.01956923076923077,0.01157948717948718,0.012922412838959601,0.15,0.02225508208817561,0.10849935436266371,0.01956923076923077,0.012922412838959601,0.11887788230953698,0.06928965135583841,0.012922412838959601,0.03963456926766279,0.050567238516878804,0.02531215642870319,0.01956923076923077,0.015979487179487183
91
+ 2026-01-14,103488.6,-0.9457,9868.63,108064.42076860965,8.064420768609647,bull,"FOF meta allocation using 4 sleeves under bull regime. Weights: aggressive=19%, balanced=37%, conservative=14%, passive=30%.",0.18666666666666665,0.3733333333333333,0.14,0.30000000000000004,-0.0033715504792160515,-0.004585529816852906,-0.004651728814471333,-0.00501287750771987,-0.0006293560894536629,-0.0017119311316250848,-0.0006512420340259867,-0.0015038632523159613,-0.004496392507420696,0.7818761436561554,20,18,0,11424.42,0.0,0.11039302879737474,0.0,0.11039302879737474,0,0,0,0.04,0.04276666666666667,0.09036666666666666,0.009333333333333334,0.021866666666666666,0.008433333333333334,0.012766666666666666,0.15,0.01686666666666667,0.14006666666666664,0.015966666666666667,0.012766666666666666,0.11173333333333332,0.0991,0.008733333333333334,0.0397,0.046566666666666666,0.024766666666666666,0.015366666666666667,0.013066666666666666
92
+ 2026-01-15,103071.13,-0.4034,13272.59,107159.89829323845,7.1598982932384425,bull,"FOF meta allocation using 4 sleeves under bull regime. Weights: aggressive=19%, balanced=37%, conservative=14%, passive=30%.",0.18666666666666665,0.3733333333333333,0.14,0.30000000000000004,-0.001218722346462047,-0.0075375480053441555,-0.0063654739170408,-0.008423983566274456,-0.00022749483800624874,-0.002814017921995151,-0.0008911663483857121,-0.002527195069882337,-0.006459874178269449,0.7366461853558629,20,15,0,13340.719999999998,0.0,0.12943216980351333,0.0,0.12943216980351333,0,0,0,0.03608888888888889,0.03964444444444445,0.07648888888888888,0.05395555555555555,0.019822222222222224,0.008133333333333334,0.01168888888888889,0.15,0.018422222222222222,0.12324444444444446,0.01542222222222222,0.01168888888888889,0.10724444444444445,0.09211111111111112,0.008133333333333334,0.03608888888888889,0.04815555555555555,0.01626666666666667,0.008133333333333334,0.01168888888888889
93
+ 2026-01-16,102485.66,-0.568,16093.98,107389.03297891645,7.389032978916443,bull,"FOF meta allocation using 4 sleeves under bull regime. Weights: aggressive=19%, balanced=37%, conservative=14%, passive=30%.",0.18666666666666665,0.3733333333333333,0.14,0.30000000000000004,0.0005695491445737524,-0.004239752112242771,-0.004045377883468172,-0.004045377883468172,0.00010631584032043378,-0.0015828407885706342,-0.0005663529036855441,-0.0012136133650404517,-0.0032564912169761964,0.8397727272727272,20,16,0,11665.630000000001,0.0,0.11382694905804382,0.0,0.11382694905804382,0,0,0,0.03077333333333333,0.035826666666666666,0.06792000000000001,0.07504,0.02,0.00912,0.01044,0.15,0.019119999999999998,0.10649333333333333,0.0178,0.01088,0.09362666666666666,0.07781333333333333,0.00912,0.03077333333333333,0.06734666666666667,0.01637333333333333,0.00912,0.01
94
+ 2026-01-19,102216.9,-0.2622,13947.46,107250.18862034092,7.250188620340925,bull,"FOF meta allocation using 4 sleeves under bull regime. Weights: aggressive=19%, balanced=37%, conservative=14%, passive=30%.",0.18666666666666665,0.3733333333333333,0.14,0.30000000000000004,0.0029446494659766498,0.0008537519962892811,-4.297732705319693e-05,-0.0008577976757319517,0.0005496679003156413,0.00031873407861466495,-6.016825787447571e-06,-0.00025733930271958555,0.000605045850423273,0.7930089294601674,20,16,0,13939.28,0.0,0.13636962185313775,0.0,0.13636962185313775,0,0,0,0.02818909657320872,0.031133644859813084,0.059322741433021804,0.07702305295950156,0.04491214953271027,0.007877881619937695,0.009877881619937695,0.15,0.017755763239875388,0.09708971962616822,0.01745576323987539,0.04081214953271027,0.07932305295950157,0.0698006230529595,0.007877881619937695,0.02818909657320872,0.09200155763239876,0.011677881619937696,0.007877881619937695,0.007577881619937694
95
+ 2026-01-20,102282.21,0.0639,10626.53,107007.68192824816,7.007681928248166,bull,"FOF meta allocation using 4 sleeves under bull regime. Weights: aggressive=19%, balanced=37%, conservative=14%, passive=30%.",0.18666666666666665,0.3733333333333333,0.14,0.30000000000000004,0.005643152373119409,0.0022722273874039812,0.004726617335356939,0.003816276342003758,0.0010533884429822895,0.0008482982246308195,0.0006617264269499715,0.0011448829026011276,0.0037082959971642083,0.7778743616204916,20,17,0,14218.23,0.0,0.1390098043442745,0.0,0.1390098043442745,0,0,0,0.031793464052287584,0.04101699346405229,0.05246013071895425,0.06550718954248366,0.041326797385620916,0.008133333333333334,0.008133333333333334,0.14960130718954248,0.019926797385620917,0.08001699346405228,0.019926797385620917,0.05464052287581699,0.0789673202614379,0.06059346405228759,0.008133333333333334,0.031793464052287584,0.1407019607843137,0.008133333333333334,0.008133333333333334,0.011793464052287582
96
+ 2026-01-21,102638.01,0.3479,7354.73,108000.40253392207,8.000402533922069,bull,"FOF meta allocation using 4 sleeves under bull regime. Weights: aggressive=19%, balanced=37%, conservative=14%, passive=30%.",0.18666666666666665,0.3733333333333333,0.14,0.30000000000000004,-0.004283990289915838,-0.005266739334199843,-0.004685041351789112,-0.005602762983215406,-0.0007996781874509564,-0.0019662493514346078,-0.0006559057892504757,-0.001680828894964622,-0.005102662223100662,0.8442053872053873,20,19,0,10842.159999999998,0.0,0.1056349397265204,0.0,0.1056349397265204,0,0,0,0.034952525252525256,0.039219191919191924,0.07337070707070707,0.06726464646464647,0.04353030303030303,0.013034343434343433,0.013034343434343433,0.15,0.022584848484848482,0.0681040404040404,0.022584848484848482,0.051236363636363635,0.0642040404040404,0.062404040404040406,0.013034343434343433,0.034952525252525256,0.13283939393939392,0.013034343434343433,0.012434343434343433,0.013634343434343435
97
+ 2026-01-22,102169.45,-0.4565,12595.49,107444.84938037148,7.444849380371488,bull,"FOF meta allocation using 4 sleeves under bull regime. Weights: aggressive=19%, balanced=37%, conservative=14%, passive=30%.",0.18666666666666665,0.3733333333333333,0.14,0.30000000000000004,-0.0035215034482884173,-0.005807647629046761,-0.0047180560985224974,-0.005266419416509222,-0.0006573473103471711,-0.002168188448177457,-0.0006605278537931497,-0.0015799258249527667,-0.005065989437270544,0.8275637647364493,20,17,0,7137.760000000001,0.0,0.06986197929028685,0.0,0.06986197929028685,0,0,0,0.02808974358974359,0.042607692307692305,0.06834102564102565,0.06220769230769231,0.04100769230769231,0.0039000000000000003,0.01082820512820513,0.15,0.02195128205128205,0.06220769230769231,0.02045641025641026,0.050241025641025644,0.057025641025641026,0.05697435897435897,0.012623076923076924,0.03098461538461538,0.13803076923076923,0.01082820512820513,0.01052820512820513,0.01082820512820513
98
+ 2026-01-23,101699.68,-0.4598,8828.95,106900.8018357162,6.900801835716197,bull,"FOF meta allocation using 4 sleeves under bull regime. Weights: aggressive=19%, balanced=37%, conservative=14%, passive=30%.",0.18666666666666665,0.3733333333333333,0.14,0.30000000000000004,0.011927967920707092,0.009105136558743353,0.009590878864478247,0.010478881118656443,0.0022265540118653233,0.0033992509819308517,0.0013427230410269547,0.0031436643355969335,0.010112192370420063,0.8311807117391935,20,16,0,5979.92,0.0,0.058799791700426186,0.0,0.058799791700426186,0,0,0,0.03319103288777317,0.05174357538538154,0.06290583953632493,0.05816433010236267,0.043519762006913654,0.007204935549517252,0.013565322812430142,0.15,0.02257025836194739,0.06140583953632493,0.022270258361947393,0.05209902709877717,0.05606433010236267,0.05726433010236267,0.013865322812430142,0.034091032887773175,0.15,0.013565322812430142,0.012965322812430142,0.013265322812430142
99
+ 2026-01-26,102699.1,0.9827,15499.03,107519.65892994289,7.519658929942885,bull,"FOF meta allocation using 4 sleeves under bull regime. Weights: aggressive=19%, balanced=37%, conservative=14%, passive=30%.",0.18666666666666665,0.3733333333333333,0.14,0.30000000000000004,0.0020479256023348737,0.0021481286621381156,-0.0005260631610198149,7.826243027422082e-05,0.0003822794457691764,0.0008019680338648964,-7.36488425427741e-05,2.347872908226625e-05,0.001134077366173565,0.8308968934508556,20,15,0,7222.4,0.0,0.07032583537733046,0.0,0.07032583537733046,0,0,0,0.034188888888888894,0.05163333333333333,0.05405555555555555,0.05373333333333333,0.04092222222222222,0.0024000000000000002,0.012588888888888889,0.13956666666666664,0.0219,0.05285555555555555,0.0222,0.04985555555555555,0.05193333333333333,0.05135555555555555,0.012288888888888889,0.034188888888888894,0.15,0.012588888888888889,0.013766666666666667,0.01168888888888889
100
+ 2026-01-27,102738.74,0.0386,18808.08,107458.05934503807,7.4580593450380706,bull,"FOF meta allocation using 4 sleeves under bull regime. Weights: aggressive=19%, balanced=37%, conservative=14%, passive=30%.",0.18666666666666665,0.3733333333333333,0.14,0.30000000000000004,0.010772340786162495,0.009959756411855099,0.008129429528054283,0.009516145938434062,0.002010836946750332,0.0037183090604259034,0.0011381201339275998,0.0028548437815302187,0.009722109922634054,0.8700003551881424,20,18,0,3987.85,0.0,0.038815445858105715,0.0,0.038815445858105715,0,0,0,0.0312,0.05,0.051199999999999996,0.0506,0.04,0.0006000000000000001,0.010600000000000002,0.14036666666666667,0.020300000000000002,0.0509,0.0206,0.0497,0.04156666666666667,0.0503,0.010600000000000002,0.0312,0.15,0.010600000000000002,0.010600000000000002,0.01
101
+ 2026-01-28,103563.74,0.803,11152.98,108223.53209065349,8.223532090653496,bull,"FOF meta allocation using 4 sleeves under bull regime. Weights: aggressive=19%, balanced=37%, conservative=14%, passive=30%.",0.18666666666666665,0.3733333333333333,0.14,0.30000000000000004,0.022110459398843856,0.02401828426734961,0.024384826521214136,0.022411039150267088,0.004127285754450853,0.008966826126477187,0.0034138757129699793,0.006723311745080127,0.023231299338978148,0.7693724199776182,20,18,0,10683.820000000002,0.0,0.10316178229948049,0.0,0.10316178229948049,0,0,0,0.03433054795908032,0.05492678010736352,0.05539694115263852,0.05727758533373849,0.043073108477666364,0.00030000000000000003,0.012323832674972147,0.14460692798541475,0.020596232148283197,0.05539694115263852,0.052990823457915524,0.0558671021979135,0.039021675276005266,0.05492678010736352,0.012323832674972147,0.03386038691380533,0.15,0.012323832674972147,0.0027,0.007802238428036058
102
+ 2026-01-29,105724.56,2.0865,11516.76,109577.95584522703,9.577955845227027,bull,"FOF meta allocation using 4 sleeves under bull regime. Weights: aggressive=19%, balanced=37%, conservative=14%, passive=30%.",0.18666666666666665,0.3733333333333333,0.14,0.30000000000000004,-0.021558180495086048,-0.01913054556020771,-0.01620179981190142,-0.018487074647319156,-0.004024193692416062,-0.007142070342477544,-0.002268251973666199,-0.005546122394195748,-0.018980638402755552,0.857693875599916,19,16,0,3529.6800000000007,0.0,0.03338562014351254,0.0,0.03338562014351254,0,0,0,0.03276752136752137,0.06044188034188034,0.05401367521367522,0.05371367521367522,0.040695726495726496,0.0,0.011521367521367521,0.15,0.02064615384615385,0.05371367521367522,0.05072051282051282,0.06283162393162393,0.04159230769230769,0.05371367521367522,0.011221367521367522,0.03276752136752137,0.15,0.011521367521367521,0.0023931623931623936,0.008824786324786324
103
+ 2026-01-30,104017.68,-1.6145,14603.34,108114.34444407292,8.11434444407293,bull,"FOF meta allocation using 4 sleeves under bull regime. Weights: aggressive=19%, balanced=37%, conservative=14%, passive=30%.",0.18666666666666665,0.3733333333333333,0.14,0.30000000000000004,,,,,,,,,,0.9174586124661026,18,16,0,5013.3,0.0,0.04819661426788215,0.0,0.04819661426788215,0,0,0,0.0309,0.0524,0.051199999999999996,0.0509,0.04,0.0,0.010600000000000002,0.15,0.02,0.051500000000000004,0.0503,0.060899999999999996,0.0456,0.0509,0.01,0.0309,0.15,0.0103,0.0,0.0088
runs/exp1_caseStudy_cn_6m/macro_tactical/equity_curve.png ADDED

Git LFS Details

  • SHA256: bf2d5a977c8f86ad66fbbed51de25809361dba9274d8c4891468d42416bae893
  • Pointer size: 131 Bytes
  • Size of remote file: 264 kB
runs/exp1_caseStudy_cn_6m/macro_tactical/fof_allocations.csv ADDED
The diff for this file is too large to render. See raw diff
 
runs/exp1_caseStudy_cn_6m/macro_tactical/fof_allocations.json ADDED
The diff for this file is too large to render. See raw diff
 
runs/exp1_caseStudy_cn_6m/macro_tactical/metrics.json ADDED
The diff for this file is too large to render. See raw diff
 
runs/exp1_caseStudy_cn_6m/macro_tactical/trades.csv ADDED
@@ -0,0 +1,1778 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ date,ticker,action,shares,price,value,justification
2
+ 2025-09-01,600036,BUY,35,41.98,1469.3,
3
+ 2025-09-01,002353,BUY,31,47.2,1463.2,
4
+ 2025-09-01,601100,BUY,16,91.3,1460.8,
5
+ 2025-09-01,600309,BUY,21,69.02,1449.42,
6
+ 2025-09-01,601899,BUY,425,24.38,10361.5,
7
+ 2025-09-01,300122,BUY,65,22.86,1485.9,
8
+ 2025-09-01,600276,BUY,21,68.35,1435.35,
9
+ 2025-09-01,300760,BUY,45,246.48,11091.6,
10
+ 2025-09-01,688111,BUY,4,332.2,1328.8,
11
+ 2025-09-01,603986,BUY,8,174.88,1399.04,
12
+ 2025-09-01,300347,BUY,23,65.09,1497.07,
13
+ 2025-09-01,300750,BUY,4,304.0,1216.0,
14
+ 2025-09-01,002415,BUY,48,31.15,1495.2,
15
+ 2025-09-01,000001,BUY,1009,11.89,11997.01,
16
+ 2025-09-01,002142,BUY,420,28.52,11978.4,
17
+ 2025-09-01,600519,BUY,10,1476.1,14761.0,
18
+ 2025-09-01,601166,BUY,68,21.81,1483.08,
19
+ 2025-09-01,600887,BUY,53,28.27,1498.31,
20
+ 2025-09-01,603288,BUY,36,41.22,1483.92,
21
+ 2025-09-01,000858,BUY,33,128.87,4252.71,
22
+ 2025-09-02,300122,SELL,16,22.33,357.28,
23
+ 2025-09-02,600276,BUY,51,68.87,3512.37,
24
+ 2025-09-02,002415,BUY,114,30.64,3492.96,
25
+ 2025-09-02,300750,BUY,15,302.87,4543.05,
26
+ 2025-09-02,000858,BUY,17,128.56,2185.52,
27
+ 2025-09-02,002353,SELL,8,47.11,376.88,
28
+ 2025-09-02,601100,SELL,4,93.43,373.72,
29
+ 2025-09-02,601899,SELL,111,24.41,2709.51,
30
+ 2025-09-02,300347,SELL,6,66.25,397.5,
31
+ 2025-09-02,600309,SELL,5,67.27,336.35,
32
+ 2025-09-02,688111,SELL,1,322.8,322.8,
33
+ 2025-09-02,601166,SELL,17,21.99,373.83,
34
+ 2025-09-02,000001,SELL,455,11.98,5450.9,
35
+ 2025-09-02,002142,SELL,144,28.98,4173.12,
36
+ 2025-09-02,600519,SELL,3,1491.3,4473.9,
37
+ 2025-09-02,600036,SELL,9,43.44,390.96,
38
+ 2025-09-02,603288,SELL,9,40.94,368.46,
39
+ 2025-09-02,603986,SELL,2,176.0,352.0,
40
+ 2025-09-02,600887,SELL,14,28.26,395.64,
41
+ 2025-09-02,300760,SELL,13,242.16,3148.08,
42
+ 2025-09-03,002353,BUY,12,47.2,566.4,
43
+ 2025-09-03,603288,BUY,14,40.18,562.52,
44
+ 2025-09-03,600309,BUY,8,66.89,535.12,
45
+ 2025-09-03,601899,BUY,119,24.94,2967.86,
46
+ 2025-09-03,300122,BUY,5,21.8,109.0,
47
+ 2025-09-03,300347,BUY,8,66.2,529.6,
48
+ 2025-09-03,300760,BUY,13,238.81,3104.53,
49
+ 2025-09-03,688111,BUY,2,314.0,628.0,
50
+ 2025-09-03,300750,BUY,15,309.0,4635.0,
51
+ 2025-09-03,600887,BUY,20,27.91,558.2,
52
+ 2025-09-03,600519,BUY,1,1480.55,1480.55,
53
+ 2025-09-03,601166,BUY,25,21.72,543.0,
54
+ 2025-09-03,600036,BUY,12,42.9,514.8,
55
+ 2025-09-03,600276,SELL,9,71.98,647.82,
56
+ 2025-09-03,002415,SELL,11,29.9,328.9,
57
+ 2025-09-03,002142,SELL,84,28.2,2368.8,
58
+ 2025-09-03,000001,SELL,168,11.75,1974.0,
59
+ 2025-09-03,000858,BUY,30,126.62,3798.6,
60
+ 2025-09-04,688111,BUY,2,295.01,590.02,
61
+ 2025-09-04,600276,BUY,27,68.65,1853.55,
62
+ 2025-09-04,300347,BUY,12,62.42,749.04,
63
+ 2025-09-04,002353,BUY,16,45.4,726.4,
64
+ 2025-09-04,600309,BUY,12,64.69,776.28,
65
+ 2025-09-04,601100,BUY,13,86.75,1127.75,
66
+ 2025-09-04,603986,BUY,7,153.98,1077.86,
67
+ 2025-09-04,300122,BUY,50,21.38,1069.0,
68
+ 2025-09-04,300750,BUY,3,304.03,912.09,
69
+ 2025-09-04,000858,SELL,15,125.51,1882.65,
70
+ 2025-09-04,600887,BUY,132,28.16,3717.12,
71
+ 2025-09-04,603288,BUY,18,40.42,727.56,
72
+ 2025-09-04,002142,SELL,68,28.24,1920.32,
73
+ 2025-09-04,002415,SELL,42,29.3,1230.6,
74
+ 2025-09-04,000001,SELL,111,11.74,1303.14,
75
+ 2025-09-04,601899,SELL,99,23.87,2363.13,
76
+ 2025-09-04,600036,BUY,17,43.05,731.85,
77
+ 2025-09-04,601166,BUY,32,21.92,701.44,
78
+ 2025-09-04,300760,SELL,2,233.5,467.0,
79
+ 2025-09-05,300750,BUY,8,325.11,2600.88,
80
+ 2025-09-05,300347,SELL,5,66.58,332.9,
81
+ 2025-09-05,002142,BUY,73,28.73,2097.29,
82
+ 2025-09-05,002353,SELL,6,47.41,284.46,
83
+ 2025-09-05,601100,SELL,2,88.0,176.0,
84
+ 2025-09-05,600309,SELL,4,65.85,263.4,
85
+ 2025-09-05,601899,SELL,41,25.27,1036.07,
86
+ 2025-09-05,300122,SELL,7,21.95,153.65,
87
+ 2025-09-05,600276,SELL,16,72.47,1159.52,
88
+ 2025-09-05,600519,BUY,1,1483.0,1483.0,
89
+ 2025-09-05,688111,SELL,1,298.37,298.37,
90
+ 2025-09-05,600036,SELL,6,42.76,256.56,
91
+ 2025-09-05,601166,SELL,11,21.75,239.25,
92
+ 2025-09-05,000001,SELL,56,11.72,656.32,
93
+ 2025-09-05,300760,SELL,2,237.96,475.92,
94
+ 2025-09-05,603288,SELL,6,40.44,242.64,
95
+ 2025-09-05,002415,SELL,23,29.62,681.26,
96
+ 2025-09-05,603986,SELL,1,159.56,159.56,
97
+ 2025-09-05,600887,SELL,38,28.18,1070.84,
98
+ 2025-09-08,002353,SELL,5,48.38,241.9,
99
+ 2025-09-08,603288,BUY,7,41.17,288.19,
100
+ 2025-09-08,600887,BUY,22,28.21,620.62,
101
+ 2025-09-08,002142,BUY,23,28.68,659.64,
102
+ 2025-09-08,000001,BUY,1,11.7,11.7,
103
+ 2025-09-08,601166,BUY,17,21.46,364.82,
104
+ 2025-09-08,600036,BUY,8,42.43,339.44,
105
+ 2025-09-08,600309,BUY,14,69.6,974.4,
106
+ 2025-09-08,601100,SELL,2,90.32,180.64,
107
+ 2025-09-08,300122,SELL,10,22.28,222.8,
108
+ 2025-09-08,300347,SELL,3,67.19,201.57,
109
+ 2025-09-08,600276,SELL,7,72.31,506.17,
110
+ 2025-09-08,300760,SELL,1,248.04,248.04,
111
+ 2025-09-08,603986,SELL,1,163.83,163.83,
112
+ 2025-09-08,300750,SELL,2,325.37,650.74,
113
+ 2025-09-08,000858,SELL,3,129.09,387.27,
114
+ 2025-09-08,601899,SELL,32,24.64,788.48,
115
+ 2025-09-09,600036,BUY,14,42.83,599.62,
116
+ 2025-09-09,601166,BUY,27,21.52,581.04,
117
+ 2025-09-09,000001,BUY,45,11.75,528.75,
118
+ 2025-09-09,601899,BUY,49,25.19,1234.31,
119
+ 2025-09-09,000858,BUY,3,128.8,386.4,
120
+ 2025-09-09,300750,BUY,1,320.0,320.0,
121
+ 2025-09-09,002353,SELL,6,47.6,285.6,
122
+ 2025-09-09,002142,BUY,70,29.31,2051.7,
123
+ 2025-09-09,601100,SELL,3,88.22,264.66,
124
+ 2025-09-09,002415,SELL,6,30.18,181.08,
125
+ 2025-09-09,300122,SELL,12,21.89,262.68,
126
+ 2025-09-09,603288,SELL,3,41.33,123.99,
127
+ 2025-09-09,600309,SELL,9,68.52,616.68,
128
+ 2025-09-09,603986,SELL,1,157.15,157.15,
129
+ 2025-09-09,600887,SELL,10,28.56,285.6,
130
+ 2025-09-09,300760,SELL,4,241.0,964.0,
131
+ 2025-09-09,600276,SELL,2,71.09,142.18,
132
+ 2025-09-09,300347,SELL,4,64.66,258.64,
133
+ 2025-09-09,688111,SELL,1,294.3,294.3,
134
+ 2025-09-10,002142,BUY,6,28.73,172.38,
135
+ 2025-09-10,002353,BUY,5,47.07,235.35,
136
+ 2025-09-10,601899,BUY,8,25.18,201.44,
137
+ 2025-09-10,300122,BUY,10,21.67,216.7,
138
+ 2025-09-10,300347,BUY,3,64.22,192.66,
139
+ 2025-09-10,688111,BUY,1,298.5,298.5,
140
+ 2025-09-10,603986,BUY,1,161.29,161.29,
141
+ 2025-09-10,000858,BUY,1,128.06,128.06,
142
+ 2025-09-10,600309,SELL,6,67.54,405.24,
143
+ 2025-09-10,601100,BUY,3,87.7,263.1,
144
+ 2025-09-10,300760,SELL,2,238.71,477.42,
145
+ 2025-09-10,601166,SELL,7,21.5,150.5,
146
+ 2025-09-10,000001,SELL,20,11.77,235.4,
147
+ 2025-09-10,600519,SELL,1,1522.01,1522.01,
148
+ 2025-09-10,600036,SELL,4,43.0,172.0,
149
+ 2025-09-10,603288,SELL,7,40.95,286.65,
150
+ 2025-09-10,300750,SELL,2,316.04,632.08,
151
+ 2025-09-10,002415,SELL,11,30.2,332.2,
152
+ 2025-09-10,600887,SELL,6,28.43,170.58,
153
+ 2025-09-10,600276,SELL,1,70.32,70.32,
154
+ 2025-09-11,002353,BUY,5,47.98,239.9,
155
+ 2025-09-11,000001,BUY,29,11.85,343.65,
156
+ 2025-09-11,601100,BUY,3,89.75,269.25,
157
+ 2025-09-11,600309,BUY,1,68.43,68.43,
158
+ 2025-09-11,300122,BUY,12,22.1,265.2,
159
+ 2025-09-11,300347,BUY,6,61.22,367.32,
160
+ 2025-09-11,603986,BUY,1,177.42,177.42,
161
+ 2025-09-11,002415,BUY,9,30.89,278.01,
162
+ 2025-09-11,603288,BUY,7,41.29,289.03,
163
+ 2025-09-11,601166,BUY,14,21.84,305.76,
164
+ 2025-09-11,601899,SELL,7,25.71,179.97,
165
+ 2025-09-11,600276,SELL,2,68.29,136.58,
166
+ 2025-09-11,300760,SELL,1,243.74,243.74,
167
+ 2025-09-11,300750,SELL,2,322.55,645.1,
168
+ 2025-09-11,600887,SELL,9,28.72,258.48,
169
+ 2025-09-11,000858,SELL,3,128.52,385.56,
170
+ 2025-09-11,002142,SELL,14,28.7,401.8,
171
+ 2025-09-11,600036,BUY,8,43.3,346.4,
172
+ 2025-09-12,002415,BUY,11,30.75,338.25,
173
+ 2025-09-12,600036,BUY,4,42.54,170.16,
174
+ 2025-09-12,601166,BUY,8,21.42,171.36,
175
+ 2025-09-12,603288,BUY,9,40.65,365.85,
176
+ 2025-09-12,002142,BUY,57,28.19,1606.83,
177
+ 2025-09-12,000858,BUY,4,127.19,508.76,
178
+ 2025-09-12,002353,SELL,2,48.16,96.32,
179
+ 2025-09-12,000001,BUY,14,11.72,164.08,
180
+ 2025-09-12,601100,SELL,1,86.36,86.36,
181
+ 2025-09-12,300347,SELL,1,61.01,61.01,
182
+ 2025-09-12,601899,SELL,15,25.65,384.75,
183
+ 2025-09-12,300122,SELL,9,22.05,198.45,
184
+ 2025-09-12,600276,SELL,3,69.01,207.03,
185
+ 2025-09-12,300760,SELL,2,240.99,481.98,
186
+ 2025-09-12,603986,SELL,2,190.21,380.42,
187
+ 2025-09-12,300750,SELL,2,325.0,650.0,
188
+ 2025-09-12,600887,SELL,6,28.25,169.5,
189
+ 2025-09-12,600519,SELL,1,1516.0,1516.0,
190
+ 2025-09-12,600309,SELL,2,67.79,135.58,
191
+ 2025-09-15,002415,BUY,1,30.49,30.49,
192
+ 2025-09-15,600887,BUY,2,28.23,56.46,
193
+ 2025-09-15,000858,BUY,3,126.65,379.95,
194
+ 2025-09-15,002142,BUY,140,27.84,3897.6,
195
+ 2025-09-15,002353,SELL,2,49.86,99.72,
196
+ 2025-09-15,601100,SELL,2,91.0,182.0,
197
+ 2025-09-15,600309,SELL,1,67.74,67.74,
198
+ 2025-09-15,601899,SELL,4,25.5,102.0,
199
+ 2025-09-15,300347,SELL,2,61.77,123.54,
200
+ 2025-09-15,600276,SELL,5,69.1,345.5,
201
+ 2025-09-15,603986,SELL,7,190.94,1336.58,
202
+ 2025-09-15,000001,SELL,3,11.65,34.95,
203
+ 2025-09-15,600036,SELL,1,42.22,42.22,
204
+ 2025-09-16,601100,SELL,5,93.46,467.3,
205
+ 2025-09-16,600309,SELL,7,66.61,466.27,
206
+ 2025-09-16,601899,SELL,52,25.32,1316.64,
207
+ 2025-09-16,002353,SELL,9,48.96,440.64,
208
+ 2025-09-16,300122,SELL,24,22.01,528.24,
209
+ 2025-09-16,300347,SELL,7,60.87,426.09,
210
+ 2025-09-16,600276,SELL,12,69.15,829.8,
211
+ 2025-09-16,300760,SELL,6,239.6,1437.6,
212
+ 2025-09-16,688111,SELL,2,312.49,624.98,
213
+ 2025-09-16,603986,SELL,3,189.16,567.48,
214
+ 2025-09-16,002142,SELL,71,27.31,1939.01,
215
+ 2025-09-16,300750,SELL,7,353.42,2473.94,
216
+ 2025-09-16,603288,SELL,6,40.33,241.98,
217
+ 2025-09-16,600887,SELL,24,28.08,673.92,
218
+ 2025-09-16,000858,SELL,9,125.8,1132.2,
219
+ 2025-09-16,600519,SELL,1,1499.98,1499.98,
220
+ 2025-09-16,000001,SELL,68,11.64,791.52,
221
+ 2025-09-16,601166,SELL,34,20.7,703.8,
222
+ 2025-09-16,600036,SELL,18,41.75,751.5,
223
+ 2025-09-16,002415,SELL,12,30.87,370.44,
224
+ 2025-09-17,600276,SELL,7,70.13,490.91,
225
+ 2025-09-17,300347,SELL,6,60.22,361.32,
226
+ 2025-09-17,300122,SELL,17,21.78,370.26,
227
+ 2025-09-17,300760,SELL,3,239.39,718.17,
228
+ 2025-09-17,600309,SELL,2,67.01,134.02,
229
+ 2025-09-17,601100,SELL,2,97.29,194.58,
230
+ 2025-09-17,002353,SELL,4,49.24,196.96,
231
+ 2025-09-17,601899,SELL,26,25.07,651.82,
232
+ 2025-09-17,688111,SELL,1,309.74,309.74,
233
+ 2025-09-17,000001,SELL,12,11.64,139.68,
234
+ 2025-09-17,300750,SELL,2,377.1,754.2,
235
+ 2025-09-17,601166,SELL,6,20.59,123.54,
236
+ 2025-09-17,002415,SELL,8,30.75,246.0,
237
+ 2025-09-17,002142,SELL,22,27.03,594.66,
238
+ 2025-09-17,600036,SELL,3,41.76,125.28,
239
+ 2025-09-17,000858,SELL,4,125.96,503.84,
240
+ 2025-09-17,600887,SELL,9,28.08,252.72,
241
+ 2025-09-17,603288,SELL,7,40.29,282.03,
242
+ 2025-09-17,600519,SELL,1,1493.0,1493.0,
243
+ 2025-09-18,688111,BUY,1,311.0,311.0,
244
+ 2025-09-18,601100,BUY,6,94.4,566.4,
245
+ 2025-09-18,600309,BUY,8,65.88,527.04,
246
+ 2025-09-18,601899,BUY,43,24.42,1050.06,
247
+ 2025-09-18,300122,BUY,17,22.66,385.22,
248
+ 2025-09-18,300347,BUY,12,59.45,713.4,
249
+ 2025-09-18,600276,BUY,13,71.09,924.17,
250
+ 2025-09-18,300760,BUY,4,237.8,951.2,
251
+ 2025-09-18,603986,BUY,3,190.88,572.64,
252
+ 2025-09-18,002353,BUY,12,48.35,580.2,
253
+ 2025-09-18,603288,BUY,31,39.79,1233.49,
254
+ 2025-09-18,002142,SELL,23,26.78,615.94,
255
+ 2025-09-18,300750,SELL,1,366.89,366.89,
256
+ 2025-09-18,600036,BUY,26,40.83,1061.58,
257
+ 2025-09-18,002415,BUY,38,30.92,1174.96,
258
+ 2025-09-18,000001,BUY,94,11.41,1072.54,
259
+ 2025-09-18,000858,BUY,8,123.94,991.52,
260
+ 2025-09-18,600887,BUY,26,27.76,721.76,
261
+ 2025-09-18,601166,BUY,52,20.25,1053.0,
262
+ 2025-09-19,300122,SELL,18,21.94,394.92,
263
+ 2025-09-19,300750,BUY,2,368.49,736.98,
264
+ 2025-09-19,000858,BUY,5,124.08,620.4,
265
+ 2025-09-19,002142,BUY,85,26.75,2273.75,
266
+ 2025-09-19,002353,SELL,5,52.0,260.0,
267
+ 2025-09-19,601100,SELL,1,93.55,93.55,
268
+ 2025-09-19,600309,SELL,2,65.31,130.62,
269
+ 2025-09-19,601899,SELL,15,25.02,375.3,
270
+ 2025-09-19,603986,BUY,1,185.2,185.2,
271
+ 2025-09-19,300347,SELL,1,58.75,58.75,
272
+ 2025-09-19,300760,SELL,1,235.0,235.0,
273
+ 2025-09-19,688111,SELL,1,305.5,305.5,
274
+ 2025-09-19,002415,SELL,17,30.71,522.07,
275
+ 2025-09-19,603288,SELL,14,39.8,557.2,
276
+ 2025-09-19,600887,SELL,10,27.7,277.0,
277
+ 2025-09-19,000001,SELL,51,11.45,583.95,
278
+ 2025-09-19,601166,SELL,28,20.29,568.12,
279
+ 2025-09-19,600036,SELL,14,41.0,574.0,
280
+ 2025-09-19,600276,SELL,8,69.65,557.2,
281
+ 2025-09-22,002353,BUY,4,50.03,200.12,
282
+ 2025-09-22,600276,BUY,6,71.05,426.3,
283
+ 2025-09-22,300347,BUY,3,59.11,177.33,
284
+ 2025-09-22,603986,BUY,1,195.01,195.01,
285
+ 2025-09-22,601899,BUY,2,25.37,50.74,
286
+ 2025-09-22,600309,BUY,3,64.1,192.3,
287
+ 2025-09-22,601100,BUY,1,92.54,92.54,
288
+ 2025-09-22,300122,BUY,9,21.77,195.93,
289
+ 2025-09-22,002415,BUY,30,30.41,912.3,
290
+ 2025-09-22,600519,BUY,1,1453.35,1453.35,
291
+ 2025-09-22,603288,BUY,13,39.51,513.63,
292
+ 2025-09-22,002142,BUY,47,26.35,1238.45,
293
+ 2025-09-22,000001,BUY,80,11.38,910.4,
294
+ 2025-09-22,601166,BUY,45,20.13,905.85,
295
+ 2025-09-22,600036,BUY,41,40.92,1677.72,
296
+ 2025-09-22,600887,SELL,8,27.55,220.4,
297
+ 2025-09-22,000858,SELL,1,122.5,122.5,
298
+ 2025-09-22,300750,BUY,1,370.05,370.05,
299
+ 2025-09-23,601100,BUY,2,91.79,183.58,
300
+ 2025-09-23,600309,BUY,4,63.34,253.36,
301
+ 2025-09-23,601899,BUY,63,25.82,1626.66,
302
+ 2025-09-23,300347,BUY,5,57.8,289.0,
303
+ 2025-09-23,300760,BUY,1,233.5,233.5,
304
+ 2025-09-23,688111,BUY,1,295.46,295.46,
305
+ 2025-09-23,002415,BUY,7,30.29,212.03,
306
+ 2025-09-23,600887,BUY,3,27.38,82.14,
307
+ 2025-09-23,000001,BUY,15,11.52,172.8,
308
+ 2025-09-23,601166,BUY,9,20.41,183.69,
309
+ 2025-09-23,600036,BUY,21,41.55,872.55,
310
+ 2025-09-23,002353,SELL,2,50.91,101.82,
311
+ 2025-09-23,600276,SELL,10,69.7,697.0,
312
+ 2025-09-23,603288,SELL,13,39.3,510.9,
313
+ 2025-09-23,002142,SELL,32,26.49,847.68,
314
+ 2025-09-23,000858,BUY,2,122.19,244.38,
315
+ 2025-09-24,601899,SELL,2,25.93,51.86,
316
+ 2025-09-24,600309,SELL,1,63.68,63.68,
317
+ 2025-09-24,601100,SELL,1,93.34,93.34,
318
+ 2025-09-24,601166,BUY,1,20.24,20.24,
319
+ 2025-09-24,300760,BUY,6,233.89,1403.34,
320
+ 2025-09-24,600887,BUY,10,27.41,274.1,
321
+ 2025-09-24,603288,BUY,5,38.8,194.0,
322
+ 2025-09-24,000001,BUY,242,11.46,2773.32,
323
+ 2025-09-24,300122,SELL,4,21.29,85.16,
324
+ 2025-09-24,600036,SELL,3,41.32,123.96,
325
+ 2025-09-24,600276,SELL,4,70.11,280.44,
326
+ 2025-09-24,688111,SELL,1,310.84,310.84,
327
+ 2025-09-24,603986,SELL,1,199.8,199.8,
328
+ 2025-09-24,002415,SELL,1,30.97,30.97,
329
+ 2025-09-24,300750,SELL,3,379.93,1139.79,
330
+ 2025-09-24,000858,SELL,2,122.37,244.74,
331
+ 2025-09-24,600519,SELL,1,1442.0,1442.0,
332
+ 2025-09-24,002142,SELL,48,26.55,1274.4,
333
+ 2025-09-24,300347,SELL,3,61.0,183.0,
334
+ 2025-09-25,600309,BUY,5,64.56,322.8,
335
+ 2025-09-25,600276,BUY,5,72.27,361.35,
336
+ 2025-09-25,300760,BUY,2,245.0,490.0,
337
+ 2025-09-25,688111,BUY,1,318.54,318.54,
338
+ 2025-09-25,002415,BUY,111,31.24,3467.64,
339
+ 2025-09-25,603288,BUY,12,38.6,463.2,
340
+ 2025-09-25,000858,BUY,3,121.52,364.56,
341
+ 2025-09-25,600887,BUY,9,26.97,242.73,
342
+ 2025-09-25,601166,BUY,2,20.21,40.42,
343
+ 2025-09-25,601899,SELL,6,27.27,163.62,
344
+ 2025-09-25,300122,SELL,4,21.03,84.12,
345
+ 2025-09-25,300347,SELL,1,60.7,60.7,
346
+ 2025-09-25,002142,SELL,65,26.37,1714.05,
347
+ 2025-09-25,600036,SELL,4,40.82,163.28,
348
+ 2025-09-25,000001,BUY,27,11.4,307.8,
349
+ 2025-09-26,601100,BUY,8,89.7,717.6,
350
+ 2025-09-26,600309,BUY,8,64.01,512.08,
351
+ 2025-09-26,300122,BUY,54,20.71,1118.34,
352
+ 2025-09-26,300347,BUY,12,59.29,711.48,
353
+ 2025-09-26,600276,BUY,8,70.08,560.64,
354
+ 2025-09-26,688111,BUY,3,305.0,915.0,
355
+ 2025-09-26,603986,BUY,7,190.21,1331.47,
356
+ 2025-09-26,000858,BUY,20,120.17,2403.4,
357
+ 2025-09-26,600519,BUY,2,1435.0,2870.0,
358
+ 2025-09-26,002353,BUY,11,56.51,621.61,
359
+ 2025-09-26,300760,SELL,2,238.55,477.1,
360
+ 2025-09-26,600036,SELL,16,40.8,652.8,
361
+ 2025-09-26,601166,SELL,10,20.32,203.2,
362
+ 2025-09-26,000001,SELL,135,11.4,1539.0,
363
+ 2025-09-26,601899,SELL,78,27.4,2137.2,
364
+ 2025-09-26,600887,SELL,3,27.26,81.78,
365
+ 2025-09-26,300750,SELL,3,380.4,1141.2,
366
+ 2025-09-26,002415,SELL,59,30.66,1808.94,
367
+ 2025-09-26,002142,SELL,102,26.37,2689.74,
368
+ 2025-09-29,601899,SELL,29,28.77,834.33,
369
+ 2025-09-29,300347,BUY,2,58.71,117.42,
370
+ 2025-09-29,600276,BUY,5,69.2,346.0,
371
+ 2025-09-29,603288,BUY,6,38.88,233.28,
372
+ 2025-09-29,600887,BUY,1,27.19,27.19,
373
+ 2025-09-29,000001,BUY,189,11.37,2148.93,
374
+ 2025-09-29,601166,BUY,2,20.05,40.1,
375
+ 2025-09-29,002353,BUY,1,57.45,57.45,
376
+ 2025-09-29,300122,SELL,32,20.77,664.64,
377
+ 2025-09-29,688111,SELL,1,307.49,307.49,
378
+ 2025-09-29,603986,SELL,1,197.13,197.13,
379
+ 2025-09-29,002415,SELL,15,31.22,468.3,
380
+ 2025-09-29,000858,SELL,3,121.92,365.76,
381
+ 2025-09-29,002142,SELL,37,26.71,988.27,
382
+ 2025-09-29,600036,SELL,6,40.68,244.08,
383
+ 2025-09-29,300760,SELL,1,239.0,239.0,
384
+ 2025-09-30,600276,SELL,4,71.55,286.2,
385
+ 2025-09-30,600036,BUY,7,40.41,282.87,
386
+ 2025-09-30,002353,SELL,4,55.7,222.8,
387
+ 2025-09-30,601100,SELL,2,95.77,191.54,
388
+ 2025-09-30,600309,SELL,3,66.58,199.74,
389
+ 2025-09-30,601899,SELL,19,29.44,559.36,
390
+ 2025-09-30,300122,SELL,2,20.76,41.52,
391
+ 2025-09-30,300760,BUY,8,245.69,1965.52,
392
+ 2025-09-30,688111,SELL,1,316.5,316.5,
393
+ 2025-09-30,300347,SELL,3,58.0,174.0,
394
+ 2025-09-30,002415,SELL,14,31.52,441.28,
395
+ 2025-09-30,601166,SELL,14,19.85,277.9,
396
+ 2025-09-30,000001,SELL,121,11.34,1372.14,
397
+ 2025-09-30,002142,SELL,39,26.43,1030.77,
398
+ 2025-09-30,600519,SELL,1,1443.99,1443.99,
399
+ 2025-09-30,603986,SELL,1,213.3,213.3,
400
+ 2025-09-30,600887,SELL,9,27.28,245.52,
401
+ 2025-09-30,603288,SELL,8,38.96,311.68,
402
+ 2025-09-30,300750,SELL,3,402.0,1206.0,
403
+ 2025-09-30,000858,SELL,7,121.48,850.36,
404
+ 2025-10-09,601899,SELL,23,32.38,744.74,
405
+ 2025-10-09,300750,BUY,1,409.89,409.89,
406
+ 2025-10-09,000858,BUY,10,121.16,1211.6,
407
+ 2025-10-09,002142,BUY,18,26.18,471.24,
408
+ 2025-10-09,600036,BUY,46,40.33,1855.18,
409
+ 2025-10-09,002353,SELL,15,55.9,838.5,
410
+ 2025-10-09,601100,SELL,10,104.0,1040.0,
411
+ 2025-10-09,600309,SELL,5,67.73,338.65,
412
+ 2025-10-09,300122,SELL,13,20.96,272.48,
413
+ 2025-10-09,300760,BUY,8,248.24,1985.92,
414
+ 2025-10-09,600276,SELL,4,71.15,284.6,
415
+ 2025-10-09,601166,SELL,33,19.67,649.11,
416
+ 2025-10-09,000001,SELL,191,11.4,2177.4,
417
+ 2025-10-09,600887,SELL,14,27.63,386.82,
418
+ 2025-10-09,300347,SELL,6,56.91,341.46,
419
+ 2025-10-09,002415,SELL,32,34.17,1093.44,
420
+ 2025-10-09,603986,SELL,3,225.49,676.47,
421
+ 2025-10-09,688111,SELL,1,318.93,318.93,
422
+ 2025-10-09,603288,SELL,4,39.34,157.36,
423
+ 2025-10-10,000858,BUY,8,120.73,965.84,
424
+ 2025-10-10,601100,BUY,1,98.27,98.27,
425
+ 2025-10-10,601899,BUY,5,30.87,154.35,
426
+ 2025-10-10,300347,BUY,3,55.62,166.86,
427
+ 2025-10-10,300760,BUY,1,242.0,242.0,
428
+ 2025-10-10,688111,BUY,1,297.0,297.0,
429
+ 2025-10-10,300750,BUY,2,381.95,763.9,
430
+ 2025-10-10,603288,BUY,1,39.28,39.28,
431
+ 2025-10-10,002353,BUY,3,54.34,163.02,
432
+ 2025-10-10,600519,BUY,2,1430.0,2860.0,
433
+ 2025-10-10,000001,BUY,8,11.43,91.44,
434
+ 2025-10-10,601166,BUY,22,19.69,433.18,
435
+ 2025-10-10,600036,BUY,8,40.18,321.44,
436
+ 2025-10-10,600309,SELL,1,67.73,67.73,
437
+ 2025-10-10,300122,SELL,28,20.91,585.48,
438
+ 2025-10-10,600276,SELL,2,68.2,136.4,
439
+ 2025-10-10,002415,SELL,8,33.91,271.28,
440
+ 2025-10-10,600887,SELL,2,27.75,55.5,
441
+ 2025-10-10,002142,BUY,1,26.39,26.39,
442
+ 2025-10-13,600309,SELL,5,66.35,331.75,
443
+ 2025-10-13,600519,BUY,2,1419.2,2838.4,
444
+ 2025-10-13,000858,BUY,24,119.85,2876.4,
445
+ 2025-10-13,300750,BUY,11,374.5,4119.5,
446
+ 2025-10-13,002353,BUY,3,53.09,159.27,
447
+ 2025-10-13,601899,BUY,77,31.3,2410.1,
448
+ 2025-10-13,601100,BUY,1,95.0,95.0,
449
+ 2025-10-13,300347,SELL,4,54.35,217.4,
450
+ 2025-10-13,300122,BUY,14,20.59,288.26,
451
+ 2025-10-13,600276,SELL,5,66.98,334.9,
452
+ 2025-10-13,002415,SELL,30,33.36,1000.8,
453
+ 2025-10-13,688111,SELL,1,321.7,321.7,
454
+ 2025-10-13,603986,SELL,1,207.85,207.85,
455
+ 2025-10-13,300760,SELL,8,235.2,1881.6,
456
+ 2025-10-13,603288,SELL,18,38.9,700.2,
457
+ 2025-10-13,600887,SELL,22,27.55,606.1,
458
+ 2025-10-13,002142,SELL,30,26.58,797.4,
459
+ 2025-10-13,000001,SELL,91,11.4,1037.4,
460
+ 2025-10-13,601166,SELL,20,19.7,394.0,
461
+ 2025-10-13,600036,SELL,7,40.11,280.77,
462
+ 2025-10-14,601899,BUY,11,29.5,324.5,
463
+ 2025-10-14,300122,BUY,4,20.48,81.92,
464
+ 2025-10-14,600276,BUY,18,64.27,1156.86,
465
+ 2025-10-14,300750,BUY,3,358.0,1074.0,
466
+ 2025-10-14,600887,BUY,7,27.69,193.83,
467
+ 2025-10-14,002353,SELL,1,52.6,52.6,
468
+ 2025-10-14,300347,SELL,2,53.72,107.44,
469
+ 2025-10-14,002415,SELL,5,33.25,166.25,
470
+ 2025-10-14,603288,SELL,4,39.1,156.4,
471
+ 2025-10-14,600519,SELL,1,1451.02,1451.02,
472
+ 2025-10-14,002142,SELL,16,27.1,433.6,
473
+ 2025-10-14,000001,SELL,15,11.57,173.55,
474
+ 2025-10-14,601166,SELL,1,20.23,20.23,
475
+ 2025-10-14,600036,SELL,10,41.26,412.6,
476
+ 2025-10-14,688111,SELL,1,310.15,310.15,
477
+ 2025-10-15,300122,SELL,31,20.79,644.49,
478
+ 2025-10-15,601100,BUY,1,98.41,98.41,
479
+ 2025-10-15,601899,BUY,45,30.98,1394.1,
480
+ 2025-10-15,000858,BUY,2,122.07,244.14,
481
+ 2025-10-15,600036,BUY,8,41.5,332.0,
482
+ 2025-10-15,002353,SELL,3,52.87,158.61,
483
+ 2025-10-15,300347,SELL,3,55.07,165.21,
484
+ 2025-10-15,600276,SELL,9,66.4,597.6,
485
+ 2025-10-15,300760,SELL,1,230.5,230.5,
486
+ 2025-10-15,002415,SELL,11,33.37,367.07,
487
+ 2025-10-15,603288,SELL,6,39.49,236.94,
488
+ 2025-10-15,600887,SELL,20,27.65,553.0,
489
+ 2025-10-15,600519,SELL,1,1462.0,1462.0,
490
+ 2025-10-15,002142,SELL,31,27.17,842.27,
491
+ 2025-10-15,000001,SELL,2,11.4,22.8,
492
+ 2025-10-16,600309,BUY,49,62.99,3086.51,
493
+ 2025-10-16,601899,BUY,74,30.47,2254.78,
494
+ 2025-10-16,300750,BUY,1,368.5,368.5,
495
+ 2025-10-16,002353,SELL,2,53.33,106.66,
496
+ 2025-10-16,601100,SELL,2,94.0,188.0,
497
+ 2025-10-16,300347,SELL,2,54.49,108.98,
498
+ 2025-10-16,600276,SELL,2,66.84,133.68,
499
+ 2025-10-16,603986,SELL,1,208.13,208.13,
500
+ 2025-10-16,603288,SELL,4,39.77,159.08,
501
+ 2025-10-16,600887,SELL,6,27.81,166.86,
502
+ 2025-10-16,000858,SELL,1,122.74,122.74,
503
+ 2025-10-16,002142,SELL,9,27.4,246.6,
504
+ 2025-10-16,000001,SELL,26,11.54,300.04,
505
+ 2025-10-16,601166,SELL,15,20.45,306.75,
506
+ 2025-10-16,600036,SELL,5,41.93,209.65,
507
+ 2025-10-16,002415,SELL,4,33.4,133.6,
508
+ 2025-10-17,601100,SELL,5,89.28,446.4,
509
+ 2025-10-17,601899,BUY,26,30.17,784.42,
510
+ 2025-10-17,300122,BUY,19,20.05,380.95,
511
+ 2025-10-17,600276,BUY,3,65.1,195.3,
512
+ 2025-10-17,002415,BUY,2,33.06,66.12,
513
+ 2025-10-17,601166,BUY,188,20.19,3795.72,
514
+ 2025-10-17,002353,SELL,6,49.77,298.62,
515
+ 2025-10-17,600309,SELL,3,61.51,184.53,
516
+ 2025-10-17,000858,SELL,15,121.07,1816.05,
517
+ 2025-10-17,300760,SELL,3,225.5,676.5,
518
+ 2025-10-17,300750,SELL,5,358.14,1790.7,
519
+ 2025-10-17,603288,SELL,1,39.08,39.08,
520
+ 2025-10-17,600887,SELL,3,27.35,82.05,
521
+ 2025-10-17,300347,SELL,7,53.57,374.99,
522
+ 2025-10-17,002142,SELL,12,27.45,329.4,
523
+ 2025-10-17,000001,SELL,39,11.4,444.6,
524
+ 2025-10-17,600036,SELL,17,41.59,707.03,
525
+ 2025-10-20,603288,BUY,7,38.94,272.58,
526
+ 2025-10-20,002415,BUY,10,32.36,323.6,
527
+ 2025-10-20,603986,BUY,2,208.35,416.7,
528
+ 2025-10-20,601100,BUY,3,91.19,273.57,
529
+ 2025-10-20,300347,BUY,5,54.08,270.4,
530
+ 2025-10-20,300122,BUY,9,20.03,180.27,
531
+ 2025-10-20,600887,BUY,30,27.47,824.1,
532
+ 2025-10-20,688111,BUY,1,298.75,298.75,
533
+ 2025-10-20,002142,BUY,15,27.41,411.15,
534
+ 2025-10-20,002353,BUY,7,51.08,357.56,
535
+ 2025-10-20,600036,BUY,13,41.42,538.46,
536
+ 2025-10-20,601166,SELL,9,20.26,182.34,
537
+ 2025-10-20,600519,SELL,1,1457.93,1457.93,
538
+ 2025-10-20,000858,SELL,12,120.46,1445.52,
539
+ 2025-10-20,000001,BUY,57,11.42,650.94,
540
+ 2025-10-20,600276,SELL,1,65.13,65.13,
541
+ 2025-10-20,601899,SELL,34,29.75,1011.5,
542
+ 2025-10-20,600309,SELL,1,60.86,60.86,
543
+ 2025-10-20,300760,SELL,1,223.47,223.47,
544
+ 2025-10-21,000001,BUY,25,11.43,285.75,
545
+ 2025-10-21,300347,BUY,1,53.7,53.7,
546
+ 2025-10-21,002415,BUY,5,32.58,162.9,
547
+ 2025-10-21,300750,BUY,5,375.9,1879.5,
548
+ 2025-10-21,603288,BUY,5,38.95,194.75,
549
+ 2025-10-21,000858,BUY,2,120.52,241.04,
550
+ 2025-10-21,600519,BUY,1,1462.26,1462.26,
551
+ 2025-10-21,601100,BUY,1,92.75,92.75,
552
+ 2025-10-21,600309,SELL,5,61.18,305.9,
553
+ 2025-10-21,300122,SELL,9,20.25,182.25,
554
+ 2025-10-21,600276,SELL,4,66.0,264.0,
555
+ 2025-10-21,300760,SELL,4,223.57,894.28,
556
+ 2025-10-21,600887,SELL,5,27.41,137.05,
557
+ 2025-10-21,002142,SELL,9,27.47,247.23,
558
+ 2025-10-21,601166,SELL,28,20.16,564.48,
559
+ 2025-10-21,600036,SELL,17,41.98,713.66,
560
+ 2025-10-21,601899,SELL,31,30.05,931.55,
561
+ 2025-10-22,601899,SELL,9,29.45,265.05,
562
+ 2025-10-22,600309,SELL,4,61.34,245.36,
563
+ 2025-10-22,601100,SELL,2,92.53,185.06,
564
+ 2025-10-22,300122,BUY,12,20.22,242.64,
565
+ 2025-10-22,002142,BUY,8,27.48,219.84,
566
+ 2025-10-22,600887,BUY,10,27.25,272.5,
567
+ 2025-10-22,300347,SELL,2,53.22,106.44,
568
+ 2025-10-22,002353,SELL,2,51.98,103.96,
569
+ 2025-10-22,600276,SELL,5,65.26,326.3,
570
+ 2025-10-22,600036,SELL,5,41.95,209.75,
571
+ 2025-10-22,688111,SELL,1,293.18,293.18,
572
+ 2025-10-22,601166,SELL,22,20.4,448.8,
573
+ 2025-10-22,000001,SELL,4,11.52,46.08,
574
+ 2025-10-22,600519,SELL,1,1458.7,1458.7,
575
+ 2025-10-22,300760,SELL,1,220.2,220.2,
576
+ 2025-10-22,603288,SELL,7,38.65,270.55,
577
+ 2025-10-22,002415,SELL,12,33.47,401.64,
578
+ 2025-10-22,603986,SELL,1,210.93,210.93,
579
+ 2025-10-22,000858,SELL,6,120.1,720.6,
580
+ 2025-10-23,600519,BUY,1,1467.98,1467.98,
581
+ 2025-10-23,002353,SELL,6,51.78,310.68,
582
+ 2025-10-23,601100,SELL,11,89.85,988.35,
583
+ 2025-10-23,600309,SELL,8,62.73,501.84,
584
+ 2025-10-23,601899,SELL,28,29.7,831.6,
585
+ 2025-10-23,300347,SELL,10,52.63,526.3,
586
+ 2025-10-23,600276,SELL,5,65.14,325.7,
587
+ 2025-10-23,300122,SELL,31,20.17,625.27,
588
+ 2025-10-23,002415,SELL,19,33.43,635.17,
589
+ 2025-10-23,603288,SELL,4,38.63,154.52,
590
+ 2025-10-23,600887,SELL,8,27.37,218.96,
591
+ 2025-10-23,000001,SELL,31,11.63,360.53,
592
+ 2025-10-23,601166,SELL,14,20.76,290.64,
593
+ 2025-10-23,600036,SELL,4,42.24,168.96,
594
+ 2025-10-23,603986,SELL,2,206.96,413.92,
595
+ 2025-10-24,603986,BUY,1,221.08,221.08,
596
+ 2025-10-24,601100,BUY,2,92.93,185.86,
597
+ 2025-10-24,600309,BUY,9,61.45,553.05,
598
+ 2025-10-24,300347,BUY,3,52.56,157.68,
599
+ 2025-10-24,002353,BUY,5,50.46,252.3,
600
+ 2025-10-24,600276,BUY,4,65.5,262.0,
601
+ 2025-10-24,300760,BUY,1,221.55,221.55,
602
+ 2025-10-24,688111,BUY,1,304.0,304.0,
603
+ 2025-10-24,002415,BUY,16,33.29,532.64,
604
+ 2025-10-24,600036,BUY,5,41.95,209.75,
605
+ 2025-10-24,600887,BUY,13,27.28,354.64,
606
+ 2025-10-24,000858,BUY,2,120.29,240.58,
607
+ 2025-10-24,002142,BUY,9,27.76,249.84,
608
+ 2025-10-24,000001,BUY,36,11.56,416.16,
609
+ 2025-10-24,601166,BUY,10,20.6,206.0,
610
+ 2025-10-24,601899,SELL,4,30.03,120.12,
611
+ 2025-10-24,300122,SELL,13,20.19,262.47,
612
+ 2025-10-24,603288,BUY,8,38.6,308.8,
613
+ 2025-10-24,300750,SELL,1,385.77,385.77,
614
+ 2025-10-27,000001,BUY,4,11.52,46.08,
615
+ 2025-10-27,601100,BUY,1,93.96,93.96,
616
+ 2025-10-27,300347,BUY,4,53.37,213.48,
617
+ 2025-10-27,603986,BUY,1,243.19,243.19,
618
+ 2025-10-27,002415,BUY,3,33.9,101.7,
619
+ 2025-10-27,603288,BUY,1,38.71,38.71,
620
+ 2025-10-27,600887,BUY,4,27.41,109.64,
621
+ 2025-10-27,600309,SELL,2,62.49,124.98,
622
+ 2025-10-27,601899,SELL,10,31.0,310.0,
623
+ 2025-10-27,300760,SELL,2,223.3,446.6,
624
+ 2025-10-27,000858,SELL,4,120.29,481.16,
625
+ 2025-10-27,600519,SELL,1,1440.41,1440.41,
626
+ 2025-10-27,002142,SELL,1,27.76,27.76,
627
+ 2025-10-27,601166,SELL,5,20.43,102.15,
628
+ 2025-10-27,600036,BUY,25,41.59,1039.75,
629
+ 2025-10-28,601100,BUY,4,93.45,373.8,
630
+ 2025-10-28,300347,BUY,2,53.54,107.08,
631
+ 2025-10-28,600276,BUY,95,63.62,6043.9,
632
+ 2025-10-28,603288,BUY,12,38.4,460.8,
633
+ 2025-10-28,000858,BUY,6,120.1,720.6,
634
+ 2025-10-28,000001,BUY,7,11.47,80.29,
635
+ 2025-10-28,002353,SELL,7,49.96,349.72,
636
+ 2025-10-28,600036,BUY,8,41.6,332.8,
637
+ 2025-10-28,601899,SELL,46,29.84,1372.64,
638
+ 2025-10-28,300760,SELL,1,225.09,225.09,
639
+ 2025-10-28,002415,SELL,6,32.98,197.88,
640
+ 2025-10-28,600887,SELL,12,27.27,327.24,
641
+ 2025-10-28,002142,SELL,13,27.75,360.75,
642
+ 2025-10-28,601166,SELL,20,20.42,408.4,
643
+ 2025-10-28,600309,SELL,5,61.48,307.4,
644
+ 2025-10-29,601899,SELL,6,30.96,185.76,
645
+ 2025-10-29,601100,BUY,3,98.81,296.43,
646
+ 2025-10-29,002353,BUY,8,50.35,402.8,
647
+ 2025-10-29,603986,BUY,1,241.15,241.15,
648
+ 2025-10-29,002415,BUY,4,33.35,133.4,
649
+ 2025-10-29,000001,BUY,17,11.39,193.63,
650
+ 2025-10-29,600036,BUY,3,40.77,122.31,
651
+ 2025-10-29,600309,SELL,2,61.99,123.98,
652
+ 2025-10-29,300347,SELL,14,59.48,832.72,
653
+ 2025-10-29,002142,SELL,5,27.6,138.0,
654
+ 2025-10-29,300760,SELL,2,222.83,445.66,
655
+ 2025-10-29,300750,SELL,4,400.0,1600.0,
656
+ 2025-10-29,603288,SELL,2,38.44,76.88,
657
+ 2025-10-29,600887,SELL,6,27.18,163.08,
658
+ 2025-10-29,000858,SELL,7,118.83,831.81,
659
+ 2025-10-29,600519,SELL,1,1431.9,1431.9,
660
+ 2025-10-29,601166,SELL,6,20.01,120.06,
661
+ 2025-10-29,600276,SELL,4,64.02,256.08,
662
+ 2025-10-30,300760,SELL,2,216.69,433.38,
663
+ 2025-10-30,300122,BUY,10,19.98,199.8,
664
+ 2025-10-30,300347,BUY,5,59.09,295.45,
665
+ 2025-10-30,300750,BUY,1,398.29,398.29,
666
+ 2025-10-30,002353,SELL,4,51.68,206.72,
667
+ 2025-10-30,600309,BUY,2,61.71,123.42,
668
+ 2025-10-30,601899,SELL,3,31.11,93.33,
669
+ 2025-10-30,688111,SELL,1,345.04,345.04,
670
+ 2025-10-30,601100,SELL,2,96.5,193.0,
671
+ 2025-10-30,002415,SELL,2,33.22,66.44,
672
+ 2025-10-30,600887,SELL,2,27.36,54.72,
673
+ 2025-10-30,000858,SELL,2,118.47,236.94,
674
+ 2025-10-30,002142,SELL,2,27.72,55.44,
675
+ 2025-10-30,000001,SELL,31,11.38,352.78,
676
+ 2025-10-30,601166,SELL,23,20.03,460.69,
677
+ 2025-10-30,600036,SELL,13,41.2,535.6,
678
+ 2025-10-30,603986,SELL,1,232.0,232.0,
679
+ 2025-10-31,601100,BUY,3,96.08,288.24,
680
+ 2025-10-31,300122,BUY,16,20.59,329.44,
681
+ 2025-10-31,300347,BUY,8,59.88,479.04,
682
+ 2025-10-31,300760,BUY,2,215.04,430.08,
683
+ 2025-10-31,688111,BUY,1,358.99,358.99,
684
+ 2025-10-31,603986,BUY,3,220.0,660.0,
685
+ 2025-10-31,002415,BUY,27,32.87,887.49,
686
+ 2025-10-31,603288,BUY,16,38.11,609.76,
687
+ 2025-10-31,002353,BUY,7,50.0,350.0,
688
+ 2025-10-31,002142,BUY,34,28.34,963.56,
689
+ 2025-10-31,601166,SELL,8,20.23,161.84,
690
+ 2025-10-31,300750,SELL,2,388.77,777.54,
691
+ 2025-10-31,600276,SELL,2,64.15,128.3,
692
+ 2025-10-31,600887,BUY,23,27.41,630.43,
693
+ 2025-10-31,600309,SELL,1,62.63,62.63,
694
+ 2025-10-31,600036,BUY,18,40.89,736.02,
695
+ 2025-10-31,000001,BUY,84,11.32,950.88,
696
+ 2025-10-31,601899,SELL,152,30.5,4636.0,
697
+ 2025-11-03,000858,BUY,9,118.98,1070.82,
698
+ 2025-11-03,601100,BUY,1,92.21,92.21,
699
+ 2025-11-03,600309,BUY,1,62.52,62.52,
700
+ 2025-11-03,601899,BUY,2,30.0,60.0,
701
+ 2025-11-03,300122,BUY,18,20.71,372.78,
702
+ 2025-11-03,300347,BUY,5,60.38,301.9,
703
+ 2025-11-03,300760,BUY,1,212.01,212.01,
704
+ 2025-11-03,300750,BUY,5,386.86,1934.3,
705
+ 2025-11-03,002353,BUY,5,50.64,253.2,
706
+ 2025-11-03,600519,BUY,1,1435.0,1435.0,
707
+ 2025-11-03,600036,BUY,10,41.79,417.9,
708
+ 2025-11-03,688111,SELL,1,359.88,359.88,
709
+ 2025-11-03,002415,SELL,13,32.6,423.8,
710
+ 2025-11-03,603288,SELL,8,38.15,305.2,
711
+ 2025-11-03,600887,SELL,12,27.45,329.4,
712
+ 2025-11-03,000001,SELL,7,11.43,80.01,
713
+ 2025-11-03,601166,SELL,19,20.56,390.64,
714
+ 2025-11-03,002142,BUY,8,28.74,229.92,
715
+ 2025-11-04,002353,SELL,3,53.23,159.69,
716
+ 2025-11-04,600276,BUY,5,61.92,309.6,
717
+ 2025-11-04,300750,BUY,1,378.95,378.95,
718
+ 2025-11-04,600887,BUY,75,27.07,2030.25,
719
+ 2025-11-04,000001,BUY,10,11.59,115.9,
720
+ 2025-11-04,601166,BUY,4,21.14,84.56,
721
+ 2025-11-04,600036,BUY,14,43.01,602.14,
722
+ 2025-11-04,601100,SELL,5,89.8,449.0,
723
+ 2025-11-04,000858,BUY,6,117.16,702.96,
724
+ 2025-11-04,601899,SELL,5,28.78,143.9,
725
+ 2025-11-04,002142,SELL,5,28.85,144.25,
726
+ 2025-11-04,603288,SELL,6,37.75,226.5,
727
+ 2025-11-04,002415,SELL,12,31.79,381.48,
728
+ 2025-11-04,600309,SELL,4,61.6,246.4,
729
+ 2025-11-04,300760,SELL,2,207.0,414.0,
730
+ 2025-11-04,300347,SELL,1,59.28,59.28,
731
+ 2025-11-04,300122,SELL,3,21.29,63.87,
732
+ 2025-11-04,688111,SELL,1,350.21,350.21,
733
+ 2025-11-05,601100,SELL,1,87.33,87.33,
734
+ 2025-11-05,002353,BUY,4,53.45,213.8,
735
+ 2025-11-05,601899,BUY,2,29.01,58.02,
736
+ 2025-11-05,300122,BUY,3,21.11,63.33,
737
+ 2025-11-05,300347,BUY,1,58.54,58.54,
738
+ 2025-11-05,600036,BUY,4,42.8,171.2,
739
+ 2025-11-05,600309,SELL,7,61.47,430.29,
740
+ 2025-11-05,300760,SELL,3,206.27,618.81,
741
+ 2025-11-05,300750,SELL,1,388.7,388.7,
742
+ 2025-11-05,603288,SELL,5,37.69,188.45,
743
+ 2025-11-05,600887,SELL,14,27.25,381.5,
744
+ 2025-11-05,000858,SELL,1,116.18,116.18,
745
+ 2025-11-05,002142,SELL,3,29.09,87.27,
746
+ 2025-11-05,000001,SELL,42,11.52,483.84,
747
+ 2025-11-05,600276,SELL,9,61.96,557.64,
748
+ 2025-11-06,603986,SELL,1,227.2,227.2,
749
+ 2025-11-06,600519,BUY,2,1435.13,2870.26,
750
+ 2025-11-06,601100,SELL,1,93.15,93.15,
751
+ 2025-11-06,600309,SELL,11,61.7,678.7,
752
+ 2025-11-06,601899,SELL,1,29.7,29.7,
753
+ 2025-11-06,600276,SELL,28,62.42,1747.76,
754
+ 2025-11-06,300760,SELL,3,206.35,619.05,
755
+ 2025-11-06,002353,BUY,57,55.4,3157.8,
756
+ 2025-11-06,300750,SELL,1,394.68,394.68,
757
+ 2025-11-06,603288,SELL,11,37.71,414.81,
758
+ 2025-11-06,600887,SELL,23,27.22,626.06,
759
+ 2025-11-06,000858,SELL,22,116.17,2555.74,
760
+ 2025-11-06,002142,SELL,20,29.16,583.2,
761
+ 2025-11-06,000001,SELL,48,11.51,552.48,
762
+ 2025-11-06,601166,SELL,27,21.16,571.32,
763
+ 2025-11-06,600036,SELL,37,42.34,1566.58,
764
+ 2025-11-06,002415,SELL,2,31.8,63.6,
765
+ 2025-11-07,002353,BUY,24,55.35,1328.4,
766
+ 2025-11-07,601100,BUY,1,94.22,94.22,
767
+ 2025-11-07,600309,BUY,4,65.27,261.08,
768
+ 2025-11-07,601899,BUY,8,30.17,241.36,
769
+ 2025-11-07,300122,BUY,12,21.1,253.2,
770
+ 2025-11-07,300347,BUY,6,58.32,349.92,
771
+ 2025-11-07,688111,BUY,2,329.99,659.98,
772
+ 2025-11-07,603986,BUY,2,220.95,441.9,
773
+ 2025-11-07,002415,BUY,10,31.37,313.7,
774
+ 2025-11-07,000001,BUY,8,11.55,92.4,
775
+ 2025-11-07,600036,BUY,2,42.51,85.02,
776
+ 2025-11-07,600276,SELL,5,61.58,307.9,
777
+ 2025-11-07,300760,SELL,2,205.79,411.58,
778
+ 2025-11-07,600887,SELL,4,27.29,109.16,
779
+ 2025-11-07,000858,SELL,7,116.75,817.25,
780
+ 2025-11-07,603288,BUY,5,37.97,189.85,
781
+ 2025-11-10,300760,BUY,7,209.35,1465.45,
782
+ 2025-11-10,600309,BUY,3,67.86,203.58,
783
+ 2025-11-10,601100,BUY,5,90.48,452.4,
784
+ 2025-11-10,601899,BUY,20,30.17,603.4,
785
+ 2025-11-10,300122,BUY,12,21.52,258.24,
786
+ 2025-11-10,600276,BUY,1,61.83,61.83,
787
+ 2025-11-10,688111,BUY,1,330.5,330.5,
788
+ 2025-11-10,300347,SELL,2,60.0,120.0,
789
+ 2025-11-10,300750,BUY,2,384.51,769.02,
790
+ 2025-11-10,600036,SELL,6,42.72,256.32,
791
+ 2025-11-10,601166,BUY,3,21.18,63.54,
792
+ 2025-11-10,002415,BUY,16,31.81,508.96,
793
+ 2025-11-10,600887,BUY,65,28.27,1837.55,
794
+ 2025-11-10,603288,BUY,17,38.65,657.05,
795
+ 2025-11-10,000001,BUY,3,11.63,34.89,
796
+ 2025-11-11,600309,BUY,1,67.95,67.95,
797
+ 2025-11-11,603288,BUY,2,38.62,77.24,
798
+ 2025-11-11,600887,BUY,13,28.35,368.55,
799
+ 2025-11-11,600036,BUY,14,42.96,601.44,
800
+ 2025-11-11,002353,SELL,2,50.41,100.82,
801
+ 2025-11-11,601899,SELL,4,29.62,118.48,
802
+ 2025-11-11,300122,SELL,13,21.77,283.01,
803
+ 2025-11-11,300347,SELL,4,58.82,235.28,
804
+ 2025-11-11,601100,SELL,2,90.03,180.06,
805
+ 2025-11-11,603986,SELL,1,216.99,216.99,
806
+ 2025-11-11,002415,SELL,5,31.72,158.6,
807
+ 2025-11-11,300750,SELL,1,385.6,385.6,
808
+ 2025-11-11,000858,SELL,1,120.78,120.78,
809
+ 2025-11-11,002142,SELL,3,29.4,88.2,
810
+ 2025-11-11,000001,SELL,7,11.67,81.69,
811
+ 2025-11-11,601166,SELL,4,21.27,85.08,
812
+ 2025-11-11,600276,SELL,12,61.06,732.72,
813
+ 2025-11-12,300122,SELL,6,21.62,129.72,
814
+ 2025-11-12,601899,SELL,10,29.49,294.9,
815
+ 2025-11-12,300760,BUY,5,208.2,1041.0,
816
+ 2025-11-12,600036,BUY,11,42.93,472.23,
817
+ 2025-11-12,601100,SELL,1,86.61,86.61,
818
+ 2025-11-12,002353,SELL,8,49.83,398.64,
819
+ 2025-11-12,300347,SELL,7,57.83,404.81,
820
+ 2025-11-12,600309,SELL,3,67.77,203.31,
821
+ 2025-11-12,600276,SELL,5,62.1,310.5,
822
+ 2025-11-12,000858,SELL,3,120.38,361.14,
823
+ 2025-11-12,603986,SELL,2,209.5,419.0,
824
+ 2025-11-12,688111,SELL,1,317.8,317.8,
825
+ 2025-11-12,601166,SELL,10,21.3,213.0,
826
+ 2025-11-12,000001,SELL,18,11.68,210.24,
827
+ 2025-11-12,002142,SELL,6,29.33,175.98,
828
+ 2025-11-12,600887,SELL,2,28.48,56.96,
829
+ 2025-11-12,603288,SELL,16,38.46,615.36,
830
+ 2025-11-12,002415,SELL,10,31.43,314.3,
831
+ 2025-11-12,600519,SELL,1,1465.15,1465.15,
832
+ 2025-11-13,300122,SELL,35,21.69,759.15,
833
+ 2025-11-13,601899,BUY,100,30.72,3072.0,
834
+ 2025-11-13,002415,BUY,1,31.69,31.69,
835
+ 2025-11-13,600887,BUY,48,28.58,1371.84,
836
+ 2025-11-13,600519,BUY,1,1470.38,1470.38,
837
+ 2025-11-13,600036,BUY,2,43.21,86.42,
838
+ 2025-11-13,002353,SELL,27,49.72,1342.44,
839
+ 2025-11-13,601100,SELL,1,87.15,87.15,
840
+ 2025-11-13,600309,SELL,8,68.71,549.68,
841
+ 2025-11-13,300760,BUY,7,208.21,1457.47,
842
+ 2025-11-13,300347,SELL,5,59.13,295.65,
843
+ 2025-11-13,688111,SELL,1,321.62,321.62,
844
+ 2025-11-13,603986,SELL,2,227.5,455.0,
845
+ 2025-11-13,300750,SELL,2,415.6,831.2,
846
+ 2025-11-13,603288,SELL,3,38.6,115.8,
847
+ 2025-11-13,000858,SELL,15,121.2,1818.0,
848
+ 2025-11-13,002142,SELL,15,29.79,446.85,
849
+ 2025-11-13,000001,SELL,38,11.7,444.6,
850
+ 2025-11-13,601166,SELL,21,21.28,446.88,
851
+ 2025-11-13,600276,SELL,21,63.56,1334.76,
852
+ 2025-11-14,300122,BUY,9,21.52,193.68,
853
+ 2025-11-14,002415,BUY,59,31.31,1847.29,
854
+ 2025-11-14,300750,BUY,1,404.12,404.12,
855
+ 2025-11-14,600519,BUY,1,1456.6,1456.6,
856
+ 2025-11-14,000001,BUY,144,11.75,1692.0,
857
+ 2025-11-14,002353,SELL,15,53.8,807.0,
858
+ 2025-11-14,600309,SELL,4,65.8,263.2,
859
+ 2025-11-14,601899,SELL,26,30.02,780.52,
860
+ 2025-11-14,600276,SELL,9,62.9,566.1,
861
+ 2025-11-14,603288,SELL,5,38.42,192.1,
862
+ 2025-11-14,600887,SELL,52,28.35,1474.2,
863
+ 2025-11-14,000858,SELL,7,120.21,841.47,
864
+ 2025-11-14,002142,SELL,12,29.62,355.44,
865
+ 2025-11-14,601166,SELL,17,21.6,367.2,
866
+ 2025-11-14,600036,SELL,38,43.25,1643.5,
867
+ 2025-11-14,300347,SELL,1,57.9,57.9,
868
+ 2025-11-17,600887,BUY,10,28.57,285.7,
869
+ 2025-11-17,300750,BUY,1,390.78,390.78,
870
+ 2025-11-17,002415,BUY,11,30.46,335.06,
871
+ 2025-11-17,603986,BUY,3,207.5,622.5,
872
+ 2025-11-17,601100,BUY,6,88.06,528.36,
873
+ 2025-11-17,300347,BUY,10,55.58,555.8,
874
+ 2025-11-17,300122,BUY,21,21.24,446.04,
875
+ 2025-11-17,600309,BUY,5,66.38,331.9,
876
+ 2025-11-17,688111,BUY,1,313.4,313.4,
877
+ 2025-11-17,000858,BUY,2,120.15,240.3,
878
+ 2025-11-17,600519,SELL,1,1471.0,1471.0,
879
+ 2025-11-17,000001,BUY,217,11.67,2532.39,
880
+ 2025-11-17,601166,BUY,14,21.42,299.88,
881
+ 2025-11-17,600036,BUY,8,42.65,341.2,
882
+ 2025-11-17,002353,SELL,2,52.52,105.04,
883
+ 2025-11-17,601899,SELL,1,28.98,28.98,
884
+ 2025-11-17,600276,SELL,10,61.8,618.0,
885
+ 2025-11-17,300760,SELL,1,206.04,206.04,
886
+ 2025-11-17,603288,SELL,8,38.19,305.52,
887
+ 2025-11-17,002142,BUY,138,28.8,3974.4,
888
+ 2025-11-18,601899,SELL,8,28.39,227.12,
889
+ 2025-11-18,300122,BUY,2,21.04,42.08,
890
+ 2025-11-18,300347,BUY,3,53.68,161.04,
891
+ 2025-11-18,603288,BUY,4,37.97,151.88,
892
+ 2025-11-18,002353,SELL,7,53.3,373.1,
893
+ 2025-11-18,600309,SELL,6,65.4,392.4,
894
+ 2025-11-18,300760,SELL,4,206.71,826.84,
895
+ 2025-11-18,000001,SELL,96,11.59,1112.64,
896
+ 2025-11-18,600887,SELL,33,29.52,974.16,
897
+ 2025-11-18,000858,SELL,4,120.36,481.44,
898
+ 2025-11-18,600519,SELL,1,1476.0,1476.0,
899
+ 2025-11-18,002142,SELL,24,28.7,688.8,
900
+ 2025-11-18,002415,SELL,28,30.73,860.44,
901
+ 2025-11-18,601166,SELL,18,21.3,383.4,
902
+ 2025-11-18,600036,SELL,17,42.88,728.96,
903
+ 2025-11-19,002353,BUY,1,54.0,54.0,
904
+ 2025-11-19,600309,BUY,4,65.61,262.44,
905
+ 2025-11-19,601899,BUY,7,29.34,205.38,
906
+ 2025-11-19,300122,BUY,9,20.84,187.56,
907
+ 2025-11-19,600276,BUY,2,61.11,122.22,
908
+ 2025-11-19,603288,BUY,10,37.8,378.0,
909
+ 2025-11-19,000858,BUY,4,119.89,479.56,
910
+ 2025-11-19,600887,BUY,16,29.58,473.28,
911
+ 2025-11-19,000001,BUY,38,11.8,448.4,
912
+ 2025-11-19,601166,BUY,14,21.43,300.02,
913
+ 2025-11-19,600036,BUY,9,43.22,388.98,
914
+ 2025-11-19,300347,SELL,2,52.37,104.74,
915
+ 2025-11-19,002415,SELL,1,30.42,30.42,
916
+ 2025-11-19,300750,SELL,3,391.1,1173.3,
917
+ 2025-11-19,600519,SELL,1,1471.01,1471.01,
918
+ 2025-11-19,002142,BUY,21,28.95,607.95,
919
+ 2025-11-20,300347,SELL,8,50.69,405.52,
920
+ 2025-11-20,300122,SELL,7,20.94,146.58,
921
+ 2025-11-20,601899,SELL,13,28.97,376.61,
922
+ 2025-11-20,600309,SELL,4,64.3,257.2,
923
+ 2025-11-20,300760,BUY,14,198.85,2783.9,
924
+ 2025-11-20,002353,SELL,6,52.17,313.02,
925
+ 2025-11-20,300750,BUY,4,379.39,1517.56,
926
+ 2025-11-20,600276,SELL,1,60.63,60.63,
927
+ 2025-11-20,601100,SELL,6,89.74,538.44,
928
+ 2025-11-20,688111,SELL,1,307.55,307.55,
929
+ 2025-11-20,000001,SELL,80,11.85,948.0,
930
+ 2025-11-20,002415,SELL,17,30.23,513.91,
931
+ 2025-11-20,603986,SELL,2,199.1,398.2,
932
+ 2025-11-20,601166,SELL,16,21.52,344.32,
933
+ 2025-11-20,002142,SELL,30,29.0,870.0,
934
+ 2025-11-20,600036,SELL,19,43.23,821.37,
935
+ 2025-11-20,000858,SELL,7,120.25,841.75,
936
+ 2025-11-20,600887,SELL,30,29.4,882.0,
937
+ 2025-11-20,603288,SELL,8,37.75,302.0,
938
+ 2025-11-20,600519,SELL,1,1467.11,1467.11,
939
+ 2025-11-21,600276,BUY,9,59.5,535.5,
940
+ 2025-11-21,002353,BUY,4,50.89,203.56,
941
+ 2025-11-21,601100,BUY,5,92.15,460.75,
942
+ 2025-11-21,600309,BUY,7,62.71,438.97,
943
+ 2025-11-21,601899,BUY,6,28.14,168.84,
944
+ 2025-11-21,300122,BUY,27,20.19,545.13,
945
+ 2025-11-21,300347,BUY,10,49.59,495.9,
946
+ 2025-11-21,300760,BUY,8,195.11,1560.88,
947
+ 2025-11-21,688111,BUY,2,305.71,611.42,
948
+ 2025-11-21,603986,BUY,3,182.51,547.53,
949
+ 2025-11-21,002415,BUY,72,29.82,2147.04,
950
+ 2025-11-21,603288,BUY,5,37.29,186.45,
951
+ 2025-11-21,600519,BUY,1,1466.6,1466.6,
952
+ 2025-11-21,000001,BUY,130,11.69,1519.7,
953
+ 2025-11-21,601166,BUY,11,21.36,234.96,
954
+ 2025-11-21,000858,SELL,1,119.68,119.68,
955
+ 2025-11-21,600036,SELL,1,43.0,43.0,
956
+ 2025-11-24,600276,SELL,6,60.66,363.96,
957
+ 2025-11-24,300122,SELL,53,20.31,1076.43,
958
+ 2025-11-24,601899,SELL,33,28.0,924.0,
959
+ 2025-11-24,601100,BUY,1,92.06,92.06,
960
+ 2025-11-24,002353,SELL,13,51.02,663.26,
961
+ 2025-11-24,600519,BUY,3,1452.0,4356.0,
962
+ 2025-11-24,300760,SELL,7,193.0,1351.0,
963
+ 2025-11-24,600309,SELL,6,62.79,376.74,
964
+ 2025-11-24,688111,SELL,1,323.0,323.0,
965
+ 2025-11-24,300347,BUY,1,50.7,50.7,
966
+ 2025-11-24,002415,SELL,38,29.86,1134.68,
967
+ 2025-11-24,601166,SELL,7,21.01,147.07,
968
+ 2025-11-24,000001,SELL,177,11.6,2053.2,
969
+ 2025-11-24,002142,SELL,16,28.66,458.56,
970
+ 2025-11-24,600036,SELL,6,42.63,255.78,
971
+ 2025-11-24,600887,SELL,6,28.91,173.46,
972
+ 2025-11-24,603288,SELL,3,36.88,110.64,
973
+ 2025-11-24,000858,SELL,1,118.52,118.52,
974
+ 2025-11-24,603986,SELL,6,179.18,1075.08,
975
+ 2025-11-25,002353,SELL,6,52.21,313.26,
976
+ 2025-11-25,300760,SELL,2,193.88,387.76,
977
+ 2025-11-25,601100,SELL,3,90.6,271.8,
978
+ 2025-11-25,600309,SELL,2,63.04,126.08,
979
+ 2025-11-25,601899,SELL,7,28.51,199.57,
980
+ 2025-11-25,300122,SELL,17,20.46,347.82,
981
+ 2025-11-25,300347,SELL,4,50.86,203.44,
982
+ 2025-11-25,600276,SELL,3,60.88,182.64,
983
+ 2025-11-25,002415,SELL,19,29.99,569.81,
984
+ 2025-11-25,603288,SELL,4,37.1,148.4,
985
+ 2025-11-25,600887,SELL,24,29.16,699.84,
986
+ 2025-11-25,000858,SELL,1,118.51,118.51,
987
+ 2025-11-25,002142,SELL,17,28.79,489.43,
988
+ 2025-11-25,000001,SELL,36,11.8,424.8,
989
+ 2025-11-25,601166,SELL,8,21.4,171.2,
990
+ 2025-11-25,600036,SELL,17,43.25,735.25,
991
+ 2025-11-25,603986,SELL,2,190.62,381.24,
992
+ 2025-11-26,000001,BUY,4,11.69,46.76,
993
+ 2025-11-26,002353,BUY,2,51.43,102.86,
994
+ 2025-11-26,600309,BUY,2,63.7,127.4,
995
+ 2025-11-26,600276,BUY,3,62.36,187.08,
996
+ 2025-11-26,603288,BUY,2,36.83,73.66,
997
+ 2025-11-26,000858,BUY,3,118.26,354.78,
998
+ 2025-11-26,002142,BUY,1,28.58,28.58,
999
+ 2025-11-26,601166,BUY,10,21.3,213.0,
1000
+ 2025-11-26,601899,BUY,5,28.43,142.15,
1001
+ 2025-11-26,601100,SELL,2,92.16,184.32,
1002
+ 2025-11-26,300122,SELL,5,20.36,101.8,
1003
+ 2025-11-26,300347,SELL,4,51.08,204.32,
1004
+ 2025-11-26,300760,SELL,1,193.4,193.4,
1005
+ 2025-11-26,688111,SELL,1,319.45,319.45,
1006
+ 2025-11-26,600036,BUY,13,43.25,562.25,
1007
+ 2025-11-26,002415,SELL,4,29.9,119.6,
1008
+ 2025-11-26,600887,SELL,8,29.18,233.44,
1009
+ 2025-11-27,601100,BUY,3,101.38,304.14,
1010
+ 2025-11-27,600309,BUY,4,65.9,263.6,
1011
+ 2025-11-27,300347,BUY,7,51.2,358.4,
1012
+ 2025-11-27,600276,BUY,5,62.09,310.45,
1013
+ 2025-11-27,300760,BUY,1,196.3,196.3,
1014
+ 2025-11-27,688111,BUY,1,312.02,312.02,
1015
+ 2025-11-27,603986,BUY,4,200.86,803.44,
1016
+ 2025-11-27,002415,BUY,5,29.73,148.65,
1017
+ 2025-11-27,002142,BUY,21,28.53,599.13,
1018
+ 2025-11-27,000001,BUY,52,11.71,608.92,
1019
+ 2025-11-27,600036,BUY,18,43.19,777.42,
1020
+ 2025-11-27,002353,SELL,1,51.3,51.3,
1021
+ 2025-11-27,601899,SELL,6,28.6,171.6,
1022
+ 2025-11-27,600887,SELL,8,29.05,232.4,
1023
+ 2025-11-27,601166,SELL,6,21.39,128.34,
1024
+ 2025-11-27,000858,BUY,4,117.94,471.76,
1025
+ 2025-11-28,300760,BUY,4,204.01,816.04,
1026
+ 2025-11-28,002353,BUY,1,56.43,56.43,
1027
+ 2025-11-28,601100,BUY,2,101.3,202.6,
1028
+ 2025-11-28,601899,BUY,129,28.58,3686.82,
1029
+ 2025-11-28,300347,BUY,5,51.01,255.05,
1030
+ 2025-11-28,002415,BUY,2,30.02,60.04,
1031
+ 2025-11-28,603986,BUY,2,203.0,406.0,
1032
+ 2025-11-28,601166,BUY,28,21.11,591.08,
1033
+ 2025-11-28,600887,SELL,7,29.38,205.66,
1034
+ 2025-11-28,000858,SELL,2,117.85,235.7,
1035
+ 2025-11-28,002142,SELL,13,28.37,368.81,
1036
+ 2025-11-28,000001,SELL,82,11.61,952.02,
1037
+ 2025-11-28,600036,SELL,4,42.95,171.8,
1038
+ 2025-11-28,603288,BUY,8,36.96,295.68,
1039
+ 2025-12-01,002353,BUY,6,62.07,372.42,
1040
+ 2025-12-01,601100,BUY,1,103.8,103.8,
1041
+ 2025-12-01,600309,BUY,5,67.96,339.8,
1042
+ 2025-12-01,300122,BUY,39,20.56,801.84,
1043
+ 2025-12-01,300347,BUY,2,50.77,101.54,
1044
+ 2025-12-01,600276,BUY,6,61.94,371.64,
1045
+ 2025-12-01,688111,BUY,1,317.08,317.08,
1046
+ 2025-12-01,603986,BUY,1,212.82,212.82,
1047
+ 2025-12-01,002415,BUY,5,30.58,152.9,
1048
+ 2025-12-01,603288,BUY,16,37.16,594.56,
1049
+ 2025-12-01,000858,BUY,9,117.65,1058.85,
1050
+ 2025-12-01,002142,BUY,17,28.84,490.28,
1051
+ 2025-12-01,000001,BUY,21,11.69,245.49,
1052
+ 2025-12-01,601166,BUY,26,21.16,550.16,
1053
+ 2025-12-01,600036,BUY,26,43.44,1129.44,
1054
+ 2025-12-01,601899,SELL,8,30.06,240.48,
1055
+ 2025-12-01,300760,SELL,1,201.62,201.62,
1056
+ 2025-12-01,600519,SELL,1,1448.0,1448.0,
1057
+ 2025-12-01,600887,BUY,16,29.43,470.88,
1058
+ 2025-12-02,600036,BUY,1,43.38,43.38,
1059
+ 2025-12-02,601166,BUY,8,21.15,169.2,
1060
+ 2025-12-02,000858,BUY,1,116.57,116.57,
1061
+ 2025-12-02,002353,SELL,2,59.92,119.84,
1062
+ 2025-12-02,601899,BUY,1,29.74,29.74,
1063
+ 2025-12-02,300122,BUY,3,20.17,60.51,
1064
+ 2025-12-02,600887,BUY,3,29.35,88.05,
1065
+ 2025-12-02,601100,SELL,9,103.8,934.2,
1066
+ 2025-12-02,002142,SELL,10,28.64,286.4,
1067
+ 2025-12-02,300347,SELL,1,48.8,48.8,
1068
+ 2025-12-02,600276,SELL,3,61.12,183.36,
1069
+ 2025-12-02,300760,SELL,1,200.62,200.62,
1070
+ 2025-12-02,002415,SELL,8,30.52,244.16,
1071
+ 2025-12-02,600519,SELL,1,1436.03,1436.03,
1072
+ 2025-12-02,000001,SELL,6,11.64,69.84,
1073
+ 2025-12-02,600309,SELL,3,67.0,201.0,
1074
+ 2025-12-03,300122,BUY,2,20.01,40.02,
1075
+ 2025-12-03,600887,BUY,6,29.27,175.62,
1076
+ 2025-12-03,000858,BUY,4,115.6,462.4,
1077
+ 2025-12-03,002142,BUY,105,28.43,2985.15,
1078
+ 2025-12-03,000001,BUY,20,11.55,231.0,
1079
+ 2025-12-03,601166,BUY,187,20.94,3915.78,
1080
+ 2025-12-03,600036,BUY,5,43.01,215.05,
1081
+ 2025-12-03,002353,SELL,6,65.91,395.46,
1082
+ 2025-12-03,601100,SELL,1,104.25,104.25,
1083
+ 2025-12-03,601899,BUY,51,29.97,1528.47,
1084
+ 2025-12-03,300347,SELL,1,48.3,48.3,
1085
+ 2025-12-03,600276,SELL,3,60.97,182.91,
1086
+ 2025-12-03,300760,SELL,6,199.5,1197.0,
1087
+ 2025-12-03,688111,SELL,1,303.49,303.49,
1088
+ 2025-12-03,603986,SELL,1,207.6,207.6,
1089
+ 2025-12-03,002415,SELL,36,30.34,1092.24,
1090
+ 2025-12-03,603288,SELL,4,36.41,145.64,
1091
+ 2025-12-03,600519,SELL,1,1429.1,1429.1,
1092
+ 2025-12-03,600309,SELL,3,68.2,204.6,
1093
+ 2025-12-04,688111,SELL,1,301.19,301.19,
1094
+ 2025-12-04,300760,SELL,1,200.0,200.0,
1095
+ 2025-12-04,600276,SELL,5,61.25,306.25,
1096
+ 2025-12-04,601899,BUY,37,30.69,1135.53,
1097
+ 2025-12-04,600309,SELL,4,67.68,270.72,
1098
+ 2025-12-04,002353,SELL,5,66.69,333.45,
1099
+ 2025-12-04,300122,BUY,5,19.96,99.8,
1100
+ 2025-12-04,300347,SELL,2,48.88,97.76,
1101
+ 2025-12-04,603986,SELL,1,210.41,210.41,
1102
+ 2025-12-04,300750,SELL,1,383.35,383.35,
1103
+ 2025-12-04,603288,SELL,15,36.22,543.3,
1104
+ 2025-12-04,600887,SELL,13,28.99,376.87,
1105
+ 2025-12-04,000858,SELL,2,114.45,228.9,
1106
+ 2025-12-04,002142,SELL,73,28.47,2078.31,
1107
+ 2025-12-04,000001,SELL,60,11.49,689.4,
1108
+ 2025-12-04,601166,SELL,31,20.87,646.97,
1109
+ 2025-12-04,600036,SELL,4,43.22,172.88,
1110
+ 2025-12-04,002415,SELL,10,30.35,303.5,
1111
+ 2025-12-05,600276,SELL,2,61.62,123.24,
1112
+ 2025-12-05,002353,SELL,3,71.33,213.99,
1113
+ 2025-12-05,600309,SELL,2,69.98,139.96,
1114
+ 2025-12-05,300122,SELL,34,20.1,683.4,
1115
+ 2025-12-05,300347,SELL,7,49.45,346.15,
1116
+ 2025-12-05,601899,BUY,39,31.32,1221.48,
1117
+ 2025-12-05,300760,SELL,7,202.39,1416.73,
1118
+ 2025-12-05,000858,SELL,3,114.96,344.88,
1119
+ 2025-12-05,603288,SELL,2,36.51,73.02,
1120
+ 2025-12-05,600887,SELL,4,28.92,115.68,
1121
+ 2025-12-05,002142,SELL,10,28.23,282.3,
1122
+ 2025-12-05,000001,SELL,19,11.53,219.07,
1123
+ 2025-12-05,601166,SELL,63,20.8,1310.4,
1124
+ 2025-12-05,600036,SELL,14,43.45,608.3,
1125
+ 2025-12-05,603986,SELL,1,206.81,206.81,
1126
+ 2025-12-08,601100,BUY,1,111.7,111.7,
1127
+ 2025-12-08,601899,BUY,49,31.5,1543.5,
1128
+ 2025-12-08,600887,BUY,9,28.84,259.56,
1129
+ 2025-12-08,002142,BUY,108,28.18,3043.44,
1130
+ 2025-12-08,600036,BUY,58,43.18,2504.44,
1131
+ 2025-12-08,002353,SELL,1,70.7,70.7,
1132
+ 2025-12-08,600309,SELL,1,69.97,69.97,
1133
+ 2025-12-08,300347,SELL,6,49.31,295.86,
1134
+ 2025-12-08,300760,SELL,3,200.05,600.15,
1135
+ 2025-12-08,300750,SELL,3,392.5,1177.5,
1136
+ 2025-12-08,603288,SELL,1,36.51,36.51,
1137
+ 2025-12-08,000858,SELL,1,113.27,113.27,
1138
+ 2025-12-08,000001,SELL,21,11.52,241.92,
1139
+ 2025-12-08,601166,SELL,7,20.88,146.16,
1140
+ 2025-12-08,300122,SELL,6,20.06,120.36,
1141
+ 2025-12-09,300760,SELL,3,198.71,596.13,
1142
+ 2025-12-09,601899,BUY,8,30.4,243.2,
1143
+ 2025-12-09,300122,BUY,24,19.8,475.2,
1144
+ 2025-12-09,600036,BUY,32,43.04,1377.28,
1145
+ 2025-12-09,600276,SELL,1,63.08,63.08,
1146
+ 2025-12-09,300750,SELL,4,387.59,1550.36,
1147
+ 2025-12-09,002415,SELL,1,29.99,29.99,
1148
+ 2025-12-09,600887,SELL,16,28.76,460.16,
1149
+ 2025-12-09,000858,SELL,6,110.88,665.28,
1150
+ 2025-12-09,002142,SELL,60,28.18,1690.8,
1151
+ 2025-12-09,000001,SELL,37,11.43,422.91,
1152
+ 2025-12-09,601166,SELL,53,20.72,1098.16,
1153
+ 2025-12-09,603288,SELL,1,36.47,36.47,
1154
+ 2025-12-10,603288,BUY,1,36.42,36.42,
1155
+ 2025-12-10,600309,BUY,1,69.3,69.3,
1156
+ 2025-12-10,300122,BUY,5,19.82,99.1,
1157
+ 2025-12-10,300347,BUY,1,49.89,49.89,
1158
+ 2025-12-10,600276,BUY,1,63.38,63.38,
1159
+ 2025-12-10,603986,BUY,1,208.84,208.84,
1160
+ 2025-12-10,300750,BUY,7,382.38,2676.66,
1161
+ 2025-12-10,000858,BUY,12,111.62,1339.44,
1162
+ 2025-12-10,600036,BUY,37,41.7,1542.9,
1163
+ 2025-12-10,601899,SELL,55,30.75,1691.25,
1164
+ 2025-12-10,300760,SELL,1,198.0,198.0,
1165
+ 2025-12-10,002415,SELL,21,30.0,630.0,
1166
+ 2025-12-10,600887,SELL,2,28.56,57.12,
1167
+ 2025-12-10,000001,SELL,5,11.33,56.65,
1168
+ 2025-12-10,601166,SELL,38,20.35,773.3,
1169
+ 2025-12-10,002142,BUY,60,27.99,1679.4,
1170
+ 2025-12-11,002353,SELL,6,72.47,434.82,
1171
+ 2025-12-11,601100,SELL,1,110.6,110.6,
1172
+ 2025-12-11,600036,BUY,36,41.68,1500.48,
1173
+ 2025-12-11,600309,SELL,6,68.47,410.82,
1174
+ 2025-12-11,002142,BUY,72,27.79,2000.88,
1175
+ 2025-12-11,000858,BUY,15,111.9,1678.5,
1176
+ 2025-12-11,300122,BUY,4,19.38,77.52,
1177
+ 2025-12-11,000001,BUY,23,11.37,261.51,
1178
+ 2025-12-11,601899,SELL,37,30.96,1145.52,
1179
+ 2025-12-11,688111,SELL,1,296.01,296.01,
1180
+ 2025-12-11,600276,SELL,13,63.4,824.2,
1181
+ 2025-12-11,300760,SELL,3,195.77,587.31,
1182
+ 2025-12-11,300347,SELL,3,49.19,147.57,
1183
+ 2025-12-11,603986,SELL,1,207.81,207.81,
1184
+ 2025-12-11,002415,SELL,10,29.4,294.0,
1185
+ 2025-12-11,603288,SELL,22,36.34,799.48,
1186
+ 2025-12-11,600887,SELL,15,28.39,425.85,
1187
+ 2025-12-11,601166,SELL,8,20.42,163.36,
1188
+ 2025-12-12,300347,BUY,5,50.28,251.4,
1189
+ 2025-12-12,600276,BUY,4,63.28,253.12,
1190
+ 2025-12-12,688111,BUY,1,307.9,307.9,
1191
+ 2025-12-12,002415,BUY,14,29.63,414.82,
1192
+ 2025-12-12,603288,BUY,7,36.49,255.43,
1193
+ 2025-12-12,600887,BUY,97,28.7,2783.9,
1194
+ 2025-12-12,002142,BUY,36,27.72,997.92,
1195
+ 2025-12-12,000001,BUY,234,11.35,2655.9,
1196
+ 2025-12-12,601166,BUY,105,20.65,2168.25,
1197
+ 2025-12-12,000858,SELL,8,111.6,892.8,
1198
+ 2025-12-12,002353,SELL,1,75.87,75.87,
1199
+ 2025-12-12,601100,SELL,4,110.35,441.4,
1200
+ 2025-12-12,601899,SELL,1,31.7,31.7,
1201
+ 2025-12-12,300122,SELL,19,19.37,368.03,
1202
+ 2025-12-12,300760,SELL,5,199.82,999.1,
1203
+ 2025-12-12,603986,SELL,3,209.89,629.67,
1204
+ 2025-12-12,300750,SELL,2,391.8,783.6,
1205
+ 2025-12-12,600036,BUY,15,41.74,626.1,
1206
+ 2025-12-15,300760,BUY,5,197.01,985.05,
1207
+ 2025-12-15,600276,BUY,5,61.38,306.9,
1208
+ 2025-12-15,300347,BUY,10,49.29,492.9,
1209
+ 2025-12-15,688111,BUY,2,307.6,615.2,
1210
+ 2025-12-15,600309,BUY,2,69.69,139.38,
1211
+ 2025-12-15,601100,BUY,5,109.32,546.6,
1212
+ 2025-12-15,002353,BUY,2,75.3,150.6,
1213
+ 2025-12-15,300122,BUY,30,19.1,573.0,
1214
+ 2025-12-15,603986,BUY,6,204.16,1224.96,
1215
+ 2025-12-15,600036,SELL,54,41.8,2257.2,
1216
+ 2025-12-15,300750,BUY,2,385.5,771.0,
1217
+ 2025-12-15,603288,BUY,10,36.51,365.1,
1218
+ 2025-12-15,000858,BUY,16,112.45,1799.2,
1219
+ 2025-12-15,601899,SELL,99,31.41,3109.59,
1220
+ 2025-12-15,600887,SELL,21,28.83,605.43,
1221
+ 2025-12-15,002142,SELL,145,28.25,4096.25,
1222
+ 2025-12-15,000001,SELL,45,11.51,517.95,
1223
+ 2025-12-15,601166,SELL,13,20.69,268.97,
1224
+ 2025-12-15,002415,BUY,15,29.02,435.3,
1225
+ 2025-12-16,600309,SELL,1,70.07,70.07,
1226
+ 2025-12-16,002353,SELL,3,70.99,212.97,
1227
+ 2025-12-16,600887,BUY,64,28.95,1852.8,
1228
+ 2025-12-16,300347,SELL,4,49.09,196.36,
1229
+ 2025-12-16,601899,BUY,33,30.32,1000.56,
1230
+ 2025-12-16,300760,BUY,2,194.81,389.62,
1231
+ 2025-12-16,002415,BUY,1,28.69,28.69,
1232
+ 2025-12-16,600276,SELL,1,59.15,59.15,
1233
+ 2025-12-16,601166,SELL,3,20.42,61.26,
1234
+ 2025-12-16,603986,SELL,1,197.86,197.86,
1235
+ 2025-12-16,600036,SELL,21,41.7,875.7,
1236
+ 2025-12-16,000001,SELL,15,11.48,172.2,
1237
+ 2025-12-16,688111,SELL,1,307.31,307.31,
1238
+ 2025-12-16,000858,SELL,3,113.0,339.0,
1239
+ 2025-12-16,300750,SELL,1,378.41,378.41,
1240
+ 2025-12-16,002142,SELL,22,28.25,621.5,
1241
+ 2025-12-17,601899,BUY,4,30.87,123.48,
1242
+ 2025-12-17,300760,BUY,5,196.36,981.8,
1243
+ 2025-12-17,300750,BUY,1,383.42,383.42,
1244
+ 2025-12-17,600887,BUY,77,28.85,2221.45,
1245
+ 2025-12-17,002353,SELL,2,71.8,143.6,
1246
+ 2025-12-17,300347,SELL,4,50.1,200.4,
1247
+ 2025-12-17,600276,SELL,4,60.3,241.2,
1248
+ 2025-12-17,000858,BUY,1,113.4,113.4,
1249
+ 2025-12-17,603986,SELL,1,202.18,202.18,
1250
+ 2025-12-17,002415,SELL,3,29.07,87.21,
1251
+ 2025-12-17,603288,SELL,2,37.03,74.06,
1252
+ 2025-12-17,002142,SELL,15,28.02,420.3,
1253
+ 2025-12-17,000001,SELL,49,11.53,564.97,
1254
+ 2025-12-17,601166,SELL,4,20.48,81.92,
1255
+ 2025-12-17,600036,SELL,4,41.52,166.08,
1256
+ 2025-12-17,688111,SELL,1,312.42,312.42,
1257
+ 2025-12-18,688111,BUY,1,306.95,306.95,
1258
+ 2025-12-18,300760,BUY,6,197.77,1186.62,
1259
+ 2025-12-18,600276,BUY,2,60.0,120.0,
1260
+ 2025-12-18,002353,BUY,2,69.85,139.7,
1261
+ 2025-12-18,601100,BUY,3,105.0,315.0,
1262
+ 2025-12-18,300122,BUY,17,19.2,326.4,
1263
+ 2025-12-18,601899,BUY,40,30.97,1238.8,
1264
+ 2025-12-18,603986,BUY,1,214.45,214.45,
1265
+ 2025-12-18,300347,BUY,3,50.31,150.93,
1266
+ 2025-12-18,300750,BUY,1,372.0,372.0,
1267
+ 2025-12-18,600887,SELL,41,28.97,1187.77,
1268
+ 2025-12-18,002142,BUY,14,28.78,402.92,
1269
+ 2025-12-18,000858,BUY,2,110.43,220.86,
1270
+ 2025-12-18,600036,SELL,12,42.37,508.44,
1271
+ 2025-12-18,601166,SELL,6,20.94,125.64,
1272
+ 2025-12-18,000001,SELL,5,11.64,58.2,
1273
+ 2025-12-18,603288,SELL,2,37.01,74.02,
1274
+ 2025-12-18,002415,SELL,2,29.02,58.04,
1275
+ 2025-12-18,600309,SELL,1,75.54,75.54,
1276
+ 2025-12-18,600519,SELL,1,1431.0,1431.0,
1277
+ 2025-12-19,600309,SELL,2,75.59,151.18,
1278
+ 2025-12-19,601899,BUY,25,31.12,778.0,
1279
+ 2025-12-19,300122,BUY,6,19.33,115.98,
1280
+ 2025-12-19,300347,BUY,1,52.04,52.04,
1281
+ 2025-12-19,300760,BUY,10,198.19,1981.9,
1282
+ 2025-12-19,600887,BUY,46,29.18,1342.28,
1283
+ 2025-12-19,601100,SELL,3,105.34,316.02,
1284
+ 2025-12-19,002353,BUY,1,67.97,67.97,
1285
+ 2025-12-19,603986,SELL,2,210.21,420.42,
1286
+ 2025-12-19,002415,SELL,5,29.19,145.95,
1287
+ 2025-12-19,300750,SELL,2,374.0,748.0,
1288
+ 2025-12-19,000858,SELL,4,110.53,442.12,
1289
+ 2025-12-19,002142,SELL,52,28.76,1495.52,
1290
+ 2025-12-19,000001,SELL,50,11.62,581.0,
1291
+ 2025-12-19,601166,SELL,15,21.09,316.35,
1292
+ 2025-12-19,600036,SELL,53,41.99,2225.47,
1293
+ 2025-12-19,688111,SELL,1,303.6,303.6,
1294
+ 2025-12-22,601899,BUY,20,32.53,650.6,
1295
+ 2025-12-22,600276,BUY,3,60.93,182.79,
1296
+ 2025-12-22,300750,BUY,3,371.84,1115.52,
1297
+ 2025-12-22,603288,BUY,78,37.85,2952.3,
1298
+ 2025-12-22,002353,SELL,7,69.99,489.93,
1299
+ 2025-12-22,300122,SELL,24,19.33,463.92,
1300
+ 2025-12-22,300347,SELL,4,51.24,204.96,
1301
+ 2025-12-22,300760,SELL,5,199.7,998.5,
1302
+ 2025-12-22,600309,BUY,1,75.79,75.79,
1303
+ 2025-12-22,600887,SELL,33,29.1,960.3,
1304
+ 2025-12-22,000858,SELL,15,110.33,1654.95,
1305
+ 2025-12-22,600519,SELL,2,1408.26,2816.52,
1306
+ 2025-12-22,002142,SELL,28,28.59,800.52,
1307
+ 2025-12-22,000001,SELL,39,11.52,449.28,
1308
+ 2025-12-22,601166,SELL,31,20.99,650.69,
1309
+ 2025-12-22,600036,SELL,34,41.77,1420.18,
1310
+ 2025-12-22,002415,SELL,9,29.15,262.35,
1311
+ 2025-12-23,601899,BUY,63,32.09,2021.67,
1312
+ 2025-12-23,600887,BUY,74,28.93,2140.82,
1313
+ 2025-12-23,002353,SELL,1,70.91,70.91,
1314
+ 2025-12-23,600309,SELL,5,74.8,374.0,
1315
+ 2025-12-23,300122,SELL,1,19.04,19.04,
1316
+ 2025-12-23,300347,SELL,6,51.03,306.18,
1317
+ 2025-12-23,600276,SELL,2,61.8,123.6,
1318
+ 2025-12-23,300760,SELL,2,198.07,396.14,
1319
+ 2025-12-23,300750,SELL,1,378.1,378.1,
1320
+ 2025-12-23,603288,SELL,3,37.78,113.34,
1321
+ 2025-12-23,000858,SELL,9,109.72,987.48,
1322
+ 2025-12-23,600519,SELL,1,1407.86,1407.86,
1323
+ 2025-12-23,002142,SELL,9,28.61,257.49,
1324
+ 2025-12-23,000001,SELL,67,11.56,774.52,
1325
+ 2025-12-23,601166,SELL,62,21.06,1305.72,
1326
+ 2025-12-23,600036,SELL,16,41.91,670.56,
1327
+ 2025-12-23,002415,SELL,12,29.14,349.68,
1328
+ 2025-12-24,002353,BUY,2,71.03,142.06,
1329
+ 2025-12-24,601100,BUY,1,104.7,104.7,
1330
+ 2025-12-24,300347,BUY,2,53.52,107.04,
1331
+ 2025-12-24,600276,BUY,4,61.23,244.92,
1332
+ 2025-12-24,603986,BUY,1,224.1,224.1,
1333
+ 2025-12-24,002415,BUY,10,29.33,293.3,
1334
+ 2025-12-24,000858,BUY,2,109.28,218.56,
1335
+ 2025-12-24,600887,BUY,93,28.88,2685.84,
1336
+ 2025-12-24,600036,BUY,5,41.83,209.15,
1337
+ 2025-12-24,600309,SELL,1,77.07,77.07,
1338
+ 2025-12-24,601899,SELL,44,32.31,1421.64,
1339
+ 2025-12-24,300122,SELL,36,19.15,689.4,
1340
+ 2025-12-24,300760,SELL,7,198.13,1386.91,
1341
+ 2025-12-24,300750,SELL,5,375.6,1878.0,
1342
+ 2025-12-24,603288,SELL,13,37.35,485.55,
1343
+ 2025-12-24,002142,BUY,108,28.37,3063.96,
1344
+ 2025-12-25,300347,SELL,3,54.85,164.55,
1345
+ 2025-12-25,300122,SELL,15,19.21,288.15,
1346
+ 2025-12-25,601899,SELL,84,32.03,2690.52,
1347
+ 2025-12-25,600887,BUY,61,29.2,1781.2,
1348
+ 2025-12-25,601100,SELL,1,107.22,107.22,
1349
+ 2025-12-25,002353,SELL,1,70.79,70.79,
1350
+ 2025-12-25,600276,SELL,3,61.4,184.2,
1351
+ 2025-12-25,600309,SELL,3,76.71,230.13,
1352
+ 2025-12-25,300760,SELL,7,201.43,1410.01,
1353
+ 2025-12-25,600519,BUY,5,1414.17,7070.85,
1354
+ 2025-12-25,002415,SELL,9,29.63,266.67,
1355
+ 2025-12-25,601166,SELL,26,21.04,547.04,
1356
+ 2025-12-25,000001,SELL,48,11.56,554.88,
1357
+ 2025-12-25,002142,SELL,62,28.31,1755.22,
1358
+ 2025-12-25,600036,SELL,31,41.78,1295.18,
1359
+ 2025-12-25,603288,SELL,22,37.4,822.8,
1360
+ 2025-12-25,300750,SELL,1,373.01,373.01,
1361
+ 2025-12-25,000858,SELL,12,110.6,1327.2,
1362
+ 2025-12-25,603986,SELL,1,222.0,222.0,
1363
+ 2025-12-26,002353,BUY,8,75.13,601.04,
1364
+ 2025-12-26,603986,BUY,3,226.97,680.91,
1365
+ 2025-12-26,601100,BUY,6,108.61,651.66,
1366
+ 2025-12-26,600309,BUY,8,76.98,615.84,
1367
+ 2025-12-26,300347,BUY,9,55.11,495.99,
1368
+ 2025-12-26,600276,BUY,9,61.06,549.54,
1369
+ 2025-12-26,300760,BUY,2,199.99,399.98,
1370
+ 2025-12-26,688111,BUY,2,301.74,603.48,
1371
+ 2025-12-26,002415,BUY,21,29.82,626.22,
1372
+ 2025-12-26,000858,BUY,4,109.78,439.12,
1373
+ 2025-12-26,002142,BUY,15,28.0,420.0,
1374
+ 2025-12-26,000001,BUY,27,11.54,311.58,
1375
+ 2025-12-26,601166,BUY,14,21.14,295.96,
1376
+ 2025-12-26,601899,SELL,3,33.53,100.59,
1377
+ 2025-12-26,600887,SELL,30,29.1,873.0,
1378
+ 2025-12-26,603288,BUY,2,37.42,74.84,
1379
+ 2025-12-29,600276,SELL,5,60.51,302.55,
1380
+ 2025-12-29,601899,BUY,65,32.65,2122.25,
1381
+ 2025-12-29,600887,BUY,35,28.87,1010.45,
1382
+ 2025-12-29,600519,BUY,2,1402.0,2804.0,
1383
+ 2025-12-29,002353,SELL,2,74.56,149.12,
1384
+ 2025-12-29,601100,SELL,1,108.2,108.2,
1385
+ 2025-12-29,600309,SELL,2,76.15,152.3,
1386
+ 2025-12-29,300347,SELL,2,55.92,111.84,
1387
+ 2025-12-29,300760,SELL,4,199.0,796.0,
1388
+ 2025-12-29,688111,SELL,1,300.08,300.08,
1389
+ 2025-12-29,603986,SELL,1,227.93,227.93,
1390
+ 2025-12-29,002415,SELL,4,29.6,118.4,
1391
+ 2025-12-29,603288,SELL,13,37.22,483.86,
1392
+ 2025-12-29,000858,SELL,8,108.06,864.48,
1393
+ 2025-12-29,002142,SELL,26,28.06,729.56,
1394
+ 2025-12-29,000001,SELL,9,11.56,104.04,
1395
+ 2025-12-29,601166,SELL,7,21.42,149.94,
1396
+ 2025-12-29,600036,SELL,14,41.87,586.18,
1397
+ 2025-12-30,601899,BUY,16,33.42,534.72,
1398
+ 2025-12-30,300750,BUY,7,369.2,2584.4,
1399
+ 2025-12-30,600887,BUY,3,28.69,86.07,
1400
+ 2025-12-30,000001,BUY,17,11.48,195.16,
1401
+ 2025-12-30,601166,BUY,11,21.09,231.99,
1402
+ 2025-12-30,600036,BUY,2,42.28,84.56,
1403
+ 2025-12-30,002353,SELL,1,72.97,72.97,
1404
+ 2025-12-30,601100,SELL,1,112.96,112.96,
1405
+ 2025-12-30,600309,SELL,1,77.0,77.0,
1406
+ 2025-12-30,300347,SELL,1,56.63,56.63,
1407
+ 2025-12-30,600276,SELL,5,60.18,300.9,
1408
+ 2025-12-30,002415,SELL,3,29.85,89.55,
1409
+ 2025-12-30,603288,SELL,6,37.28,223.68,
1410
+ 2025-12-30,000858,SELL,3,107.36,322.08,
1411
+ 2025-12-30,002142,SELL,22,28.18,619.96,
1412
+ 2025-12-31,002353,BUY,4,70.83,283.32,
1413
+ 2025-12-31,601100,BUY,2,109.91,219.82,
1414
+ 2025-12-31,600309,BUY,4,76.68,306.72,
1415
+ 2025-12-31,601899,BUY,48,34.47,1654.56,
1416
+ 2025-12-31,300122,BUY,41,18.87,773.67,
1417
+ 2025-12-31,300347,BUY,5,56.7,283.5,
1418
+ 2025-12-31,600276,BUY,3,59.57,178.71,
1419
+ 2025-12-31,688111,BUY,1,307.07,307.07,
1420
+ 2025-12-31,603986,BUY,1,214.25,214.25,
1421
+ 2025-12-31,600887,SELL,106,28.6,3031.6,
1422
+ 2025-12-31,603288,BUY,18,37.02,666.36,
1423
+ 2025-12-31,002415,BUY,9,29.84,268.56,
1424
+ 2025-12-31,000858,SELL,1,105.94,105.94,
1425
+ 2025-12-31,300760,SELL,1,190.45,190.45,
1426
+ 2025-12-31,002142,SELL,6,28.09,168.54,
1427
+ 2025-12-31,601166,BUY,44,21.06,926.64,
1428
+ 2025-12-31,000001,BUY,82,11.41,935.62,
1429
+ 2025-12-31,600519,BUY,1,1377.18,1377.18,
1430
+ 2025-12-31,600036,BUY,4,42.1,168.4,
1431
+ 2026-01-05,002415,BUY,19,30.0,570.0,
1432
+ 2026-01-05,002353,BUY,8,71.78,574.24,
1433
+ 2026-01-05,601100,BUY,5,113.5,567.5,
1434
+ 2026-01-05,600309,BUY,7,77.33,541.31,
1435
+ 2026-01-05,300122,BUY,27,19.43,524.61,
1436
+ 2026-01-05,300347,BUY,9,59.17,532.53,
1437
+ 2026-01-05,600276,BUY,7,63.08,441.56,
1438
+ 2026-01-05,603986,BUY,2,235.68,471.36,
1439
+ 2026-01-05,603288,BUY,16,37.93,606.88,
1440
+ 2026-01-05,688111,BUY,2,327.0,654.0,
1441
+ 2026-01-05,002142,BUY,2,28.15,56.3,
1442
+ 2026-01-05,600887,SELL,10,28.61,286.1,
1443
+ 2026-01-05,300750,SELL,3,377.5,1132.5,
1444
+ 2026-01-05,300760,SELL,1,199.6,199.6,
1445
+ 2026-01-05,601899,SELL,46,35.4,1628.4,
1446
+ 2026-01-05,600519,SELL,1,1426.0,1426.0,
1447
+ 2026-01-05,000858,BUY,3,107.9,323.7,
1448
+ 2026-01-05,601166,BUY,37,21.05,778.85,
1449
+ 2026-01-05,000001,BUY,65,11.5,747.5,
1450
+ 2026-01-05,600036,BUY,11,42.35,465.85,
1451
+ 2026-01-06,300347,SELL,21,58.98,1238.58,
1452
+ 2026-01-06,002142,BUY,104,28.88,3003.52,
1453
+ 2026-01-06,000001,BUY,282,11.67,3290.94,
1454
+ 2026-01-06,002353,SELL,2,73.27,146.54,
1455
+ 2026-01-06,601100,SELL,1,110.7,110.7,
1456
+ 2026-01-06,600309,SELL,3,82.95,248.85,
1457
+ 2026-01-06,601899,SELL,53,37.6,1992.8,
1458
+ 2026-01-06,300122,SELL,20,19.54,390.8,
1459
+ 2026-01-06,600276,SELL,2,63.06,126.12,
1460
+ 2026-01-06,300750,BUY,4,373.99,1495.96,
1461
+ 2026-01-06,688111,SELL,1,329.07,329.07,
1462
+ 2026-01-06,600036,SELL,10,42.73,427.3,
1463
+ 2026-01-06,601166,SELL,13,21.46,278.98,
1464
+ 2026-01-06,600519,SELL,1,1428.01,1428.01,
1465
+ 2026-01-06,000858,SELL,4,108.17,432.68,
1466
+ 2026-01-06,300760,SELL,2,203.94,407.88,
1467
+ 2026-01-06,603288,SELL,6,38.38,230.28,
1468
+ 2026-01-06,002415,SELL,5,30.39,151.95,
1469
+ 2026-01-06,603986,SELL,1,250.78,250.78,
1470
+ 2026-01-06,600887,SELL,50,28.62,1431.0,
1471
+ 2026-01-07,002415,BUY,22,30.07,661.54,
1472
+ 2026-01-07,601100,BUY,4,117.06,468.24,
1473
+ 2026-01-07,600309,BUY,6,81.93,491.58,
1474
+ 2026-01-07,300122,BUY,10,19.33,193.3,
1475
+ 2026-01-07,300347,BUY,7,60.3,422.1,
1476
+ 2026-01-07,600276,BUY,8,63.85,510.8,
1477
+ 2026-01-07,300760,BUY,2,200.87,401.74,
1478
+ 2026-01-07,688111,BUY,1,323.5,323.5,
1479
+ 2026-01-07,603986,BUY,1,262.5,262.5,
1480
+ 2026-01-07,002353,BUY,7,74.04,518.28,
1481
+ 2026-01-07,603288,BUY,24,38.19,916.56,
1482
+ 2026-01-07,002142,BUY,28,29.12,815.36,
1483
+ 2026-01-07,601166,BUY,82,21.24,1741.68,
1484
+ 2026-01-07,600036,BUY,25,42.15,1053.75,
1485
+ 2026-01-07,601899,SELL,50,36.72,1836.0,
1486
+ 2026-01-07,300750,SELL,3,371.01,1113.03,
1487
+ 2026-01-07,600887,SELL,45,28.42,1278.9,
1488
+ 2026-01-07,600519,SELL,2,1423.36,2846.72,
1489
+ 2026-01-07,000001,SELL,157,11.64,1827.48,
1490
+ 2026-01-07,000858,BUY,10,107.52,1075.2,
1491
+ 2026-01-08,601899,SELL,20,36.3,726.0,
1492
+ 2026-01-08,600309,SELL,7,79.69,557.83,
1493
+ 2026-01-08,300750,BUY,3,369.21,1107.63,
1494
+ 2026-01-08,601100,SELL,5,112.91,564.55,
1495
+ 2026-01-08,600887,BUY,30,27.26,817.8,
1496
+ 2026-01-08,002142,BUY,3,28.68,86.04,
1497
+ 2026-01-08,600519,BUY,1,1412.3,1412.3,
1498
+ 2026-01-08,300122,SELL,4,19.47,77.88,
1499
+ 2026-01-08,002353,SELL,9,73.21,658.89,
1500
+ 2026-01-08,300347,SELL,5,60.61,303.05,
1501
+ 2026-01-08,002415,SELL,11,30.01,330.11,
1502
+ 2026-01-08,300760,SELL,3,201.71,605.13,
1503
+ 2026-01-08,688111,SELL,2,325.5,651.0,
1504
+ 2026-01-08,603986,SELL,2,258.75,517.5,
1505
+ 2026-01-08,603288,SELL,19,38.02,722.38,
1506
+ 2026-01-08,000858,SELL,3,106.9,320.7,
1507
+ 2026-01-08,000001,SELL,75,11.51,863.25,
1508
+ 2026-01-08,601166,SELL,41,20.92,857.72,
1509
+ 2026-01-08,600036,SELL,11,41.58,457.38,
1510
+ 2026-01-08,600276,SELL,1,63.6,63.6,
1511
+ 2026-01-09,300122,BUY,5,19.8,99.0,
1512
+ 2026-01-09,688111,BUY,1,341.5,341.5,
1513
+ 2026-01-09,603986,BUY,1,250.05,250.05,
1514
+ 2026-01-09,002415,BUY,17,30.26,514.42,
1515
+ 2026-01-09,603288,BUY,2,37.89,75.78,
1516
+ 2026-01-09,000858,BUY,1,107.14,107.14,
1517
+ 2026-01-09,000001,BUY,17,11.46,194.82,
1518
+ 2026-01-09,601166,BUY,10,20.84,208.4,
1519
+ 2026-01-09,600036,BUY,9,41.3,371.7,
1520
+ 2026-01-09,600309,SELL,2,79.35,158.7,
1521
+ 2026-01-09,601899,SELL,39,37.22,1451.58,
1522
+ 2026-01-09,600276,SELL,1,63.78,63.78,
1523
+ 2026-01-09,300760,SELL,3,203.68,611.04,
1524
+ 2026-01-09,600887,SELL,90,27.68,2491.2,
1525
+ 2026-01-09,002142,SELL,34,28.15,957.1,
1526
+ 2026-01-12,600309,SELL,6,78.14,468.84,
1527
+ 2026-01-12,601100,SELL,6,117.6,705.6,
1528
+ 2026-01-12,002353,SELL,8,74.56,596.48,
1529
+ 2026-01-12,600036,BUY,60,41.12,2467.2,
1530
+ 2026-01-12,300750,BUY,1,361.68,361.68,
1531
+ 2026-01-12,000858,BUY,3,108.55,325.65,
1532
+ 2026-01-12,601899,SELL,36,37.26,1341.36,
1533
+ 2026-01-12,600887,BUY,34,27.74,943.16,
1534
+ 2026-01-12,600519,BUY,1,1423.23,1423.23,
1535
+ 2026-01-12,300122,SELL,6,20.08,120.48,
1536
+ 2026-01-12,000001,SELL,23,11.48,264.04,
1537
+ 2026-01-12,600276,SELL,4,63.85,255.4,
1538
+ 2026-01-12,300760,SELL,3,208.03,624.09,
1539
+ 2026-01-12,688111,SELL,1,379.99,379.99,
1540
+ 2026-01-12,603986,SELL,1,261.83,261.83,
1541
+ 2026-01-12,002415,SELL,20,31.64,632.8,
1542
+ 2026-01-12,603288,SELL,18,38.32,689.76,
1543
+ 2026-01-12,002142,SELL,69,28.07,1936.83,
1544
+ 2026-01-12,601166,SELL,13,20.92,271.96,
1545
+ 2026-01-12,300347,SELL,2,59.78,119.56,
1546
+ 2026-01-13,601899,SELL,16,38.24,611.84,
1547
+ 2026-01-13,300347,BUY,4,62.9,251.6,
1548
+ 2026-01-13,002142,BUY,172,29.26,5032.72,
1549
+ 2026-01-13,600036,BUY,102,41.13,4195.26,
1550
+ 2026-01-13,300122,BUY,6,20.19,121.14,
1551
+ 2026-01-13,601100,SELL,1,120.29,120.29,
1552
+ 2026-01-13,600276,SELL,5,64.52,322.6,
1553
+ 2026-01-13,002353,SELL,2,76.49,152.98,
1554
+ 2026-01-13,002415,SELL,13,30.87,401.31,
1555
+ 2026-01-13,603288,SELL,17,38.18,649.06,
1556
+ 2026-01-13,600887,SELL,33,27.53,908.49,
1557
+ 2026-01-13,000858,SELL,4,108.0,432.0,
1558
+ 2026-01-13,600519,SELL,1,1411.0,1411.0,
1559
+ 2026-01-13,000001,SELL,25,11.47,286.75,
1560
+ 2026-01-13,601166,SELL,15,21.01,315.15,
1561
+ 2026-01-13,688111,SELL,1,371.79,371.79,
1562
+ 2026-01-14,601100,SELL,4,114.2,456.8,
1563
+ 2026-01-14,002353,SELL,6,84.14,504.84,
1564
+ 2026-01-14,600036,BUY,86,40.07,3446.02,
1565
+ 2026-01-14,002415,BUY,5,31.43,157.15,
1566
+ 2026-01-14,000001,BUY,3,11.36,34.08,
1567
+ 2026-01-14,600887,BUY,112,27.4,3068.8,
1568
+ 2026-01-14,600309,SELL,1,77.8,77.8,
1569
+ 2026-01-14,601166,BUY,3,20.51,61.53,
1570
+ 2026-01-14,601899,SELL,13,38.5,500.5,
1571
+ 2026-01-14,300122,SELL,16,20.03,320.48,
1572
+ 2026-01-14,300347,SELL,1,63.0,63.0,
1573
+ 2026-01-14,600276,SELL,6,63.61,381.66,
1574
+ 2026-01-14,300760,SELL,3,207.76,623.28,
1575
+ 2026-01-14,688111,SELL,1,368.06,368.06,
1576
+ 2026-01-14,603986,SELL,1,253.0,253.0,
1577
+ 2026-01-14,603288,SELL,2,37.79,75.58,
1578
+ 2026-01-14,000858,SELL,1,107.04,107.04,
1579
+ 2026-01-14,002142,SELL,32,28.9,924.8,
1580
+ 2026-01-15,002353,BUY,57,80.9,4611.3,
1581
+ 2026-01-15,601899,BUY,4,38.25,153.0,
1582
+ 2026-01-15,300760,BUY,1,204.08,204.08,
1583
+ 2026-01-15,600309,SELL,1,79.46,79.46,
1584
+ 2026-01-15,300347,SELL,1,62.76,62.76,
1585
+ 2026-01-15,603986,SELL,3,254.96,764.88,
1586
+ 2026-01-15,002415,SELL,6,31.29,187.74,
1587
+ 2026-01-15,600887,SELL,26,27.22,707.72,
1588
+ 2026-01-15,000858,SELL,3,106.09,318.27,
1589
+ 2026-01-15,600519,SELL,1,1388.89,1388.89,
1590
+ 2026-01-15,002142,SELL,50,28.81,1440.5,
1591
+ 2026-01-15,000001,SELL,36,11.31,407.16,
1592
+ 2026-01-15,601166,SELL,17,20.32,345.44,
1593
+ 2026-01-15,600036,SELL,45,40.11,1804.95,
1594
+ 2026-01-15,603288,SELL,23,37.59,864.57,
1595
+ 2026-01-16,300347,SELL,2,60.72,121.44,
1596
+ 2026-01-16,002353,BUY,23,84.0,1932.0,
1597
+ 2026-01-16,601899,BUY,55,37.47,2060.85,
1598
+ 2026-01-16,300122,BUY,6,18.92,113.52,
1599
+ 2026-01-16,600276,BUY,4,61.94,247.76,
1600
+ 2026-01-16,002415,BUY,1,31.0,31.0,
1601
+ 2026-01-16,603288,BUY,1,36.99,36.99,
1602
+ 2026-01-16,600309,SELL,1,78.72,78.72,
1603
+ 2026-01-16,000858,SELL,4,105.16,420.64,
1604
+ 2026-01-16,600887,SELL,53,26.97,1429.41,
1605
+ 2026-01-16,600519,SELL,1,1382.0,1382.0,
1606
+ 2026-01-16,002142,SELL,36,29.3,1054.8,
1607
+ 2026-01-16,000001,SELL,47,11.19,525.93,
1608
+ 2026-01-16,601166,SELL,26,20.08,522.08,
1609
+ 2026-01-16,600036,SELL,35,38.72,1355.2,
1610
+ 2026-01-16,688111,SELL,1,353.29,353.29,
1611
+ 2026-01-19,601100,SELL,1,117.17,117.17,
1612
+ 2026-01-19,300122,SELL,4,17.56,70.24,
1613
+ 2026-01-19,002353,SELL,1,87.07,87.07,
1614
+ 2026-01-19,300347,SELL,1,60.39,60.39,
1615
+ 2026-01-19,601899,BUY,68,37.26,2533.68,
1616
+ 2026-01-19,600309,BUY,36,82.4,2966.4,
1617
+ 2026-01-19,002415,BUY,82,31.01,2542.82,
1618
+ 2026-01-19,603986,SELL,1,288.45,288.45,
1619
+ 2026-01-19,601166,SELL,14,20.08,281.12,
1620
+ 2026-01-19,600887,SELL,32,27.09,866.88,
1621
+ 2026-01-19,000858,SELL,4,104.55,418.2,
1622
+ 2026-01-19,600519,SELL,1,1376.0,1376.0,
1623
+ 2026-01-19,002142,SELL,24,28.41,681.84,
1624
+ 2026-01-19,000001,SELL,22,11.12,244.64,
1625
+ 2026-01-19,603288,SELL,13,36.86,479.18,
1626
+ 2026-01-19,600036,SELL,24,38.55,925.2,
1627
+ 2026-01-20,601100,BUY,1,114.88,114.88,
1628
+ 2026-01-20,600309,BUY,14,86.02,1204.28,
1629
+ 2026-01-20,601899,BUY,133,37.31,4962.23,
1630
+ 2026-01-20,300122,BUY,3,17.09,51.27,
1631
+ 2026-01-20,600276,BUY,4,60.5,242.0,
1632
+ 2026-01-20,300760,BUY,1,197.0,197.0,
1633
+ 2026-01-20,688111,BUY,1,334.99,334.99,
1634
+ 2026-01-20,000001,BUY,32,11.16,357.12,
1635
+ 2026-01-20,000858,BUY,9,104.91,944.19,
1636
+ 2026-01-20,002353,SELL,12,84.98,1019.76,
1637
+ 2026-01-20,300347,SELL,3,60.03,180.09,
1638
+ 2026-01-20,002415,SELL,13,31.14,404.82,
1639
+ 2026-01-20,603288,SELL,10,36.88,368.8,
1640
+ 2026-01-20,600887,SELL,35,27.18,951.3,
1641
+ 2026-01-20,002142,SELL,26,28.55,742.3,
1642
+ 2026-01-20,600036,SELL,46,38.73,1781.58,
1643
+ 2026-01-20,601166,BUY,18,20.09,361.62,
1644
+ 2026-01-21,002415,BUY,2,32.6,65.2,
1645
+ 2026-01-21,603986,BUY,2,307.65,615.3,
1646
+ 2026-01-21,688111,BUY,1,333.4,333.4,
1647
+ 2026-01-21,300760,BUY,1,195.3,195.3,
1648
+ 2026-01-21,300122,BUY,30,16.95,508.5,
1649
+ 2026-01-21,300347,BUY,9,59.97,539.73,
1650
+ 2026-01-21,601100,BUY,4,121.12,484.48,
1651
+ 2026-01-21,600276,BUY,5,60.1,300.5,
1652
+ 2026-01-21,300750,BUY,1,349.81,349.81,
1653
+ 2026-01-21,600519,SELL,1,1351.06,1351.06,
1654
+ 2026-01-21,600887,BUY,10,26.84,268.4,
1655
+ 2026-01-21,002142,BUY,73,28.88,2108.24,
1656
+ 2026-01-21,000001,BUY,33,11.07,365.31,
1657
+ 2026-01-21,601166,BUY,21,19.61,411.81,
1658
+ 2026-01-21,002353,SELL,1,89.36,89.36,
1659
+ 2026-01-21,600309,SELL,2,84.08,168.16,
1660
+ 2026-01-21,601899,SELL,28,38.13,1067.64,
1661
+ 2026-01-21,600036,SELL,29,38.24,1108.96,
1662
+ 2026-01-21,603288,BUY,14,36.5,511.0,
1663
+ 2026-01-22,300122,SELL,55,17.03,936.65,
1664
+ 2026-01-22,600309,SELL,2,85.3,170.6,
1665
+ 2026-01-22,601899,BUY,17,37.66,640.22,
1666
+ 2026-01-22,300347,SELL,4,60.28,241.12,
1667
+ 2026-01-22,002353,SELL,6,88.76,532.56,
1668
+ 2026-01-22,000858,BUY,3,102.76,308.28,
1669
+ 2026-01-22,601100,SELL,1,118.09,118.09,
1670
+ 2026-01-22,600276,SELL,3,59.44,178.32,
1671
+ 2026-01-22,002142,SELL,24,29.5,708.0,
1672
+ 2026-01-22,603986,SELL,1,301.47,301.47,
1673
+ 2026-01-22,002415,SELL,7,32.09,224.63,
1674
+ 2026-01-22,603288,SELL,6,36.14,216.84,
1675
+ 2026-01-22,600887,SELL,21,26.81,563.01,
1676
+ 2026-01-22,000001,SELL,65,11.07,719.55,
1677
+ 2026-01-22,601166,SELL,19,19.35,367.65,
1678
+ 2026-01-22,600036,SELL,15,37.85,567.75,
1679
+ 2026-01-22,688111,SELL,1,343.02,343.02,
1680
+ 2026-01-23,600309,BUY,2,84.25,168.5,
1681
+ 2026-01-23,601899,BUY,32,37.56,1201.92,
1682
+ 2026-01-23,300122,BUY,19,17.28,328.32,
1683
+ 2026-01-23,300347,BUY,4,60.42,241.68,
1684
+ 2026-01-23,600276,BUY,3,58.99,176.97,
1685
+ 2026-01-23,603986,BUY,1,297.25,297.25,
1686
+ 2026-01-23,002415,BUY,8,31.95,255.6,
1687
+ 2026-01-23,601100,BUY,1,117.68,117.68,
1688
+ 2026-01-23,000858,BUY,9,102.99,926.91,
1689
+ 2026-01-23,000001,BUY,48,10.99,527.52,
1690
+ 2026-01-23,601166,BUY,18,19.12,344.16,
1691
+ 2026-01-23,002353,SELL,3,86.17,258.51,
1692
+ 2026-01-23,300750,SELL,1,347.0,347.0,
1693
+ 2026-01-23,002142,SELL,16,28.98,463.68,
1694
+ 2026-01-23,600036,SELL,1,37.5,37.5,
1695
+ 2026-01-23,603288,BUY,8,35.84,286.72,
1696
+ 2026-01-26,600276,BUY,1,58.16,58.16,
1697
+ 2026-01-26,000001,BUY,13,10.96,142.48,
1698
+ 2026-01-26,601166,BUY,4,18.88,75.52,
1699
+ 2026-01-26,002353,SELL,6,87.94,527.64,
1700
+ 2026-01-26,600309,SELL,2,84.97,169.94,
1701
+ 2026-01-26,601899,SELL,17,39.5,671.5,
1702
+ 2026-01-26,300122,SELL,30,19.85,595.5,
1703
+ 2026-01-26,300347,SELL,1,58.91,58.91,
1704
+ 2026-01-26,300750,SELL,2,342.05,684.1,
1705
+ 2026-01-26,603288,SELL,2,35.68,71.36,
1706
+ 2026-01-26,600887,SELL,20,26.68,533.6,
1707
+ 2026-01-26,600519,SELL,1,1342.0,1342.0,
1708
+ 2026-01-26,002142,SELL,37,30.29,1120.73,
1709
+ 2026-01-26,600036,SELL,24,38.02,912.48,
1710
+ 2026-01-26,002415,SELL,8,32.31,258.48,
1711
+ 2026-01-27,300760,SELL,1,192.16,192.16,
1712
+ 2026-01-27,002353,SELL,2,86.08,172.16,
1713
+ 2026-01-27,601100,SELL,2,112.93,225.86,
1714
+ 2026-01-27,300750,BUY,1,339.4,339.4,
1715
+ 2026-01-27,300122,SELL,9,18.64,167.76,
1716
+ 2026-01-27,300347,SELL,3,58.5,175.5,
1717
+ 2026-01-27,600276,SELL,2,57.2,114.4,
1718
+ 2026-01-27,688111,SELL,1,353.0,353.0,
1719
+ 2026-01-27,601899,SELL,10,40.61,406.1,
1720
+ 2026-01-27,002415,SELL,2,31.9,63.8,
1721
+ 2026-01-27,600036,SELL,5,38.1,190.5,
1722
+ 2026-01-27,601166,SELL,15,18.82,282.3,
1723
+ 2026-01-27,000001,SELL,27,10.94,295.38,
1724
+ 2026-01-27,603986,SELL,1,307.26,307.26,
1725
+ 2026-01-27,000858,SELL,1,101.02,101.02,
1726
+ 2026-01-27,600887,SELL,2,26.37,52.74,
1727
+ 2026-01-27,603288,SELL,6,35.41,212.46,
1728
+ 2026-01-27,002142,SELL,11,30.55,336.05,
1729
+ 2026-01-28,300750,BUY,2,339.99,679.98,
1730
+ 2026-01-28,002353,BUY,4,92.67,370.68,
1731
+ 2026-01-28,601100,BUY,2,112.3,224.6,
1732
+ 2026-01-28,600309,BUY,6,87.31,523.86,
1733
+ 2026-01-28,300347,BUY,4,56.91,227.64,
1734
+ 2026-01-28,600276,BUY,60,56.55,3393.0,
1735
+ 2026-01-28,300760,BUY,1,188.06,188.06,
1736
+ 2026-01-28,002415,BUY,11,32.03,352.33,
1737
+ 2026-01-28,603288,BUY,6,34.97,209.82,
1738
+ 2026-01-28,600887,BUY,22,26.14,575.08,
1739
+ 2026-01-28,000858,BUY,6,100.7,604.2,
1740
+ 2026-01-28,002142,BUY,19,30.0,570.0,
1741
+ 2026-01-28,000001,BUY,34,10.84,368.56,
1742
+ 2026-01-28,601166,BUY,19,18.55,352.45,
1743
+ 2026-01-28,600036,BUY,14,37.8,529.2,
1744
+ 2026-01-28,601899,SELL,12,42.3,507.6,
1745
+ 2026-01-28,300122,SELL,2,17.86,35.72,
1746
+ 2026-01-28,603986,SELL,3,323.68,971.04,
1747
+ 2026-01-29,300750,BUY,2,341.89,683.78,
1748
+ 2026-01-29,000858,BUY,1,110.77,110.77,
1749
+ 2026-01-29,600309,BUY,9,87.6,788.4,
1750
+ 2026-01-29,002353,SELL,2,90.62,181.24,
1751
+ 2026-01-29,601100,SELL,1,108.9,108.9,
1752
+ 2026-01-29,601899,SELL,3,43.45,130.35,
1753
+ 2026-01-29,300122,SELL,1,17.99,17.99,
1754
+ 2026-01-29,300347,SELL,2,58.91,117.82,
1755
+ 2026-01-29,000001,SELL,11,10.96,120.56,
1756
+ 2026-01-29,002415,SELL,6,32.2,193.2,
1757
+ 2026-01-29,603288,SELL,3,36.4,109.2,
1758
+ 2026-01-29,600887,SELL,6,26.83,160.98,
1759
+ 2026-01-29,002142,SELL,8,31.06,248.48,
1760
+ 2026-01-29,601166,SELL,6,18.89,113.34,
1761
+ 2026-01-29,600036,SELL,4,38.53,154.12,
1762
+ 2026-01-29,600276,SELL,5,58.11,290.55,
1763
+ 2026-01-30,601100,SELL,1,108.4,108.4,
1764
+ 2026-01-30,600309,SELL,3,87.97,263.91,
1765
+ 2026-01-30,300347,SELL,3,63.01,189.03,
1766
+ 2026-01-30,600276,SELL,3,58.16,174.48,
1767
+ 2026-01-30,300760,SELL,1,189.26,189.26,
1768
+ 2026-01-30,002415,SELL,1,31.33,31.33,
1769
+ 2026-01-30,300750,SELL,2,350.0,700.0,
1770
+ 2026-01-30,000858,SELL,6,105.0,630.0,
1771
+ 2026-01-30,600887,SELL,10,26.34,263.4,
1772
+ 2026-01-30,002142,SELL,11,30.95,340.45,
1773
+ 2026-01-30,000001,SELL,20,10.83,216.6,
1774
+ 2026-01-30,601166,SELL,12,18.7,224.4,
1775
+ 2026-01-30,600036,SELL,9,38.67,348.03,
1776
+ 2026-01-30,002353,SELL,3,88.25,264.75,
1777
+ 2026-01-30,603288,SELL,3,35.3,105.9,
1778
+ 2026-01-30,601899,BUY,24,40.14,963.36,