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