Fortran Finance
Financial Computations
| Author: | Mitch Richling |
| Updated: | 2025-08-22 09:29:53 |
| Generated: | 2025-08-22 09:32:02 |
Copyright © 2025 Mitch Richling. All rights reserved.
- Retirement Simulator
- This tool essentially simulates the annual financial transactions for a retired couple. It allows for Monte Carlo or fixed simulation parameters. It has
a good understanding of US taxes, Roth conversions, inflation, etc… I've also included an
Rscript that produces some nice visualizations of the results. - MRFFL Documentation
- MRFFL is a collection of Fortran libraries for finance offering sophisticated TVM (Time Value of Money) calculations including cash-flows. It also
provides data access and Monte Carlo simulations for things like US inflation, US market returns, and US life expectancy.
- Monte Carlo Examples: Examples of MRFFL's Monte Carlo features.
- Loans: Examples using MRFFL's to solve loan problems.
- https://github.com/richmit/FortranFinance/tree/main/retirement: Some TVM-style retirement problems.
- https://github.com/richmit/FortranFinance/tree/main/cashflows: Just a demo of the cashflow module.
