- API docs.
- fix: Docstrings.
- fix: Removed unused copy import in subject.py.
- Updated docs.
- "details" as a optional argument for Subject creation. Empty dict assumed as default.
- Core framework apart from example implementations.
- Accumulator no longer as a external dependency
- OperatioContainer now runs everything as tasks
- All tasks are defined in container_tasks.py
- Events are now defined as subclasses of Operation
- Options and events are no longer part of the core framework. An example of an app developed on top of the trade framework is now on the sample folder and contains the old implementations for calls and puts, as well as the events representing stock splits, reverse stock splits and bonus shares.
- The JSON interface now must be initialized with the types of assets that will be present in the json (like "Option", "Asset"), and also with the tasks for the OperationContainer to run (check the tests to see how this works).
- Prototype for json options and option exercises support
- Faster day trade identification