index
:
watchdogs.git
master
Application that takes data from SEC directly on CEOs and determines suspicious activity using a page rank algorithm. Displays the results visually as a graph in a webfrontend.
csci0320
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
edu
/
brown
/
cs
/
student
/
term
/
parsing
Age
Commit message (
Expand
)
Author
2021-04-17
Created a stable load command that uses thhe official edgar rss feed. Had an ...
Michael Foiani
2021-04-16
Small bug fixes.
Michael Foiani
2021-04-12
Added way to load trades straight fron edgar with an archive option.
Michael Foiani
2021-04-10
Have a functional fetch and processing that uses the offical edgar api. Need ...
Michael Foiani
2021-04-10
Finally have an xml parser that reads the urls and inserts data into database...
Michael Foiani
2021-04-09
Updated so the trade will only be added if the price isn't 0.
Michael Foiani
2021-04-09
Small updates to incorportate number of shares into the DB.
Michael Foiani
2021-04-09
Added a basic skeleton for derivative trades, if we dedice to look at those a...
Michael Foiani
2021-04-09
Added and reorganized tests, but they fail when internet is unstable or disco...
Michael Foiani
2021-04-09
Added functionality that adds to the DB directly. Also, can handle multiple t...
Michael Foiani
2021-04-05
Moved around and added some tests and added an xml parser that uses urls inst...
Michael Foiani
2021-04-05
Added a basic xml parser that deals with local files. TODO: add a url one. Al...
Michael Foiani