realty-investor-timeline

@cubedelement.com/realty-investor-timeline


@cubedelement.com/realty-investor-timeline / account/i-user-goal / IUserGoal

Interface: IUserGoal

Defined in: account/i-user-goal.ts:1

Extended by

Properties

monthlyIncomeAmountGoal

monthlyIncomeAmountGoal: number

Defined in: account/i-user-goal.ts:5

used to determine how much you need want for monthly expenses

Methods

metAverageQuarterlyGoal()

metAverageQuarterlyGoal(today): boolean

Defined in: account/i-user-goal.ts:17

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

Parameters

today

Date

Returns

boolean


metMonthlyGoal()

metMonthlyGoal(today): boolean

Defined in: account/i-user-goal.ts:11

method used to help determine if you have met your expenses

Parameters

today

Date

Returns

boolean