![]() |
eFinancialPlanner
V1.0 (proof of concept)
Personal Financial Planning based on Maslowian Portfolio Theory
|
Go to the source code of this file.
Functions | |
| void | init_personalize () |
Variables | |
| const string | t_personalize1 = "<p>For Accurate advice, fill out this form very carefully.</p><p><b>NOTE</b>: make sure to save changes in each section before moving on to another section! Otherwise those changes will be lost!</p></p>" |
| const string | t_personalize_concepts |
| const string | t_personalize_scoring |
| const string | t_Knowledge = "knowledge" |
| const string | t_Experience = "Experience" |
| const string | t_Desirability = "Desirability" |
| const string | t_Max_Exp = "Maximum Exposure" |
| const string | t_info_curr = "this is your base currency (all amounts in other currencies will be converted to this one (NOT ACTIVE YET!!)" |
| const string | t_info_bdate = "Your birthdate is necessary to allow you to enter a goal by only providing your age at which you want to attain this goal." |
| const string | t_info_simtill = "this is the age till which simulations will run. Be realistic here, sure one will want to become 200 years old, but it does not make sense to simulate too long in the future." |
| const string | t_reload = "Reload Initial " |
| unordered_map< string, unordered_map< string, string > > | t_personalize |
| void init_personalize | ( | ) |
Definition at line 36 of file t_personalize_Eng_UK.h.
| const string t_Desirability = "Desirability" |
Definition at line 23 of file t_personalize_Eng_UK.h.
| const string t_Experience = "Experience" |
Definition at line 22 of file t_personalize_Eng_UK.h.
| const string t_info_bdate = "Your birthdate is necessary to allow you to enter a goal by only providing your age at which you want to attain this goal." |
Definition at line 27 of file t_personalize_Eng_UK.h.
| const string t_info_curr = "this is your base currency (all amounts in other currencies will be converted to this one (NOT ACTIVE YET!!)" |
Definition at line 26 of file t_personalize_Eng_UK.h.
| const string t_info_simtill = "this is the age till which simulations will run. Be realistic here, sure one will want to become 200 years old, but it does not make sense to simulate too long in the future." |
Definition at line 28 of file t_personalize_Eng_UK.h.
| const string t_Knowledge = "knowledge" |
Definition at line 21 of file t_personalize_Eng_UK.h.
| const string t_Max_Exp = "Maximum Exposure" |
Definition at line 24 of file t_personalize_Eng_UK.h.
| unordered_map<string, unordered_map<string, string> > t_personalize |
Definition at line 35 of file t_personalize_Eng_UK.h.
| const string t_personalize1 = "<p>For Accurate advice, fill out this form very carefully.</p><p><b>NOTE</b>: make sure to save changes in each section before moving on to another section! Otherwise those changes will be lost!</p></p>" |
Definition at line 1 of file t_personalize_Eng_UK.h.
| const string t_personalize_concepts |
Definition at line 2 of file t_personalize_Eng_UK.h.
| const string t_personalize_scoring |
Definition at line 12 of file t_personalize_Eng_UK.h.
| const string t_reload = "Reload Initial " |
Definition at line 34 of file t_personalize_Eng_UK.h.