Return ifo business climate data
Usage
ifo_business(
type = c("germany", "sectors", "eastern", "saxony"),
long_format = TRUE
)
Arguments
- type
(
character(1)
) Defaults to"germany"
. One of:"germany"
: returns the ifo business climate index for Germany."sectors"
: returns the ifo business climate index for different sectors."eastern"
: returns the ifo business climate index for eastern Germany."saxony"
: returns the ifo business climate index for Saxony.
- long_format
(
logical(1)
) IfTRUE
return the data in long format. Only applies totype
"germany"
and"sectors"
. DefaultTRUE
.
Value
A data.frame()
containing the monthly ifo business climate time series.
See also
The article for a reproducible example.
Examples
# \donttest{
ifo_business("germany")
#> yearmonth uncertainty economic_expansion indicator series value
#> 1 2005-01-01 NA 83.10000 climate index 92.2
#> 2 2005-02-01 NA 50.40000 climate index 91.9
#> 3 2005-03-01 NA 4.90000 climate index 90.1
#> 4 2005-04-01 NA 18.70000 climate index 89.9
#> 5 2005-05-01 NA 11.70000 climate index 89.3
#> 6 2005-06-01 NA 32.10000 climate index 89.4
#> 7 2005-07-01 NA 91.20000 climate index 91.1
#> 8 2005-08-01 NA 96.00000 climate index 92.1
#> 9 2005-09-01 NA 96.70000 climate index 92.9
#> 10 2005-10-01 NA 99.40000 climate index 94.4
#> 11 2005-11-01 NA 96.70000 climate index 94.9
#> 12 2005-12-01 NA 91.10000 climate index 95.0
#> 13 2006-01-01 NA 98.20000 climate index 96.5
#> 14 2006-02-01 NA 98.90000 climate index 97.6
#> 15 2006-03-01 NA 95.30000 climate index 98.0
#> 16 2006-04-01 NA 91.40000 climate index 97.9
#> 17 2006-05-01 NA 97.10000 climate index 98.9
#> 18 2006-06-01 NA 94.50000 climate index 99.1
#> 19 2006-07-01 NA 79.20000 climate index 98.8
#> 20 2006-08-01 NA 75.30000 climate index 98.7
#> 21 2006-09-01 NA 85.20000 climate index 99.1
#> 22 2006-10-01 NA 90.00000 climate index 99.4
#> 23 2006-11-01 NA 98.00000 climate index 100.8
#> 24 2006-12-01 NA 98.00000 climate index 101.8
#> 25 2007-01-01 NA 87.70000 climate index 101.5
#> 26 2007-02-01 NA 26.40000 climate index 100.0
#> 27 2007-03-01 NA 62.90000 climate index 100.7
#> 28 2007-04-01 NA 85.40000 climate index 101.0
#> 29 2007-05-01 NA 88.60000 climate index 101.2
#> 30 2007-06-01 NA 45.70000 climate index 100.0
#> 31 2007-07-01 NA 51.90000 climate index 100.2
#> 32 2007-08-01 NA 41.00000 climate index 99.8
#> 33 2007-09-01 NA 29.30000 climate index 99.3
#> 34 2007-10-01 NA 57.80000 climate index 99.8
#> 35 2007-11-01 NA 16.70000 climate index 98.7
#> 36 2007-12-01 NA 21.30000 climate index 98.8
#> 37 2008-01-01 NA 19.20000 climate index 98.2
#> 38 2008-02-01 NA 26.10000 climate index 98.1
#> 39 2008-03-01 NA 31.80000 climate index 98.1
#> 40 2008-04-01 NA 26.20000 climate index 97.0
#> 41 2008-05-01 NA 17.40000 climate index 96.8
#> 42 2008-06-01 NA 7.20000 climate index 95.7
#> 43 2008-07-01 NA 0.20000 climate index 92.4
#> 44 2008-08-01 NA 2.30000 climate index 91.5
#> 45 2008-09-01 NA 7.90000 climate index 91.2
#> 46 2008-10-01 NA 0.00000 climate index 87.1
#> 47 2008-11-01 NA 0.20000 climate index 84.4
#> 48 2008-12-01 NA 0.10000 climate index 80.9
#> 49 2009-01-01 NA 29.40000 climate index 81.7
#> 50 2009-02-01 NA 21.70000 climate index 81.3
#> 51 2009-03-01 NA 5.40000 climate index 79.7
#> 52 2009-04-01 NA 78.40000 climate index 81.5
#> 53 2009-05-01 NA 86.80000 climate index 82.0
#> 54 2009-06-01 NA 99.50000 climate index 83.8
#> 55 2009-07-01 NA 98.00000 climate index 85.1
#> 56 2009-08-01 NA 99.80000 climate index 87.5
#> 57 2009-09-01 NA 99.70000 climate index 89.3
#> 58 2009-10-01 NA 93.20000 climate index 89.6
#> 59 2009-11-01 NA 98.60000 climate index 90.8
#> 60 2009-12-01 NA 93.50000 climate index 91.0
#> 61 2010-01-01 NA 80.60000 climate index 90.7
#> 62 2010-02-01 NA 76.50000 climate index 90.6
#> 63 2010-03-01 NA 96.80000 climate index 92.2
#> 64 2010-04-01 NA 100.00000 climate index 95.5
#> 65 2010-05-01 NA 96.40000 climate index 95.5
#> 66 2010-06-01 NA 97.30000 climate index 96.2
#> 67 2010-07-01 NA 99.80000 climate index 98.5
#> 68 2010-08-01 NA 98.80000 climate index 99.8
#> 69 2010-09-01 NA 96.50000 climate index 100.7
#> 70 2010-10-01 NA 99.20000 climate index 101.8
#> 71 2010-11-01 NA 99.40000 climate index 103.4
#> 72 2010-12-01 NA 85.70000 climate index 103.0
#> 73 2011-01-01 NA 27.40000 climate index 101.7
#> 74 2011-02-01 NA 70.80000 climate index 102.5
#> 75 2011-03-01 NA 53.30000 climate index 102.2
#> 76 2011-04-01 NA 72.40000 climate index 102.2
#> 77 2011-05-01 NA 81.40000 climate index 102.5
#> 78 2011-06-01 NA 60.20000 climate index 101.9
#> 79 2011-07-01 NA 82.00000 climate index 102.2
#> 80 2011-08-01 NA 4.40000 climate index 99.6
#> 81 2011-09-01 NA 1.50000 climate index 98.0
#> 82 2011-10-01 NA 10.00000 climate index 97.9
#> 83 2011-11-01 NA 26.90000 climate index 98.1
#> 84 2011-12-01 NA 29.00000 climate index 98.1
#> 85 2012-01-01 NA 27.40000 climate index 98.5
#> 86 2012-02-01 NA 70.80000 climate index 99.2
#> 87 2012-03-01 NA 53.30000 climate index 99.5
#> 88 2012-04-01 NA 72.40000 climate index 100.1
#> 89 2012-05-01 NA 81.40000 climate index 98.9
#> 90 2012-06-01 NA 60.20000 climate index 96.9
#> 91 2012-07-01 NA 82.00000 climate index 95.6
#> 92 2012-08-01 NA 4.40000 climate index 95.1
#> 93 2012-09-01 NA 1.50000 climate index 94.8
#> 94 2012-10-01 NA 10.00000 climate index 94.7
#> 95 2012-11-01 NA 26.90000 climate index 94.1
#> 96 2012-12-01 NA 29.00000 climate index 95.4
#> 97 2013-01-01 NA 93.70000 climate index 96.4
#> 98 2013-02-01 NA 97.10000 climate index 97.2
#> 99 2013-03-01 NA 92.50000 climate index 97.6
#> 100 2013-04-01 NA 36.30000 climate index 96.0
#> 101 2013-05-01 NA 79.60000 climate index 97.1
#> 102 2013-06-01 NA 75.60000 climate index 96.5
#> 103 2013-07-01 NA 96.10000 climate index 98.0
#> 104 2013-08-01 NA 97.60000 climate index 98.7
#> 105 2013-09-01 NA 93.80000 climate index 99.0
#> 106 2013-10-01 NA 85.40000 climate index 98.9
#> 107 2013-11-01 NA 93.70000 climate index 99.6
#> 108 2013-12-01 NA 95.40000 climate index 100.4
#> 109 2014-01-01 NA 97.00000 climate index 101.4
#> 110 2014-02-01 NA 91.30000 climate index 101.2
#> 111 2014-03-01 NA 80.80000 climate index 101.2
#> 112 2014-04-01 NA 94.20000 climate index 102.1
#> 113 2014-05-01 NA 46.90000 climate index 100.1
#> 114 2014-06-01 NA 44.90000 climate index 99.8
#> 115 2014-07-01 NA 39.40000 climate index 99.5
#> 116 2014-08-01 NA 13.10000 climate index 98.3
#> 117 2014-09-01 NA 9.30000 climate index 97.7
#> 118 2014-10-01 NA 2.70000 climate index 96.3
#> 119 2014-11-01 NA 8.10000 climate index 96.0
#> 120 2014-12-01 NA 89.00000 climate index 98.2
#> 121 2015-01-01 NA 90.50000 climate index 98.8
#> 122 2015-02-01 NA 84.60000 climate index 98.7
#> 123 2015-03-01 NA 84.40000 climate index 99.1
#> 124 2015-04-01 NA 95.80000 climate index 100.2
#> 125 2015-05-01 NA 96.10000 climate index 100.4
#> 126 2015-06-01 NA 94.00000 climate index 100.2
#> 127 2015-07-01 NA 72.70000 climate index 99.7
#> 128 2015-08-01 NA 95.60000 climate index 100.6
#> 129 2015-09-01 NA 72.10000 climate index 100.1
#> 130 2015-10-01 NA 87.50000 climate index 100.6
#> 131 2015-11-01 NA 88.10000 climate index 101.0
#> 132 2015-12-01 NA 77.60000 climate index 100.7
#> 133 2016-01-01 NA 26.20000 climate index 99.7
#> 134 2016-02-01 NA 11.50000 climate index 98.6
#> 135 2016-03-01 NA 22.50000 climate index 99.1
#> 136 2016-04-01 NA 66.70000 climate index 100.1
#> 137 2016-05-01 NA 71.90000 climate index 99.8
#> 138 2016-06-01 NA 91.80000 climate index 100.0
#> 139 2016-07-01 NA 87.50000 climate index 100.0
#> 140 2016-08-01 NA 82.10000 climate index 99.7
#> 141 2016-09-01 NA 93.60000 climate index 100.8
#> 142 2016-10-01 NA 93.80000 climate index 101.3
#> 143 2016-11-01 NA 92.90000 climate index 101.6
#> 144 2016-12-01 NA 71.10000 climate index 101.0
#> 145 2017-01-01 NA 65.10000 climate index 101.3
#> 146 2017-02-01 NA 67.40000 climate index 101.2
#> 147 2017-03-01 NA 78.40000 climate index 101.9
#> 148 2017-04-01 NA 97.40000 climate index 103.7
#> 149 2017-05-01 NA 88.80000 climate index 102.7
#> 150 2017-06-01 NA 93.80000 climate index 102.7
#> 151 2017-07-01 NA 97.60000 climate index 103.8
#> 152 2017-08-01 NA 91.70000 climate index 103.6
#> 153 2017-09-01 NA 89.10000 climate index 103.9
#> 154 2017-10-01 NA 94.80000 climate index 104.4
#> 155 2017-11-01 NA 92.30000 climate index 105.0
#> 156 2017-12-01 NA 84.00000 climate index 104.7
#> 157 2018-01-01 NA 76.50000 climate index 105.0
#> 158 2018-02-01 NA 47.00000 climate index 104.0
#> 159 2018-03-01 NA 26.90000 climate index 103.9
#> 160 2018-04-01 NA 7.60000 climate index 103.5
#> 161 2018-05-01 NA 18.50000 climate index 102.8
#> 162 2018-06-01 NA 14.70000 climate index 101.7
#> 163 2018-07-01 NA 21.40000 climate index 101.7
#> 164 2018-08-01 NA 93.30000 climate index 103.8
#> 165 2018-09-01 NA 85.00000 climate index 103.8
#> 166 2018-10-01 NA 52.80000 climate index 102.9
#> 167 2018-11-01 NA 23.50000 climate index 102.3
#> 168 2018-12-01 NA 8.70000 climate index 101.2
#> 169 2019-01-01 NA 1.20000 climate index 99.5
#> 170 2019-02-01 NA 4.00000 climate index 98.6
#> 171 2019-03-01 NA 43.50000 climate index 99.9
#> 172 2019-04-01 52.6 29.70000 climate index 100.6
#> 173 2019-05-01 52.5 6.90000 climate index 98.3
#> 174 2019-06-01 53.3 8.60000 climate index 96.8
#> 175 2019-07-01 54.4 1.30000 climate index 95.5
#> 176 2019-08-01 55.0 1.30000 climate index 94.1
#> 177 2019-09-01 55.7 18.30000 climate index 94.8
#> 178 2019-10-01 56.2 27.10000 climate index 95.0
#> 179 2019-11-01 56.0 46.70000 climate index 95.3
#> 180 2019-12-01 55.9 89.10000 climate index 96.5
#> 181 2020-01-01 55.1 74.80000 climate index 96.0
#> 182 2020-02-01 55.3 77.70000 climate index 95.9
#> 183 2020-03-01 65.0 0.70000 climate index 86.2
#> 184 2020-04-01 74.2 0.00000 climate index 75.0
#> 185 2020-05-01 70.9 92.80000 climate index 79.5
#> 186 2020-06-01 67.9 86.10000 climate index 85.4
#> 187 2020-07-01 66.2 99.90000 climate index 89.4
#> 188 2020-08-01 65.5 99.20000 climate index 92.1
#> 189 2020-09-01 64.1 96.40000 climate index 93.5
#> 190 2020-10-01 64.4 80.80000 climate index 93.0
#> 191 2020-11-01 66.0 26.50000 climate index 91.7
#> 192 2020-12-01 65.4 63.70000 climate index 93.1
#> 193 2021-01-01 66.1 11.60000 climate index 90.6
#> 194 2021-02-01 65.4 70.00000 climate index 92.6
#> 195 2021-03-01 64.2 99.10000 climate index 96.2
#> 196 2021-04-01 64.5 91.80000 climate index 96.0
#> 197 2021-05-01 62.0 98.80000 climate index 98.3
#> 198 2021-06-01 59.9 99.20000 climate index 101.0
#> 199 2021-07-01 60.9 75.90000 climate index 100.8
#> 200 2021-08-01 61.1 33.90000 climate index 100.1
#> 201 2021-09-01 61.5 16.60000 climate index 100.0
#> 202 2021-10-01 60.5 6.01438 climate index 98.8
#> 203 2021-11-01 62.8 3.40737 climate index 97.2
#> 204 2021-12-01 62.7 1.33428 climate index 95.2
#> 205 2022-01-01 62.7 20.06246 climate index 96.0
#> 206 2022-02-01 61.7 88.96644 climate index 98.5
#> 207 2022-03-01 69.2 1.23274 climate index 90.0
#> 208 2022-04-01 67.9 20.04043 climate index 91.2
#> 209 2022-05-01 66.6 55.16705 climate index 92.4
#> 210 2022-06-01 65.4 34.96150 climate index 92.1
#> 211 2022-07-01 69.0 1.67616 climate index 88.8
#> 212 2022-08-01 68.4 8.10000 climate index 89.2
#> 213 2022-09-01 70.1 0.31083 climate index 85.6
#> 214 2022-10-01 70.2 8.46338 climate index 85.4
#> 215 2022-11-01 69.8 52.45350 climate index 86.9
#> 216 2022-12-01 68.3 91.17032 climate index 89.1
#> 217 2023-01-01 67.2 96.20105 climate index 90.3
#> 218 2023-02-01 66.0 95.10463 climate index 91.0
#> 219 2023-03-01 64.5 98.29464 climate index 92.7
#> 220 2023-04-01 65.2 92.49901 climate index 92.9
#> 221 2023-05-01 65.7 49.37031 climate index 91.0
#> 222 2023-06-01 65.2 4.32163 climate index 88.4
#> 223 2023-07-01 65.2 3.94804 climate index 87.5
#> 224 2023-08-01 65.7 2.60000 climate index 85.9
#> 225 2023-09-01 65.9 11.10412 climate index 86.1
#> 226 2023-10-01 66.0 42.24217 climate index 87.0
#> 227 2023-11-01 65.8 54.87410 climate index 87.3
#> 228 2023-12-01 65.5 32.97091 climate index 86.7
#> 229 2024-01-01 67.5 14.83564 climate index 85.4
#> 230 2024-02-01 66.8 26.60000 climate index 85.7
#> 231 2024-03-01 65.9 81.29399 climate index 87.8
#> 232 2024-04-01 65.3 93.64449 climate index 89.1
#> 233 2024-05-01 65.0 85.44235 climate index 89.0
#> 234 2024-06-01 65.1 64.66690 climate index 88.4
#> 235 2024-07-01 64.5 23.11533 climate index 87.0
#> 236 2024-08-01 64.8 20.80000 climate index 86.6
#> 237 2024-09-01 65.7 9.35941 climate index 85.4
#> 238 2024-10-01 66.2 39.98913 climate index 86.5
#> 239 2024-11-01 65.9 23.17931 climate index 85.6
#> 240 2024-12-01 66.6 13.01194 climate index 84.7
#> 241 2025-01-01 65.5 26.86055 climate index 85.1
#> 242 2005-01-01 NA 83.10000 situation index 87.5
#> 243 2005-02-01 NA 50.40000 situation index 87.9
#> 244 2005-03-01 NA 4.90000 situation index 85.8
#> 245 2005-04-01 NA 18.70000 situation index 86.2
#> 246 2005-05-01 NA 11.70000 situation index 86.1
#> 247 2005-06-01 NA 32.10000 situation index 85.6
#> 248 2005-07-01 NA 91.20000 situation index 85.8
#> 249 2005-08-01 NA 96.00000 situation index 86.8
#> 250 2005-09-01 NA 96.70000 situation index 88.4
#> 251 2005-10-01 NA 99.40000 situation index 88.8
#> 252 2005-11-01 NA 96.70000 situation index 90.8
#> 253 2005-12-01 NA 91.10000 situation index 90.4
#> 254 2006-01-01 NA 98.20000 situation index 91.9
#> 255 2006-02-01 NA 98.90000 situation index 93.2
#> 256 2006-03-01 NA 95.30000 situation index 94.1
#> 257 2006-04-01 NA 91.40000 situation index 94.2
#> 258 2006-05-01 NA 97.10000 situation index 97.0
#> 259 2006-06-01 NA 94.50000 situation index 96.8
#> 260 2006-07-01 NA 79.20000 situation index 97.5
#> 261 2006-08-01 NA 75.30000 situation index 97.3
#> 262 2006-09-01 NA 85.20000 situation index 98.0
#> 263 2006-10-01 NA 90.00000 situation index 98.9
#> 264 2006-11-01 NA 98.00000 situation index 100.0
#> 265 2006-12-01 NA 98.00000 situation index 101.3
#> 266 2007-01-01 NA 87.70000 situation index 100.1
#> 267 2007-02-01 NA 26.40000 situation index 98.7
#> 268 2007-03-01 NA 62.90000 situation index 99.8
#> 269 2007-04-01 NA 85.40000 situation index 100.7
#> 270 2007-05-01 NA 88.60000 situation index 100.5
#> 271 2007-06-01 NA 45.70000 situation index 99.0
#> 272 2007-07-01 NA 51.90000 situation index 99.2
#> 273 2007-08-01 NA 41.00000 situation index 99.1
#> 274 2007-09-01 NA 29.30000 situation index 98.9
#> 275 2007-10-01 NA 57.80000 situation index 99.7
#> 276 2007-11-01 NA 16.70000 situation index 98.7
#> 277 2007-12-01 NA 21.30000 situation index 97.8
#> 278 2008-01-01 NA 19.20000 situation index 98.8
#> 279 2008-02-01 NA 26.10000 situation index 98.7
#> 280 2008-03-01 NA 31.80000 situation index 99.0
#> 281 2008-04-01 NA 26.20000 situation index 98.4
#> 282 2008-05-01 NA 17.40000 situation index 98.0
#> 283 2008-06-01 NA 7.20000 situation index 97.1
#> 284 2008-07-01 NA 0.20000 situation index 93.7
#> 285 2008-08-01 NA 2.30000 situation index 93.4
#> 286 2008-09-01 NA 7.90000 situation index 92.3
#> 287 2008-10-01 NA 0.00000 situation index 90.5
#> 288 2008-11-01 NA 0.20000 situation index 87.3
#> 289 2008-12-01 NA 0.10000 situation index 82.6
#> 290 2009-01-01 NA 29.40000 situation index 82.2
#> 291 2009-02-01 NA 21.70000 situation index 80.0
#> 292 2009-03-01 NA 5.40000 situation index 77.5
#> 293 2009-04-01 NA 78.40000 situation index 78.3
#> 294 2009-05-01 NA 86.80000 situation index 77.7
#> 295 2009-06-01 NA 99.50000 situation index 77.9
#> 296 2009-07-01 NA 98.00000 situation index 78.6
#> 297 2009-08-01 NA 99.80000 situation index 80.2
#> 298 2009-09-01 NA 99.70000 situation index 81.2
#> 299 2009-10-01 NA 93.20000 situation index 81.8
#> 300 2009-11-01 NA 98.60000 situation index 82.9
#> 301 2009-12-01 NA 93.50000 situation index 83.9
#> 302 2010-01-01 NA 80.60000 situation index 83.9
#> 303 2010-02-01 NA 76.50000 situation index 84.3
#> 304 2010-03-01 NA 96.80000 situation index 85.4
#> 305 2010-04-01 NA 100.00000 situation index 90.2
#> 306 2010-05-01 NA 96.40000 situation index 90.9
#> 307 2010-06-01 NA 97.30000 situation index 92.4
#> 308 2010-07-01 NA 99.80000 situation index 94.9
#> 309 2010-08-01 NA 98.80000 situation index 96.0
#> 310 2010-09-01 NA 96.50000 situation index 97.9
#> 311 2010-10-01 NA 99.20000 situation index 98.9
#> 312 2010-11-01 NA 99.40000 situation index 100.8
#> 313 2010-12-01 NA 85.70000 situation index 100.5
#> 314 2011-01-01 NA 27.40000 situation index 99.8
#> 315 2011-02-01 NA 70.80000 situation index 101.9
#> 316 2011-03-01 NA 53.30000 situation index 101.9
#> 317 2011-04-01 NA 72.40000 situation index 102.7
#> 318 2011-05-01 NA 81.40000 situation index 103.6
#> 319 2011-06-01 NA 60.20000 situation index 102.5
#> 320 2011-07-01 NA 82.00000 situation index 103.2
#> 321 2011-08-01 NA 4.40000 situation index 102.1
#> 322 2011-09-01 NA 1.50000 situation index 100.2
#> 323 2011-10-01 NA 10.00000 situation index 100.2
#> 324 2011-11-01 NA 26.90000 situation index 100.9
#> 325 2011-12-01 NA 29.00000 situation index 100.9
#> 326 2012-01-01 NA 27.40000 situation index 100.2
#> 327 2012-02-01 NA 70.80000 situation index 100.6
#> 328 2012-03-01 NA 53.30000 situation index 100.3
#> 329 2012-04-01 NA 72.40000 situation index 101.6
#> 330 2012-05-01 NA 81.40000 situation index 101.0
#> 331 2012-06-01 NA 60.20000 situation index 99.0
#> 332 2012-07-01 NA 82.00000 situation index 97.5
#> 333 2012-08-01 NA 4.40000 situation index 97.3
#> 334 2012-09-01 NA 1.50000 situation index 96.3
#> 335 2012-10-01 NA 10.00000 situation index 95.8
#> 336 2012-11-01 NA 26.90000 situation index 95.2
#> 337 2012-12-01 NA 29.00000 situation index 95.6
#> 338 2013-01-01 NA 93.70000 situation index 96.6
#> 339 2013-02-01 NA 97.10000 situation index 95.2
#> 340 2013-03-01 NA 92.50000 situation index 96.3
#> 341 2013-04-01 NA 36.30000 situation index 94.1
#> 342 2013-05-01 NA 79.60000 situation index 95.7
#> 343 2013-06-01 NA 75.60000 situation index 95.3
#> 344 2013-07-01 NA 96.10000 situation index 97.2
#> 345 2013-08-01 NA 97.60000 situation index 96.9
#> 346 2013-09-01 NA 93.80000 situation index 97.1
#> 347 2013-10-01 NA 85.40000 situation index 98.0
#> 348 2013-11-01 NA 93.70000 situation index 97.8
#> 349 2013-12-01 NA 95.40000 situation index 99.1
#> 350 2014-01-01 NA 97.00000 situation index 100.1
#> 351 2014-02-01 NA 91.30000 situation index 99.7
#> 352 2014-03-01 NA 80.80000 situation index 100.5
#> 353 2014-04-01 NA 94.20000 situation index 102.2
#> 354 2014-05-01 NA 46.90000 situation index 99.7
#> 355 2014-06-01 NA 44.90000 situation index 99.4
#> 356 2014-07-01 NA 39.40000 situation index 99.2
#> 357 2014-08-01 NA 13.10000 situation index 98.7
#> 358 2014-09-01 NA 9.30000 situation index 98.4
#> 359 2014-10-01 NA 2.70000 situation index 96.7
#> 360 2014-11-01 NA 8.10000 situation index 96.1
#> 361 2014-12-01 NA 89.00000 situation index 98.4
#> 362 2015-01-01 NA 90.50000 situation index 98.8
#> 363 2015-02-01 NA 84.60000 situation index 98.0
#> 364 2015-03-01 NA 84.40000 situation index 98.5
#> 365 2015-04-01 NA 95.80000 situation index 100.3
#> 366 2015-05-01 NA 96.10000 situation index 100.5
#> 367 2015-06-01 NA 94.00000 situation index 100.2
#> 368 2015-07-01 NA 72.70000 situation index 100.6
#> 369 2015-08-01 NA 95.60000 situation index 100.9
#> 370 2015-09-01 NA 72.10000 situation index 101.0
#> 371 2015-10-01 NA 87.50000 situation index 100.2
#> 372 2015-11-01 NA 88.10000 situation index 100.4
#> 373 2015-12-01 NA 77.60000 situation index 100.6
#> 374 2016-01-01 NA 26.20000 situation index 100.2
#> 375 2016-02-01 NA 11.50000 situation index 99.7
#> 376 2016-03-01 NA 22.50000 situation index 99.4
#> 377 2016-04-01 NA 66.70000 situation index 100.3
#> 378 2016-05-01 NA 71.90000 situation index 100.1
#> 379 2016-06-01 NA 91.80000 situation index 101.0
#> 380 2016-07-01 NA 87.50000 situation index 99.9
#> 381 2016-08-01 NA 82.10000 situation index 99.5
#> 382 2016-09-01 NA 93.60000 situation index 100.7
#> 383 2016-10-01 NA 93.80000 situation index 100.6
#> 384 2016-11-01 NA 92.90000 situation index 102.2
#> 385 2016-12-01 NA 71.10000 situation index 101.8
#> 386 2017-01-01 NA 65.10000 situation index 102.0
#> 387 2017-02-01 NA 67.40000 situation index 102.4
#> 388 2017-03-01 NA 78.40000 situation index 103.3
#> 389 2017-04-01 NA 97.40000 situation index 105.1
#> 390 2017-05-01 NA 88.80000 situation index 104.4
#> 391 2017-06-01 NA 93.80000 situation index 104.7
#> 392 2017-07-01 NA 97.60000 situation index 106.7
#> 393 2017-08-01 NA 91.70000 situation index 105.6
#> 394 2017-09-01 NA 89.10000 situation index 105.9
#> 395 2017-10-01 NA 94.80000 situation index 106.3
#> 396 2017-11-01 NA 92.30000 situation index 106.6
#> 397 2017-12-01 NA 84.00000 situation index 107.0
#> 398 2018-01-01 NA 76.50000 situation index 108.5
#> 399 2018-02-01 NA 47.00000 situation index 107.5
#> 400 2018-03-01 NA 26.90000 situation index 106.9
#> 401 2018-04-01 NA 7.60000 situation index 106.4
#> 402 2018-05-01 NA 18.50000 situation index 106.7
#> 403 2018-06-01 NA 14.70000 situation index 105.8
#> 404 2018-07-01 NA 21.40000 situation index 106.0
#> 405 2018-08-01 NA 93.30000 situation index 107.0
#> 406 2018-09-01 NA 85.00000 situation index 107.2
#> 407 2018-10-01 NA 52.80000 situation index 106.3
#> 408 2018-11-01 NA 23.50000 situation index 106.2
#> 409 2018-12-01 NA 8.70000 situation index 105.3
#> 410 2019-01-01 NA 1.20000 situation index 104.9
#> 411 2019-02-01 NA 4.00000 situation index 103.5
#> 412 2019-03-01 NA 43.50000 situation index 104.1
#> 413 2019-04-01 52.6 29.70000 situation index 104.4
#> 414 2019-05-01 52.5 6.90000 situation index 101.4
#> 415 2019-06-01 53.3 8.60000 situation index 101.2
#> 416 2019-07-01 54.4 1.30000 situation index 100.1
#> 417 2019-08-01 55.0 1.30000 situation index 97.4
#> 418 2019-09-01 55.7 18.30000 situation index 98.9
#> 419 2019-10-01 56.2 27.10000 situation index 98.0
#> 420 2019-11-01 56.0 46.70000 situation index 98.3
#> 421 2019-12-01 55.9 89.10000 situation index 99.1
#> 422 2020-01-01 55.1 74.80000 situation index 99.7
#> 423 2020-02-01 55.3 77.70000 situation index 98.9
#> 424 2020-03-01 65.0 0.70000 situation index 92.8
#> 425 2020-04-01 74.2 0.00000 situation index 79.2
#> 426 2020-05-01 70.9 92.80000 situation index 78.6
#> 427 2020-06-01 67.9 86.10000 situation index 80.9
#> 428 2020-07-01 66.2 99.90000 situation index 84.3
#> 429 2020-08-01 65.5 99.20000 situation index 87.7
#> 430 2020-09-01 64.1 96.40000 situation index 89.5
#> 431 2020-10-01 64.4 80.80000 situation index 90.5
#> 432 2020-11-01 66.0 26.50000 situation index 90.3
#> 433 2020-12-01 65.4 63.70000 situation index 91.8
#> 434 2021-01-01 66.1 11.60000 situation index 89.6
#> 435 2021-02-01 65.4 70.00000 situation index 90.9
#> 436 2021-03-01 64.2 99.10000 situation index 93.3
#> 437 2021-04-01 64.5 91.80000 situation index 94.2
#> 438 2021-05-01 62.0 98.80000 situation index 95.7
#> 439 2021-06-01 59.9 99.20000 situation index 99.8
#> 440 2021-07-01 60.9 75.90000 situation index 100.6
#> 441 2021-08-01 61.1 33.90000 situation index 101.7
#> 442 2021-09-01 61.5 16.60000 situation index 101.0
#> 443 2021-10-01 60.5 6.01438 situation index 100.6
#> 444 2021-11-01 62.8 3.40737 situation index 99.5
#> 445 2021-12-01 62.7 1.33428 situation index 97.4
#> 446 2022-01-01 62.7 20.06246 situation index 96.7
#> 447 2022-02-01 61.7 88.96644 situation index 98.8
#> 448 2022-03-01 69.2 1.23274 situation index 97.1
#> 449 2022-04-01 67.9 20.04043 situation index 97.3
#> 450 2022-05-01 66.6 55.16705 situation index 99.6
#> 451 2022-06-01 65.4 34.96150 situation index 99.4
#> 452 2022-07-01 69.0 1.67616 situation index 97.9
#> 453 2022-08-01 68.4 8.10000 situation index 97.7
#> 454 2022-09-01 70.1 0.31083 situation index 94.9
#> 455 2022-10-01 70.2 8.46338 situation index 94.5
#> 456 2022-11-01 69.8 52.45350 situation index 93.4
#> 457 2022-12-01 68.3 91.17032 situation index 94.3
#> 458 2023-01-01 67.2 96.20105 situation index 94.5
#> 459 2023-02-01 66.0 95.10463 situation index 94.0
#> 460 2023-03-01 64.5 98.29464 situation index 95.4
#> 461 2023-04-01 65.2 92.49901 situation index 95.0
#> 462 2023-05-01 65.7 49.37031 situation index 94.8
#> 463 2023-06-01 65.2 4.32163 situation index 93.7
#> 464 2023-07-01 65.2 3.94804 situation index 91.4
#> 465 2023-08-01 65.7 2.60000 situation index 89.0
#> 466 2023-09-01 65.9 11.10412 situation index 88.8
#> 467 2023-10-01 66.0 42.24217 situation index 89.2
#> 468 2023-11-01 65.8 54.87410 situation index 89.5
#> 469 2023-12-01 65.5 32.97091 situation index 88.6
#> 470 2024-01-01 67.5 14.83564 situation index 87.0
#> 471 2024-02-01 66.8 26.60000 situation index 86.9
#> 472 2024-03-01 65.9 81.29399 situation index 88.0
#> 473 2024-04-01 65.3 93.64449 situation index 88.8
#> 474 2024-05-01 65.0 85.44235 situation index 88.3
#> 475 2024-06-01 65.1 64.66690 situation index 88.3
#> 476 2024-07-01 64.5 23.11533 situation index 87.1
#> 477 2024-08-01 64.8 20.80000 situation index 86.4
#> 478 2024-09-01 65.7 9.35941 situation index 84.4
#> 479 2024-10-01 66.2 39.98913 situation index 85.7
#> 480 2024-11-01 65.9 23.17931 situation index 84.2
#> 481 2024-12-01 66.6 13.01194 situation index 85.1
#> 482 2025-01-01 65.5 26.86055 situation index 86.1
#> 483 2005-01-01 NA 83.10000 expectation index 97.2
#> 484 2005-02-01 NA 50.40000 expectation index 96.2
#> 485 2005-03-01 NA 4.90000 expectation index 94.5
#> 486 2005-04-01 NA 18.70000 expectation index 93.7
#> 487 2005-05-01 NA 11.70000 expectation index 92.7
#> 488 2005-06-01 NA 32.10000 expectation index 93.2
#> 489 2005-07-01 NA 91.20000 expectation index 96.8
#> 490 2005-08-01 NA 96.00000 expectation index 97.6
#> 491 2005-09-01 NA 96.70000 expectation index 97.7
#> 492 2005-10-01 NA 99.40000 expectation index 100.4
#> 493 2005-11-01 NA 96.70000 expectation index 99.3
#> 494 2005-12-01 NA 91.10000 expectation index 100.0
#> 495 2006-01-01 NA 98.20000 expectation index 101.5
#> 496 2006-02-01 NA 98.90000 expectation index 102.3
#> 497 2006-03-01 NA 95.30000 expectation index 102.1
#> 498 2006-04-01 NA 91.40000 expectation index 101.8
#> 499 2006-05-01 NA 97.10000 expectation index 100.8
#> 500 2006-06-01 NA 94.50000 expectation index 101.4
#> 501 2006-07-01 NA 79.20000 expectation index 100.2
#> 502 2006-08-01 NA 75.30000 expectation index 100.1
#> 503 2006-09-01 NA 85.20000 expectation index 100.1
#> 504 2006-10-01 NA 90.00000 expectation index 100.0
#> 505 2006-11-01 NA 98.00000 expectation index 101.6
#> 506 2006-12-01 NA 98.00000 expectation index 102.3
#> 507 2007-01-01 NA 87.70000 expectation index 102.9
#> 508 2007-02-01 NA 26.40000 expectation index 101.3
#> 509 2007-03-01 NA 62.90000 expectation index 101.6
#> 510 2007-04-01 NA 85.40000 expectation index 101.3
#> 511 2007-05-01 NA 88.60000 expectation index 101.8
#> 512 2007-06-01 NA 45.70000 expectation index 100.9
#> 513 2007-07-01 NA 51.90000 expectation index 101.1
#> 514 2007-08-01 NA 41.00000 expectation index 100.6
#> 515 2007-09-01 NA 29.30000 expectation index 99.7
#> 516 2007-10-01 NA 57.80000 expectation index 100.0
#> 517 2007-11-01 NA 16.70000 expectation index 98.7
#> 518 2007-12-01 NA 21.30000 expectation index 99.8
#> 519 2008-01-01 NA 19.20000 expectation index 97.6
#> 520 2008-02-01 NA 26.10000 expectation index 97.5
#> 521 2008-03-01 NA 31.80000 expectation index 97.3
#> 522 2008-04-01 NA 26.20000 expectation index 95.7
#> 523 2008-05-01 NA 17.40000 expectation index 95.6
#> 524 2008-06-01 NA 7.20000 expectation index 94.3
#> 525 2008-07-01 NA 0.20000 expectation index 91.1
#> 526 2008-08-01 NA 2.30000 expectation index 89.7
#> 527 2008-09-01 NA 7.90000 expectation index 90.1
#> 528 2008-10-01 NA 0.00000 expectation index 83.8
#> 529 2008-11-01 NA 0.20000 expectation index 81.5
#> 530 2008-12-01 NA 0.10000 expectation index 79.3
#> 531 2009-01-01 NA 29.40000 expectation index 81.3
#> 532 2009-02-01 NA 21.70000 expectation index 82.7
#> 533 2009-03-01 NA 5.40000 expectation index 82.0
#> 534 2009-04-01 NA 78.40000 expectation index 84.8
#> 535 2009-05-01 NA 86.80000 expectation index 86.6
#> 536 2009-06-01 NA 99.50000 expectation index 90.1
#> 537 2009-07-01 NA 98.00000 expectation index 92.1
#> 538 2009-08-01 NA 99.80000 expectation index 95.5
#> 539 2009-09-01 NA 99.70000 expectation index 98.2
#> 540 2009-10-01 NA 93.20000 expectation index 98.1
#> 541 2009-11-01 NA 98.60000 expectation index 99.5
#> 542 2009-12-01 NA 93.50000 expectation index 98.7
#> 543 2010-01-01 NA 80.60000 expectation index 97.9
#> 544 2010-02-01 NA 76.50000 expectation index 97.4
#> 545 2010-03-01 NA 96.80000 expectation index 99.6
#> 546 2010-04-01 NA 100.00000 expectation index 101.1
#> 547 2010-05-01 NA 96.40000 expectation index 100.4
#> 548 2010-06-01 NA 97.30000 expectation index 100.3
#> 549 2010-07-01 NA 99.80000 expectation index 102.2
#> 550 2010-08-01 NA 98.80000 expectation index 103.7
#> 551 2010-09-01 NA 96.50000 expectation index 103.5
#> 552 2010-10-01 NA 99.20000 expectation index 104.8
#> 553 2010-11-01 NA 99.40000 expectation index 106.1
#> 554 2010-12-01 NA 85.70000 expectation index 105.6
#> 555 2011-01-01 NA 27.40000 expectation index 103.6
#> 556 2011-02-01 NA 70.80000 expectation index 103.1
#> 557 2011-03-01 NA 53.30000 expectation index 102.4
#> 558 2011-04-01 NA 72.40000 expectation index 101.7
#> 559 2011-05-01 NA 81.40000 expectation index 101.5
#> 560 2011-06-01 NA 60.20000 expectation index 101.3
#> 561 2011-07-01 NA 82.00000 expectation index 101.3
#> 562 2011-08-01 NA 4.40000 expectation index 97.1
#> 563 2011-09-01 NA 1.50000 expectation index 95.8
#> 564 2011-10-01 NA 10.00000 expectation index 95.7
#> 565 2011-11-01 NA 26.90000 expectation index 95.5
#> 566 2011-12-01 NA 29.00000 expectation index 95.4
#> 567 2012-01-01 NA 27.40000 expectation index 96.8
#> 568 2012-02-01 NA 70.80000 expectation index 97.9
#> 569 2012-03-01 NA 53.30000 expectation index 98.7
#> 570 2012-04-01 NA 72.40000 expectation index 98.6
#> 571 2012-05-01 NA 81.40000 expectation index 96.9
#> 572 2012-06-01 NA 60.20000 expectation index 94.8
#> 573 2012-07-01 NA 82.00000 expectation index 93.7
#> 574 2012-08-01 NA 4.40000 expectation index 92.8
#> 575 2012-09-01 NA 1.50000 expectation index 93.4
#> 576 2012-10-01 NA 10.00000 expectation index 93.7
#> 577 2012-11-01 NA 26.90000 expectation index 92.9
#> 578 2012-12-01 NA 29.00000 expectation index 95.2
#> 579 2013-01-01 NA 93.70000 expectation index 96.1
#> 580 2013-02-01 NA 97.10000 expectation index 99.3
#> 581 2013-03-01 NA 92.50000 expectation index 98.8
#> 582 2013-04-01 NA 36.30000 expectation index 97.9
#> 583 2013-05-01 NA 79.60000 expectation index 98.5
#> 584 2013-06-01 NA 75.60000 expectation index 97.7
#> 585 2013-07-01 NA 96.10000 expectation index 98.9
#> 586 2013-08-01 NA 97.60000 expectation index 100.4
#> 587 2013-09-01 NA 93.80000 expectation index 100.9
#> 588 2013-10-01 NA 85.40000 expectation index 99.8
#> 589 2013-11-01 NA 93.70000 expectation index 101.3
#> 590 2013-12-01 NA 95.40000 expectation index 101.7
#> 591 2014-01-01 NA 97.00000 expectation index 102.7
#> 592 2014-02-01 NA 91.30000 expectation index 102.8
#> 593 2014-03-01 NA 80.80000 expectation index 101.9
#> 594 2014-04-01 NA 94.20000 expectation index 102.0
#> 595 2014-05-01 NA 46.90000 expectation index 100.6
#> 596 2014-06-01 NA 44.90000 expectation index 100.2
#> 597 2014-07-01 NA 39.40000 expectation index 99.8
#> 598 2014-08-01 NA 13.10000 expectation index 98.0
#> 599 2014-09-01 NA 9.30000 expectation index 97.0
#> 600 2014-10-01 NA 2.70000 expectation index 95.9
#> 601 2014-11-01 NA 8.10000 expectation index 96.0
#> 602 2014-12-01 NA 89.00000 expectation index 98.1
#> 603 2015-01-01 NA 90.50000 expectation index 98.8
#> 604 2015-02-01 NA 84.60000 expectation index 99.5
#> 605 2015-03-01 NA 84.40000 expectation index 99.6
#> 606 2015-04-01 NA 95.80000 expectation index 100.0
#> 607 2015-05-01 NA 96.10000 expectation index 100.2
#> 608 2015-06-01 NA 94.00000 expectation index 100.1
#> 609 2015-07-01 NA 72.70000 expectation index 98.7
#> 610 2015-08-01 NA 95.60000 expectation index 100.3
#> 611 2015-09-01 NA 72.10000 expectation index 99.3
#> 612 2015-10-01 NA 87.50000 expectation index 101.0
#> 613 2015-11-01 NA 88.10000 expectation index 101.6
#> 614 2015-12-01 NA 77.60000 expectation index 100.7
#> 615 2016-01-01 NA 26.20000 expectation index 99.3
#> 616 2016-02-01 NA 11.50000 expectation index 97.6
#> 617 2016-03-01 NA 22.50000 expectation index 98.8
#> 618 2016-04-01 NA 66.70000 expectation index 99.9
#> 619 2016-05-01 NA 71.90000 expectation index 99.4
#> 620 2016-06-01 NA 91.80000 expectation index 99.0
#> 621 2016-07-01 NA 87.50000 expectation index 100.1
#> 622 2016-08-01 NA 82.10000 expectation index 99.8
#> 623 2016-09-01 NA 93.60000 expectation index 101.0
#> 624 2016-10-01 NA 93.80000 expectation index 101.9
#> 625 2016-11-01 NA 92.90000 expectation index 101.1
#> 626 2016-12-01 NA 71.10000 expectation index 100.1
#> 627 2017-01-01 NA 65.10000 expectation index 100.7
#> 628 2017-02-01 NA 67.40000 expectation index 100.0
#> 629 2017-03-01 NA 78.40000 expectation index 100.4
#> 630 2017-04-01 NA 97.40000 expectation index 102.2
#> 631 2017-05-01 NA 88.80000 expectation index 101.0
#> 632 2017-06-01 NA 93.80000 expectation index 100.7
#> 633 2017-07-01 NA 97.60000 expectation index 101.0
#> 634 2017-08-01 NA 91.70000 expectation index 101.7
#> 635 2017-09-01 NA 89.10000 expectation index 101.9
#> 636 2017-10-01 NA 94.80000 expectation index 102.4
#> 637 2017-11-01 NA 92.30000 expectation index 103.4
#> 638 2017-12-01 NA 84.00000 expectation index 102.4
#> 639 2018-01-01 NA 76.50000 expectation index 101.6
#> 640 2018-02-01 NA 47.00000 expectation index 100.5
#> 641 2018-03-01 NA 26.90000 expectation index 101.0
#> 642 2018-04-01 NA 7.60000 expectation index 100.6
#> 643 2018-05-01 NA 18.50000 expectation index 99.1
#> 644 2018-06-01 NA 14.70000 expectation index 97.7
#> 645 2018-07-01 NA 21.40000 expectation index 97.5
#> 646 2018-08-01 NA 93.30000 expectation index 100.6
#> 647 2018-09-01 NA 85.00000 expectation index 100.5
#> 648 2018-10-01 NA 52.80000 expectation index 99.6
#> 649 2018-11-01 NA 23.50000 expectation index 98.6
#> 650 2018-12-01 NA 8.70000 expectation index 97.2
#> 651 2019-01-01 NA 1.20000 expectation index 94.4
#> 652 2019-02-01 NA 4.00000 expectation index 93.9
#> 653 2019-03-01 NA 43.50000 expectation index 95.8
#> 654 2019-04-01 52.6 29.70000 expectation index 97.0
#> 655 2019-05-01 52.5 6.90000 expectation index 95.3
#> 656 2019-06-01 53.3 8.60000 expectation index 92.7
#> 657 2019-07-01 54.4 1.30000 expectation index 91.2
#> 658 2019-08-01 55.0 1.30000 expectation index 91.0
#> 659 2019-09-01 55.7 18.30000 expectation index 90.9
#> 660 2019-10-01 56.2 27.10000 expectation index 92.1
#> 661 2019-11-01 56.0 46.70000 expectation index 92.5
#> 662 2019-12-01 55.9 89.10000 expectation index 93.9
#> 663 2020-01-01 55.1 74.80000 expectation index 92.4
#> 664 2020-02-01 55.3 77.70000 expectation index 92.9
#> 665 2020-03-01 65.0 0.70000 expectation index 80.1
#> 666 2020-04-01 74.2 0.00000 expectation index 71.0
#> 667 2020-05-01 70.9 92.80000 expectation index 80.5
#> 668 2020-06-01 67.9 86.10000 expectation index 90.1
#> 669 2020-07-01 66.2 99.90000 expectation index 94.9
#> 670 2020-08-01 65.5 99.20000 expectation index 96.7
#> 671 2020-09-01 64.1 96.40000 expectation index 97.6
#> 672 2020-10-01 64.4 80.80000 expectation index 95.5
#> 673 2020-11-01 66.0 26.50000 expectation index 93.0
#> 674 2020-12-01 65.4 63.70000 expectation index 94.5
#> 675 2021-01-01 66.1 11.60000 expectation index 91.5
#> 676 2021-02-01 65.4 70.00000 expectation index 94.3
#> 677 2021-03-01 64.2 99.10000 expectation index 99.2
#> 678 2021-04-01 64.5 91.80000 expectation index 97.8
#> 679 2021-05-01 62.0 98.80000 expectation index 100.9
#> 680 2021-06-01 59.9 99.20000 expectation index 102.3
#> 681 2021-07-01 60.9 75.90000 expectation index 101.0
#> 682 2021-08-01 61.1 33.90000 expectation index 98.6
#> 683 2021-09-01 61.5 16.60000 expectation index 99.1
#> 684 2021-10-01 60.5 6.01438 expectation index 97.1
#> 685 2021-11-01 62.8 3.40737 expectation index 95.0
#> 686 2021-12-01 62.7 1.33428 expectation index 93.1
#> 687 2022-01-01 62.7 20.06246 expectation index 95.3
#> 688 2022-02-01 61.7 88.96644 expectation index 98.1
#> 689 2022-03-01 69.2 1.23274 expectation index 83.4
#> 690 2022-04-01 67.9 20.04043 expectation index 85.5
#> 691 2022-05-01 66.6 55.16705 expectation index 85.6
#> 692 2022-06-01 65.4 34.96150 expectation index 85.4
#> 693 2022-07-01 69.0 1.67616 expectation index 80.4
#> 694 2022-08-01 68.4 8.10000 expectation index 81.4
#> 695 2022-09-01 70.1 0.31083 expectation index 77.2
#> 696 2022-10-01 70.2 8.46338 expectation index 77.2
#> 697 2022-11-01 69.8 52.45350 expectation index 80.8
#> 698 2022-12-01 68.3 91.17032 expectation index 84.2
#> 699 2023-01-01 67.2 96.20105 expectation index 86.3
#> 700 2023-02-01 66.0 95.10463 expectation index 88.0
#> 701 2023-03-01 64.5 98.29464 expectation index 90.0
#> 702 2023-04-01 65.2 92.49901 expectation index 90.7
#> 703 2023-05-01 65.7 49.37031 expectation index 87.4
#> 704 2023-06-01 65.2 4.32163 expectation index 83.3
#> 705 2023-07-01 65.2 3.94804 expectation index 83.7
#> 706 2023-08-01 65.7 2.60000 expectation index 82.9
#> 707 2023-09-01 65.9 11.10412 expectation index 83.5
#> 708 2023-10-01 66.0 42.24217 expectation index 84.9
#> 709 2023-11-01 65.8 54.87410 expectation index 85.1
#> 710 2023-12-01 65.5 32.97091 expectation index 84.8
#> 711 2024-01-01 67.5 14.83564 expectation index 83.8
#> 712 2024-02-01 66.8 26.60000 expectation index 84.7
#> 713 2024-03-01 65.9 81.29399 expectation index 87.6
#> 714 2024-04-01 65.3 93.64449 expectation index 89.3
#> 715 2024-05-01 65.0 85.44235 expectation index 89.7
#> 716 2024-06-01 65.1 64.66690 expectation index 88.5
#> 717 2024-07-01 64.5 23.11533 expectation index 87.0
#> 718 2024-08-01 64.8 20.80000 expectation index 86.7
#> 719 2024-09-01 65.7 9.35941 expectation index 86.4
#> 720 2024-10-01 66.2 39.98913 expectation index 87.4
#> 721 2024-11-01 65.9 23.17931 expectation index 87.0
#> 722 2024-12-01 66.6 13.01194 expectation index 84.4
#> 723 2025-01-01 65.5 26.86055 expectation index 84.2
#> 724 2005-01-01 NA 83.10000 climate balance 1.5
#> 725 2005-02-01 NA 50.40000 climate balance 0.9
#> 726 2005-03-01 NA 4.90000 climate balance -3.2
#> 727 2005-04-01 NA 18.70000 climate balance -3.5
#> 728 2005-05-01 NA 11.70000 climate balance -4.7
#> 729 2005-06-01 NA 32.10000 climate balance -4.7
#> 730 2005-07-01 NA 91.20000 climate balance -0.8
#> 731 2005-08-01 NA 96.00000 climate balance 1.2
#> 732 2005-09-01 NA 96.70000 climate balance 3.1
#> 733 2005-10-01 NA 99.40000 climate balance 6.4
#> 734 2005-11-01 NA 96.70000 climate balance 7.5
#> 735 2005-12-01 NA 91.10000 climate balance 7.7
#> 736 2006-01-01 NA 98.20000 climate balance 11.0
#> 737 2006-02-01 NA 98.90000 climate balance 13.4
#> 738 2006-03-01 NA 95.30000 climate balance 14.3
#> 739 2006-04-01 NA 91.40000 climate balance 14.0
#> 740 2006-05-01 NA 97.10000 climate balance 16.1
#> 741 2006-06-01 NA 94.50000 climate balance 16.5
#> 742 2006-07-01 NA 79.20000 climate balance 16.0
#> 743 2006-08-01 NA 75.30000 climate balance 15.7
#> 744 2006-09-01 NA 85.20000 climate balance 16.5
#> 745 2006-10-01 NA 90.00000 climate balance 17.3
#> 746 2006-11-01 NA 98.00000 climate balance 20.4
#> 747 2006-12-01 NA 98.00000 climate balance 22.5
#> 748 2007-01-01 NA 87.70000 climate balance 21.9
#> 749 2007-02-01 NA 26.40000 climate balance 18.6
#> 750 2007-03-01 NA 62.90000 climate balance 20.1
#> 751 2007-04-01 NA 85.40000 climate balance 20.8
#> 752 2007-05-01 NA 88.60000 climate balance 21.1
#> 753 2007-06-01 NA 45.70000 climate balance 18.5
#> 754 2007-07-01 NA 51.90000 climate balance 19.0
#> 755 2007-08-01 NA 41.00000 climate balance 18.2
#> 756 2007-09-01 NA 29.30000 climate balance 17.0
#> 757 2007-10-01 NA 57.80000 climate balance 18.2
#> 758 2007-11-01 NA 16.70000 climate balance 15.8
#> 759 2007-12-01 NA 21.30000 climate balance 16.0
#> 760 2008-01-01 NA 19.20000 climate balance 14.6
#> 761 2008-02-01 NA 26.10000 climate balance 14.4
#> 762 2008-03-01 NA 31.80000 climate balance 14.5
#> 763 2008-04-01 NA 26.20000 climate balance 12.1
#> 764 2008-05-01 NA 17.40000 climate balance 11.5
#> 765 2008-06-01 NA 7.20000 climate balance 9.2
#> 766 2008-07-01 NA 0.20000 climate balance 2.0
#> 767 2008-08-01 NA 2.30000 climate balance 0.1
#> 768 2008-09-01 NA 7.90000 climate balance -0.7
#> 769 2008-10-01 NA 0.00000 climate balance -9.6
#> 770 2008-11-01 NA 0.20000 climate balance -15.6
#> 771 2008-12-01 NA 0.10000 climate balance -23.2
#> 772 2009-01-01 NA 29.40000 climate balance -21.3
#> 773 2009-02-01 NA 21.70000 climate balance -22.3
#> 774 2009-03-01 NA 5.40000 climate balance -25.8
#> 775 2009-04-01 NA 78.40000 climate balance -21.9
#> 776 2009-05-01 NA 86.80000 climate balance -20.7
#> 777 2009-06-01 NA 99.50000 climate balance -16.9
#> 778 2009-07-01 NA 98.00000 climate balance -14.0
#> 779 2009-08-01 NA 99.80000 climate balance -8.6
#> 780 2009-09-01 NA 99.70000 climate balance -4.8
#> 781 2009-10-01 NA 93.20000 climate balance -4.2
#> 782 2009-11-01 NA 98.60000 climate balance -1.5
#> 783 2009-12-01 NA 93.50000 climate balance -1.1
#> 784 2010-01-01 NA 80.60000 climate balance -1.8
#> 785 2010-02-01 NA 76.50000 climate balance -1.9
#> 786 2010-03-01 NA 96.80000 climate balance 1.5
#> 787 2010-04-01 NA 100.00000 climate balance 8.7
#> 788 2010-05-01 NA 96.40000 climate balance 8.8
#> 789 2010-06-01 NA 97.30000 climate balance 10.3
#> 790 2010-07-01 NA 99.80000 climate balance 15.3
#> 791 2010-08-01 NA 98.80000 climate balance 18.1
#> 792 2010-09-01 NA 96.50000 climate balance 20.0
#> 793 2010-10-01 NA 99.20000 climate balance 22.5
#> 794 2010-11-01 NA 99.40000 climate balance 26.1
#> 795 2010-12-01 NA 85.70000 climate balance 25.1
#> 796 2011-01-01 NA 27.40000 climate balance 22.2
#> 797 2011-02-01 NA 70.80000 climate balance 24.1
#> 798 2011-03-01 NA 53.30000 climate balance 23.3
#> 799 2011-04-01 NA 72.40000 climate balance 23.3
#> 800 2011-05-01 NA 81.40000 climate balance 24.1
#> 801 2011-06-01 NA 60.20000 climate balance 22.8
#> 802 2011-07-01 NA 82.00000 climate balance 23.5
#> 803 2011-08-01 NA 4.40000 climate balance 17.7
#> 804 2011-09-01 NA 1.50000 climate balance 14.2
#> 805 2011-10-01 NA 10.00000 climate balance 14.0
#> 806 2011-11-01 NA 26.90000 climate balance 14.5
#> 807 2011-12-01 NA 29.00000 climate balance 14.4
#> 808 2012-01-01 NA 27.40000 climate balance 15.2
#> 809 2012-02-01 NA 70.80000 climate balance 16.9
#> 810 2012-03-01 NA 53.30000 climate balance 17.5
#> 811 2012-04-01 NA 72.40000 climate balance 18.7
#> 812 2012-05-01 NA 81.40000 climate balance 16.2
#> 813 2012-06-01 NA 60.20000 climate balance 11.7
#> 814 2012-07-01 NA 82.00000 climate balance 8.9
#> 815 2012-08-01 NA 4.40000 climate balance 7.8
#> 816 2012-09-01 NA 1.50000 climate balance 7.2
#> 817 2012-10-01 NA 10.00000 climate balance 7.0
#> 818 2012-11-01 NA 26.90000 climate balance 5.6
#> 819 2012-12-01 NA 29.00000 climate balance 8.5
#> 820 2013-01-01 NA 93.70000 climate balance 10.6
#> 821 2013-02-01 NA 97.10000 climate balance 12.6
#> 822 2013-03-01 NA 92.50000 climate balance 13.3
#> 823 2013-04-01 NA 36.30000 climate balance 9.8
#> 824 2013-05-01 NA 79.60000 climate balance 12.3
#> 825 2013-06-01 NA 75.60000 climate balance 11.0
#> 826 2013-07-01 NA 96.10000 climate balance 14.3
#> 827 2013-08-01 NA 97.60000 climate balance 15.7
#> 828 2013-09-01 NA 93.80000 climate balance 16.4
#> 829 2013-10-01 NA 85.40000 climate balance 16.1
#> 830 2013-11-01 NA 93.70000 climate balance 17.6
#> 831 2013-12-01 NA 95.40000 climate balance 19.4
#> 832 2014-01-01 NA 97.00000 climate balance 21.7
#> 833 2014-02-01 NA 91.30000 climate balance 21.3
#> 834 2014-03-01 NA 80.80000 climate balance 21.2
#> 835 2014-04-01 NA 94.20000 climate balance 23.2
#> 836 2014-05-01 NA 46.90000 climate balance 18.8
#> 837 2014-06-01 NA 44.90000 climate balance 18.1
#> 838 2014-07-01 NA 39.40000 climate balance 17.5
#> 839 2014-08-01 NA 13.10000 climate balance 14.9
#> 840 2014-09-01 NA 9.30000 climate balance 13.5
#> 841 2014-10-01 NA 2.70000 climate balance 10.4
#> 842 2014-11-01 NA 8.10000 climate balance 9.9
#> 843 2014-12-01 NA 89.00000 climate balance 14.7
#> 844 2015-01-01 NA 90.50000 climate balance 16.0
#> 845 2015-02-01 NA 84.60000 climate balance 15.8
#> 846 2015-03-01 NA 84.40000 climate balance 16.5
#> 847 2015-04-01 NA 95.80000 climate balance 18.9
#> 848 2015-05-01 NA 96.10000 climate balance 19.4
#> 849 2015-06-01 NA 94.00000 climate balance 18.9
#> 850 2015-07-01 NA 72.70000 climate balance 17.9
#> 851 2015-08-01 NA 95.60000 climate balance 19.9
#> 852 2015-09-01 NA 72.10000 climate balance 18.8
#> 853 2015-10-01 NA 87.50000 climate balance 19.9
#> 854 2015-11-01 NA 88.10000 climate balance 20.8
#> 855 2015-12-01 NA 77.60000 climate balance 20.0
#> 856 2016-01-01 NA 26.20000 climate balance 18.0
#> 857 2016-02-01 NA 11.50000 climate balance 15.6
#> 858 2016-03-01 NA 22.50000 climate balance 16.7
#> 859 2016-04-01 NA 66.70000 climate balance 18.8
#> 860 2016-05-01 NA 71.90000 climate balance 18.1
#> 861 2016-06-01 NA 91.80000 climate balance 18.6
#> 862 2016-07-01 NA 87.50000 climate balance 18.6
#> 863 2016-08-01 NA 82.10000 climate balance 17.8
#> 864 2016-09-01 NA 93.60000 climate balance 20.4
#> 865 2016-10-01 NA 93.80000 climate balance 21.4
#> 866 2016-11-01 NA 92.90000 climate balance 22.1
#> 867 2016-12-01 NA 71.10000 climate balance 20.7
#> 868 2017-01-01 NA 65.10000 climate balance 21.4
#> 869 2017-02-01 NA 67.40000 climate balance 21.2
#> 870 2017-03-01 NA 78.40000 climate balance 22.6
#> 871 2017-04-01 NA 97.40000 climate balance 26.6
#> 872 2017-05-01 NA 88.80000 climate balance 24.5
#> 873 2017-06-01 NA 93.80000 climate balance 24.5
#> 874 2017-07-01 NA 97.60000 climate balance 26.9
#> 875 2017-08-01 NA 91.70000 climate balance 26.5
#> 876 2017-09-01 NA 89.10000 climate balance 27.1
#> 877 2017-10-01 NA 94.80000 climate balance 28.1
#> 878 2017-11-01 NA 92.30000 climate balance 29.5
#> 879 2017-12-01 NA 84.00000 climate balance 28.9
#> 880 2018-01-01 NA 76.50000 climate balance 29.4
#> 881 2018-02-01 NA 47.00000 climate balance 27.2
#> 882 2018-03-01 NA 26.90000 climate balance 27.0
#> 883 2018-04-01 NA 7.60000 climate balance 26.1
#> 884 2018-05-01 NA 18.50000 climate balance 24.8
#> 885 2018-06-01 NA 14.70000 climate balance 22.2
#> 886 2018-07-01 NA 21.40000 climate balance 22.2
#> 887 2018-08-01 NA 93.30000 climate balance 26.8
#> 888 2018-09-01 NA 85.00000 climate balance 26.9
#> 889 2018-10-01 NA 52.80000 climate balance 24.9
#> 890 2018-11-01 NA 23.50000 climate balance 23.7
#> 891 2018-12-01 NA 8.70000 climate balance 21.1
#> 892 2019-01-01 NA 1.20000 climate balance 17.5
#> 893 2019-02-01 NA 4.00000 climate balance 15.5
#> 894 2019-03-01 NA 43.50000 climate balance 18.3
#> 895 2019-04-01 52.6 29.70000 climate balance 19.9
#> 896 2019-05-01 52.5 6.90000 climate balance 14.9
#> 897 2019-06-01 53.3 8.60000 climate balance 11.7
#> 898 2019-07-01 54.4 1.30000 climate balance 8.8
#> 899 2019-08-01 55.0 1.30000 climate balance 5.8
#> 900 2019-09-01 55.7 18.30000 climate balance 7.3
#> 901 2019-10-01 56.2 27.10000 climate balance 7.6
#> 902 2019-11-01 56.0 46.70000 climate balance 8.4
#> 903 2019-12-01 55.9 89.10000 climate balance 10.9
#> 904 2020-01-01 55.1 74.80000 climate balance 9.8
#> 905 2020-02-01 55.3 77.70000 climate balance 9.5
#> 906 2020-03-01 65.0 0.70000 climate balance -11.5
#> 907 2020-04-01 74.2 0.00000 climate balance -36.1
#> 908 2020-05-01 70.9 92.80000 climate balance -26.1
#> 909 2020-06-01 67.9 86.10000 climate balance -13.4
#> 910 2020-07-01 66.2 99.90000 climate balance -4.5
#> 911 2020-08-01 65.5 99.20000 climate balance 1.3
#> 912 2020-09-01 64.1 96.40000 climate balance 4.4
#> 913 2020-10-01 64.4 80.80000 climate balance 3.3
#> 914 2020-11-01 66.0 26.50000 climate balance 0.4
#> 915 2020-12-01 65.4 63.70000 climate balance 3.6
#> 916 2021-01-01 66.1 11.60000 climate balance -2.0
#> 917 2021-02-01 65.4 70.00000 climate balance 2.4
#> 918 2021-03-01 64.2 99.10000 climate balance 10.2
#> 919 2021-04-01 64.5 91.80000 climate balance 9.8
#> 920 2021-05-01 62.0 98.80000 climate balance 14.9
#> 921 2021-06-01 59.9 99.20000 climate balance 20.8
#> 922 2021-07-01 60.9 75.90000 climate balance 20.3
#> 923 2021-08-01 61.1 33.90000 climate balance 18.9
#> 924 2021-09-01 61.5 16.60000 climate balance 18.7
#> 925 2021-10-01 60.5 6.01438 climate balance 16.1
#> 926 2021-11-01 62.8 3.40737 climate balance 12.5
#> 927 2021-12-01 62.7 1.33428 climate balance 8.2
#> 928 2022-01-01 62.7 20.06246 climate balance 9.8
#> 929 2022-02-01 61.7 88.96644 climate balance 15.2
#> 930 2022-03-01 69.2 1.23274 climate balance -3.3
#> 931 2022-04-01 67.9 20.04043 climate balance -0.7
#> 932 2022-05-01 66.6 55.16705 climate balance 1.9
#> 933 2022-06-01 65.4 34.96150 climate balance 1.4
#> 934 2022-07-01 69.0 1.67616 climate balance -6.0
#> 935 2022-08-01 68.4 8.10000 climate balance -5.0
#> 936 2022-09-01 70.1 0.31083 climate balance -12.8
#> 937 2022-10-01 70.2 8.46338 climate balance -13.3
#> 938 2022-11-01 69.8 52.45350 climate balance -10.2
#> 939 2022-12-01 68.3 91.17032 climate balance -5.3
#> 940 2023-01-01 67.2 96.20105 climate balance -2.7
#> 941 2023-02-01 66.0 95.10463 climate balance -1.1
#> 942 2023-03-01 64.5 98.29464 climate balance 2.6
#> 943 2023-04-01 65.2 92.49901 climate balance 3.0
#> 944 2023-05-01 65.7 49.37031 climate balance -1.0
#> 945 2023-06-01 65.2 4.32163 climate balance -6.8
#> 946 2023-07-01 65.2 3.94804 climate balance -8.8
#> 947 2023-08-01 65.7 2.60000 climate balance -12.3
#> 948 2023-09-01 65.9 11.10412 climate balance -11.8
#> 949 2023-10-01 66.0 42.24217 climate balance -9.8
#> 950 2023-11-01 65.8 54.87410 climate balance -9.3
#> 951 2023-12-01 65.5 32.97091 climate balance -10.6
#> 952 2024-01-01 67.5 14.83564 climate balance -13.4
#> 953 2024-02-01 66.8 26.60000 climate balance -12.6
#> 954 2024-03-01 65.9 81.29399 climate balance -8.1
#> 955 2024-04-01 65.3 93.64449 climate balance -5.3
#> 956 2024-05-01 65.0 85.44235 climate balance -5.5
#> 957 2024-06-01 65.1 64.66690 climate balance -6.8
#> 958 2024-07-01 64.5 23.11533 climate balance -9.8
#> 959 2024-08-01 64.8 20.80000 climate balance -10.8
#> 960 2024-09-01 65.7 9.35941 climate balance -13.3
#> 961 2024-10-01 66.2 39.98913 climate balance -10.8
#> 962 2024-11-01 65.9 23.17931 climate balance -12.9
#> 963 2024-12-01 66.6 13.01194 climate balance -14.8
#> 964 2025-01-01 65.5 26.86055 climate balance -13.9
#> 965 2005-01-01 NA 83.10000 situation balance -0.7
#> 966 2005-02-01 NA 50.40000 situation balance 0.2
#> 967 2005-03-01 NA 4.90000 situation balance -4.5
#> 968 2005-04-01 NA 18.70000 situation balance -3.6
#> 969 2005-05-01 NA 11.70000 situation balance -3.9
#> 970 2005-06-01 NA 32.10000 situation balance -4.9
#> 971 2005-07-01 NA 91.20000 situation balance -4.5
#> 972 2005-08-01 NA 96.00000 situation balance -2.3
#> 973 2005-09-01 NA 96.70000 situation balance 1.3
#> 974 2005-10-01 NA 99.40000 situation balance 2.3
#> 975 2005-11-01 NA 96.70000 situation balance 6.8
#> 976 2005-12-01 NA 91.10000 situation balance 5.9
#> 977 2006-01-01 NA 98.20000 situation balance 9.3
#> 978 2006-02-01 NA 98.90000 situation balance 12.3
#> 979 2006-03-01 NA 95.30000 situation balance 14.5
#> 980 2006-04-01 NA 91.40000 situation balance 14.5
#> 981 2006-05-01 NA 97.10000 situation balance 21.0
#> 982 2006-06-01 NA 94.50000 situation balance 20.5
#> 983 2006-07-01 NA 79.20000 situation balance 22.1
#> 984 2006-08-01 NA 75.30000 situation balance 21.7
#> 985 2006-09-01 NA 85.20000 situation balance 23.3
#> 986 2006-10-01 NA 90.00000 situation balance 25.2
#> 987 2006-11-01 NA 98.00000 situation balance 27.9
#> 988 2006-12-01 NA 98.00000 situation balance 30.9
#> 989 2007-01-01 NA 87.70000 situation balance 28.2
#> 990 2007-02-01 NA 26.40000 situation balance 24.9
#> 991 2007-03-01 NA 62.90000 situation balance 27.5
#> 992 2007-04-01 NA 85.40000 situation balance 29.5
#> 993 2007-05-01 NA 88.60000 situation balance 29.0
#> 994 2007-06-01 NA 45.70000 situation balance 25.5
#> 995 2007-07-01 NA 51.90000 situation balance 26.1
#> 996 2007-08-01 NA 41.00000 situation balance 25.8
#> 997 2007-09-01 NA 29.30000 situation balance 25.3
#> 998 2007-10-01 NA 57.80000 situation balance 27.2
#> 999 2007-11-01 NA 16.70000 situation balance 24.9
#> 1000 2007-12-01 NA 21.30000 situation balance 22.9
#> 1001 2008-01-01 NA 19.20000 situation balance 25.1
#> 1002 2008-02-01 NA 26.10000 situation balance 24.9
#> 1003 2008-03-01 NA 31.80000 situation balance 25.5
#> 1004 2008-04-01 NA 26.20000 situation balance 24.3
#> 1005 2008-05-01 NA 17.40000 situation balance 23.2
#> 1006 2008-06-01 NA 7.20000 situation balance 21.1
#> 1007 2008-07-01 NA 0.20000 situation balance 13.5
#> 1008 2008-08-01 NA 2.30000 situation balance 12.8
#> 1009 2008-09-01 NA 7.90000 situation balance 10.2
#> 1010 2008-10-01 NA 0.00000 situation balance 6.3
#> 1011 2008-11-01 NA 0.20000 situation balance -1.1
#> 1012 2008-12-01 NA 0.10000 situation balance -11.9
#> 1013 2009-01-01 NA 29.40000 situation balance -12.8
#> 1014 2009-02-01 NA 21.70000 situation balance -17.8
#> 1015 2009-03-01 NA 5.40000 situation balance -23.5
#> 1016 2009-04-01 NA 78.40000 situation balance -21.5
#> 1017 2009-05-01 NA 86.80000 situation balance -22.9
#> 1018 2009-06-01 NA 99.50000 situation balance -22.6
#> 1019 2009-07-01 NA 98.00000 situation balance -20.9
#> 1020 2009-08-01 NA 99.80000 situation balance -17.2
#> 1021 2009-09-01 NA 99.70000 situation balance -15.0
#> 1022 2009-10-01 NA 93.20000 situation balance -13.7
#> 1023 2009-11-01 NA 98.60000 situation balance -11.2
#> 1024 2009-12-01 NA 93.50000 situation balance -8.8
#> 1025 2010-01-01 NA 80.60000 situation balance -8.8
#> 1026 2010-02-01 NA 76.50000 situation balance -7.9
#> 1027 2010-03-01 NA 96.80000 situation balance -5.5
#> 1028 2010-04-01 NA 100.00000 situation balance 5.5
#> 1029 2010-05-01 NA 96.40000 situation balance 7.1
#> 1030 2010-06-01 NA 97.30000 situation balance 10.4
#> 1031 2010-07-01 NA 99.80000 situation balance 16.2
#> 1032 2010-08-01 NA 98.80000 situation balance 18.8
#> 1033 2010-09-01 NA 96.50000 situation balance 23.1
#> 1034 2010-10-01 NA 99.20000 situation balance 25.3
#> 1035 2010-11-01 NA 99.40000 situation balance 29.8
#> 1036 2010-12-01 NA 85.70000 situation balance 28.9
#> 1037 2011-01-01 NA 27.40000 situation balance 27.3
#> 1038 2011-02-01 NA 70.80000 situation balance 32.2
#> 1039 2011-03-01 NA 53.30000 situation balance 32.1
#> 1040 2011-04-01 NA 72.40000 situation balance 33.9
#> 1041 2011-05-01 NA 81.40000 situation balance 36.0
#> 1042 2011-06-01 NA 60.20000 situation balance 33.6
#> 1043 2011-07-01 NA 82.00000 situation balance 35.1
#> 1044 2011-08-01 NA 4.40000 situation balance 32.7
#> 1045 2011-09-01 NA 1.50000 situation balance 28.3
#> 1046 2011-10-01 NA 10.00000 situation balance 28.3
#> 1047 2011-11-01 NA 26.90000 situation balance 29.8
#> 1048 2011-12-01 NA 29.00000 situation balance 29.9
#> 1049 2012-01-01 NA 27.40000 situation balance 28.3
#> 1050 2012-02-01 NA 70.80000 situation balance 29.3
#> 1051 2012-03-01 NA 53.30000 situation balance 28.5
#> 1052 2012-04-01 NA 72.40000 situation balance 31.5
#> 1053 2012-05-01 NA 81.40000 situation balance 30.0
#> 1054 2012-06-01 NA 60.20000 situation balance 25.5
#> 1055 2012-07-01 NA 82.00000 situation balance 22.1
#> 1056 2012-08-01 NA 4.40000 situation balance 21.8
#> 1057 2012-09-01 NA 1.50000 situation balance 19.3
#> 1058 2012-10-01 NA 10.00000 situation balance 18.2
#> 1059 2012-11-01 NA 26.90000 situation balance 16.9
#> 1060 2012-12-01 NA 29.00000 situation balance 17.9
#> 1061 2013-01-01 NA 93.70000 situation balance 20.1
#> 1062 2013-02-01 NA 97.10000 situation balance 16.9
#> 1063 2013-03-01 NA 92.50000 situation balance 19.5
#> 1064 2013-04-01 NA 36.30000 situation balance 14.4
#> 1065 2013-05-01 NA 79.60000 situation balance 18.1
#> 1066 2013-06-01 NA 75.60000 situation balance 17.1
#> 1067 2013-07-01 NA 96.10000 situation balance 21.4
#> 1068 2013-08-01 NA 97.60000 situation balance 20.8
#> 1069 2013-09-01 NA 93.80000 situation balance 21.3
#> 1070 2013-10-01 NA 85.40000 situation balance 23.2
#> 1071 2013-11-01 NA 93.70000 situation balance 22.9
#> 1072 2013-12-01 NA 95.40000 situation balance 25.8
#> 1073 2014-01-01 NA 97.00000 situation balance 28.1
#> 1074 2014-02-01 NA 91.30000 situation balance 27.3
#> 1075 2014-03-01 NA 80.80000 situation balance 29.1
#> 1076 2014-04-01 NA 94.20000 situation balance 32.8
#> 1077 2014-05-01 NA 46.90000 situation balance 27.1
#> 1078 2014-06-01 NA 44.90000 situation balance 26.5
#> 1079 2014-07-01 NA 39.40000 situation balance 26.1
#> 1080 2014-08-01 NA 13.10000 situation balance 24.8
#> 1081 2014-09-01 NA 9.30000 situation balance 24.2
#> 1082 2014-10-01 NA 2.70000 situation balance 20.3
#> 1083 2014-11-01 NA 8.10000 situation balance 18.9
#> 1084 2014-12-01 NA 89.00000 situation balance 24.1
#> 1085 2015-01-01 NA 90.50000 situation balance 25.2
#> 1086 2015-02-01 NA 84.60000 situation balance 23.2
#> 1087 2015-03-01 NA 84.40000 situation balance 24.5
#> 1088 2015-04-01 NA 95.80000 situation balance 28.5
#> 1089 2015-05-01 NA 96.10000 situation balance 29.1
#> 1090 2015-06-01 NA 94.00000 situation balance 28.4
#> 1091 2015-07-01 NA 72.70000 situation balance 29.2
#> 1092 2015-08-01 NA 95.60000 situation balance 29.8
#> 1093 2015-09-01 NA 72.10000 situation balance 30.0
#> 1094 2015-10-01 NA 87.50000 situation balance 28.3
#> 1095 2015-11-01 NA 88.10000 situation balance 28.8
#> 1096 2015-12-01 NA 77.60000 situation balance 29.2
#> 1097 2016-01-01 NA 26.20000 situation balance 28.2
#> 1098 2016-02-01 NA 11.50000 situation balance 27.1
#> 1099 2016-03-01 NA 22.50000 situation balance 26.5
#> 1100 2016-04-01 NA 66.70000 situation balance 28.4
#> 1101 2016-05-01 NA 71.90000 situation balance 28.1
#> 1102 2016-06-01 NA 91.80000 situation balance 30.1
#> 1103 2016-07-01 NA 87.50000 situation balance 27.5
#> 1104 2016-08-01 NA 82.10000 situation balance 26.7
#> 1105 2016-09-01 NA 93.60000 situation balance 29.3
#> 1106 2016-10-01 NA 93.80000 situation balance 29.3
#> 1107 2016-11-01 NA 92.90000 situation balance 32.8
#> 1108 2016-12-01 NA 71.10000 situation balance 31.9
#> 1109 2017-01-01 NA 65.10000 situation balance 32.3
#> 1110 2017-02-01 NA 67.40000 situation balance 33.3
#> 1111 2017-03-01 NA 78.40000 situation balance 35.5
#> 1112 2017-04-01 NA 97.40000 situation balance 39.5
#> 1113 2017-05-01 NA 88.80000 situation balance 38.0
#> 1114 2017-06-01 NA 93.80000 situation balance 38.5
#> 1115 2017-07-01 NA 97.60000 situation balance 43.1
#> 1116 2017-08-01 NA 91.70000 situation balance 40.7
#> 1117 2017-09-01 NA 89.10000 situation balance 41.3
#> 1118 2017-10-01 NA 94.80000 situation balance 42.2
#> 1119 2017-11-01 NA 92.30000 situation balance 42.9
#> 1120 2017-12-01 NA 84.00000 situation balance 43.9
#> 1121 2018-01-01 NA 76.50000 situation balance 47.2
#> 1122 2018-02-01 NA 47.00000 situation balance 44.9
#> 1123 2018-03-01 NA 26.90000 situation balance 43.5
#> 1124 2018-04-01 NA 7.60000 situation balance 42.4
#> 1125 2018-05-01 NA 18.50000 situation balance 43.1
#> 1126 2018-06-01 NA 14.70000 situation balance 41.1
#> 1127 2018-07-01 NA 21.40000 situation balance 41.5
#> 1128 2018-08-01 NA 93.30000 situation balance 43.8
#> 1129 2018-09-01 NA 85.00000 situation balance 44.3
#> 1130 2018-10-01 NA 52.80000 situation balance 42.2
#> 1131 2018-11-01 NA 23.50000 situation balance 41.9
#> 1132 2018-12-01 NA 8.70000 situation balance 39.9
#> 1133 2019-01-01 NA 1.20000 situation balance 39.1
#> 1134 2019-02-01 NA 4.00000 situation balance 35.9
#> 1135 2019-03-01 NA 43.50000 situation balance 37.1
#> 1136 2019-04-01 52.6 29.70000 situation balance 37.8
#> 1137 2019-05-01 52.5 6.90000 situation balance 31.1
#> 1138 2019-06-01 53.3 8.60000 situation balance 30.5
#> 1139 2019-07-01 54.4 1.30000 situation balance 28.0
#> 1140 2019-08-01 55.0 1.30000 situation balance 21.8
#> 1141 2019-09-01 55.7 18.30000 situation balance 25.3
#> 1142 2019-10-01 56.2 27.10000 situation balance 23.2
#> 1143 2019-11-01 56.0 46.70000 situation balance 23.9
#> 1144 2019-12-01 55.9 89.10000 situation balance 25.8
#> 1145 2020-01-01 55.1 74.80000 situation balance 27.1
#> 1146 2020-02-01 55.3 77.70000 situation balance 25.3
#> 1147 2020-03-01 65.0 0.70000 situation balance 11.5
#> 1148 2020-04-01 74.2 0.00000 situation balance -19.5
#> 1149 2020-05-01 70.9 92.80000 situation balance -20.9
#> 1150 2020-06-01 67.9 86.10000 situation balance -15.6
#> 1151 2020-07-01 66.2 99.90000 situation balance -7.9
#> 1152 2020-08-01 65.5 99.20000 situation balance -0.2
#> 1153 2020-09-01 64.1 96.40000 situation balance 4.0
#> 1154 2020-10-01 64.4 80.80000 situation balance 6.3
#> 1155 2020-11-01 66.0 26.50000 situation balance 5.8
#> 1156 2020-12-01 65.4 63.70000 situation balance 9.2
#> 1157 2021-01-01 66.1 11.60000 situation balance 4.2
#> 1158 2021-02-01 65.4 70.00000 situation balance 7.1
#> 1159 2021-03-01 64.2 99.10000 situation balance 12.5
#> 1160 2021-04-01 64.5 91.80000 situation balance 14.5
#> 1161 2021-05-01 62.0 98.80000 situation balance 18.1
#> 1162 2021-06-01 59.9 99.20000 situation balance 27.4
#> 1163 2021-07-01 60.9 75.90000 situation balance 29.2
#> 1164 2021-08-01 61.1 33.90000 situation balance 31.8
#> 1165 2021-09-01 61.5 16.60000 situation balance 30.1
#> 1166 2021-10-01 60.5 6.01438 situation balance 29.3
#> 1167 2021-11-01 62.8 3.40737 situation balance 26.8
#> 1168 2021-12-01 62.7 1.33428 situation balance 21.9
#> 1169 2022-01-01 62.7 20.06246 situation balance 20.3
#> 1170 2022-02-01 61.7 88.96644 situation balance 25.2
#> 1171 2022-03-01 69.2 1.23274 situation balance 21.3
#> 1172 2022-04-01 67.9 20.04043 situation balance 21.7
#> 1173 2022-05-01 66.6 55.16705 situation balance 27.0
#> 1174 2022-06-01 65.4 34.96150 situation balance 26.5
#> 1175 2022-07-01 69.0 1.67616 situation balance 23.1
#> 1176 2022-08-01 68.4 8.10000 situation balance 22.7
#> 1177 2022-09-01 70.1 0.31083 situation balance 16.3
#> 1178 2022-10-01 70.2 8.46338 situation balance 15.3
#> 1179 2022-11-01 69.8 52.45350 situation balance 12.8
#> 1180 2022-12-01 68.3 91.17032 situation balance 14.9
#> 1181 2023-01-01 67.2 96.20105 situation balance 15.3
#> 1182 2023-02-01 66.0 95.10463 situation balance 14.3
#> 1183 2023-03-01 64.5 98.29464 situation balance 17.5
#> 1184 2023-04-01 65.2 92.49901 situation balance 16.5
#> 1185 2023-05-01 65.7 49.37031 situation balance 16.0
#> 1186 2023-06-01 65.2 4.32163 situation balance 13.5
#> 1187 2023-07-01 65.2 3.94804 situation balance 8.2
#> 1188 2023-08-01 65.7 2.60000 situation balance 2.7
#> 1189 2023-09-01 65.9 11.10412 situation balance 2.3
#> 1190 2023-10-01 66.0 42.24217 situation balance 3.2
#> 1191 2023-11-01 65.8 54.87410 situation balance 3.9
#> 1192 2023-12-01 65.5 32.97091 situation balance 1.9
#> 1193 2024-01-01 67.5 14.83564 situation balance -1.8
#> 1194 2024-02-01 66.8 26.60000 situation balance -2.1
#> 1195 2024-03-01 65.9 81.29399 situation balance 0.5
#> 1196 2024-04-01 65.3 93.64449 situation balance 2.4
#> 1197 2024-05-01 65.0 85.44235 situation balance 1.1
#> 1198 2024-06-01 65.1 64.66690 situation balance 1.1
#> 1199 2024-07-01 64.5 23.11533 situation balance -1.6
#> 1200 2024-08-01 64.8 20.80000 situation balance -3.2
#> 1201 2024-09-01 65.7 9.35941 situation balance -7.7
#> 1202 2024-10-01 66.2 39.98913 situation balance -4.8
#> 1203 2024-11-01 65.9 23.17931 situation balance -8.1
#> 1204 2024-12-01 66.6 13.01194 situation balance -6.2
#> 1205 2025-01-01 65.5 26.86055 situation balance -3.9
#> 1206 2005-01-01 NA 83.10000 expectation balance 3.8
#> 1207 2005-02-01 NA 50.40000 expectation balance 1.6
#> 1208 2005-03-01 NA 4.90000 expectation balance -1.8
#> 1209 2005-04-01 NA 18.70000 expectation balance -3.5
#> 1210 2005-05-01 NA 11.70000 expectation balance -5.6
#> 1211 2005-06-01 NA 32.10000 expectation balance -4.5
#> 1212 2005-07-01 NA 91.20000 expectation balance 3.0
#> 1213 2005-08-01 NA 96.00000 expectation balance 4.8
#> 1214 2005-09-01 NA 96.70000 expectation balance 4.9
#> 1215 2005-10-01 NA 99.40000 expectation balance 10.5
#> 1216 2005-11-01 NA 96.70000 expectation balance 8.2
#> 1217 2005-12-01 NA 91.10000 expectation balance 9.6
#> 1218 2006-01-01 NA 98.20000 expectation balance 12.8
#> 1219 2006-02-01 NA 98.90000 expectation balance 14.5
#> 1220 2006-03-01 NA 95.30000 expectation balance 14.2
#> 1221 2006-04-01 NA 91.40000 expectation balance 13.5
#> 1222 2006-05-01 NA 97.10000 expectation balance 11.4
#> 1223 2006-06-01 NA 94.50000 expectation balance 12.6
#> 1224 2006-07-01 NA 79.20000 expectation balance 10.1
#> 1225 2006-08-01 NA 75.30000 expectation balance 9.8
#> 1226 2006-09-01 NA 85.20000 expectation balance 9.9
#> 1227 2006-10-01 NA 90.00000 expectation balance 9.6
#> 1228 2006-11-01 NA 98.00000 expectation balance 13.1
#> 1229 2006-12-01 NA 98.00000 expectation balance 14.5
#> 1230 2007-01-01 NA 87.70000 expectation balance 15.7
#> 1231 2007-02-01 NA 26.40000 expectation balance 12.5
#> 1232 2007-03-01 NA 62.90000 expectation balance 13.0
#> 1233 2007-04-01 NA 85.40000 expectation balance 12.5
#> 1234 2007-05-01 NA 88.60000 expectation balance 13.5
#> 1235 2007-06-01 NA 45.70000 expectation balance 11.7
#> 1236 2007-07-01 NA 51.90000 expectation balance 12.1
#> 1237 2007-08-01 NA 41.00000 expectation balance 11.0
#> 1238 2007-09-01 NA 29.30000 expectation balance 9.0
#> 1239 2007-10-01 NA 57.80000 expectation balance 9.7
#> 1240 2007-11-01 NA 16.70000 expectation balance 7.0
#> 1241 2007-12-01 NA 21.30000 expectation balance 9.4
#> 1242 2008-01-01 NA 19.20000 expectation balance 4.7
#> 1243 2008-02-01 NA 26.10000 expectation balance 4.4
#> 1244 2008-03-01 NA 31.80000 expectation balance 4.0
#> 1245 2008-04-01 NA 26.20000 expectation balance 0.6
#> 1246 2008-05-01 NA 17.40000 expectation balance 0.5
#> 1247 2008-06-01 NA 7.20000 expectation balance -2.2
#> 1248 2008-07-01 NA 0.20000 expectation balance -8.9
#> 1249 2008-08-01 NA 2.30000 expectation balance -11.9
#> 1250 2008-09-01 NA 7.90000 expectation balance -11.0
#> 1251 2008-10-01 NA 0.00000 expectation balance -24.3
#> 1252 2008-11-01 NA 0.20000 expectation balance -29.1
#> 1253 2008-12-01 NA 0.10000 expectation balance -33.8
#> 1254 2009-01-01 NA 29.40000 expectation balance -29.5
#> 1255 2009-02-01 NA 21.70000 expectation balance -26.7
#> 1256 2009-03-01 NA 5.40000 expectation balance -28.1
#> 1257 2009-04-01 NA 78.40000 expectation balance -22.3
#> 1258 2009-05-01 NA 86.80000 expectation balance -18.5
#> 1259 2009-06-01 NA 99.50000 expectation balance -11.0
#> 1260 2009-07-01 NA 98.00000 expectation balance -6.8
#> 1261 2009-08-01 NA 99.80000 expectation balance 0.3
#> 1262 2009-09-01 NA 99.70000 expectation balance 5.9
#> 1263 2009-10-01 NA 93.20000 expectation balance 5.7
#> 1264 2009-11-01 NA 98.60000 expectation balance 8.7
#> 1265 2009-12-01 NA 93.50000 expectation balance 6.9
#> 1266 2010-01-01 NA 80.60000 expectation balance 5.4
#> 1267 2010-02-01 NA 76.50000 expectation balance 4.3
#> 1268 2010-03-01 NA 96.80000 expectation balance 8.8
#> 1269 2010-04-01 NA 100.00000 expectation balance 12.0
#> 1270 2010-05-01 NA 96.40000 expectation balance 10.6
#> 1271 2010-06-01 NA 97.30000 expectation balance 10.3
#> 1272 2010-07-01 NA 99.80000 expectation balance 14.4
#> 1273 2010-08-01 NA 98.80000 expectation balance 17.5
#> 1274 2010-09-01 NA 96.50000 expectation balance 17.0
#> 1275 2010-10-01 NA 99.20000 expectation balance 19.7
#> 1276 2010-11-01 NA 99.40000 expectation balance 22.5
#> 1277 2010-12-01 NA 85.70000 expectation balance 21.5
#> 1278 2011-01-01 NA 27.40000 expectation balance 17.2
#> 1279 2011-02-01 NA 70.80000 expectation balance 16.2
#> 1280 2011-03-01 NA 53.30000 expectation balance 14.8
#> 1281 2011-04-01 NA 72.40000 expectation balance 13.3
#> 1282 2011-05-01 NA 81.40000 expectation balance 12.8
#> 1283 2011-06-01 NA 60.20000 expectation balance 12.5
#> 1284 2011-07-01 NA 82.00000 expectation balance 12.5
#> 1285 2011-08-01 NA 4.40000 expectation balance 3.6
#> 1286 2011-09-01 NA 1.50000 expectation balance 0.9
#> 1287 2011-10-01 NA 10.00000 expectation balance 0.6
#> 1288 2011-11-01 NA 26.90000 expectation balance 0.2
#> 1289 2011-12-01 NA 29.00000 expectation balance 0.0
#> 1290 2012-01-01 NA 27.40000 expectation balance 2.9
#> 1291 2012-02-01 NA 70.80000 expectation balance 5.2
#> 1292 2012-03-01 NA 53.30000 expectation balance 7.0
#> 1293 2012-04-01 NA 72.40000 expectation balance 6.7
#> 1294 2012-05-01 NA 81.40000 expectation balance 3.1
#> 1295 2012-06-01 NA 60.20000 expectation balance -1.2
#> 1296 2012-07-01 NA 82.00000 expectation balance -3.6
#> 1297 2012-08-01 NA 4.40000 expectation balance -5.3
#> 1298 2012-09-01 NA 1.50000 expectation balance -4.2
#> 1299 2012-10-01 NA 10.00000 expectation balance -3.6
#> 1300 2012-11-01 NA 26.90000 expectation balance -5.2
#> 1301 2012-12-01 NA 29.00000 expectation balance -0.4
#> 1302 2013-01-01 NA 93.70000 expectation balance 1.6
#> 1303 2013-02-01 NA 97.10000 expectation balance 8.3
#> 1304 2013-03-01 NA 92.50000 expectation balance 7.3
#> 1305 2013-04-01 NA 36.30000 expectation balance 5.2
#> 1306 2013-05-01 NA 79.60000 expectation balance 6.5
#> 1307 2013-06-01 NA 75.60000 expectation balance 4.9
#> 1308 2013-07-01 NA 96.10000 expectation balance 7.3
#> 1309 2013-08-01 NA 97.60000 expectation balance 10.6
#> 1310 2013-09-01 NA 93.80000 expectation balance 11.6
#> 1311 2013-10-01 NA 85.40000 expectation balance 9.2
#> 1312 2013-11-01 NA 93.70000 expectation balance 12.5
#> 1313 2013-12-01 NA 95.40000 expectation balance 13.2
#> 1314 2014-01-01 NA 97.00000 expectation balance 15.4
#> 1315 2014-02-01 NA 91.30000 expectation balance 15.5
#> 1316 2014-03-01 NA 80.80000 expectation balance 13.6
#> 1317 2014-04-01 NA 94.20000 expectation balance 13.9
#> 1318 2014-05-01 NA 46.90000 expectation balance 10.9
#> 1319 2014-06-01 NA 44.90000 expectation balance 10.0
#> 1320 2014-07-01 NA 39.40000 expectation balance 9.2
#> 1321 2014-08-01 NA 13.10000 expectation balance 5.5
#> 1322 2014-09-01 NA 9.30000 expectation balance 3.4
#> 1323 2014-10-01 NA 2.70000 expectation balance 1.0
#> 1324 2014-11-01 NA 8.10000 expectation balance 1.2
#> 1325 2014-12-01 NA 89.00000 expectation balance 5.7
#> 1326 2015-01-01 NA 90.50000 expectation balance 7.3
#> 1327 2015-02-01 NA 84.60000 expectation balance 8.6
#> 1328 2015-03-01 NA 84.40000 expectation balance 8.9
#> 1329 2015-04-01 NA 95.80000 expectation balance 9.7
#> 1330 2015-05-01 NA 96.10000 expectation balance 10.2
#> 1331 2015-06-01 NA 94.00000 expectation balance 9.9
#> 1332 2015-07-01 NA 72.70000 expectation balance 7.1
#> 1333 2015-08-01 NA 95.60000 expectation balance 10.3
#> 1334 2015-09-01 NA 72.10000 expectation balance 8.1
#> 1335 2015-10-01 NA 87.50000 expectation balance 11.9
#> 1336 2015-11-01 NA 88.10000 expectation balance 13.1
#> 1337 2015-12-01 NA 77.60000 expectation balance 11.3
#> 1338 2016-01-01 NA 26.20000 expectation balance 8.2
#> 1339 2016-02-01 NA 11.50000 expectation balance 4.7
#> 1340 2016-03-01 NA 22.50000 expectation balance 7.2
#> 1341 2016-04-01 NA 66.70000 expectation balance 9.5
#> 1342 2016-05-01 NA 71.90000 expectation balance 8.5
#> 1343 2016-06-01 NA 91.80000 expectation balance 7.6
#> 1344 2016-07-01 NA 87.50000 expectation balance 9.9
#> 1345 2016-08-01 NA 82.10000 expectation balance 9.3
#> 1346 2016-09-01 NA 93.60000 expectation balance 11.9
#> 1347 2016-10-01 NA 93.80000 expectation balance 13.8
#> 1348 2016-11-01 NA 92.90000 expectation balance 11.9
#> 1349 2016-12-01 NA 71.10000 expectation balance 10.0
#> 1350 2017-01-01 NA 65.10000 expectation balance 11.1
#> 1351 2017-02-01 NA 67.40000 expectation balance 9.7
#> 1352 2017-03-01 NA 78.40000 expectation balance 10.5
#> 1353 2017-04-01 NA 97.40000 expectation balance 14.3
#> 1354 2017-05-01 NA 88.80000 expectation balance 11.7
#> 1355 2017-06-01 NA 93.80000 expectation balance 11.2
#> 1356 2017-07-01 NA 97.60000 expectation balance 11.8
#> 1357 2017-08-01 NA 91.70000 expectation balance 13.2
#> 1358 2017-09-01 NA 89.10000 expectation balance 13.7
#> 1359 2017-10-01 NA 94.80000 expectation balance 14.8
#> 1360 2017-11-01 NA 92.30000 expectation balance 16.8
#> 1361 2017-12-01 NA 84.00000 expectation balance 14.8
#> 1362 2018-01-01 NA 76.50000 expectation balance 13.0
#> 1363 2018-02-01 NA 47.00000 expectation balance 10.8
#> 1364 2018-03-01 NA 26.90000 expectation balance 11.7
#> 1365 2018-04-01 NA 7.60000 expectation balance 10.9
#> 1366 2018-05-01 NA 18.50000 expectation balance 7.9
#> 1367 2018-06-01 NA 14.70000 expectation balance 4.8
#> 1368 2018-07-01 NA 21.40000 expectation balance 4.5
#> 1369 2018-08-01 NA 93.30000 expectation balance 11.0
#> 1370 2018-09-01 NA 85.00000 expectation balance 10.7
#> 1371 2018-10-01 NA 52.80000 expectation balance 8.9
#> 1372 2018-11-01 NA 23.50000 expectation balance 6.8
#> 1373 2018-12-01 NA 8.70000 expectation balance 3.8
#> 1374 2019-01-01 NA 1.20000 expectation balance -2.1
#> 1375 2019-02-01 NA 4.00000 expectation balance -3.1
#> 1376 2019-03-01 NA 43.50000 expectation balance 0.9
#> 1377 2019-04-01 52.6 29.70000 expectation balance 3.4
#> 1378 2019-05-01 52.5 6.90000 expectation balance -0.1
#> 1379 2019-06-01 53.3 8.60000 expectation balance -5.7
#> 1380 2019-07-01 54.4 1.30000 expectation balance -8.8
#> 1381 2019-08-01 55.0 1.30000 expectation balance -9.1
#> 1382 2019-09-01 55.7 18.30000 expectation balance -9.3
#> 1383 2019-10-01 56.2 27.10000 expectation balance -6.9
#> 1384 2019-11-01 56.0 46.70000 expectation balance -6.1
#> 1385 2019-12-01 55.9 89.10000 expectation balance -3.1
#> 1386 2020-01-01 55.1 74.80000 expectation balance -6.2
#> 1387 2020-02-01 55.3 77.70000 expectation balance -5.1
#> 1388 2020-03-01 65.0 0.70000 expectation balance -32.0
#> 1389 2020-04-01 74.2 0.00000 expectation balance -51.2
#> 1390 2020-05-01 70.9 92.80000 expectation balance -31.2
#> 1391 2020-06-01 67.9 86.10000 expectation balance -11.1
#> 1392 2020-07-01 66.2 99.90000 expectation balance -1.0
#> 1393 2020-08-01 65.5 99.20000 expectation balance 2.7
#> 1394 2020-09-01 64.1 96.40000 expectation balance 4.7
#> 1395 2020-10-01 64.4 80.80000 expectation balance 0.3
#> 1396 2020-11-01 66.0 26.50000 expectation balance -5.0
#> 1397 2020-12-01 65.4 63.70000 expectation balance -1.9
#> 1398 2021-01-01 66.1 11.60000 expectation balance -8.1
#> 1399 2021-02-01 65.4 70.00000 expectation balance -2.2
#> 1400 2021-03-01 64.2 99.10000 expectation balance 8.0
#> 1401 2021-04-01 64.5 91.80000 expectation balance 5.1
#> 1402 2021-05-01 62.0 98.80000 expectation balance 11.7
#> 1403 2021-06-01 59.9 99.20000 expectation balance 14.4
#> 1404 2021-07-01 60.9 75.90000 expectation balance 11.8
#> 1405 2021-08-01 61.1 33.90000 expectation balance 6.7
#> 1406 2021-09-01 61.5 16.60000 expectation balance 7.8
#> 1407 2021-10-01 60.5 6.01438 expectation balance 3.6
#> 1408 2021-11-01 62.8 3.40737 expectation balance -0.8
#> 1409 2021-12-01 62.7 1.33428 expectation balance -4.7
#> 1410 2022-01-01 62.7 20.06246 expectation balance -0.1
#> 1411 2022-02-01 61.7 88.96644 expectation balance 5.7
#> 1412 2022-03-01 69.2 1.23274 expectation balance -25.1
#> 1413 2022-04-01 67.9 20.04043 expectation balance -20.8
#> 1414 2022-05-01 66.6 55.16705 expectation balance -20.5
#> 1415 2022-06-01 65.4 34.96150 expectation balance -20.9
#> 1416 2022-07-01 69.0 1.67616 expectation balance -31.3
#> 1417 2022-08-01 68.4 8.10000 expectation balance -29.3
#> 1418 2022-09-01 70.1 0.31083 expectation balance -38.0
#> 1419 2022-10-01 70.2 8.46338 expectation balance -38.2
#> 1420 2022-11-01 69.8 52.45350 expectation balance -30.6
#> 1421 2022-12-01 68.3 91.17032 expectation balance -23.5
#> 1422 2023-01-01 67.2 96.20105 expectation balance -19.1
#> 1423 2023-02-01 66.0 95.10463 expectation balance -15.4
#> 1424 2023-03-01 64.5 98.29464 expectation balance -11.2
#> 1425 2023-04-01 65.2 92.49901 expectation balance -9.7
#> 1426 2023-05-01 65.7 49.37031 expectation balance -16.7
#> 1427 2023-06-01 65.2 4.32163 expectation balance -25.2
#> 1428 2023-07-01 65.2 3.94804 expectation balance -24.5
#> 1429 2023-08-01 65.7 2.60000 expectation balance -26.1
#> 1430 2023-09-01 65.9 11.10412 expectation balance -24.9
#> 1431 2023-10-01 66.0 42.24217 expectation balance -21.9
#> 1432 2023-11-01 65.8 54.87410 expectation balance -21.5
#> 1433 2023-12-01 65.5 32.97091 expectation balance -22.3
#> 1434 2024-01-01 67.5 14.83564 expectation balance -24.2
#> 1435 2024-02-01 66.8 26.60000 expectation balance -22.5
#> 1436 2024-03-01 65.9 81.29399 expectation balance -16.4
#> 1437 2024-04-01 65.3 93.64449 expectation balance -12.8
#> 1438 2024-05-01 65.0 85.44235 expectation balance -11.8
#> 1439 2024-06-01 65.1 64.66690 expectation balance -14.4
#> 1440 2024-07-01 64.5 23.11533 expectation balance -17.6
#> 1441 2024-08-01 64.8 20.80000 expectation balance -18.1
#> 1442 2024-09-01 65.7 9.35941 expectation balance -18.7
#> 1443 2024-10-01 66.2 39.98913 expectation balance -16.7
#> 1444 2024-11-01 65.9 23.17931 expectation balance -17.5
#> 1445 2024-12-01 66.6 13.01194 expectation balance -23.0
#> 1446 2025-01-01 65.5 26.86055 expectation balance -23.4
# }