Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
ggsmith842 authored Jul 29, 2023
1 parent de31d3e commit 05f455f
Show file tree
Hide file tree
Showing 4 changed files with 84 additions and 0 deletions.
25 changes: 25 additions & 0 deletions data/answers.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
AnswerID,AnswerText,AnswerValue,QuestionID
1,A real gambler,4,1
2,Willing to take risks after doing alot of research,3,1
3,Cautious,2,1
4,A real risk avoider,1,1
5,"$1,000 in cash",1,2
6,"A 50% chance at $5,000",2,2
7,"A 25% chance at %10,000",3,2
8,"A 5% change at $100,000",4,2
9,Loss,1,3
10,Uncertainty,2,3
11,Opportunity,3,3
12,Thrill,4,3
13,Completely False,1,4
14,Somewhat True,2,4
15,Completely True,3,4
16,Completely False,1,5
17,Somewhat True,2,5
18,Completely True,3,5
19,Completely False,1,6
20,Somewhat True,2,6
21,Completely True,3,6
22,Completely False,1,7
23,Somewhat True,2,7
24,Completely True,3,7
5 changes: 5 additions & 0 deletions data/goalprobabilities.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Realize,Avoid,MinP,MaxP
Dreams,Concerns,0.5,0.64
Wishes,Worries,0.65,0.79
Wants,Fears,0.8,0.89
Needs,Nightmares,0.9,0.99
8 changes: 8 additions & 0 deletions data/questionnaire.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
QuestionID,QuestionType,QuestionText,QuestionWeight
1,Tolerance,"In general, how would your bestfriend describe you as a risk taker?",2
2,Tolerance,You are on TV at a game show. Which of the following options would you choose?,1
3,Tolerance,What word comes to mind first wen you think of risk?,1
4,Capacity,You are able to spend money regularly.,1
5,Capacity,You can pay all your monthly bills on time.,1
6,Capacity,"If you lose money investing today, your current lifestyle will not change.",1
7,Capacity,You do not need to draw more that 5% of your investment portfolio for the next 5 years.,1
46 changes: 46 additions & 0 deletions data/riskbuckets.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
Portfolio,CapacityMin,CapacityMax,ToleranceMin,ToleranceMax
1,4,4,4,6
1,4,4,7,9
1,4,4,10,12
1,4,4,13,15
1,4,4,16,16
2,5,5,4,6
2,5,5,7,9
2,5,5,10,12
2,5,5,13,15
2,5,5,16,16
2,6,6,4,6
2,6,6,7,9
2,6,6,10,12
2,6,6,13,15
2,6,6,16,16
2,7,7,4,6
2,7,7,7,9
2,7,7,10,12
2,7,7,13,15
3,7,7,16,16
2,8,8,4,6
2,8,8,7,9
2,8,8,10,12
3,8,8,13,15
3,8,8,16,16
2,9,9,4,6
2,9,9,7,9
3,9,9,10,12
3,9,9,13,15
3,9,9,16,16
3,10,10,4,6
3,10,10,7,9
3,10,10,10,12
4,10,10,13,15
4,10,10,16,16
3,11,11,4,6
3,11,11,7,9
4,11,11,10,12
4,11,11,13,15
5,11,11,16,16
3,12,12,4,6
4,12,12,7,9
4,12,12,10,12
5,12,12,13,15
5,12,12,16,16

0 comments on commit 05f455f

Please sign in to comment.