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 smart withdrawals #21

Open criccomini opened 2 years ago

criccomini commented 2 years ago

Account.withdraw allows users to pull money from their cash accounts.

I want to support smart withdrawals though:

  1. Sell to withdraw
  2. Withdraw dividends

This should probably be implemented as a suggestion rather than changing withdraw. The idea here is to support people that are retired or living on fixed income.