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).
77 lines
1.3 KiB
JSON
77 lines
1.3 KiB
JSON
{
|
|
"symbol": "cvsix",
|
|
"name": "Calamos Market Neutral Income A",
|
|
"filing": {
|
|
"accession": "0001193125-12-512223",
|
|
"doc": "d431187dncsr.htm",
|
|
"period_end": "2012-10-31",
|
|
"display": "CALAMOS INVESTMENT TRUST/IL (CIK 0000826732)",
|
|
"ciks": [
|
|
"0000826732"
|
|
],
|
|
"score": 27.455177
|
|
},
|
|
"how": "name:Calamos Market Neutral Income Fund (shared=4)",
|
|
"n_bytes": 7422370,
|
|
"verdict": "mismatch",
|
|
"class": "?",
|
|
"mean_rel_err": 0.0939,
|
|
"nav_check": {
|
|
"date": "2008-10-31",
|
|
"official": 10.97,
|
|
"local": 10.97,
|
|
"rel": 0.0,
|
|
"ok": true
|
|
},
|
|
"periods": [
|
|
{
|
|
"period": "current",
|
|
"end": "2012-10-31",
|
|
"official": 0.15,
|
|
"local": 0.153,
|
|
"diff": -0.003,
|
|
"ok": true,
|
|
"unbounded": false
|
|
},
|
|
{
|
|
"period": "fy",
|
|
"end": "2011-10-31",
|
|
"official": 0.2,
|
|
"local": 0.2,
|
|
"diff": 0.0,
|
|
"ok": true,
|
|
"unbounded": false
|
|
},
|
|
{
|
|
"period": "fy",
|
|
"end": "2010-10-31",
|
|
"official": 0.13,
|
|
"local": 0.128,
|
|
"diff": 0.002,
|
|
"ok": true,
|
|
"unbounded": false
|
|
},
|
|
{
|
|
"period": "fy",
|
|
"end": "2009-10-31",
|
|
"official": 0.81,
|
|
"local": 1.104,
|
|
"diff": -0.294,
|
|
"ok": false,
|
|
"unbounded": false
|
|
},
|
|
{
|
|
"period": "fy",
|
|
"end": "2008-10-31",
|
|
"official": 0.51,
|
|
"local": 14.311,
|
|
"diff": -13.801,
|
|
"ok": false,
|
|
"unbounded": true
|
|
}
|
|
],
|
|
"other_classes": [
|
|
"?",
|
|
"?"
|
|
]
|
|
} |