diff --git a/src/ComputingTasks.cc b/src/ComputingTasks.cc
index f67880df9ab225b45c2bc0beecffa97aa9706bed..561bd2f757545330c606212fa4576a53c92f922a 100644
--- a/src/ComputingTasks.cc
+++ b/src/ComputingTasks.cc
@@ -4892,7 +4892,7 @@ VarExpectationModelStatement::writeJsonOutput(ostream &output) const
   output << "{\"statementName\": \"var_expectation_model\","
          << "\"model_name\": \"" << model_name << "\", "
          << "\"variable\": \"" << variable << "\", "
-         << "\"aux_model_name\": \"" << aux_model_name << "\", "
+         << "\"auxiliary_model_name\": \"" << aux_model_name << "\", "
          << "\"horizon\": \"" << horizon << "\", "
          << "\"discount\": \"";
   discount->writeOutput(output);