ChrisCScott / forecaster

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

Move min_equity and max_equity logic to AllocationStrategy.__call__ #26

Closed ChrisCScott closed 6 years ago

ChrisCScott commented 6 years ago

This will simplify the logic of each strategy in AllocationStrategy by offloading min/max equity constraints to a more generic method.