-
Notifications
You must be signed in to change notification settings - Fork 0
/
cards.json
72 lines (67 loc) · 2.31 KB
/
cards.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"topic": "Checking",
"question": "What is a checking account?",
"answer": "A bank account that is used for everyday transactions"
}
{
"topic": "Checking",
"question": "How do you get a checking account?"
,
"answer": ["Apply at a bank or online!",
"You need 2 forms of identification",
"If you are under 18, a joint account is needed with a parent or guardian",
"In this case both people need their identities checked"]
}
{
"topic": "Checking",
"question": "What can you use the checking account for?",
"answer":["Store money",
"Checks",
"ATMs",
"Direct deposit",
"Debit Cards"]
}
{
"topic": "Checking",
"question": "How do you use a debit card?",
"answer":["Swipe it when paying for things",
"Need a PIN (Personal identification number to check your identity)",
"Avoid extra fees and costs by not paying more than you have"]
}
{
"topic": "Checking",
"question": "What should you be aware of?",
"answer":["Don’t withdraw/spend more than you have, you will be charged HUGE fees",
"Keep track of your balance on your own. Sometimes technology fails",
"Watch out for fees",
"Get an account that is free to open",
"Check for hidden fees and requirements",
"Make sure the bank is FDIC Insured. This means it is official and government regulated"]
}
{
"topic": "Savings",
"question": "What is a savings account?",
"answer":["Similar to a checking account but not for everyday purchases",
"Banks lend your money to others, and in exchange you earn interest"]
}
{
"topic": "Savings",
"question": "Why do you need one?",
"answer":["Lets you store money is a separate, safe place",
"Likely has a better interest rate",
"Protected from everyday spending"]
}
{
"topic": "Savings",
"question": "What is an interest rate?",
"answer":["Rate that the bank pays on your money",
"Higher than a checking account",
"Can make a few cents, but still is money!"]
}
{
"topic": "Savings" ,
"question": "What is the difference between a checking and savings account?",
"answer":["Checking has debit card, savings doesn't",
"Checking has lower interest rate",
"Savings has withdrawal limits, and higher interest rates"]
}