david rigby Posted October 25, 2017 Posted October 25, 2017 I'm looking for a method to track pension payroll information for multiple plans. The desired system would not make the payments, but would produce an output file for another system that makes the payments. The desired system would also be modifiable to create other types of output, such as annual or monthly summaries. I've reviewed Excel and Access templates and found nothing that seems appropriate. Any suggestions? YogaTPA 1 I'm a retirement actuary. Nothing about my comments is intended or should be construed as investment, tax, legal or accounting advice. Occasionally, but not all the time, it might be reasonable to interpret my comments as actuarial or consulting advice.
YogaTPA Posted October 25, 2017 Posted October 25, 2017 It sounds like something that could be done in Access, but it would probably need to be custom. I doubt one exists already. Is this basically what you want to do: Calculate payments and store them in a database Extract payments in a desired format (csv perhaps) - this is one query on the db that produces one row per participant with their payment Extract payments in a summary format (again, maybe csv) - this is a different query that sums up the payments for each participant by month or year If so - if it were me I would probably write a script and store the data in a MySQL database, and run queries against it that outputs the data into csv (or whatever) format.
david rigby Posted October 25, 2017 Author Posted October 25, 2017 Thanks. Your synopsis is reasonably close to my need, but any SQL usage is not available. Probably only Excel or Access. I'm a retirement actuary. Nothing about my comments is intended or should be construed as investment, tax, legal or accounting advice. Occasionally, but not all the time, it might be reasonable to interpret my comments as actuarial or consulting advice.
duckthing Posted October 26, 2017 Posted October 26, 2017 18 hours ago, david rigby said: Thanks. Your synopsis is reasonably close to my need, but any SQL usage is not available. Probably only Excel or Access. If you're comfortable with VBA/VBScript you have access to basic SQL functionality in Office programs through Jet -- it's built in, there's nothing to download or add. Depending on your needs (and how much time and energy you have to do this) you can set up an Excel workbook as a "front end" for everything, with an Access database that just holds the data. This may or may not be overkill for what you're doing, but I figured I'd mention it's an option even if you can't or don't want to install anything extra.
Diane Durso Posted October 26, 2017 Posted October 26, 2017 Did you ever consider tracking this data thru a payroll system? We are a TPA, with our own payroll service, which can provide this data and can take care of remitting contributions automatically as well.
Effen Posted October 26, 2017 Posted October 26, 2017 It may be overkill, but I think PensioPro has a benefit distribution tracking module in their software. It might be an expensive solution, unless you are already using it. The material provided and the opinions expressed in this post are for general informational purposes only and should not be used or relied upon as the basis for any action or inaction. You should obtain appropriate tax, legal, or other professional advice.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now