You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/account/i-user-goal/interfaces/IUserGoal.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
7
7
# Interface: IUserGoal
8
8
9
-
Defined in: [account/i-user-goal.ts:3](https://github.com/kvernon/realty-investor-timeline/blob/cec7f590aef4aded8ee94008f5b37aa0db4daadd/src/account/i-user-goal.ts#L3)
9
+
Defined in: [account/i-user-goal.ts:3](https://github.com/kvernon/realty-investor-timeline/blob/c7446a8a5576468ac5874a2dd8323180fa97a55b/src/account/i-user-goal.ts#L3)
10
10
11
11
## Extended by
12
12
@@ -18,7 +18,7 @@ Defined in: [account/i-user-goal.ts:3](https://github.com/kvernon/realty-investo
18
18
19
19
> **monthlyIncomeAmountGoal**: `number`
20
20
21
-
Defined in: [account/i-user-goal.ts:7](https://github.com/kvernon/realty-investor-timeline/blob/cec7f590aef4aded8ee94008f5b37aa0db4daadd/src/account/i-user-goal.ts#L7)
21
+
Defined in: [account/i-user-goal.ts:7](https://github.com/kvernon/realty-investor-timeline/blob/c7446a8a5576468ac5874a2dd8323180fa97a55b/src/account/i-user-goal.ts#L7)
22
22
23
23
used to determine how much you need want for monthly expenses
24
24
@@ -28,7 +28,7 @@ used to determine how much you need want for monthly expenses
Defined in: [account/i-user-goal.ts:13](https://github.com/kvernon/realty-investor-timeline/blob/cec7f590aef4aded8ee94008f5b37aa0db4daadd/src/account/i-user-goal.ts#L13)
31
+
Defined in: [account/i-user-goal.ts:14](https://github.com/kvernon/realty-investor-timeline/blob/c7446a8a5576468ac5874a2dd8323180fa97a55b/src/account/i-user-goal.ts#L14)
32
32
33
33
method used to help determine if you have met your expenses
Copy file name to clipboardExpand all lines: docs/account/i-user-investor-check/interfaces/IUserInvestorCheck.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
7
7
# Interface: IUserInvestorCheck
8
8
9
-
Defined in: [account/i-user-investor-check.ts:9](https://github.com/kvernon/realty-investor-timeline/blob/cec7f590aef4aded8ee94008f5b37aa0db4daadd/src/account/i-user-investor-check.ts#L9)
9
+
Defined in: [account/i-user-investor-check.ts:9](https://github.com/kvernon/realty-investor-timeline/blob/c7446a8a5576468ac5874a2dd8323180fa97a55b/src/account/i-user-investor-check.ts#L9)
10
10
11
11
## Extends
12
12
@@ -22,7 +22,7 @@ Defined in: [account/i-user-investor-check.ts:9](https://github.com/kvernon/real
Defined in: [account/i-user-investor-check.ts:23](https://github.com/kvernon/realty-investor-timeline/blob/cec7f590aef4aded8ee94008f5b37aa0db4daadd/src/account/i-user-investor-check.ts#L23)
25
+
Defined in: [account/i-user-investor-check.ts:23](https://github.com/kvernon/realty-investor-timeline/blob/c7446a8a5576468ac5874a2dd8323180fa97a55b/src/account/i-user-investor-check.ts#L23)
26
26
27
27
a system to determine how to hold onto the properties the longest. This scenario says as long as it meets 1 rule
28
28
@@ -32,7 +32,7 @@ a system to determine how to hold onto the properties the longest. This scenario
Defined in: [account/i-user-investor-check.ts:13](https://github.com/kvernon/realty-investor-timeline/blob/cec7f590aef4aded8ee94008f5b37aa0db4daadd/src/account/i-user-investor-check.ts#L13)
35
+
Defined in: [account/i-user-investor-check.ts:13](https://github.com/kvernon/realty-investor-timeline/blob/c7446a8a5576468ac5874a2dd8323180fa97a55b/src/account/i-user-investor-check.ts#L13)
36
36
37
37
the collection which is used to keep a balance sheet.
38
38
@@ -42,7 +42,7 @@ the collection which is used to keep a balance sheet.
Defined in: [account/i-user-investor-check.ts:18](https://github.com/kvernon/realty-investor-timeline/blob/cec7f590aef4aded8ee94008f5b37aa0db4daadd/src/account/i-user-investor-check.ts#L18)
45
+
Defined in: [account/i-user-investor-check.ts:18](https://github.com/kvernon/realty-investor-timeline/blob/c7446a8a5576468ac5874a2dd8323180fa97a55b/src/account/i-user-investor-check.ts#L18)
46
46
47
47
a collection of loan settings for how to get a loan for single family or some other kind of property
48
48
@@ -52,7 +52,7 @@ a collection of loan settings for how to get a loan for single family or some ot
52
52
53
53
> **monthlyIncomeAmountGoal**: `number`
54
54
55
-
Defined in: [account/i-user-goal.ts:7](https://github.com/kvernon/realty-investor-timeline/blob/cec7f590aef4aded8ee94008f5b37aa0db4daadd/src/account/i-user-goal.ts#L7)
55
+
Defined in: [account/i-user-goal.ts:7](https://github.com/kvernon/realty-investor-timeline/blob/c7446a8a5576468ac5874a2dd8323180fa97a55b/src/account/i-user-goal.ts#L7)
56
56
57
57
used to determine how much you need want for monthly expenses
58
58
@@ -66,7 +66,7 @@ used to determine how much you need want for monthly expenses
Defined in: [account/i-user-investor-check.ts:60](https://github.com/kvernon/realty-investor-timeline/blob/cec7f590aef4aded8ee94008f5b37aa0db4daadd/src/account/i-user-investor-check.ts#L60)
69
+
Defined in: [account/i-user-investor-check.ts:60](https://github.com/kvernon/realty-investor-timeline/blob/c7446a8a5576468ac5874a2dd8323180fa97a55b/src/account/i-user-investor-check.ts#L60)
70
70
71
71
a system to weed out the properties you don't want. This scenario says as long as it meets 1 rule
72
72
@@ -76,7 +76,7 @@ a system to weed out the properties you don't want. This scenario says as long a
Defined in: [account/i-user-investor-check.ts:55](https://github.com/kvernon/realty-investor-timeline/blob/cec7f590aef4aded8ee94008f5b37aa0db4daadd/src/account/i-user-investor-check.ts#L55)
79
+
Defined in: [account/i-user-investor-check.ts:55](https://github.com/kvernon/realty-investor-timeline/blob/c7446a8a5576468ac5874a2dd8323180fa97a55b/src/account/i-user-investor-check.ts#L55)
80
80
81
81
should be the total balance - savings, using [getMinimumSavings](IUserInvestorCheck.md#getminimumsavings), for determining monthly cash to save for single family properties
82
82
@@ -100,7 +100,7 @@ should be the total balance - savings, using [getMinimumSavings](IUserInvestorCh
Defined in: [account/i-user-investor-check.ts:48](https://github.com/kvernon/realty-investor-timeline/blob/cec7f590aef4aded8ee94008f5b37aa0db4daadd/src/account/i-user-investor-check.ts#L48)
103
+
Defined in: [account/i-user-investor-check.ts:48](https://github.com/kvernon/realty-investor-timeline/blob/c7446a8a5576468ac5874a2dd8323180fa97a55b/src/account/i-user-investor-check.ts#L48)
104
104
105
105
used to retrieve the amount required to keep in savings
106
106
@@ -124,7 +124,7 @@ used to retrieve the amount required to keep in savings
Defined in: [account/i-user-investor-check.ts:41](https://github.com/kvernon/realty-investor-timeline/blob/cec7f590aef4aded8ee94008f5b37aa0db4daadd/src/account/i-user-investor-check.ts#L41)
127
+
Defined in: [account/i-user-investor-check.ts:41](https://github.com/kvernon/realty-investor-timeline/blob/c7446a8a5576468ac5874a2dd8323180fa97a55b/src/account/i-user-investor-check.ts#L41)
128
128
129
129
a way to determine if the user has enough money. This is different because with
130
130
single family homes, you would have to save a certain amount of monthly mortgage
@@ -149,7 +149,7 @@ single family homes, you would have to save a certain amount of monthly mortgage
Defined in: [account/i-user-investor-check.ts:33](https://github.com/kvernon/realty-investor-timeline/blob/cec7f590aef4aded8ee94008f5b37aa0db4daadd/src/account/i-user-investor-check.ts#L33)
152
+
Defined in: [account/i-user-investor-check.ts:33](https://github.com/kvernon/realty-investor-timeline/blob/c7446a8a5576468ac5874a2dd8323180fa97a55b/src/account/i-user-investor-check.ts#L33)
153
153
154
154
based upon [getMinimumSavings](IUserInvestorCheck.md#getminimumsavings), it checks to see if there is an amount remaining that can be used along with the [contribution](IUserInvestorCheck.md#contribution).
Defined in: [account/i-user-goal.ts:13](https://github.com/kvernon/realty-investor-timeline/blob/cec7f590aef4aded8ee94008f5b37aa0db4daadd/src/account/i-user-goal.ts#L13)
186
+
Defined in: [account/i-user-goal.ts:14](https://github.com/kvernon/realty-investor-timeline/blob/c7446a8a5576468ac5874a2dd8323180fa97a55b/src/account/i-user-goal.ts#L14)
187
187
188
188
method used to help determine if you have met your expenses
Copy file name to clipboardExpand all lines: docs/account/user/classes/User.md
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
7
7
# Class: User
8
8
9
-
Defined in: [account/user.ts:32](https://github.com/kvernon/realty-investor-timeline/blob/cec7f590aef4aded8ee94008f5b37aa0db4daadd/src/account/user.ts#L32)
9
+
Defined in: [account/user.ts:32](https://github.com/kvernon/realty-investor-timeline/blob/c7446a8a5576468ac5874a2dd8323180fa97a55b/src/account/user.ts#L32)
10
10
11
11
It's the user... as an interface!
12
12
@@ -20,7 +20,7 @@ It's the user... as an interface!
Defined in: [account/user.ts:75](https://github.com/kvernon/realty-investor-timeline/blob/cec7f590aef4aded8ee94008f5b37aa0db4daadd/src/account/user.ts#L75)
23
+
Defined in: [account/user.ts:75](https://github.com/kvernon/realty-investor-timeline/blob/c7446a8a5576468ac5874a2dd8323180fa97a55b/src/account/user.ts#L75)
24
24
25
25
#### Parameters
26
26
@@ -38,7 +38,7 @@ Defined in: [account/user.ts:75](https://github.com/kvernon/realty-investor-time
Defined in: [account/user.ts:82](https://github.com/kvernon/realty-investor-timeline/blob/cec7f590aef4aded8ee94008f5b37aa0db4daadd/src/account/user.ts#L82)
41
+
Defined in: [account/user.ts:82](https://github.com/kvernon/realty-investor-timeline/blob/c7446a8a5576468ac5874a2dd8323180fa97a55b/src/account/user.ts#L82)
42
42
43
43
a system to determine how to hold onto the properties the longest. This scenario says as long as it meets 1 rule
44
44
@@ -52,7 +52,7 @@ a system to determine how to hold onto the properties the longest. This scenario
Defined in: [account/user.ts:36](https://github.com/kvernon/realty-investor-timeline/blob/cec7f590aef4aded8ee94008f5b37aa0db4daadd/src/account/user.ts#L36)
55
+
Defined in: [account/user.ts:36](https://github.com/kvernon/realty-investor-timeline/blob/c7446a8a5576468ac5874a2dd8323180fa97a55b/src/account/user.ts#L36)
56
56
57
57
the collection which is used to keep a balance sheet.
58
58
@@ -66,7 +66,7 @@ the collection which is used to keep a balance sheet.
Defined in: [account/user.ts:41](https://github.com/kvernon/realty-investor-timeline/blob/cec7f590aef4aded8ee94008f5b37aa0db4daadd/src/account/user.ts#L41)
69
+
Defined in: [account/user.ts:41](https://github.com/kvernon/realty-investor-timeline/blob/c7446a8a5576468ac5874a2dd8323180fa97a55b/src/account/user.ts#L41)
70
70
71
71
a collection of loan settings for how to get a loan for single family or some other kind of property
72
72
@@ -80,7 +80,7 @@ a collection of loan settings for how to get a loan for single family or some ot
80
80
81
81
> **monthlyIncomeAmountGoal**: `number`
82
82
83
-
Defined in: [account/user.ts:46](https://github.com/kvernon/realty-investor-timeline/blob/cec7f590aef4aded8ee94008f5b37aa0db4daadd/src/account/user.ts#L46)
83
+
Defined in: [account/user.ts:46](https://github.com/kvernon/realty-investor-timeline/blob/c7446a8a5576468ac5874a2dd8323180fa97a55b/src/account/user.ts#L46)
84
84
85
85
used to determine how much you need want for monthly expenses
86
86
@@ -94,7 +94,7 @@ used to determine how much you need want for monthly expenses
94
94
95
95
> **monthlySavedAmount**: `number`
96
96
97
-
Defined in: [account/user.ts:73](https://github.com/kvernon/realty-investor-timeline/blob/cec7f590aef4aded8ee94008f5b37aa0db4daadd/src/account/user.ts#L73)
97
+
Defined in: [account/user.ts:73](https://github.com/kvernon/realty-investor-timeline/blob/c7446a8a5576468ac5874a2dd8323180fa97a55b/src/account/user.ts#L73)
98
98
99
99
an amount which the user can save per month after expenses, like, after my pay check I could put this amount into savings
100
100
@@ -108,7 +108,7 @@ an amount which the user can save per month after expenses, like, after my pay c
Defined in: [account/user.ts:87](https://github.com/kvernon/realty-investor-timeline/blob/cec7f590aef4aded8ee94008f5b37aa0db4daadd/src/account/user.ts#L87)
111
+
Defined in: [account/user.ts:87](https://github.com/kvernon/realty-investor-timeline/blob/c7446a8a5576468ac5874a2dd8323180fa97a55b/src/account/user.ts#L87)
112
112
113
113
a system to weed out the properties you don't want. This scenario says as long as it meets 1 rule
114
114
@@ -122,7 +122,7 @@ a system to weed out the properties you don't want. This scenario says as long a
122
122
123
123
> **clone**(): [`IUser`](../interfaces/IUser.md)
124
124
125
-
Defined in: [account/user.ts:171](https://github.com/kvernon/realty-investor-timeline/blob/cec7f590aef4aded8ee94008f5b37aa0db4daadd/src/account/user.ts#L171)
125
+
Defined in: [account/user.ts:171](https://github.com/kvernon/realty-investor-timeline/blob/c7446a8a5576468ac5874a2dd8323180fa97a55b/src/account/user.ts#L171)
126
126
127
127
#### Returns
128
128
@@ -138,7 +138,7 @@ Defined in: [account/user.ts:171](https://github.com/kvernon/realty-investor-tim
Defined in: [account/user.ts:155](https://github.com/kvernon/realty-investor-timeline/blob/cec7f590aef4aded8ee94008f5b37aa0db4daadd/src/account/user.ts#L155)
141
+
Defined in: [account/user.ts:155](https://github.com/kvernon/realty-investor-timeline/blob/c7446a8a5576468ac5874a2dd8323180fa97a55b/src/account/user.ts#L155)
142
142
143
143
should be the total balance - savings, using [getMinimumSavings](User.md#getminimumsavings), for determining monthly cash to save for single family properties
144
144
@@ -166,7 +166,7 @@ should be the total balance - savings, using [getMinimumSavings](User.md#getmini
Defined in: [account/user.ts:57](https://github.com/kvernon/realty-investor-timeline/blob/cec7f590aef4aded8ee94008f5b37aa0db4daadd/src/account/user.ts#L57)
169
+
Defined in: [account/user.ts:57](https://github.com/kvernon/realty-investor-timeline/blob/c7446a8a5576468ac5874a2dd8323180fa97a55b/src/account/user.ts#L57)
170
170
171
171
method used to help determine if you have met your expenses
172
172
@@ -194,7 +194,7 @@ method used to help determine if you have met your expenses
Defined in: [account/user.ts:137](https://github.com/kvernon/realty-investor-timeline/blob/cec7f590aef4aded8ee94008f5b37aa0db4daadd/src/account/user.ts#L137)
197
+
Defined in: [account/user.ts:137](https://github.com/kvernon/realty-investor-timeline/blob/c7446a8a5576468ac5874a2dd8323180fa97a55b/src/account/user.ts#L137)
198
198
199
199
used to retrieve the amount required to keep in savings
200
200
@@ -222,7 +222,7 @@ used to retrieve the amount required to keep in savings
Defined in: [account/user.ts:119](https://github.com/kvernon/realty-investor-timeline/blob/cec7f590aef4aded8ee94008f5b37aa0db4daadd/src/account/user.ts#L119)
225
+
Defined in: [account/user.ts:119](https://github.com/kvernon/realty-investor-timeline/blob/c7446a8a5576468ac5874a2dd8323180fa97a55b/src/account/user.ts#L119)
226
226
227
227
a way to determine if the user has enough money. This is different because with
228
228
single family homes, you would have to save a certain amount of monthly mortgage
@@ -251,7 +251,7 @@ single family homes, you would have to save a certain amount of monthly mortgage
Defined in: [account/user.ts:97](https://github.com/kvernon/realty-investor-timeline/blob/cec7f590aef4aded8ee94008f5b37aa0db4daadd/src/account/user.ts#L97)
254
+
Defined in: [account/user.ts:97](https://github.com/kvernon/realty-investor-timeline/blob/c7446a8a5576468ac5874a2dd8323180fa97a55b/src/account/user.ts#L97)
255
255
256
256
based upon [getMinimumSavings](User.md#getminimumsavings), it checks to see if there is an amount remaining that can be used along with the [contribution](User.md#contribution).
Defined in: [account/user.ts:53](https://github.com/kvernon/realty-investor-timeline/blob/cec7f590aef4aded8ee94008f5b37aa0db4daadd/src/account/user.ts#L53)
292
+
Defined in: [account/user.ts:53](https://github.com/kvernon/realty-investor-timeline/blob/c7446a8a5576468ac5874a2dd8323180fa97a55b/src/account/user.ts#L53)
293
293
294
294
method used to help determine if you have met your expenses
0 commit comments