% ----------------------------------------------------------------
% AMS-LaTeX Paper ************************************************
% **** -----------------------------------------------------------
\documentclass{amsart}
\usepackage{graphicx}
% *********  Set normal page margins  ***********
\setlength{\oddsidemargin}{0.5cm} \setlength{\evensidemargin}{1cm}
\setlength{\textwidth}{15cm} \setlength{\textheight}{24cm}
\setlength{\topmargin}{0in}
% ----------------------------------------------------------------
\vfuzz2pt % Don't report over-full v-boxes if over-edge is small
\hfuzz2pt % Don't report over-full h-boxes if over-edge is small
% THEOREMS -------------------------------------------------------
\newtheorem{thm}{Theorem}[section]
\newtheorem{cor}[thm]{Corollary}
\newtheorem{lem}[thm]{Lemma}
\newtheorem{prop}[thm]{Proposition}
\theoremstyle{definition}
\newtheorem{defn}[thm]{Definition}
\theoremstyle{remark}
\newtheorem{rem}[thm]{Remark}
\numberwithin{equation}{section}
% MATH -----------------------------------------------------------
\newcommand{\norm}[1]{\left\Vert#1\right\Vert}
\newcommand{\abs}[1]{\left\vert#1\right\vert}
\newcommand{\set}[1]{\left\{#1\right\}}
\newcommand{\Real}{\mathbb R}
\newcommand{\eps}{\varepsilon}
\newcommand{\To}{\longrightarrow}
\newcommand{\BX}{\mathbf{B}(X)}
\newcommand{\A}{\mathcal{A}}
% ----------------------------------------------------------------
\begin{document}

\title[Policy Shocks and the UK Housing Market]{Policy Shocks and the UK Housing Market}%
\author{Rufus Pollock}%
\address{}%
\email{rufus dot pollock at thefactz dot org}%

\thanks{}%
\subjclass{}%
\keywords{}%

%\date{}%
%\dedicatory{}%
%\commby{}%
% ----------------------------------------------------------------
\maketitle
\tableofcontents
% ----------------------------------------------------------------
\section{Introduction}
% ----------------------------------------------------------------
This paper provides an econometric evaluation of the impact on national house prices of policy changes that have occurred since the 1980s. Principal among these was the partial removal of rent controls and the gradual removal of mortgage interest tax relief (MITR). The paper builds on a simple user-cost model of housing and introduces two new explanatory variables which measure changing policy.

% ----------------------------------------------------------------
\section{The UK Housing Market and Policy Changes in the 1980s}
% ----------------------------------------------------------------
There are four main types of tenure in the UK housing market:
\begin{enumerate}
\item owner-occupation
\item Rented from the state, i.e. local authorities and new towns
\item Rented from housing associations (quasi-state)
\item Rented from private landlords
\end{enumerate}
Between 1900 and the present there have been quite radical changes in the allocation of the housing stock between these different tenure types as Table 1 shows.

\subsection{The UK Rental Market until the 1980s}
Beginning in 1914 all the rental sectors, including the private, were regulated, with increasing severity, both as regards the nature of the tenancies that could be provided and in the level of rent that could be charged. The Rent Act 1977, which consolidated previous legislation and marked the high point of rent regulation, demonstrates how regulation was imposed on the market. This Act protected the tenant by:

\begin{enumerate}
\item limiting amount of rent a landlord could charge (the fair rent scheme)
\item providing security of tenure to tenants by requiring landlords to obtain a court order to regain possession and limiting the grounds on which they could regain possession (for example: non-payment of rent, wilful damage, allowing the property to be used for immoral purposes).
\item prohibiting payments of premiums in addition to rent as a condition for a grant of tenancy
\item conferring succession rights
\end{enumerate}

This regulation of the private market, combined with the rise of state provision of housing, had the predictable effect of massively reducing the private rented market (see Table 1). This occurred both through a lack of investment of private landlords in new stock and as a result of the sale of rented dwellings to their tenants (usually on very favourable terms due to the reduced value of a rental property that had a `sitting' tenant).\\


\subsection{Policy Changes in the 1980s}

\subsubsection{Mortgage Interest Tax Relief}
Promotion of owner occupation had been encouraged by previous governments, both Conservative and Labour, primarily through tax devices of various kinds and the sale of government owned dwellings to their occupants at discounted prices. Most prominent among the fiscal encouragements was mortgage interest tax relief (MITR). MITR allowed payments on mortgage interest to be set off against tax. Before 1974-5 this was available on the full amount of a housing loan. In 1974-5 this relief was limited to interest on up to a maximum of a 25,000 pounds advance. This was not a strongly binding constraint as it would not be until 1985 that the average advance would exceed this amount and by then the ceiling had been raised (in 1984) to £30,000. This amount was not indexed and so from 1987 the average advance began to exceed this ceiling. At the same time the rate of relief available was steadily reduced:
\begin{enumerate}
\item up to 1993-4: deducted at the standard rate of tax (and higher levels for higher earners)
\item 1994-5: reduced to 20\%
\item 1995-6: 15\%
\item 1996-7: 10\%
\item 2000 (6 April): abolished
\end{enumerate}
(\cite{garratt_2003} p.7)


\subsubsection{Deregulation of the private rental market}
From early 1980s the Conservative government attempted to restore some of the freedom of the private rental market. This was done via:
\begin{enumerate}
\item Creation of protected shorthold tenancies and assured tenancies (Housing Act 1980). Protected shorthold tenancies were granted for between 1 and 5 years. During that time the tenant enjoyed the same security as a regulated tenant but at the end of the tenancy had no special right to renew but instead had a right to a new lease at a \emph{quasi-market} rent.
\item Removal of rent restrictions. Lettings can be made at market rents (Housing Act 1988).
\item Alteration of law on succession (Housing Act 1988)
\item Reduction in security of tenure by i) extending grounds on which landlord can regain possession ii) extending the protected and assured shorthold tenancies (Housing Act 1988 and Housing Act 1996)
\item Promotion of investment in private rental housing (creation of Housing Investment Trusts by 1996 Act).
\end{enumerate}
(\cite{morgan_1998} 14ff)

% ----------------------------------------------------------------
\section{Model}
% ----------------------------------------------------------------
We present the following basic user cost model of housing (see e.g. \cite{poterba_1991}, \cite{kearl_1979}, \cite{meen_2002}, \cite{muellbauer_ea_1997} for details and examples): 

$$\textrm{Real Return to housing} = R/PH  = CC = \textrm{Cost of Capital}$$

We may decompose $CC$ as:
$$CC= ( (1 - \theta) r - \pi + \delta - \dot{PH}^{e}(1-\tau^{p}) )$$

Notes:
\begin{enumerate}
  \item $R$ = Real Actual Rent (buy to rent) or Real Imputed Rent i.e. the value of housing services (buy to live). See discussion below. Summarize as: the value of housing services.
  \item PH = Real House Price
  \item $\theta$ = tax rate
  \item $\delta$ = depreciation rate of property
  \item $r$ = nominal interest rate
\end{enumerate}

Next we decompose $R$:
$$R = f(Y,Pop,HH)$$

\begin{enumerate}
  \item $Y$ = real gdp per capita
  \item $Pop$ = the population
  \item $HH$ = stock of dwellings (adjusted or unadjusted for quality)
\end{enumerate}

We could further specify:
$$ HH_{t} = g(PH,Construction,HH_{t-1}) $$
Where Construction = construction costs. This provides a feedback link between prices and new supply.

% ----------------------------------------------------------------
\section{Estimation}
% ----------------------------------------------------------------
We having the following basic specification\footnote{It should be noted that although the user cost model set out above is starting point for most investigations many authors take a rather more eclectic approach to the inclusion of independent variables. See for example discussion in \cite{meen_2002} 12ff.}:
$$ph_{t} = \beta_{0} + \beta_{1}gdp_{t} + \beta_{2}h_{t} +  \beta_{3}CC_{t}$$
to which we can add the two variables of interest:
$$ph_{t} = \beta_{0} + \beta_{1}gdp_{t} + \beta_{2}h_{t} +  \beta_{3}CC_{t} + \beta_{4}RENT_{t} + \beta_{5}TAX_{t}$$

\begin{enumerate}
  \item Lower case variables indicate logs.
  \item for more information on variables and data please see Appendix
  \item The use of gdp as total gdp rather than gdp per capita allows us to exclude population from the set of independent variables.
\end{enumerate}

Given the nature of the UK housing market we would expect autocorrelation problems to arise with OLS. This is indeed the case. Running OLS on the above yields the results found in Table 2.1. On all three measures of autocorrelation (Breusch-Godfrey, Durbin-Watson and Box-Pierce) the hypothesis of no autocorrelation is rejected at high significance levels\footnote{Running with an autocorrelation specification, i.e. Prais-Whinston or Cochrane-Orcutt, confirms this. The estimated autocorrelation parameter $\rho$ that is very significantly different from zero}. With autocorrelation present OLS is consistent but it will not be efficient and the SE are likely to be too small. Thus the significance levels displayed in Table 2.1 cannot be taken at face value.\\
At this point we could either correct for the SE (e.g. use Newey-West autocorrelation robust covariance matrix to estimate S.E.) or turn to a different specification. We choose to turn to an alternative ADL specification of the above equation\footnote{This is a natural approach to take in this circumstance. A brief examination of $ph$ and $gdp$ and experience of the literature suggest that these variables are unlikely to be stationary. However cointegration is possible (in fact intuitively likely) and the ADL set up can be seen as a reformulation of the cointegration specification. This is a common approach see e.g. \cite{meen_2002} or \cite{greene_2003}}

$$ph_{t} = \beta_{0} + \beta_{1}gdp_{t} + \beta_{2}h_{t} +  \beta_{3}CC_{t} + \beta_{5}RENT_{t} + \beta_{6}TAX_{t} + \beta_{7}ph_{t-1}$$

Having added lagged values of the dependent variable we must now be aware of the issues surrounding OLS. First standard Durbin-Watson will not be suitable for testing for autocorrelation as the value of the test statistic will be biased upwards. Breusch-Godfrey, Box-Pierce or Durbin's modified h-test will all still be suitable. Second, and more important, if autocorrelation still remains then OLS will be inconsistent and will generally give upwards-biased estimates for the parameters\footnote{See \cite{greene_2003} 12.5.1 p. 266 and ff.}.\\
Running this new specification yields the results found in Table 2.2. As can be seen from the value of $R^{2}$, the fit has improved significantly and there does not appear to be autocorrelation in the residuals (Breusch-Godfrey gives a p-value of 0.8641, Box-Pierce 0.8711 - both insignificant). However the only variables that (remain) significant are the lagged values of the dependent variable and the real interest rate. $RENT$ had a p-value 0.104 and so is just not significant at the 10\% level.

% ----------------------------------------------------------------
\section{Conclusions}
% ----------------------------------------------------------------
These results do not permit us to draw very strong conclusions. It is perhaps surprising that variables normally found to be highly significant, such as the level of the housing stock and real GDP, are not found to be so. This may indicate something amiss with the data used here, or the sensitivity of the results to the explanatory variables included.\\
The main innovation of this project is to introduce explicitly the two new explanatory variables: $RENT$ and $TAX$. The $RENT$ variable is a measure of the level of deregulation of the private rental market, while $TAX$ measures the effect of tax policy on the mortgage interest rates.\\
\subsubsection{$TAX$.} $TAX$ is not significant in the last regression. $TAX$ measures the spread between pre and post-tax mortgage rates and as such one would expect that higher values of $TAX$ would lead to higher house prices. One issue may be that the reductions that occurred in the 1990s (leading to the elimination of this spread entirely in 2000) were gradual and well anticipated even in the early 1980s (when the first reductions in MITR began).\\
\subsubsection{$RENT$.} $RENT$ while not significant performs better than either GDP or the stock of housing. The sign is negative indicating that increases in rent deregulation had a downwards impact on house prices. This is perhaps surprising. Deregulation of the rental market one would expect to lead to higher rental values as regulated rentals had often been explicitly set at below market rates. However by the early 1980s most of private landlords had exited the rental market precisely for this reason. In this case the distortion in the rental market may well have led to higher house prices through the upwards effect on the value of owner occupied housing of the alternative private rental market having disappeared. With the growth of the private rental market in the 1980s and 1990s renting has re-emerged as a possible substitute for owner-occupied housing (though see previous discussion of the differences between the two). At the same time we should be cautious of excessive interpretation without better data. The private rental market remained (and remains) small in relation to the total housing market and the results obtained may be a spurious result of the coincidence of deregulation (starting fully in 1988) and the housing crash that began in 1989-1990. This is an area that would repay further study, especially in the form of an explicitly specified model of the linkage between the private rental and owner occupied housing market.

\newpage
% ----------------------------------------------------------------
\section{Appendix: Data}
% ----------------------------------------------------------------
\subsection{Data Definitions}
\begin{enumerate}
\item $PH =$ House Prices. Source: ODPM
\item $CC =$ Cost of Capital. This was computed as the nominal interest rate minus expected house price appreciation (taken to be house price inflation in the previous time period).
\item $GDP$ is real GDP per capita
\item $POP$ is population (values interpolated between census dates)
\item $RENT$ is the percentage of the rental market that operates with market rather than regulated rents
\end{enumerate}
\subsection{Data Sources}
All the data, \emph{in the form actually used for the calculations}, is available from the author upon request. It was constructed from the following sources:
\begin{enumerate}
\item \cite{garratt_2003} and personal communications from the same author: Pre and Post-Tax Mortgage Interest spread.
\item Office of National Statistics: Population, GDP and RPI
\item Bank Of England: Interest Rates
\item Office of the Deputy Prime Minister: House Prices, Stock of Dwellings, Rental Market Information
\end{enumerate}

% ----------------------------------------------------------------
\bibliographystyle{amsplain}
\bibliography{econ_all}
\end{document}
% ----------------------------------------------------------------

