ChrisCScott / forecaster

A personal finances forecasting tool for Canadian retirement planning
Other
1 stars 2 forks source link

Implement spousal RRSPs #11

Closed ChrisCScott closed 6 years ago

ChrisCScott commented 6 years ago

It may be possible to do this without subclassing RRSP, or via a very limited subclass (simply by setting contributor = owner.spouse).

This hasn't been tested, so the first order of business is to implement some tests and see how the existing code works with the logic in TransactionStrategy and other classes.