I built a free 'Can I Afford This House?' calculator – with $0 1 day ago (nyanguno.github.io) 3 comments theeunderdog Reply Add to library panny 1 day ago Most Americans pay a bare minimum payment, expecting the home "value" to appreciate 20% annually. If they can just make it the first two years, then they can live off the HELOC the rest of their days... I exagerate, but only a little.My calculator is much easier however.boolean houseIsAffordable(int price, int downPayment) { return downPayment >= price; }Never had a mortgage, and I never will. I live within my means. slater 1 day ago "Your payment is 7172.7% of your income" whelp! :D
panny 1 day ago Most Americans pay a bare minimum payment, expecting the home "value" to appreciate 20% annually. If they can just make it the first two years, then they can live off the HELOC the rest of their days... I exagerate, but only a little.My calculator is much easier however.boolean houseIsAffordable(int price, int downPayment) { return downPayment >= price; }Never had a mortgage, and I never will. I live within my means.
Most Americans pay a bare minimum payment, expecting the home "value" to appreciate 20% annually. If they can just make it the first two years, then they can live off the HELOC the rest of their days... I exagerate, but only a little.
My calculator is much easier however.
boolean houseIsAffordable(int price, int downPayment) { return downPayment >= price; }
Never had a mortgage, and I never will. I live within my means.
"Your payment is 7172.7% of your income" whelp! :D