![]() |
eFinancialPlanner
V1.0 (proof of concept)
Personal Financial Planning based on Maslowian Portfolio Theory
|
Public Attributes | |
| char | layout = '2' |
| Presentation. More... | |
| char | language = '1' |
| 1=UK English More... | |
| bool | show_aside = false |
| whether or not to show the side-box More... | |
| char | font_combination = '5' |
| 1=Corben&Nobile, 2=Droid (Serif and Sans), d = default (non-google fonts), 3=Ubuntu+Sans, 4=Ubuntu+Vollkorn, 5=handwritten+sans, 6 = handrwitten titles+serif! (pref 3 and 5) More... | |
| const bool | parse_wrapper = false |
| true will turn of the rendering of the menu related to the soft_server_url More... | |
| const string | wrapper_name = "eFinancialPlanner" |
| const string | wrapper_url = "https://eFinancialPlanner.eu" |
| const string | soft_name = "Goal Ranking 1" |
| const string | soft_version = "V0.4.0" |
| std::vector< int > | total_portf_monthNbrs = {1} |
| the month numbers used to show the total portfolio composition More... | |
| const bool | show_social = false |
| const bool | merge_ER_vol = true |
| true to show ER and vol together in one table in the "Personalize" screen More... | |
| const bool | simul_show_table = false |
| true if we show the table of E[R] and vol in the simulation-overview More... | |
| string | riskFunction = "VaR" |
| Math. More... | |
| const string | db_host = "tcp://127.0.0.1:3306" |
| Database. More... | |
| const string | db_name = "efp" |
| const string | db_user = "efp" |
| const string | db_pwd = "efp.cger" |
| const string | tbl_prefix = "pfp3" |
| tables start with "" + oConfig.tbl_prefix + "_" if the prefix is eg. "tbl" then we have "tbl_invesotrs" More... | |
| const string | soft_file = "pfp5.cgi" |
| Apache relevant parameters. More... | |
| const string | soft_server_url = "https://localhost" |
| const string | www_dir = "/efp/" |
| const string | img_dir = "/efp/img/" |
| const string | css_dir = "/efp/style/" |
| const string | soft_dir = "/cgi-bin/" |
| this is the directory used by the webserver to locate the software (not the physical location) More... | |
| const string | scripts_dir = "/efp/scripts/" |
| string | soft_url = this->soft_server_url + this->soft_dir + this->soft_file |
class config
copyright: (c) Philippe De Brouwer 2015
last modification:
Definition at line 10 of file config.class.cpp.
| const string config::css_dir = "/efp/style/" |
Definition at line 48 of file config.class.cpp.
| const string config::db_host = "tcp://127.0.0.1:3306" |
Database.
Definition at line 33 of file config.class.cpp.
| const string config::db_name = "efp" |
Definition at line 34 of file config.class.cpp.
| const string config::db_pwd = "efp.cger" |
Definition at line 36 of file config.class.cpp.
| const string config::db_user = "efp" |
Definition at line 35 of file config.class.cpp.
| char config::font_combination = '5' |
1=Corben&Nobile, 2=Droid (Serif and Sans), d = default (non-google fonts), 3=Ubuntu+Sans, 4=Ubuntu+Vollkorn, 5=handwritten+sans, 6 = handrwitten titles+serif! (pref 3 and 5)
Definition at line 18 of file config.class.cpp.
| const string config::img_dir = "/efp/img/" |
Definition at line 47 of file config.class.cpp.
| char config::language = '1' |
1=UK English
Definition at line 16 of file config.class.cpp.
| char config::layout = '2' |
Presentation.
1=Traditional (base2.css) | 2=Responsive (bootstrap)
Definition at line 15 of file config.class.cpp.
| const bool config::merge_ER_vol = true |
true to show ER and vol together in one table in the "Personalize" screen
Definition at line 26 of file config.class.cpp.
| const bool config::parse_wrapper = false |
true will turn of the rendering of the menu related to the soft_server_url
Definition at line 19 of file config.class.cpp.
| string config::riskFunction = "VaR" |
Math.
Definition at line 30 of file config.class.cpp.
| const string config::scripts_dir = "/efp/scripts/" |
Definition at line 50 of file config.class.cpp.
| bool config::show_aside = false |
whether or not to show the side-box
Definition at line 17 of file config.class.cpp.
| const bool config::show_social = false |
Definition at line 25 of file config.class.cpp.
| const bool config::simul_show_table = false |
true if we show the table of E[R] and vol in the simulation-overview
Definition at line 27 of file config.class.cpp.
| const string config::soft_dir = "/cgi-bin/" |
this is the directory used by the webserver to locate the software (not the physical location)
Definition at line 49 of file config.class.cpp.
| const string config::soft_file = "pfp5.cgi" |
Apache relevant parameters.
Definition at line 41 of file config.class.cpp.
| const string config::soft_name = "Goal Ranking 1" |
Definition at line 22 of file config.class.cpp.
| const string config::soft_server_url = "https://localhost" |
Definition at line 45 of file config.class.cpp.
| string config::soft_url = this->soft_server_url + this->soft_dir + this->soft_file |
Definition at line 59 of file config.class.cpp.
| const string config::soft_version = "V0.4.0" |
Definition at line 23 of file config.class.cpp.
| const string config::tbl_prefix = "pfp3" |
tables start with "" + oConfig.tbl_prefix + "_" if the prefix is eg. "tbl" then we have "tbl_invesotrs"
Definition at line 37 of file config.class.cpp.
| std::vector<int> config::total_portf_monthNbrs = {1} |
the month numbers used to show the total portfolio composition
Definition at line 24 of file config.class.cpp.
| const string config::wrapper_name = "eFinancialPlanner" |
Definition at line 20 of file config.class.cpp.
| const string config::wrapper_url = "https://eFinancialPlanner.eu" |
Definition at line 21 of file config.class.cpp.
| const string config::www_dir = "/efp/" |
Definition at line 46 of file config.class.cpp.