ICEACE Model: Closed Economy
1.0.0
Design Documentation of ICEACE Model
Main Page
Related Pages
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Macros
Pages
IceaceModel1.0
Market_Credit
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
*/
8
int
reagency_check_interest_rate
()
9
{
10
11
START_INTEREST_RATE_MESSAGE_LOOP
12
MORTGAGES_INTEREST_RATE
=
interest_rate_message
->
rate
+ 0.02;
13
FINISH_INTEREST_RATE_MESSAGE_LOOP
14
15
16
return
0;
/* Returning zero means the agent is not removed */
17
}
18
19
20
Generated on Tue Apr 8 2014 13:25:19 for ICEACE Model: Closed Economy by
1.8.3.1