@cubedelement.com/realty-investor-timeline 5.5.0 → 5.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (187) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/dist/src/account/i-user-goal.d.ts +5 -0
  3. package/dist/src/account/user.d.ts +20 -1
  4. package/dist/src/account/user.js +21 -0
  5. package/dist/src/caching/value-cache.js +3 -1
  6. package/dist/src/ledger/ledger-collection.d.ts +4 -0
  7. package/dist/src/ledger/ledger-collection.js +44 -1
  8. package/dist/src/ledger/ledger-item.d.ts +5 -0
  9. package/dist/src/ledger/ledger-item.js +19 -0
  10. package/dist/src/time/default-has-met-goal-or-max-time.js +1 -1
  11. package/dist/src/time/looper.js +1 -1
  12. package/dist/src/utils/data-clone-date.js +1 -1
  13. package/dist/src/utils/get-date-quarter.d.ts +1 -0
  14. package/dist/src/utils/get-date-quarter.js +5 -0
  15. package/package.json +1 -1
  16. package/.github/dependabot.yml +0 -10
  17. package/docs/_media/badge.svg +0 -1
  18. package/docs/account/i-user-goal/index.md +0 -11
  19. package/docs/account/i-user-goal/interfaces/IUserGoal.md +0 -47
  20. package/docs/account/i-user-investor-check/index.md +0 -11
  21. package/docs/account/i-user-investor-check/interfaces/IUserInvestorCheck.md +0 -206
  22. package/docs/account/index.md +0 -31
  23. package/docs/account/user/classes/User.md +0 -312
  24. package/docs/account/user/index.md +0 -15
  25. package/docs/account/user/interfaces/IUser.md +0 -282
  26. package/docs/caching/index.md +0 -19
  27. package/docs/caching/value-cache/classes/ValueCache.md +0 -194
  28. package/docs/caching/value-cache/index.md +0 -15
  29. package/docs/caching/value-cache/interfaces/IValueCache.md +0 -104
  30. package/docs/calculations/can-invest-by-user/functions/canInvestByUser.md +0 -35
  31. package/docs/calculations/can-invest-by-user/index.md +0 -11
  32. package/docs/calculations/cash-on-cash-return/functions/cashOnCashReturn.md +0 -29
  33. package/docs/calculations/cash-on-cash-return/index.md +0 -11
  34. package/docs/calculations/get-cost-down/functions/getCostDown.md +0 -27
  35. package/docs/calculations/get-cost-down/index.md +0 -11
  36. package/docs/calculations/get-cost-down-user-investment-results/functions/getCostDownUserInvestmentResults.md +0 -33
  37. package/docs/calculations/get-cost-down-user-investment-results/index.md +0 -11
  38. package/docs/calculations/get-equity-capture-amount/functions/getEquityCaptureAmount.md +0 -31
  39. package/docs/calculations/get-equity-capture-amount/index.md +0 -11
  40. package/docs/calculations/get-equity-capture-user-investment-results/functions/getEquityCaptureUserInvestmentResults.md +0 -33
  41. package/docs/calculations/get-equity-capture-user-investment-results/index.md +0 -11
  42. package/docs/calculations/get-investment-percent/functions/getInvestmentPercent.md +0 -27
  43. package/docs/calculations/get-investment-percent/index.md +0 -11
  44. package/docs/calculations/get-min-cost-down-by-rule/functions/getMinCostDownByRule.md +0 -25
  45. package/docs/calculations/get-min-cost-down-by-rule/index.md +0 -11
  46. package/docs/calculations/get-monthly-mortgage/functions/getMonthlyMortgage.md +0 -43
  47. package/docs/calculations/get-monthly-mortgage/index.md +0 -11
  48. package/docs/calculations/get-monthly-principal-interest-tax-interest/functions/getMonthlyPrincipalInterestTaxInterest.md +0 -43
  49. package/docs/calculations/get-monthly-principal-interest-tax-interest/index.md +0 -11
  50. package/docs/calculations/get-sell-price-estimate/functions/getSellPriceEstimate.md +0 -33
  51. package/docs/calculations/get-sell-price-estimate/index.md +0 -11
  52. package/docs/calculations/index.md +0 -73
  53. package/docs/calculations/return-on-capital-gain/functions/returnOnCapitalGain.md +0 -31
  54. package/docs/calculations/return-on-capital-gain/index.md +0 -11
  55. package/docs/formatters/currency/functions/default.md +0 -21
  56. package/docs/formatters/currency/index.md +0 -11
  57. package/docs/formatters/index.md +0 -7
  58. package/docs/generators/factory-passive-apartment/functions/generateRentalPassiveApartment.md +0 -35
  59. package/docs/generators/factory-passive-apartment/index.md +0 -11
  60. package/docs/generators/factory-single-family/functions/generateSingleFamily.md +0 -35
  61. package/docs/generators/factory-single-family/index.md +0 -11
  62. package/docs/generators/generate-property/index.md +0 -11
  63. package/docs/generators/generate-property/type-aliases/GenerateProperty.md +0 -37
  64. package/docs/generators/generic-generate-property/functions/genericGenerateProperty.md +0 -35
  65. package/docs/generators/generic-generate-property/index.md +0 -11
  66. package/docs/generators/i-property-entity-options/index.md +0 -11
  67. package/docs/generators/i-property-entity-options/interfaces/IPropertyEntityOptions.md +0 -113
  68. package/docs/generators/index.md +0 -49
  69. package/docs/generators/rental-generator/classes/RentalGenerator.md +0 -248
  70. package/docs/generators/rental-generator/index.md +0 -15
  71. package/docs/generators/rental-generator/interfaces/IRentalGenerator.md +0 -65
  72. package/docs/index/index.md +0 -487
  73. package/docs/index.md +0 -258
  74. package/docs/investments/index.md +0 -85
  75. package/docs/investments/investment-reasons/enumerations/InvestmentReasons.md +0 -119
  76. package/docs/investments/investment-reasons/index.md +0 -11
  77. package/docs/investments/investment-reasons-decorator/functions/InvestmentReasonForHoldRuleTypes.md +0 -25
  78. package/docs/investments/investment-reasons-decorator/functions/InvestmentReasonForPurchaseRuleTypes.md +0 -25
  79. package/docs/investments/investment-reasons-decorator/functions/getInvestmentReasons.md +0 -33
  80. package/docs/investments/investment-reasons-decorator/functions/getInvestmentReasonsForPurchaseTypes.md +0 -25
  81. package/docs/investments/investment-reasons-decorator/index.md +0 -18
  82. package/docs/investments/investment-reasons-decorator/type-aliases/PropertyDecoratorType.md +0 -29
  83. package/docs/investments/reason-to-rule/classes/ReasonToRule.md +0 -263
  84. package/docs/investments/reason-to-rule/index.md +0 -16
  85. package/docs/investments/reason-to-rule/interfaces/IReasonToRule.md +0 -189
  86. package/docs/investments/reason-to-rule/interfaces/IReasonToRuleMeta.md +0 -33
  87. package/docs/investments/rental-investor-validator/classes/RentalInvestorValidator.md +0 -53
  88. package/docs/investments/rental-investor-validator/index.md +0 -15
  89. package/docs/investments/rental-investor-validator/interfaces/IRentalInvestorValidator.md +0 -25
  90. package/docs/investments/user-invest-result/classes/UserInvestResult.md +0 -65
  91. package/docs/investments/user-invest-result/index.md +0 -15
  92. package/docs/investments/user-invest-result/interfaces/IUserInvestResult.md +0 -25
  93. package/docs/investments/user-result-estimates/index.md +0 -11
  94. package/docs/investments/user-result-estimates/type-aliases/UserResultEstimates.md +0 -33
  95. package/docs/ledger/i-ledger-summary/index.md +0 -11
  96. package/docs/ledger/i-ledger-summary/interfaces/ILedgerSummary.md +0 -57
  97. package/docs/ledger/index.md +0 -43
  98. package/docs/ledger/ledger-collection/classes/LedgerCollection.md +0 -425
  99. package/docs/ledger/ledger-collection/index.md +0 -19
  100. package/docs/ledger/ledger-collection/interfaces/ILedgerCollection.md +0 -313
  101. package/docs/ledger/ledger-collection/type-aliases/LedgerItemPredicate.md +0 -25
  102. package/docs/ledger/ledger-item/classes/LedgerItem.md +0 -211
  103. package/docs/ledger/ledger-item/index.md +0 -11
  104. package/docs/ledger/ledger-item-type/enumerations/LedgerItemType.md +0 -57
  105. package/docs/ledger/ledger-item-type/index.md +0 -11
  106. package/docs/loans/i-loan-settings/index.md +0 -11
  107. package/docs/loans/i-loan-settings/interfaces/ILoanSetting.md +0 -33
  108. package/docs/loans/index.md +0 -19
  109. package/docs/loans/loan-settings/enumerations/LoanSettings.md +0 -41
  110. package/docs/loans/loan-settings/index.md +0 -11
  111. package/docs/modules.md +0 -88
  112. package/docs/properties/i-entity-existence/index.md +0 -11
  113. package/docs/properties/i-entity-existence/interfaces/IEntityExistence.md +0 -33
  114. package/docs/properties/i-property-entity/index.md +0 -11
  115. package/docs/properties/i-property-entity/interfaces/IPropertyEntity.md +0 -159
  116. package/docs/properties/i-rental-property-entity/index.md +0 -11
  117. package/docs/properties/i-rental-property-entity/interfaces/IRentalPropertyEntity.md +0 -416
  118. package/docs/properties/index.md +0 -43
  119. package/docs/properties/property-sort/functions/default.md +0 -35
  120. package/docs/properties/property-sort/index.md +0 -11
  121. package/docs/properties/property-type/enumerations/PropertyType.md +0 -33
  122. package/docs/properties/property-type/index.md +0 -11
  123. package/docs/properties/rental-passive-apartment/classes/RentalPassiveApartment.md +0 -558
  124. package/docs/properties/rental-passive-apartment/index.md +0 -11
  125. package/docs/properties/rental-single-family/classes/RentalSingleFamily.md +0 -639
  126. package/docs/properties/rental-single-family/index.md +0 -11
  127. package/docs/rules/eval-type/index.md +0 -11
  128. package/docs/rules/eval-type/type-aliases/EvalType.md +0 -25
  129. package/docs/rules/eval-types/functions/AtLeastOrMore.md +0 -25
  130. package/docs/rules/eval-types/functions/NoMoreThan.md +0 -25
  131. package/docs/rules/eval-types/index.md +0 -12
  132. package/docs/rules/get-enum-type-by-value/functions/getEnumTypeByValue.md +0 -23
  133. package/docs/rules/get-enum-type-by-value/index.md +0 -11
  134. package/docs/rules/get-rules/functions/getRules.md +0 -27
  135. package/docs/rules/get-rules/index.md +0 -11
  136. package/docs/rules/hold-rule-types/enumerations/HoldRuleTypes.md +0 -49
  137. package/docs/rules/hold-rule-types/index.md +0 -11
  138. package/docs/rules/i-rule/index.md +0 -11
  139. package/docs/rules/i-rule/interfaces/IRule.md +0 -41
  140. package/docs/rules/index.md +0 -67
  141. package/docs/rules/purchase-rule-types/enumerations/PurchaseRuleTypes.md +0 -78
  142. package/docs/rules/purchase-rule-types/index.md +0 -11
  143. package/docs/rules/rule-evaluation/classes/RuleEvaluation.md +0 -103
  144. package/docs/rules/rule-evaluation/index.md +0 -15
  145. package/docs/rules/rule-evaluation/interfaces/IRuleEvaluation.md +0 -73
  146. package/docs/time/default-has-met-goal-or-max-time/functions/defaultHasMetGoalOrMaxTime.md +0 -39
  147. package/docs/time/default-has-met-goal-or-max-time/index.md +0 -11
  148. package/docs/time/has-met-goal-or-max-time/index.md +0 -11
  149. package/docs/time/has-met-goal-or-max-time/type-aliases/HasMetGoalOrMaxTime.md +0 -39
  150. package/docs/time/i-historical-property/index.md +0 -11
  151. package/docs/time/i-historical-property/interfaces/IHistoricalProperty.md +0 -25
  152. package/docs/time/i-historical-reason/index.md +0 -11
  153. package/docs/time/i-historical-reason/interfaces/IHistoricalReason.md +0 -25
  154. package/docs/time/i-loop-options/index.md +0 -11
  155. package/docs/time/i-loop-options/interfaces/ILoopOptions.md +0 -71
  156. package/docs/time/i-loop-recursive-options/index.md +0 -11
  157. package/docs/time/i-loop-recursive-options/interfaces/ILoopRecursiveOptions.md +0 -33
  158. package/docs/time/index.md +0 -85
  159. package/docs/time/looper/functions/looper.md +0 -25
  160. package/docs/time/looper/index.md +0 -15
  161. package/docs/time/looper/type-aliases/LooperType.md +0 -25
  162. package/docs/time/movement/functions/movement.md +0 -27
  163. package/docs/time/movement/index.md +0 -11
  164. package/docs/time/simulate/functions/simulate.md +0 -23
  165. package/docs/time/simulate/index.md +0 -16
  166. package/docs/time/simulate/interfaces/IGenOptions.md +0 -163
  167. package/docs/time/simulate/interfaces/ISimulateOptions.md +0 -115
  168. package/docs/time/timeline/classes/Timeline.md +0 -175
  169. package/docs/time/timeline/index.md +0 -15
  170. package/docs/time/timeline/interfaces/ITimeline.md +0 -83
  171. package/docs/time/update-historical-rentals/functions/updateHistoricalRentals.md +0 -41
  172. package/docs/time/update-historical-rentals/index.md +0 -11
  173. package/docs/utils/data-are-same-date/functions/default.md +0 -25
  174. package/docs/utils/data-are-same-date/index.md +0 -11
  175. package/docs/utils/data-clone-date/functions/cloneDateUtc.md +0 -27
  176. package/docs/utils/data-clone-date/index.md +0 -11
  177. package/docs/utils/data-compare-date/functions/default.md +0 -28
  178. package/docs/utils/data-compare-date/index.md +0 -11
  179. package/docs/utils/data-number/functions/randomNumberBetween.md +0 -25
  180. package/docs/utils/data-number/index.md +0 -11
  181. package/docs/utils/data-property-entity/functions/randomPropertyEntity.md +0 -23
  182. package/docs/utils/data-property-entity/index.md +0 -15
  183. package/docs/utils/data-property-entity/type-aliases/RandomPropertyEntity.md +0 -21
  184. package/docs/utils/ensure/functions/ensureArray.md +0 -39
  185. package/docs/utils/ensure/index.md +0 -15
  186. package/docs/utils/ensure/type-aliases/EnsureArrayPredicate.md +0 -29
  187. package/docs/utils/index.md +0 -43
@@ -1,487 +0,0 @@
1
- [**@cubedelement.com/realty-investor-timeline**](../index.md)
2
-
3
- ---
4
-
5
- [@cubedelement.com/realty-investor-timeline](../modules.md) / index
6
-
7
- # index
8
-
9
- ## References
10
-
11
- ### AtLeastOrMore
12
-
13
- Re-exports [AtLeastOrMore](../rules/eval-types/functions/AtLeastOrMore.md)
14
-
15
- ---
16
-
17
- ### canInvestByUser
18
-
19
- Re-exports [canInvestByUser](../calculations/can-invest-by-user/functions/canInvestByUser.md)
20
-
21
- ---
22
-
23
- ### cashOnCashReturn
24
-
25
- Re-exports [cashOnCashReturn](../calculations/cash-on-cash-return/functions/cashOnCashReturn.md)
26
-
27
- ---
28
-
29
- ### cloneDateUtc
30
-
31
- Re-exports [cloneDateUtc](../utils/data-clone-date/functions/cloneDateUtc.md)
32
-
33
- ---
34
-
35
- ### defaultHasMetGoalOrMaxTime
36
-
37
- Re-exports [defaultHasMetGoalOrMaxTime](../time/default-has-met-goal-or-max-time/functions/defaultHasMetGoalOrMaxTime.md)
38
-
39
- ---
40
-
41
- ### ensureArray
42
-
43
- Re-exports [ensureArray](../utils/ensure/functions/ensureArray.md)
44
-
45
- ---
46
-
47
- ### EnsureArrayPredicate
48
-
49
- Re-exports [EnsureArrayPredicate](../utils/ensure/type-aliases/EnsureArrayPredicate.md)
50
-
51
- ---
52
-
53
- ### EvalType
54
-
55
- Re-exports [EvalType](../rules/eval-type/type-aliases/EvalType.md)
56
-
57
- ---
58
-
59
- ### GenerateProperty
60
-
61
- Re-exports [GenerateProperty](../generators/generate-property/type-aliases/GenerateProperty.md)
62
-
63
- ---
64
-
65
- ### generateRentalPassiveApartment
66
-
67
- Re-exports [generateRentalPassiveApartment](../generators/factory-passive-apartment/functions/generateRentalPassiveApartment.md)
68
-
69
- ---
70
-
71
- ### generateSingleFamily
72
-
73
- Re-exports [generateSingleFamily](../generators/factory-single-family/functions/generateSingleFamily.md)
74
-
75
- ---
76
-
77
- ### genericGenerateProperty
78
-
79
- Re-exports [genericGenerateProperty](../generators/generic-generate-property/functions/genericGenerateProperty.md)
80
-
81
- ---
82
-
83
- ### getCostDown
84
-
85
- Re-exports [getCostDown](../calculations/get-cost-down/functions/getCostDown.md)
86
-
87
- ---
88
-
89
- ### getCostDownUserInvestmentResults
90
-
91
- Re-exports [getCostDownUserInvestmentResults](../calculations/get-cost-down-user-investment-results/functions/getCostDownUserInvestmentResults.md)
92
-
93
- ---
94
-
95
- ### getEnumTypeByValue
96
-
97
- Re-exports [getEnumTypeByValue](../rules/get-enum-type-by-value/functions/getEnumTypeByValue.md)
98
-
99
- ---
100
-
101
- ### getEquityCaptureAmount
102
-
103
- Re-exports [getEquityCaptureAmount](../calculations/get-equity-capture-amount/functions/getEquityCaptureAmount.md)
104
-
105
- ---
106
-
107
- ### getEquityCaptureUserInvestmentResults
108
-
109
- Re-exports [getEquityCaptureUserInvestmentResults](../calculations/get-equity-capture-user-investment-results/functions/getEquityCaptureUserInvestmentResults.md)
110
-
111
- ---
112
-
113
- ### getInvestmentPercent
114
-
115
- Re-exports [getInvestmentPercent](../calculations/get-investment-percent/functions/getInvestmentPercent.md)
116
-
117
- ---
118
-
119
- ### getInvestmentReasons
120
-
121
- Re-exports [getInvestmentReasons](../investments/investment-reasons-decorator/functions/getInvestmentReasons.md)
122
-
123
- ---
124
-
125
- ### getInvestmentReasonsForPurchaseTypes
126
-
127
- Re-exports [getInvestmentReasonsForPurchaseTypes](../investments/investment-reasons-decorator/functions/getInvestmentReasonsForPurchaseTypes.md)
128
-
129
- ---
130
-
131
- ### getMonthlyMortgage
132
-
133
- Re-exports [getMonthlyMortgage](../calculations/get-monthly-mortgage/functions/getMonthlyMortgage.md)
134
-
135
- ---
136
-
137
- ### getMonthlyPrincipalInterestTaxInterest
138
-
139
- Re-exports [getMonthlyPrincipalInterestTaxInterest](../calculations/get-monthly-principal-interest-tax-interest/functions/getMonthlyPrincipalInterestTaxInterest.md)
140
-
141
- ---
142
-
143
- ### getRules
144
-
145
- Re-exports [getRules](../rules/get-rules/functions/getRules.md)
146
-
147
- ---
148
-
149
- ### getSellPriceEstimate
150
-
151
- Re-exports [getSellPriceEstimate](../calculations/get-sell-price-estimate/functions/getSellPriceEstimate.md)
152
-
153
- ---
154
-
155
- ### HasMetGoalOrMaxTime
156
-
157
- Re-exports [HasMetGoalOrMaxTime](../time/has-met-goal-or-max-time/type-aliases/HasMetGoalOrMaxTime.md)
158
-
159
- ---
160
-
161
- ### HoldRuleTypes
162
-
163
- Re-exports [HoldRuleTypes](../rules/hold-rule-types/enumerations/HoldRuleTypes.md)
164
-
165
- ---
166
-
167
- ### IEntityExistence
168
-
169
- Re-exports [IEntityExistence](../properties/i-entity-existence/interfaces/IEntityExistence.md)
170
-
171
- ---
172
-
173
- ### IGenOptions
174
-
175
- Re-exports [IGenOptions](../time/simulate/interfaces/IGenOptions.md)
176
-
177
- ---
178
-
179
- ### IHistoricalProperty
180
-
181
- Re-exports [IHistoricalProperty](../time/i-historical-property/interfaces/IHistoricalProperty.md)
182
-
183
- ---
184
-
185
- ### IHistoricalReason
186
-
187
- Re-exports [IHistoricalReason](../time/i-historical-reason/interfaces/IHistoricalReason.md)
188
-
189
- ---
190
-
191
- ### ILedgerCollection
192
-
193
- Re-exports [ILedgerCollection](../ledger/ledger-collection/interfaces/ILedgerCollection.md)
194
-
195
- ---
196
-
197
- ### ILedgerSummary
198
-
199
- Re-exports [ILedgerSummary](../ledger/i-ledger-summary/interfaces/ILedgerSummary.md)
200
-
201
- ---
202
-
203
- ### ILoanSetting
204
-
205
- Re-exports [ILoanSetting](../loans/i-loan-settings/interfaces/ILoanSetting.md)
206
-
207
- ---
208
-
209
- ### ILoopOptions
210
-
211
- Re-exports [ILoopOptions](../time/i-loop-options/interfaces/ILoopOptions.md)
212
-
213
- ---
214
-
215
- ### ILoopRecursiveOptions
216
-
217
- Re-exports [ILoopRecursiveOptions](../time/i-loop-recursive-options/interfaces/ILoopRecursiveOptions.md)
218
-
219
- ---
220
-
221
- ### InvestmentReasonForHoldRuleTypes
222
-
223
- Re-exports [InvestmentReasonForHoldRuleTypes](../investments/investment-reasons-decorator/functions/InvestmentReasonForHoldRuleTypes.md)
224
-
225
- ---
226
-
227
- ### InvestmentReasonForPurchaseRuleTypes
228
-
229
- Re-exports [InvestmentReasonForPurchaseRuleTypes](../investments/investment-reasons-decorator/functions/InvestmentReasonForPurchaseRuleTypes.md)
230
-
231
- ---
232
-
233
- ### InvestmentReasons
234
-
235
- Re-exports [InvestmentReasons](../investments/investment-reasons/enumerations/InvestmentReasons.md)
236
-
237
- ---
238
-
239
- ### IPropertyEntity
240
-
241
- Re-exports [IPropertyEntity](../properties/i-property-entity/interfaces/IPropertyEntity.md)
242
-
243
- ---
244
-
245
- ### IPropertyEntityOptions
246
-
247
- Re-exports [IPropertyEntityOptions](../generators/i-property-entity-options/interfaces/IPropertyEntityOptions.md)
248
-
249
- ---
250
-
251
- ### IReasonToRule
252
-
253
- Re-exports [IReasonToRule](../investments/reason-to-rule/interfaces/IReasonToRule.md)
254
-
255
- ---
256
-
257
- ### IReasonToRuleMeta
258
-
259
- Re-exports [IReasonToRuleMeta](../investments/reason-to-rule/interfaces/IReasonToRuleMeta.md)
260
-
261
- ---
262
-
263
- ### IRentalGenerator
264
-
265
- Re-exports [IRentalGenerator](../generators/rental-generator/interfaces/IRentalGenerator.md)
266
-
267
- ---
268
-
269
- ### IRentalInvestorValidator
270
-
271
- Re-exports [IRentalInvestorValidator](../investments/rental-investor-validator/interfaces/IRentalInvestorValidator.md)
272
-
273
- ---
274
-
275
- ### IRentalPropertyEntity
276
-
277
- Re-exports [IRentalPropertyEntity](../properties/i-rental-property-entity/interfaces/IRentalPropertyEntity.md)
278
-
279
- ---
280
-
281
- ### IRule
282
-
283
- Re-exports [IRule](../rules/i-rule/interfaces/IRule.md)
284
-
285
- ---
286
-
287
- ### IRuleEvaluation
288
-
289
- Re-exports [IRuleEvaluation](../rules/rule-evaluation/interfaces/IRuleEvaluation.md)
290
-
291
- ---
292
-
293
- ### ISimulateOptions
294
-
295
- Re-exports [ISimulateOptions](../time/simulate/interfaces/ISimulateOptions.md)
296
-
297
- ---
298
-
299
- ### ITimeline
300
-
301
- Re-exports [ITimeline](../time/timeline/interfaces/ITimeline.md)
302
-
303
- ---
304
-
305
- ### IUser
306
-
307
- Re-exports [IUser](../account/user/interfaces/IUser.md)
308
-
309
- ---
310
-
311
- ### IUserGoal
312
-
313
- Re-exports [IUserGoal](../account/i-user-goal/interfaces/IUserGoal.md)
314
-
315
- ---
316
-
317
- ### IUserInvestorCheck
318
-
319
- Re-exports [IUserInvestorCheck](../account/i-user-investor-check/interfaces/IUserInvestorCheck.md)
320
-
321
- ---
322
-
323
- ### IUserInvestResult
324
-
325
- Re-exports [IUserInvestResult](../investments/user-invest-result/interfaces/IUserInvestResult.md)
326
-
327
- ---
328
-
329
- ### IValueCache
330
-
331
- Re-exports [IValueCache](../caching/value-cache/interfaces/IValueCache.md)
332
-
333
- ---
334
-
335
- ### LedgerCollection
336
-
337
- Re-exports [LedgerCollection](../ledger/ledger-collection/classes/LedgerCollection.md)
338
-
339
- ---
340
-
341
- ### LedgerItem
342
-
343
- Re-exports [LedgerItem](../ledger/ledger-item/classes/LedgerItem.md)
344
-
345
- ---
346
-
347
- ### LedgerItemPredicate
348
-
349
- Re-exports [LedgerItemPredicate](../ledger/ledger-collection/type-aliases/LedgerItemPredicate.md)
350
-
351
- ---
352
-
353
- ### LedgerItemType
354
-
355
- Re-exports [LedgerItemType](../ledger/ledger-item-type/enumerations/LedgerItemType.md)
356
-
357
- ---
358
-
359
- ### LoanSettings
360
-
361
- Re-exports [LoanSettings](../loans/loan-settings/enumerations/LoanSettings.md)
362
-
363
- ---
364
-
365
- ### movement
366
-
367
- Re-exports [movement](../time/movement/functions/movement.md)
368
-
369
- ---
370
-
371
- ### NoMoreThan
372
-
373
- Re-exports [NoMoreThan](../rules/eval-types/functions/NoMoreThan.md)
374
-
375
- ---
376
-
377
- ### PropertyDecoratorType
378
-
379
- Re-exports [PropertyDecoratorType](../investments/investment-reasons-decorator/type-aliases/PropertyDecoratorType.md)
380
-
381
- ---
382
-
383
- ### PropertyType
384
-
385
- Re-exports [PropertyType](../properties/property-type/enumerations/PropertyType.md)
386
-
387
- ---
388
-
389
- ### PurchaseRuleTypes
390
-
391
- Re-exports [PurchaseRuleTypes](../rules/purchase-rule-types/enumerations/PurchaseRuleTypes.md)
392
-
393
- ---
394
-
395
- ### randomNumberBetween
396
-
397
- Re-exports [randomNumberBetween](../utils/data-number/functions/randomNumberBetween.md)
398
-
399
- ---
400
-
401
- ### randomPropertyEntity
402
-
403
- Re-exports [randomPropertyEntity](../utils/data-property-entity/functions/randomPropertyEntity.md)
404
-
405
- ---
406
-
407
- ### RandomPropertyEntity
408
-
409
- Re-exports [RandomPropertyEntity](../utils/data-property-entity/type-aliases/RandomPropertyEntity.md)
410
-
411
- ---
412
-
413
- ### ReasonToRule
414
-
415
- Re-exports [ReasonToRule](../investments/reason-to-rule/classes/ReasonToRule.md)
416
-
417
- ---
418
-
419
- ### RentalGenerator
420
-
421
- Re-exports [RentalGenerator](../generators/rental-generator/classes/RentalGenerator.md)
422
-
423
- ---
424
-
425
- ### RentalInvestorValidator
426
-
427
- Re-exports [RentalInvestorValidator](../investments/rental-investor-validator/classes/RentalInvestorValidator.md)
428
-
429
- ---
430
-
431
- ### RentalPassiveApartment
432
-
433
- Re-exports [RentalPassiveApartment](../properties/rental-passive-apartment/classes/RentalPassiveApartment.md)
434
-
435
- ---
436
-
437
- ### RentalSingleFamily
438
-
439
- Re-exports [RentalSingleFamily](../properties/rental-single-family/classes/RentalSingleFamily.md)
440
-
441
- ---
442
-
443
- ### returnOnCapitalGain
444
-
445
- Re-exports [returnOnCapitalGain](../calculations/return-on-capital-gain/functions/returnOnCapitalGain.md)
446
-
447
- ---
448
-
449
- ### RuleEvaluation
450
-
451
- Re-exports [RuleEvaluation](../rules/rule-evaluation/classes/RuleEvaluation.md)
452
-
453
- ---
454
-
455
- ### simulate
456
-
457
- Re-exports [simulate](../time/simulate/functions/simulate.md)
458
-
459
- ---
460
-
461
- ### Timeline
462
-
463
- Re-exports [Timeline](../time/timeline/classes/Timeline.md)
464
-
465
- ---
466
-
467
- ### updateHistoricalRentals
468
-
469
- Re-exports [updateHistoricalRentals](../time/update-historical-rentals/functions/updateHistoricalRentals.md)
470
-
471
- ---
472
-
473
- ### User
474
-
475
- Re-exports [User](../account/user/classes/User.md)
476
-
477
- ---
478
-
479
- ### UserInvestResult
480
-
481
- Re-exports [UserInvestResult](../investments/user-invest-result/classes/UserInvestResult.md)
482
-
483
- ---
484
-
485
- ### ValueCache
486
-
487
- Re-exports [ValueCache](../caching/value-cache/classes/ValueCache.md)