0.0.11 • Published 4 years ago

estate-test-js v0.0.11

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

real-estate-calculator

This calculator helps you make the right decision about your real estate activities.

Net worth = value you own (house, checking accout balance) - liabilities (loan etc.)

value you own = assets how much all your assets are worth, what value

real estate = immobillier investment account = compte de placement investement account value rate of return = taux de rendement

person.netWorth

person { assets { propertyValue: 300 000, investementAccountValue: 40 000 },

liabilities: {
    loanWorth: 250 000
}

}

get the balance sheet of a person at a specific time = overall snapshot of a person wealth contains assets and liabilities assets:

  • liquid assets
  • large assets
  • investment

let initialBalanceSheet = { assets: {

}

}; let p = new Person(); let s = p.getBalanceSheet(17); // 17 months later s.assets.property = 100 000 s.assets.investment = 30 000 s.liabilities.loan = 50 000

0.0.11

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago