code wiki / (root) / nx_fin_census.nx

nx_fin_census.nx

buildroot/runtime/nx_fin_census.nx

8032 B76 linesdepth 3pulls 3 transitivereach 0 importersview sourcekind tooltopic fin
docsdependenciesstructsconstsfunctions

about

nx_fin_census.nx -- HONEST HAVE-vs-GAP census for the NISHI MARKETS-INVESTING / TRADING stack (the "finmkt" RACI arc, sibling of personal-finance nx_fin_member). For each capability of a COMPLETE modern trading + accounting/tax + grants platform: HAVE iff a clean sovereign organ actually opens on disk (no-false-green -- ax_have opens the REAL file); GAP = a capability the team must still build. permille = have*1000/tot. Mirrors nx_agent_ops_census's auditor discipline: this grades COVERAGE (organ exists), not per-organ correctness -- QUALITY is the later ratchet (existence != full-correctness). Goal: a sovereign organ for every rung R1..R8 of the hardware-up trading ladder, sim-first BY CONSTRUCTION (R6 live stays GAP until the backtester + paper rungs prove an edge). Placement: extends the markets-investing arc (nx_fin_* + the nx_markets_member "finmkt" channel). Composes nx_gate (gw/gn). Grounded in the 107-source nx_fin_research_fetch corpus. license_tier: ORIGINAL

dependencies 1 imports · 0 importers

nx_gate.nx nx_fin_census.nx

imports: nx_gate.nx

imported by: nobody (leaf or entry point)

call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown

main gw sys_write ax ax_have gw ↻ gn sys_write ↻ sys_mmap

structs

none

consts

none

functions

13func ax_have(path: *u8) -> i64 { let fd: i64=sys_openat_rd(path); if fd<0 { return 0 } sys_close(fd); return 1 }
called by 1: ax
14func ax(label: *u8, path: *u8, note: *u8) -> i64
called by 1: main calls 2: ax_havegw
21func main() -> i64
calls 3: gwaxgn