Get time series with the maximum interest rates for loans in Poland.

nbp_max_loan()

Value

This function returns a time series in xts format with values of maximum interest rate for loans in Poland.

Details

Before 2016-01-01 maximum interest rate for loans in Poland was defined as a 4 * lombard rate. After that date it is defined as a 2 * reference rate + 3.5.

Examples

tail(nbp_max_loan())
#> maxLoan #> 2013-05-09 0.18 #> 2013-06-06 0.17 #> 2013-07-04 0.16 #> 2014-10-09 0.12 #> 2015-03-05 0.10 #> 2016-01-01 7.03