Files
smom-dbis-138/config/omnl-settlement-terminal.v1.json
defiQUG d717b504a6
Some checks failed
CI/CD Pipeline / Solidity Contracts (push) Failing after 1m12s
CI/CD Pipeline / Security Scanning (push) Successful in 2m21s
CI/CD Pipeline / Lint and Format (push) Failing after 36s
CI/CD Pipeline / Terraform Validation (push) Failing after 22s
CI/CD Pipeline / Kubernetes Validation (push) Successful in 25s
HYBX OMNL TypeScript & anchor / token-aggregation build + reconcile artifact (push) Failing after 23s
Validation / validate-genesis (push) Successful in 26s
Validation / validate-terraform (push) Failing after 21s
Validation / validate-kubernetes (push) Failing after 9s
Validation / validate-smart-contracts (push) Failing after 8s
Validation / validate-security (push) Failing after 1m15s
Validation / validate-documentation (push) Failing after 15s
OMNL reconcile anchor / Run omnl:reconcile and upload artifacts (push) Failing after 26s
Verify Deployment / Verify Deployment (push) Failing after 56s
feat(omnl): settlement terminal, compliance gates, and HYBX integration foundation
Add operator settlement terminal UI/API, swift-listener service, compliance
idempotency gates, GRU reserve dashboards, and @dbis/integration-foundation
for typed HYBX/ISO adapter contracts.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-07 21:51:32 -07:00

43 lines
1.5 KiB
JSON

{
"$schema": "OMNL settlement terminal — operator document defaults",
"version": "1.0.0",
"defaultSettlementRef": "HYBX-BATCH-001",
"defaultOfficeId": 1,
"defaultCurrency": "USD",
"defaultValueDate": "2026-03-17",
"defaultBeneficiary": "Bank Kanaya (Indonesia)",
"defaultBeneficiaryOfficeId": 22,
"defaultBeneficiaryExternalId": "BANK-KANAYA-ID",
"defaultConnectionId": "mk-albert-gate-limited",
"omnlLegalName": "ORGANISATION MONDIALE DU NUMERIQUE L.P.B.C.",
"omnlLei": "98450070C57395F6B906",
"pofPrimaryGlCode": "2100",
"debitNoteDefaultDebitGl": "2100",
"debitNoteDefaultCreditGl": "1410",
"tokenization": {
"chain138RpcEnv": "RPC_URL_138",
"defaultLineId": "USD-M1",
"sanitizedRedactFields": ["accountNumber", "iban", "swiftBic", "beneficiaryName", "orderingName"]
},
"alchemy": {
"mainnetNetwork": "eth-mainnet",
"chain138Network": "defi-oracle-meta-mainnet",
"allowedRpcMethods": [
"eth_blockNumber",
"eth_getBalance",
"eth_call",
"eth_estimateGas",
"eth_gasPrice",
"eth_getTransactionCount",
"eth_getTransactionReceipt",
"eth_getTransactionByHash"
],
"pricesApiPath": "/prices/v1/tokens/by-address"
},
"disclaimers": {
"terminalScreen": "Operator terminal copy bound to Fineract SoR and ISO 20022 store — not a SWIFT NET transmission.",
"pof": "M1 central-bank liability stock (GL 2100) — not unrestricted cash or nostro.",
"swiftCopy": "Internal conversion/remittance copy for audit — not MT103/MT202 wire confirmation."
}
}