diff --git a/doc/manual/source/the-model-file.rst b/doc/manual/source/the-model-file.rst index 8b42807271829d06645227c77b6e466839355700..ad4f2ec2ebffa20ff42ae509d17378cb3c2b6574 100644 --- a/doc/manual/source/the-model-file.rst +++ b/doc/manual/source/the-model-file.rst @@ -2965,6 +2965,13 @@ After computation, the steady state is available in the following variable: ordered in the order of declaration used in the ``var`` command (which is also the order used in ``M_.endo_names``). +.. matvar:: oo_.exo_steady_state + + Contains the steady state of the exogenous variables, as declared by the + previous ``initval`` or ``endval`` block. Exogenous variables are + ordered in the order of declaration used in the ``varexo`` command (which + is also the order used in ``M_.exo_names``). + .. matcomm:: get_mean ('ENDOGENOUS_NAME' [, 'ENDOGENOUS_NAME']... ); Returns the steady of state of the given endogenous variable(s), as it is