-
Notifications
You must be signed in to change notification settings - Fork 0
/
portfolio_request_valid.json
82 lines (82 loc) · 1.95 KB
/
portfolio_request_valid.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
73
74
75
76
77
78
79
80
81
82
{
"new_delta": {
"period": "1",
"period_unit": "Month"
},
"new_banks": [
{
"name": "MOUNTAIN",
"bank_tz": "America/Chicago",
"new_deposits": [
{
"account": "1234N",
"account_type": "Checking",
"apy": "0.01",
"years": "10",
"amount": "100",
"start_date_in_bank_tz": "2019-01-01"
},
{
"account": "1256N",
"account_type": "CertificateOfDeposit",
"apy": "5.40",
"years": "2",
"amount": "50000",
"start_date_in_bank_tz": "2018-04-07"
},
{
"account": "1111N",
"account_type": "CertificateOfDeposit",
"apy": "1.01",
"years": "10",
"amount": "21000",
"start_date_in_bank_tz": "2018-08-14"
}
]
},
{
"name": "PEACEMAKER",
"bank_tz": "America/New_York",
"new_deposits": [
{
"account": "1235N",
"account_type": "BrokerageCertificateOfDeposit",
"apy": "2.4",
"years": "7",
"amount": "10990",
"start_date_in_bank_tz": "2024-02-16"
}
]
},
{
"name": "VISION-BANK",
"bank_tz": "America/Los_Angeles",
"new_deposits": [
{
"account": "1235N",
"account_type": "BrokerageCertificateOfDeposit",
"apy": "5",
"years": "7",
"amount": "10990",
"start_date_in_bank_tz": "2023-02-16"
},
{
"account": "9898N",
"account_type": "CertificateOfDeposit",
"apy": "2.22",
"years": "1",
"amount": "5500",
"start_date_in_bank_tz": "2020-02-16"
},
{
"account": "3833N",
"account_type": "Savings",
"apy": "3.75",
"years": "20",
"amount": "10000.50",
"start_date_in_bank_tz": "2024-02-16"
}
]
}
]
}