realty-investor-timeline

@cubedelement.com/realty-investor-timeline


@cubedelement.com/realty-investor-timeline / time/i-loop-options / ILoopOptions

Interface: ILoopOptions

Defined in: time/i-loop-options.ts:4

Extends

Properties

hasMetGoalOrMaxTime?

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.


maxYears?

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.


propertyGeneratorPassiveApartment?

optional propertyGeneratorPassiveApartment: IRentalGenerator<RentalPassiveApartment>

Defined in: time/i-loop-recursive-options.ts:14

How the system generates passive apartment properties

Inherited from

ILoopRecursiveOptions.propertyGeneratorPassiveApartment


propertyGeneratorSingleFamily?

optional propertyGeneratorSingleFamily: IRentalGenerator<RentalSingleFamily>

Defined in: time/i-loop-recursive-options.ts:9

How the system generates single family properties

Inherited from

ILoopRecursiveOptions.propertyGeneratorSingleFamily


startDate?

optional startDate: Date

Defined in: time/i-loop-options.ts:8

when does this start?