nx_fin_census.nx
buildroot/runtime/nx_fin_census.nx
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
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
structs
| none |
consts
| none |
functions
| 13 | func 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 |
| 14 | func ax(label: *u8, path: *u8, note: *u8) -> i64 |
| 21 | func main() -> i64 |