f/reports/xcheck_official/pmfkx.json
Greg Pomerantz 6536c9903e Tier-3 verification: cross-check distributions against SEC filings
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).
2026-08-31 14:41:03 -04:00

89 lines
1.5 KiB
JSON

{
"symbol": "pmfkx",
"name": "Victory Pioneer Multi-Asset Income R6",
"filing": {
"accession": "0001193125-26-146416",
"doc": "d126036dncsrs.htm",
"period_end": "2026-01-31",
"display": "Victory Portfolios IV (CIK 0002042316)",
"ciks": [
"0002042316"
],
"score": 34.46095
},
"how": "ticker",
"n_bytes": 5355742,
"verdict": "ok",
"class": "Class R6",
"mean_rel_err": 0.0026,
"nav_check": {
"date": "2021-07-30",
"official": 12.02,
"local": 12.02,
"rel": 0.0,
"ok": true
},
"periods": [
{
"period": "current",
"end": "2026-01-31",
"official": 0.49,
"local": 0.487,
"diff": 0.003,
"ok": true,
"unbounded": false
},
{
"period": "fy",
"end": "2025-07-31",
"official": 0.84,
"local": 0.838,
"diff": 0.002,
"ok": true,
"unbounded": false
},
{
"period": "fy",
"end": "2024-07-31",
"official": 0.88,
"local": 0.882,
"diff": -0.002,
"ok": true,
"unbounded": false
},
{
"period": "fy",
"end": "2023-07-31",
"official": 0.68,
"local": 0.684,
"diff": -0.004,
"ok": true,
"unbounded": false
},
{
"period": "fy",
"end": "2022-07-31",
"official": 0.7,
"local": 0.7,
"diff": 0.0,
"ok": true,
"unbounded": false
},
{
"period": "fy",
"end": "2021-07-31",
"official": 0.61,
"local": 4.571,
"diff": -3.961,
"ok": false,
"unbounded": true
}
],
"other_classes": [
"Class A",
"Class C",
"Class Y",
"Class A",
"Class Y"
]
}