jhirschibar / LittleJohn

Project to discover a deterministic value policy useful in managing a portfolio of short option spreads
5 stars 0 forks source link

feature/#25 download and upload expansion to include option snapshots #35

Closed jhirschibar closed 3 weeks ago

jhirschibar commented 3 weeks ago

Option Snapshots can now be downloaded from polygon and loaded to postgres. It also restructures how the data pipeline is launched by swapping out argparse for Typer for much improved CLI interactions and easier to understand typing.

This PR: closes #25, closes #28, and closes #29.