diff --git a/CMakeLists_files.cmake b/CMakeLists_files.cmake
index 258ee71a9..d54a261d4 100644
--- a/CMakeLists_files.cmake
+++ b/CMakeLists_files.cmake
@@ -174,6 +174,7 @@ if(ENABLE_ECL_INPUT)
src/opm/input/eclipse/Schedule/Group/GuideRateModel.cpp
src/opm/input/eclipse/Schedule/Group/GConSale.cpp
src/opm/input/eclipse/Schedule/Group/GConSump.cpp
+ src/opm/input/eclipse/Schedule/Group/GroupEconProductionLimits.cpp
src/opm/input/eclipse/Schedule/Group/GTNode.cpp
src/opm/input/eclipse/Schedule/KeywordHandlers.cpp
src/opm/input/eclipse/Schedule/MessageLimits.cpp
@@ -1274,6 +1275,7 @@ if(ENABLE_ECL_INPUT)
opm/input/eclipse/Schedule/Group/GuideRate.hpp
opm/input/eclipse/Schedule/Group/GConSale.hpp
opm/input/eclipse/Schedule/Group/GConSump.hpp
+ opm/input/eclipse/Schedule/Group/GroupEconProductionLimits.hpp
opm/input/eclipse/Schedule/Group/GuideRateConfig.hpp
opm/input/eclipse/Schedule/Group/GuideRateModel.hpp
opm/input/eclipse/Schedule/MessageLimits.hpp
diff --git a/opm/input/eclipse/Schedule/Group/GroupEconProductionLimits.hpp b/opm/input/eclipse/Schedule/Group/GroupEconProductionLimits.hpp
new file mode 100644
index 000000000..6d58ab7dc
--- /dev/null
+++ b/opm/input/eclipse/Schedule/Group/GroupEconProductionLimits.hpp
@@ -0,0 +1,131 @@
+/*
+ Copyright 2023 Equinor ASA.
+
+ This file is part of the Open Porous Media project (OPM).
+
+ OPM is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ OPM is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with OPM. If not, see .
+*/
+
+#ifndef GROUP_ECON_PRODUCTION_LIMITS_H
+#define GROUP_ECON_PRODUCTION_LIMITS_H
+
+#include