Applications
Demo snapshot — build-time-generated from formation.store via formation.render-html (clojure -M:dev:render-html), regenerated nightly.
| Application | Entity name | Jurisdiction | Officers | Capital | Status | Registry number | Last op status |
|---|---|---|---|---|---|---|---|
| app-1 | Kotoba Trading GK | JPN | o-1 | 1000000 | dissolved | JPN-00000000 | HARD hold · post-filing-intake-blocked |
| app-2 | Nowhere Holdings Ltd | ATL | o-2 | 100 | intake | unfiled | HARD hold · no-spec-basis |
Officers
KYC/sanctions screening status per officer on file.
| Officer | Name | Sanctions/PEP | ID document | KYC verdict | Last op status |
|---|---|---|---|---|---|
| o-1 | 田中 一郎 | clear on file | on file | clear | committed |
| o-2 | J. Doe | sanctions/PEP hit on file | missing | not yet screened | HARD hold · sanctions-hit |
| o-3 | 鈴木 花子 | clear on file | missing | not yet screened | no activity |
| o-4 | Jane Smith (demo) | clear on file | on file | not yet screened | no activity |
Draft registry records
Unsigned drafts only — the government registry's own act of filing/signing is outside this actor's authority (see README Actuation). Append-only: an amendment or dissolution never overwrites the original incorporation record.
| Kind | Record id | Entity / Registry number | Jurisdiction | LEI (ISO 17442) | Status |
|---|---|---|---|---|---|
| incorporation | JPN-00000000 | Kotoba Trading GK | JPN | OPER000000000159IM09 | immutable draft |
| change | JPN-00000000#chg@2026-08-01 | JPN-00000000 | - | n/a | immutable draft |
| dissolution | JPN-00000000#dissolved@2026-12-01 | JPN-00000000 | - | n/a | immutable draft |
Action gate (RegistrarGovernor)
HARD holds cannot be overridden by a human approver. Jurisdiction spec-basis, sanctions/PEP status, document completeness and dissolution targets are independently recomputed, never trusted from the advisor's proposal; a real filing, amendment or dissolution is always a human registrar's call, at every rollout phase.
| Op | Gate |
|---|---|
:application/intake | phase-3 auto-commit when clean, no actuation yet -- the ONLY auto-eligible op in this domain, at any phase |
:jurisdiction/assess | ALWAYS human approval · spec-basis independently checked against formation.facts, never fabricated |
:kyc/screen | ALWAYS human approval when clean · a sanctions/PEP hit is a HARD, un-overridable hold instead |
:filing/submit | ALWAYS human approval · real government filing submission (actuation) · document-completeness + KYC-completeness independently verified, never auto at any phase |
:registry/amend | ALWAYS human approval · real amendment filing (actuation) · only amendable-fields allowed -- :status/:jurisdiction/:registry-number/:lei/:id are structurally off-limits |
:registry/dissolve | ALWAYS human approval · real dissolution filing (actuation) · double-dissolution guard independently enforced, never auto at any phase |
Audit ledger (this run)
Append-only decision-fact log — every proposal, hold and commit this scenario produced.
| Fact | Op | Subject | Basis |
|---|---|---|---|
| committed | intake | app-1 | id, status |
| committed | assess | app-1 | 商業登記法 / 会社法, https://www.moj.go.jp/MINJI/minji06.html |
| committed | screen | o-1 | id-doc, sanctions-list, corporate-intelligence |
| committed | submit | app-1 | https://www.moj.go.jp/MINJI/minji06.html |
| committed | amend | app-1 | JPN-00000000, 商業登記法 / 会社法, https://www.moj.go.jp/MINJI/minji06.html |
| committed | dissolve | app-1 | JPN-00000000, 商業登記法 / 会社法, https://www.moj.go.jp/MINJI/minji06.html |
| governor-hold | intake | app-1 | post-filing-intake-blocked |
| governor-hold | assess | app-2 | no-spec-basis |
| governor-hold | screen | o-2 | sanctions-hit |