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

Configuratoin for MRFFL. More...

Go to the source code of this file.

Modules

module  mrffl_config
 Configuration for MRFFL (MR Fortran Finance Library).
 

Variables

integer, parameter, public mrffl_config::mrfflik = c_int32_t
 Integer kinds used in interfaces.
 
integer, parameter, public mrffl_config::mrfflrk = c_double
 Real kind used in interfaces.
 
real(kind=mrfflrk), parameter, public mrffl_config::zero_epsilon = 1.0d-8
 Used to test for zero.
 
character(len=5), public mrffl_config::mrfflcnfmt = "f15.4"
 Used to print cash values.
 
character(len=5), public mrffl_config::mrfflctfmt = "a15"
 Used to print cash titles.
 

Detailed Description

Configuratoin for MRFFL.

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
Details

.H.E.!!

Definition in file mrffl_config.f90.