scripts/verify_official.py locates each fund's latest N-CSR/N-CSRS/10-K/10-Q via EDGAR full-text search (full fund-name phrase first, then ticker + name words, then bare ticker), extracts the fund's Financial Highlights tables (both Vanguard-style and Victory-style layouts, calendar and non-calendar fiscal years, M/D/YY and month-name headers), matches the share class by per-share distribution series + NAV magnitude, and compares per period window against the local Yahoo CSVs (frozen copies for stale tickers). Per-symbol JSONs + SUMMARY.md land in reports/xcheck_official/; results are cached per fund. Run on the 29 curated funds: 8 ok (exact to 3dp, e.g. VTSAX 2021-2026H1), 1 mismatch (CVSIX FY2009: local 1.104 vs official 0.81 - the Yahoo 2008-12-18 row of 0.292 looks spurious), 3 weak-match (uncovered doc formats, e.g. Leuthold), 17 not-found (mostly ETF families whose 10-K layouts aren't covered yet).
89 lines
1.6 KiB
JSON
89 lines
1.6 KiB
JSON
{
|
|
"symbol": "vti",
|
|
"name": "Vanguard Morningstar Total Stock Market ETF",
|
|
"filing": {
|
|
"accession": "0001104659-26-102230",
|
|
"doc": "tm2620528d1_ncsrs.htm",
|
|
"period_end": "2026-06-30",
|
|
"display": "VANGUARD INDEX FUNDS (CIK 0000036405)",
|
|
"ciks": [
|
|
"0000036405"
|
|
],
|
|
"score": 24.098976
|
|
},
|
|
"how": "ticker",
|
|
"n_bytes": 23721562,
|
|
"verdict": "ok",
|
|
"class": "ETF Shares",
|
|
"mean_rel_err": 0.0002,
|
|
"nav_check": {
|
|
"date": "2021-12-31",
|
|
"official": 241.49,
|
|
"local": 241.440002,
|
|
"rel": 0.0002,
|
|
"ok": true
|
|
},
|
|
"periods": [
|
|
{
|
|
"period": "current",
|
|
"end": "2026-06-30",
|
|
"official": 2.042,
|
|
"local": 2.042,
|
|
"diff": 0.0,
|
|
"ok": true,
|
|
"unbounded": false
|
|
},
|
|
{
|
|
"period": "fy",
|
|
"end": "2025-12-31",
|
|
"official": 3.757,
|
|
"local": 3.756,
|
|
"diff": 0.001,
|
|
"ok": true,
|
|
"unbounded": false
|
|
},
|
|
{
|
|
"period": "fy",
|
|
"end": "2024-12-31",
|
|
"official": 3.674,
|
|
"local": 3.675,
|
|
"diff": -0.001,
|
|
"ok": true,
|
|
"unbounded": false
|
|
},
|
|
{
|
|
"period": "fy",
|
|
"end": "2023-12-31",
|
|
"official": 3.413,
|
|
"local": 3.413,
|
|
"diff": 0.0,
|
|
"ok": true,
|
|
"unbounded": false
|
|
},
|
|
{
|
|
"period": "fy",
|
|
"end": "2022-12-31",
|
|
"official": 3.183,
|
|
"local": 3.184,
|
|
"diff": -0.001,
|
|
"ok": true,
|
|
"unbounded": false
|
|
},
|
|
{
|
|
"period": "fy",
|
|
"end": "2021-12-31",
|
|
"official": 2.93,
|
|
"local": 33.9345,
|
|
"diff": -31.0045,
|
|
"ok": false,
|
|
"unbounded": true
|
|
}
|
|
],
|
|
"other_classes": [
|
|
"Investor Shares",
|
|
"Admiral Shares",
|
|
"Institutional Shares",
|
|
"Institutional Plus Shares",
|
|
"Institutional Select Shares"
|
|
]
|
|
} |