Loading [MathJax]/extensions/tex2jax.js
MRFFL: MR Fortran Finance Library 2024-12-28
Computational Tools For Finance
All Namespaces Files Functions Variables
mrffl_tvm12.f90 File Reference

TVM solver with functionality similar to financial calculators. More...

Go to the source code of this file.

Modules

module  mrffl_tvm12
 Provides a TVM solver with functionality similar to modern financial calculators.
 

Functions/Subroutines

subroutine, public mrffl_tvm12::tvm12_solve (n, i, pv, pmt, fv, pmt_time, unknown, status)
 Solve TVM Equation.
 
real(kind=rk) function i_slv_func (x)
 
subroutine, public mrffl_tvm12::tvm12_print (n, i, pv, pmt, fv, pmt_time, print_out)
 Print TVM Problem (variables and/or table)
 

Variables

integer(kind=ik), parameter, public mrffl_tvm12::pmt_at_beginning = 1
 
integer(kind=ik), parameter, public mrffl_tvm12::pmt_at_end = 0
 

Detailed Description

TVM solver with functionality similar to financial calculators.

Author
Mitch Richling http://www.mitchr.me/
Date
2024-12-19
Keywords
finance fortran monte carlo inflation cashflow time value of money tvm percentages taxes stock market
Standards
F2023
See also
https://github.com/richmit/FortranFinance

.H.E.!!

Definition in file mrffl_tvm12.f90.

Function/Subroutine Documentation

◆ i_slv_func()

real(kind=rk) function tvm12_solve::i_slv_func ( real(kind=rk), intent(in) x)
private

Definition at line 183 of file mrffl_tvm12.f90.

References i_slv_func().

Referenced by i_slv_func(), and mrffl_tvm12::tvm12_solve().

Here is the call graph for this function:
Here is the caller graph for this function: