highwire-ai / open-robo-advisor

Open Robo-Advisor is a flexible robo-advisor library written in Python. 🤖
https://blog.highwire.ai
BSD 3-Clause "New" or "Revised" License
42 stars 3 forks source link

Support stock lots #15

Open criccomini opened 2 years ago

criccomini commented 2 years ago

We currently have a the concept of stock lots incorporated into the Security object, but we don't really use them anywhere.

We should write some tests to make sure they work, and fix the bugs we discover as a result.

Probably need to do this before starting https://github.com/highwire-ai/open-robo-advisor/issues/14