GriffinAustin / pynance

Lightweight Python library for assembling and analysing financial data
MIT License
317 stars 43 forks source link

MongoDB interactivity for options #1

Open aisthesis opened 9 years ago

aisthesis commented 9 years ago

Options data stored as list using opt.core.Options.tolist() should be retrievable from an externally passed MongoDB connection. Functions for analysing, tracking and charting complex options transactions should be created.

aisthesis commented 8 years ago

We definitely don't want to create a dependency on PyMongo. If we do this at all, it just needs to convert the options data into a format easily consumable by mongo.

At the same time, we could also make some generic constructors to easily create the desired objects from data pulled from mongo.

Cf.: