1 unstable release
0.1.0 | Jan 28, 2025 |
---|
#227 in Math
114 downloads per month
17KB
60 lines
mortgauge
a simple calculator for figuring out how much you can offer for a house in the UK
installation
install the calculator from crates.io:
cargo install mortgauge --locked
usage
select a mode and then pass information about the cash you have and the properties you're interested in.
the offer mode tells you how much you could offer on a specific property:
mortgauge offer 30000 150000
For a property valued at £150000.00, you could offer £165000.00 - 10.0% over (after a 10.0% deposit is paid)
the margin mode tells you what property budget to consider given a margin you'd like to offer over the valuation:
mortgauge margin 30000 10
In order to offer 10.0% over value, you should aim for properties valued at £150000.00 (after a 10.0% deposit is paid)
Dependencies
~1–1.7MB
~31K SLoC