.. image:: Figures/logo.png :scale: 100 % :align: right Implementation ============== MicroWELT is implemented in Modgen_, a freely available generic microsimulation programming language developed and maintained by Statistics Canada. This report documents the implementation of microWELT step by step and allows to reproduce the model from scratch. Most of the steps correspond to a new module that was added in this step. The documentation includes a description of each module as well as the modelling code. The steps are organized in such a way that basic concepts of modgen programming are introduced first. This allows the use of this documentation as a textbook for the implementation of microsimulation models. .. _Modgen: https://www.statcan.gc.ca/eng/microsimulation/modgen/modgen .. toctree:: :maxdepth: 1 :caption: Contents: microWELT-Code-Step01 microWELT-Code-Step02 microWELT-Code-Step03 microWELT-Code-Step04 microWELT-Code-Step05 microWELT-Code-Step06 microWELT-Code-Step07 microWELT-Code-Step08 microWELT-Code-Step09 microWELT-Code-Step10 microWELT-Code-Step11 microWELT-Code-Step12 microWELT-Code-Step13 microWELT-Code-Step14 microWELT-Code-Step15 microWELT-Code-Step16 microWELT-Code-Step17 microWELT-Code-Step18 microWELT-Code-Step19 microWELT-Code-Step20 microWELT-Code-Step21 microWELT-Code-Step22