RP 1
RP 1
RP 1
1 This paper was prepared for the meeting. The views expressed are those of the authors and do not necessarily
reflect the views of the BIS, the IFC or the central banks and other institutions represented at the meeting.
Measuring stakeholders’ expectations for the central
bank’s policy rate
Abstract
In recent decades, the role of market expectation on central bank’s policy rate has
been increasingly acknowledged in monetary policy formulation. In this research, we
develop a machine learning-based technique for identifying the expectation of
stakeholders on Bank Indonesia’s policy rate. The expectations are extracted from
news, starting from 14 days before the monthly Board of Governor’s meeting. We
achieve an F1-score of 76.8% from out-of-sample evaluation on classification result.
The resulting monthly expectation index has 78.6% correlation with the index
generated from Bloomberg’s monthly survey.
Keywords: policy rate expectation; text mining; machine learning; big data
JEL classification: C02, E52, E58
1
Statistics Department – Bank Indonesia; E-mail: [email protected]
2
Statistics Department – Bank Indonesia; E-mail: [email protected]
1. Background ....................................................................................................................................... 3
3. Methodology .................................................................................................................................... 6
3.1 Data ............................................................................................................................................. 6
3.1.1 News Articles................................................................................................................ 6
3.1.2 Policy Rate Expectation Survey ............................................................................. 7
3.2 Machine Learning Model.................................................................................................... 7
3.2.1 Data Filtering................................................................................................................ 7
3.2.2 Annotation .................................................................................................................... 8
3.2.3 Pre-processing ............................................................................................................ 8
3.2.4 Model Construction .................................................................................................. 9
3.3 Index Calculation ................................................................................................................... 9
3.3.1 Expectation Index from News ............................................................................... 9
3.3.2 Expectation Index from Bloomberg Survey ................................................... 10
References ................................................................................................................................................ 15
Expectations on future economic conditions are among the factors that greatly
influence the economic actors in making decision. If consumers expect higher
inflation in the future, then they increase their consumption expenditures in the
present.
One of the indicators that central banks consider in formulating monetary policy
is markets' expectation on policy rates. Quoting (Fischer, 2017), "... those times when
financial markets and the central bank have different expectations about what a
central bank decision will be. Such situations lead to surprises and often to market
volatility. " The main objective in measuring expectations on central bank’s policy rate
is to avoid market volatility that occurs when market participants have different
expectations from the monetary policy taken by central bank. Unexpected movement
of Fed Fund Rate is proven in affecting yields of Treasury Bills (Kuttner, 2000) and
stock prices (Bernanke & Kuttner, 2004) significantly. If central bank will take a
monetary policy that is different from market expectations, a communication strategy
is needed so that the volatility in financial markets can be minimized (Fischer, 2017).
In addition to avoid volatility, the measurement of policy rate expectations can be an
input for projection of macroeconomic indicators, such as inflation and GDP, as
implemented by the Monetary Policy Committee (MPC) of the Bank of England (Joyce
& Meldrum, 2008).
Because the variable is unobservable, the measurement of expectation on
economic indicators, including policy rates, is a nontrivial task. There are two main
methods for measuring expectations, i.e. market-based method and survey-based
method.
In market-based method, expectations are estimated based on the movement of
the price of certain instruments in financial markets. For example, in U.S. financial
markets, there is Fed Funds Futures instrument that serves for hedging against
changes in The Fed’s monetary policy. The price of this instrument is linked directly
with the average of overnight Fed Funds Rate. If the average is decreased then the
price of Fed Funds Futures will go up, and vice versa. Thus, expectation on policy rate
can be estimated from Fed Funds Futures prices, and changes in expectation are
estimated from the instrument’s price movement.
For countries with no interest rate hedging instruments similar to Fed Funds
Futures, the measurement of expectation is based on the price of the instrument that
moves along with the policy rate, e.g. Treasury Bills, unsecured interbank loan,
Forward Rate Agreement (FRA), and Overnight Index Swap (OIS) (Joyce et al., 2008).
Nevertheless, measurement with those instruments is more difficult because of
additional factors that contribute to pricing, such as credit risk, liquidity risk, and term
premium. It is necessary to apply specific calculations and assumptions to exclude
these factors in order to obtain an accurate expectation on policy rates.
Survey-based method offers a simpler alternative to measure policy rate
expectation. In this method, the survey institution (which can be the central bank
itself) asks respondents directly about their expectation on policy rate in the future.
This method is also in accordance with recommendation in Manski (2004) that the
expectation level can’t be inferred only from the observed choice or action (revealed
preference analysis). An expectation measure should be supported by numbers that
are explicitly expressed by the respondents.
Questions on policy rate expectations have been included in various economic and
financial surveys. For example, Christensen & Kwan (2014) used the monthly Blue Chip
Financial Forecast survey and Survey of Primary Dealers to evaluate whether
expectations of market participants are aligned with expectations of the Federal Open
Market Committee (FOMC) expectations or not. At Bank Indonesia, the results of
Bloomberg survey as described in the previous section are utilized to provide
information on policy rate expectation in the Board of Governors Meeting.
Survey-based method has a major advantage over market-based method, i.e.
simpler for analysis. Several studies (Christensen & Kwan, 2014; Joyce & Meldrum,
2008; Friedman, 1979) used average or median values to aggregate policy rate
expectations of all respondents. For comparison, a research with market-based
method (de los Rios & Reid, 2008) used three instrument prices for estimating the
probability of Bank of Canada’s policy rate changes.
In addition to simpler analysis, we can also calculate the distribution of
respondents’ expectations with survey-based method. If there are 30 respondents,
for example, we can calculate the percentage of respondents who expect a policy rate
cut and the percentage of respondents who expect a policy rate hike. In market-based
method, the distribution of these expectations can’t be provided (Christensen &
Kwan, 2014).
However, survey-based method also has several disadvantages compared to
market-based method. Market-based method captures the real expectation in the
market, i.e. the price of the instrument will move along with market expectation
because they are "risking" their money in the instrument (money on the line). Given
its subjective nature, in survey-based method, it’s possible that the respondents didn’t
respond according to their actual expectation. Another disadvantage is that the
survey-based method is not practical to be done in high frequency (e.g. daily),
whereas with market-based method, expectation can be calculated on a daily basis
or even from hour-to-hour, if the referred instruments are widely traded.
Text data have been widely used for research in economics and finance. Sahminan
(2008) identified keywords that reflect a tight, neutral, or loose monetary policy
inclination in the press release statement of Bank Indonesia over the period from
January 2004 to December 2007. The econometric analysis shows that monetary
policy statements that contain loose or neutral policy inclination tend to lower
interbank interest rates, while monetary policy statements with tight policy inclination
tend to have no impact on interbank interest rates (asymmetric effect). Rosa & Verga
(2007) applied similar method to analyze the impact of European Central Bank (ECB)
press releases.
In those studies, the identification of keywords in the press release text is done
manually. Researchers read the press releases one by one and record the keywords
that appear in the press releases. Nowadays, text mining algorithms are growing
3. Methodology
3.1 Data
In order to extract the policy rate expectation from news articles automatically, we
build a text mining model by using machine learning-based technique. This section
will describe the steps taken in developing the model.
3.2.2 Annotation
Text mining that make uses of machine learning techniques require annotated
datasets for training the algorithms. Annotation is the process of attaching additional
information into a collection of texts. Annotation is needed to "teach" the text mining
algorithm how to extract the information from the texts, so that the process can be
done automatically in the future.
In this research, annotation is done on sentence-level, as the smallest data unit.
We added a categorical information about policy rate expectation to each sentence,
with 4 (four) possible values as follows:
1. 0: sentence with no expectation information;
2. 1: expecting no change in policy rate;
3. 2: expecting policy rate hike;
4. 3: expecting policy rate cut.
This categorical information will be used as target class in machine learning
algorithms.
Each sentence is annotated by two annotators to minimize human error and
subjectivity. If a sentence is annotated differently by both annotators, the sentence
will be annotated by the third annotator. We also provide an annotation guidance so
that the annotations can be given consistently by each annotator.
In total, we collected 4,445 sentences that have been annotated, out of 16,000
sentences generated in previous steps. Table 1 shows the proportion of sentences for
each policy rate expectation category.
3.2.3 Pre-processing
After annotating the sentences, one more step is required in order to start training
the classification model using machine learning algorithms. Each sentence must be
Classification models that have been trained in the previous steps need to be
evaluated in order to measure their accuracy in predicting the target class (i.e. policy
rate expectation). We use F1-score as metric for evaluation, in order to get a balanced
classification model with the optimal balance of recall and precision.
The result of out-of-sample evaluation for each machine learning model are
given in Table 2. We can see that the logistic regression model has the best F1-score
(76.8%), compared to other machine learning models. The model also has the best
accuracy and precision score. Hence, the logistic regression model becomes our
choice for measuring policy rate expectations in the following sections.
For result evaluation, we calculate the correlation between policy rate expectation
index generated from news and from Bloomberg survey. Graphs of both indices from
January 2012 to July 2018 are presented in Figure 3. We can see that both indices are
moving in the same direction generally, with a correlation of 73% (correlation for full
data period, i.e. from January 2006, is 78.6%). The correlation value indicates that the
policy rate expectation index from news is potential to be used as a new measure of
policy rate expectation.
The policy rate expectation index from news tends to be more volatile, e.g. in the
second half of 2010. This is likely due to there are some periods (months) where
number of sentences containing policy rate expectation in Cyber Library is very low.
From 142 months of data, there are 49 months where the number of sentences
containing policy rate expectation are less than 10.
For some periods, the expectation index from news can "predict" the direction of
policy rate more precisely than the expectation index from Bloomberg survey, as
presented in Table 3. Overall, compared to the actual change in policy rate, the
expectation index from news has a correlation of 76.6%, while the expectation index
from Bloomberg survey has a correlation of 84.5%.
5.1 Conclusion
There are several improvements in the methodology that can be applied for future
works.
• Opinion Holder Identification
Currently, the calculation of the expectation index of each month use the average
score of the articles. This makes the index is not entirely comparable to expectation
measure obtained from Bloomberg survey (news articles vs. survey respondents). We
need to identify the opinion holder for each sentence that contains policy rate
expectation. Once identified, opinion holders whose expectations are quoted in
several articles are counted only once in index calculation.
Another benefit of opinion holder identification is for grouping expectations
based on institutional group of the opinion holder, e.g. government, authorities,
banking, capital market, industry, academics, and research institutes. Thus, we can
further examine which institutional groups expect policy rate hike, cut, or unchanged.
• Data Source Addition
The number of news articles used in this research is not big enough, i.e. 5,700
news articles in 146 months, or about 40 news articles per month. The addition of
new data sources can be done with web crawling on online news websites. In addition,
we also consider to use news in English language, although additional works are
needed to develop a text mining model for English language.
• Classification Model Improvement
Nowadays, artificial neural network (especially deep learning) is state-of-the-art
technique for text classification, including opinion extraction task (Irsoy and Cardie,
2014). The currently used classification model, i.e. logistic regression, can be replaced
with a neural network model to improve the accuracy. However, it is necessary to
annotate more sentences, given the neural network model requires a large amount
of training data.
• Expectation vs. Wish vs. Suggestion
Baker, S. R., Bloom, N., & Davis, S. J. (2016). Measuring Economic Policy Uncertainty.
The Quarterly Journal of Economics, 131(4), 1593-1636.
Bernanke, S. B., & Kuttner, K. N. (2004). What Explains the Stock Market’s Reaction to
Federal Reserve Policy? The Journal of Finance, 60(3), 1221-1557.
Bollen, J., Mao, H., & Xiao-Jun, Z. (2011). Twitter Mood Predicts the Stock Market.
Journal of Computational Science, 2(1), 1-8.
Christensen, J. H., & Kwan, S. (2014). Assessing Expectations of Monetary Policy.
Retrieved from FRBSF Economic Letter: https://www.frbsf.org/economic-
research/publications/economic-letter/2014/september/assessing-expectations-
monetary-policy/
de los Rios, A. D., & Reid, C. (2008). Extracting Policy Rate Expectations in Canada.
Capital Markets: Asset Pricing & Valuation eJournal.
Fischer, S. (2017). Monetary Policy Expectations and Surprises. Retrieved from
Speeches of Federal Reserve Officials: https://www.federalreserve.gov/newsevents/
speech/fischer20170417a.htm
Friedman, B. M. (1979). Interest Rate Expectations Versus Forward Rates: Evidence
from an Expectations Survey. The Journal of Finance, 34(4), 965-973.
Irsoy, O., & Cardie, C. (2014). Opinion Mining with Deep Recurrent Neural Networks.
Proceedings of the 2014 Conference on Empirical Methods in Natural Language
Processing (EMNLP), (pp. 720-728).
Joyce, M., & Meldrum, A. (2008). Market Expectations of Future Bank Rate. Bank of
England Quarterly Bulletin 2008 Q3, pp. 274-282.
Joyce, M., Relleen, J., & Sorensen, S. (2008, December). Monetary Policy Expectations
from Financial Market Instruments. ECB Working Paper Series No.978.
Kuttner, K. N. (2000). Policy Surprises and Interest Rates: Evidence from the Fed Funds
Futures Market. Journal of Monetary Economics, 47(3), 523-544.
Lucca, D. O., & Trebbi, F. (2009). Measuring Central Bank Communication: An
Automated Approach with Application to FOMC Statements. NBER Working Paper
No. 15367.
Manski, C. F. (2004). Measuring Expectations. Econometrica, 72(5), 1329-1376.
Nardelli, S., Tobback, E., & Martens, D. (2017). Between Hawks and Doves: Measuring
Central Bank Communication. ECB Working Paper Series No. 2085.
O'Connor, B., Balasubramanyan, R., Routledge, B. R., & Smith, N. A. (2010). From
Tweets to Polls: Linking Text Sentiment to Public Opinion Time Series. Proceedings of
the Fourth International AAAI Conference on Weblogs and Social Media, (pp. 122-129).
Rosa, C., & Verga, G. (2007). On the Consistency and Effectiveness of Central Bank
Communication: Evidence from the ECB. European Journal of Political Economy, 23(1),
146-175.
Sahminan, S. (2008). Effectiveness of Monetary Policy Communication in Indonesia
and Thailand. Bank for International Settlements Working Paper No.262.
1 This presentation was prepared for the meeting. The views expressed are those of the authors and do not necessarily reflect the views of the BIS, the IFC or the central banks
and other institutions represented at the meeting.
Bank Indonesia - 2018
2
o
o
o