ICEACE Model: Closed Economy  1.0.0
Design Documentation of ICEACE Model
 All Data Structures Files Functions Variables Typedefs Macros Pages
Macros
centralbank_agent_header.h File Reference

Header for agent type memory access. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define ID   (current_xmachine_centralbank->id)
 Direct access to id of centralbank agent memory variable. More...
 
#define DAY_OF_MONTH_TO_ACT   (current_xmachine_centralbank->day_of_month_to_act)
 Direct access to day_of_month_to_act of centralbank agent memory variable. More...
 
#define UNEMPLOYMENT_RATE   (current_xmachine_centralbank->unemployment_rate)
 Direct access to unemployment_rate of centralbank agent memory variable. More...
 
#define INFLATION_RATE   (current_xmachine_centralbank->inflation_rate)
 Direct access to inflation_rate of centralbank agent memory variable. More...
 
#define CONSUMPTION_GOODS_PRICES   (current_xmachine_centralbank->consumption_goods_prices)
 Direct access to consumption_goods_prices of centralbank agent memory variable. More...
 
#define IT_NO   (current_xmachine_centralbank->it_no)
 Direct access to it_no of centralbank agent memory variable. More...
 
#define DAY_OF_WEEK_TO_ACT   (current_xmachine_centralbank->day_of_week_to_act)
 Direct access to day_of_week_to_act of centralbank agent memory variable. More...
 
#define GOODS   (current_xmachine_centralbank->goods)
 Direct access to goods of centralbank agent memory variable. More...
 
#define WEEKLY_PRICE_AVERAGES   (current_xmachine_centralbank->weekly_price_averages)
 Direct access to weekly_price_averages of centralbank agent memory variable. More...
 
#define DAY_OF_MONTH_WAGES_PAID   (current_xmachine_centralbank->day_of_month_wages_paid)
 Direct access to day_of_month_wages_paid of centralbank agent memory variable. More...
 
#define INTEREST_RATE   (current_xmachine_centralbank->interest_rate)
 Direct access to interest_rate of centralbank agent memory variable. More...
 
#define LIQUIDITY   (current_xmachine_centralbank->liquidity)
 Direct access to liquidity of centralbank agent memory variable. More...
 
#define LOANS_BANKS   (current_xmachine_centralbank->loans_banks)
 Direct access to loans_banks of centralbank agent memory variable. More...
 
#define LOANS_GOVERNMENT   (current_xmachine_centralbank->loans_government)
 Direct access to loans_government of centralbank agent memory variable. More...
 
#define FIAT_MONEY   (current_xmachine_centralbank->fiat_money)
 Direct access to fiat_money of centralbank agent memory variable. More...
 
#define EQUITY   (current_xmachine_centralbank->equity)
 Direct access to equity of centralbank agent memory variable. More...
 
#define LIQUIDITY_BANKS   (current_xmachine_centralbank->liquidity_banks)
 Direct access to liquidity_banks of centralbank agent memory variable. More...
 
#define LIQUIDITY_GOVERNMENT   (current_xmachine_centralbank->liquidity_government)
 Direct access to liquidity_government of centralbank agent memory variable. More...
 
#define LIQUIDITY_EQUITYFUND   (current_xmachine_centralbank->liquidity_equityfund)
 Direct access to liquidity_equityfund of centralbank agent memory variable. More...
 
#define TOTAL_ASSETS   (current_xmachine_centralbank->total_assets)
 Direct access to total_assets of centralbank agent memory variable. More...
 
#define TOTAL_WRITEOFFS   (current_xmachine_centralbank->total_writeoffs)
 Direct access to total_writeoffs of centralbank agent memory variable. More...
 
#define INTERESTS_ACCRUED   (current_xmachine_centralbank->interests_accrued)
 Direct access to interests_accrued of centralbank agent memory variable. More...
 
#define REVENUES   (current_xmachine_centralbank->revenues)
 Direct access to revenues of centralbank agent memory variable. More...
 
#define NET_EARNINGS   (current_xmachine_centralbank->net_earnings)
 Direct access to net_earnings of centralbank agent memory variable. More...
 
#define TOTAL_COSTS   (current_xmachine_centralbank->total_costs)
 Direct access to total_costs of centralbank agent memory variable. More...
 
#define HOUSES   (current_xmachine_centralbank->houses)
 Direct access to houses of centralbank agent memory variable. More...
 

Detailed Description

Header for agent type memory access.

Definition in file centralbank_agent_header.h.

Macro Definition Documentation

#define CONSUMPTION_GOODS_PRICES   (current_xmachine_centralbank->consumption_goods_prices)

Direct access to consumption_goods_prices of centralbank agent memory variable.

Definition at line 20 of file centralbank_agent_header.h.

#define DAY_OF_MONTH_TO_ACT   (current_xmachine_centralbank->day_of_month_to_act)

Direct access to day_of_month_to_act of centralbank agent memory variable.

Definition at line 11 of file centralbank_agent_header.h.

#define DAY_OF_MONTH_WAGES_PAID   (current_xmachine_centralbank->day_of_month_wages_paid)

Direct access to day_of_month_wages_paid of centralbank agent memory variable.

Definition at line 35 of file centralbank_agent_header.h.

#define DAY_OF_WEEK_TO_ACT   (current_xmachine_centralbank->day_of_week_to_act)

Direct access to day_of_week_to_act of centralbank agent memory variable.

Definition at line 26 of file centralbank_agent_header.h.

#define EQUITY   (current_xmachine_centralbank->equity)

Direct access to equity of centralbank agent memory variable.

Definition at line 53 of file centralbank_agent_header.h.

#define FIAT_MONEY   (current_xmachine_centralbank->fiat_money)

Direct access to fiat_money of centralbank agent memory variable.

Definition at line 50 of file centralbank_agent_header.h.

#define GOODS   (current_xmachine_centralbank->goods)

Direct access to goods of centralbank agent memory variable.

Definition at line 29 of file centralbank_agent_header.h.

#define HOUSES   (current_xmachine_centralbank->houses)

Direct access to houses of centralbank agent memory variable.

Definition at line 83 of file centralbank_agent_header.h.

#define ID   (current_xmachine_centralbank->id)

Direct access to id of centralbank agent memory variable.

Definition at line 8 of file centralbank_agent_header.h.

#define INFLATION_RATE   (current_xmachine_centralbank->inflation_rate)

Direct access to inflation_rate of centralbank agent memory variable.

Definition at line 17 of file centralbank_agent_header.h.

#define INTEREST_RATE   (current_xmachine_centralbank->interest_rate)

Direct access to interest_rate of centralbank agent memory variable.

Definition at line 38 of file centralbank_agent_header.h.

#define INTERESTS_ACCRUED   (current_xmachine_centralbank->interests_accrued)

Direct access to interests_accrued of centralbank agent memory variable.

Definition at line 71 of file centralbank_agent_header.h.

#define IT_NO   (current_xmachine_centralbank->it_no)

Direct access to it_no of centralbank agent memory variable.

Definition at line 23 of file centralbank_agent_header.h.

#define LIQUIDITY   (current_xmachine_centralbank->liquidity)

Direct access to liquidity of centralbank agent memory variable.

Definition at line 41 of file centralbank_agent_header.h.

#define LIQUIDITY_BANKS   (current_xmachine_centralbank->liquidity_banks)

Direct access to liquidity_banks of centralbank agent memory variable.

Definition at line 56 of file centralbank_agent_header.h.

#define LIQUIDITY_EQUITYFUND   (current_xmachine_centralbank->liquidity_equityfund)

Direct access to liquidity_equityfund of centralbank agent memory variable.

Definition at line 62 of file centralbank_agent_header.h.

#define LIQUIDITY_GOVERNMENT   (current_xmachine_centralbank->liquidity_government)

Direct access to liquidity_government of centralbank agent memory variable.

Definition at line 59 of file centralbank_agent_header.h.

#define LOANS_BANKS   (current_xmachine_centralbank->loans_banks)

Direct access to loans_banks of centralbank agent memory variable.

Definition at line 44 of file centralbank_agent_header.h.

#define LOANS_GOVERNMENT   (current_xmachine_centralbank->loans_government)

Direct access to loans_government of centralbank agent memory variable.

Definition at line 47 of file centralbank_agent_header.h.

#define NET_EARNINGS   (current_xmachine_centralbank->net_earnings)

Direct access to net_earnings of centralbank agent memory variable.

Definition at line 77 of file centralbank_agent_header.h.

#define REVENUES   (current_xmachine_centralbank->revenues)

Direct access to revenues of centralbank agent memory variable.

Definition at line 74 of file centralbank_agent_header.h.

#define TOTAL_ASSETS   (current_xmachine_centralbank->total_assets)

Direct access to total_assets of centralbank agent memory variable.

Definition at line 65 of file centralbank_agent_header.h.

#define TOTAL_COSTS   (current_xmachine_centralbank->total_costs)

Direct access to total_costs of centralbank agent memory variable.

Definition at line 80 of file centralbank_agent_header.h.

#define TOTAL_WRITEOFFS   (current_xmachine_centralbank->total_writeoffs)

Direct access to total_writeoffs of centralbank agent memory variable.

Definition at line 68 of file centralbank_agent_header.h.

#define UNEMPLOYMENT_RATE   (current_xmachine_centralbank->unemployment_rate)

Direct access to unemployment_rate of centralbank agent memory variable.

Definition at line 14 of file centralbank_agent_header.h.

#define WEEKLY_PRICE_AVERAGES   (current_xmachine_centralbank->weekly_price_averages)

Direct access to weekly_price_averages of centralbank agent memory variable.

Definition at line 32 of file centralbank_agent_header.h.