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": {