Economics Resources
This page includes links to the other resource pages I have done and that are in development.
Additionally, I have researchers in mind and also made this as a resource for me to easily find people and sites I like to use often.
FED Resources
-
FRED is my main source for a lot of current data and graphs: https://fred.stlouisfed.org/
-
NY FED has info on a number of things
-
MARKETS: https://www.newyorkfed.org/markets
-
Markets Data Dashboard: Market Operations, Data, Surveys & Reports: https://www.newyorkfed.org/markets/data-hub
-
Trading Economics (quick look at global data): https://tradingeconomics.com/
ECB: https://www.ecb.europa.eu/home/html/index.en.html
Bank of England: https://www.bankofengland.co.uk/
Bank of Japan: https://www.boj.or.jp/en/index.htm/
Economists I follow
-
John Cochrane (macro/finance/FTPL)
-
Academic Site
-
Grumpy Economist Blog
-
-
Charles I Jones (macro/growth) - https://web.stanford.edu/~chadj/
-
Guillermo Calvo
-
Kenneth Rogoff
-
Voll
-
Thomas Sargent
-
Martin Uribe
-
Carlos Vegh
My Dynare Code Project
I am developing a collection of basic economic models in Dynare. You must have MATLAB and Dynare installed to run these. I'll slowly add additional documentation in Word or PDF too. ** This is a bit on hold but I plan to return to this in 2022!
Deterministic Solow-Swan Model Examples
I have a temporary and permanent shock to depreciation, technology-productivity, and to the marginal propensity to consume.
In each case I wrote a simple master code in Matlab (.m files) that calls and runs two pieces of Dynare code (.mod files) and then graphs the output in one graph. So download all three files, save them in the same folder and then run the Master file.
-
Shock to depreciation
-
Matlab code: Master_Solow_Delta.m
-
Dynare code: solow_perm_delta.mod and solow_temp_delta.mod
-
Output graphs: SolowPermTempDelta.png
-
-
Shock to technology-productivity
-
Matlab code: Master_Solow_Tech.m
-
Dynare code: solow_perm_tech.mod and solow_temp_tech.mod
-
Output graphs: SolowTechShocks.png
-
-
Shock to marginal propensity to consume
-
Matlab code: Master_Solow_MPS.m
-
Dynare code perm shock: solow_perm_mps.mod and solow_temp_mps.mod
-
Output graphs: SolowMPSShocks.png
-