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
+4-4Lines changed: 4 additions & 4 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:1](https://github.com/kvernon/realty-investor-timeline/blob/5a4b50c05937ef4acec617ccfb5124957036558c/src/account/i-user-goal.ts#L1)
9
+
Defined in: [account/i-user-goal.ts:1](https://github.com/kvernon/realty-investor-timeline/blob/f5e81c745c9712850008b994845a2db276e2111c/src/account/i-user-goal.ts#L1)
10
10
11
11
## Extended by
12
12
@@ -18,7 +18,7 @@ Defined in: [account/i-user-goal.ts:1](https://github.com/kvernon/realty-investo
18
18
19
19
> **monthlyIncomeAmountGoal**: `number`
20
20
21
-
Defined in: [account/i-user-goal.ts:5](https://github.com/kvernon/realty-investor-timeline/blob/5a4b50c05937ef4acec617ccfb5124957036558c/src/account/i-user-goal.ts#L5)
21
+
Defined in: [account/i-user-goal.ts:5](https://github.com/kvernon/realty-investor-timeline/blob/f5e81c745c9712850008b994845a2db276e2111c/src/account/i-user-goal.ts#L5)
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
28
28
29
29
> **metAverageQuarterlyGoal**(`today`): `boolean`
30
30
31
-
Defined in: [account/i-user-goal.ts:17](https://github.com/kvernon/realty-investor-timeline/blob/5a4b50c05937ef4acec617ccfb5124957036558c/src/account/i-user-goal.ts#L17)
31
+
Defined in: [account/i-user-goal.ts:17](https://github.com/kvernon/realty-investor-timeline/blob/f5e81c745c9712850008b994845a2db276e2111c/src/account/i-user-goal.ts#L17)
32
32
33
33
takes data from a quarterly average cash flow and compares it to the monthly goal. The reason on quarterly is that apartments do distributions quarterly, so you have to spread those out monthly
34
34
@@ -48,7 +48,7 @@ takes data from a quarterly average cash flow and compares it to the monthly goa
48
48
49
49
> **metMonthlyGoal**(`today`): `boolean`
50
50
51
-
Defined in: [account/i-user-goal.ts:11](https://github.com/kvernon/realty-investor-timeline/blob/5a4b50c05937ef4acec617ccfb5124957036558c/src/account/i-user-goal.ts#L11)
51
+
Defined in: [account/i-user-goal.ts:11](https://github.com/kvernon/realty-investor-timeline/blob/f5e81c745c9712850008b994845a2db276e2111c/src/account/i-user-goal.ts#L11)
52
52
53
53
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
+12-12Lines changed: 12 additions & 12 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/5a4b50c05937ef4acec617ccfb5124957036558c/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/f5e81c745c9712850008b994845a2db276e2111c/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/5a4b50c05937ef4acec617ccfb5124957036558c/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/f5e81c745c9712850008b994845a2db276e2111c/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/5a4b50c05937ef4acec617ccfb5124957036558c/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/f5e81c745c9712850008b994845a2db276e2111c/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/5a4b50c05937ef4acec617ccfb5124957036558c/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/f5e81c745c9712850008b994845a2db276e2111c/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:5](https://github.com/kvernon/realty-investor-timeline/blob/5a4b50c05937ef4acec617ccfb5124957036558c/src/account/i-user-goal.ts#L5)
55
+
Defined in: [account/i-user-goal.ts:5](https://github.com/kvernon/realty-investor-timeline/blob/f5e81c745c9712850008b994845a2db276e2111c/src/account/i-user-goal.ts#L5)
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/5a4b50c05937ef4acec617ccfb5124957036558c/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/f5e81c745c9712850008b994845a2db276e2111c/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/5a4b50c05937ef4acec617ccfb5124957036558c/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/f5e81c745c9712850008b994845a2db276e2111c/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/5a4b50c05937ef4acec617ccfb5124957036558c/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/f5e81c745c9712850008b994845a2db276e2111c/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/5a4b50c05937ef4acec617ccfb5124957036558c/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/f5e81c745c9712850008b994845a2db276e2111c/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/5a4b50c05937ef4acec617ccfb5124957036558c/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/f5e81c745c9712850008b994845a2db276e2111c/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:17](https://github.com/kvernon/realty-investor-timeline/blob/5a4b50c05937ef4acec617ccfb5124957036558c/src/account/i-user-goal.ts#L17)
186
+
Defined in: [account/i-user-goal.ts:17](https://github.com/kvernon/realty-investor-timeline/blob/f5e81c745c9712850008b994845a2db276e2111c/src/account/i-user-goal.ts#L17)
187
187
188
188
takes data from a quarterly average cash flow and compares it to the monthly goal. The reason on quarterly is that apartments do distributions quarterly, so you have to spread those out monthly
189
189
@@ -207,7 +207,7 @@ takes data from a quarterly average cash flow and compares it to the monthly goa
207
207
208
208
> **metMonthlyGoal**(`today`): `boolean`
209
209
210
-
Defined in: [account/i-user-goal.ts:11](https://github.com/kvernon/realty-investor-timeline/blob/5a4b50c05937ef4acec617ccfb5124957036558c/src/account/i-user-goal.ts#L11)
210
+
Defined in: [account/i-user-goal.ts:11](https://github.com/kvernon/realty-investor-timeline/blob/f5e81c745c9712850008b994845a2db276e2111c/src/account/i-user-goal.ts#L11)
211
211
212
212
method used to help determine if you have met your expenses
0 commit comments