ICEACE Model: Closed Economy
1.0.0
Design Documentation of ICEACE Model
|
Header for agent type memory access. More...
Go to the source code of this file.
Macros | |
#define | ID (current_xmachine_equityfund->id) |
Direct access to id of equityfund agent memory variable. More... | |
#define | IT_NO (current_xmachine_equityfund->it_no) |
Direct access to it_no of equityfund agent memory variable. More... | |
#define | DAY_OF_MONTH_TO_ACT (current_xmachine_equityfund->day_of_month_to_act) |
Direct access to day_of_month_to_act of equityfund agent memory variable. More... | |
#define | DAY_OF_MONTH_WAGES_PAID (current_xmachine_equityfund->day_of_month_wages_paid) |
Direct access to day_of_month_wages_paid of equityfund agent memory variable. More... | |
#define | SHARE_FIRMS (current_xmachine_equityfund->share_firms) |
Direct access to share_firms of equityfund agent memory variable. More... | |
#define | SHARE_CONSTRUCTION_FIRMS (current_xmachine_equityfund->share_construction_firms) |
Direct access to share_construction_firms of equityfund agent memory variable. More... | |
#define | SHARE_BANKS (current_xmachine_equityfund->share_banks) |
Direct access to share_banks of equityfund agent memory variable. More... | |
#define | EQUITY (current_xmachine_equityfund->equity) |
Direct access to equity of equityfund agent memory variable. More... | |
#define | LIQUIDITY (current_xmachine_equityfund->liquidity) |
Direct access to liquidity of equityfund agent memory variable. More... | |
#define | N_SHARES (current_xmachine_equityfund->n_shares) |
Direct access to n_shares of equityfund agent memory variable. More... | |
#define | DIVIDENDS_RECIEVED (current_xmachine_equityfund->dividends_recieved) |
Direct access to dividends_recieved of equityfund agent memory variable. More... | |
#define | DIVIDENDS_RETAINED (current_xmachine_equityfund->dividends_retained) |
Direct access to dividends_retained of equityfund agent memory variable. More... | |
#define | DIVIDENDS_PAID (current_xmachine_equityfund->dividends_paid) |
Direct access to dividends_paid of equityfund agent memory variable. More... | |
#define | FIRM_INVESTMENT (current_xmachine_equityfund->firm_investment) |
Direct access to firm_investment of equityfund agent memory variable. More... | |
#define | CAPITAL_TAX_RATE (current_xmachine_equityfund->capital_tax_rate) |
Direct access to capital_tax_rate of equityfund agent memory variable. More... | |
Header for agent type memory access.
Definition in file equityfund_agent_header.h.
#define CAPITAL_TAX_RATE (current_xmachine_equityfund->capital_tax_rate) |
Direct access to capital_tax_rate of equityfund agent memory variable.
Definition at line 50 of file equityfund_agent_header.h.
#define DAY_OF_MONTH_TO_ACT (current_xmachine_equityfund->day_of_month_to_act) |
Direct access to day_of_month_to_act of equityfund agent memory variable.
Definition at line 14 of file equityfund_agent_header.h.
#define DAY_OF_MONTH_WAGES_PAID (current_xmachine_equityfund->day_of_month_wages_paid) |
Direct access to day_of_month_wages_paid of equityfund agent memory variable.
Definition at line 17 of file equityfund_agent_header.h.
#define DIVIDENDS_PAID (current_xmachine_equityfund->dividends_paid) |
Direct access to dividends_paid of equityfund agent memory variable.
Definition at line 44 of file equityfund_agent_header.h.
#define DIVIDENDS_RECIEVED (current_xmachine_equityfund->dividends_recieved) |
Direct access to dividends_recieved of equityfund agent memory variable.
Definition at line 38 of file equityfund_agent_header.h.
#define DIVIDENDS_RETAINED (current_xmachine_equityfund->dividends_retained) |
Direct access to dividends_retained of equityfund agent memory variable.
Definition at line 41 of file equityfund_agent_header.h.
#define EQUITY (current_xmachine_equityfund->equity) |
Direct access to equity of equityfund agent memory variable.
Definition at line 29 of file equityfund_agent_header.h.
#define FIRM_INVESTMENT (current_xmachine_equityfund->firm_investment) |
Direct access to firm_investment of equityfund agent memory variable.
Definition at line 47 of file equityfund_agent_header.h.
#define ID (current_xmachine_equityfund->id) |
Direct access to id of equityfund agent memory variable.
Definition at line 8 of file equityfund_agent_header.h.
#define IT_NO (current_xmachine_equityfund->it_no) |
Direct access to it_no of equityfund agent memory variable.
Definition at line 11 of file equityfund_agent_header.h.
#define LIQUIDITY (current_xmachine_equityfund->liquidity) |
Direct access to liquidity of equityfund agent memory variable.
Definition at line 32 of file equityfund_agent_header.h.
#define N_SHARES (current_xmachine_equityfund->n_shares) |
Direct access to n_shares of equityfund agent memory variable.
Definition at line 35 of file equityfund_agent_header.h.
#define SHARE_BANKS (current_xmachine_equityfund->share_banks) |
Direct access to share_banks of equityfund agent memory variable.
Definition at line 26 of file equityfund_agent_header.h.
#define SHARE_CONSTRUCTION_FIRMS (current_xmachine_equityfund->share_construction_firms) |
Direct access to share_construction_firms of equityfund agent memory variable.
Definition at line 23 of file equityfund_agent_header.h.
#define SHARE_FIRMS (current_xmachine_equityfund->share_firms) |
Direct access to share_firms of equityfund agent memory variable.
Definition at line 20 of file equityfund_agent_header.h.