• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
model_compile works for compile..

drafted outputs and reports, other small fixes. Testing soon..

updating model compute, combined it with model compile, revised internal variables to start with _ to prevent collisions with model variables etc.

removing bad parens in comment and extraneous comments

fixing sign for case 0 and when division is not perfect

more procs, new energy-procs file for energy related forecasting

preliminary gl_array_create added

more procs, adding GL builder and utilities, compute parameters

adding qaf_depreciation_schedule

loop should use payoff instead of balance.

added loan_model, not debugged

loan utility calculations, more to follow..

mirr works

irr works

npv, fv test ok, working on irr, mirr

filenames standardized, added fin calc test cases

    • -0
    • +180
    ./finance-procs.tcl
    • -0
    • +191
    ./modeling-procs.tcl
    • -0
    • +26
    ./test/finance-test-procs.tcl
moved functions to new finance-functions.tcl, some still untested.

    • -0
    • +180
    ./finance-functions.tcl
adding npv and irr functions, untested

revising compile to handle iteration variables automatically, untested

todays revisions to model complilation

adding model compiliation routine -draft