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
bank_agent_header.h
Go to the documentation of this file.
1
8
#define ID (current_xmachine_bank->id)
9
11
#define DAY_OF_MONTH_TO_ACT (current_xmachine_bank->day_of_month_to_act)
12
14
#define DAY_OF_WEEK_TO_ACT (current_xmachine_bank->day_of_week_to_act)
15
17
#define IT_NO (current_xmachine_bank->it_no)
18
20
#define TOTAL_ASSETS (current_xmachine_bank->total_assets)
21
23
#define LOANS (current_xmachine_bank->loans)
24
26
#define LOANS_START (current_xmachine_bank->loans_start)
27
29
#define MORTGAGES (current_xmachine_bank->mortgages)
30
32
#define DEPOSITS (current_xmachine_bank->deposits)
33
35
#define CENTRALBANK_DEBT (current_xmachine_bank->centralbank_debt)
36
38
#define EQUITY (current_xmachine_bank->equity)
39
41
#define LIQUIDITY (current_xmachine_bank->liquidity)
42
44
#define REVENUES (current_xmachine_bank->revenues)
45
47
#define TOTAL_WRITEOFFS (current_xmachine_bank->total_writeoffs)
48
50
#define INTEREST_RATE (current_xmachine_bank->interest_rate)
51
53
#define INTERESTS_ACCRUED (current_xmachine_bank->interests_accrued)
54
56
#define INTERESTS_PAID (current_xmachine_bank->interests_paid)
57
59
#define DIVIDENDS_PAID (current_xmachine_bank->dividends_paid)
60
62
#define TOTAL_DIVIDENDS (current_xmachine_bank->total_dividends)
63
65
#define RETAINED_EARNINGS (current_xmachine_bank->retained_earnings)
66
68
#define NET_EARNINGS (current_xmachine_bank->net_earnings)
69
71
#define TOTAL_COSTS (current_xmachine_bank->total_costs)
Generated on Tue Apr 8 2014 13:25:17 for ICEACE Model: Closed Economy by
1.8.3.1