ChrisCScott / forecaster

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

Track finer-grained asset classes #22

Open ChrisCScott opened 6 years ago

ChrisCScott commented 6 years ago

Track specific asset classes within a TaxableAccount. These might include "Canadian equity", "US equity", "Foreign equity", etc., each of which has its own taxable income behaviour.

Consider implementing this functionality in new base class InvestmentAccount and subclassing with TaxableAccount.

Consider also extending Scenario to provide per-asset-class returns.