Any symbol that stands alone in the Symbol box (not a comma-joined portfolio component) now gets a full report, built on demand and cached in reports/report_data_adhoc.json. Rendered at the top of the Fund Lab Summary as group 'A'; pointer at the top of the page. Rendering logic extracted into render_fund_report() shared by pre-built and on-demand entries. ~0.3-0.9 s per new fund after one-time panel warmup; instant afterwards (memory + disk cache).
13 lines
211 B
Plaintext
13 lines
211 B
Plaintext
.venv/
|
|
__pycache__/
|
|
*.pyc
|
|
.cache/
|
|
settings.json
|
|
funds.json
|
|
fundlab/nport_cache/*.html
|
|
fundlab/nport_cache/raw/
|
|
fundlab/universe_cache/
|
|
fundlab/xcheck_run.log
|
|
fundlab/streamlit.log
|
|
reports/report_data_adhoc.json
|