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
household_agent_header.h
Go to the documentation of this file.
1
8
#define ID (current_xmachine_household->id)
9
11
#define BANK_ID (current_xmachine_household->bank_id)
12
14
#define IT_NO (current_xmachine_household->it_no)
15
17
#define DAY_OF_WEEK_TO_ACT (current_xmachine_household->day_of_week_to_act)
18
20
#define WEEKLY_CONSUMPTION_BUDGET (current_xmachine_household->weekly_consumption_budget)
21
23
#define MALL_BUDGET (current_xmachine_household->mall_budget)
24
26
#define QUARTERLY_PRICE_CHANGE (current_xmachine_household->quarterly_price_change)
27
29
#define MY_EMPLOYER_ID (current_xmachine_household->my_employer_id)
30
32
#define WAGE (current_xmachine_household->wage)
33
35
#define ISMANAGER (current_xmachine_household->ismanager)
36
38
#define GOVERNMENT_BENEFITS (current_xmachine_household->government_benefits)
39
41
#define DAY_OF_MONTH_TO_ACT (current_xmachine_household->day_of_month_to_act)
42
44
#define DAY_OF_MONTH_WAGE_RECIEVED (current_xmachine_household->day_of_month_wage_recieved)
45
47
#define MORTGAGES_INTEREST_RATE (current_xmachine_household->mortgages_interest_rate)
48
50
#define LABOUR_TAX_RATE (current_xmachine_household->labour_tax_rate)
51
53
#define MORTGAGES_LIST (current_xmachine_household->mortgages_list)
54
56
#define MORTGAGES (current_xmachine_household->mortgages)
57
59
#define HOUSING_PAYMENT (current_xmachine_household->housing_payment)
60
62
#define EQUITY (current_xmachine_household->equity)
63
65
#define HOUSING_PRICE (current_xmachine_household->housing_price)
66
68
#define HOUSING_UNITS (current_xmachine_household->housing_units)
69
71
#define N_SHARES (current_xmachine_household->n_shares)
72
74
#define LIQUIDITY (current_xmachine_household->liquidity)
75
77
#define CAPITAL_INCOME (current_xmachine_household->capital_income)
78
80
#define PREVIOUS_WAGES (current_xmachine_household->previous_wages)
81
83
#define PREVIOUS_BENEFITS (current_xmachine_household->previous_benefits)
84
86
#define LABOUR_INCOME (current_xmachine_household->labour_income)
87
89
#define TOTAL_ASSETS (current_xmachine_household->total_assets)
90
92
#define HOUSING_VALUE (current_xmachine_household->housing_value)
93
95
#define EXPECTED_HOUSING_PAYMENT (current_xmachine_household->expected_housing_payment)
96
98
#define HMARKET_ROLE (current_xmachine_household->hmarket_role)
99
101
#define EQUITY_RATIO (current_xmachine_household->equity_ratio)
102
104
#define MINIMUM_EQUITY_RATIO (current_xmachine_household->minimum_equity_ratio)
105
107
#define MORTGAGE_COSTS (current_xmachine_household->mortgage_costs)
108
110
#define DELTA_HOUSING_VALUE (current_xmachine_household->delta_housing_value)
111
113
#define MORTGAGE_CHOICE (current_xmachine_household->mortgage_choice)
Generated on Tue Apr 8 2014 13:25:17 for ICEACE Model: Closed Economy by
1.8.3.1