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

Final portfolio value is not rounded to two decimal places. #18

Closed
alistair-marshall opened this issue Apr 6, 2020 · 0 comments · Fixed by #22
Closed

Final portfolio value is not rounded to two decimal places. #18

alistair-marshall opened this issue Apr 6, 2020 · 0 comments · Fixed by #22

Comments

@alistair-marshall
Copy link
Owner

For some reason, the final value of each cycle is parsed as an integer. Should probably use this.roundTwoDecimals.

this.sim[i][j].portfolio.infAdjEnd = parseInt(this.sim[i][j].portfolio.end / this.sim[i][j].cumulativeInflation);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant