ICEACE Model: Closed Economy  1.0.0
Design Documentation of ICEACE Model
 All Data Structures Files Functions Variables Typedefs Macros Pages
reagency_functions_credit.c
Go to the documentation of this file.
1 #include "../header.h"
2 #include "../reagency_agent_header.h"
3 
4 /*
5  * \fn: int reagency_check_interest_rate()
6  * \brief:
7  */
9 {
10 
14 
15 
16  return 0; /* Returning zero means the agent is not removed */
17 }
18 
19 
20