MRFFL: MR Fortran Finance Library 2024-12-28
Computational Tools For Finance
|
Constants to select what *_print subroutines will print. More...
Variables | |
integer(kind=ik), parameter, public | prt_none = 0 |
Print nothing. | |
integer(kind=ik), parameter, public | prt_param = 1 |
Print parameters before the table/titles. | |
integer(kind=ik), parameter, public | prt_title = 2 |
Print titles on the tables. | |
integer(kind=ik), parameter, public | prt_table = 4 |
Print a table. | |
integer(kind=ik), parameter, public | prt_total = 8 |
Print totals PV & FV after the table. | |
integer(kind=ik), parameter, public | prt_space = 16 |
Print vertical whitespace between parameters & table/titles & totals. | |
integer(kind=ik), parameter, public | prt_all = 31 |
Print everything. | |
Constants to select what *_print subroutines will print.
integer(kind=ik), parameter, public mrffl_prt_sets::prt_none = 0 |
Print nothing.
Definition at line 44 of file mrffl_prt_sets.f90.
Referenced by mrffl_cashflows::cashflow_matrix_pv_fv(), and mrffl_cashflows::cashflow_vector_pv_fv().
integer(kind=ik), parameter, public mrffl_prt_sets::prt_param = 1 |
Print parameters before the table/titles.
Definition at line 45 of file mrffl_prt_sets.f90.
Referenced by mrffl_cashflows::cashflow_matrix_pv_fv_print(), and mrffl_tvm12::tvm12_print().
integer(kind=ik), parameter, public mrffl_prt_sets::prt_title = 2 |
Print titles on the tables.
Definition at line 46 of file mrffl_prt_sets.f90.
Referenced by mrffl_cashflows::cashflow_matrix_pv_fv_print(), mrffl_life_table::life_table_print(), and mrffl_tvm12::tvm12_print().
integer(kind=ik), parameter, public mrffl_prt_sets::prt_table = 4 |
Print a table.
Definition at line 47 of file mrffl_prt_sets.f90.
Referenced by mrffl_cashflows::cashflow_matrix_pv_fv_print(), mrffl_life_table::life_table_print(), and mrffl_tvm12::tvm12_print().
integer(kind=ik), parameter, public mrffl_prt_sets::prt_total = 8 |
Print totals PV & FV after the table.
Definition at line 48 of file mrffl_prt_sets.f90.
Referenced by mrffl_cashflows::cashflow_matrix_pv_fv_print().
integer(kind=ik), parameter, public mrffl_prt_sets::prt_space = 16 |
Print vertical whitespace between parameters & table/titles & totals.
Definition at line 49 of file mrffl_prt_sets.f90.
Referenced by mrffl_cashflows::cashflow_matrix_pv_fv_print(), and mrffl_life_table::life_table_print().
integer(kind=ik), parameter, public mrffl_prt_sets::prt_all = 31 |
Print everything.
Definition at line 50 of file mrffl_prt_sets.f90.