diff --git a/modules/pom.xml b/modules/pom.xml index c577e6a273..0076f57b52 100644 --- a/modules/pom.xml +++ b/modules/pom.xml @@ -765,13 +765,13 @@ 9.5 3.24.2 1.6.Final - 32.1.2-jre + 32.1.3-jre 26.0-jre 1.78 2.2.3 2.10.0 ${joda-beans.version} - 5.9.3 + 5.10.1 4.9.0 1.7.36 diff --git a/modules/product/src/main/java/com/opengamma/strata/product/common/ExchangeIds.java b/modules/product/src/main/java/com/opengamma/strata/product/common/ExchangeIds.java index 85c56b1df4..efda22d6f5 100644 --- a/modules/product/src/main/java/com/opengamma/strata/product/common/ExchangeIds.java +++ b/modules/product/src/main/java/com/opengamma/strata/product/common/ExchangeIds.java @@ -150,6 +150,9 @@ public final class ExchangeIds { /** Nasdaq Commodity Exchange. */ public static final ExchangeId NORX = ExchangeId.of("NORX"); + /** OMIClear Exchange. */ + public static final ExchangeId OMIC = ExchangeId.of("OMIC"); + //------------------------------------------------------------------------- /** * Restricted constructor.