INET-Complexity / housing-model

Agent-based model of the UK housing market.
MIT License
38 stars 26 forks source link

Sold properties with underwater mortgages and owners unable to repay full loan #68

Open adrian-carro opened 5 years ago

adrian-carro commented 5 years ago

These properties stay in the housePayments object of the seller household, since this household has to keep on paying it back. This causes problems in, at least, the method nInvestmentProperties, counting the number of investment properties a BTL household has, as the size of the housePayments object is directly used here.