ICEACE Model: Closed Economy  1.0.0
Design Documentation of ICEACE Model
 All Data Structures Files Functions Variables Typedefs Macros Pages
firm_agent_header.h
Go to the documentation of this file.
1 
8 #define ID (current_xmachine_firm->id)
9 
11 #define BANK_ID (current_xmachine_firm->bank_id)
12 
14 #define ISCONSTRUCTOR (current_xmachine_firm->isconstructor)
15 
17 #define DAY_OF_MONTH_TO_ACT (current_xmachine_firm->day_of_month_to_act)
18 
20 #define ISINSOLVENT (current_xmachine_firm->isinsolvent)
21 
23 #define IT_NO (current_xmachine_firm->it_no)
24 
26 #define DAY_OF_WEEK_TO_ACT (current_xmachine_firm->day_of_week_to_act)
27 
29 #define AVERAGE_GOODS_PRICE (current_xmachine_firm->average_goods_price)
30 
32 #define EMPLOYEES (current_xmachine_firm->employees)
33 
35 #define MANAGER (current_xmachine_firm->manager)
36 
38 #define WAGE_OFFER (current_xmachine_firm->wage_offer)
39 
41 #define AVERAGE_WAGE (current_xmachine_firm->average_wage)
42 
44 #define NO_EMPLOYEES (current_xmachine_firm->no_employees)
45 
47 #define VACANCIES (current_xmachine_firm->vacancies)
48 
50 #define EMPLOYEES_NEEDED (current_xmachine_firm->employees_needed)
51 
53 #define DAY_OF_MONTH_WAGES_PAID (current_xmachine_firm->day_of_month_wages_paid)
54 
56 #define LABOUR_PRODUCTIVITY (current_xmachine_firm->labour_productivity)
57 
59 #define CAPITAL_PRODUCTIVITY (current_xmachine_firm->capital_productivity)
60 
62 #define CAPITAL_GOODS (current_xmachine_firm->capital_goods)
63 
65 #define CAPITAL_GOODS_PRICE (current_xmachine_firm->capital_goods_price)
66 
68 #define PRODUCTION_CURRENT (current_xmachine_firm->production_current)
69 
71 #define EXPECTED_SALES (current_xmachine_firm->expected_sales)
72 
74 #define PRODUCTION_PLAN (current_xmachine_firm->production_plan)
75 
77 #define UNIT_GOODS_PRICE (current_xmachine_firm->unit_goods_price)
78 
80 #define UNIT_COST (current_xmachine_firm->unit_cost)
81 
83 #define DAY_OF_MONTH_PRODUCTION_COMPLETED (current_xmachine_firm->day_of_month_production_completed)
84 
86 #define UNIT_HOUSE_PRICE (current_xmachine_firm->unit_house_price)
87 
89 #define PROJECTS (current_xmachine_firm->projects)
90 
92 #define LOANS_INTEREST_RATE (current_xmachine_firm->loans_interest_rate)
93 
95 #define DEBT (current_xmachine_firm->debt)
96 
98 #define INVENTORY (current_xmachine_firm->inventory)
99 
101 #define SALES (current_xmachine_firm->sales)
102 
104 #define REVENUES (current_xmachine_firm->revenues)
105 
107 #define TOTAL_ASSETS (current_xmachine_firm->total_assets)
108 
110 #define OPERATING_COSTS (current_xmachine_firm->operating_costs)
111 
113 #define LABOUR_COSTS (current_xmachine_firm->labour_costs)
114 
116 #define TOTAL_INTEREST_PAYMENTS (current_xmachine_firm->total_interest_payments)
117 
119 #define DIVIDENDS_PAID (current_xmachine_firm->dividends_paid)
120 
122 #define DIVIDENDS_TO_BE_PAID (current_xmachine_firm->dividends_to_be_paid)
123 
125 #define RETAINED_EARNINGS (current_xmachine_firm->retained_earnings)
126 
128 #define NET_EARNINGS (current_xmachine_firm->net_earnings)
129 
131 #define EBIT (current_xmachine_firm->ebit)
132 
134 #define EQUITY (current_xmachine_firm->equity)
135 
137 #define LIQUIDITY (current_xmachine_firm->liquidity)
138 
140 #define ISLIQUIDSHORT (current_xmachine_firm->isliquidshort)
141 
143 #define HASLOAN (current_xmachine_firm->hasloan)
144 
146 #define HASINVESTMENT (current_xmachine_firm->hasinvestment)
147 
149 #define ISILLIQUID (current_xmachine_firm->isilliquid)
150 
152 #define PLANNED_INVESTMENT_COSTS (current_xmachine_firm->planned_investment_costs)
153 
155 #define LIQUIDITY_NEED (current_xmachine_firm->liquidity_need)
156 
158 #define LOAN_LIST (current_xmachine_firm->loan_list)
159 
161 #define LABOUR_TAX_RATE (current_xmachine_firm->labour_tax_rate)
162 
164 #define DELTA_HOUSING_PRICE (current_xmachine_firm->delta_housing_price)