Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mhliu0419/PensionBenefit_Calculator

This project uses data sets of retirees, tvs and active employees to calculate their pension benefit.
https://github.com/mhliu0419/PensionBenefit_Calculator

actuarial-science annuity excel pension vba vba-functions

Last synced: about 1 month ago
JSON representation

This project uses data sets of retirees, tvs and active employees to calculate their pension benefit.

Awesome Lists containing this project

README

        

# PensionBenefit_Calculator

This project is to calculate the pension benefit of retirees, TVs, and active employees, with their data sets about age, annnual pay, service year, 2014 static mortality table, 2018 mortality improvement rate, and so on.

I develop generational mortality table, from 2014 static mortality table and 2018 mortality improvement rate, by generational approac.
I use 2 actuarial methods, PUC(Projected Unit Credit) and TUC(Traditional Unit Credit), to develop financial accounting and funding requirements.

Based on that, I design a function to calculate their present value of pension benefit. As long as I have all required information/data about the employee, I can calculate his/her PVB(Present Value of Pension Benefit) in a second, which achieves automation.