f/fundlab/nport_cache/fhcox.json
Greg Pomerantz a09861f39f N-PORT cross-check: verify top candidates' actual holdings
fundlab/xcheck.py - for each screen candidate, resolve the fund's OWN
registrant CIK (browse-edgar; the 497-cover CIK is the family/trust),
get the exact series name for the ticker (the only reliable
disambiguator between sibling funds), walk the 4 most recent NPORT-P
filing dates, and parse holdings from the interactive NPORT XML
(primary_doc.xml at the accession root - NOT the XSL-rendered view the
submissions API points at). Exact seriesName match > best htm exhibit
parse. Buckets from the authoritative assetCat+issuerCat codes (ABS-O,
ABS-CBDO, DBT+UST/CORP/MUN/NUSS, LON, STIV, RA, EC+RF=fund, ...), not
position-name keywords. Resumable; raw filings cached under
nport_cache/raw/ (gitignored).

nport.py - _SECTION gains the "INVESTMENT PORTFOLIO (unaudited)"
variant (NPORT-EX Sch-F files); find_section/build gain a frac
token-tolerance param (Yahoo names drift from filing names); CMBS/ABS
bucket gains CLO/CBDO/DAC terms.

app Fund Lab - "N-PORT cross-check" expander: per-candidate table
(as-of, n, t5, top code-bucket, #1 position) + per-fund holdings
detail.

RESEARCH.md - cross-check verdicts. 21/22 resolved (qcmmrx is an MMF,
no holdings). The screen's top names are REAL:
- hmezx/mervx = genuine merger arb (equity in deal targets + escrow)
- egrix = 100% wrapper in one macro managed portfolio (underlying not
  NPORT-disclosed); etsix = fund of EV internal multi-strat accounts
- wmnux = discounted/zero-coupon corporate bonds + equity swaps (the
  "equity names" are bond issuers/swap underlyings)
- scfzx/rctix/aflix = securitized credit/CLO/distressed/levered loans
- hicox/fhmix/usmsx/btmix (munis), aguax/femdx (EM sovereign), anglx
  (agency MBS), lpxax (rotated out of prefs into bank/financial debt)
  = genuine missing-factor exposures the 35-sleeve model lacks
- fhcox/dultx/safex = short-duration carry (a short-duration sleeve
  would explain them)

tests/test_fundlab.py - test_xcheck (14 checks): parse_interactive,
code buckets, name-match normalization, series-name disambiguation.
Also: untrack fundlab/streamlit.log; gitignore raw/ + xcheck_run.log.

84 fundlab / 32 app / 14 data tests pass.
2026-08-27 12:43:17 -04:00

136 lines
2.3 KiB
JSON

{
"sym": "fhcox",
"as_of": "March 31, 2026",
"net_assets": 2253184259.0,
"n_positions": 10,
"categories": [
{
"name": "COMMON STOCKS",
"pct": 84.2
},
{
"name": "Communication Services",
"pct": 4.0
},
{
"name": "Consumer Discretionary",
"pct": 12.7
},
{
"name": "Consumer Staples",
"pct": 4.0
},
{
"name": "Energy",
"pct": 3.1
},
{
"name": "Financials",
"pct": 14.0
},
{
"name": "Health Care",
"pct": 12.8
},
{
"name": "Industrials",
"pct": 10.6
},
{
"name": "Information Technology",
"pct": 17.4
},
{
"name": "Materials",
"pct": 3.8
},
{
"name": "Real Estate",
"pct": 1.4
},
{
"name": "Utilities",
"pct": 0.4
},
{
"name": "INVESTMENT COMPANY",
"pct": 9.9
},
{
"name": "Government Obligations Fund, Premier Shares,",
"pct": 3.58
},
{
"name": "TOTAL INVESTMENT IN SECURITIES",
"pct": 94.1
},
{
"name": "OTHER ASSETS AND LIABILITIES - NET",
"pct": 5.9
}
],
"buckets": [
{
"name": "Other",
"value": 5297631647.0,
"pct": 95.95430424751474
},
{
"name": "Fund holdings",
"value": 223362631.0,
"pct": 4.045695752485256
}
],
"top": [
{
"text": "(IDENTIFIED COST $1,858,065,759)",
"value": 1858065759.0,
"cat": "TOTAL INVESTMENT IN SECURITIES"
},
{
"text": "(PROCEEDS $1,804,850,606)",
"value": 1804850606.0,
"cat": "OTHER ASSETS AND LIABILITIES - NET"
},
{
"text": "(IDENTIFIED COST $1,634,703,128)",
"value": 1634703128.0,
"cat": "Utilities"
},
{
"text": "(IDENTIFIED COST $223,362,631)",
"value": 223362631.0,
"cat": "Government Obligations Fund, Premier Shares,"
},
{
"text": "3/31/2026",
"value": 2026.0,
"cat": "OTHER ASSETS AND LIABILITIES - NET"
},
{
"text": "3/31/2026",
"value": 2026.0,
"cat": "OTHER ASSETS AND LIABILITIES - NET"
},
{
"text": "Value as of 3/31/2026",
"value": 2026.0,
"cat": "OTHER ASSETS AND LIABILITIES - NET"
},
{
"text": "Shares Held as of 3/31/2026",
"value": 2026.0,
"cat": "OTHER ASSETS AND LIABILITIES - NET"
},
{
"text": "12/31/2025",
"value": 2025.0,
"cat": "OTHER ASSETS AND LIABILITIES - NET"
},
{
"text": "Value as of 12/31/2025",
"value": 2025.0,
"cat": "OTHER ASSETS AND LIABILITIES - NET"
}
]
}