![]() |
CYCLUS
|
Go to the source code of this file.
Functions | |
std::unordered_map< std::string, double > | GenerateParamList () const |
Variables | |
double | bond_holders_rate_of_return |
double | corporate_income_tax_rate |
std::vector< int > | cycpp_shape_bond_holders_rate_of_return = {0} |
std::vector< int > | cycpp_shape_corporate_income_tax_rate = {0} |
std::vector< int > | cycpp_shape_fraction_bond_financing = {0} |
std::vector< int > | cycpp_shape_fraction_private_capital = {0} |
std::vector< int > | cycpp_shape_minimum_acceptable_return_rate = {0} |
std::vector< int > | cycpp_shape_share_holders_rate_of_return = {0} |
double | fraction_bond_financing |
double | fraction_private_capital |
double | minimum_acceptable_return_rate |
double | share_holders_rate_of_return |
std::unordered_map< std::string, double > GenerateParamList | ( | ) | const |
Definition at line 75 of file institution_cost.cycpp.h.
double bond_holders_rate_of_return |
Definition at line 44 of file institution_cost.cycpp.h.
double corporate_income_tax_rate |
Definition at line 35 of file institution_cost.cycpp.h.
std::vector<int> cycpp_shape_bond_holders_rate_of_return = {0} |
Definition at line 93 of file institution_cost.cycpp.h.
std::vector<int> cycpp_shape_corporate_income_tax_rate = {0} |
Definition at line 92 of file institution_cost.cycpp.h.
std::vector<int> cycpp_shape_fraction_bond_financing = {0} |
Definition at line 94 of file institution_cost.cycpp.h.
std::vector<int> cycpp_shape_fraction_private_capital = {0} |
Definition at line 96 of file institution_cost.cycpp.h.
std::vector<int> cycpp_shape_minimum_acceptable_return_rate = {0} |
Definition at line 91 of file institution_cost.cycpp.h.
std::vector<int> cycpp_shape_share_holders_rate_of_return = {0} |
Definition at line 95 of file institution_cost.cycpp.h.
double fraction_bond_financing |
Definition at line 53 of file institution_cost.cycpp.h.
double fraction_private_capital |
Definition at line 71 of file institution_cost.cycpp.h.
double minimum_acceptable_return_rate |
This includes the required header to add institution costs to archetypes.
One should only need to:
InitEconParameters()
to EnterNotify()
in the cc file of the archetype class. How to add parameters to this file:Definition at line 26 of file institution_cost.cycpp.h.
double share_holders_rate_of_return |
Definition at line 62 of file institution_cost.cycpp.h.