From 5007e74532adfe6ca1f609138ea8174c1e4a6012 Mon Sep 17 00:00:00 2001 From: zaragoza444 Date: Mon, 29 Jun 2026 06:34:59 -0700 Subject: [PATCH] chore(config): declare M3/M4 GL codes in Office 24 and production profiles Co-authored-by: Cursor --- config/offices/office-24-settlement.v1.json | 5 ++++- config/settlement-middleware.production.v1.json | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/config/offices/office-24-settlement.v1.json b/config/offices/office-24-settlement.v1.json index 01d1b18..2f91f8b 100644 --- a/config/offices/office-24-settlement.v1.json +++ b/config/offices/office-24-settlement.v1.json @@ -11,10 +11,13 @@ "settlement": { "defaultCurrency": "USD", "defaultLineId": "USD-M1", - "moneyLayers": ["M0", "M1", "M2"], + "moneyLayers": ["M0", "M1", "M2", "M3", "M4"], "glM0": "1050", "glM1": "2100", "glM2": "2200", + "glM3": "2300", + "glM4NearMoney": "1000", + "glM4Contingent": "1410", "glSettlement": "1000", "glTradeFinanceContingent": "1410" }, diff --git a/config/settlement-middleware.production.v1.json b/config/settlement-middleware.production.v1.json index a1891d8..9af6ed1 100644 --- a/config/settlement-middleware.production.v1.json +++ b/config/settlement-middleware.production.v1.json @@ -37,6 +37,9 @@ "glM0": "1050", "glM1": "2100", "glM2": "2200", + "glM3": "2300", + "glM4NearMoney": "1000", + "glM4Contingent": "1410", "glSettlement": "1000" }, "production": {