feat: add institutional membership tier types and corrected member directory #1

Merged
nsatoshi merged 2 commits from devin/1778358784-institutional-tier-types into main 2026-05-09 21:01:19 +00:00
Owner

Summary

Adds shared TypeScript type definitions for the DBIS institutional membership tiers to packages/shared, so all portals (DBIS, ICCC, OMNL, XOM) render from a single canonical source of truth.

Corrections per 2026-04 institutional review

  • MLFO: Global Family Office (was incorrectly labeled central bank)
  • BIS Innovation Hub: Standards Body (does NOT hold observer seat or voting rights)
  • Added: ICCC (Oversight & Judicial), SAID (Standards Body), PANDA (Standards Body), Order of Hospitallers/XOM (Delegated Authority)

New exports from @dbis/shared

  • InstitutionalTier — union type of 7 tier slugs
  • InstitutionalMember — interface for member directory entries
  • institutionalTierLabels — human-readable labels per tier
  • institutionalMembers — canonical member directory array (8 entries; BRICS CBs seeded in the explorer migration)

Companion PR

## Summary Adds shared TypeScript type definitions for the DBIS institutional membership tiers to `packages/shared`, so all portals (DBIS, ICCC, OMNL, XOM) render from a single canonical source of truth. ### Corrections per 2026-04 institutional review - **MLFO**: Global Family Office (was incorrectly labeled central bank) - **BIS Innovation Hub**: Standards Body (does NOT hold observer seat or voting rights) - **Added**: ICCC (Oversight & Judicial), SAID (Standards Body), PANDA (Standards Body), Order of Hospitallers/XOM (Delegated Authority) ### New exports from `@dbis/shared` - `InstitutionalTier` — union type of 7 tier slugs - `InstitutionalMember` — interface for member directory entries - `institutionalTierLabels` — human-readable labels per tier - `institutionalMembers` — canonical member directory array (8 entries; BRICS CBs seeded in the explorer migration) ### Companion PR - Explorer monorepo: [d-bis/explorer-monorepo#16](https://gitea.d-bis.org/d-bis/explorer-monorepo/pulls/16) — adds the backend membership system, DB migration, and frontend tier display
nsatoshi added 1 commit 2026-05-09 20:33:30 +00:00
Adds shared type definitions for the DBIS institutional membership tiers
to packages/shared, so all portals (DBIS, ICCC, OMNL, XOM) render from
a single canonical source of truth.

Corrections per 2026-04 institutional review:
- MLFO: Global Family Office (NOT central bank)
- BIS Innovation Hub: Standards Body (NOT observer member)
- Added: ICCC, SAID, PANDA, Order of Hospitallers (XOM)

New exports:
  InstitutionalTier, InstitutionalMember (types)
  institutionalTierLabels, institutionalMembers (data)

Co-Authored-By: Nakamoto, S <defi@defi-oracle.io>
nsatoshi added 1 commit 2026-05-09 20:48:27 +00:00
nsatoshi merged commit dce077589a into main 2026-05-09 21:01:19 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: d-bis/gov-portals-monorepo#1