|
ICEACE Model: Closed Economy
1.0.0
Design Documentation of ICEACE Model
|

Go to the source code of this file.
Functions | |
| int | centralbank_set_interest_rate () |
| int | centralbank_collect_interest_payments () |
| int | centralbank_process_debt_requests () |
| int | centralbank_compute_income_statement () |
| int | centralbank_process_government_requests () |
| int | centralbank_do_balance_sheet () |
| int centralbank_collect_interest_payments | ( | void | ) |
Definition at line 62 of file centralbank_functions_credit.c.

| int centralbank_compute_income_statement | ( | void | ) |
Definition at line 117 of file centralbank_functions_credit.c.


| int centralbank_do_balance_sheet | ( | void | ) |
Definition at line 167 of file centralbank_functions_credit.c.

| int centralbank_process_debt_requests | ( | void | ) |
Definition at line 82 of file centralbank_functions_credit.c.

| int centralbank_process_government_requests | ( | void | ) |
Definition at line 138 of file centralbank_functions_credit.c.

| int centralbank_set_interest_rate | ( | void | ) |
Definition at line 8 of file centralbank_functions_credit.c.


1.8.3.1