-The folder named "symmetric" includes all the files to run the Symmetric Information (SI) model -The folder named "asymmetric" includes all the files to run the Asymmetric Information (AI) model -To run the fortran files, the routine zbren from IMSL library is needed. -The following command produces the exe file which generates the ouput in Tables 3 to 6: ifort -o mp_sym /O3 nrtype.f90 parameters.f90 global_parameters.f90 global.f90 procedures.f90 initial.f90 subroutines.f90 policy_long2.f90 dist_stats.f90 mainsolve.f90 fcn.f90 func_est.f90 main.f90 -For the calibration of the parameter values, IMSL routine bcpol (for SI model) and umpol (for AI model) are needed.