Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 1 KB

README.md

File metadata and controls

30 lines (16 loc) · 1 KB

TrumpTweets

investigating the effect of Donald J. Trump's tweets on the market

This repository contains the source code for our project analyzing the effect of Trump's tweets on various market indices.

For a full write-up, please see the corresponding web page.

Structure:

_layouts: contains the basic HTML layout for the website

assets: static files for website (images, CSS)

backup: backed-up datasets

bonds: code used to generate bond datasets, and the datasets themselves

miscdata: miscellaneous response variables

models: code used to generate and analyze models

notes: notes on ideas for project

stocks: code used to generate stock datasets, and the datasets themselves

tweets: code used to generate and analyze tweet datasets, and the datasets themselves

If you want a sense for how these models operate, models/run_model.py is a good place to start!

Corin Wagen, Priya Veeraraghavan, Aaron Jacobson, and Hayden Joy