|
|
|
|
|
by aaggarwal
1752 days ago
|
|
Most housing discussions seems to avoid one of the main reason driving the prices up, their treatment as an investment vehicle. Residential housing should not be used as an investment vehicle. Period. Its primary purpose is to allow families to own and live in the house. Mandating that can eliminate the rich landlords/foreign investors buying houses just for investment, stabilize the demand and drive down the prices. One way to mandate that could be progressive property tax based on how many properties you already own with a max cap on number of allowed residential properties one can own. This might decrease incentive to build new housing for developers, but can be solved by temporary tax breaks for building new housing. Am I missing some second order effects? |
|
Anytime you create a new law, you should, like good code, remove all of the hard-coded values within it. Ideally all laws should be pointfree[0]. Having a max value of owners can easily be routed around(I don't own this house, this company, that I happen to own, owns this house!), or setting some tax breaks for developers are both nasty hacks that wouldn't make it through code review. The Land Value Tax would.
[0]: https://wiki.haskell.org/Pointfree