ICEACE Model: Closed Economy
1.0.0
Design Documentation of ICEACE Model
|
Go to the source code of this file.
Functions | |
int | bank_credit_check_interest_rate () |
int | bank_credit_compute_income_statement () |
int | bank_credit_compute_dividends () |
int | bank_credit_do_balance_sheet () |
int | bank_credit_process_loan_requests_1 () |
int | bank_credit_process_loan_requests_2 () |
int | bank_credit_recieve_loan_writeoffs () |
int | bank_credit_recieve_new_entrant_loan_requests () |
int | bank_credit_collect_loan_interests () |
int bank_credit_check_interest_rate | ( | void | ) |
int bank_credit_collect_loan_interests | ( | void | ) |
int bank_credit_compute_dividends | ( | void | ) |
Definition at line 75 of file bank_functions_credit.c.
int bank_credit_compute_income_statement | ( | void | ) |
Definition at line 36 of file bank_functions_credit.c.
int bank_credit_do_balance_sheet | ( | void | ) |
Definition at line 135 of file bank_functions_credit.c.
int bank_credit_process_loan_requests_1 | ( | void | ) |
Definition at line 194 of file bank_functions_credit.c.
int bank_credit_process_loan_requests_2 | ( | void | ) |
Definition at line 233 of file bank_functions_credit.c.
int bank_credit_recieve_loan_writeoffs | ( | void | ) |
int bank_credit_recieve_new_entrant_loan_requests | ( | void | ) |