The code for the core model for the work "An Educational Model of a Small Open Economy for Monetary Policy Analysis 
(with examples from the practice of the Bank of Russia)" by A. Glazova, M. Nevalenny, and A. Sinyakov (2025).

The model was written using MATLAB R2019a + DYNARE 5.5. For correct operation of the model, 
it is recommended to use the same software versions.

After installing DYNARE, specify the path to the folder where DYNARE is stored by entering the following in the command window:
addpath *file path*
For example: addpath C:\dynare\5.5\matlab

Then run the code by entering the following in the command window:
dynare *file name*
In this case: dynare model.mod

A detailed description of running the basic DYNARE code can be found, for example, at http://quantile.ru/12/12-Literacy.pdf

This code represents a basic calibration. Various experiments can be performed by recalibrating the model,
as described in detail in the text of the article.