Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Calculate Only Unique Repayment Methods #6

Open
Zoramite opened this issue Jan 8, 2014 · 0 comments
Open

Calculate Only Unique Repayment Methods #6

Zoramite opened this issue Jan 8, 2014 · 0 comments
Assignees

Comments

@Zoramite
Copy link
Member

Zoramite commented Jan 8, 2014

When calculating the schedules for repaying debts there are currently 6 different methods for repaying the debt. Currently they are just different ways of sorting the debts (ex: highest rate first) and the sort order is cacheable.

When working to compare different repayment methods we need to eliminate the duplicate sort orders so they are not recalculated multiple times.

Also the winning method should be the least complex method. For example, if the highest rate first and the balance-to-payment ratio methods use the same sort order then the highest rate first should be chosen since it is conceptually easier to understand.

@ghost ghost assigned stmcallister Jan 8, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants