@cubedelement.com/realty-investor-timeline
@cubedelement.com/realty-investor-timeline / time/i-loop-options / ILoopOptions
Defined in: time/i-loop-options.ts:4
optional
hasMetGoalOrMaxTime:HasMetGoalOrMaxTime
Defined in: time/i-loop-options.ts:18
This is how the system knows when to quit. If no value is supplied, it will use defaultHasMetGoalOrMaxTime
.
optional
maxYears:number
Defined in: time/i-loop-options.ts:13
how long should this run in years? A common number is 25 to 30 years before giving up.
optional
propertyGeneratorPassiveApartment:IRentalGenerator
<RentalPassiveApartment
>
Defined in: time/i-loop-recursive-options.ts:14
How the system generates passive apartment properties
ILoopRecursiveOptions
.propertyGeneratorPassiveApartment
optional
propertyGeneratorSingleFamily:IRentalGenerator
<RentalSingleFamily
>
Defined in: time/i-loop-recursive-options.ts:9
How the system generates single family properties
ILoopRecursiveOptions
.propertyGeneratorSingleFamily
optional
startDate:Date
Defined in: time/i-loop-options.ts:8
when does this start?