Skip to content
This repository has been archived by the owner on Jan 26, 2021. It is now read-only.

Stockpile

Compare
Choose a tag to compare
@jspahrsummers jspahrsummers released this 16 Jun 22:46
· 87 commits to master since this release
  • Unified brokerage functionality in a new AccountData abstract base class that all broker-specific interfaces inherit from
    • Repurposed DataAggregator as AccountAggregator, another AccountData subclass
  • Added AccountBalance model, representing cash balances, and extended brokerage functionality to load it
  • [ibkr] Added limited support for calculating interest payments as Activity items
  • Miscellaneous fixes and additional support across multiple brokers