INET-Complexity / housing-model

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

Add individual LTVs and LTIs as output #90

Closed adrian-carro closed 4 years ago

adrian-carro commented 4 years ago

In the process and due to having to arrange a "preClearingResetCounters()" method, replace duality of counterVariable-actualVariable pairs by only actual variables.

adrian-carro commented 4 years ago

Finally, decided against individually outputting LTV, LTI information, opting instead for relying on individual transaction data, whose storage will be made more efficient by splitting rental and sales data into separate files.