Files
proxmox/docs/04-configuration/mifos-omnl-central-bank/BANK_KANAYA_OFFICE_RUNBOOK.md

44 lines
1.3 KiB
Markdown
Raw Normal View History

---
documentId: BANK-KANAYA-OFFICE-RUNBOOK
entity: Bank Kanaya
jurisdiction: Indonesia
omnlOfficeId: 22
externalId: BANK-KANAYA-ID
settlementRef: HYBX-BATCH-001
version: "1.0"
---
# Bank Kanaya — OMNL Office Runbook
## 1. Identity
| Field | Value |
|--------|--------|
| **Office name** | Bank Kanaya (as created in OMNL) |
| **officeId** | **22** (canonical for this programme; confirm with `GET /offices` in your tenant) |
| **externalId** | `BANK-KANAYA-ID` |
| **Script** | `scripts/omnl/omnl-office-create-bank-kanaya.sh` (idempotent; `DRY_RUN=1` first) |
## 2. Settlement context
- **HYBX-BATCH-001:** USD 1,000,000,000.00 multilateral net beneficiary leg for Bank Kanaya on OMNL books.
- **PvP / clearing:** See [PvP_MULTILATERAL_NET_SETTLEMENT_BANK_KANAYA.md](PvP_MULTILATERAL_NET_SETTLEMENT_BANK_KANAYA.md).
## 3. Audit and reconciliation
Use dynamic office id:
```bash
OFFICE_ID=22 bash scripts/omnl/omnl-audit-packet-office20.sh
OFFICE_ID=22 bash scripts/omnl/omnl-monitor-office20-movement.sh
```
Output directories use `audit-office22-*` when `OFFICE_ID=22`.
## 4. Snapshot for regulator package
```bash
OUT_DIR=. bash scripts/omnl/omnl-transaction-package-snapshot.sh
# copies omnl_transaction_package_snapshot.json to repo root or proof_package per your workflow
```