Closed ghost closed 7 years ago
Those values are coming from the Personality Insights output. Probably a direct match to some of the BIG 5 values.
Could you elaborate, how are the values for the Funds coming from the Personality Insights output? Maybe provide an example for the fund mentioned above with id=0 "Select Utilities Portfolio". (There are 110 funds in that list, with the last one being id=109 "Select Energy Service Portfolio".)
@Hardeep-Mehta - give me a day or two, I'll write up the approach we used to come up with these values. Currently at a conferences.
@vibhasinghal any updates here? I checked PI API output, the funds does not match. are they used in this app, and directly mapping to PI output, if so, please provide the mapping, if it is in-directly, please also provide logic of mapping, thanks
@vibhasinghal - Could you please let me know, when can I expect your response?
Thanks.
I'll do so by Sunday. Sorry, has been a crazy week.
@Hardeep-Mehta: for this demo we had to come up with personality for each fund. We used the following method -
Based on various papers on risk, we hypothesized that a person who is risk-adverse (low risk) has high Cautiousness, Structure and Stability, and average Orderliness, Vulnerability and Conservation, while a person who can tolerate high risk has low Orderliness, Vulnerability and Conservation, and average Stability and high Structure.
Based on this hypothesis, we quantified a risk personality profile for each fund. This was done as follows -
@vibhasinghal, thank you for the information.
In this Investment Advisor Demo (https://github.com/watson-developer-cloud/investment-advisor), the fund's personality data is provided in the _fundspersonality.json file.
For example:
How are the values for Vulnerability, Stability, Ideal etc being calculated for each fund?
Thanks,
Hardeep