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

Constants to select what *_print subroutines will print. More...

Go to the source code of this file.

Modules

module  mrffl_prt_sets
 Constants to select what *_print subroutines will print.
 

Variables

integer(kind=ik), parameter, public mrffl_prt_sets::prt_none = 0
 Print nothing.
 
integer(kind=ik), parameter, public mrffl_prt_sets::prt_param = 1
 Print parameters before the table/titles.
 
integer(kind=ik), parameter, public mrffl_prt_sets::prt_title = 2
 Print titles on the tables.
 
integer(kind=ik), parameter, public mrffl_prt_sets::prt_table = 4
 Print a table.
 
integer(kind=ik), parameter, public mrffl_prt_sets::prt_total = 8
 Print totals PV & FV after the table.
 
integer(kind=ik), parameter, public mrffl_prt_sets::prt_space = 16
 Print vertical whitespace between parameters & table/titles & totals.
 
integer(kind=ik), parameter, public mrffl_prt_sets::prt_all = 31
 Print everything.
 

Detailed Description

Constants to select what *_print subroutines will print.

Author
Mitch Richling http://www.mitchr.me/
Date
2025-01-02
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_prt_sets.f90.