|
FinanceSim 0.1.0
Financial Simulation Library
|
#include <time.hpp>
Public Attributes | |
| SimTime | start_time = 0.0 |
| SimTime | stop_time = -1.0 |
| SimTime | rate = 1.0 |
| ExecutionTiming | timing = ExecutionTiming::StartOfPeriod |
Schedule configuration for a model The Python scheduler uses this to determine when to call step()
| SimTime financesim::Schedule::rate = 1.0 |
Definition at line 19 of file time.hpp.
Referenced by financesim::make_account_schedule(), financesim::make_savings_schedule(), and PYBIND11_MODULE().
| SimTime financesim::Schedule::start_time = 0.0 |
Definition at line 17 of file time.hpp.
Referenced by PYBIND11_MODULE().
| SimTime financesim::Schedule::stop_time = -1.0 |
Definition at line 18 of file time.hpp.
Referenced by PYBIND11_MODULE().
| ExecutionTiming financesim::Schedule::timing = ExecutionTiming::StartOfPeriod |
Definition at line 20 of file time.hpp.
Referenced by PYBIND11_MODULE().