Add company market reader seam

This commit is contained in:
Jan Petykiewicz 2026-04-17 21:04:23 -07:00
commit 53f1078a84
5 changed files with 212 additions and 9 deletions

View file

@ -211,7 +211,10 @@ supports a bundled annual-finance reader seam for assigned shares, public float,
cached share price, which is a better base for later dividend / issue-calendar simulation than
scattered single-field helpers. The fixed-world finance neighborhood is now widened to 16 dwords
rooted at `[world+0x11]`, so later issue-`0x38/0x39` closure can build on a broader owned
restore-state window instead of another narrow probe.
restore-state window instead of another narrow probe. The same owned company annual-finance state
now also drives a shared company market reader seam for stock-capital, salary, bonus, and
issue-calendar values, which is a better base for shellless finance simulation than summary-only
helpers.
## Why This Boundary