ICEACE Model: Closed Economy  1.0.0
Design Documentation of ICEACE Model
 All Data Structures Files Functions Variables Typedefs Macros Pages
equityfund_agent_header.h
Go to the documentation of this file.
1 
8 #define ID (current_xmachine_equityfund->id)
9 
11 #define IT_NO (current_xmachine_equityfund->it_no)
12 
14 #define DAY_OF_MONTH_TO_ACT (current_xmachine_equityfund->day_of_month_to_act)
15 
17 #define DAY_OF_MONTH_WAGES_PAID (current_xmachine_equityfund->day_of_month_wages_paid)
18 
20 #define SHARE_FIRMS (current_xmachine_equityfund->share_firms)
21 
23 #define SHARE_CONSTRUCTION_FIRMS (current_xmachine_equityfund->share_construction_firms)
24 
26 #define SHARE_BANKS (current_xmachine_equityfund->share_banks)
27 
29 #define EQUITY (current_xmachine_equityfund->equity)
30 
32 #define LIQUIDITY (current_xmachine_equityfund->liquidity)
33 
35 #define N_SHARES (current_xmachine_equityfund->n_shares)
36 
38 #define DIVIDENDS_RECIEVED (current_xmachine_equityfund->dividends_recieved)
39 
41 #define DIVIDENDS_RETAINED (current_xmachine_equityfund->dividends_retained)
42 
44 #define DIVIDENDS_PAID (current_xmachine_equityfund->dividends_paid)
45 
47 #define FIRM_INVESTMENT (current_xmachine_equityfund->firm_investment)
48 
50 #define CAPITAL_TAX_RATE (current_xmachine_equityfund->capital_tax_rate)