<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Time Series on R Views</title>
    <link>https://rviews.rstudio.com/tags/time-series/</link>
    <description>Recent content in Time Series on R Views</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Fri, 22 Jan 2021 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://rviews.rstudio.com/tags/time-series/" rel="self" type="application/rss+xml" />
    
    
    
    
    <item>
      <title>SEM Time Series Modeling</title>
      <link>https://rviews.rstudio.com/2021/01/22/sem-time-series-modeling/</link>
      <pubDate>Fri, 22 Jan 2021 00:00:00 +0000</pubDate>
      
      <guid>https://rviews.rstudio.com/2021/01/22/sem-time-series-modeling/</guid>
      <description>
        
&lt;script src=&#34;/2021/01/22/sem-time-series-modeling/index_files/header-attrs/header-attrs.js&#34;&gt;&lt;/script&gt;


&lt;!--
tested on Win10:    R-4.0.3, rstudio-1.3.911, bimets-1.5.2
tested on Redhat7:  R-3.5.3, rstudio-1.1.463, bimets-1.5.2
--&gt;
&lt;p&gt;&lt;em&gt;Andrea Luciani is a Technical Advisor for the Directorate General for Economics, Statistics and Research at the Bank of Italy, and co-author of the bimets package.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Structural Equation Models &lt;a href=&#34;https://en.wikipedia.org/wiki/Structural_equation_modeling&#34;&gt;(SEM)&lt;/a&gt;, which are common in many economic modeling efforts, require fitting and simulating whole system of equations where each equation may depend on the results of other equations. Moreover, they often require combining time series and regression equations in ways that are well beyond what the &lt;code&gt;ts()&lt;/code&gt; and &lt;code&gt;lm()&lt;/code&gt; functions were designed to do. For example, one might want to account for an error auto-correlation of some degree in the regression, or force linear restrictions modeling coefficients.&lt;/p&gt;
&lt;p&gt;In this post, we will show how to do structural equation modeling in R by working through the &lt;a href=&#34;http://www.ipe.ro/rjef/rjef1_14/rjef1_2014p5-14.pdf&#34;&gt;Klein Model&lt;/a&gt; of the United States economy, one of the oldest and most elementary models of its kind.&lt;/p&gt;
&lt;p&gt;These equations define the model:&lt;/p&gt;
&lt;p&gt;&lt;span class=&#34;math inline&#34;&gt;\(CN_t = \alpha_1 + \alpha_2 * P_t + \alpha_3 * P_{t-1} + \alpha_4 * ( WP_t + WG_t )\)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class=&#34;math inline&#34;&gt;\(I_t = \beta_1 + \beta_2 * P_t + \beta_3 * P_{t-1} - \beta_4 * K_{t-1}\)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class=&#34;math inline&#34;&gt;\(WP_t = \gamma_1 + \gamma_2 * ( Y_t + T_t - WG_t ) + \gamma_3 * ( Y_{t-1} + T_{t-1} - WG_{t-1} ) + \gamma_4 * Time\)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class=&#34;math inline&#34;&gt;\(P_t = Y_t - ( WP_t + WG_t )\)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class=&#34;math inline&#34;&gt;\(K_t = K_{t-1} + I_t\)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class=&#34;math inline&#34;&gt;\(Y_t = CN_t + I_t + G_t - T_t\)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Given:&lt;/p&gt;
&lt;p&gt;&lt;span class=&#34;math inline&#34;&gt;\(CN\)&lt;/span&gt; as private consumption expenditure;&lt;br /&gt;
&lt;span class=&#34;math inline&#34;&gt;\(I\)&lt;/span&gt; as investment;&lt;br /&gt;
&lt;span class=&#34;math inline&#34;&gt;\(WP\)&lt;/span&gt; as wage bill of the private sector (demand for labor);&lt;br /&gt;
&lt;span class=&#34;math inline&#34;&gt;\(P\)&lt;/span&gt; as profits;&lt;br /&gt;
&lt;span class=&#34;math inline&#34;&gt;\(K\)&lt;/span&gt; as stock of capital goods;&lt;br /&gt;
&lt;span class=&#34;math inline&#34;&gt;\(Y\)&lt;/span&gt; as gross national product;&lt;br /&gt;
&lt;span class=&#34;math inline&#34;&gt;\(WG\)&lt;/span&gt; as wage bill of the government sector;&lt;br /&gt;
&lt;span class=&#34;math inline&#34;&gt;\(Time\)&lt;/span&gt; as an index of the passage of time, e.g. 1931 = zero;&lt;br /&gt;
&lt;span class=&#34;math inline&#34;&gt;\(G\)&lt;/span&gt; as government expenditure plus net exports;&lt;br /&gt;
&lt;span class=&#34;math inline&#34;&gt;\(T\)&lt;/span&gt; as business taxes.&lt;/p&gt;
&lt;p&gt;&lt;span class=&#34;math inline&#34;&gt;\(\alpha_i, \beta_j, \gamma_k\)&lt;/span&gt; are coefficient to be estimated.&lt;/p&gt;
&lt;p&gt;This system has only 6 equations, three of which must be fitted in order to assess the coefficients. It may not seem so difficult to solve this system, but the real complexity emerges if you look at the incidence graph in the following figure, wherein endogenous variables are plotted in blue and exogenous variables are plotted in pink.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;/2021/01/22/sem-time-series-modeling/index_files/figure-html/incidence_graph-1.png&#34; width=&#34;672&#34; /&gt;&lt;/p&gt;
&lt;p&gt;Each edge states a simultaneous dependence from a variable to another, e.g. the &lt;code&gt;WP&lt;/code&gt; equation depends on the current value of the &lt;code&gt;TIME&lt;/code&gt; time series; complexity arises because in this model there are several circular dependencies, one of which is plotted in dark blue.&lt;/p&gt;
&lt;p&gt;A circular dependency in the incidence graph of a model implies that the model is a “simultaneous” equations model and that it must be estimated by using ad-hoc procedures; moreover it can be simulated, i.e. performing a forecast, only by using an iterative algorithm.&lt;/p&gt;
&lt;p&gt;If we search for “simultaneous equations” inside the &lt;a href=&#34;https://cran.r-project.org/web/views/Econometrics.html&#34;&gt;Econometrics Task View&lt;/a&gt; web page we can find two results: the &lt;a href=&#34;https://cran.r-project.org/web/packages/systemfit/index.html&#34;&gt;systemfit&lt;/a&gt; and the &lt;a href=&#34;https://cran.r-project.org/web/packages/bimets/index.html&#34;&gt;bimets&lt;/a&gt; packages.&lt;/p&gt;
&lt;p&gt;The &lt;a href=&#34;https://cran.r-project.org/web/packages/systemfit/index.html&#34;&gt;systemfit&lt;/a&gt; package is a powerful tool for econometric estimation of simultaneous systems of linear and nonlinear equations, but it only provides fitting procedures, thus it cannot be used in our example in order to work out a forecast.&lt;/p&gt;
&lt;p&gt;On the other hand, the &lt;a href=&#34;https://cran.r-project.org/web/packages/bimets/index.html&#34;&gt;bimets&lt;/a&gt; package implements, among others, simulation and forecasting procedures; as stated into the &lt;a href=&#34;https://cran.r-project.org/web/packages/bimets/vignettes/bimets.pdf&#34;&gt;vignette&lt;/a&gt; it allows users to write down the model in a natural way, to test several strategies and to focus on the econometric analysis, without overly dealing with coding.&lt;/p&gt;
&lt;p&gt;Time series projection, linear restrictions and error auto-correlation can be triggered directly in the model definition, so let us try to define a similar but more complex Klein model by using a &lt;a href=&#34;https://cran.r-project.org/web/packages/bimets/index.html&#34;&gt;bimets&lt;/a&gt; compliant syntax:&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;#load library
library(bimets)

#define the Klein model
kleinModelDef &amp;lt;- &amp;quot;
MODEL

COMMENT&amp;gt; Modified Klein Model 1 of the U.S. Economy with PDL, 
COMMENT&amp;gt; autocorrelation on errors, restrictions and conditional equation evaluations

COMMENT&amp;gt; Consumption with autocorrelation on errors
BEHAVIORAL&amp;gt; cn
TSRANGE 1923 1 1940 1
EQ&amp;gt; cn =  a1 + a2*p + a3*TSLAG(p,1) + a4*(wp+wg) 
COEFF&amp;gt; a1 a2 a3 a4
ERROR&amp;gt; AUTO(2)

COMMENT&amp;gt; Investment with restrictions
BEHAVIORAL&amp;gt; i
TSRANGE 1923 1 1940 1
EQ&amp;gt; i = b1 + b2*p + b3*TSLAG(p,1) + b4*TSLAG(k,1)
COEFF&amp;gt; b1 b2 b3 b4
RESTRICT&amp;gt; b2 + b3 = 1

COMMENT&amp;gt; Demand for Labor with PDL
BEHAVIORAL&amp;gt; wp 
TSRANGE 1923 1 1940 1
EQ&amp;gt; wp = c1 + c2*(y+t-wg) + c3*TSLAG(y+t-wg,1) + c4*time
COEFF&amp;gt; c1 c2 c3 c4
PDL&amp;gt; c3 1 2

COMMENT&amp;gt; Gross National Product
IDENTITY&amp;gt; y
EQ&amp;gt; y = cn + i + g - t

COMMENT&amp;gt; Profits
IDENTITY&amp;gt; p
EQ&amp;gt; p = y - (wp+wg)

COMMENT&amp;gt; Capital Stock with IF switches
IDENTITY&amp;gt; k
EQ&amp;gt; k = TSLAG(k,1) + i
IF&amp;gt; i &amp;gt; 0
IDENTITY&amp;gt; k
EQ&amp;gt; k = TSLAG(k,1) 
IF&amp;gt; i &amp;lt;= 0

END
&amp;quot;

#load the model
kleinModel &amp;lt;- LOAD_MODEL(modelText = kleinModelDef)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## Analyzing behaviorals...
## Analyzing identities...
## Optimizing...
## Loaded model &amp;quot;kleinModelDef&amp;quot;:
##     3 behaviorals
##     3 identities
##    12 coefficients
## ...LOAD MODEL OK&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;The code is quite intuitive and uses explicit keywords in order to define equations, coefficients, parameters, etc. Users can easily:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;p&gt;change the &lt;code&gt;TSRANGE&lt;/code&gt; in order to fit the model in a custom time range per equation;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;modify an equation &lt;code&gt;EQ&lt;/code&gt; without changing any user procedure or code;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;add or remove one or more linear restriction on the coefficients by using the keyword &lt;code&gt;RESTRICT&lt;/code&gt;, e.g.&lt;br /&gt;
&lt;code&gt;RESTRICT&amp;gt; -1.23*b2 + 8.9*b3 = 0.34&lt;/code&gt;&lt;br /&gt;
&lt;code&gt;RESRTICT&amp;gt; b4 – 1.2*b1 = 5&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;add or remove an error auto-correlation structure with an arbitrary order by using the keyword:&lt;br /&gt;
&lt;code&gt;ERROR&amp;gt;&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Equations can contain advanced expressions, e.g.:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;EQ&amp;gt; TSDELTA(i) = b1 + b2*EXP(p/1000) + b3*TSDELTALOG(TSLAG(p,1)) + b4*MOVAVG(TSLAG(k,1),5)&lt;/code&gt;&lt;/p&gt;
&lt;div id=&#34;model-estimation&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Model estimation&lt;/h3&gt;
&lt;p&gt;Now, we define time series to be used in our example, and then we perform an estimation of the whole &lt;code&gt;kleinModel&lt;/code&gt; by using the command &lt;code&gt;ESTIMATE()&lt;/code&gt;:&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;#define data
kleinModelData &amp;lt;- list(  
  cn  =TIMESERIES(39.8,41.9,45,49.2,50.6,52.6,55.1,56.2,57.3,57.8,
                  55,50.9,45.6,46.5,48.7,51.3,57.7,58.7,57.5,61.6,65,69.7,  
                  START=c(1920,1),FREQ=1),
  g   =TIMESERIES(4.6,6.6,6.1,5.7,6.6,6.5,6.6,7.6,7.9,8.1,9.4,10.7,
                  10.2,9.3,10,10.5,10.3,11,13,14.4,15.4,22.3,   
                  START=c(1920,1),FREQ=1),
  i   =TIMESERIES(2.7,-.2,1.9,5.2,3,5.1,5.6,4.2,3,5.1,1,-3.4,-6.2,
                  -5.1,-3,-1.3,2.1,2,-1.9,1.3,3.3,4.9,  
                  START=c(1920,1),FREQ=1),
  k   =TIMESERIES(182.8,182.6,184.5,189.7,192.7,197.8,203.4,207.6,
                  210.6,215.7,216.7,213.3,207.1,202,199,197.7,199.8,
                  201.8,199.9,201.2,204.5,209.4,    
                  START=c(1920,1),FREQ=1),
  p   =TIMESERIES(12.7,12.4,16.9,18.4,19.4,20.1,19.6,19.8,21.1,21.7,
                  15.6,11.4,7,11.2,12.3,14,17.6,17.3,15.3,19,21.1,23.5, 
                  START=c(1920,1),FREQ=1),
  wp  =TIMESERIES(28.8,25.5,29.3,34.1,33.9,35.4,37.4,37.9,39.2,41.3,
                  37.9,34.5,29,28.5,30.6,33.2,36.8,41,38.2,41.6,45,53.3,    
                  START=c(1920,1),FREQ=1),
  y   =TIMESERIES(43.7,40.6,49.1,55.4,56.4,58.7,60.3,61.3,64,67,57.7,
                  50.7,41.3,45.3,48.9,53.3,61.8,65,61.2,68.4,74.1,85.3, 
                  START=c(1920,1),FREQ=1),
  t   =TIMESERIES(3.4,7.7,3.9,4.7,3.8,5.5,7,6.7,4.2,4,7.7,7.5,8.3,5.4,
                  6.8,7.2,8.3,6.7,7.4,8.9,9.6,11.6, 
                  START=c(1920,1),FREQ=1),
  time=TIMESERIES(NA,-10,-9,-8,-7,-6,-5,-4,-3,-2,-1,0,
                  1,2,3,4,5,6,7,8,9,10, 
                  START=c(1920,1),FREQ=1),
  wg  =TIMESERIES(2.2,2.7,2.9,2.9,3.1,3.2,3.3,3.6,3.7,4,4.2,4.8,
                  5.3,5.6,6,6.1,7.4,6.7,7.7,7.8,8,8.5,  
                  START=c(1920,1),FREQ=1)
);

#load time series into the model object
kleinModel &amp;lt;- LOAD_MODEL_DATA(kleinModel,kleinModelData)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## Load model data &amp;quot;kleinModelData&amp;quot; into model &amp;quot;kleinModelDef&amp;quot;...
## ...LOAD MODEL DATA OK&lt;/code&gt;&lt;/pre&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;#estimate the model
kleinModel &amp;lt;- ESTIMATE(kleinModel, quietly=TRUE)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;In order to reduce this blog post length we only show the output for a single estimation; anyhow, for each estimated equation the output is similar to the following:&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;kleinModel &amp;lt;- ESTIMATE(kleinModel, eqList=&amp;#39;cn&amp;#39;)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## 
## Estimate the Model kleinModelDef:
## the number of behavioral equations to be estimated is 1.
## The total number of coefficients is 4.
## 
## _________________________________________
## 
## BEHAVIORAL EQUATION: cn
## Estimation Technique: OLS
## Autoregression of Order  2  (Cochrane-Orcutt procedure)
## 
## Convergence was reached in  6  /  20  iterations.
## 
## 
## cn                  =   14.83    
##                         T-stat. 7.608    ***
## 
##                     +   0.2589   p
##                         T-stat. 2.96     *
## 
##                     +   0.01424  TSLAG(p,1)
##                         T-stat. 0.1735   
## 
##                     +   0.839    (wp+wg)
##                         T-stat. 14.68    ***
## 
## ERROR STRUCTURE:  AUTO(2) 
## 
## AUTOREGRESSIVE PARAMETERS:
## Rho          Std. Error   T-stat.      
##  0.2542       0.2589       0.9817       
## -0.05251      0.2594      -0.2024       
## 
## 
## STATs:
## R-Squared                      : 0.9827   
## Adjusted R-Squared             : 0.9755   
## Durbin-Watson Statistic        : 2.256    
## Sum of squares of residuals    : 8.072    
## Standard Error of Regression   : 0.8201   
## Log of the Likelihood Function : -18.32   
## F-statistic                    : 136.2    
## F-probability                  : 3.874e-10
## Akaike&amp;#39;s IC                    : 50.65    
## Schwarz&amp;#39;s IC                   : 56.88    
## Mean of Dependent Variable     : 54.29    
## Number of Observations         : 18
## Number of Degrees of Freedom   : 12
## Current Sample (year-period)   : 1923-1 / 1940-1
## 
## 
## Signif. codes:   *** 0.001  ** 0.01  * 0.05  
## 
## 
## ...ESTIMATE OK&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;The &lt;code&gt;ESTIMATE()&lt;/code&gt; function can fit also non-simultaneous system and a single equation. Several predefined time series transformations are available in &lt;a href=&#34;https://cran.r-project.org/web/packages/bimets/index.html&#34;&gt;bimets&lt;/a&gt;:&lt;/p&gt;
&lt;p&gt;– Time series extension &lt;code&gt;TSEXTEND()&lt;/code&gt;&lt;br /&gt;
– Time series merging &lt;code&gt;TSMERGE()&lt;/code&gt;&lt;br /&gt;
– Time series projection &lt;code&gt;TSPROJECT()&lt;/code&gt;&lt;br /&gt;
– Lag &lt;code&gt;TSLAG()&lt;/code&gt;&lt;br /&gt;
– Lag differences: standard, percentage and logarithmic, i.e. &lt;code&gt;TSDELTA()&lt;/code&gt;, &lt;code&gt;TSDELTAP()&lt;/code&gt;, &lt;code&gt;TSDELTALOG()&lt;/code&gt;&lt;br /&gt;
– Cumulative product &lt;code&gt;CUMPROD()&lt;/code&gt;&lt;br /&gt;
– Cumulative sum &lt;code&gt;CUMSUM()&lt;/code&gt;&lt;br /&gt;
– Moving average &lt;code&gt;MOVAVG()&lt;/code&gt;&lt;br /&gt;
– Moving sum &lt;code&gt;MOVSUM()&lt;/code&gt;&lt;br /&gt;
– Parametric (Dis)Aggregation &lt;code&gt;YEARLY()&lt;/code&gt;, &lt;code&gt;QUARTERLY()&lt;/code&gt;, &lt;code&gt;MONTHLY()&lt;/code&gt;, &lt;code&gt;DAILY()&lt;/code&gt;&lt;br /&gt;
– Time series data presentation &lt;code&gt;TABIT()&lt;/code&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;forecasting&#34; class=&#34;section level3&#34;&gt;
&lt;h3&gt;Forecasting&lt;/h3&gt;
&lt;p&gt;The &lt;code&gt;predict()&lt;/code&gt; function of the &lt;code&gt;lm()&lt;/code&gt; or &lt;code&gt;dyn$lm&lt;/code&gt; linear model framework produces predicted values, obtained by evaluating the regression function with new data: it is a popular function among the R users.&lt;/p&gt;
&lt;p&gt;Unfortunately, it does not help in our example: as we said before, in order to forecast a simultaneous model that presents circular dependencies in the incidence graph, we cannot merely assess the right-hand side of the equations, as the &lt;code&gt;predict.lm&lt;/code&gt; function does; in our case we need an iterative algorithm.&lt;/p&gt;
&lt;p&gt;The &lt;code&gt;predict.lm&lt;/code&gt; equivalent function that allows to forecast our simultaneous model is the &lt;code&gt;SIMULATE()&lt;/code&gt; function. On the other hand the &lt;code&gt;SIMULATE()&lt;/code&gt; function can also solve non-simultaneous models and gives the same results as the &lt;code&gt;predict.lm&lt;/code&gt; function.&lt;/p&gt;
&lt;p&gt;In addition, as in the Capital Stock &lt;code&gt;k&lt;/code&gt; equation in our example, the &lt;code&gt;SIMULATE()&lt;/code&gt; function can conditionally evaluate an identity during a simulation, depending on the value of a logical expression (e.g. for each simulation period the &lt;code&gt;k&lt;/code&gt; equation changes depending on the &lt;code&gt;i&lt;/code&gt; current value). Thus, it is possible to have a model alternating between two or more equation specifications for each simulation period, depending upon results from other equations.&lt;/p&gt;
&lt;p&gt;Structural stability, multiplier analysis and endogenous targeting are additional capabilities coded in &lt;a href=&#34;https://cran.r-project.org/web/packages/bimets/index.html&#34;&gt;bimets&lt;/a&gt; but not described in this post.&lt;/p&gt;
&lt;p&gt;In order to forecast the model up to 1944, we need to extend exogenous time series by using the &lt;code&gt;TSEXTEND()&lt;/code&gt; function. In this example, we perform simple extensions:&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;#we need to extend exogenous variables up to 1944
kleinModel$modelData &amp;lt;- within(kleinModel$modelData,{
    wg    = TSEXTEND(wg,  UPTO=c(1944,1),EXTMODE=&amp;#39;CONSTANT&amp;#39;)
    t     = TSEXTEND(t,   UPTO=c(1944,1),EXTMODE=&amp;#39;LINEAR&amp;#39;)
    g     = TSEXTEND(g,   UPTO=c(1944,1),EXTMODE=&amp;#39;CONSTANT&amp;#39;)
    k     = TSEXTEND(k,   UPTO=c(1944,1),EXTMODE=&amp;#39;LINEAR&amp;#39;)
    time  = TSEXTEND(time,UPTO=c(1944,1),EXTMODE=&amp;#39;LINEAR&amp;#39;)
  })&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;A call to the &lt;code&gt;SIMULATE()&lt;/code&gt; function will solve our simultaneous system of equations:&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;#forecast model
kleinModel &amp;lt;- SIMULATE(kleinModel
                      ,simType=&amp;#39;FORECAST&amp;#39;
                      ,TSRANGE=c(1941,1,1944,1)
                      ,simConvergence=0.00001
                      ,simIterLimit=100
                      ,quietly=TRUE
  )&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;The historical GNP (original referred as “Net national income, measured in billions of 1934 dollars” , pg. 141 in “&lt;a href=&#34;https://cowles.yale.edu/sites/default/files/files/pub/mon/m11-all.pdf&#34;&gt;Economic Fluctuations in the United States 1921-1941&lt;/a&gt;” by L. R. Klein, Wiley and Sons Inc., New York, 1950) is shown in figure, along with the simulation and the forecast.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;#get forecasted GNP
TABIT(kleinModel$simulation$y)&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;## 
##       DATE, PER, kleinModel$simulation$y
## 
##       1941, 1  ,  125.3      
##       1942, 1  ,  172.5      
##       1943, 1  ,  185.6      
##       1944, 1  ,  141.1&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;/2021/01/22/sem-time-series-modeling/index_files/figure-html/plot_ts-1.png&#34; width=&#34;672&#34; /&gt;&lt;/p&gt;
&lt;p&gt;Disclaimer: &lt;em&gt;The views and opinions expressed in this page are those of the author and do not necessarily reflect the official policy or position of the Bank of Italy. Examples of analysis performed within these pages are only examples. They should not be utilized in real-world analytic products as they are based only on very limited and dated open source information. Assumptions made within the analysis are not reflective of the position of the Bank of Italy.&lt;/em&gt;&lt;/p&gt;
&lt;/div&gt;

        &lt;script&gt;window.location.href=&#39;https://rviews.rstudio.com/2021/01/22/sem-time-series-modeling/&#39;;&lt;/script&gt;
      </description>
    </item>
    
    <item>
      <title>Downtime Reading</title>
      <link>https://rviews.rstudio.com/2017/12/29/down-time-reading/</link>
      <pubDate>Fri, 29 Dec 2017 00:00:00 +0000</pubDate>
      
      <guid>https://rviews.rstudio.com/2017/12/29/down-time-reading/</guid>
      <description>
        &lt;p&gt;Not everyone has the luxury of taking some downtime at the end the year, but if you do have some free time, you may enjoy something on my short list of downtime reading. The books and articles here are not exactly &amp;ldquo;light reading&amp;rdquo;, nor are they literature for cuddling by the fire. Nevertheless, you may find something that catches your eye.&lt;/p&gt;

&lt;p&gt;The &lt;a href=&#34;https://www.syncfusion.com/resources/techportal/ebooks&#34;&gt;Syncfusion series&lt;/a&gt; of free eBooks contains more than a few gems on a variety of programming subjects, including James McCaffrey&amp;rsquo;s &lt;a href=&#34;https://www.syncfusion.com/resources/techportal/details/ebooks/R-Programming_Succinctly&#34;&gt;R Programming Succinctly&lt;/a&gt; and Barton Poulson&amp;rsquo;s &lt;a href=&#34;https://www.syncfusion.com/resources/techportal/details/ebooks/rsuccinctly&#34;&gt;R Succinctly&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;img src=&#34;/post/2017-12-28-Rickert-Reading_files/succinctly.png&#34; alt=&#34;&#34; /&gt;&lt;/p&gt;

&lt;p&gt;For a more ambitious read, mine the rich vein of &lt;a href=&#34;https://textbooks.opensuny.org/open-source-textbooks/&#34;&gt;SUNY Open Textbooks&lt;/a&gt;. My pick is Hiroki Sayama&amp;rsquo;s &lt;a href=&#34;https://textbooks.opensuny.org/introduction-to-the-modeling-and-analysis-of-complex-systems/&#34;&gt;Introduction to the Modeling and Analysis of Complex Systems&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;img src=&#34;/post/2017-12-28-Rickert-Reading_files/complex.png&#34; alt=&#34;&#34; /&gt;&lt;/p&gt;

&lt;p&gt;If you just can&amp;rsquo;t get enough of data science, then a few articles that caught my attention are:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Christopher Olah&amp;rsquo;s brief but mind-stretching post on &lt;a href=&#34;http://colah.github.io/posts/2014-03-NN-Manifolds-Topology/&#34;&gt;Neural Networks, Manifolds, and Topology&lt;/a&gt;, which is good preparation for the Fujitsu Laboratories paper on &lt;a href=&#34;https://www.jstage.jst.go.jp/article/tjsai/32/3/32_D-G72/_pdf&#34;&gt;Time Series Classification via Topological Data Analysis&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;The paper by Nguyen and Holmes on their &lt;a href=&#34;https://bmcbioinformatics.biomedcentral.com/articles/10.1186/s12859-017-1790-x&#34;&gt;Bayesian Unidimensional Scaling (BUDS)&lt;/a&gt; method for detecting patterns in high-dimensional data&lt;/li&gt;
&lt;li&gt;Bou-Hamad et. al&amp;rsquo;s &lt;a href=&#34;https://projecteuclid.org/download/pdfview_1/euclid.ssu/1315833185&#34;&gt;A review of survival trees&lt;/a&gt;, a valuable introduction to the literature on the subject&lt;/li&gt;
&lt;li&gt;Rob Hyndman&amp;rsquo;s recent post on &lt;a href=&#34;https://robjhyndman.com/hyndsight/tspackages/&#34;&gt;Some new time series packages&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Mike Bostock&amp;rsquo;s beautiful and mind-altering post on &lt;a href=&#34;https://bost.ocks.org/mike/algorithms/?t=1&amp;amp;cn=ZmxleGlibGVfcmVjcw%3D%3D&amp;amp;refsrc=email&amp;amp;iid=90e204098ee84319b825887ae4c1f757&amp;amp;uid=765311247189291008&amp;amp;nid=244+281088008&#34;&gt;Visualizing Algorithms&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;img src=&#34;/post/2017-12-28-Rickert-Reading_files/starry.png&#34; alt=&#34;Starry Night through 6,667 uniform random samples&#34; /&gt;&lt;/p&gt;

&lt;p&gt;Finally, if you really have some time on your hands, try searching through the 318M+ papers on &lt;a href=&#34;https://www.pdfdrive.net/&#34;&gt;PDFDRIVE&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Happy reading, and have a &lt;em&gt;Happy and Prosperous New Year&lt;/em&gt; from all of us at RStudio!!&lt;/p&gt;

        &lt;script&gt;window.location.href=&#39;https://rviews.rstudio.com/2017/12/29/down-time-reading/&#39;;&lt;/script&gt;
      </description>
    </item>
    
    <item>
      <title>Learning things we already know about stocks</title>
      <link>https://rviews.rstudio.com/2017/08/22/stocks/</link>
      <pubDate>Tue, 22 Aug 2017 00:00:00 +0000</pubDate>
      
      <guid>https://rviews.rstudio.com/2017/08/22/stocks/</guid>
      <description>
         

&lt;script src=&#34;/rmarkdown-libs/htmlwidgets/htmlwidgets.js&#34;&gt;&lt;/script&gt;
&lt;script src=&#34;/rmarkdown-libs/jquery/jquery.min.js&#34;&gt;&lt;/script&gt;
&lt;script src=&#34;/rmarkdown-libs/threejs/three.min.js&#34;&gt;&lt;/script&gt;
&lt;script src=&#34;/rmarkdown-libs/threejs/Detector.js&#34;&gt;&lt;/script&gt;
&lt;script src=&#34;/rmarkdown-libs/threejs/Projector.js&#34;&gt;&lt;/script&gt;
&lt;script src=&#34;/rmarkdown-libs/threejs/CanvasRenderer.js&#34;&gt;&lt;/script&gt;
&lt;script src=&#34;/rmarkdown-libs/threejs/TrackballControls.js&#34;&gt;&lt;/script&gt;
&lt;script src=&#34;/rmarkdown-libs/threejs/StateOrbitControls.js&#34;&gt;&lt;/script&gt;
&lt;script src=&#34;/rmarkdown-libs/scatterplotThree-binding/scatterplotThree.js&#34;&gt;&lt;/script&gt;
&lt;link href=&#34;/rmarkdown-libs/crosstalk/css/crosstalk.css&#34; rel=&#34;stylesheet&#34; /&gt;
&lt;script src=&#34;/rmarkdown-libs/crosstalk/js/crosstalk.min.js&#34;&gt;&lt;/script&gt;
&lt;script src=&#34;/rmarkdown-libs/transmitter-binding/transmitter.js&#34;&gt;&lt;/script&gt;


&lt;p&gt;This example groups stocks together in a network that highlights associations within and between the groups using only historical price data. The result is far from ground-breaking: you can already guess the output. For the most part, the stocks get grouped together into pretty obvious business sectors.&lt;/p&gt;
&lt;p&gt;Despite the obvious result, the process of teasing out latent groupings from historic price data is interesting. That’s the focus of this example. A central idea of the approach taken here comes from the great paper of Ledoit and Wolf, “Honey, I Shrunk the Sample Covariance Matrix” (&lt;a href=&#34;http://www.ledoit.net/honey.pdf&#34; class=&#34;uri&#34;&gt;http://www.ledoit.net/honey.pdf&lt;/a&gt;). This example employs an alternative approach based on a matrix eigenvalue decomposition, but it’s the same general idea.&lt;/p&gt;
&lt;p&gt;This note follows an informal, how-to format. Rather than focus on mathematical analysis, which is well-detailed in the references, I try to spell out the how’s and why’s: how to do things step by step (using R) and a somewhat non-rigorous rationale for each step that’s hopefully at least convincing and intuitive.&lt;/p&gt;
&lt;p&gt;For emphasis, allow me to restate the first sentence as an objective:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Group stocks together in a network that highlights associations within and between the groups using only historical price data.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;That’s what the rest of this example will do, hopefully illuminating some key ideas about regularization along the way.&lt;/p&gt;
&lt;div id=&#34;software-used-in-the-example&#34; class=&#34;section level1&#34;&gt;
&lt;h1&gt;Software used in the example&lt;/h1&gt;
&lt;p&gt;The example uses R of course, and the following R packages, all available on CRAN (some of the packages themselves have dependencies):&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;quantmod (at least version 0.4-10)&lt;/li&gt;
&lt;li&gt;igraph (at least version 1.1.2)&lt;/li&gt;
&lt;li&gt;threejs (at least version 0.3.1)&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div id=&#34;getting-data&#34; class=&#34;section level1&#34;&gt;
&lt;h1&gt;Getting data&lt;/h1&gt;
&lt;p&gt;NOTE: You can skip ahead to the &lt;a href=&#34;#correlation&#34;&gt;Sample correlation&lt;/a&gt; section by simply downloading a sample copy of processed log(return) data as follows:&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;library(quantmod)
load(url(&amp;quot;http://illposed.net/logreturns.rdata&amp;quot;))&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Otherwise, follow the next two sections to download the raw stock daily price data and process those data into log(returns).&lt;/p&gt;
&lt;div id=&#34;download-daily-closing-price-data-from-google-finance&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Download daily closing price data from Google Finance&lt;/h2&gt;
&lt;p&gt;The quantmod package (Ulrich and Ryan, &lt;a href=&#34;http://www.quantmod.com/&#34; class=&#34;uri&#34;&gt;http://www.quantmod.com/&lt;/a&gt;) makes it ridiculously easy to download (and visualize) financial time series data. The following code uses quantmod to download daily stock price data for about 100 companies with the largest market capitalizations listed on the Standard &amp;amp; Poor’s 500 index at the time of this writing. The code downloads daily closing prices from 2012 until the present. Modify the code to experiment with different time periods or stocks as desired!&lt;/p&gt;
&lt;p&gt;Because stock symbol names may change and companies my come and go, it’s possible that some of the data for some time periods are not available. The &lt;code&gt;tryCatch()&lt;/code&gt; block in the code checks for a download error and flags problems by returning &lt;code&gt;NA&lt;/code&gt;, later removed from the result. The upshot is that the output number of columns of stock price time series may be smaller than the input list of stock symbols.&lt;/p&gt;
&lt;p&gt;The output of the following code is an xts time series matrix of stock prices called &lt;code&gt;prices&lt;/code&gt; whose rows correspond to days and columns to stock symbols.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;library(quantmod)
from=&amp;quot;2012-05-17&amp;quot;
sym = c(&amp;quot;AAPL&amp;quot;, &amp;quot;ABBV&amp;quot;, &amp;quot;ABT&amp;quot;, &amp;quot;ACN&amp;quot;, &amp;quot;AGN&amp;quot;, &amp;quot;AIG&amp;quot;, &amp;quot;ALL&amp;quot;, &amp;quot;AMGN&amp;quot;, &amp;quot;AMZN&amp;quot;, &amp;quot;AXP&amp;quot;,
        &amp;quot;BA&amp;quot;, &amp;quot;BAC&amp;quot;, &amp;quot;BIIB&amp;quot;, &amp;quot;BK&amp;quot;, &amp;quot;BLK&amp;quot;, &amp;quot;BMY&amp;quot;, &amp;quot;BRK.B&amp;quot;, &amp;quot;C&amp;quot;, &amp;quot;CAT&amp;quot;, &amp;quot;CELG&amp;quot;, &amp;quot;CL&amp;quot;,
        &amp;quot;CMCSA&amp;quot;, &amp;quot;COF&amp;quot;, &amp;quot;COP&amp;quot;, &amp;quot;COST&amp;quot;, &amp;quot;CSCO&amp;quot;, &amp;quot;CVS&amp;quot;, &amp;quot;CVX&amp;quot;, &amp;quot;DD&amp;quot;, &amp;quot;DHR&amp;quot;, &amp;quot;DIS&amp;quot;, &amp;quot;DOW&amp;quot;,
        &amp;quot;DUK&amp;quot;, &amp;quot;EMR&amp;quot;, &amp;quot;EXC&amp;quot;, &amp;quot;F&amp;quot;, &amp;quot;FB&amp;quot;, &amp;quot;FDX&amp;quot;, &amp;quot;FOX&amp;quot;, &amp;quot;FOXA&amp;quot;, &amp;quot;GD&amp;quot;, &amp;quot;GE&amp;quot;, &amp;quot;GILD&amp;quot;, &amp;quot;GM&amp;quot;,
        &amp;quot;GOOG&amp;quot;, &amp;quot;GOOGL&amp;quot;, &amp;quot;GS&amp;quot;, &amp;quot;HAL&amp;quot;, &amp;quot;HD&amp;quot;, &amp;quot;HON&amp;quot;, &amp;quot;IBM&amp;quot;, &amp;quot;INTC&amp;quot;, &amp;quot;JNJ&amp;quot;, &amp;quot;JPM&amp;quot;, &amp;quot;KHC&amp;quot;,
        &amp;quot;KMI&amp;quot;, &amp;quot;KO&amp;quot;, &amp;quot;LLY&amp;quot;, &amp;quot;LMT&amp;quot;, &amp;quot;LOW&amp;quot;, &amp;quot;MA&amp;quot;, &amp;quot;MCD&amp;quot;, &amp;quot;MDLZ&amp;quot;, &amp;quot;MDT&amp;quot;, &amp;quot;MET&amp;quot;, &amp;quot;MMM&amp;quot;,
        &amp;quot;MO&amp;quot;, &amp;quot;MON&amp;quot;, &amp;quot;MRK&amp;quot;, &amp;quot;MS&amp;quot;, &amp;quot;MSFT&amp;quot;, &amp;quot;NEE&amp;quot;, &amp;quot;NKE&amp;quot;, &amp;quot;ORCL&amp;quot;, &amp;quot;OXY&amp;quot;, &amp;quot;PCLN&amp;quot;, &amp;quot;PEP&amp;quot;,
        &amp;quot;PFE&amp;quot;, &amp;quot;PG&amp;quot;, &amp;quot;PM&amp;quot;, &amp;quot;PYPL&amp;quot;, &amp;quot;QCOM&amp;quot;, &amp;quot;RTN&amp;quot;, &amp;quot;SBUX&amp;quot;, &amp;quot;SLB&amp;quot;, &amp;quot;SO&amp;quot;, &amp;quot;SPG&amp;quot;, &amp;quot;T&amp;quot;,
        &amp;quot;TGT&amp;quot;, &amp;quot;TWX&amp;quot;, &amp;quot;TXN&amp;quot;, &amp;quot;UNH&amp;quot;, &amp;quot;UNP&amp;quot;, &amp;quot;UPS&amp;quot;, &amp;quot;USB&amp;quot;, &amp;quot;UTX&amp;quot;, &amp;quot;V&amp;quot;, &amp;quot;VZ&amp;quot;, &amp;quot;WBA&amp;quot;,
        &amp;quot;WFC&amp;quot;, &amp;quot;WMT&amp;quot;, &amp;quot;XOM&amp;quot;)

prices = Map(function(n)
             {
               print(n)
               tryCatch(getSymbols(n, src=&amp;quot;google&amp;quot;, env=NULL, from=from)[, 4], error = function(e) NA)
             }, sym)
N = length(prices)
# identify symbols returning valid data
i = ! unlist(Map(function(i) is.na(prices[i]), seq(N)))
# combine returned prices list into a matrix, one column for each symbol with valid data
prices = Reduce(cbind, prices[i])
colnames(prices) = sym[i]&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;div id=&#34;clean-up-and-transform-data&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Clean up and transform data&lt;/h2&gt;
&lt;p&gt;Not every stock symbol may have prices available for every day. Trading can be suspended for some reason, companies get acquired or go private, new companies form, etc.&lt;/p&gt;
&lt;p&gt;Let’s fill in missing values going forward in time using the last reported price (piecewise constant interpolation)–a reasonable approach for stock price time series. After that, if there are still missing values, just remove those symbols that contain them, possibly further reducing the universe of stock symbols we’re working with.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;for(j in 1:ncol(prices)) prices[, j] = na.locf(prices[, j])       # fill in
prices = prices[, apply(prices, 2, function(x) ! any(is.na(x)))]  # omit stocks with missing data&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Now that we have a universe of stocks with valid price data, convert those prices to log(returns) for the remaining analysis (by returns I mean simply the ratio of prices relative to the first price).&lt;/p&gt;
&lt;p&gt;Why log(returns) instead of prices?&lt;/p&gt;
&lt;p&gt;The log(returns) are closer to normally distributed than prices especially in the long run. Pat Burns wrote a note about this (with a Tom Waits soundrack): &lt;a href=&#34;http://www.portfolioprobe.com/2012/01/23/the-distribution-of-financial-returns-made-simple/&#34; class=&#34;uri&#34;&gt;http://www.portfolioprobe.com/2012/01/23/the-distribution-of-financial-returns-made-simple/&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;But why care about getting data closer to normally distributed?&lt;/p&gt;
&lt;p&gt;That turns out to be important to us because later we’ll use a technique called partial correlation. That technique generally works better for normally distributed data than otherwise, see for example a nice technical discussion about this by Baba, Shibata, and Sibuya here: &lt;a href=&#34;https://doi.org/10.1111%2Fj.1467-842X.2004.00360.x&#34;&gt;https://doi.org/10.1111%2Fj.1467-842X.2004.00360.x&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The following simple code converts our &lt;code&gt;prices&lt;/code&gt; matrix into a matrix of log(returns):&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;log_returns = apply(prices, 2, function(x) diff(log(x)))&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div id=&#34;sample-correlation-matrix&#34; class=&#34;section level1&#34;&gt;
&lt;h1&gt;Sample correlation &lt;a name=&#34;correlation&#34;/&gt; matrix&lt;/h1&gt;
&lt;p&gt;It’s easy to convert the downloaded log(returns) data into a Pearson’s sample correlation matrix &lt;code&gt;X&lt;/code&gt;:&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;X = cor(log_returns)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;The (i, j)th entry of the sample correlation matrix &lt;code&gt;X&lt;/code&gt; above is a measurement of the degree of linear dependence between the log(return) series for the stocks in columns i and j.&lt;/p&gt;
&lt;p&gt;There exist at least two issues that can lead to serious problems with the interpretation of the sample correlation values:&lt;/p&gt;
&lt;ol style=&#34;list-style-type: decimal&#34;&gt;
&lt;li&gt;As Ledoit and Wolf point out, it’s well-known that empirical correlation estimates may contain lots of error.&lt;/li&gt;
&lt;li&gt;Correlation estimates between two stock log(return) series can be misleading for many reasons, including spurious correlation or existence of confounding variables related to both series (&lt;a href=&#34;http://www.tylervigen.com/spurious-correlations&#34; class=&#34;uri&#34;&gt;http://www.tylervigen.com/spurious-correlations&lt;/a&gt;).&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;A &lt;a href=&#34;http://www.nobelprize.org/nobel_prizes/economic-sciences/laureates/2003/&#34;&gt;Nobel-prize winning&lt;/a&gt; approach to dealing with the second problem considers cointegration between series instead of correlation, see for example notes by Eric Zivot (&lt;a href=&#34;https://faculty.washington.edu/ezivot/econ584/notes/cointegrationslides.pdf&#34; class=&#34;uri&#34;&gt;https://faculty.washington.edu/ezivot/econ584/notes/cointegrationslides.pdf&lt;/a&gt;), or Bernhard Pfaff’s lovely book “Analysis of Integrated and Cointegrated Time Series with R” (&lt;a href=&#34;http://www.springer.com/us/book/9780387759661&#34; class=&#34;uri&#34;&gt;http://www.springer.com/us/book/9780387759661&lt;/a&gt;), or Wikipedia (&lt;a href=&#34;https://en.wikipedia.org/wiki/Cointegration&#34; class=&#34;uri&#34;&gt;https://en.wikipedia.org/wiki/Cointegration&lt;/a&gt;). (I also have some weird technical notes on the numerics of cointegration at &lt;a href=&#34;http://illposed.net/cointegration.html&#34; class=&#34;uri&#34;&gt;http://illposed.net/cointegration.html&lt;/a&gt;.)&lt;/p&gt;
&lt;p&gt;Cointegration is a wonderful but fairly technical topic. Instead, let’s try a simpler approach.&lt;/p&gt;
&lt;p&gt;We can try to address issue 2 above by controlling for confounding variables, at least partially. One approach considers &lt;em&gt;partial correlation&lt;/em&gt; instead of correlation (see for example the nice description in Wikipedia &lt;a href=&#34;https://en.wikipedia.org/wiki/Partial_correlation&#34; class=&#34;uri&#34;&gt;https://en.wikipedia.org/wiki/Partial_correlation&lt;/a&gt;). That approach works best in practice with approximately normal data–one reason for the switch to log(returns) instead of prices. We will treat the entries of the precision matrix as measures of association in a network of stocks below.&lt;/p&gt;
&lt;p&gt;It’s worth stating that our simple approach basically treats the log(returns) series as a bunch of vectors and not so much bona fide time series, and can’t handle as many pathologies that might occur as well as cointegration can. But as we will see, this simple technique is still pretty effective at finding structure in our data. (And indeed related methods as discussed by Ledoit and Wolf and elsewhere are widely used in portfolio and risk analyses in practice.)&lt;/p&gt;
&lt;p&gt;The partial correlation coefficients between all stock log(returns) series are the entries of the inverse of the sample correlation matrix (&lt;a href=&#34;https://www.statlect.com/glossary/precision-matrix&#34; class=&#34;uri&#34;&gt;https://www.statlect.com/glossary/precision-matrix&lt;/a&gt;).&lt;/p&gt;
&lt;p&gt;Market trading of our universe of companies, with myriad known and unknown associations between them and the larger economy, produced the stock prices we downloaded. Our objective is a kind of inverse problem: given a bunch of historical stock prices, produce a network of associations.&lt;/p&gt;
&lt;p&gt;You may recall from some long ago class that, numerically speaking, inverting matrices is generally a bad idea. Even worse, issue 1 above says that our estimated correlation coefficients contain error (noise). Even a tiny amount noise can be hugely amplified if we invert the matrix. That’s because, as we will soon see, the sample correlation matrix contains tiny eigenvalues and matrix inversion effectively divides the noise by those tiny values. Simply stated, dividing by a tiny number returns a big number–that is, matrix inversion tends to blow the noise up. This is a fundamental issue (in a sense, &lt;em&gt;the&lt;/em&gt; fundamental issue) common to many inverse problems.&lt;/p&gt;
&lt;p&gt;Ledoit and Wolf’s sensible answer to reducing the influence of noise is &lt;em&gt;regularization&lt;/em&gt;. Regularization replaces models with &lt;em&gt;different, but related&lt;/em&gt;, models designed to reduce the influence of noise on their output. LW use a form of regularization related to ridge regression (a. k. a. Tikhonov regularization) with a peculiar regularization operator based on a highly structured estimate of the covariance. We will use a simpler kind of regularization based on an eigenvalue decomposition of the sample correlation matrix &lt;code&gt;X&lt;/code&gt;.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;regularization&#34; class=&#34;section level1&#34;&gt;
&lt;h1&gt;Regularization&lt;/h1&gt;
&lt;p&gt;Here is an eigenvalue decomposition of the sample correlation matrix:&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;L = eigen(X, symmetric=TRUE)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Note that R’s &lt;code&gt;eigen()&lt;/code&gt; function takes care to return the (real-valued) eigenvalues of a symmetric matrix in decreasing order for us. (Technically, the correlation matrix is symmetric positive semi-definite, and will have only nonnegative real eigenvalues.)&lt;/p&gt;
&lt;p&gt;Each eigenvector represents an orthogonal projection of the sample correlation matrix into a line (a 1-d shadow of the data); The first two eigenvectors define a projection of the sample correlation matrix into a plane (2-d), and so on. The eigenvalues estimate the proportion of information (or variability if you prefer) from the original sample correlation matrix contained in each eigenvector. Because the eigenvectors are orthogonal, these measurements of projected information are additive.&lt;/p&gt;
&lt;p&gt;Here is a plot of all the sample correlation matrix eigenvalues (along with a vertical line that will be explained in a moment):&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;plot(L$values, ylab=&amp;quot;eigenvalues&amp;quot;)
abline(v=10)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;img src=&#34;/post/2017-08-21-stocks_files/figure-html/unnamed-chunk-8-1.png&#34; width=&#34;672&#34; /&gt;&lt;/p&gt;
&lt;p&gt;The eigenvalues fall off rather quickly in our example! That means that a lot of the information in the sample correlation matrix is contained in the first few eigenvectors.&lt;/p&gt;
&lt;p&gt;Let’s assume, perhaps unreasonably, that the errors in our estimate of the correlation matrix are equally likely to occur in any direction (that the errors are white noise, basically). As we can see above, most of the information is concentrated in the subspace corresponding to the first few eigenvectors. But white noise will have information content in all the dimensions more or less equally.&lt;/p&gt;
&lt;p&gt;One regularization technique replaces the sample correlation matrix with an approximation defined by only its first few eigenvectors. Because they represent a large amount of the information content, the approximation can be pretty good. More importantly, because we assumed noise to be more or less equally represented across the eigenvector directions and we’re cutting most of those off, this approximation tends to damp the noise more than the underlying information. Most importantly, we’re cutting off the subspace associated with tiny eigenvalues, avoiding the problem of division by tiny values and significantly reducing amplified noise in the inverse of the sample correlation matrix (the precision matrix).&lt;/p&gt;
&lt;p&gt;The upshot is, we regularize the sample correlation matrix by approximating it by a low-rank matrix that substantially reduces the influence of noise on the precision matrix. See Per Christian Hansen’s classic paperback “Rank-Deficient and Discrete Ill-Posed Problems” (&lt;a href=&#34;http://epubs.siam.org/doi/book/10.1137/1.9780898719697&#34; class=&#34;uri&#34;&gt;http://epubs.siam.org/doi/book/10.1137/1.9780898719697&lt;/a&gt;) for insight into related topics.&lt;/p&gt;
&lt;div id=&#34;but-how-to-choose-a-cut-off-rank&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;But how to choose a cut-off rank?&lt;/h2&gt;
&lt;p&gt;There is a substantial mathematical literature for just this topic (regularization parameter choice selection), complete with deep theory as well as lots of heuristics. Let’s keep things simple for this example and form our approximation by cutting off eigenvectors beyond where the eigenvalue plot starts to flatten out – close to the vertical line in the above plot.&lt;/p&gt;
&lt;p&gt;Alternatively consider the lovely short 2004 paper by Chris Ding and Xiaofeng He (&lt;a href=&#34;http://dl.acm.org/citation.cfm?id=1015408&#34; class=&#34;uri&#34;&gt;http://dl.acm.org/citation.cfm?id=1015408&lt;/a&gt;) that illuminates connections (that I happen to find fascinating) between k-means clustering and projections like truncated eigenvalue expansions. Although we aren’t interested in k-means clustering per se, our objective &lt;em&gt;is&lt;/em&gt; connected to clustering. Ding and He show that we can find at least k (k-means) clusters using the first k - 1 eigenvectors above. This gives us another heuristic way to choose a projection dimension, at least if we have an idea about the number of clusters to look for.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;a-precision-matrix-finally&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;A precision matrix, finally&lt;/h2&gt;
&lt;p&gt;Finally, we form the precision matrix &lt;code&gt;P&lt;/code&gt; from the regularized sample correlation matrix. The inversion is less numerically-problematic now because of regularization. Feel free to experiment with the projected rank &lt;code&gt;N&lt;/code&gt; below!&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;N = 10  # (use 1st 10 eigenvectors, set N larger to reduce regularization)
P = L$vectors[, 1:N] %*% ((1 / L$values[1:N]) * t(L$vectors[, 1:N]))
P = P / tcrossprod(sqrt(diag(P)))&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;div id=&#34;other-approaches&#34; class=&#34;section level2&#34;&gt;
&lt;h2&gt;Other approaches&lt;/h2&gt;
&lt;p&gt;I’m not qualified to write about them, but you should be aware that Bayesian approaches to solving problems like this are also effectively (and effective!) regularization methods. I hope to someday better understand the connections between classical inverse problem solution methods that I know a little bit about, and Bayesian methods that I know substantially less about.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div id=&#34;put-a-package-on-it&#34; class=&#34;section level1&#34;&gt;
&lt;h1&gt;Put a package on it&lt;/h1&gt;
&lt;p&gt;There is a carefully written R package to construct regularized correlation and precision matrices: the corpcor package (&lt;a href=&#34;https://cran.r-project.org/package=corpcor&#34; class=&#34;uri&#34;&gt;https://cran.r-project.org/package=corpcor&lt;/a&gt;, and also see &lt;a href=&#34;http://strimmerlab.org/software/corpcor/&#34; class=&#34;uri&#34;&gt;http://strimmerlab.org/software/corpcor/&lt;/a&gt;) by Juliane Schafer, Rainer Opgen-Rhein, Verena Zuber, Miika Ahdesmaki, A. Pedro Duarte Silva, and Korbinian Strimmer. Their package includes the original Ledoit Wolf-like regularization method, as well as refinements to it and many other methods. The corpcor package, like Ledoit Wolf, includes ways to use sophisticated regularization operators and can apply more broadly than the simple approach taken in this note.&lt;/p&gt;
&lt;p&gt;You can use the corpcor package to form a Ledoit-Wolf-like regularized precision matrix P, and you should try it! The result is pretty similar to what we get from our simple truncated eigenvalue decomposition regularization in this example.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;networks-and-clustering&#34; class=&#34;section level1&#34;&gt;
&lt;h1&gt;Networks and clustering&lt;/h1&gt;
&lt;p&gt;The (i, j)th entry of the precision matrix &lt;code&gt;P&lt;/code&gt; is a measure of association between the log(return) time series for the stocks in columns i and j, with larger values corresponding to more association.&lt;/p&gt;
&lt;p&gt;An interesting way to group related stocks together is to think of the precision matrix as an adjacency matrix defining a weighted, undirected network of stock associations. Thresholding entries of the precision matrix to include, say, only the top ten per cent results in a network of only the most strongly associated stocks.&lt;/p&gt;
&lt;p&gt;Thinking in terms of networks opens up a huge and useful toolbox: graph theory. We gain access to all kinds of nifty ways to analyze and visualize data, including methods for clustering and community detection.&lt;/p&gt;
&lt;p&gt;R’s comprehensive igraph package by Gábor Csárdi (&lt;a href=&#34;https://cran.r-project.org/package=igraph&#34; class=&#34;uri&#34;&gt;https://cran.r-project.org/package=igraph&lt;/a&gt;) includes many network cluster detection algorithms. The example below uses Blondel and co-authors’ fast community detection algorithm implemented by igraph’s &lt;code&gt;cluster_louvain()&lt;/code&gt; function to segment the thresholded precision matrix of stocks into groups. The code produces an igraph graph object &lt;code&gt;g&lt;/code&gt;, with vertices colored by group membership.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;suppressMessages(library(igraph))

threshold = 0.90
Q = P * (P &amp;gt; quantile(P, probs=threshold))                           # thresholded precision matrix
g = graph.adjacency(Q, mode=&amp;quot;undirected&amp;quot;, weighted=TRUE, diag=FALSE) # ...expressed as a graph

# The rest of the code lumps any singletons lacking edges into a single &amp;#39;unassociated&amp;#39; group shown in gray
# (also assigning distinct colors to the other groups).
x = groups(cluster_louvain(g))
i = unlist(lapply(x, length))
d = order(i, decreasing=TRUE)
x = x[d]
i = i[d]
j = i &amp;gt; 1
s = sum(j)
names(x)[j] = seq(1, s)
names(x)[! j] = s + 1
grp = as.integer(rep(names(x), i))
clrs = c(rainbow(s), &amp;quot;gray&amp;quot;)[grp[order(unlist(x))]]
g = set_vertex_attr(g, &amp;quot;color&amp;quot;, value=clrs)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Use the latest threejs package to make a nice interactive visualization of the network (you can use your mouse/trackpad to rotate, zoom and pan the visualization).&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;library(threejs)
graphjs(g, vertex.size=0.2, vertex.shape=colnames(X), edge.alpha=0.5)&lt;/code&gt;&lt;/pre&gt;
&lt;div id=&#34;htmlwidget-1&#34; style=&#34;width:816px;height:672px;&#34; class=&#34;scatterplotThree html-widget&#34;&gt;&lt;/div&gt;
&lt;script type=&#34;application/json&#34; data-for=&#34;htmlwidget-1&#34;&gt;{&#34;x&#34;:{&#34;NROW&#34;:94,&#34;height&#34;:null,&#34;width&#34;:null,&#34;axis&#34;:false,&#34;numticks&#34;:[6,6,6],&#34;xticklabs&#34;:null,&#34;yticklabs&#34;:null,&#34;zticklabs&#34;:null,&#34;color&#34;:[[&#34;#00FFFF&#34;,&#34;#0040FF&#34;,&#34;#00FFFF&#34;,&#34;#80FF00&#34;,&#34;#80FF00&#34;,&#34;#0040FF&#34;,&#34;#00FF40&#34;,&#34;#80FF00&#34;,&#34;#FF0000&#34;,&#34;#80FF00&#34;,&#34;#0040FF&#34;,&#34;#80FF00&#34;,&#34;#80FF00&#34;,&#34;#0040FF&#34;,&#34;#80FF00&#34;,&#34;#80FF00&#34;,&#34;#FF0000&#34;,&#34;#0040FF&#34;,&#34;#00FF40&#34;,&#34;#FF00BF&#34;,&#34;#80FF00&#34;,&#34;#8000FF&#34;,&#34;#FFBF00&#34;,&#34;#00FFFF&#34;,&#34;#FFBF00&#34;,&#34;#8000FF&#34;,&#34;#FF0000&#34;,&#34;#FF0000&#34;,&#34;#FF00BF&#34;,&#34;#FF0000&#34;,&#34;#FFBF00&#34;,&#34;#FF0000&#34;,&#34;#FFBF00&#34;,&#34;#FFBF00&#34;,&#34;#00FF40&#34;,&#34;#FF0000&#34;,&#34;#FF00BF&#34;,&#34;#FF00BF&#34;,&#34;#FF0000&#34;,&#34;#FF0000&#34;,&#34;#0040FF&#34;,&#34;#FFBF00&#34;,&#34;#00FF40&#34;,&#34;#00FF40&#34;,&#34;#80FF00&#34;,&#34;#8000FF&#34;,&#34;#FFBF00&#34;,&#34;#FF0000&#34;,&#34;#00FFFF&#34;,&#34;#00FFFF&#34;,&#34;#0040FF&#34;,&#34;#80FF00&#34;,&#34;#8000FF&#34;,&#34;#00FF40&#34;,&#34;#0040FF&#34;,&#34;#FFBF00&#34;,&#34;#00FF40&#34;,&#34;#00FF40&#34;,&#34;#80FF00&#34;,&#34;#FF0000&#34;,&#34;#00FF40&#34;,&#34;#FF0000&#34;,&#34;#0040FF&#34;,&#34;#80FF00&#34;,&#34;#00FFFF&#34;,&#34;#FFBF00&#34;,&#34;#FFBF00&#34;,&#34;#00FFFF&#34;,&#34;#8000FF&#34;,&#34;#00FF40&#34;,&#34;#00FF40&#34;,&#34;#0040FF&#34;,&#34;#00FF40&#34;,&#34;#00FF40&#34;,&#34;#00FFFF&#34;,&#34;#FF0000&#34;,&#34;#FFBF00&#34;,&#34;#8000FF&#34;,&#34;#FFBF00&#34;,&#34;#FFBF00&#34;,&#34;#00FFFF&#34;,&#34;#FFBF00&#34;,&#34;#FF00BF&#34;,&#34;#00FFFF&#34;,&#34;#FFBF00&#34;,&#34;#FF0000&#34;,&#34;#FF0000&#34;,&#34;#80FF00&#34;,&#34;#FF0000&#34;,&#34;#00FF40&#34;,&#34;#00FFFF&#34;,&#34;#80FF00&#34;,&#34;#FFBF00&#34;,&#34;#8000FF&#34;]],&#34;size&#34;:0.2,&#34;stroke&#34;:&#34;black&#34;,&#34;flipy&#34;:true,&#34;grid&#34;:false,&#34;renderer&#34;:&#34;auto&#34;,&#34;signif&#34;:8,&#34;bg&#34;:&#34;white&#34;,&#34;cexsymbols&#34;:1,&#34;xlim&#34;:[-1,1],&#34;ylim&#34;:[-1,1],&#34;zlim&#34;:[-1,1],&#34;pch&#34;:[&#34;AAPL&#34;,&#34;ABT&#34;,&#34;ACN&#34;,&#34;AIG&#34;,&#34;ALL&#34;,&#34;AMGN&#34;,&#34;AMZN&#34;,&#34;AXP&#34;,&#34;BA&#34;,&#34;BAC&#34;,&#34;BIIB&#34;,&#34;BK&#34;,&#34;BLK&#34;,&#34;BMY&#34;,&#34;BRK.B&#34;,&#34;C&#34;,&#34;CAT&#34;,&#34;CELG&#34;,&#34;CL&#34;,&#34;CMCSA&#34;,&#34;COF&#34;,&#34;COP&#34;,&#34;COST&#34;,&#34;CSCO&#34;,&#34;CVS&#34;,&#34;CVX&#34;,&#34;DD&#34;,&#34;DHR&#34;,&#34;DIS&#34;,&#34;DOW&#34;,&#34;DUK&#34;,&#34;EMR&#34;,&#34;EXC&#34;,&#34;F&#34;,&#34;FB&#34;,&#34;FDX&#34;,&#34;FOX&#34;,&#34;FOXA&#34;,&#34;GD&#34;,&#34;GE&#34;,&#34;GILD&#34;,&#34;GM&#34;,&#34;GOOG&#34;,&#34;GOOGL&#34;,&#34;GS&#34;,&#34;HAL&#34;,&#34;HD&#34;,&#34;HON&#34;,&#34;IBM&#34;,&#34;INTC&#34;,&#34;JNJ&#34;,&#34;JPM&#34;,&#34;KMI&#34;,&#34;KO&#34;,&#34;LLY&#34;,&#34;LOW&#34;,&#34;MA&#34;,&#34;MCD&#34;,&#34;MET&#34;,&#34;MMM&#34;,&#34;MO&#34;,&#34;MON&#34;,&#34;MRK&#34;,&#34;MS&#34;,&#34;MSFT&#34;,&#34;NEE&#34;,&#34;NKE&#34;,&#34;ORCL&#34;,&#34;OXY&#34;,&#34;PCLN&#34;,&#34;PEP&#34;,&#34;PFE&#34;,&#34;PG&#34;,&#34;PM&#34;,&#34;QCOM&#34;,&#34;RTN&#34;,&#34;SBUX&#34;,&#34;SLB&#34;,&#34;SO&#34;,&#34;SPG&#34;,&#34;T&#34;,&#34;TGT&#34;,&#34;TWX&#34;,&#34;TXN&#34;,&#34;UNH&#34;,&#34;UNP&#34;,&#34;UPS&#34;,&#34;USB&#34;,&#34;UTX&#34;,&#34;V&#34;,&#34;VZ&#34;,&#34;WFC&#34;,&#34;WMT&#34;,&#34;XOM&#34;],&#34;from&#34;:[[0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,8,8,8,8,8,8,8,9,9,9,9,9,9,9,9,9,9,9,10,10,10,10,10,10,11,11,11,11,11,11,11,11,11,11,12,12,12,12,12,12,12,12,12,13,13,13,13,13,14,14,14,14,14,14,14,14,14,14,14,15,15,15,15,15,15,15,16,16,17,17,17,17,18,18,18,18,18,18,18,19,19,19,19,20,20,20,20,20,20,21,21,21,21,21,21,22,22,22,22,22,23,23,23,23,23,23,23,24,24,24,24,24,24,25,25,25,25,25,26,26,26,26,26,26,26,26,26,26,26,27,27,27,27,27,27,27,27,27,27,28,28,28,29,29,29,29,29,30,30,30,30,30,30,31,31,31,31,31,31,31,31,31,32,32,32,33,33,33,33,33,33,34,34,34,34,34,35,35,35,35,35,35,36,36,37,38,38,38,38,38,38,39,39,40,40,40,41,41,42,42,43,44,44,44,44,44,45,45,45,45,46,46,46,46,46,47,47,47,47,47,48,48,48,48,48,48,48,49,49,49,49,49,49,50,50,50,50,51,51,51,51,52,52,52,53,53,53,53,53,54,54,55,55,55,55,56,56,56,56,57,57,57,57,58,58,58,59,59,59,59,60,60,60,60,61,62,62,62,62,63,63,64,64,64,64,64,65,65,66,66,67,67,67,67,68,68,69,69,70,70,72,73,74,74,74,75,75,75,77,78,80,81,85,85,86,87]],&#34;to&#34;:[[2,23,48,49,64,67,74,83,5,10,13,17,40,50,54,62,71,23,48,49,59,64,67,83,4,7,9,11,12,14,15,20,44,51,58,63,87,91,7,11,12,14,18,53,70,87,91,10,13,17,40,50,54,62,71,34,42,43,56,69,76,89,9,11,12,15,20,44,51,58,63,87,91,26,27,29,31,35,38,47,59,61,75,85,86,88,11,12,14,15,20,44,51,58,63,87,91,13,17,40,54,71,84,12,14,15,20,44,51,58,63,87,91,14,15,20,44,51,58,63,87,91,17,40,50,71,84,15,18,44,51,53,58,63,70,72,87,91,20,44,51,58,63,87,91,31,83,40,54,62,71,53,57,60,70,72,73,89,28,36,37,82,44,51,58,63,87,91,25,45,52,68,77,93,24,46,55,81,92,48,49,64,67,74,80,83,46,55,66,81,84,92,45,52,68,77,93,27,29,31,38,39,47,59,61,75,85,86,29,31,35,38,47,59,75,85,86,88,36,37,82,31,38,47,61,85,32,33,41,65,78,79,35,38,39,47,59,75,85,86,88,65,78,79,41,46,55,79,81,92,42,43,56,69,89,38,47,75,85,86,88,37,82,82,47,59,75,85,86,88,59,86,54,62,71,79,81,43,69,69,51,58,63,87,91,52,68,77,93,55,66,76,81,92,59,75,85,86,88,49,64,67,74,80,83,90,64,67,74,80,83,90,54,62,71,72,58,63,87,91,68,77,93,57,60,70,72,73,62,71,66,76,81,92,57,69,76,89,60,70,72,73,63,87,91,75,85,86,88,70,72,73,89,89,71,74,80,90,87,91,67,74,80,83,90,78,79,76,84,74,80,83,90,77,93,76,89,72,73,73,89,80,83,90,85,86,88,93,79,90,92,86,88,88,91]],&#34;lwd&#34;:1,&#34;linealpha&#34;:0.5,&#34;center&#34;:true,&#34;main&#34;:[&#34;&#34;],&#34;options&#34;:true,&#34;alpha&#34;:[[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1]],&#34;vertices&#34;:[[0.99435826,-0.18517922,0.27016006,0.46310306,-0.6845987,0.92797536,0.75298048,0.019898935,0.25485259,0.17296863,-0.48576149,0.37713592,0.31635867,-0.39382867,0.20195847,0.39357401,-0.70224116,0.92521416,0.15618082,-0.29979211,-0.49132011,0.14799075,-0.52003878,0.42759141,-0.047326101,0.855766,-0.018309461,0.23787088,-0.52634344,0.44263582,0.27072708,-0.73901044,0.92066817,0.24939707,-0.44805402,0.3885148,0.28547091,-0.4582017,0.44776476,0.22771722,-0.74618952,0.89503219,0.33184386,-0.3974979,0.26441651,0.10146587,-0.47988207,0.47418627,0.47920665,0.48172673,0.098332213,0.46682555,-0.73666797,0.8716736,0.44591884,-0.2435929,-0.083724264,-0.32834071,0.24872013,-0.75703723,0.11649181,-0.54903517,0.49069722,0.033614675,-0.88120323,-1,-0.58911005,-0.65719304,0.11553562,0.93098793,-0.21248371,0.29722672,-0.4568082,-0.67078647,0.35404278,0.032283929,-0.91790968,-0.83037476,-0.040018615,0.7930879,0.078475013,-0.11563657,0.89878401,-0.031182212,-0.43967858,0.27976747,-0.67444814,-0.064729336,0.78922016,-0.12909993,-0.88300096,-0.59494548,0.39682545,0.034793553,0.83241268,0.070586601,-0.96193802,-0.52958259,0.31409861,-0.70978399,-0.62782263,0.29401669,0.31656398,-0.24743532,-0.58084584,-0.19239341,0.96554072,-0.0061389222,-0.3994254,0.36769528,-0.7857988,-0.49965905,0.23945035,-0.73470881,-0.14985577,0.85891474,0.071671587,0.011409109,0.87870328,0.29579214,0.48277378,-0.75529751,1,-0.82379511,-0.64498419,0.2549568,0.27044719,-0.30440136,-0.68449783,0.31410635,-0.39990667,-0.61817165,0.17608954,-0.48023468,0.5401067,-0.089924603,-0.90886065,-0.94260113,-0.43009607,-0.61622572,0.1479685,-0.12505817,0.93695276,0.043978762,0.97277485,-0.19251592,0.40544854,1,-0.23114637,0.36674268,0.4792984,-0.59294701,0.7079636,0.19719787,-0.58851532,0.46903548,-0.090520908,-1,-0.8967193,0.55004151,-0.28814195,-0.012940899,0.53605226,-0.59584496,0.9036283,-0.46821967,-0.63821157,0.11291664,0.23488173,-0.26842928,-0.35313458,0.52876423,-0.25584505,-0.18584821,0.27011225,-0.5636189,0.51751115,0.098756115,0.71127219,0.13061134,0.61112413,-0.15775248,-0.17084602,0.077302842,0.57973828,-0.21243846,0.69409011,-0.58040032,0.76466432,0.2036897,-0.37950144,0.47109146,0.96059803,-0.32544398,0.37130888,-1,-0.61625086,0.40060929,-0.28151607,-0.67264632,0.22857152,0.92971023,-0.12554655,0.4154447,0.057413422,-0.96027397,-0.89062801,0.19178498,-0.35501392,-0.4618808,0.47900151,-0.30209176,0.0012528252,0.45667885,-0.83127889,0.868696,0.55045092,-0.31867252,0.099941103,0.55264929,-0.10723572,-0.12864382,0.90367356,-0.37207164,0.48815237,-0.030850668,0.99007015,0.035684545,-0.11764282,-0.48439,-0.14617896,-0.027951798,-0.94151224,-0.84732979,-0.9413136,-0.63878196,0.53304791,-0.85021553,-0.5489049,0.46772456,0.92404712,-0.36594974,0.55478319,-0.64770157,-0.63916066,0.18994941,-0.44471347,0.22155795,-0.848248,0.87859166,-0.014521476,0.30073867,-0.13828589,-0.77190768,0.67428421,-0.10623841,0.89079742,0.14207471,-0.046086419,0.99517338,0.10773409,0.18273265,-0.37085274,0.36167704,-0.14001989,1,0.14884917,0.33036303,-0.042606931,-0.34845295,0.99864786,-0.42016859,0.57269573,0.12937751,-0.48833,0.3387481,-0.57765168,-0.82602171,0.19780566,0.11230442,-0.86699388,-0.91950212]],&#34;xticklab&#34;:[&#34;-1.00&#34;,&#34;-0.60&#34;,&#34;-0.20&#34;,&#34;0.20&#34;,&#34;0.60&#34;,&#34;1.00&#34;],&#34;yticklab&#34;:[&#34;-1.00&#34;,&#34;-0.60&#34;,&#34;-0.20&#34;,&#34;0.20&#34;,&#34;0.60&#34;,&#34;1.00&#34;],&#34;zticklab&#34;:[&#34;1.00&#34;,&#34;0.60&#34;,&#34;0.20&#34;,&#34;-0.20&#34;,&#34;-0.60&#34;,&#34;-1.00&#34;],&#34;xtick&#34;:[0,0.2,0.4,0.6,0.8,1],&#34;ytick&#34;:[0,0.2,0.4,0.6,0.8,1],&#34;ztick&#34;:[0,0.2,0.4,0.6,0.8,1]},&#34;evals&#34;:[],&#34;jsHooks&#34;:[]}&lt;/script&gt;
&lt;p&gt;The stock groups identified by this method are uncanny, but hardly all that surprising really. Look closely and you will see clusters made up of bank-like companies (AIG, BAC, BK, C, COF, GS, JPM, MET, MS, USB, WFC), pharmaceutical companies (ABT, AMGN, BIIB, BMY, CELG, GILD, JNJ, LLY, MRK, PFE), computer/technology-driven companies (AAPL, ACN, CSCO, IBM, INTC, MSFT, ORCL, QCOM, T, TXN, VZ, and so on. With the threshold value of 0.9 above, a few stocks aren’t connected to any others – they appear in gray.&lt;/p&gt;
&lt;p&gt;The groups more or less correspond to what we already know!&lt;/p&gt;
&lt;p&gt;The FB, GOOG, AMZN, PCLN (Facebook, Alphabet/Google, Amazon, Priceline) group is interesting–it includes credit card companies V (Visa), MA (Mastercard). Perhaps the returns of FB, GOOG and AMZN are more closely connected to consumer spending than technology!&lt;/p&gt;
&lt;p&gt;This way of looking at things also nicely highlights connections between groups. For instance, the pharma group is connected to consumer products group through JNJ and PG (Johnson and Johnson and Proctor and Gamble). See the appendix below for a visualization that explores different precision matrix threshold values, including lower values with far greater network connectivity.&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&#34;review&#34; class=&#34;section level1&#34;&gt;
&lt;h1&gt;Review&lt;/h1&gt;
&lt;p&gt;We downloaded daily closing stock prices for 100 stocks from the S&amp;amp;P 500, and, using basic tools of statistics and analysis like correlation and regularization, we grouped the stocks together in a network that highlights associations within and between the groups. The structure teased out of the stock price data is reasonably intuitive.&lt;/p&gt;
&lt;hr/&gt;
&lt;/div&gt;
&lt;div id=&#34;appendix-threejs-tricks&#34; class=&#34;section level1&#34;&gt;
&lt;h1&gt;Appendix: threejs tricks&lt;/h1&gt;
&lt;p&gt;The following self-contained example shows how the network changes with threshold value. It performs the same steps as we did above, but uses some tricks in threejs and an experimental extension to the crosstalk package and a few additional R packages to present an interactive animation. Enjoy!&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;suppressMessages({
library(quantmod)
library(igraph)
library(threejs)
library(crosstalk)
library(htmltools)
# using an experimental extension to crosstalk:
library(crosstool) # devtools::install_github(&amp;#39;bwlewis/crosstool&amp;#39;)
})

# Download the processed log(returns) data:
suppressMessages(load(url(&amp;quot;http://illposed.net/logreturns.rdata&amp;quot;)))

X = cor(log_returns)
L = eigen(X, symmetric=TRUE)
N = 10  # (use 1st 10 eigenvectors, set N larger to reduce regularization)
P = L$vectors[, 1:N] %*% ((1 / L$values[1:N]) * t(L$vectors[, 1:N]))
P = P / tcrossprod(sqrt(diag(P)))
colnames(P) = colnames(X)

# A function that creates a network for a given threshold and precision matrix
f = function(threshold, P)
{
  Q = P * (P &amp;gt; quantile(P, probs=threshold))                           # thresholded precision matrix
  g = graph.adjacency(Q, mode=&amp;quot;undirected&amp;quot;, weighted=TRUE, diag=FALSE) # ...expressed as a graph

  x = groups(cluster_louvain(g))
  i = unlist(lapply(x, length))
  d = order(i, decreasing=TRUE)
  x = x[d]
  i = i[d]
  j = i &amp;gt; 1
  s = sum(j)
  names(x)[j] = seq(1, s)
  names(x)[! j] = s + 1
  grp = as.integer(rep(names(x), i))
  clrs = c(rainbow(s), &amp;quot;gray&amp;quot;)[grp[order(unlist(x))]]
  g = set_vertex_attr(g, &amp;quot;color&amp;quot;, value=clrs)
  set_vertex_attr(g, &amp;quot;shape&amp;quot;, value=colnames(P))
}

threshold = c(0.97, 0.95, 0.90, 0.85, 0.8)
g = Map(f, threshold, MoreArgs=list(P=P)) # list of graphs, one for each threshold

# Compute force-directed network layouts for each threshold value
# A bit expensive to compute, so run in parallel!
library(parallel)
l = mcMap(function(x) layout_with_fr(x, dim=3, niter=150), g, mc.cores=detectCores())

sdf = SharedData$new(data.frame(key=paste(seq(0, length(threshold) - 1))), key=~key)
slider = crosstool(sdf, &amp;quot;transmitter&amp;quot;,
                sprintf(&amp;quot;&amp;lt;input type=&amp;#39;range&amp;#39; min=&amp;#39;0&amp;#39; max=&amp;#39;%d&amp;#39; value=&amp;#39;0&amp;#39;/&amp;gt;&amp;quot;,
                length(threshold) - 1), width=&amp;quot;100%&amp;quot;, height=20, channel=&amp;quot;filter&amp;quot;)
vis = graphjs(g, l, vertex.size=0.2, main=as.list(threshold), defer=TRUE, edge.alpha=0.5, deferfps=30,
        crosstalk=sdf, width=&amp;quot;100%&amp;quot;, height=900)

browsable(div(list(HTML(&amp;quot;&amp;lt;center&amp;gt;&amp;quot;), tags$h3(&amp;quot;Precision matrix quantile threshold (adjust slider to change)&amp;quot;), slider, vis)))&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;div&gt;
&lt;center&gt;
&lt;h3&gt;Precision matrix quantile threshold (adjust slider to change)&lt;/h3&gt;
&lt;div id=&#34;htmlwidget-2&#34; style=&#34;width:100%;height:20px;&#34; class=&#34;transmitter html-widget&#34;&gt;&lt;/div&gt;
&lt;script type=&#34;application/json&#34; data-for=&#34;htmlwidget-2&#34;&gt;{&#34;x&#34;:{&#34;innerHTML&#34;:&#34;&lt;input type=&#39;range&#39; min=&#39;0&#39; max=&#39;4&#39; value=&#39;0&#39;/&gt;&#34;,&#34;value&#34;:&#34;value&#34;,&#34;channel&#34;:&#34;filter&#34;,&#34;crosstalk_key&#34;:[&#34;0&#34;,&#34;1&#34;,&#34;2&#34;,&#34;3&#34;,&#34;4&#34;],&#34;crosstalk_group&#34;:&#34;SharedDatafe99d0a2&#34;,&#34;crosstalk_group2&#34;:&#34;SharedDatafe99d0a2&#34;},&#34;evals&#34;:[],&#34;jsHooks&#34;:[]}&lt;/script&gt;
&lt;div id=&#34;htmlwidget-3&#34; style=&#34;width:100%;height:900px;&#34; class=&#34;scatterplotThree html-widget&#34;&gt;&lt;/div&gt;
&lt;script type=&#34;application/json&#34; data-for=&#34;htmlwidget-3&#34;&gt;{&#34;x&#34;:{&#34;NROW&#34;:94,&#34;height&#34;:null,&#34;width&#34;:null,&#34;axis&#34;:false,&#34;numticks&#34;:[6,6,6],&#34;xticklabs&#34;:null,&#34;yticklabs&#34;:null,&#34;zticklabs&#34;:null,&#34;color&#34;:[[&#34;#BEBEBE&#34;,&#34;#00FFFF&#34;,&#34;#BEBEBE&#34;,&#34;#BEBEBE&#34;,&#34;#BEBEBE&#34;,&#34;#00FF24&#34;,&#34;#BEBEBE&#34;,&#34;#BEBEBE&#34;,&#34;#FF6D00&#34;,&#34;#FF0000&#34;,&#34;#00FF24&#34;,&#34;#FF0000&#34;,&#34;#BEBEBE&#34;,&#34;#BEBEBE&#34;,&#34;#BEBEBE&#34;,&#34;#FF0000&#34;,&#34;#BEBEBE&#34;,&#34;#00FF24&#34;,&#34;#49FF00&#34;,&#34;#BEBEBE&#34;,&#34;#BEBEBE&#34;,&#34;#FFDB00&#34;,&#34;#0024FF&#34;,&#34;#B6FF00&#34;,&#34;#BEBEBE&#34;,&#34;#FFDB00&#34;,&#34;#BEBEBE&#34;,&#34;#FF6D00&#34;,&#34;#00FF92&#34;,&#34;#BEBEBE&#34;,&#34;#BEBEBE&#34;,&#34;#BEBEBE&#34;,&#34;#0092FF&#34;,&#34;#BEBEBE&#34;,&#34;#BEBEBE&#34;,&#34;#BEBEBE&#34;,&#34;#00FF92&#34;,&#34;#00FF92&#34;,&#34;#FF6D00&#34;,&#34;#BEBEBE&#34;,&#34;#00FF24&#34;,&#34;#BEBEBE&#34;,&#34;#4900FF&#34;,&#34;#4900FF&#34;,&#34;#FF0000&#34;,&#34;#FFDB00&#34;,&#34;#B600FF&#34;,&#34;#FF6D00&#34;,&#34;#B6FF00&#34;,&#34;#B6FF00&#34;,&#34;#BEBEBE&#34;,&#34;#FF0000&#34;,&#34;#BEBEBE&#34;,&#34;#49FF00&#34;,&#34;#00FFFF&#34;,&#34;#B600FF&#34;,&#34;#FF00DB&#34;,&#34;#BEBEBE&#34;,&#34;#FF0000&#34;,&#34;#BEBEBE&#34;,&#34;#49FF00&#34;,&#34;#BEBEBE&#34;,&#34;#BEBEBE&#34;,&#34;#FF0000&#34;,&#34;#BEBEBE&#34;,&#34;#0092FF&#34;,&#34;#BEBEBE&#34;,&#34;#B6FF00&#34;,&#34;#FFDB00&#34;,&#34;#BEBEBE&#34;,&#34;#49FF00&#34;,&#34;#00FFFF&#34;,&#34;#BEBEBE&#34;,&#34;#49FF00&#34;,&#34;#BEBEBE&#34;,&#34;#FF6D00&#34;,&#34;#BEBEBE&#34;,&#34;#FFDB00&#34;,&#34;#0092FF&#34;,&#34;#BEBEBE&#34;,&#34;#FF006D&#34;,&#34;#0024FF&#34;,&#34;#00FF92&#34;,&#34;#B6FF00&#34;,&#34;#BEBEBE&#34;,&#34;#FF6D00&#34;,&#34;#FF6D00&#34;,&#34;#FF0000&#34;,&#34;#FF6D00&#34;,&#34;#FF00DB&#34;,&#34;#FF006D&#34;,&#34;#FF0000&#34;,&#34;#0024FF&#34;,&#34;#FFDB00&#34;]],&#34;size&#34;:0.2,&#34;stroke&#34;:&#34;black&#34;,&#34;flipy&#34;:true,&#34;grid&#34;:false,&#34;renderer&#34;:&#34;auto&#34;,&#34;signif&#34;:8,&#34;bg&#34;:&#34;white&#34;,&#34;cexsymbols&#34;:1,&#34;xlim&#34;:[-1,1],&#34;ylim&#34;:[-1,1],&#34;zlim&#34;:[-1,1],&#34;pch&#34;:[&#34;AAPL&#34;,&#34;ABT&#34;,&#34;ACN&#34;,&#34;AIG&#34;,&#34;ALL&#34;,&#34;AMGN&#34;,&#34;AMZN&#34;,&#34;AXP&#34;,&#34;BA&#34;,&#34;BAC&#34;,&#34;BIIB&#34;,&#34;BK&#34;,&#34;BLK&#34;,&#34;BMY&#34;,&#34;BRK.B&#34;,&#34;C&#34;,&#34;CAT&#34;,&#34;CELG&#34;,&#34;CL&#34;,&#34;CMCSA&#34;,&#34;COF&#34;,&#34;COP&#34;,&#34;COST&#34;,&#34;CSCO&#34;,&#34;CVS&#34;,&#34;CVX&#34;,&#34;DD&#34;,&#34;DHR&#34;,&#34;DIS&#34;,&#34;DOW&#34;,&#34;DUK&#34;,&#34;EMR&#34;,&#34;EXC&#34;,&#34;F&#34;,&#34;FB&#34;,&#34;FDX&#34;,&#34;FOX&#34;,&#34;FOXA&#34;,&#34;GD&#34;,&#34;GE&#34;,&#34;GILD&#34;,&#34;GM&#34;,&#34;GOOG&#34;,&#34;GOOGL&#34;,&#34;GS&#34;,&#34;HAL&#34;,&#34;HD&#34;,&#34;HON&#34;,&#34;IBM&#34;,&#34;INTC&#34;,&#34;JNJ&#34;,&#34;JPM&#34;,&#34;KMI&#34;,&#34;KO&#34;,&#34;LLY&#34;,&#34;LOW&#34;,&#34;MA&#34;,&#34;MCD&#34;,&#34;MET&#34;,&#34;MMM&#34;,&#34;MO&#34;,&#34;MON&#34;,&#34;MRK&#34;,&#34;MS&#34;,&#34;MSFT&#34;,&#34;NEE&#34;,&#34;NKE&#34;,&#34;ORCL&#34;,&#34;OXY&#34;,&#34;PCLN&#34;,&#34;PEP&#34;,&#34;PFE&#34;,&#34;PG&#34;,&#34;PM&#34;,&#34;QCOM&#34;,&#34;RTN&#34;,&#34;SBUX&#34;,&#34;SLB&#34;,&#34;SO&#34;,&#34;SPG&#34;,&#34;T&#34;,&#34;TGT&#34;,&#34;TWX&#34;,&#34;TXN&#34;,&#34;UNH&#34;,&#34;UNP&#34;,&#34;UPS&#34;,&#34;USB&#34;,&#34;UTX&#34;,&#34;V&#34;,&#34;VZ&#34;,&#34;WFC&#34;,&#34;WMT&#34;,&#34;XOM&#34;],&#34;from&#34;:[[1,5,5,5,8,8,9,9,9,9,9,9,9,9,10,10,11,11,15,15,15,15,15,17,18,18,18,21,21,21,21,21,22,22,23,23,23,25,27,27,28,28,32,32,36,36,37,38,38,38,38,42,44,44,44,44,45,45,46,47,47,47,48,48,49,51,51,51,53,53,53,54,56,60,60,63,63,65,67,68,70,75,80,81,86,87]],&#34;to&#34;:[[71,10,17,40,38,47,11,15,44,51,58,63,87,91,17,40,51,87,44,51,63,87,91,40,53,60,70,25,45,68,77,93,81,92,48,67,83,93,38,47,36,37,65,78,37,82,82,47,75,86,88,43,51,63,87,91,68,77,55,75,85,88,49,67,67,63,87,91,60,70,73,71,89,70,73,87,91,78,83,77,73,86,90,92,88,91]],&#34;lwd&#34;:1,&#34;linealpha&#34;:0.5,&#34;center&#34;:true,&#34;main&#34;:[0.97,0.95,0.9,0.85,0.8],&#34;defer&#34;:{&#34;vertices&#34;:[[-0.083756874,-1,-1,-0.33193237,0.65896192,-0.33462375,0.0096707596,-0.96759652,-0.84339247,-0.39491718,-0.41929575,-0.49189299,0.50987879,-0.46153034,0.25408287,-0.48342594,-0.031117573,0.067823284,0.52322845,-0.0097745858,-0.44432355,0.5172261,0.36887232,-0.33947207,-0.26453272,-0.49680054,0.41740054,-0.59137677,0.1426698,0.93899703,-0.45717261,-0.037827692,-0.038347319,-0.56771021,0.15991127,0.78530781,0.40135361,-0.30204938,-0.46331872,0.81395512,0.28902531,-0.19023344,-0.00013346484,-0.51813993,-0.47397787,-0.78854768,0.16241969,0.88765227,-0.28875332,0.10665586,-0.3669419,-0.60974348,-0.03431126,-0.0045589152,0.65555212,-0.15966689,0.83816434,0.47689396,0.58696671,0.22606262,0.67968406,-0.051663567,-0.21914243,-0.81564367,0.3268111,-0.19217847,-0.9372025,-0.27764425,0.18271458,0.12266908,0.32554487,0.87621059,-0.055723204,-0.16165957,-0.48401914,-0.66168606,0.34186115,-0.28298988,0.70999933,0.7252045,0.11241263,-0.214983,-0.50962755,0.65602303,-0.95097409,0.50381866,0.46347676,0.90494463,0.22874719,0.15583371,0.89089658,-0.0015200295,0.14189409,0.36082772,0.58315832,0.60306553,0.84680781,-0.24688717,0.13290201,0.84404613,0.33039334,0.56892104,0.79293173,-0.29607883,0.48196394,0.54329474,0.70497988,0.73633538,-0.98766591,0.49951256,0.33953809,-0.85575316,0.51079779,0.36702661,-0.10547412,-0.51073799,0.52551814,0.719118,0.69562464,0.49594976,-0.53221647,-0.11847456,0.024336579,-0.52922962,0.82740432,0.27252236,-0.24690065,-0.60124972,-0.12863172,-0.36481925,-0.58287999,-0.19633625,-0.76559397,0.1637044,0.97106114,-0.87865218,0.34500031,-0.07634441,-0.27505681,0.87630528,0.016039001,-0.22343293,-0.4939272,0.53764224,-0.019561316,0.34179128,0.79566277,-0.075037083,0.37582269,0.68033287,0.90324636,0.51838321,0.1224127,-0.68420191,0.16139919,0.88267825,0.71865992,0.081063093,0.49566018,0.57064316,-0.19992546,0.81235123,-0.58480953,0.70082009,-0.19043758,-0.18630364,0.87474672,-0.07598433,0.37616422,-0.42805688,-0.15187929,0.38819008,0.87377858,0.029032726,-0.37815971,0.033229865,0.9513037,0.36155228,0.90100371,0.37480731,0.47353227,-0.17203459,0.86558091,0.18212402,0.70833847,-0.26524121,0.082196942,0.84610805,0.58372459,-0.66720407,0.17588241,1,1,0.074628513,-0.098637032,0.79765763,-0.23155687,0.23807418,-0.2965246,0.77939115,0.65168405,0.093634887,0.34223716,0.74164117,-0.99246744,0.30497849,-0.095777432,0.087655791,0.48475836,-0.52009561,0.54105337,-0.12231407,0.76980373,-0.46956202,0.67006717,-0.27255805,0.42526566,0.62421597,-0.33613309,0.43148749,-0.20862259,0.75056717,0.10246196,1,0.14877759,-0.0095979434,-0.52395947,0.59613473,-0.15176462,0.9368179,0.38740995,-0.95259418,0.29037993,-0.17559448,0.92958003,-0.18166612,0.21690782,-0.031431568,0.28093375,-0.69300415,0.043424645,0.15189207,-0.53721695,-1,-0.24216711,0.27407577,-0.8797843,0.51064178,0.24448582,0.25054541,0.31845891,0.81199533,0.72214751,0.54497611,-0.22160546,-0.45029238,-0.45899454,0.55437481,0.07809239,-0.53704013,0.49219656,-0.65278471,0.2232103,0.87309214,-0.065016291,-0.53628966,0.42558831,0.28163512,-0.47975048,-0.073220636,0.1756893,0.15383767,-0.48871923,-0.73039227,0.24517354,0.93223765,-0.8619314,-0.27752725,0.2844637,-0.73710826,0.25955476,-0.32797016],[0.73919769,-0.30596899,0.59834348,-0.70678838,0.19659466,-0.64313837,0.26534468,-0.24149075,1,-0.65130218,-0.47902757,0.64332343,0.50949762,-0.19064893,-0.74953059,-0.85786915,0.02406967,-0.40553526,0.67110947,0.18122774,-0.29257523,-0.11171521,-0.84566246,-1,-0.34905863,0.085477451,0.13740591,-0.7820176,-0.45813377,0.5352464,-1,-0.064726381,-0.35056446,-0.67369753,-0.43230329,0.59915373,-0.48372482,-0.46286841,0.65330047,0.25412436,-0.62700489,-0.91759974,-0.43721116,-0.42466279,0.79581844,-0.71365125,-0.4668363,0.46463085,0.90353266,-0.36309681,0.02492799,-0.93732872,-0.042416201,-0.25516789,0.55249918,-0.98974174,-0.13492361,0.088585912,0.17359704,-0.88517069,-0.85783275,-0.46325542,0.38641513,0.0082816113,-0.94941398,-0.49483781,0.088926592,0.6682804,0.7200672,0.3307044,-0.22054968,0.87910335,1,0.34319883,0.29923785,-0.13216963,-0.95245955,-0.39309138,0.082195174,0.94233053,0.015137239,-0.17632862,0.099481169,0.21699646,-0.012213514,0.17165303,-0.79881106,0.2000125,0.9452973,-0.049258047,-0.24290279,0.98821517,-0.26156315,-0.50049626,0.12024956,0.37885328,-0.54604176,0.86811718,-0.33489173,0.67299188,-0.34113964,-0.40294521,0.72536362,0.22101533,-0.4210859,-0.19857932,0.097893242,0.3614796,-0.10196563,0.14908343,-0.88386483,-0.0072176265,0.16054664,-0.93831649,-0.23815903,0.084407012,0.26593743,0.47517914,0.96450139,-0.20178385,-0.8919706,-0.14458301,-0.31618497,0.79278813,-0.35359064,-0.47039809,0.72785287,0.35367415,0.64288024,0.78359111,0.37610246,0.52943424,-0.84085633,-0.48055818,0.57974833,0.013903647,-0.98351681,-0.60752221,0.19629684,0.58850719,0.84268815,-0.34610181,0.10737543,0.21327681,0.44006497,-0.26181113,0.88661124,0.52212591,-0.23848896,0.80332959,0.41357112,0.93875296,0.38111072,-0.87385323,-0.42372178,0.49350352,0.65907469,0.72546939,0.10611872,0.39231105,-0.97907269,-0.14162412,-0.70995807,0.17585318,-0.50282133,0.26013634,0.62184758,0.73073578,0.7599042,0.17294995,0.16697956,0.66560914,0.71549334,-0.31578685,-0.77378758,-0.48819779,0.62993234,-0.17645243,0.11325855,-0.14370994,0.37933971,-0.97882386,-0.038592486,0.95474747,0.42059767,-0.094588102,-0.56658662,0.22275796,-0.61216449,-0.69854048,-0.42910675,0.52092588,0.57721435,-0.32394156,0.71514054,-0.59777952,0.87095197,-0.43787749,-0.012113965,0.93869665,-0.53004986,0.41936431,-0.25543179,0.7537221,-0.10417944,-0.92019468,-0.54450173,0.64932002,0.096879443,-0.41937197,0.48364639,-0.95862299,-0.12932588,-0.82563428,0.18457221,-0.52569326,0.47737795,-0.99018172,0.0047683114,0.49912661,-0.88757633,-0.053602641,0.82757523,0.55353315,-0.44467326,-0.24050917,0.085845037,0.078079753,0.061460648,0.94796535,-0.42063035,-0.060503013,-1,-0.44342054,-0.4575855,0.85925486,-0.4549039,0.38958576,0.60783665,-0.71096254,-0.60858395,0.94964685,0.20877471,-0.030251023,0.76018323,0.61034488,0.0077857639,0.052830287,-0.85314965,0.41803393,-0.12018081,0.81708845,0.36002599,0.94533,-0.52240058,-0.33780572,0.12208383,0.31887938,-0.26128337,0.15448296,0.19539403,-0.79980938,-0.39477175,0.45133674,-0.32181128,0.017604248,0.25960878,0.879686,0.099006088,0.13843197,-0.51179911,1,0.2971215,-0.77194506,-0.55415923,0.48043833,-0.053954356,0.76552024,0.72945885,-0.14786358,-0.85249512,-0.45444209],[0.32238601,0.74845331,0.68164812,0.31690224,0.67047337,-0.27217508,0.1006646,0.6769327,0.66115629,0.1364207,-0.88294148,-0.094025425,-0.012006868,-0.6921301,-0.19196444,0.42209944,0.6719605,-0.29519442,-0.7743261,-0.036177852,-0.34985437,0.20847671,-0.89082979,-0.026698948,-0.46150079,0.22439841,0.85596128,-0.0034623602,-0.89592457,0.067785636,0.33729048,0.67943563,-0.51729829,-0.0039878934,-0.88823896,-0.056255804,0.085058944,-0.88063118,-0.059009851,0.25948522,0.61096104,-0.47209558,-0.033607058,-0.70159312,-0.079456739,0.11313488,-0.92572885,0.041609998,-0.09148819,0.41368687,0.67887697,0.45028102,0.72605835,-0.37962859,-0.23357055,-0.35862452,-0.11658074,1,-0.31139209,0.33934443,0.13780344,-0.93955975,0.11000514,0.81578995,-0.024358514,-0.7342156,-0.38697548,0.45037438,-1,0.20787929,0.75873822,0.54284435,-0.27007254,0.45321986,-0.90730758,0.94197114,-0.018594303,-0.79709528,-0.57052347,0.22395549,0.73681533,-0.57580404,0.26165293,0.91073548,0.97511437,-0.3178364,0.23519102,-0.6191415,0.1324015,0.83751692,-0.73123188,0.83166834,-0.51936655,-0.4168933,0.29770511,0.77761963,-0.85835445,0.89722805,-0.38193684,-0.61681826,0.63229037,-0.7728453,-0.84493622,-0.083286415,-0.18073959,-0.50936917,0.2955393,1,0.84421526,-0.2923455,0.35648037,0.87491399,-0.35205466,0.2726977,-0.42564888,0.2629897,0.94340495,-0.58021546,0.346357,0.57550548,0.3763265,0.76768312,-0.41765657,-0.69720119,0.75352375,-0.76206222,-1,-0.067218404,-0.30618978,-0.9580744,-0.15426325,-0.29054662,0.083505858,-0.85778176,0.063313044,0.81594914,-0.049210637,-0.80468826,-0.49821794,0.39083012,-0.80795963,-0.52318644,0.32602561,0.89111265,0.19762965,0.81988549,0.54636536,0.31339995,0.77960991,0.56125159,0.2351816,0.45591481,-0.26271694,-0.01853538,-0.96200536,-0.0025860172,0.84862423,-0.054258067,-0.63508932,-0.13582489,-0.38952456,-0.18061388,0.3927306,0.76456305,-0.28215652,-0.42626965,0.41407336,-0.81377868,-0.60072022,-0.076188291,-0.33101816,-0.28115753,-0.27797172,-0.32792068,0.036823972,-0.99735722,0.04556002,-0.35209253,0.35918252,0.76529431,-0.32181323,-0.28884434,-0.22752857,-0.60370904,0.037572108,0.50888367,0.36683695,0.75327992,-0.055817241,0.13138184,-1,-0.00011181188,0.37731299,0.76311398,0.57872383,-0.72887581,0.96435107,-0.38672813,-0.29909169,0.3361939,-0.73988045,0.27825777,0.85410355,0.54729124,0.87345246,0.065507372,-0.816642,-0.79433578,-0.00060735828,-0.28393815,-0.18232154,-0.44222288,-0.23197076,0.28377372,0.7408029,-0.32641138,-0.080394287,-0.20532533,-0.21031787,-0.31461256,-0.28509189,-0.14805029,0.36327452,0.77733309,0.42704856,-0.48762325,0.32137448,0.81821241,-0.57028298,0.18328348,-0.57449878,0.96906673,-0.080286668,-0.72944206,-0.80513941,1,-0.46604914,-0.75761788,0.8859979,-0.59115496,0.29968584,0.84205498,0.33506512,-0.50115236,0.55178241,-0.92544808,0.91430518,-0.37750785,0.41627824,0.22432333,0.643879,0.61786382,0.035966311,0.53747,-0.73881543,-0.47877913,0.16603984,0.90987607,-0.56683665,0.34467416,0.80489907,0.10239332,-0.80639258,-0.031130916,-0.41029435,0.37837333,0.91532357,-0.58495175,-0.13099499,-0.083833298,0.39994687,0.8647988,0.34219904,0.036318178,-0.95843763,-0.10861079,-0.50730571,0.43948098,-0.96446143,0.9279595,0.03588929,-0.65327385],[0.078585607,-0.3951495,-0.4608002,0.072547668,0.86794811,-0.44652788,-0.029305853,-0.064566378,-0.2386658,0.33448664,-0.18240112,0.93358008,0.1676283,0.041668477,0.63408778,-0.1505072,0.96735024,-0.35485161,0.57116808,-0.68377057,0.049557722,0.22180233,-0.13558043,0.67367416,-0.65991769,0.06672198,-0.012828537,0.44972619,-0.096835326,0.93810166,-0.1718223,0.82491466,-0.28614894,0.34653645,0.11500294,0.92248214,0.27853962,-0.12469611,0.86200071,-0.16139382,0.59219696,-0.16729654,0.23317243,0.093929536,0.71933994,0.20376453,-0.14371569,0.96403507,-0.28167723,-0.12087459,-0.22714931,-0.019033996,1,-0.3660045,0.023146225,0.25254454,0.25605691,0.45891787,-0.64901636,-0.92769444,0.37141296,-0.11370413,0.99727458,-0.95024216,0.81423737,0.33105609,1,0.044734476,-0.069496049,-0.11592648,-0.24485072,-0.48060421,0.62341333,0.24911581,-0.10082843,-0.79431925,0.80670946,0.41012757,-0.34883584,0.093865128,0.0728508,-0.56282789,0.18697909,-0.069026179,0.60494509,-0.89587547,-1,-0.57025564,0.18955231,0.088463139,0.010520718,-0.32719998,0.15045487,-0.57218584,-0.14178111,-0.14044708,0.10283526,-0.36095048,0.39180408,0.46523265,-0.059376028,-0.021167711,0.49027951,-0.6998677,0.15381754,-0.41033858,-0.11662568,0.11716855,0.52782161,-1,-0.97277381,0.35036947,-0.79002077,-0.76154192,-0.61396355,0.074874226,-0.10277375,-0.3613248,0.081136059,-0.13328771,-0.026527983,0.99842597,-0.29856673,0.19331869,-0.25472658,-0.015795804,0.53759471,-0.76267718,-0.14890969,0.44182734,-0.69344113,-0.10762606,0.24223058,-0.065199336,0.98670691,-0.85584072,0.57435992,0.20861008,0.91787576,-0.11841292,-0.039864506,-0.68565578,-0.085351498,-0.018013448,-0.15826176,-0.17136211,-0.51931376,0.0094754529,-0.11718082,-0.56102469,0.044347209,0.74622092,-0.14654683,0.30319089,0.067981049,1,-0.45433154,0.36203712,0.29337021,0.10519209,0.13201228,0.39031922,-0.076916685,0.84674864,-0.44874782,0.87368629,-0.0058863276,-0.027121365,0.22766335,-0.21800139,0.12453618,0.36080625,0.11897835,0.13222356,0.43223526,0.027201952,0.98870076,-0.50318145,-0.056425383,-0.20706031,0.11373123,0.16241735,0.24303787,-0.21747744,-0.046178114,0.033033747,0.040936084,0.54799976,-0.50072203,0.22747938,0.072097021,0.93353074,0.1851732,-0.38194204,-0.46966076,0.10593473,-0.56603733,0.32668797,0.64364232,-0.15594735,0.031911686,-0.090729809,-0.056110856,-0.54133268,-1,0.67014239,0.34616528,0.66682177,-0.68335961,0.078537543,0.15419981,0.22255966,0.28378416,0.13973244,0.89839548,-0.35254879,-0.0023535484,0.40663687,0.30366069,0.056529421,0.059170188,0.32545795,0.096499508,-0.087053829,-0.45091402,-0.67221206,0.12264762,-0.065840108,0.73792789,-0.3492803,0.030048273,-0.89585721,0.56381305,0.32366498,0.29797632,-0.57898191,0.35676441,0.32528176,-0.3530778,0.12145888,0.10978685,-0.18460001,-0.67945125,0.79234374,-0.16419127,-0.15590848,0.50819082,-0.70299705,-0.72535907,-0.21210941,-0.19956551,-0.43701712,-0.056140026,0.31188049,0.03234417,-0.50662725,-0.09590651,-0.023522591,-0.76669137,-0.080522158,-0.079762308,0.16026645,0.015082066,0.97281821,-0.57647921,-0.14947725,-0.086949597,0.24130996,-0.16116492,0.19294444,0.27188755,-0.04284173,-0.57568829,0.43159463,0.03679493,0.91213508,0.79473689,-0.056132643,-0.19744252,-0.71005396,0.75421617,0.27854037],[-0.30128812,-0.54648562,-0.38714672,-0.7196483,-0.94230857,-0.14488305,-0.57195509,-0.20777012,-0.11478971,0.78324655,0.36798825,0.76298994,0.38257931,0.40942572,0.59258707,-1,-0.92400222,0.10804194,0.62394904,-0.11930524,0.10015699,0.7375987,0.45082234,0.55560505,-0.65179078,0.45818007,0.070316174,0.90355548,0.60401819,0.93077216,-0.73393845,-0.76844962,0.15783796,0.55958938,0.50069385,0.8527866,0.69846595,0.63746192,0.6928328,-0.58389262,-0.2953185,0.10914283,0.39510725,0.38655294,0.74950153,1,0.6285711,0.8240784,-0.3330836,0.20122371,-0.30733417,-0.73543717,-1,0.099855778,-0.12518949,0.038964205,0.39090548,0.29730962,-0.62453495,-0.93102548,0.89518618,0.56058969,0.67799203,0.15448312,0.99469621,-0.46221651,0.54555723,-0.47335508,-0.33766298,-0.74038429,-0.25245835,-0.47942591,0.073970529,-0.60107875,-0.078527242,0.13796533,1,-0.24445152,-0.29341271,0.36993747,0.10424959,-0.50467701,0.20539653,0.05147214,0.73585687,-0.45032703,-0.79499585,-0.13699304,0.43869131,-0.062596103,0.3766088,0.29946155,0.04999459,-0.55994431,0.4954068,-0.18496457,0.74200065,0.3990086,0.27495131,0.63250317,0.03280726,-0.19037162,0.45811857,-0.30017405,0.22090224,-0.066451665,0.4943412,0.11514911,0.41500945,-0.39840016,-0.88502002,0.62930175,-0.39478986,-1,-0.53225359,0.3541277,-0.055379973,-0.33630175,0.17233308,-0.16313523,-0.55799413,-0.825795,0.062209963,0.27654364,0.17121365,-0.098792341,0.36880599,-0.74399679,-0.0073688772,0.50655544,-0.69962754,0.044468266,0.89856661,0.74907861,0.81938517,0.27543682,0.65493489,-0.39132423,0.53496599,-0.43646796,-0.21041648,-0.43093638,0.43721115,-0.10234649,-0.7455698,-0.36683122,-0.54051192,-0.76576577,-0.55441556,-0.4671077,-0.57584793,-0.43444933,0.18314533,0.64564272,0.7005277,0.88809481,0.46327689,0.42803172,-0.2321776,-0.054168081,0.15980526,0.53940983,-0.95429649,-0.93566879,-0.11002238,0.65919758,-0.34630749,-0.23985728,0.086226793,-0.14356966,0.24013416,0.073301598,0.018940682,0.12958333,0.92536911,0.61764149,1,-0.71291544,0.17528908,-0.11909145,-0.33198732,0.054187895,0.4032049,-0.070153759,0.082467906,-0.051148347,-0.75870285,-0.7807821,-0.24862122,0.96632167,0.48618408,0.848165,-0.41531467,-0.6790726,-0.36955391,0.81935278,0.43833107,0.16338318,0.32518368,-0.13831758,-0.11632353,-0.84570622,-0.43221116,-0.42931499,0.40433737,0.82766703,-0.27737611,0.39693145,-0.54549121,0.10067164,-0.22530052,0.16521669,0.43262567,-0.80823084,-0.77463406,-0.039104089,-0.061261178,0.31297044,0.38161289,-0.034913121,-0.0096200508,0.48925781,-0.27439415,-0.37072733,-0.35260859,-0.70812758,0.33481753,0.011329196,0.57089999,-0.27805528,-0.090322052,0.13771068,0.8621698,-0.33768347,0.81865687,0.25367422,0.26261128,0.81752006,0.072351271,-0.10046567,-0.46172784,-0.68214037,-0.59570179,0.45907,-0.30668755,-0.42617234,0.41930976,-0.30197767,-0.73113443,-0.72735422,-0.1095893,-0.39388308,-0.11417964,-0.076330267,0.17075409,-0.37728707,0.54192457,-0.0096309923,-0.55458223,0.55036312,0.022340055,0.71312407,0.5421562,0.96044922,-0.53374899,0.58202437,-0.089619921,0.23572786,-0.11170781,0.30801991,-0.3479599,-0.57501191,-0.573863,0.79982525,0.7439444,0.93134533,0.25742058,-0.59266294,-0.34119844,-0.068953801,0.49928767,-0.33281803]],&#34;color&#34;:[[&#34;#BEBEBE&#34;,&#34;#00FFFF&#34;,&#34;#BEBEBE&#34;,&#34;#BEBEBE&#34;,&#34;#BEBEBE&#34;,&#34;#00FF24&#34;,&#34;#BEBEBE&#34;,&#34;#BEBEBE&#34;,&#34;#FF6D00&#34;,&#34;#FF0000&#34;,&#34;#00FF24&#34;,&#34;#FF0000&#34;,&#34;#BEBEBE&#34;,&#34;#BEBEBE&#34;,&#34;#BEBEBE&#34;,&#34;#FF0000&#34;,&#34;#BEBEBE&#34;,&#34;#00FF24&#34;,&#34;#49FF00&#34;,&#34;#BEBEBE&#34;,&#34;#BEBEBE&#34;,&#34;#FFDB00&#34;,&#34;#0024FF&#34;,&#34;#B6FF00&#34;,&#34;#BEBEBE&#34;,&#34;#FFDB00&#34;,&#34;#BEBEBE&#34;,&#34;#FF6D00&#34;,&#34;#00FF92&#34;,&#34;#BEBEBE&#34;,&#34;#BEBEBE&#34;,&#34;#BEBEBE&#34;,&#34;#0092FF&#34;,&#34;#BEBEBE&#34;,&#34;#BEBEBE&#34;,&#34;#BEBEBE&#34;,&#34;#00FF92&#34;,&#34;#00FF92&#34;,&#34;#FF6D00&#34;,&#34;#BEBEBE&#34;,&#34;#00FF24&#34;,&#34;#BEBEBE&#34;,&#34;#4900FF&#34;,&#34;#4900FF&#34;,&#34;#FF0000&#34;,&#34;#FFDB00&#34;,&#34;#B600FF&#34;,&#34;#FF6D00&#34;,&#34;#B6FF00&#34;,&#34;#B6FF00&#34;,&#34;#BEBEBE&#34;,&#34;#FF0000&#34;,&#34;#BEBEBE&#34;,&#34;#49FF00&#34;,&#34;#00FFFF&#34;,&#34;#B600FF&#34;,&#34;#FF00DB&#34;,&#34;#BEBEBE&#34;,&#34;#FF0000&#34;,&#34;#BEBEBE&#34;,&#34;#49FF00&#34;,&#34;#BEBEBE&#34;,&#34;#BEBEBE&#34;,&#34;#FF0000&#34;,&#34;#BEBEBE&#34;,&#34;#0092FF&#34;,&#34;#BEBEBE&#34;,&#34;#B6FF00&#34;,&#34;#FFDB00&#34;,&#34;#BEBEBE&#34;,&#34;#49FF00&#34;,&#34;#00FFFF&#34;,&#34;#BEBEBE&#34;,&#34;#49FF00&#34;,&#34;#BEBEBE&#34;,&#34;#FF6D00&#34;,&#34;#BEBEBE&#34;,&#34;#FFDB00&#34;,&#34;#0092FF&#34;,&#34;#BEBEBE&#34;,&#34;#FF006D&#34;,&#34;#0024FF&#34;,&#34;#00FF92&#34;,&#34;#B6FF00&#34;,&#34;#BEBEBE&#34;,&#34;#FF6D00&#34;,&#34;#FF6D00&#34;,&#34;#FF0000&#34;,&#34;#FF6D00&#34;,&#34;#FF00DB&#34;,&#34;#FF006D&#34;,&#34;#FF0000&#34;,&#34;#0024FF&#34;,&#34;#FFDB00&#34;],[&#34;#FFBF00&#34;,&#34;#DFFF00&#34;,&#34;#FFBF00&#34;,&#34;#FF0000&#34;,&#34;#BEBEBE&#34;,&#34;#DFFF00&#34;,&#34;#00FFFF&#34;,&#34;#BEBEBE&#34;,&#34;#FF6000&#34;,&#34;#FF0000&#34;,&#34;#DFFF00&#34;,&#34;#FF0000&#34;,&#34;#FF0000&#34;,&#34;#BEBEBE&#34;,&#34;#FF0000&#34;,&#34;#FF0000&#34;,&#34;#BEBEBE&#34;,&#34;#DFFF00&#34;,&#34;#80FF00&#34;,&#34;#00FF40&#34;,&#34;#FF0000&#34;,&#34;#20FF00&#34;,&#34;#00FF9F&#34;,&#34;#FFBF00&#34;,&#34;#BEBEBE&#34;,&#34;#20FF00&#34;,&#34;#0040FF&#34;,&#34;#FF6000&#34;,&#34;#00FF40&#34;,&#34;#0040FF&#34;,&#34;#BEBEBE&#34;,&#34;#FF6000&#34;,&#34;#009FFF&#34;,&#34;#2000FF&#34;,&#34;#00FFFF&#34;,&#34;#FF6000&#34;,&#34;#00FF40&#34;,&#34;#00FF40&#34;,&#34;#FF6000&#34;,&#34;#BEBEBE&#34;,&#34;#DFFF00&#34;,&#34;#2000FF&#34;,&#34;#8000FF&#34;,&#34;#8000FF&#34;,&#34;#FF0000&#34;,&#34;#20FF00&#34;,&#34;#00FF9F&#34;,&#34;#FF6000&#34;,&#34;#FFBF00&#34;,&#34;#FFBF00&#34;,&#34;#BEBEBE&#34;,&#34;#FF0000&#34;,&#34;#BEBEBE&#34;,&#34;#80FF00&#34;,&#34;#DFFF00&#34;,&#34;#00FF9F&#34;,&#34;#FF00BF&#34;,&#34;#BEBEBE&#34;,&#34;#FF0000&#34;,&#34;#FF6000&#34;,&#34;#80FF00&#34;,&#34;#BEBEBE&#34;,&#34;#DFFF00&#34;,&#34;#FF0000&#34;,&#34;#FFBF00&#34;,&#34;#009FFF&#34;,&#34;#DF00FF&#34;,&#34;#FFBF00&#34;,&#34;#20FF00&#34;,&#34;#00FFFF&#34;,&#34;#80FF00&#34;,&#34;#DFFF00&#34;,&#34;#80FF00&#34;,&#34;#80FF00&#34;,&#34;#BEBEBE&#34;,&#34;#FF6000&#34;,&#34;#DF00FF&#34;,&#34;#20FF00&#34;,&#34;#009FFF&#34;,&#34;#BEBEBE&#34;,&#34;#FF0060&#34;,&#34;#00FF9F&#34;,&#34;#00FF40&#34;,&#34;#FFBF00&#34;,&#34;#BEBEBE&#34;,&#34;#FF6000&#34;,&#34;#FF6000&#34;,&#34;#FF0000&#34;,&#34;#FF6000&#34;,&#34;#FF00BF&#34;,&#34;#FF0060&#34;,&#34;#FF0000&#34;,&#34;#00FF9F&#34;,&#34;#20FF00&#34;],[&#34;#00FFFF&#34;,&#34;#0040FF&#34;,&#34;#00FFFF&#34;,&#34;#80FF00&#34;,&#34;#80FF00&#34;,&#34;#0040FF&#34;,&#34;#00FF40&#34;,&#34;#80FF00&#34;,&#34;#FF0000&#34;,&#34;#80FF00&#34;,&#34;#0040FF&#34;,&#34;#80FF00&#34;,&#34;#80FF00&#34;,&#34;#0040FF&#34;,&#34;#80FF00&#34;,&#34;#80FF00&#34;,&#34;#FF0000&#34;,&#34;#0040FF&#34;,&#34;#00FF40&#34;,&#34;#FF00BF&#34;,&#34;#80FF00&#34;,&#34;#8000FF&#34;,&#34;#FFBF00&#34;,&#34;#00FFFF&#34;,&#34;#FFBF00&#34;,&#34;#8000FF&#34;,&#34;#FF0000&#34;,&#34;#FF0000&#34;,&#34;#FF00BF&#34;,&#34;#FF0000&#34;,&#34;#FFBF00&#34;,&#34;#FF0000&#34;,&#34;#FFBF00&#34;,&#34;#FFBF00&#34;,&#34;#00FF40&#34;,&#34;#FF0000&#34;,&#34;#FF00BF&#34;,&#34;#FF00BF&#34;,&#34;#FF0000&#34;,&#34;#FF0000&#34;,&#34;#0040FF&#34;,&#34;#FFBF00&#34;,&#34;#00FF40&#34;,&#34;#00FF40&#34;,&#34;#80FF00&#34;,&#34;#8000FF&#34;,&#34;#FFBF00&#34;,&#34;#FF0000&#34;,&#34;#00FFFF&#34;,&#34;#00FFFF&#34;,&#34;#0040FF&#34;,&#34;#80FF00&#34;,&#34;#8000FF&#34;,&#34;#00FF40&#34;,&#34;#0040FF&#34;,&#34;#FFBF00&#34;,&#34;#00FF40&#34;,&#34;#00FF40&#34;,&#34;#80FF00&#34;,&#34;#FF0000&#34;,&#34;#00FF40&#34;,&#34;#FF0000&#34;,&#34;#0040FF&#34;,&#34;#80FF00&#34;,&#34;#00FFFF&#34;,&#34;#FFBF00&#34;,&#34;#FFBF00&#34;,&#34;#00FFFF&#34;,&#34;#8000FF&#34;,&#34;#00FF40&#34;,&#34;#00FF40&#34;,&#34;#0040FF&#34;,&#34;#00FF40&#34;,&#34;#00FF40&#34;,&#34;#00FFFF&#34;,&#34;#FF0000&#34;,&#34;#FFBF00&#34;,&#34;#8000FF&#34;,&#34;#FFBF00&#34;,&#34;#FFBF00&#34;,&#34;#00FFFF&#34;,&#34;#FFBF00&#34;,&#34;#FF00BF&#34;,&#34;#00FFFF&#34;,&#34;#FFBF00&#34;,&#34;#FF0000&#34;,&#34;#FF0000&#34;,&#34;#80FF00&#34;,&#34;#FF0000&#34;,&#34;#00FF40&#34;,&#34;#00FFFF&#34;,&#34;#80FF00&#34;,&#34;#FFBF00&#34;,&#34;#8000FF&#34;],[&#34;#00FFFF&#34;,&#34;#0040FF&#34;,&#34;#00FFFF&#34;,&#34;#FF0000&#34;,&#34;#FF0000&#34;,&#34;#0040FF&#34;,&#34;#80FF00&#34;,&#34;#FF0000&#34;,&#34;#FFBF00&#34;,&#34;#FF0000&#34;,&#34;#0040FF&#34;,&#34;#FF0000&#34;,&#34;#FF0000&#34;,&#34;#0040FF&#34;,&#34;#FF0000&#34;,&#34;#FF0000&#34;,&#34;#00FFFF&#34;,&#34;#0040FF&#34;,&#34;#80FF00&#34;,&#34;#FF00BF&#34;,&#34;#FF0000&#34;,&#34;#8000FF&#34;,&#34;#00FF40&#34;,&#34;#00FFFF&#34;,&#34;#00FF40&#34;,&#34;#8000FF&#34;,&#34;#FFBF00&#34;,&#34;#FFBF00&#34;,&#34;#FF00BF&#34;,&#34;#FFBF00&#34;,&#34;#00FF40&#34;,&#34;#FFBF00&#34;,&#34;#00FF40&#34;,&#34;#00FF40&#34;,&#34;#80FF00&#34;,&#34;#FFBF00&#34;,&#34;#FF00BF&#34;,&#34;#FF00BF&#34;,&#34;#FFBF00&#34;,&#34;#FFBF00&#34;,&#34;#0040FF&#34;,&#34;#00FF40&#34;,&#34;#80FF00&#34;,&#34;#80FF00&#34;,&#34;#FF0000&#34;,&#34;#8000FF&#34;,&#34;#00FF40&#34;,&#34;#FFBF00&#34;,&#34;#00FFFF&#34;,&#34;#00FFFF&#34;,&#34;#0040FF&#34;,&#34;#FF0000&#34;,&#34;#8000FF&#34;,&#34;#80FF00&#34;,&#34;#0040FF&#34;,&#34;#00FF40&#34;,&#34;#80FF00&#34;,&#34;#80FF00&#34;,&#34;#FF0000&#34;,&#34;#FFBF00&#34;,&#34;#80FF00&#34;,&#34;#FFBF00&#34;,&#34;#0040FF&#34;,&#34;#FF0000&#34;,&#34;#00FFFF&#34;,&#34;#00FF40&#34;,&#34;#00FF40&#34;,&#34;#00FFFF&#34;,&#34;#8000FF&#34;,&#34;#80FF00&#34;,&#34;#80FF00&#34;,&#34;#0040FF&#34;,&#34;#80FF00&#34;,&#34;#80FF00&#34;,&#34;#00FFFF&#34;,&#34;#FFBF00&#34;,&#34;#80FF00&#34;,&#34;#8000FF&#34;,&#34;#00FF40&#34;,&#34;#00FF40&#34;,&#34;#00FFFF&#34;,&#34;#00FF40&#34;,&#34;#FF00BF&#34;,&#34;#00FFFF&#34;,&#34;#0040FF&#34;,&#34;#FFBF00&#34;,&#34;#FFBF00&#34;,&#34;#FF0000&#34;,&#34;#FFBF00&#34;,&#34;#80FF00&#34;,&#34;#00FFFF&#34;,&#34;#FF0000&#34;,&#34;#00FF40&#34;,&#34;#8000FF&#34;],[&#34;#00FFFF&#34;,&#34;#0040FF&#34;,&#34;#00FFFF&#34;,&#34;#FF0000&#34;,&#34;#FF0000&#34;,&#34;#0040FF&#34;,&#34;#80FF00&#34;,&#34;#FF0000&#34;,&#34;#FFBF00&#34;,&#34;#FF0000&#34;,&#34;#0040FF&#34;,&#34;#FF0000&#34;,&#34;#FF0000&#34;,&#34;#0040FF&#34;,&#34;#FF0000&#34;,&#34;#FF0000&#34;,&#34;#FFBF00&#34;,&#34;#0040FF&#34;,&#34;#80FF00&#34;,&#34;#FF00BF&#34;,&#34;#FF0000&#34;,&#34;#8000FF&#34;,&#34;#00FF40&#34;,&#34;#00FFFF&#34;,&#34;#00FF40&#34;,&#34;#8000FF&#34;,&#34;#FFBF00&#34;,&#34;#FFBF00&#34;,&#34;#FF00BF&#34;,&#34;#FFBF00&#34;,&#34;#00FF40&#34;,&#34;#FFBF00&#34;,&#34;#FF0000&#34;,&#34;#00FF40&#34;,&#34;#80FF00&#34;,&#34;#FFBF00&#34;,&#34;#FF00BF&#34;,&#34;#FF00BF&#34;,&#34;#FFBF00&#34;,&#34;#FFBF00&#34;,&#34;#0040FF&#34;,&#34;#00FF40&#34;,&#34;#80FF00&#34;,&#34;#80FF00&#34;,&#34;#FF0000&#34;,&#34;#8000FF&#34;,&#34;#00FF40&#34;,&#34;#FFBF00&#34;,&#34;#00FFFF&#34;,&#34;#00FFFF&#34;,&#34;#0040FF&#34;,&#34;#FF0000&#34;,&#34;#8000FF&#34;,&#34;#80FF00&#34;,&#34;#0040FF&#34;,&#34;#00FF40&#34;,&#34;#80FF00&#34;,&#34;#80FF00&#34;,&#34;#FF0000&#34;,&#34;#FFBF00&#34;,&#34;#80FF00&#34;,&#34;#FFBF00&#34;,&#34;#0040FF&#34;,&#34;#FF0000&#34;,&#34;#00FFFF&#34;,&#34;#FF0000&#34;,&#34;#00FF40&#34;,&#34;#00FFFF&#34;,&#34;#8000FF&#34;,&#34;#80FF00&#34;,&#34;#80FF00&#34;,&#34;#0040FF&#34;,&#34;#80FF00&#34;,&#34;#80FF00&#34;,&#34;#00FFFF&#34;,&#34;#FFBF00&#34;,&#34;#00FF40&#34;,&#34;#8000FF&#34;,&#34;#FF0000&#34;,&#34;#00FF40&#34;,&#34;#00FFFF&#34;,&#34;#00FF40&#34;,&#34;#FF00BF&#34;,&#34;#00FFFF&#34;,&#34;#0040FF&#34;,&#34;#FFBF00&#34;,&#34;#FFBF00&#34;,&#34;#FF0000&#34;,&#34;#FFBF00&#34;,&#34;#80FF00&#34;,&#34;#00FFFF&#34;,&#34;#FF0000&#34;,&#34;#00FF40&#34;,&#34;#8000FF&#34;]],&#34;alpha&#34;:[[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1]],&#34;from&#34;:[[1,5,5,5,8,8,9,9,9,9,9,9,9,9,10,10,11,11,15,15,15,15,15,17,18,18,18,21,21,21,21,21,22,22,23,23,23,25,27,27,28,28,32,32,36,36,37,38,38,38,38,42,44,44,44,44,45,45,46,47,47,47,48,48,49,51,51,51,53,53,53,54,56,60,60,63,63,65,67,68,70,75,80,81,86,87],[0,1,1,1,2,2,3,3,3,3,3,3,3,5,5,5,5,5,6,6,8,8,8,8,8,8,8,9,9,9,9,9,9,9,9,9,10,10,11,11,11,11,11,11,11,11,11,12,15,15,15,15,15,15,15,17,18,18,18,18,18,19,19,19,19,20,20,20,20,20,21,21,21,21,21,22,22,22,22,23,23,23,23,25,25,25,26,27,27,27,27,27,27,27,28,28,28,31,31,32,32,33,34,35,35,35,35,35,36,36,37,38,38,38,38,38,42,44,44,44,44,44,45,45,46,47,47,47,47,48,48,48,48,49,49,49,51,51,51,51,53,53,53,53,54,54,56,58,58,58,59,60,60,60,63,63,64,65,66,67,68,68,70,70,72,75,75,77,80,81,85,85,86,87],[0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,8,8,8,8,8,8,8,9,9,9,9,9,9,9,9,9,9,9,10,10,10,10,10,10,11,11,11,11,11,11,11,11,11,11,12,12,12,12,12,12,12,12,12,13,13,13,13,13,14,14,14,14,14,14,14,14,14,14,14,15,15,15,15,15,15,15,16,16,17,17,17,17,18,18,18,18,18,18,18,19,19,19,19,20,20,20,20,20,20,21,21,21,21,21,21,22,22,22,22,22,23,23,23,23,23,23,23,24,24,24,24,24,24,25,25,25,25,25,26,26,26,26,26,26,26,26,26,26,26,27,27,27,27,27,27,27,27,27,27,28,28,28,29,29,29,29,29,30,30,30,30,30,30,31,31,31,31,31,31,31,31,31,32,32,32,33,33,33,33,33,33,34,34,34,34,34,35,35,35,35,35,35,36,36,37,38,38,38,38,38,38,39,39,40,40,40,41,41,42,42,43,44,44,44,44,44,45,45,45,45,46,46,46,46,46,47,47,47,47,47,48,48,48,48,48,48,48,49,49,49,49,49,49,50,50,50,50,51,51,51,51,52,52,52,53,53,53,53,53,54,54,55,55,55,55,56,56,56,56,57,57,57,57,58,58,58,59,59,59,59,60,60,60,60,61,62,62,62,62,63,63,64,64,64,64,64,65,65,66,66,67,67,67,67,68,68,69,69,70,70,72,73,74,74,74,75,75,75,77,78,80,81,85,85,86,87],[0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,9,9,9,9,9,9,9,9,9,9,9,10,10,10,10,10,10,10,10,10,11,11,11,11,11,11,11,11,11,11,12,12,12,12,12,12,12,12,12,12,13,13,13,13,13,13,13,13,13,13,13,13,13,13,14,14,14,14,14,14,14,14,14,14,14,14,14,14,15,15,15,15,15,15,15,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,17,17,17,17,17,17,18,18,18,18,18,18,18,18,18,18,18,18,19,19,19,19,19,19,20,20,20,20,20,20,21,21,21,21,21,21,21,22,22,22,22,22,22,22,22,22,23,23,23,23,23,23,23,23,23,23,24,24,24,24,24,24,24,24,24,25,25,25,25,25,25,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,27,27,27,27,27,27,27,27,27,27,27,27,28,28,28,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,30,30,30,30,30,30,30,30,30,30,31,31,31,31,31,31,31,31,31,31,31,32,32,32,32,32,32,32,33,33,33,33,33,33,33,33,34,34,34,34,34,34,34,34,34,35,35,35,35,35,35,35,35,35,35,35,36,36,37,37,38,38,38,38,38,38,38,38,38,39,39,39,39,39,39,39,39,39,39,40,40,40,40,40,41,41,41,41,41,41,41,41,41,41,41,42,42,42,42,42,43,43,43,43,43,44,44,44,44,44,45,45,45,45,46,46,46,46,46,46,47,47,47,47,47,47,47,48,48,48,48,48,48,48,48,49,49,49,49,49,49,49,50,50,50,50,50,50,51,51,51,51,52,52,52,52,53,53,53,53,53,53,53,53,54,54,54,55,55,55,55,55,56,56,56,56,56,56,56,56,56,56,57,57,57,57,57,57,57,58,58,58,59,59,59,59,59,59,59,60,60,60,60,60,61,61,61,61,61,61,61,62,62,62,62,62,63,63,64,64,64,64,64,65,65,66,66,66,66,66,66,66,67,67,67,67,68,68,69,69,70,70,70,72,72,72,73,74,74,74,74,75,75,75,75,76,76,77,78,79,79,79,80,80,80,81,81,83,83,84,84,85,85,86,87,90],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,9,9,9,9,9,9,9,9,9,9,9,10,10,10,10,10,10,10,10,10,10,10,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,12,12,12,12,12,12,12,12,12,12,12,12,12,12,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,15,15,15,15,15,15,15,15,15,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,17,17,17,17,17,17,17,17,18,18,18,18,18,18,18,18,18,18,18,18,18,18,19,19,19,19,19,19,19,19,20,20,20,20,20,20,20,20,20,20,20,21,21,21,21,21,21,21,21,22,22,22,22,22,22,22,22,22,22,22,22,22,23,23,23,23,23,23,23,23,23,23,23,23,24,24,24,24,24,24,24,24,24,24,25,25,25,25,25,25,25,25,25,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,28,28,28,28,28,28,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,31,31,31,31,31,31,31,31,31,31,31,31,32,32,32,32,32,32,32,32,32,32,32,33,33,33,33,33,33,33,33,33,33,33,33,33,33,34,34,34,34,34,34,34,34,34,34,34,34,34,34,35,35,35,35,35,35,35,35,35,35,35,35,35,36,36,36,36,36,36,37,37,38,38,38,38,38,38,38,38,38,38,38,38,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,40,40,40,40,40,40,41,41,41,41,41,41,41,41,41,41,41,41,41,41,42,42,42,42,42,42,43,43,43,43,43,43,44,44,44,44,44,44,45,45,45,45,45,45,46,46,46,46,46,46,46,46,47,47,47,47,47,47,47,47,47,48,48,48,48,48,48,48,48,48,49,49,49,49,49,49,49,49,49,50,50,50,50,50,50,50,50,50,50,50,50,50,51,51,51,51,51,51,52,52,52,52,52,52,52,52,52,52,53,53,53,53,53,53,53,53,54,54,54,54,54,55,55,55,55,55,55,55,56,56,56,56,56,56,56,56,56,56,56,57,57,57,57,57,57,57,57,57,57,58,58,58,59,59,59,59,59,59,59,59,59,60,60,60,60,60,61,61,61,61,61,61,61,61,61,61,62,62,62,62,62,62,62,62,63,63,63,64,64,64,64,64,64,65,65,65,66,66,66,66,66,66,66,66,67,67,67,67,68,68,68,69,69,70,70,70,71,71,72,72,72,72,73,74,74,74,74,74,75,75,75,75,75,76,76,76,76,77,78,79,79,79,79,80,80,80,80,80,81,81,82,83,83,83,84,84,84,84,85,85,86,87,90,90]],&#34;to&#34;:[[71,10,17,40,38,47,11,15,44,51,58,63,87,91,17,40,51,87,44,51,63,87,91,40,53,60,70,25,45,68,77,93,81,92,48,67,83,93,38,47,36,37,65,78,37,82,82,47,75,86,88,43,51,63,87,91,68,77,55,75,85,88,49,67,67,63,87,91,60,70,73,71,89,70,73,87,91,78,83,77,73,86,90,92,88,91],[64,54,62,71,23,48,9,11,15,44,58,63,91,10,17,40,54,71,34,69,27,38,47,75,85,86,88,11,15,20,44,51,58,63,87,91,17,40,12,14,15,44,51,58,63,87,91,63,20,44,51,58,63,87,91,40,53,60,70,72,73,28,36,37,82,44,51,63,87,91,25,45,68,77,93,46,55,81,92,48,49,67,83,68,77,93,29,35,38,47,75,85,86,88,36,37,82,85,88,65,78,41,69,38,47,85,86,88,37,82,82,47,75,85,86,88,43,51,58,63,87,91,68,77,55,75,85,86,88,49,64,67,83,64,67,83,58,63,87,91,60,70,72,73,62,71,89,63,87,91,75,70,72,73,87,91,67,78,76,83,77,93,72,73,73,86,88,93,90,92,86,88,88,91],[2,23,48,49,64,67,74,83,5,10,13,17,40,50,54,62,71,23,48,49,59,64,67,83,4,7,9,11,12,14,15,20,44,51,58,63,87,91,7,11,12,14,18,53,70,87,91,10,13,17,40,50,54,62,71,34,42,43,56,69,76,89,9,11,12,15,20,44,51,58,63,87,91,26,27,29,31,35,38,47,59,61,75,85,86,88,11,12,14,15,20,44,51,58,63,87,91,13,17,40,54,71,84,12,14,15,20,44,51,58,63,87,91,14,15,20,44,51,58,63,87,91,17,40,50,71,84,15,18,44,51,53,58,63,70,72,87,91,20,44,51,58,63,87,91,31,83,40,54,62,71,53,57,60,70,72,73,89,28,36,37,82,44,51,58,63,87,91,25,45,52,68,77,93,24,46,55,81,92,48,49,64,67,74,80,83,46,55,66,81,84,92,45,52,68,77,93,27,29,31,38,39,47,59,61,75,85,86,29,31,35,38,47,59,75,85,86,88,36,37,82,31,38,47,61,85,32,33,41,65,78,79,35,38,39,47,59,75,85,86,88,65,78,79,41,46,55,79,81,92,42,43,56,69,89,38,47,75,85,86,88,37,82,82,47,59,75,85,86,88,59,86,54,62,71,79,81,43,69,69,51,58,63,87,91,52,68,77,93,55,66,76,81,92,59,75,85,86,88,49,64,67,74,80,83,90,64,67,74,80,83,90,54,62,71,72,58,63,87,91,68,77,93,57,60,70,72,73,62,71,66,76,81,92,57,69,76,89,60,70,72,73,63,87,91,75,85,86,88,70,72,73,89,89,71,74,80,90,87,91,67,74,80,83,90,78,79,76,84,74,80,83,90,77,93,76,89,72,73,73,89,80,83,90,85,86,88,93,79,90,92,86,88,88,91],[2,16,23,42,43,48,49,64,67,74,80,83,90,5,10,13,17,40,50,54,62,71,90,23,39,48,49,59,60,64,67,70,72,73,83,4,7,9,11,12,14,15,20,44,51,58,63,87,91,7,9,11,12,14,15,18,20,35,44,51,53,58,60,61,63,70,72,73,84,87,89,91,10,13,17,40,50,54,62,71,84,34,42,43,56,66,69,76,89,9,11,12,14,15,20,30,32,35,44,51,58,63,65,78,79,84,87,91,13,26,27,29,31,35,38,39,47,59,61,75,84,85,86,88,11,12,14,15,20,44,51,58,63,87,91,13,17,27,40,50,54,62,71,84,12,14,15,20,44,51,58,63,87,91,14,15,20,32,44,51,58,63,87,91,17,18,24,26,27,29,38,40,50,54,61,71,75,84,15,18,20,44,51,53,58,60,63,70,72,73,87,91,20,44,51,58,63,87,91,23,30,31,33,38,39,41,45,47,48,49,59,67,74,83,85,86,88,40,50,54,62,71,84,26,39,50,53,56,57,60,61,70,72,73,89,28,36,37,80,82,90,44,51,58,63,87,91,25,29,45,52,68,77,93,24,33,46,55,57,66,76,81,92,39,48,49,59,64,67,74,80,83,90,46,55,57,66,71,76,81,84,92,45,52,68,72,77,93,27,29,31,35,38,39,47,53,56,57,59,60,61,70,73,75,77,85,86,88,89,29,31,35,38,47,59,61,75,84,85,86,88,36,37,82,31,35,38,39,45,47,56,59,61,68,75,77,85,86,88,89,32,33,35,41,52,65,74,78,79,85,35,38,39,41,47,59,75,83,85,86,88,34,35,41,52,65,78,79,41,46,52,55,66,79,81,92,42,43,56,65,66,69,76,78,89,38,41,47,59,61,65,75,84,85,86,88,37,82,61,82,39,47,59,61,75,84,85,86,88,47,48,57,59,75,83,85,86,88,93,50,54,62,71,84,46,55,65,66,74,78,79,81,85,88,92,43,56,64,69,76,56,64,69,76,89,51,58,63,87,91,52,68,77,93,55,57,66,76,81,92,59,61,75,84,85,86,88,49,59,64,67,74,80,83,90,62,64,67,74,80,83,90,54,60,62,70,71,72,58,63,87,91,68,77,79,93,56,57,60,61,70,72,73,89,62,71,74,57,66,76,81,92,57,60,61,66,69,70,73,76,84,89,60,66,70,72,73,76,89,63,87,91,61,67,75,83,85,86,88,61,70,72,73,89,70,73,75,85,86,88,89,67,71,74,80,90,87,91,67,74,80,83,90,78,79,69,76,79,81,84,89,92,74,80,83,90,77,93,76,89,72,73,89,73,89,93,89,80,82,83,90,84,85,86,88,81,89,93,79,81,82,92,82,83,90,90,92,88,90,85,89,86,88,88,91,92],[2,16,23,41,42,43,48,49,62,64,67,69,74,80,81,83,90,92,5,10,13,17,24,40,49,50,54,62,67,71,74,80,90,92,18,23,26,39,48,49,53,57,59,60,64,67,70,72,73,74,75,80,83,86,90,4,6,7,9,11,12,14,15,20,32,34,44,51,58,63,84,87,89,91,7,9,11,12,14,15,18,20,26,32,35,44,51,53,56,58,60,61,63,65,70,72,73,78,84,86,87,89,91,10,13,17,40,50,54,62,71,84,34,42,43,45,52,56,57,66,68,69,73,76,77,89,9,11,12,14,15,20,30,32,33,34,35,41,44,51,58,63,65,78,79,84,87,91,13,16,26,27,29,31,35,38,39,47,56,59,61,75,84,85,86,88,11,12,14,15,20,44,51,58,63,87,91,13,17,24,27,34,40,50,54,62,71,84,12,14,15,18,20,44,51,53,58,63,70,72,73,87,91,14,15,20,32,35,44,51,58,63,65,78,84,87,91,17,18,24,26,27,29,38,40,47,50,54,56,57,59,60,61,70,71,72,75,84,85,89,15,18,20,44,50,51,53,57,58,60,63,70,72,73,87,91,20,32,44,51,58,63,78,87,91,21,23,26,27,29,30,31,33,35,38,39,41,45,47,48,49,52,59,64,67,74,75,77,83,85,86,88,34,40,50,54,62,71,74,84,24,26,29,39,50,53,56,57,60,61,70,72,73,89,28,33,36,37,74,80,82,90,30,32,33,41,44,51,58,63,78,87,91,25,29,39,45,52,68,77,93,24,33,39,41,46,55,57,66,76,79,81,90,92,31,39,48,49,59,62,64,67,74,80,83,90,46,50,55,57,66,71,76,81,84,92,29,39,45,52,57,68,72,77,93,27,29,31,35,38,39,45,47,53,56,57,59,60,61,68,70,72,73,75,77,85,86,88,89,29,30,31,35,38,39,41,47,56,59,61,66,75,84,85,86,88,36,37,61,66,76,82,31,35,38,39,45,47,56,57,59,61,66,68,69,75,77,84,85,86,88,89,31,32,33,34,35,38,41,42,43,47,52,65,74,78,79,85,88,35,38,39,41,47,59,61,75,83,85,86,88,33,34,35,41,44,52,63,65,74,78,79,35,41,46,52,55,65,66,74,76,78,79,81,82,92,40,42,43,52,56,61,65,66,69,76,78,79,84,89,38,41,47,59,61,65,66,75,78,84,85,86,88,37,61,79,80,82,90,61,82,39,41,47,59,61,66,75,83,84,85,86,88,45,46,47,48,49,50,55,57,59,60,67,70,72,75,77,83,85,86,88,93,50,52,54,62,71,84,46,47,52,55,65,66,74,78,79,81,85,86,88,92,43,56,64,69,76,89,56,64,69,76,78,89,51,58,63,78,87,91,52,68,76,77,81,93,55,57,66,76,79,81,84,92,59,61,66,75,83,84,85,86,88,49,59,62,64,67,74,80,83,90,54,59,62,64,67,74,80,83,90,53,54,57,59,60,62,70,71,72,73,75,84,93,53,58,63,72,87,91,65,66,68,76,77,78,79,81,82,93,56,57,60,61,70,72,73,89,62,71,74,80,90,57,66,76,79,81,84,92,57,60,61,66,69,70,72,73,76,84,89,60,66,68,70,72,73,75,76,89,93,63,87,91,60,61,67,70,75,83,85,86,88,61,70,72,73,89,69,70,73,75,82,84,85,86,88,89,64,67,71,74,80,90,92,93,78,87,91,67,69,74,80,83,90,78,79,84,69,76,79,81,84,85,89,92,74,80,83,90,76,77,93,76,89,72,73,89,92,93,73,87,89,93,89,78,80,82,83,90,83,84,85,86,88,81,84,89,92,93,79,81,82,84,92,81,82,83,90,92,90,92,90,86,88,90,85,86,88,89,86,88,88,91,92,93]],&#34;main&#34;:[0.97,0.95,0.9,0.85,0.8]},&#34;deferfps&#34;:30,&#34;options&#34;:true,&#34;alpha&#34;:[[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1]],&#34;vertices&#34;:[[-0.083756874,-1,-1,-0.33193237,0.65896192,-0.33462375,0.0096707596,-0.96759652,-0.84339247,-0.39491718,-0.41929575,-0.49189299,0.50987879,-0.46153034,0.25408287,-0.48342594,-0.031117573,0.067823284,0.52322845,-0.0097745858,-0.44432355,0.5172261,0.36887232,-0.33947207,-0.26453272,-0.49680054,0.41740054,-0.59137677,0.1426698,0.93899703,-0.45717261,-0.037827692,-0.038347319,-0.56771021,0.15991127,0.78530781,0.40135361,-0.30204938,-0.46331872,0.81395512,0.28902531,-0.19023344,-0.00013346484,-0.51813993,-0.47397787,-0.78854768,0.16241969,0.88765227,-0.28875332,0.10665586,-0.3669419,-0.60974348,-0.03431126,-0.0045589152,0.65555212,-0.15966689,0.83816434,0.47689396,0.58696671,0.22606262,0.67968406,-0.051663567,-0.21914243,-0.81564367,0.3268111,-0.19217847,-0.9372025,-0.27764425,0.18271458,0.12266908,0.32554487,0.87621059,-0.055723204,-0.16165957,-0.48401914,-0.66168606,0.34186115,-0.28298988,0.70999933,0.7252045,0.11241263,-0.214983,-0.50962755,0.65602303,-0.95097409,0.50381866,0.46347676,0.90494463,0.22874719,0.15583371,0.89089658,-0.0015200295,0.14189409,0.36082772,0.58315832,0.60306553,0.84680781,-0.24688717,0.13290201,0.84404613,0.33039334,0.56892104,0.79293173,-0.29607883,0.48196394,0.54329474,0.70497988,0.73633538,-0.98766591,0.49951256,0.33953809,-0.85575316,0.51079779,0.36702661,-0.10547412,-0.51073799,0.52551814,0.719118,0.69562464,0.49594976,-0.53221647,-0.11847456,0.024336579,-0.52922962,0.82740432,0.27252236,-0.24690065,-0.60124972,-0.12863172,-0.36481925,-0.58287999,-0.19633625,-0.76559397,0.1637044,0.97106114,-0.87865218,0.34500031,-0.07634441,-0.27505681,0.87630528,0.016039001,-0.22343293,-0.4939272,0.53764224,-0.019561316,0.34179128,0.79566277,-0.075037083,0.37582269,0.68033287,0.90324636,0.51838321,0.1224127,-0.68420191,0.16139919,0.88267825,0.71865992,0.081063093,0.49566018,0.57064316,-0.19992546,0.81235123,-0.58480953,0.70082009,-0.19043758,-0.18630364,0.87474672,-0.07598433,0.37616422,-0.42805688,-0.15187929,0.38819008,0.87377858,0.029032726,-0.37815971,0.033229865,0.9513037,0.36155228,0.90100371,0.37480731,0.47353227,-0.17203459,0.86558091,0.18212402,0.70833847,-0.26524121,0.082196942,0.84610805,0.58372459,-0.66720407,0.17588241,1,1,0.074628513,-0.098637032,0.79765763,-0.23155687,0.23807418,-0.2965246,0.77939115,0.65168405,0.093634887,0.34223716,0.74164117,-0.99246744,0.30497849,-0.095777432,0.087655791,0.48475836,-0.52009561,0.54105337,-0.12231407,0.76980373,-0.46956202,0.67006717,-0.27255805,0.42526566,0.62421597,-0.33613309,0.43148749,-0.20862259,0.75056717,0.10246196,1,0.14877759,-0.0095979434,-0.52395947,0.59613473,-0.15176462,0.9368179,0.38740995,-0.95259418,0.29037993,-0.17559448,0.92958003,-0.18166612,0.21690782,-0.031431568,0.28093375,-0.69300415,0.043424645,0.15189207,-0.53721695,-1,-0.24216711,0.27407577,-0.8797843,0.51064178,0.24448582,0.25054541,0.31845891,0.81199533,0.72214751,0.54497611,-0.22160546,-0.45029238,-0.45899454,0.55437481,0.07809239,-0.53704013,0.49219656,-0.65278471,0.2232103,0.87309214,-0.065016291,-0.53628966,0.42558831,0.28163512,-0.47975048,-0.073220636,0.1756893,0.15383767,-0.48871923,-0.73039227,0.24517354,0.93223765,-0.8619314,-0.27752725,0.2844637,-0.73710826,0.25955476,-0.32797016]],&#34;xticklab&#34;:[&#34;-1.00&#34;,&#34;-0.60&#34;,&#34;-0.20&#34;,&#34;0.20&#34;,&#34;0.60&#34;,&#34;1.00&#34;],&#34;yticklab&#34;:[&#34;-1.00&#34;,&#34;-0.60&#34;,&#34;-0.20&#34;,&#34;0.20&#34;,&#34;0.60&#34;,&#34;1.00&#34;],&#34;zticklab&#34;:[&#34;1.00&#34;,&#34;0.60&#34;,&#34;0.20&#34;,&#34;-0.20&#34;,&#34;-0.60&#34;,&#34;-1.00&#34;],&#34;xtick&#34;:[0,0.2,0.4,0.6,0.8,1],&#34;ytick&#34;:[0,0.2,0.4,0.6,0.8,1],&#34;ztick&#34;:[0,0.2,0.4,0.6,0.8,1],&#34;crosstalk_key&#34;:[&#34;0&#34;,&#34;1&#34;,&#34;2&#34;,&#34;3&#34;,&#34;4&#34;],&#34;crosstalk_group&#34;:&#34;SharedDatafe99d0a2&#34;,&#34;fpl&#34;:-1},&#34;evals&#34;:[],&#34;jsHooks&#34;:[]}&lt;/script&gt;
&lt;/div&gt; &lt;em&gt;Editors Note: This post was revised on 8/28/17 to include a correction by the author that rescales the precision matrix.&lt;/em&gt;&lt;/p&gt;
&lt;/div&gt;

        &lt;script&gt;window.location.href=&#39;https://rviews.rstudio.com/2017/08/22/stocks/&#39;;&lt;/script&gt;
      </description>
    </item>
    
    <item>
      <title>Copper, Gold and Ten-Year Treasury Notes</title>
      <link>https://rviews.rstudio.com/2017/04/12/copper-gold-and-ten-year-treasury-notes/</link>
      <pubDate>Wed, 12 Apr 2017 00:00:00 +0000</pubDate>
      
      <guid>https://rviews.rstudio.com/2017/04/12/copper-gold-and-ten-year-treasury-notes/</guid>
      <description>
        
&lt;script src=&#34;/rmarkdown-libs/htmlwidgets/htmlwidgets.js&#34;&gt;&lt;/script&gt;
&lt;script src=&#34;/rmarkdown-libs/jquery/jquery.min.js&#34;&gt;&lt;/script&gt;
&lt;link href=&#34;/rmarkdown-libs/dygraphs/dygraph.css&#34; rel=&#34;stylesheet&#34; /&gt;
&lt;script src=&#34;/rmarkdown-libs/dygraphs/dygraph-combined.js&#34;&gt;&lt;/script&gt;
&lt;script src=&#34;/rmarkdown-libs/moment/moment.js&#34;&gt;&lt;/script&gt;
&lt;script src=&#34;/rmarkdown-libs/moment-timezone/moment-timezone-with-data.js&#34;&gt;&lt;/script&gt;
&lt;script src=&#34;/rmarkdown-libs/moment-fquarter/moment-fquarter.min.js&#34;&gt;&lt;/script&gt;
&lt;script src=&#34;/rmarkdown-libs/dygraphs-binding/dygraphs.js&#34;&gt;&lt;/script&gt;

&lt;p&gt;Today, we will continue getting familiar with data from Quandl, but will also devote more time to expanding our dygraphs toolkit. We will be building up a data visualization in discrete pieces, which isn’t very efficient, but will make things easier when we move this project into production as a Shiny app. From a substantive perspective, we will examine the relationship between the price ratio of copper-gold and 10-year Treasure yields.&lt;/p&gt;
&lt;p&gt;Why do we care about the copper-gold price ratio and Treasury yields? First, both Jeff Gundlach (in &lt;a href=&#34;http://doubleline.com/latest-webcasts/&#34;&gt;this webcast&lt;/a&gt;) and &lt;a href=&#34;http://robinsonglobalstrategies.com/&#34;&gt;Adam Robinson&lt;/a&gt; say so, and that’s probably good enough. The theory goes like this:&lt;/p&gt;
&lt;p&gt;Copper is a useful industrial metal whose price tends to rise when the global economy expands. As firms produce more goods that require copper as an input, the increased demand for copper drives the price higher. Gold, on the other hand, is a somewhat less useful metal whose prices tends to rise when investors are fearful about a contracting global economy. Gold is a safe-haven investment, and a rising gold price signals either a contracting economy, investor fears of a contracting economy, or both. Gold prices tend to fall when the economy is humming along nicely. Thus, the copper-gold price ratio tends to be increasing when the economy is expanding.&lt;/p&gt;
&lt;p&gt;The yield on 10-year Treasury Notes also tends to rise during economic expansion because investors’ inflation expectations are on the rise. When investors expect inflation to increase, they anticipate an uptick in interest rates (for those of you who are too young to remember what an interest rate is, take a look at rates in the mid-1980s) and start to seek higher yields today. That can drive down Treasury prices and increase yields.&lt;/p&gt;
&lt;p&gt;Thus, we should observe a positive relationship between the copper-gold price ratio and 10-year yields. Both should be rising and falling based on the state of the world economy. There’s nothing too crazy here, but it’s an interesting relationship to think about and investigate. That’s what we’ll do today!&lt;/p&gt;
&lt;p&gt;First, let’s import the relevant time series data from Quandl. We will specify &lt;code&gt;type = &amp;quot;xts&amp;quot;&lt;/code&gt; in order to create xts objects and &lt;code&gt;collapse = &amp;quot;daily&amp;quot;&lt;/code&gt; because we want daily prices. Note in particular our data sources: CME for copper and gold, and FRED for the 10-year yield. But, we just need the Quandl codes and to be careful about consistent start/end dates for each data set. It’s a liberating feeling to know before starting a project that we’ll be able to find whatever data we need in one source.&lt;/p&gt;
&lt;p&gt;Let’s get to it.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;library(Quandl)
library(dplyr)
library(xts)
library(lubridate)
library(dygraphs)

copper &amp;lt;- Quandl(&amp;quot;CHRIS/CME_HG1&amp;quot;, type = &amp;quot;xts&amp;quot;, collapse = &amp;quot;daily&amp;quot;,  
                    start_date = &amp;quot;2012-01-01&amp;quot;, end_date = &amp;quot;2017-02-28&amp;quot;)

gold &amp;lt;- Quandl(&amp;quot;CHRIS/CME_GC1&amp;quot;, type = &amp;quot;xts&amp;quot;, collapse = &amp;quot;daily&amp;quot;,  
                    start_date = &amp;quot;2012-01-01&amp;quot;, end_date = &amp;quot;2017-02-28&amp;quot;)

ten_year &amp;lt;- Quandl(&amp;quot;FRED/DGS10&amp;quot;, type = &amp;quot;xts&amp;quot;, collapse = &amp;quot;daily&amp;quot;,  
                    start_date = &amp;quot;2012-01-01&amp;quot;, end_date = &amp;quot;2017-02-28&amp;quot;)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Now we want to combine these into one xts object, which normally would be an easy invocation of &lt;code&gt;merge.xts&lt;/code&gt;, but there’s a slight wrinkle. After creating one xts object, we know we need to calculate a ratio of copper/gold. That means that the presence of NAs will be a problem (I found this out the old-fashioned way, by running code that threw an error). Let’s take care of that by prepending the &lt;code&gt;na.locf()&lt;/code&gt; function to our merge operation. That function will replace all NAs with the previous day’s value. Why might one of our time series have an NA when another doesn’t? Maybe one of the instruments has a trading holiday, or FRED publishes data for days that are general market holidays.&lt;/p&gt;
&lt;p&gt;The downside, of course, is that we are adding observed values that are fictional. I can live with that here since we’re creating a visualization to help understand and gain an intuition about the hypothesized copper-gold yield relationship. If we were using this data to create a trading strategy or algorithm, our NA replacement would be unacceptably fuzzy and a more rigorous decision-making process would be needed to synchronize the data sets.&lt;/p&gt;
&lt;p&gt;No matter which approach is taken, the most crucial thing is to explain and make easily reproducible whatever process is used for handling NAs or any data cleaning such as this. Your colleagues, future self, clients and research audience can scrutinize, discount, ignore or applaud it accordingly.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# We&amp;#39;re going to merge our 3 xts objects into on xts objects. This would normally be
# very simple with merge.xts but we want to eliminat NAs with na.locf().

copper_gold_tenYear_merged &amp;lt;- na.locf(merge.xts(copper$Settle, gold$Settle, ten_year),
                                      formLast = TRUE)

colnames(copper_gold_tenYear_merged ) &amp;lt;- c(&amp;quot;Copper&amp;quot;, &amp;quot;Gold&amp;quot;, &amp;quot;TenYear&amp;quot;)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Now we create a new column to store the ratio of copper gold prices.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# Create the ratio of prices. I multiply copper by 100 to synch with the scale used by 
# Gundlach in his presentation.
copper_gold_tenYear_merged$ratio &amp;lt;- (copper_gold_tenYear_merged$Copper*100)/copper_gold_tenYear_merged$Gold&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;We have an xts object that holds four time series, but I want to chart only the copper-gold price ratio and 10-year yields. This next step is not necessary but to be extra clear, I am going to create a new xts object to hold only those two time series.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;tenYear_ratio  &amp;lt;- merge(copper_gold_tenYear_merged$ratio, copper_gold_tenYear_merged$TenYear)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;We use dygraphs to chart that one xts object, and call &lt;code&gt;dySeries()&lt;/code&gt; for each of the columns to be included.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;dygraph(tenYear_ratio) %&amp;gt;%
  dySeries(&amp;quot;ratio&amp;quot;) %&amp;gt;% 
  dySeries(&amp;quot;TenYear&amp;quot;)&lt;/code&gt;&lt;/pre&gt;
&lt;div id=&#34;htmlwidget-1&#34; style=&#34;width:672px;height:480px;&#34; class=&#34;dygraphs html-widget&#34;&gt;&lt;/div&gt;
&lt;script type=&#34;application/json&#34; data-for=&#34;htmlwidget-1&#34;&gt;{&#34;x&#34;:{&#34;attrs&#34;:{&#34;labels&#34;:[&#34;day&#34;,&#34;ratio&#34;,&#34;TenYear&#34;],&#34;legend&#34;:&#34;auto&#34;,&#34;retainDateWindow&#34;:false,&#34;axes&#34;:{&#34;x&#34;:{&#34;pixelsPerLabel&#34;:60}},&#34;series&#34;:{&#34;ratio&#34;:{&#34;axis&#34;:&#34;y&#34;},&#34;TenYear&#34;:{&#34;axis&#34;:&#34;y&#34;}}},&#34;scale&#34;:&#34;daily&#34;,&#34;annotations&#34;:[],&#34;shadings&#34;:[],&#34;events&#34;:[],&#34;format&#34;:&#34;date&#34;,&#34;data&#34;:[[&#34;2012-01-03T00:00:00.000Z&#34;,&#34;2012-01-04T00:00:00.000Z&#34;,&#34;2012-01-05T00:00:00.000Z&#34;,&#34;2012-01-06T00:00:00.000Z&#34;,&#34;2012-01-09T00:00:00.000Z&#34;,&#34;2012-01-10T00:00:00.000Z&#34;,&#34;2012-01-11T00:00:00.000Z&#34;,&#34;2012-01-12T00:00:00.000Z&#34;,&#34;2012-01-13T00:00:00.000Z&#34;,&#34;2012-01-17T00:00:00.000Z&#34;,&#34;2012-01-18T00:00:00.000Z&#34;,&#34;2012-01-19T00:00:00.000Z&#34;,&#34;2012-01-20T00:00:00.000Z&#34;,&#34;2012-01-23T00:00:00.000Z&#34;,&#34;2012-01-24T00:00:00.000Z&#34;,&#34;2012-01-25T00:00:00.000Z&#34;,&#34;2012-01-26T00:00:00.000Z&#34;,&#34;2012-01-27T00:00:00.000Z&#34;,&#34;2012-01-30T00:00:00.000Z&#34;,&#34;2012-01-31T00:00:00.000Z&#34;,&#34;2012-02-01T00:00:00.000Z&#34;,&#34;2012-02-02T00:00:00.000Z&#34;,&#34;2012-02-03T00:00:00.000Z&#34;,&#34;2012-02-06T00:00:00.000Z&#34;,&#34;2012-02-07T00:00:00.000Z&#34;,&#34;2012-02-08T00:00:00.000Z&#34;,&#34;2012-02-09T00:00:00.000Z&#34;,&#34;2012-02-10T00:00:00.000Z&#34;,&#34;2012-02-13T00:00:00.000Z&#34;,&#34;2012-02-14T00:00:00.000Z&#34;,&#34;2012-02-15T00:00:00.000Z&#34;,&#34;2012-02-16T00:00:00.000Z&#34;,&#34;2012-02-17T00:00:00.000Z&#34;,&#34;2012-02-21T00:00:00.000Z&#34;,&#34;2012-02-22T00:00:00.000Z&#34;,&#34;2012-02-23T00:00:00.000Z&#34;,&#34;2012-02-24T00:00:00.000Z&#34;,&#34;2012-02-27T00:00:00.000Z&#34;,&#34;2012-02-28T00:00:00.000Z&#34;,&#34;2012-02-29T00:00:00.000Z&#34;,&#34;2012-03-01T00:00:00.000Z&#34;,&#34;2012-03-02T00:00:00.000Z&#34;,&#34;2012-03-05T00:00:00.000Z&#34;,&#34;2012-03-06T00:00:00.000Z&#34;,&#34;2012-03-07T00:00:00.000Z&#34;,&#34;2012-03-08T00:00:00.000Z&#34;,&#34;2012-03-09T00:00:00.000Z&#34;,&#34;2012-03-12T00:00:00.000Z&#34;,&#34;2012-03-13T00:00:00.000Z&#34;,&#34;2012-03-14T00:00:00.000Z&#34;,&#34;2012-03-15T00:00:00.000Z&#34;,&#34;2012-03-16T00:00:00.000Z&#34;,&#34;2012-03-19T00:00:00.000Z&#34;,&#34;2012-03-20T00:00:00.000Z&#34;,&#34;2012-03-21T00:00:00.000Z&#34;,&#34;2012-03-22T00:00:00.000Z&#34;,&#34;2012-03-23T00:00:00.000Z&#34;,&#34;2012-03-26T00:00:00.000Z&#34;,&#34;2012-03-27T00:00:00.000Z&#34;,&#34;2012-03-28T00:00:00.000Z&#34;,&#34;2012-03-29T00:00:00.000Z&#34;,&#34;2012-03-30T00:00:00.000Z&#34;,&#34;2012-04-02T00:00:00.000Z&#34;,&#34;2012-04-03T00:00:00.000Z&#34;,&#34;2012-04-04T00:00:00.000Z&#34;,&#34;2012-04-05T00:00:00.000Z&#34;,&#34;2012-04-06T00:00:00.000Z&#34;,&#34;2012-04-09T00:00:00.000Z&#34;,&#34;2012-04-10T00:00:00.000Z&#34;,&#34;2012-04-11T00:00:00.000Z&#34;,&#34;2012-04-12T00:00:00.000Z&#34;,&#34;2012-04-13T00:00:00.000Z&#34;,&#34;2012-04-16T00:00:00.000Z&#34;,&#34;2012-04-17T00:00:00.000Z&#34;,&#34;2012-04-18T00:00:00.000Z&#34;,&#34;2012-04-19T00:00:00.000Z&#34;,&#34;2012-04-20T00:00:00.000Z&#34;,&#34;2012-04-23T00:00:00.000Z&#34;,&#34;2012-04-24T00:00:00.000Z&#34;,&#34;2012-04-25T00:00:00.000Z&#34;,&#34;2012-04-26T00:00:00.000Z&#34;,&#34;2012-04-27T00:00:00.000Z&#34;,&#34;2012-04-30T00:00:00.000Z&#34;,&#34;2012-05-01T00:00:00.000Z&#34;,&#34;2012-05-02T00:00:00.000Z&#34;,&#34;2012-05-03T00:00:00.000Z&#34;,&#34;2012-05-04T00:00:00.000Z&#34;,&#34;2012-05-07T00:00:00.000Z&#34;,&#34;2012-05-08T00:00:00.000Z&#34;,&#34;2012-05-09T00:00:00.000Z&#34;,&#34;2012-05-10T00:00:00.000Z&#34;,&#34;2012-05-11T00:00:00.000Z&#34;,&#34;2012-05-14T00:00:00.000Z&#34;,&#34;2012-05-15T00:00:00.000Z&#34;,&#34;2012-05-16T00:00:00.000Z&#34;,&#34;2012-05-17T00:00:00.000Z&#34;,&#34;2012-05-18T00:00:00.000Z&#34;,&#34;2012-05-21T00:00:00.000Z&#34;,&#34;2012-05-22T00:00:00.000Z&#34;,&#34;2012-05-23T00:00:00.000Z&#34;,&#34;2012-05-24T00:00:00.000Z&#34;,&#34;2012-05-25T00:00:00.000Z&#34;,&#34;2012-05-29T00:00:00.000Z&#34;,&#34;2012-05-30T00:00:00.000Z&#34;,&#34;2012-05-31T00:00:00.000Z&#34;,&#34;2012-06-01T00:00:00.000Z&#34;,&#34;2012-06-04T00:00:00.000Z&#34;,&#34;2012-06-05T00:00:00.000Z&#34;,&#34;2012-06-06T00:00:00.000Z&#34;,&#34;2012-06-07T00:00:00.000Z&#34;,&#34;2012-06-08T00:00:00.000Z&#34;,&#34;2012-06-11T00:00:00.000Z&#34;,&#34;2012-06-12T00:00:00.000Z&#34;,&#34;2012-06-13T00:00:00.000Z&#34;,&#34;2012-06-14T00:00:00.000Z&#34;,&#34;2012-06-15T00:00:00.000Z&#34;,&#34;2012-06-18T00:00:00.000Z&#34;,&#34;2012-06-19T00:00:00.000Z&#34;,&#34;2012-06-20T00:00:00.000Z&#34;,&#34;2012-06-21T00:00:00.000Z&#34;,&#34;2012-06-22T00:00:00.000Z&#34;,&#34;2012-06-25T00:00:00.000Z&#34;,&#34;2012-06-26T00:00:00.000Z&#34;,&#34;2012-06-27T00:00:00.000Z&#34;,&#34;2012-06-28T00:00:00.000Z&#34;,&#34;2012-06-29T00:00:00.000Z&#34;,&#34;2012-07-02T00:00:00.000Z&#34;,&#34;2012-07-03T00:00:00.000Z&#34;,&#34;2012-07-05T00:00:00.000Z&#34;,&#34;2012-07-06T00:00:00.000Z&#34;,&#34;2012-07-09T00:00:00.000Z&#34;,&#34;2012-07-10T00:00:00.000Z&#34;,&#34;2012-07-11T00:00:00.000Z&#34;,&#34;2012-07-12T00:00:00.000Z&#34;,&#34;2012-07-13T00:00:00.000Z&#34;,&#34;2012-07-16T00:00:00.000Z&#34;,&#34;2012-07-17T00:00:00.000Z&#34;,&#34;2012-07-18T00:00:00.000Z&#34;,&#34;2012-07-19T00:00:00.000Z&#34;,&#34;2012-07-20T00:00:00.000Z&#34;,&#34;2012-07-23T00:00:00.000Z&#34;,&#34;2012-07-24T00:00:00.000Z&#34;,&#34;2012-07-25T00:00:00.000Z&#34;,&#34;2012-07-26T00:00:00.000Z&#34;,&#34;2012-07-27T00:00:00.000Z&#34;,&#34;2012-07-30T00:00:00.000Z&#34;,&#34;2012-07-31T00:00:00.000Z&#34;,&#34;2012-08-01T00:00:00.000Z&#34;,&#34;2012-08-02T00:00:00.000Z&#34;,&#34;2012-08-03T00:00:00.000Z&#34;,&#34;2012-08-06T00:00:00.000Z&#34;,&#34;2012-08-07T00:00:00.000Z&#34;,&#34;2012-08-08T00:00:00.000Z&#34;,&#34;2012-08-09T00:00:00.000Z&#34;,&#34;2012-08-10T00:00:00.000Z&#34;,&#34;2012-08-13T00:00:00.000Z&#34;,&#34;2012-08-14T00:00:00.000Z&#34;,&#34;2012-08-15T00:00:00.000Z&#34;,&#34;2012-08-16T00:00:00.000Z&#34;,&#34;2012-08-17T00:00:00.000Z&#34;,&#34;2012-08-20T00:00:00.000Z&#34;,&#34;2012-08-21T00:00:00.000Z&#34;,&#34;2012-08-22T00:00:00.000Z&#34;,&#34;2012-08-23T00:00:00.000Z&#34;,&#34;2012-08-24T00:00:00.000Z&#34;,&#34;2012-08-27T00:00:00.000Z&#34;,&#34;2012-08-28T00:00:00.000Z&#34;,&#34;2012-08-29T00:00:00.000Z&#34;,&#34;2012-08-30T00:00:00.000Z&#34;,&#34;2012-08-31T00:00:00.000Z&#34;,&#34;2012-09-04T00:00:00.000Z&#34;,&#34;2012-09-05T00:00:00.000Z&#34;,&#34;2012-09-06T00:00:00.000Z&#34;,&#34;2012-09-07T00:00:00.000Z&#34;,&#34;2012-09-10T00:00:00.000Z&#34;,&#34;2012-09-11T00:00:00.000Z&#34;,&#34;2012-09-12T00:00:00.000Z&#34;,&#34;2012-09-13T00:00:00.000Z&#34;,&#34;2012-09-14T00:00:00.000Z&#34;,&#34;2012-09-17T00:00:00.000Z&#34;,&#34;2012-09-18T00:00:00.000Z&#34;,&#34;2012-09-19T00:00:00.000Z&#34;,&#34;2012-09-20T00:00:00.000Z&#34;,&#34;2012-09-21T00:00:00.000Z&#34;,&#34;2012-09-24T00:00:00.000Z&#34;,&#34;2012-09-25T00:00:00.000Z&#34;,&#34;2012-09-26T00:00:00.000Z&#34;,&#34;2012-09-27T00:00:00.000Z&#34;,&#34;2012-09-28T00:00:00.000Z&#34;,&#34;2012-10-01T00:00:00.000Z&#34;,&#34;2012-10-02T00:00:00.000Z&#34;,&#34;2012-10-03T00:00:00.000Z&#34;,&#34;2012-10-04T00:00:00.000Z&#34;,&#34;2012-10-05T00:00:00.000Z&#34;,&#34;2012-10-08T00:00:00.000Z&#34;,&#34;2012-10-09T00:00:00.000Z&#34;,&#34;2012-10-10T00:00:00.000Z&#34;,&#34;2012-10-11T00:00:00.000Z&#34;,&#34;2012-10-12T00:00:00.000Z&#34;,&#34;2012-10-15T00:00:00.000Z&#34;,&#34;2012-10-16T00:00:00.000Z&#34;,&#34;2012-10-17T00:00:00.000Z&#34;,&#34;2012-10-18T00:00:00.000Z&#34;,&#34;2012-10-19T00:00:00.000Z&#34;,&#34;2012-10-22T00:00:00.000Z&#34;,&#34;2012-10-23T00:00:00.000Z&#34;,&#34;2012-10-24T00:00:00.000Z&#34;,&#34;2012-10-25T00:00:00.000Z&#34;,&#34;2012-10-26T00:00:00.000Z&#34;,&#34;2012-10-29T00:00:00.000Z&#34;,&#34;2012-10-30T00:00:00.000Z&#34;,&#34;2012-10-31T00:00:00.000Z&#34;,&#34;2012-11-01T00:00:00.000Z&#34;,&#34;2012-11-02T00:00:00.000Z&#34;,&#34;2012-11-05T00:00:00.000Z&#34;,&#34;2012-11-06T00:00:00.000Z&#34;,&#34;2012-11-07T00:00:00.000Z&#34;,&#34;2012-11-08T00:00:00.000Z&#34;,&#34;2012-11-09T00:00:00.000Z&#34;,&#34;2012-11-12T00:00:00.000Z&#34;,&#34;2012-11-13T00:00:00.000Z&#34;,&#34;2012-11-14T00:00:00.000Z&#34;,&#34;2012-11-15T00:00:00.000Z&#34;,&#34;2012-11-16T00:00:00.000Z&#34;,&#34;2012-11-19T00:00:00.000Z&#34;,&#34;2012-11-20T00:00:00.000Z&#34;,&#34;2012-11-21T00:00:00.000Z&#34;,&#34;2012-11-23T00:00:00.000Z&#34;,&#34;2012-11-26T00:00:00.000Z&#34;,&#34;2012-11-27T00:00:00.000Z&#34;,&#34;2012-11-28T00:00:00.000Z&#34;,&#34;2012-11-29T00:00:00.000Z&#34;,&#34;2012-11-30T00:00:00.000Z&#34;,&#34;2012-12-03T00:00:00.000Z&#34;,&#34;2012-12-04T00:00:00.000Z&#34;,&#34;2012-12-05T00:00:00.000Z&#34;,&#34;2012-12-06T00:00:00.000Z&#34;,&#34;2012-12-07T00:00:00.000Z&#34;,&#34;2012-12-10T00:00:00.000Z&#34;,&#34;2012-12-11T00:00:00.000Z&#34;,&#34;2012-12-12T00:00:00.000Z&#34;,&#34;2012-12-13T00:00:00.000Z&#34;,&#34;2012-12-14T00:00:00.000Z&#34;,&#34;2012-12-17T00:00:00.000Z&#34;,&#34;2012-12-18T00:00:00.000Z&#34;,&#34;2012-12-19T00:00:00.000Z&#34;,&#34;2012-12-20T00:00:00.000Z&#34;,&#34;2012-12-21T00:00:00.000Z&#34;,&#34;2012-12-24T00:00:00.000Z&#34;,&#34;2012-12-26T00:00:00.000Z&#34;,&#34;2012-12-27T00:00:00.000Z&#34;,&#34;2012-12-28T00:00:00.000Z&#34;,&#34;2012-12-31T00:00:00.000Z&#34;,&#34;2013-01-02T00:00:00.000Z&#34;,&#34;2013-01-03T00:00:00.000Z&#34;,&#34;2013-01-04T00:00:00.000Z&#34;,&#34;2013-01-07T00:00:00.000Z&#34;,&#34;2013-01-08T00:00:00.000Z&#34;,&#34;2013-01-09T00:00:00.000Z&#34;,&#34;2013-01-10T00:00:00.000Z&#34;,&#34;2013-01-11T00:00:00.000Z&#34;,&#34;2013-01-14T00:00:00.000Z&#34;,&#34;2013-01-15T00:00:00.000Z&#34;,&#34;2013-01-16T00:00:00.000Z&#34;,&#34;2013-01-17T00:00:00.000Z&#34;,&#34;2013-01-18T00:00:00.000Z&#34;,&#34;2013-01-22T00:00:00.000Z&#34;,&#34;2013-01-23T00:00:00.000Z&#34;,&#34;2013-01-24T00:00:00.000Z&#34;,&#34;2013-01-25T00:00:00.000Z&#34;,&#34;2013-01-28T00:00:00.000Z&#34;,&#34;2013-01-29T00:00:00.000Z&#34;,&#34;2013-01-30T00:00:00.000Z&#34;,&#34;2013-01-31T00:00:00.000Z&#34;,&#34;2013-02-01T00:00:00.000Z&#34;,&#34;2013-02-04T00:00:00.000Z&#34;,&#34;2013-02-05T00:00:00.000Z&#34;,&#34;2013-02-06T00:00:00.000Z&#34;,&#34;2013-02-07T00:00:00.000Z&#34;,&#34;2013-02-08T00:00:00.000Z&#34;,&#34;2013-02-11T00:00:00.000Z&#34;,&#34;2013-02-12T00:00:00.000Z&#34;,&#34;2013-02-13T00:00:00.000Z&#34;,&#34;2013-02-14T00:00:00.000Z&#34;,&#34;2013-02-15T00:00:00.000Z&#34;,&#34;2013-02-19T00:00:00.000Z&#34;,&#34;2013-02-20T00:00:00.000Z&#34;,&#34;2013-02-21T00:00:00.000Z&#34;,&#34;2013-02-22T00:00:00.000Z&#34;,&#34;2013-02-25T00:00:00.000Z&#34;,&#34;2013-02-26T00:00:00.000Z&#34;,&#34;2013-02-27T00:00:00.000Z&#34;,&#34;2013-02-28T00:00:00.000Z&#34;,&#34;2013-03-01T00:00:00.000Z&#34;,&#34;2013-03-04T00:00:00.000Z&#34;,&#34;2013-03-05T00:00:00.000Z&#34;,&#34;2013-03-06T00:00:00.000Z&#34;,&#34;2013-03-07T00:00:00.000Z&#34;,&#34;2013-03-08T00:00:00.000Z&#34;,&#34;2013-03-11T00:00:00.000Z&#34;,&#34;2013-03-12T00:00:00.000Z&#34;,&#34;2013-03-13T00:00:00.000Z&#34;,&#34;2013-03-14T00:00:00.000Z&#34;,&#34;2013-03-15T00:00:00.000Z&#34;,&#34;2013-03-18T00:00:00.000Z&#34;,&#34;2013-03-19T00:00:00.000Z&#34;,&#34;2013-03-20T00:00:00.000Z&#34;,&#34;2013-03-21T00:00:00.000Z&#34;,&#34;2013-03-22T00:00:00.000Z&#34;,&#34;2013-03-25T00:00:00.000Z&#34;,&#34;2013-03-26T00:00:00.000Z&#34;,&#34;2013-03-27T00:00:00.000Z&#34;,&#34;2013-03-28T00:00:00.000Z&#34;,&#34;2013-04-01T00:00:00.000Z&#34;,&#34;2013-04-02T00:00:00.000Z&#34;,&#34;2013-04-03T00:00:00.000Z&#34;,&#34;2013-04-04T00:00:00.000Z&#34;,&#34;2013-04-05T00:00:00.000Z&#34;,&#34;2013-04-08T00:00:00.000Z&#34;,&#34;2013-04-09T00:00:00.000Z&#34;,&#34;2013-04-10T00:00:00.000Z&#34;,&#34;2013-04-11T00:00:00.000Z&#34;,&#34;2013-04-12T00:00:00.000Z&#34;,&#34;2013-04-15T00:00:00.000Z&#34;,&#34;2013-04-16T00:00:00.000Z&#34;,&#34;2013-04-17T00:00:00.000Z&#34;,&#34;2013-04-18T00:00:00.000Z&#34;,&#34;2013-04-19T00:00:00.000Z&#34;,&#34;2013-04-22T00:00:00.000Z&#34;,&#34;2013-04-23T00:00:00.000Z&#34;,&#34;2013-04-24T00:00:00.000Z&#34;,&#34;2013-04-25T00:00:00.000Z&#34;,&#34;2013-04-26T00:00:00.000Z&#34;,&#34;2013-04-29T00:00:00.000Z&#34;,&#34;2013-04-30T00:00:00.000Z&#34;,&#34;2013-05-01T00:00:00.000Z&#34;,&#34;2013-05-02T00:00:00.000Z&#34;,&#34;2013-05-03T00:00:00.000Z&#34;,&#34;2013-05-06T00:00:00.000Z&#34;,&#34;2013-05-07T00:00:00.000Z&#34;,&#34;2013-05-08T00:00:00.000Z&#34;,&#34;2013-05-09T00:00:00.000Z&#34;,&#34;2013-05-10T00:00:00.000Z&#34;,&#34;2013-05-13T00:00:00.000Z&#34;,&#34;2013-05-14T00:00:00.000Z&#34;,&#34;2013-05-15T00:00:00.000Z&#34;,&#34;2013-05-16T00:00:00.000Z&#34;,&#34;2013-05-17T00:00:00.000Z&#34;,&#34;2013-05-20T00:00:00.000Z&#34;,&#34;2013-05-21T00:00:00.000Z&#34;,&#34;2013-05-22T00:00:00.000Z&#34;,&#34;2013-05-23T00:00:00.000Z&#34;,&#34;2013-05-24T00:00:00.000Z&#34;,&#34;2013-05-28T00:00:00.000Z&#34;,&#34;2013-05-29T00:00:00.000Z&#34;,&#34;2013-05-30T00:00:00.000Z&#34;,&#34;2013-05-31T00:00:00.000Z&#34;,&#34;2013-06-03T00:00:00.000Z&#34;,&#34;2013-06-04T00:00:00.000Z&#34;,&#34;2013-06-05T00:00:00.000Z&#34;,&#34;2013-06-06T00:00:00.000Z&#34;,&#34;2013-06-07T00:00:00.000Z&#34;,&#34;2013-06-10T00:00:00.000Z&#34;,&#34;2013-06-11T00:00:00.000Z&#34;,&#34;2013-06-12T00:00:00.000Z&#34;,&#34;2013-06-13T00:00:00.000Z&#34;,&#34;2013-06-14T00:00:00.000Z&#34;,&#34;2013-06-17T00:00:00.000Z&#34;,&#34;2013-06-18T00:00:00.000Z&#34;,&#34;2013-06-19T00:00:00.000Z&#34;,&#34;2013-06-20T00:00:00.000Z&#34;,&#34;2013-06-21T00:00:00.000Z&#34;,&#34;2013-06-24T00:00:00.000Z&#34;,&#34;2013-06-25T00:00:00.000Z&#34;,&#34;2013-06-26T00:00:00.000Z&#34;,&#34;2013-06-27T00:00:00.000Z&#34;,&#34;2013-06-28T00:00:00.000Z&#34;,&#34;2013-07-01T00:00:00.000Z&#34;,&#34;2013-07-02T00:00:00.000Z&#34;,&#34;2013-07-03T00:00:00.000Z&#34;,&#34;2013-07-05T00:00:00.000Z&#34;,&#34;2013-07-08T00:00:00.000Z&#34;,&#34;2013-07-09T00:00:00.000Z&#34;,&#34;2013-07-10T00:00:00.000Z&#34;,&#34;2013-07-11T00:00:00.000Z&#34;,&#34;2013-07-12T00:00:00.000Z&#34;,&#34;2013-07-15T00:00:00.000Z&#34;,&#34;2013-07-16T00:00:00.000Z&#34;,&#34;2013-07-17T00:00:00.000Z&#34;,&#34;2013-07-18T00:00:00.000Z&#34;,&#34;2013-07-19T00:00:00.000Z&#34;,&#34;2013-07-22T00:00:00.000Z&#34;,&#34;2013-07-23T00:00:00.000Z&#34;,&#34;2013-07-24T00:00:00.000Z&#34;,&#34;2013-07-25T00:00:00.000Z&#34;,&#34;2013-07-26T00:00:00.000Z&#34;,&#34;2013-07-29T00:00:00.000Z&#34;,&#34;2013-07-30T00:00:00.000Z&#34;,&#34;2013-07-31T00:00:00.000Z&#34;,&#34;2013-08-01T00:00:00.000Z&#34;,&#34;2013-08-02T00:00:00.000Z&#34;,&#34;2013-08-05T00:00:00.000Z&#34;,&#34;2013-08-06T00:00:00.000Z&#34;,&#34;2013-08-07T00:00:00.000Z&#34;,&#34;2013-08-08T00:00:00.000Z&#34;,&#34;2013-08-09T00:00:00.000Z&#34;,&#34;2013-08-12T00:00:00.000Z&#34;,&#34;2013-08-13T00:00:00.000Z&#34;,&#34;2013-08-14T00:00:00.000Z&#34;,&#34;2013-08-15T00:00:00.000Z&#34;,&#34;2013-08-16T00:00:00.000Z&#34;,&#34;2013-08-19T00:00:00.000Z&#34;,&#34;2013-08-20T00:00:00.000Z&#34;,&#34;2013-08-21T00:00:00.000Z&#34;,&#34;2013-08-22T00:00:00.000Z&#34;,&#34;2013-08-23T00:00:00.000Z&#34;,&#34;2013-08-26T00:00:00.000Z&#34;,&#34;2013-08-27T00:00:00.000Z&#34;,&#34;2013-08-28T00:00:00.000Z&#34;,&#34;2013-08-29T00:00:00.000Z&#34;,&#34;2013-08-30T00:00:00.000Z&#34;,&#34;2013-09-03T00:00:00.000Z&#34;,&#34;2013-09-04T00:00:00.000Z&#34;,&#34;2013-09-05T00:00:00.000Z&#34;,&#34;2013-09-06T00:00:00.000Z&#34;,&#34;2013-09-09T00:00:00.000Z&#34;,&#34;2013-09-10T00:00:00.000Z&#34;,&#34;2013-09-11T00:00:00.000Z&#34;,&#34;2013-09-12T00:00:00.000Z&#34;,&#34;2013-09-13T00:00:00.000Z&#34;,&#34;2013-09-16T00:00:00.000Z&#34;,&#34;2013-09-17T00:00:00.000Z&#34;,&#34;2013-09-18T00:00:00.000Z&#34;,&#34;2013-09-19T00:00:00.000Z&#34;,&#34;2013-09-20T00:00:00.000Z&#34;,&#34;2013-09-23T00:00:00.000Z&#34;,&#34;2013-09-24T00:00:00.000Z&#34;,&#34;2013-09-25T00:00:00.000Z&#34;,&#34;2013-09-26T00:00:00.000Z&#34;,&#34;2013-09-27T00:00:00.000Z&#34;,&#34;2013-09-30T00:00:00.000Z&#34;,&#34;2013-10-01T00:00:00.000Z&#34;,&#34;2013-10-02T00:00:00.000Z&#34;,&#34;2013-10-03T00:00:00.000Z&#34;,&#34;2013-10-04T00:00:00.000Z&#34;,&#34;2013-10-07T00:00:00.000Z&#34;,&#34;2013-10-08T00:00:00.000Z&#34;,&#34;2013-10-09T00:00:00.000Z&#34;,&#34;2013-10-10T00:00:00.000Z&#34;,&#34;2013-10-11T00:00:00.000Z&#34;,&#34;2013-10-14T00:00:00.000Z&#34;,&#34;2013-10-15T00:00:00.000Z&#34;,&#34;2013-10-16T00:00:00.000Z&#34;,&#34;2013-10-17T00:00:00.000Z&#34;,&#34;2013-10-18T00:00:00.000Z&#34;,&#34;2013-10-21T00:00:00.000Z&#34;,&#34;2013-10-22T00:00:00.000Z&#34;,&#34;2013-10-23T00:00:00.000Z&#34;,&#34;2013-10-24T00:00:00.000Z&#34;,&#34;2013-10-25T00:00:00.000Z&#34;,&#34;2013-10-28T00:00:00.000Z&#34;,&#34;2013-10-29T00:00:00.000Z&#34;,&#34;2013-10-30T00:00:00.000Z&#34;,&#34;2013-10-31T00:00:00.000Z&#34;,&#34;2013-11-01T00:00:00.000Z&#34;,&#34;2013-11-04T00:00:00.000Z&#34;,&#34;2013-11-05T00:00:00.000Z&#34;,&#34;2013-11-06T00:00:00.000Z&#34;,&#34;2013-11-07T00:00:00.000Z&#34;,&#34;2013-11-08T00:00:00.000Z&#34;,&#34;2013-11-11T00:00:00.000Z&#34;,&#34;2013-11-12T00:00:00.000Z&#34;,&#34;2013-11-13T00:00:00.000Z&#34;,&#34;2013-11-14T00:00:00.000Z&#34;,&#34;2013-11-15T00:00:00.000Z&#34;,&#34;2013-11-18T00:00:00.000Z&#34;,&#34;2013-11-19T00:00:00.000Z&#34;,&#34;2013-11-20T00:00:00.000Z&#34;,&#34;2013-11-21T00:00:00.000Z&#34;,&#34;2013-11-22T00:00:00.000Z&#34;,&#34;2013-11-25T00:00:00.000Z&#34;,&#34;2013-11-26T00:00:00.000Z&#34;,&#34;2013-11-27T00:00:00.000Z&#34;,&#34;2013-11-29T00:00:00.000Z&#34;,&#34;2013-12-02T00:00:00.000Z&#34;,&#34;2013-12-03T00:00:00.000Z&#34;,&#34;2013-12-04T00:00:00.000Z&#34;,&#34;2013-12-05T00:00:00.000Z&#34;,&#34;2013-12-06T00:00:00.000Z&#34;,&#34;2013-12-09T00:00:00.000Z&#34;,&#34;2013-12-10T00:00:00.000Z&#34;,&#34;2013-12-11T00:00:00.000Z&#34;,&#34;2013-12-12T00:00:00.000Z&#34;,&#34;2013-12-13T00:00:00.000Z&#34;,&#34;2013-12-16T00:00:00.000Z&#34;,&#34;2013-12-17T00:00:00.000Z&#34;,&#34;2013-12-18T00:00:00.000Z&#34;,&#34;2013-12-19T00:00:00.000Z&#34;,&#34;2013-12-20T00:00:00.000Z&#34;,&#34;2013-12-23T00:00:00.000Z&#34;,&#34;2013-12-24T00:00:00.000Z&#34;,&#34;2013-12-26T00:00:00.000Z&#34;,&#34;2013-12-27T00:00:00.000Z&#34;,&#34;2013-12-30T00:00:00.000Z&#34;,&#34;2013-12-31T00:00:00.000Z&#34;,&#34;2014-01-02T00:00:00.000Z&#34;,&#34;2014-01-03T00:00:00.000Z&#34;,&#34;2014-01-06T00:00:00.000Z&#34;,&#34;2014-01-07T00:00:00.000Z&#34;,&#34;2014-01-08T00:00:00.000Z&#34;,&#34;2014-01-09T00:00:00.000Z&#34;,&#34;2014-01-10T00:00:00.000Z&#34;,&#34;2014-01-13T00:00:00.000Z&#34;,&#34;2014-01-14T00:00:00.000Z&#34;,&#34;2014-01-15T00:00:00.000Z&#34;,&#34;2014-01-16T00:00:00.000Z&#34;,&#34;2014-01-17T00:00:00.000Z&#34;,&#34;2014-01-21T00:00:00.000Z&#34;,&#34;2014-01-22T00:00:00.000Z&#34;,&#34;2014-01-23T00:00:00.000Z&#34;,&#34;2014-01-24T00:00:00.000Z&#34;,&#34;2014-01-27T00:00:00.000Z&#34;,&#34;2014-01-28T00:00:00.000Z&#34;,&#34;2014-01-29T00:00:00.000Z&#34;,&#34;2014-01-30T00:00:00.000Z&#34;,&#34;2014-01-31T00:00:00.000Z&#34;,&#34;2014-02-03T00:00:00.000Z&#34;,&#34;2014-02-04T00:00:00.000Z&#34;,&#34;2014-02-05T00:00:00.000Z&#34;,&#34;2014-02-06T00:00:00.000Z&#34;,&#34;2014-02-07T00:00:00.000Z&#34;,&#34;2014-02-10T00:00:00.000Z&#34;,&#34;2014-02-11T00:00:00.000Z&#34;,&#34;2014-02-12T00:00:00.000Z&#34;,&#34;2014-02-13T00:00:00.000Z&#34;,&#34;2014-02-14T00:00:00.000Z&#34;,&#34;2014-02-18T00:00:00.000Z&#34;,&#34;2014-02-19T00:00:00.000Z&#34;,&#34;2014-02-20T00:00:00.000Z&#34;,&#34;2014-02-21T00:00:00.000Z&#34;,&#34;2014-02-24T00:00:00.000Z&#34;,&#34;2014-02-25T00:00:00.000Z&#34;,&#34;2014-02-26T00:00:00.000Z&#34;,&#34;2014-02-27T00:00:00.000Z&#34;,&#34;2014-02-28T00:00:00.000Z&#34;,&#34;2014-03-03T00:00:00.000Z&#34;,&#34;2014-03-04T00:00:00.000Z&#34;,&#34;2014-03-05T00:00:00.000Z&#34;,&#34;2014-03-06T00:00:00.000Z&#34;,&#34;2014-03-07T00:00:00.000Z&#34;,&#34;2014-03-10T00:00:00.000Z&#34;,&#34;2014-03-11T00:00:00.000Z&#34;,&#34;2014-03-12T00:00:00.000Z&#34;,&#34;2014-03-13T00:00:00.000Z&#34;,&#34;2014-03-14T00:00:00.000Z&#34;,&#34;2014-03-17T00:00:00.000Z&#34;,&#34;2014-03-18T00:00:00.000Z&#34;,&#34;2014-03-19T00:00:00.000Z&#34;,&#34;2014-03-20T00:00:00.000Z&#34;,&#34;2014-03-21T00:00:00.000Z&#34;,&#34;2014-03-24T00:00:00.000Z&#34;,&#34;2014-03-25T00:00:00.000Z&#34;,&#34;2014-03-26T00:00:00.000Z&#34;,&#34;2014-03-27T00:00:00.000Z&#34;,&#34;2014-03-28T00:00:00.000Z&#34;,&#34;2014-03-31T00:00:00.000Z&#34;,&#34;2014-04-01T00:00:00.000Z&#34;,&#34;2014-04-02T00:00:00.000Z&#34;,&#34;2014-04-03T00:00:00.000Z&#34;,&#34;2014-04-04T00:00:00.000Z&#34;,&#34;2014-04-07T00:00:00.000Z&#34;,&#34;2014-04-08T00:00:00.000Z&#34;,&#34;2014-04-09T00:00:00.000Z&#34;,&#34;2014-04-10T00:00:00.000Z&#34;,&#34;2014-04-11T00:00:00.000Z&#34;,&#34;2014-04-14T00:00:00.000Z&#34;,&#34;2014-04-15T00:00:00.000Z&#34;,&#34;2014-04-16T00:00:00.000Z&#34;,&#34;2014-04-17T00:00:00.000Z&#34;,&#34;2014-04-21T00:00:00.000Z&#34;,&#34;2014-04-22T00:00:00.000Z&#34;,&#34;2014-04-23T00:00:00.000Z&#34;,&#34;2014-04-24T00:00:00.000Z&#34;,&#34;2014-04-25T00:00:00.000Z&#34;,&#34;2014-04-28T00:00:00.000Z&#34;,&#34;2014-04-29T00:00:00.000Z&#34;,&#34;2014-04-30T00:00:00.000Z&#34;,&#34;2014-05-01T00:00:00.000Z&#34;,&#34;2014-05-02T00:00:00.000Z&#34;,&#34;2014-05-05T00:00:00.000Z&#34;,&#34;2014-05-06T00:00:00.000Z&#34;,&#34;2014-05-07T00:00:00.000Z&#34;,&#34;2014-05-08T00:00:00.000Z&#34;,&#34;2014-05-09T00:00:00.000Z&#34;,&#34;2014-05-12T00:00:00.000Z&#34;,&#34;2014-05-13T00:00:00.000Z&#34;,&#34;2014-05-14T00:00:00.000Z&#34;,&#34;2014-05-15T00:00:00.000Z&#34;,&#34;2014-05-16T00:00:00.000Z&#34;,&#34;2014-05-19T00:00:00.000Z&#34;,&#34;2014-05-20T00:00:00.000Z&#34;,&#34;2014-05-21T00:00:00.000Z&#34;,&#34;2014-05-22T00:00:00.000Z&#34;,&#34;2014-05-23T00:00:00.000Z&#34;,&#34;2014-05-27T00:00:00.000Z&#34;,&#34;2014-05-28T00:00:00.000Z&#34;,&#34;2014-05-29T00:00:00.000Z&#34;,&#34;2014-05-30T00:00:00.000Z&#34;,&#34;2014-06-02T00:00:00.000Z&#34;,&#34;2014-06-03T00:00:00.000Z&#34;,&#34;2014-06-04T00:00:00.000Z&#34;,&#34;2014-06-05T00:00:00.000Z&#34;,&#34;2014-06-06T00:00:00.000Z&#34;,&#34;2014-06-09T00:00:00.000Z&#34;,&#34;2014-06-10T00:00:00.000Z&#34;,&#34;2014-06-11T00:00:00.000Z&#34;,&#34;2014-06-12T00:00:00.000Z&#34;,&#34;2014-06-13T00:00:00.000Z&#34;,&#34;2014-06-16T00:00:00.000Z&#34;,&#34;2014-06-17T00:00:00.000Z&#34;,&#34;2014-06-18T00:00:00.000Z&#34;,&#34;2014-06-19T00:00:00.000Z&#34;,&#34;2014-06-20T00:00:00.000Z&#34;,&#34;2014-06-23T00:00:00.000Z&#34;,&#34;2014-06-24T00:00:00.000Z&#34;,&#34;2014-06-25T00:00:00.000Z&#34;,&#34;2014-06-26T00:00:00.000Z&#34;,&#34;2014-06-27T00:00:00.000Z&#34;,&#34;2014-06-30T00:00:00.000Z&#34;,&#34;2014-07-01T00:00:00.000Z&#34;,&#34;2014-07-02T00:00:00.000Z&#34;,&#34;2014-07-03T00:00:00.000Z&#34;,&#34;2014-07-07T00:00:00.000Z&#34;,&#34;2014-07-08T00:00:00.000Z&#34;,&#34;2014-07-09T00:00:00.000Z&#34;,&#34;2014-07-10T00:00:00.000Z&#34;,&#34;2014-07-11T00:00:00.000Z&#34;,&#34;2014-07-14T00:00:00.000Z&#34;,&#34;2014-07-15T00:00:00.000Z&#34;,&#34;2014-07-16T00:00:00.000Z&#34;,&#34;2014-07-17T00:00:00.000Z&#34;,&#34;2014-07-18T00:00:00.000Z&#34;,&#34;2014-07-21T00:00:00.000Z&#34;,&#34;2014-07-22T00:00:00.000Z&#34;,&#34;2014-07-23T00:00:00.000Z&#34;,&#34;2014-07-24T00:00:00.000Z&#34;,&#34;2014-07-25T00:00:00.000Z&#34;,&#34;2014-07-28T00:00:00.000Z&#34;,&#34;2014-07-29T00:00:00.000Z&#34;,&#34;2014-07-30T00:00:00.000Z&#34;,&#34;2014-07-31T00:00:00.000Z&#34;,&#34;2014-08-01T00:00:00.000Z&#34;,&#34;2014-08-04T00:00:00.000Z&#34;,&#34;2014-08-05T00:00:00.000Z&#34;,&#34;2014-08-06T00:00:00.000Z&#34;,&#34;2014-08-07T00:00:00.000Z&#34;,&#34;2014-08-08T00:00:00.000Z&#34;,&#34;2014-08-11T00:00:00.000Z&#34;,&#34;2014-08-12T00:00:00.000Z&#34;,&#34;2014-08-13T00:00:00.000Z&#34;,&#34;2014-08-14T00:00:00.000Z&#34;,&#34;2014-08-15T00:00:00.000Z&#34;,&#34;2014-08-18T00:00:00.000Z&#34;,&#34;2014-08-19T00:00:00.000Z&#34;,&#34;2014-08-20T00:00:00.000Z&#34;,&#34;2014-08-21T00:00:00.000Z&#34;,&#34;2014-08-22T00:00:00.000Z&#34;,&#34;2014-08-25T00:00:00.000Z&#34;,&#34;2014-08-26T00:00:00.000Z&#34;,&#34;2014-08-27T00:00:00.000Z&#34;,&#34;2014-08-28T00:00:00.000Z&#34;,&#34;2014-08-29T00:00:00.000Z&#34;,&#34;2014-09-02T00:00:00.000Z&#34;,&#34;2014-09-03T00:00:00.000Z&#34;,&#34;2014-09-04T00:00:00.000Z&#34;,&#34;2014-09-05T00:00:00.000Z&#34;,&#34;2014-09-08T00:00:00.000Z&#34;,&#34;2014-09-09T00:00:00.000Z&#34;,&#34;2014-09-10T00:00:00.000Z&#34;,&#34;2014-09-11T00:00:00.000Z&#34;,&#34;2014-09-12T00:00:00.000Z&#34;,&#34;2014-09-15T00:00:00.000Z&#34;,&#34;2014-09-16T00:00:00.000Z&#34;,&#34;2014-09-17T00:00:00.000Z&#34;,&#34;2014-09-18T00:00:00.000Z&#34;,&#34;2014-09-19T00:00:00.000Z&#34;,&#34;2014-09-22T00:00:00.000Z&#34;,&#34;2014-09-23T00:00:00.000Z&#34;,&#34;2014-09-24T00:00:00.000Z&#34;,&#34;2014-09-25T00:00:00.000Z&#34;,&#34;2014-09-26T00:00:00.000Z&#34;,&#34;2014-09-29T00:00:00.000Z&#34;,&#34;2014-09-30T00:00:00.000Z&#34;,&#34;2014-10-01T00:00:00.000Z&#34;,&#34;2014-10-02T00:00:00.000Z&#34;,&#34;2014-10-03T00:00:00.000Z&#34;,&#34;2014-10-06T00:00:00.000Z&#34;,&#34;2014-10-07T00:00:00.000Z&#34;,&#34;2014-10-08T00:00:00.000Z&#34;,&#34;2014-10-09T00:00:00.000Z&#34;,&#34;2014-10-10T00:00:00.000Z&#34;,&#34;2014-10-13T00:00:00.000Z&#34;,&#34;2014-10-14T00:00:00.000Z&#34;,&#34;2014-10-15T00:00:00.000Z&#34;,&#34;2014-10-16T00:00:00.000Z&#34;,&#34;2014-10-17T00:00:00.000Z&#34;,&#34;2014-10-20T00:00:00.000Z&#34;,&#34;2014-10-21T00:00:00.000Z&#34;,&#34;2014-10-22T00:00:00.000Z&#34;,&#34;2014-10-23T00:00:00.000Z&#34;,&#34;2014-10-24T00:00:00.000Z&#34;,&#34;2014-10-27T00:00:00.000Z&#34;,&#34;2014-10-28T00:00:00.000Z&#34;,&#34;2014-10-29T00:00:00.000Z&#34;,&#34;2014-10-30T00:00:00.000Z&#34;,&#34;2014-10-31T00:00:00.000Z&#34;,&#34;2014-11-03T00:00:00.000Z&#34;,&#34;2014-11-04T00:00:00.000Z&#34;,&#34;2014-11-05T00:00:00.000Z&#34;,&#34;2014-11-06T00:00:00.000Z&#34;,&#34;2014-11-07T00:00:00.000Z&#34;,&#34;2014-11-10T00:00:00.000Z&#34;,&#34;2014-11-11T00:00:00.000Z&#34;,&#34;2014-11-12T00:00:00.000Z&#34;,&#34;2014-11-13T00:00:00.000Z&#34;,&#34;2014-11-14T00:00:00.000Z&#34;,&#34;2014-11-17T00:00:00.000Z&#34;,&#34;2014-11-18T00:00:00.000Z&#34;,&#34;2014-11-19T00:00:00.000Z&#34;,&#34;2014-11-20T00:00:00.000Z&#34;,&#34;2014-11-21T00:00:00.000Z&#34;,&#34;2014-11-24T00:00:00.000Z&#34;,&#34;2014-11-25T00:00:00.000Z&#34;,&#34;2014-11-26T00:00:00.000Z&#34;,&#34;2014-11-28T00:00:00.000Z&#34;,&#34;2014-12-01T00:00:00.000Z&#34;,&#34;2014-12-02T00:00:00.000Z&#34;,&#34;2014-12-03T00:00:00.000Z&#34;,&#34;2014-12-04T00:00:00.000Z&#34;,&#34;2014-12-05T00:00:00.000Z&#34;,&#34;2014-12-08T00:00:00.000Z&#34;,&#34;2014-12-09T00:00:00.000Z&#34;,&#34;2014-12-10T00:00:00.000Z&#34;,&#34;2014-12-11T00:00:00.000Z&#34;,&#34;2014-12-12T00:00:00.000Z&#34;,&#34;2014-12-15T00:00:00.000Z&#34;,&#34;2014-12-16T00:00:00.000Z&#34;,&#34;2014-12-17T00:00:00.000Z&#34;,&#34;2014-12-18T00:00:00.000Z&#34;,&#34;2014-12-19T00:00:00.000Z&#34;,&#34;2014-12-22T00:00:00.000Z&#34;,&#34;2014-12-23T00:00:00.000Z&#34;,&#34;2014-12-24T00:00:00.000Z&#34;,&#34;2014-12-26T00:00:00.000Z&#34;,&#34;2014-12-29T00:00:00.000Z&#34;,&#34;2014-12-30T00:00:00.000Z&#34;,&#34;2014-12-31T00:00:00.000Z&#34;,&#34;2015-01-02T00:00:00.000Z&#34;,&#34;2015-01-05T00:00:00.000Z&#34;,&#34;2015-01-06T00:00:00.000Z&#34;,&#34;2015-01-07T00:00:00.000Z&#34;,&#34;2015-01-08T00:00:00.000Z&#34;,&#34;2015-01-09T00:00:00.000Z&#34;,&#34;2015-01-12T00:00:00.000Z&#34;,&#34;2015-01-13T00:00:00.000Z&#34;,&#34;2015-01-14T00:00:00.000Z&#34;,&#34;2015-01-15T00:00:00.000Z&#34;,&#34;2015-01-16T00:00:00.000Z&#34;,&#34;2015-01-20T00:00:00.000Z&#34;,&#34;2015-01-21T00:00:00.000Z&#34;,&#34;2015-01-22T00:00:00.000Z&#34;,&#34;2015-01-23T00:00:00.000Z&#34;,&#34;2015-01-26T00:00:00.000Z&#34;,&#34;2015-01-27T00:00:00.000Z&#34;,&#34;2015-01-28T00:00:00.000Z&#34;,&#34;2015-01-29T00:00:00.000Z&#34;,&#34;2015-01-30T00:00:00.000Z&#34;,&#34;2015-02-02T00:00:00.000Z&#34;,&#34;2015-02-03T00:00:00.000Z&#34;,&#34;2015-02-04T00:00:00.000Z&#34;,&#34;2015-02-05T00:00:00.000Z&#34;,&#34;2015-02-06T00:00:00.000Z&#34;,&#34;2015-02-09T00:00:00.000Z&#34;,&#34;2015-02-10T00:00:00.000Z&#34;,&#34;2015-02-11T00:00:00.000Z&#34;,&#34;2015-02-12T00:00:00.000Z&#34;,&#34;2015-02-13T00:00:00.000Z&#34;,&#34;2015-02-17T00:00:00.000Z&#34;,&#34;2015-02-18T00:00:00.000Z&#34;,&#34;2015-02-19T00:00:00.000Z&#34;,&#34;2015-02-20T00:00:00.000Z&#34;,&#34;2015-02-23T00:00:00.000Z&#34;,&#34;2015-02-24T00:00:00.000Z&#34;,&#34;2015-02-25T00:00:00.000Z&#34;,&#34;2015-02-26T00:00:00.000Z&#34;,&#34;2015-02-27T00:00:00.000Z&#34;,&#34;2015-03-02T00:00:00.000Z&#34;,&#34;2015-03-03T00:00:00.000Z&#34;,&#34;2015-03-04T00:00:00.000Z&#34;,&#34;2015-03-05T00:00:00.000Z&#34;,&#34;2015-03-06T00:00:00.000Z&#34;,&#34;2015-03-09T00:00:00.000Z&#34;,&#34;2015-03-10T00:00:00.000Z&#34;,&#34;2015-03-11T00:00:00.000Z&#34;,&#34;2015-03-12T00:00:00.000Z&#34;,&#34;2015-03-13T00:00:00.000Z&#34;,&#34;2015-03-16T00:00:00.000Z&#34;,&#34;2015-03-17T00:00:00.000Z&#34;,&#34;2015-03-18T00:00:00.000Z&#34;,&#34;2015-03-19T00:00:00.000Z&#34;,&#34;2015-03-20T00:00:00.000Z&#34;,&#34;2015-03-23T00:00:00.000Z&#34;,&#34;2015-03-24T00:00:00.000Z&#34;,&#34;2015-03-25T00:00:00.000Z&#34;,&#34;2015-03-26T00:00:00.000Z&#34;,&#34;2015-03-27T00:00:00.000Z&#34;,&#34;2015-03-30T00:00:00.000Z&#34;,&#34;2015-03-31T00:00:00.000Z&#34;,&#34;2015-04-01T00:00:00.000Z&#34;,&#34;2015-04-02T00:00:00.000Z&#34;,&#34;2015-04-03T00:00:00.000Z&#34;,&#34;2015-04-06T00:00:00.000Z&#34;,&#34;2015-04-07T00:00:00.000Z&#34;,&#34;2015-04-08T00:00:00.000Z&#34;,&#34;2015-04-09T00:00:00.000Z&#34;,&#34;2015-04-10T00:00:00.000Z&#34;,&#34;2015-04-13T00:00:00.000Z&#34;,&#34;2015-04-14T00:00:00.000Z&#34;,&#34;2015-04-15T00:00:00.000Z&#34;,&#34;2015-04-16T00:00:00.000Z&#34;,&#34;2015-04-17T00:00:00.000Z&#34;,&#34;2015-04-20T00:00:00.000Z&#34;,&#34;2015-04-21T00:00:00.000Z&#34;,&#34;2015-04-22T00:00:00.000Z&#34;,&#34;2015-04-23T00:00:00.000Z&#34;,&#34;2015-04-24T00:00:00.000Z&#34;,&#34;2015-04-27T00:00:00.000Z&#34;,&#34;2015-04-28T00:00:00.000Z&#34;,&#34;2015-04-29T00:00:00.000Z&#34;,&#34;2015-04-30T00:00:00.000Z&#34;,&#34;2015-05-01T00:00:00.000Z&#34;,&#34;2015-05-04T00:00:00.000Z&#34;,&#34;2015-05-05T00:00:00.000Z&#34;,&#34;2015-05-06T00:00:00.000Z&#34;,&#34;2015-05-07T00:00:00.000Z&#34;,&#34;2015-05-08T00:00:00.000Z&#34;,&#34;2015-05-11T00:00:00.000Z&#34;,&#34;2015-05-12T00:00:00.000Z&#34;,&#34;2015-05-13T00:00:00.000Z&#34;,&#34;2015-05-14T00:00:00.000Z&#34;,&#34;2015-05-15T00:00:00.000Z&#34;,&#34;2015-05-18T00:00:00.000Z&#34;,&#34;2015-05-19T00:00:00.000Z&#34;,&#34;2015-05-20T00:00:00.000Z&#34;,&#34;2015-05-21T00:00:00.000Z&#34;,&#34;2015-05-22T00:00:00.000Z&#34;,&#34;2015-05-26T00:00:00.000Z&#34;,&#34;2015-05-27T00:00:00.000Z&#34;,&#34;2015-05-28T00:00:00.000Z&#34;,&#34;2015-05-29T00:00:00.000Z&#34;,&#34;2015-06-01T00:00:00.000Z&#34;,&#34;2015-06-02T00:00:00.000Z&#34;,&#34;2015-06-03T00:00:00.000Z&#34;,&#34;2015-06-04T00:00:00.000Z&#34;,&#34;2015-06-05T00:00:00.000Z&#34;,&#34;2015-06-08T00:00:00.000Z&#34;,&#34;2015-06-09T00:00:00.000Z&#34;,&#34;2015-06-10T00:00:00.000Z&#34;,&#34;2015-06-11T00:00:00.000Z&#34;,&#34;2015-06-12T00:00:00.000Z&#34;,&#34;2015-06-15T00:00:00.000Z&#34;,&#34;2015-06-16T00:00:00.000Z&#34;,&#34;2015-06-17T00:00:00.000Z&#34;,&#34;2015-06-18T00:00:00.000Z&#34;,&#34;2015-06-19T00:00:00.000Z&#34;,&#34;2015-06-22T00:00:00.000Z&#34;,&#34;2015-06-23T00:00:00.000Z&#34;,&#34;2015-06-24T00:00:00.000Z&#34;,&#34;2015-06-25T00:00:00.000Z&#34;,&#34;2015-06-26T00:00:00.000Z&#34;,&#34;2015-06-29T00:00:00.000Z&#34;,&#34;2015-06-30T00:00:00.000Z&#34;,&#34;2015-07-01T00:00:00.000Z&#34;,&#34;2015-07-02T00:00:00.000Z&#34;,&#34;2015-07-06T00:00:00.000Z&#34;,&#34;2015-07-07T00:00:00.000Z&#34;,&#34;2015-07-08T00:00:00.000Z&#34;,&#34;2015-07-09T00:00:00.000Z&#34;,&#34;2015-07-10T00:00:00.000Z&#34;,&#34;2015-07-13T00:00:00.000Z&#34;,&#34;2015-07-14T00:00:00.000Z&#34;,&#34;2015-07-15T00:00:00.000Z&#34;,&#34;2015-07-16T00:00:00.000Z&#34;,&#34;2015-07-17T00:00:00.000Z&#34;,&#34;2015-07-20T00:00:00.000Z&#34;,&#34;2015-07-21T00:00:00.000Z&#34;,&#34;2015-07-22T00:00:00.000Z&#34;,&#34;2015-07-23T00:00:00.000Z&#34;,&#34;2015-07-24T00:00:00.000Z&#34;,&#34;2015-07-27T00:00:00.000Z&#34;,&#34;2015-07-28T00:00:00.000Z&#34;,&#34;2015-07-29T00:00:00.000Z&#34;,&#34;2015-07-30T00:00:00.000Z&#34;,&#34;2015-07-31T00:00:00.000Z&#34;,&#34;2015-08-03T00:00:00.000Z&#34;,&#34;2015-08-04T00:00:00.000Z&#34;,&#34;2015-08-05T00:00:00.000Z&#34;,&#34;2015-08-06T00:00:00.000Z&#34;,&#34;2015-08-07T00:00:00.000Z&#34;,&#34;2015-08-10T00:00:00.000Z&#34;,&#34;2015-08-11T00:00:00.000Z&#34;,&#34;2015-08-12T00:00:00.000Z&#34;,&#34;2015-08-13T00:00:00.000Z&#34;,&#34;2015-08-14T00:00:00.000Z&#34;,&#34;2015-08-17T00:00:00.000Z&#34;,&#34;2015-08-18T00:00:00.000Z&#34;,&#34;2015-08-19T00:00:00.000Z&#34;,&#34;2015-08-20T00:00:00.000Z&#34;,&#34;2015-08-21T00:00:00.000Z&#34;,&#34;2015-08-24T00:00:00.000Z&#34;,&#34;2015-08-25T00:00:00.000Z&#34;,&#34;2015-08-26T00:00:00.000Z&#34;,&#34;2015-08-27T00:00:00.000Z&#34;,&#34;2015-08-28T00:00:00.000Z&#34;,&#34;2015-08-31T00:00:00.000Z&#34;,&#34;2015-09-01T00:00:00.000Z&#34;,&#34;2015-09-02T00:00:00.000Z&#34;,&#34;2015-09-03T00:00:00.000Z&#34;,&#34;2015-09-04T00:00:00.000Z&#34;,&#34;2015-09-08T00:00:00.000Z&#34;,&#34;2015-09-09T00:00:00.000Z&#34;,&#34;2015-09-10T00:00:00.000Z&#34;,&#34;2015-09-11T00:00:00.000Z&#34;,&#34;2015-09-14T00:00:00.000Z&#34;,&#34;2015-09-15T00:00:00.000Z&#34;,&#34;2015-09-16T00:00:00.000Z&#34;,&#34;2015-09-17T00:00:00.000Z&#34;,&#34;2015-09-18T00:00:00.000Z&#34;,&#34;2015-09-21T00:00:00.000Z&#34;,&#34;2015-09-22T00:00:00.000Z&#34;,&#34;2015-09-23T00:00:00.000Z&#34;,&#34;2015-09-24T00:00:00.000Z&#34;,&#34;2015-09-25T00:00:00.000Z&#34;,&#34;2015-09-28T00:00:00.000Z&#34;,&#34;2015-09-29T00:00:00.000Z&#34;,&#34;2015-09-30T00:00:00.000Z&#34;,&#34;2015-10-01T00:00:00.000Z&#34;,&#34;2015-10-02T00:00:00.000Z&#34;,&#34;2015-10-05T00:00:00.000Z&#34;,&#34;2015-10-06T00:00:00.000Z&#34;,&#34;2015-10-07T00:00:00.000Z&#34;,&#34;2015-10-08T00:00:00.000Z&#34;,&#34;2015-10-09T00:00:00.000Z&#34;,&#34;2015-10-12T00:00:00.000Z&#34;,&#34;2015-10-13T00:00:00.000Z&#34;,&#34;2015-10-14T00:00:00.000Z&#34;,&#34;2015-10-15T00:00:00.000Z&#34;,&#34;2015-10-16T00:00:00.000Z&#34;,&#34;2015-10-19T00:00:00.000Z&#34;,&#34;2015-10-20T00:00:00.000Z&#34;,&#34;2015-10-21T00:00:00.000Z&#34;,&#34;2015-10-22T00:00:00.000Z&#34;,&#34;2015-10-23T00:00:00.000Z&#34;,&#34;2015-10-26T00:00:00.000Z&#34;,&#34;2015-10-27T00:00:00.000Z&#34;,&#34;2015-10-28T00:00:00.000Z&#34;,&#34;2015-10-29T00:00:00.000Z&#34;,&#34;2015-10-30T00:00:00.000Z&#34;,&#34;2015-11-02T00:00:00.000Z&#34;,&#34;2015-11-03T00:00:00.000Z&#34;,&#34;2015-11-04T00:00:00.000Z&#34;,&#34;2015-11-05T00:00:00.000Z&#34;,&#34;2015-11-06T00:00:00.000Z&#34;,&#34;2015-11-09T00:00:00.000Z&#34;,&#34;2015-11-10T00:00:00.000Z&#34;,&#34;2015-11-11T00:00:00.000Z&#34;,&#34;2015-11-12T00:00:00.000Z&#34;,&#34;2015-11-13T00:00:00.000Z&#34;,&#34;2015-11-16T00:00:00.000Z&#34;,&#34;2015-11-17T00:00:00.000Z&#34;,&#34;2015-11-18T00:00:00.000Z&#34;,&#34;2015-11-19T00:00:00.000Z&#34;,&#34;2015-11-20T00:00:00.000Z&#34;,&#34;2015-11-23T00:00:00.000Z&#34;,&#34;2015-11-24T00:00:00.000Z&#34;,&#34;2015-11-25T00:00:00.000Z&#34;,&#34;2015-11-27T00:00:00.000Z&#34;,&#34;2015-11-30T00:00:00.000Z&#34;,&#34;2015-12-01T00:00:00.000Z&#34;,&#34;2015-12-02T00:00:00.000Z&#34;,&#34;2015-12-03T00:00:00.000Z&#34;,&#34;2015-12-04T00:00:00.000Z&#34;,&#34;2015-12-07T00:00:00.000Z&#34;,&#34;2015-12-08T00:00:00.000Z&#34;,&#34;2015-12-09T00:00:00.000Z&#34;,&#34;2015-12-10T00:00:00.000Z&#34;,&#34;2015-12-11T00:00:00.000Z&#34;,&#34;2015-12-14T00:00:00.000Z&#34;,&#34;2015-12-15T00:00:00.000Z&#34;,&#34;2015-12-16T00:00:00.000Z&#34;,&#34;2015-12-17T00:00:00.000Z&#34;,&#34;2015-12-18T00:00:00.000Z&#34;,&#34;2015-12-21T00:00:00.000Z&#34;,&#34;2015-12-22T00:00:00.000Z&#34;,&#34;2015-12-23T00:00:00.000Z&#34;,&#34;2015-12-24T00:00:00.000Z&#34;,&#34;2015-12-28T00:00:00.000Z&#34;,&#34;2015-12-29T00:00:00.000Z&#34;,&#34;2015-12-30T00:00:00.000Z&#34;,&#34;2015-12-31T00:00:00.000Z&#34;,&#34;2016-01-04T00:00:00.000Z&#34;,&#34;2016-01-05T00:00:00.000Z&#34;,&#34;2016-01-06T00:00:00.000Z&#34;,&#34;2016-01-07T00:00:00.000Z&#34;,&#34;2016-01-08T00:00:00.000Z&#34;,&#34;2016-01-11T00:00:00.000Z&#34;,&#34;2016-01-12T00:00:00.000Z&#34;,&#34;2016-01-13T00:00:00.000Z&#34;,&#34;2016-01-14T00:00:00.000Z&#34;,&#34;2016-01-15T00:00:00.000Z&#34;,&#34;2016-01-19T00:00:00.000Z&#34;,&#34;2016-01-20T00:00:00.000Z&#34;,&#34;2016-01-21T00:00:00.000Z&#34;,&#34;2016-01-22T00:00:00.000Z&#34;,&#34;2016-01-25T00:00:00.000Z&#34;,&#34;2016-01-26T00:00:00.000Z&#34;,&#34;2016-01-27T00:00:00.000Z&#34;,&#34;2016-01-28T00:00:00.000Z&#34;,&#34;2016-01-29T00:00:00.000Z&#34;,&#34;2016-02-01T00:00:00.000Z&#34;,&#34;2016-02-02T00:00:00.000Z&#34;,&#34;2016-02-03T00:00:00.000Z&#34;,&#34;2016-02-04T00:00:00.000Z&#34;,&#34;2016-02-05T00:00:00.000Z&#34;,&#34;2016-02-08T00:00:00.000Z&#34;,&#34;2016-02-09T00:00:00.000Z&#34;,&#34;2016-02-10T00:00:00.000Z&#34;,&#34;2016-02-11T00:00:00.000Z&#34;,&#34;2016-02-12T00:00:00.000Z&#34;,&#34;2016-02-16T00:00:00.000Z&#34;,&#34;2016-02-17T00:00:00.000Z&#34;,&#34;2016-02-18T00:00:00.000Z&#34;,&#34;2016-02-19T00:00:00.000Z&#34;,&#34;2016-02-22T00:00:00.000Z&#34;,&#34;2016-02-23T00:00:00.000Z&#34;,&#34;2016-02-24T00:00:00.000Z&#34;,&#34;2016-02-25T00:00:00.000Z&#34;,&#34;2016-02-26T00:00:00.000Z&#34;,&#34;2016-02-29T00:00:00.000Z&#34;,&#34;2016-03-01T00:00:00.000Z&#34;,&#34;2016-03-02T00:00:00.000Z&#34;,&#34;2016-03-03T00:00:00.000Z&#34;,&#34;2016-03-04T00:00:00.000Z&#34;,&#34;2016-03-07T00:00:00.000Z&#34;,&#34;2016-03-08T00:00:00.000Z&#34;,&#34;2016-03-09T00:00:00.000Z&#34;,&#34;2016-03-10T00:00:00.000Z&#34;,&#34;2016-03-11T00:00:00.000Z&#34;,&#34;2016-03-14T00:00:00.000Z&#34;,&#34;2016-03-15T00:00:00.000Z&#34;,&#34;2016-03-16T00:00:00.000Z&#34;,&#34;2016-03-17T00:00:00.000Z&#34;,&#34;2016-03-18T00:00:00.000Z&#34;,&#34;2016-03-21T00:00:00.000Z&#34;,&#34;2016-03-22T00:00:00.000Z&#34;,&#34;2016-03-23T00:00:00.000Z&#34;,&#34;2016-03-24T00:00:00.000Z&#34;,&#34;2016-03-28T00:00:00.000Z&#34;,&#34;2016-03-29T00:00:00.000Z&#34;,&#34;2016-03-30T00:00:00.000Z&#34;,&#34;2016-03-31T00:00:00.000Z&#34;,&#34;2016-04-01T00:00:00.000Z&#34;,&#34;2016-04-04T00:00:00.000Z&#34;,&#34;2016-04-05T00:00:00.000Z&#34;,&#34;2016-04-06T00:00:00.000Z&#34;,&#34;2016-04-07T00:00:00.000Z&#34;,&#34;2016-04-08T00:00:00.000Z&#34;,&#34;2016-04-11T00:00:00.000Z&#34;,&#34;2016-04-12T00:00:00.000Z&#34;,&#34;2016-04-13T00:00:00.000Z&#34;,&#34;2016-04-14T00:00:00.000Z&#34;,&#34;2016-04-15T00:00:00.000Z&#34;,&#34;2016-04-18T00:00:00.000Z&#34;,&#34;2016-04-19T00:00:00.000Z&#34;,&#34;2016-04-20T00:00:00.000Z&#34;,&#34;2016-04-21T00:00:00.000Z&#34;,&#34;2016-04-22T00:00:00.000Z&#34;,&#34;2016-04-25T00:00:00.000Z&#34;,&#34;2016-04-26T00:00:00.000Z&#34;,&#34;2016-04-27T00:00:00.000Z&#34;,&#34;2016-04-28T00:00:00.000Z&#34;,&#34;2016-04-29T00:00:00.000Z&#34;,&#34;2016-05-02T00:00:00.000Z&#34;,&#34;2016-05-03T00:00:00.000Z&#34;,&#34;2016-05-04T00:00:00.000Z&#34;,&#34;2016-05-05T00:00:00.000Z&#34;,&#34;2016-05-06T00:00:00.000Z&#34;,&#34;2016-05-09T00:00:00.000Z&#34;,&#34;2016-05-10T00:00:00.000Z&#34;,&#34;2016-05-11T00:00:00.000Z&#34;,&#34;2016-05-12T00:00:00.000Z&#34;,&#34;2016-05-13T00:00:00.000Z&#34;,&#34;2016-05-16T00:00:00.000Z&#34;,&#34;2016-05-17T00:00:00.000Z&#34;,&#34;2016-05-18T00:00:00.000Z&#34;,&#34;2016-05-19T00:00:00.000Z&#34;,&#34;2016-05-20T00:00:00.000Z&#34;,&#34;2016-05-23T00:00:00.000Z&#34;,&#34;2016-05-24T00:00:00.000Z&#34;,&#34;2016-05-25T00:00:00.000Z&#34;,&#34;2016-05-26T00:00:00.000Z&#34;,&#34;2016-05-27T00:00:00.000Z&#34;,&#34;2016-05-31T00:00:00.000Z&#34;,&#34;2016-06-01T00:00:00.000Z&#34;,&#34;2016-06-02T00:00:00.000Z&#34;,&#34;2016-06-03T00:00:00.000Z&#34;,&#34;2016-06-06T00:00:00.000Z&#34;,&#34;2016-06-07T00:00:00.000Z&#34;,&#34;2016-06-08T00:00:00.000Z&#34;,&#34;2016-06-09T00:00:00.000Z&#34;,&#34;2016-06-10T00:00:00.000Z&#34;,&#34;2016-06-13T00:00:00.000Z&#34;,&#34;2016-06-14T00:00:00.000Z&#34;,&#34;2016-06-15T00:00:00.000Z&#34;,&#34;2016-06-16T00:00:00.000Z&#34;,&#34;2016-06-17T00:00:00.000Z&#34;,&#34;2016-06-20T00:00:00.000Z&#34;,&#34;2016-06-21T00:00:00.000Z&#34;,&#34;2016-06-22T00:00:00.000Z&#34;,&#34;2016-06-23T00:00:00.000Z&#34;,&#34;2016-06-24T00:00:00.000Z&#34;,&#34;2016-06-27T00:00:00.000Z&#34;,&#34;2016-06-28T00:00:00.000Z&#34;,&#34;2016-06-29T00:00:00.000Z&#34;,&#34;2016-06-30T00:00:00.000Z&#34;,&#34;2016-07-01T00:00:00.000Z&#34;,&#34;2016-07-05T00:00:00.000Z&#34;,&#34;2016-07-06T00:00:00.000Z&#34;,&#34;2016-07-07T00:00:00.000Z&#34;,&#34;2016-07-08T00:00:00.000Z&#34;,&#34;2016-07-11T00:00:00.000Z&#34;,&#34;2016-07-12T00:00:00.000Z&#34;,&#34;2016-07-13T00:00:00.000Z&#34;,&#34;2016-07-14T00:00:00.000Z&#34;,&#34;2016-07-15T00:00:00.000Z&#34;,&#34;2016-07-18T00:00:00.000Z&#34;,&#34;2016-07-19T00:00:00.000Z&#34;,&#34;2016-07-20T00:00:00.000Z&#34;,&#34;2016-07-21T00:00:00.000Z&#34;,&#34;2016-07-22T00:00:00.000Z&#34;,&#34;2016-07-25T00:00:00.000Z&#34;,&#34;2016-07-26T00:00:00.000Z&#34;,&#34;2016-07-27T00:00:00.000Z&#34;,&#34;2016-07-28T00:00:00.000Z&#34;,&#34;2016-07-29T00:00:00.000Z&#34;,&#34;2016-08-01T00:00:00.000Z&#34;,&#34;2016-08-02T00:00:00.000Z&#34;,&#34;2016-08-03T00:00:00.000Z&#34;,&#34;2016-08-04T00:00:00.000Z&#34;,&#34;2016-08-05T00:00:00.000Z&#34;,&#34;2016-08-08T00:00:00.000Z&#34;,&#34;2016-08-09T00:00:00.000Z&#34;,&#34;2016-08-10T00:00:00.000Z&#34;,&#34;2016-08-11T00:00:00.000Z&#34;,&#34;2016-08-12T00:00:00.000Z&#34;,&#34;2016-08-15T00:00:00.000Z&#34;,&#34;2016-08-16T00:00:00.000Z&#34;,&#34;2016-08-17T00:00:00.000Z&#34;,&#34;2016-08-18T00:00:00.000Z&#34;,&#34;2016-08-19T00:00:00.000Z&#34;,&#34;2016-08-22T00:00:00.000Z&#34;,&#34;2016-08-23T00:00:00.000Z&#34;,&#34;2016-08-24T00:00:00.000Z&#34;,&#34;2016-08-25T00:00:00.000Z&#34;,&#34;2016-08-26T00:00:00.000Z&#34;,&#34;2016-08-29T00:00:00.000Z&#34;,&#34;2016-08-30T00:00:00.000Z&#34;,&#34;2016-08-31T00:00:00.000Z&#34;,&#34;2016-09-01T00:00:00.000Z&#34;,&#34;2016-09-02T00:00:00.000Z&#34;,&#34;2016-09-06T00:00:00.000Z&#34;,&#34;2016-09-07T00:00:00.000Z&#34;,&#34;2016-09-08T00:00:00.000Z&#34;,&#34;2016-09-09T00:00:00.000Z&#34;,&#34;2016-09-12T00:00:00.000Z&#34;,&#34;2016-09-13T00:00:00.000Z&#34;,&#34;2016-09-14T00:00:00.000Z&#34;,&#34;2016-09-15T00:00:00.000Z&#34;,&#34;2016-09-16T00:00:00.000Z&#34;,&#34;2016-09-19T00:00:00.000Z&#34;,&#34;2016-09-20T00:00:00.000Z&#34;,&#34;2016-09-21T00:00:00.000Z&#34;,&#34;2016-09-22T00:00:00.000Z&#34;,&#34;2016-09-23T00:00:00.000Z&#34;,&#34;2016-09-26T00:00:00.000Z&#34;,&#34;2016-09-27T00:00:00.000Z&#34;,&#34;2016-09-28T00:00:00.000Z&#34;,&#34;2016-09-29T00:00:00.000Z&#34;,&#34;2016-09-30T00:00:00.000Z&#34;,&#34;2016-10-03T00:00:00.000Z&#34;,&#34;2016-10-04T00:00:00.000Z&#34;,&#34;2016-10-05T00:00:00.000Z&#34;,&#34;2016-10-06T00:00:00.000Z&#34;,&#34;2016-10-07T00:00:00.000Z&#34;,&#34;2016-10-10T00:00:00.000Z&#34;,&#34;2016-10-11T00:00:00.000Z&#34;,&#34;2016-10-12T00:00:00.000Z&#34;,&#34;2016-10-13T00:00:00.000Z&#34;,&#34;2016-10-14T00:00:00.000Z&#34;,&#34;2016-10-17T00:00:00.000Z&#34;,&#34;2016-10-18T00:00:00.000Z&#34;,&#34;2016-10-19T00:00:00.000Z&#34;,&#34;2016-10-20T00:00:00.000Z&#34;,&#34;2016-10-21T00:00:00.000Z&#34;,&#34;2016-10-24T00:00:00.000Z&#34;,&#34;2016-10-25T00:00:00.000Z&#34;,&#34;2016-10-26T00:00:00.000Z&#34;,&#34;2016-10-27T00:00:00.000Z&#34;,&#34;2016-10-28T00:00:00.000Z&#34;,&#34;2016-10-31T00:00:00.000Z&#34;,&#34;2016-11-01T00:00:00.000Z&#34;,&#34;2016-11-02T00:00:00.000Z&#34;,&#34;2016-11-03T00:00:00.000Z&#34;,&#34;2016-11-04T00:00:00.000Z&#34;,&#34;2016-11-07T00:00:00.000Z&#34;,&#34;2016-11-08T00:00:00.000Z&#34;,&#34;2016-11-09T00:00:00.000Z&#34;,&#34;2016-11-10T00:00:00.000Z&#34;,&#34;2016-11-11T00:00:00.000Z&#34;,&#34;2016-11-14T00:00:00.000Z&#34;,&#34;2016-11-15T00:00:00.000Z&#34;,&#34;2016-11-16T00:00:00.000Z&#34;,&#34;2016-11-17T00:00:00.000Z&#34;,&#34;2016-11-18T00:00:00.000Z&#34;,&#34;2016-11-21T00:00:00.000Z&#34;,&#34;2016-11-22T00:00:00.000Z&#34;,&#34;2016-11-23T00:00:00.000Z&#34;,&#34;2016-11-25T00:00:00.000Z&#34;,&#34;2016-11-28T00:00:00.000Z&#34;,&#34;2016-11-29T00:00:00.000Z&#34;,&#34;2016-11-30T00:00:00.000Z&#34;,&#34;2016-12-01T00:00:00.000Z&#34;,&#34;2016-12-02T00:00:00.000Z&#34;,&#34;2016-12-05T00:00:00.000Z&#34;,&#34;2016-12-06T00:00:00.000Z&#34;,&#34;2016-12-07T00:00:00.000Z&#34;,&#34;2016-12-08T00:00:00.000Z&#34;,&#34;2016-12-09T00:00:00.000Z&#34;,&#34;2016-12-12T00:00:00.000Z&#34;,&#34;2016-12-13T00:00:00.000Z&#34;,&#34;2016-12-14T00:00:00.000Z&#34;,&#34;2016-12-15T00:00:00.000Z&#34;,&#34;2016-12-16T00:00:00.000Z&#34;,&#34;2016-12-19T00:00:00.000Z&#34;,&#34;2016-12-20T00:00:00.000Z&#34;,&#34;2016-12-21T00:00:00.000Z&#34;,&#34;2016-12-22T00:00:00.000Z&#34;,&#34;2016-12-23T00:00:00.000Z&#34;,&#34;2016-12-27T00:00:00.000Z&#34;,&#34;2016-12-28T00:00:00.000Z&#34;,&#34;2016-12-29T00:00:00.000Z&#34;,&#34;2016-12-30T00:00:00.000Z&#34;,&#34;2017-01-03T00:00:00.000Z&#34;,&#34;2017-01-04T00:00:00.000Z&#34;,&#34;2017-01-05T00:00:00.000Z&#34;,&#34;2017-01-06T00:00:00.000Z&#34;,&#34;2017-01-09T00:00:00.000Z&#34;,&#34;2017-01-10T00:00:00.000Z&#34;,&#34;2017-01-11T00:00:00.000Z&#34;,&#34;2017-01-12T00:00:00.000Z&#34;,&#34;2017-01-13T00:00:00.000Z&#34;,&#34;2017-01-17T00:00:00.000Z&#34;,&#34;2017-01-18T00:00:00.000Z&#34;,&#34;2017-01-19T00:00:00.000Z&#34;,&#34;2017-01-20T00:00:00.000Z&#34;,&#34;2017-01-23T00:00:00.000Z&#34;,&#34;2017-01-24T00:00:00.000Z&#34;,&#34;2017-01-25T00:00:00.000Z&#34;,&#34;2017-01-26T00:00:00.000Z&#34;,&#34;2017-01-27T00:00:00.000Z&#34;,&#34;2017-01-30T00:00:00.000Z&#34;,&#34;2017-01-31T00:00:00.000Z&#34;,&#34;2017-02-01T00:00:00.000Z&#34;,&#34;2017-02-02T00:00:00.000Z&#34;,&#34;2017-02-03T00:00:00.000Z&#34;,&#34;2017-02-06T00:00:00.000Z&#34;,&#34;2017-02-07T00:00:00.000Z&#34;,&#34;2017-02-08T00:00:00.000Z&#34;,&#34;2017-02-09T00:00:00.000Z&#34;,&#34;2017-02-10T00:00:00.000Z&#34;,&#34;2017-02-13T00:00:00.000Z&#34;,&#34;2017-02-14T00:00:00.000Z&#34;,&#34;2017-02-15T00:00:00.000Z&#34;,&#34;2017-02-16T00:00:00.000Z&#34;,&#34;2017-02-17T00:00:00.000Z&#34;,&#34;2017-02-21T00:00:00.000Z&#34;,&#34;2017-02-22T00:00:00.000Z&#34;,&#34;2017-02-23T00:00:00.000Z&#34;,&#34;2017-02-24T00:00:00.000Z&#34;,&#34;2017-02-27T00:00:00.000Z&#34;,&#34;2017-02-28T00:00:00.000Z&#34;],[0.220243673851921,0.212655794630123,0.211252391827665,0.212209302325581,0.212206952303961,0.215139442231076,0.215997804342523,0.221156763974024,0.22271277900417,0.225054360956753,0.225736490150009,0.229525536415836,0.224819711538462,0.226091878686766,0.228537098227696,0.224986765484383,0.225690623733133,0.224194665742986,0.220797227036395,0.217947980204857,0.219706942934005,0.214993169398907,0.224236147074055,0.223995820756907,0.221741868987632,0.225871740010409,0.228550891316849,0.223959844484419,0.222692977365061,0.222128329156711,0.220008109830273,0.219365299976836,0.214844882574659,0.218171987934665,0.21638418079096,0.213149196033391,0.217593375021126,0.218764095624718,0.21874301051219,0.226173084789341,0.227877133898502,0.227833664756112,0.226098949468866,0.22313258776389,0.223320862283984,0.222876317183729,0.225094945953842,0.225094945953842,0.229990556014638,0.233854769006026,0.234528472431455,0.233965454765068,0.234270977028729,0.232422586520947,0.233260619281343,0.22937595129376,0.229156641000962,0.230511390602753,0.230221378123331,0.228421497074612,0.229633216317637,0.229078056670461,0.233591654247392,0.234461077844311,0.23478881101532,0.232821614983113,0.232545287073994,0.226240487062405,0.219704730340464,0.219168173598553,0.221286097052694,0.218371406184076,0.219809546915752,0.220808337877962,0.221381498657554,0.221047177861758,0.22507764447963,0.222011152644157,0.223463177115033,0.225447788473255,0.22704266088214,0.229456991830851,0.230350919360654,0.230991337824832,0.228869407496977,0.228376559823832,0.226355458302942,0.230461838813983,0.229697725148021,0.230178145778447,0.231369476653087,0.230334595959596,0.227866752081999,0.22618971164344,0.226799427307042,0.220934662518255,0.217947107230354,0.220557688676276,0.221203856399848,0.219452337897184,0.22016051364366,0.219771814647205,0.223639181248789,0.216611231930408,0.215186228081403,0.204257945078679,0.204937352685771,0.203597077761268,0.206945124938755,0.212372368586915,0.206496446764354,0.209652146662488,0.20673404849011,0.206414931092022,0.207241720217499,0.208051628764597,0.208894630005536,0.211595364320059,0.209716373544711,0.21061041866411,0.211047254150702,0.208755905511811,0.2106416772554,0.212139461172742,0.21452528379773,0.217553920957487,0.21687425674407,0.217936860278703,0.216726730458556,0.215624802077396,0.215593732301303,0.214774022028105,0.218506060798375,0.217945441768351,0.219880653266332,0.218710731339533,0.217238125196603,0.221097529921059,0.223614274867122,0.217873388931008,0.21437175098263,0.212726811318361,0.209875007773148,0.210141786886261,0.211742892459827,0.210841513860591,0.212325364793542,0.210544366153271,0.207414640292302,0.209900373599004,0.210366420732841,0.21401503385724,0.21250542501085,0.212540968400223,0.210471074890412,0.208654324055666,0.210047517819182,0.208985471098086,0.20951673782563,0.211718121635835,0.208227887167459,0.210775047258979,0.211310614388665,0.209391471011021,0.208887291891244,0.208353264769194,0.208220822082208,0.208609471020605,0.207910321489002,0.204948673826618,0.204800425129901,0.208796405769686,0.206875293565054,0.210356731875719,0.213971778857275,0.214425907752699,0.21431459765467,0.210624470189319,0.217586577029546,0.215497737556561,0.214988409566348,0.216413270785056,0.213400837198778,0.214209281369678,0.212546816479401,0.213929361074891,0.212143713942994,0.210846084608461,0.21303144938174,0.213030047739399,0.214757150110002,0.21346987002757,0.211470932500975,0.212864050376701,0.213476177051029,0.211514463981849,0.211490471869329,0.212516960651289,0.211291240045506,0.213796082949309,0.212529374677595,0.214244932914645,0.214937188091551,0.211777339215231,0.210161729754797,0.209330913773927,0.210291090855631,0.208206775700935,0.208282190659887,0.204954031738596,0.20477775830851,0.205165493572218,0.207228213348878,0.20791547277937,0.206184648288973,0.204431486880466,0.200875145857643,0.201071842410197,0.199289387024091,0.200647062221965,0.20135667903525,0.199728339402347,0.202153110047847,0.201405493672363,0.203384455719557,0.203933627291715,0.202291401458165,0.201410300331164,0.202103337905807,0.202978821098548,0.205184969414506,0.207764011116258,0.212139809457011,0.21167713421726,0.214441690273843,0.216674545024817,0.213315297300476,0.214055164319249,0.215440747227087,0.214904577918277,0.215542351159268,0.214938664779429,0.216122184219837,0.215026517383618,0.217819706498952,0.215721572157216,0.214298741564837,0.214302935326382,0.213071264922224,0.215869381853235,0.215926861542163,0.216045654930853,0.217269363885905,0.220541212695405,0.221037859787412,0.223088119352295,0.222498937010265,0.220009625797136,0.220869827846572,0.220172824791418,0.219167770685294,0.216814424344076,0.215155294257379,0.213343631178707,0.215696711615803,0.217160640189686,0.217989605480747,0.217643920080631,0.219444278100485,0.21969696969697,0.22076350656422,0.221429431599229,0.222632299541639,0.224226183307238,0.226159099077513,0.224347877992001,0.224916287969385,0.222536806342016,0.222701149425287,0.225300120048019,0.225579419973304,0.226633104870504,0.227101325872765,0.22817642380865,0.231911984087519,0.227269892741332,0.228543356997972,0.224971486503612,0.224497583312134,0.223237927121422,0.220808568598316,0.22215955380084,0.223528293517521,0.221427208547987,0.221508522004579,0.222014096133088,0.220585433995809,0.222303345819313,0.221415435347834,0.221799746514575,0.222278067475027,0.220945605640896,0.221506255107814,0.220268742936079,0.212950267979559,0.210730466083287,0.213716951788491,0.21210806791424,0.215055102422016,0.214085384855095,0.215109356395312,0.213858797161001,0.212879357913218,0.21046875,0.214081645609803,0.214161514683153,0.215588349014048,0.212009648343278,0.214249363867684,0.216744420627916,0.219084900211769,0.219139551236975,0.223117921385743,0.241070116125239,0.23842659359677,0.230646794964549,0.230208333333333,0.225865405289185,0.220408163265306,0.219650717023995,0.221863144583392,0.221507730195649,0.21911117226197,0.219810549270819,0.216527409822702,0.213144793251279,0.211535840828564,0.226301051768884,0.225476839237057,0.227809221424627,0.228743977743096,0.227529620046303,0.233607127940972,0.234400055776337,0.230993330993331,0.233992264718522,0.237363905112121,0.243350186854254,0.242540278881584,0.242378048780488,0.247001608892789,0.237067107343009,0.237379200923121,0.240155196170861,0.236541364191763,0.234537725823592,0.236176935229068,0.235673301692994,0.240856058979314,0.240775171624714,0.234230416048598,0.236153289949385,0.233660366469485,0.231880900508352,0.231714326771088,0.23119918699187,0.230988250558639,0.231559155336997,0.231011268842383,0.228851193942924,0.238082277004433,0.239741406008052,0.236998746867168,0.240900533417007,0.247316200390371,0.251939584021129,0.24928495546294,0.251254280481007,0.252694225510696,0.253534627366403,0.253978725158737,0.251963721758847,0.246889798539209,0.248597081930415,0.248730369560122,0.248160613650595,0.246279703934554,0.247946373217607,0.245831702544031,0.24470487463012,0.243638332430969,0.23873502994012,0.239604405484379,0.241114058355438,0.239953341360626,0.235262958758986,0.234605540499849,0.229682779456193,0.237618104236513,0.241342486651411,0.241835800396765,0.243129126362659,0.247194513715711,0.247064769458052,0.249523155565728,0.251999390661894,0.247733573087585,0.251173175900696,0.250412293853073,0.245152761457109,0.245279580083109,0.244217537695799,0.243208797611245,0.241609514081424,0.243071761960327,0.240166224833417,0.238478104809763,0.234583978600591,0.233051444679352,0.229647458587003,0.231050293738358,0.233512786002692,0.232908750719632,0.236121229782894,0.235031020054826,0.236259376803231,0.239165505609738,0.238833883388339,0.241486882658047,0.245108529501681,0.244877826680832,0.246525126011914,0.251089699472356,0.244614822928076,0.2496998349092,0.249284099472494,0.24813829787234,0.245564787783517,0.249622242369296,0.248468320382546,0.250358085186581,0.25443234836703,0.250757231561411,0.247608926673751,0.251469802244789,0.248301630434783,0.247847757136384,0.246499349605938,0.249961437606047,0.257492113564669,0.258539642745221,0.259544383346426,0.257449297971919,0.24865804793226,0.250532562385879,0.250513034886372,0.247932960893855,0.244883424544569,0.241519774848171,0.241459627329193,0.241198224852071,0.243495391019923,0.246090565478396,0.248885699176551,0.250799573560768,0.247014528029208,0.248643070101674,0.245484899074215,0.248299579671379,0.253230577611708,0.254624931699321,0.254601950912524,0.249448123620309,0.245743605690741,0.246465744912226,0.247858209541775,0.24829210836278,0.25131160572337,0.257116436153104,0.25934410417169,0.260957138253303,0.26010955372966,0.25856358054613,0.258316008316008,0.263233248793259,0.262011950560694,0.262097420285211,0.264474537787869,0.265748191498009,0.266777301060471,0.261525665399239,0.264719904648391,0.271778140293638,0.271263251598284,0.271055800883179,0.273473034437947,0.271903567672518,0.279539748953975,0.27781926811053,0.279581108144192,0.283586424363123,0.284119924223705,0.285338376778225,0.284141884033893,0.28624303418448,0.280076722167809,0.274987889552721,0.275605815831987,0.277407286922576,0.276907384740922,0.272816007808687,0.27163365145561,0.271760850451603,0.272041111289546,0.275094888153113,0.27342364134817,0.269869797907181,0.273111612175874,0.272485063781689,0.26321001346748,0.261330380447679,0.260725027703024,0.262671889990406,0.258913009031849,0.260666559330221,0.259696798645271,0.253847984766741,0.257010465766557,0.255666905273204,0.259144402035623,0.258925037599937,0.256667712582366,0.253468723354779,0.25596386937389,0.254306367271609,0.251743745261562,0.252170302710048,0.252574587308799,0.252372636853694,0.25198277815545,0.250990062018979,0.248548026805659,0.246160216834814,0.243053469510363,0.245080974723778,0.238537886082512,0.243795784123187,0.243795784123187,0.242324480284087,0.235894178312533,0.231884598181005,0.225102116598589,0.220827556009633,0.217934703396006,0.21849166062364,0.218661228057397,0.220345842531273,0.225734307439988,0.223675310033822,0.224101796407186,0.227997254423429,0.232232728381882,0.230972840263925,0.234533096470225,0.236435306848045,0.237377279102384,0.238746483276024,0.237504843084076,0.237231392089692,0.233502148557397,0.236016949152542,0.235080614350118,0.23485254691689,0.23240663586092,0.232501706225828,0.231088004822182,0.232038461538462,0.234095618141355,0.237320241224679,0.238198757763975,0.240395127284086,0.239993770440741,0.243045331266951,0.24040901053279,0.239354739354739,0.237075617283951,0.233829885767212,0.236068895643364,0.236565330876708,0.234606569900688,0.235037835358863,0.23672978426199,0.239436072704676,0.240852948030762,0.244404137079346,0.243279777537463,0.243087998774604,0.244453034402783,0.244413515812263,0.245767952384633,0.243800695249131,0.243051242236025,0.243416480037068,0.246206255806751,0.252370791844476,0.25319622012229,0.251014884979702,0.251766217084136,0.255608265658921,0.252792734871012,0.248673633440514,0.246687948922586,0.243830364986822,0.242959712804148,0.242498809334815,0.24127538071066,0.23688756281407,0.237928868650389,0.23899913718723,0.24042620114807,0.240136749449859,0.23407170586892,0.23685610089652,0.238657056145675,0.238208797032326,0.239033429133263,0.240015186028853,0.238560606060606,0.241149773071104,0.240539725614352,0.244383499887294,0.247236104800848,0.24665907365224,0.24633497911128,0.24439326436608,0.243130227001195,0.243644384626888,0.247838065355476,0.249672346002621,0.246576396368672,0.243678335484851,0.242401099740339,0.242522261968186,0.244622215417592,0.244883881352035,0.252091726061357,0.247602240466508,0.247909153686795,0.247207887237156,0.249633176307051,0.251541403262312,0.247778378796075,0.251339597732391,0.249143302180685,0.242021887196755,0.241875190723222,0.241882496752999,0.242032862055789,0.240602078239609,0.236593540524071,0.234835223380775,0.237408968953622,0.239115357940972,0.238244151030808,0.245399721663832,0.249038235063202,0.250195526356953,0.251585375401237,0.247857921794672,0.247524366471735,0.2424583171772,0.243684415079674,0.247923752273986,0.245115802741453,0.247985145385588,0.249387980731264,0.251954995212257,0.248095887116171,0.249537818503336,0.249373939736651,0.252113133940182,0.249655619479783,0.25572549971676,0.254393068264637,0.252263643037768,0.254092965857672,0.249671268902038,0.248525798525799,0.251066797964878,0.250573206681952,0.249485215385883,0.250759753593429,0.248285832300702,0.249753005104561,0.246788008565311,0.251174299614159,0.251139471285324,0.250433275563258,0.248900688625239,0.247264412869508,0.248321048321048,0.247010493776946,0.250081063553826,0.241499879430914,0.240104796453043,0.242348380844706,0.240393890675241,0.24228617106315,0.242810089974293,0.248270248270248,0.24780701754386,0.250427141811081,0.252888057273023,0.254061556045391,0.256299015518104,0.26126664390577,0.263250128227047,0.259784191144986,0.263812516365541,0.265228426395939,0.260942041374594,0.261036385583721,0.26152192605331,0.261797946682771,0.258243650452002,0.257928475033738,0.25766793409379,0.251524517584162,0.255214004522992,0.254219497858762,0.253402354512816,0.251233587020156,0.247347757079609,0.247367541367207,0.243362831858407,0.24059934318555,0.242953635757171,0.239387670666115,0.242857142857143,0.24581967901857,0.24361764459697,0.239261063743402,0.237122629994304,0.240062035752183,0.241121112929624,0.240059642147117,0.241016835580869,0.241773423762874,0.240436929773165,0.243164144159211,0.246121895397135,0.246370659648527,0.244951001278228,0.237220781393792,0.240121837718927,0.236421192935688,0.23971792922895,0.239293542404316,0.231976744186047,0.22994915532229,0.230940778062278,0.232271410839884,0.229463037579146,0.224123945489942,0.217028515878159,0.206804374240583,0.206435800126502,0.207847129767405,0.20209395765724,0.202133415784185,0.199930806488814,0.196309763267832,0.201148976082539,0.194588526747697,0.19546621043627,0.196915351506456,0.19773171685569,0.196755994358251,0.206398348813209,0.206678271878462,0.206973058637084,0.210957127806143,0.209461637653127,0.208062682689185,0.209392945036916,0.213834931562987,0.213086017121892,0.21475871202715,0.2200133366675,0.218830254328556,0.21674692793092,0.21990335749396,0.22654357089147,0.225437135720233,0.224371693121693,0.223981527296718,0.224476277221164,0.222051495016611,0.222971847409629,0.22343005267999,0.225839704492741,0.230366941015089,0.227135591759331,0.227904753628226,0.232141307178196,0.232387645323616,0.232159889014133,0.230035704955151,0.224682994615251,0.228765717218373,0.234216745442269,0.236363636363636,0.236217168750524,0.234277123527938,0.234129947722181,0.231288548091349,0.235271775827144,0.232186628349252,0.228168197996855,0.228828378715963,0.228828378715963,0.22419169538815,0.229390384933091,0.228451500290915,0.22997654155496,0.228333056616304,0.228216459601434,0.227992957746479,0.227174365376613,0.232512520868114,0.231399118796242,0.229199832425639,0.22487322304431,0.224913640576291,0.225887474882786,0.234172906739278,0.23053270173689,0.229070533948583,0.231029922301207,0.244122124492557,0.249595572584078,0.246376811594203,0.246396245390546,0.246366462236411,0.247462787550744,0.246488941216046,0.246577079107505,0.247400637263123,0.242120814182534,0.240411294271258,0.240636474908201,0.238638214692947,0.237095036871323,0.235875589378774,0.238375954832282,0.235281906501702,0.240355458221024,0.237516869095816,0.23508122211935,0.232007734992433,0.230665656820668,0.230968930575329,0.232168481472103,0.23112605328113,0.233087857509848,0.231503579952267,0.23277839123418,0.233664952364893,0.228239681328926,0.229004071937564,0.224331392896313,0.222490470139771,0.222968378102686,0.218768206408656,0.215730337078652,0.218636478837543,0.223941506546506,0.225695036670646,0.225821596244131,0.22545175588135,0.223791348600509,0.223886328725038,0.225391259728042,0.226428878384186,0.216757586089328,0.212649661634565,0.215212720240653,0.220669427191166,0.21983763710165,0.221178812532456,0.220589510186389,0.220542095171693,0.221304309817292,0.221265129428395,0.224430791470907,0.224512913457182,0.222766834631241,0.218033086555159,0.219391985260249,0.214383436701934,0.219211822660099,0.220391726157789,0.218807423741272,0.21622979267513,0.215485588397283,0.216833226368387,0.216726535875472,0.21537332599523,0.214011516314779,0.21803115377649,0.211357890935356,0.210158475783476,0.212019360043022,0.212418007008716,0.208519578043984,0.205621699042163,0.202375675915256,0.201474414570685,0.198947913073474,0.196722732790012,0.204094183798981,0.200160056909123,0.207984316521119,0.207013674459638,0.206537102473498,0.20209777933819,0.205895331391757,0.212633451957295,0.206931929699349,0.217587222271794,0.221642468239564,0.22126566303074,0.223148735611348,0.217968397291196,0.220932341737711,0.219973190348525,0.220347327902605,0.210614181530621,0.211675933280381,0.205066666666667,0.203738069989396,0.200381348587277,0.200008728288383,0.19934611646196,0.19993789370952,0.210264455401165,0.207099264045952,0.204863248614898,0.207363149108163,0.205702825252878,0.206396866840731,0.20503188608369,0.209028798754648,0.207700231779552,0.205138102590496,0.205067367172274,0.204225944944861,0.203362622507604,0.202122219381232,0.201146010186757,0.202466598150051,0.204397394136808,0.202011518954698,0.201928020565553,0.202091189578334,0.200195561601905,0.201821668264621,0.20268967934116,0.203847169645215,0.208868144690782,0.209681793527391,0.204084404999094,0.206077043302381,0.204944398492786,0.203628847037207,0.204304544197622,0.201017576318224,0.200758627070034,0.195459579180509,0.197033501778027,0.194441845232525,0.192643102328602,0.190838985412989,0.189304461942257,0.191236729372323,0.19107476635514,0.194139367544026,0.191827735034716,0.194256439180297,0.1924682223487,0.193651690684751,0.19124020285846,0.189938684503902,0.190281520022299,0.191165553080921,0.192433137638617,0.195747051722537,0.197614351460505,0.192962649355537,0.191187384044527,0.193614389036924,0.197242543612831,0.196783436546816,0.195106066244883,0.197447166635497,0.196017452655032,0.193040635217188,0.198970037453184,0.201641819211172,0.20048104131296,0.192568824404762,0.193666543026706,0.190539426687426,0.181937172774869,0.183668822297113,0.179483670862981,0.179966826391449,0.179422316254254,0.183587928464978,0.177821582469973,0.1812046644018,0.176821551256554,0.18147878346385,0.182294992246648,0.180539220121234,0.181574718800214,0.184889765190894,0.183667981355324,0.184879971336439,0.181886692082631,0.182027854164819,0.183299745903794,0.183828610919143,0.181421661772327,0.174346773520327,0.170059230833403,0.169498618900142,0.160589790848626,0.163586474053749,0.169633247785413,0.171249277516307,0.168950330315635,0.168684980494148,0.174700289375775,0.172175407019553,0.169128925486397,0.166774349862704,0.173635022134776,0.172501823486506,0.174063236608957,0.175449198291838,0.175322093208207,0.178832978974722,0.180533565547815,0.175778464463989,0.177462995384371,0.174331761006289,0.177842218161595,0.179765348762456,0.181323146944083,0.181526071748149,0.181020166073547,0.181807305790397,0.184073002090368,0.183023553917641,0.182275067418485,0.18212706729982,0.183744569226986,0.178739074134024,0.178254136441438,0.176754172743478,0.176812305678285,0.175533661740558,0.173803321393683,0.175092024539877,0.167812651674486,0.167927565392354,0.16618922574998,0.170319199618866,0.173845043310876,0.177224489795918,0.174519503689887,0.175421530479896,0.177414205905826,0.178902010852218,0.180304243394716,0.184666720924554,0.182298813463556,0.181009499275479,0.177753762407941,0.175780323982616,0.176776295376978,0.174673669575964,0.171573564732316,0.171444278646038,0.169183577159037,0.16637017557429,0.166245259165613,0.165361183637946,0.164836026988859,0.163189797685586,0.163141756427392,0.164206062509816,0.163924149819777,0.1634215278323,0.164487322596077,0.164364420312999,0.164455279354168,0.168402636504191,0.172047404985697,0.172649782804688,0.174163783160323,0.172662166611788,0.171012459773909,0.171061332451645,0.170308846060802,0.170094809577374,0.164818386370942,0.163716462930624,0.160604629192253,0.159533532275797,0.160191529118655,0.159030802738021,0.162816923316223,0.158166808116658,0.158800773694391,0.162286821705426,0.166587957497048,0.168414826498423,0.171542974944497,0.16,0.160793950850662,0.164981373070782,0.16455648504032,0.166174466151749,0.165421956684093,0.160557886214764,0.15737692926633,0.155825563468174,0.155955535924617,0.158263305322129,0.165580768366659,0.166567430782971,0.168217985287494,0.168035256893175,0.168058376589182,0.169744051640021,0.170696581520503,0.169496619083396,0.168807616744748,0.167942402425161,0.168458509993943,0.164694354413206,0.16557832320048,0.164603409933284,0.162535148734646,0.161719437115215,0.161934960548632,0.159994112452164,0.161104459742592,0.16229188540573,0.160530246452577,0.161459495648293,0.163128491620112,0.160241054050007,0.160523763336566,0.160829322473158,0.160274074625754,0.160375962107756,0.161630856460758,0.159976078343425,0.157765179770252,0.156750226517668,0.157222937656238,0.157018539538403,0.156663391034848,0.157578065498858,0.158230751586513,0.157468026796589,0.156552297460701,0.154324644549763,0.155578681335018,0.156675138286739,0.15694747125573,0.158595641646489,0.158798120642619,0.162481089258699,0.163774733637747,0.164714438830194,0.163571319835591,0.164041095890411,0.161618444846293,0.163161035280078,0.16392523364486,0.16345723242275,0.163009049773756,0.16518872214643,0.165014753726262,0.167669230183507,0.166806722689076,0.170457237621417,0.170407840657604,0.171867498799808,0.172671951317159,0.174194831013917,0.173862729449322,0.173407401486692,0.168525896414343,0.167863698028888,0.167370854591837,0.166402284263959,0.165391592396877,0.165178571428571,0.164586460225926,0.165412044374009,0.167662552087428,0.169157179000633,0.170794226674028,0.17140507518797,0.172845809441521,0.172709627329193,0.170157468277022,0.172216680733523,0.173323112303565,0.180279818664999,0.186661435857199,0.193089909697684,0.201318698673405,0.20472923303112,0.20614717197348,0.204328297264189,0.201405343573821,0.20441285232969,0.203855381815173,0.207678955199207,0.209915785997358,0.219120491045153,0.22632382892057,0.223043332213638,0.218452731711424,0.223906730440724,0.225512040449053,0.222534252404051,0.229045996592845,0.228845495032545,0.224425531914894,0.22396990938622,0.227876487838537,0.224581005586592,0.224172214057232,0.223887023163696,0.230182656499379,0.225579142076984,0.218895221394125,0.220901458241273,0.22027230129962,0.220986888731396,0.218438024560474,0.220522289633342,0.218974899069686,0.21405750798722,0.21685334722584,0.213511187607573,0.218656140049773,0.214128502497249,0.216294528719959,0.213520128280868,0.219611978068326,0.217365869964901,0.221745290881814,0.224084601237251,0.215722648198532,0.215163765365894,0.21652101539742,0.217196447837995,0.217135570911484,0.22303435744962,0.2256219736183,0.22407127248277,0.225513295186806,0.221882333221589,0.225177891775608,0.224328135368281,0.220103558806608,0.214156750102585,0.215081300813008,0.212769405282774,0.214972527472527,0.21439559549834,0.223752430330525,0.226764129369487,0.223139145355013,0.222132012665422,0.219032258064516,0.218608597285068,0.221858585858586,0.221793831168831,0.211366181410974,0.213223008990373,0.213734690631462,0.215870988344244],[1.97,2,2.02,1.98,1.98,2,1.93,1.94,1.89,1.87,1.92,2.01,2.05,2.09,2.08,2.01,1.96,1.93,1.87,1.83,1.87,1.86,1.97,1.93,2,2.01,2.04,1.96,1.99,1.92,1.93,1.99,2.01,2.05,2.01,1.99,1.98,1.92,1.94,1.98,2.03,1.99,2,1.96,1.98,2.03,2.04,2.04,2.14,2.29,2.29,2.31,2.39,2.38,2.31,2.29,2.25,2.26,2.2,2.21,2.18,2.23,2.22,2.3,2.25,2.19,2.07,2.06,2.01,2.05,2.08,2.02,2,2.03,2,1.98,1.99,1.96,2,2.01,1.98,1.96,1.95,1.98,1.96,1.96,1.91,1.92,1.88,1.87,1.89,1.84,1.78,1.76,1.76,1.7,1.71,1.75,1.79,1.73,1.77,1.75,1.74,1.63,1.59,1.47,1.53,1.57,1.66,1.66,1.65,1.6,1.67,1.61,1.64,1.6,1.59,1.64,1.65,1.63,1.69,1.63,1.66,1.65,1.6,1.67,1.61,1.65,1.62,1.57,1.53,1.53,1.54,1.5,1.52,1.5,1.53,1.52,1.54,1.49,1.47,1.44,1.43,1.45,1.58,1.53,1.51,1.56,1.51,1.6,1.59,1.66,1.68,1.69,1.65,1.65,1.73,1.8,1.83,1.81,1.82,1.8,1.71,1.68,1.68,1.65,1.64,1.66,1.63,1.57,1.59,1.6,1.68,1.67,1.68,1.7,1.77,1.75,1.88,1.85,1.82,1.79,1.8,1.77,1.74,1.7,1.64,1.66,1.65,1.64,1.64,1.64,1.7,1.75,1.75,1.74,1.72,1.7,1.69,1.7,1.75,1.83,1.86,1.79,1.83,1.79,1.8,1.86,1.78,1.74,1.74,1.72,1.75,1.75,1.72,1.78,1.68,1.62,1.61,1.61,1.59,1.59,1.58,1.58,1.61,1.66,1.69,1.7,1.66,1.64,1.63,1.62,1.62,1.63,1.62,1.6,1.59,1.64,1.63,1.66,1.72,1.74,1.72,1.78,1.84,1.82,1.81,1.77,1.79,1.77,1.74,1.73,1.78,1.86,1.92,1.93,1.92,1.89,1.88,1.91,1.89,1.89,1.86,1.84,1.89,1.87,1.86,1.86,1.88,1.98,2,2.03,2.03,2.02,2.04,2,2.04,2,1.99,1.99,1.99,2.02,2.05,2,2.01,2.03,2.02,1.99,1.97,1.88,1.88,1.91,1.89,1.86,1.88,1.9,1.95,2,2.06,2.07,2.03,2.04,2.04,2.01,1.96,1.92,1.96,1.95,1.93,1.93,1.92,1.87,1.87,1.86,1.88,1.83,1.78,1.72,1.76,1.78,1.84,1.82,1.75,1.72,1.75,1.73,1.72,1.73,1.72,1.74,1.73,1.74,1.7,1.7,1.7,1.66,1.66,1.78,1.8,1.82,1.81,1.81,1.9,1.92,1.96,1.94,1.87,1.95,1.97,1.94,2.03,2.02,2.01,2.15,2.13,2.13,2.16,2.13,2.14,2.1,2.08,2.17,2.22,2.2,2.25,2.19,2.14,2.19,2.2,2.33,2.41,2.52,2.57,2.6,2.55,2.49,2.52,2.5,2.48,2.52,2.73,2.65,2.65,2.7,2.6,2.61,2.57,2.55,2.52,2.56,2.5,2.5,2.53,2.61,2.61,2.58,2.61,2.63,2.6,2.74,2.63,2.67,2.67,2.61,2.58,2.57,2.61,2.71,2.71,2.77,2.84,2.88,2.82,2.87,2.9,2.82,2.79,2.72,2.78,2.75,2.78,2.86,2.9,2.98,2.94,2.9,2.96,2.93,2.92,2.9,2.88,2.86,2.69,2.76,2.75,2.72,2.67,2.63,2.66,2.64,2.64,2.66,2.63,2.62,2.66,2.65,2.66,2.68,2.71,2.7,2.7,2.75,2.69,2.61,2.6,2.63,2.54,2.51,2.53,2.53,2.54,2.53,2.55,2.57,2.65,2.63,2.69,2.67,2.63,2.77,2.77,2.8,2.75,2.69,2.71,2.67,2.71,2.8,2.79,2.75,2.74,2.71,2.74,2.75,2.81,2.79,2.84,2.88,2.88,2.86,2.81,2.86,2.89,2.88,2.89,2.85,2.89,2.94,2.89,2.94,2.99,3,3.02,2.99,3.04,3,3.01,2.98,2.96,3.01,2.97,2.88,2.84,2.88,2.9,2.86,2.84,2.85,2.87,2.79,2.75,2.78,2.77,2.69,2.72,2.67,2.61,2.64,2.7,2.73,2.71,2.7,2.75,2.8,2.73,2.75,2.71,2.73,2.76,2.73,2.75,2.7,2.67,2.65,2.66,2.6,2.7,2.7,2.74,2.8,2.79,2.77,2.73,2.66,2.65,2.7,2.68,2.78,2.79,2.75,2.74,2.75,2.71,2.69,2.73,2.73,2.77,2.82,2.8,2.74,2.71,2.69,2.71,2.65,2.63,2.65,2.64,2.65,2.73,2.73,2.73,2.7,2.7,2.68,2.7,2.71,2.67,2.63,2.6,2.63,2.61,2.62,2.61,2.62,2.66,2.61,2.54,2.5,2.52,2.54,2.52,2.54,2.56,2.54,2.52,2.44,2.45,2.48,2.54,2.6,2.61,2.59,2.6,2.62,2.64,2.65,2.58,2.6,2.61,2.66,2.61,2.64,2.63,2.63,2.59,2.57,2.53,2.54,2.53,2.58,2.64,2.65,2.63,2.58,2.57,2.55,2.53,2.55,2.56,2.55,2.47,2.5,2.49,2.48,2.48,2.52,2.48,2.5,2.47,2.57,2.58,2.52,2.51,2.49,2.49,2.43,2.44,2.44,2.46,2.43,2.4,2.34,2.39,2.4,2.43,2.41,2.4,2.39,2.39,2.37,2.34,2.35,2.42,2.41,2.45,2.46,2.48,2.5,2.54,2.54,2.62,2.6,2.6,2.62,2.63,2.59,2.57,2.54,2.57,2.52,2.54,2.5,2.52,2.42,2.44,2.45,2.43,2.36,2.35,2.34,2.31,2.31,2.21,2.15,2.17,2.22,2.2,2.23,2.25,2.29,2.29,2.27,2.3,2.34,2.32,2.35,2.36,2.35,2.36,2.39,2.32,2.38,2.38,2.37,2.35,2.32,2.34,2.32,2.36,2.34,2.31,2.3,2.27,2.24,2.18,2.22,2.28,2.29,2.25,2.31,2.26,2.22,2.18,2.19,2.1,2.12,2.07,2.14,2.22,2.17,2.17,2.26,2.27,2.25,2.22,2.2,2.17,2.12,2.04,1.97,1.96,2.03,1.98,1.92,1.91,1.86,1.77,1.83,1.82,1.87,1.9,1.81,1.83,1.83,1.73,1.77,1.68,1.68,1.79,1.81,1.83,1.95,1.96,2.01,2,1.99,2.02,2.14,2.07,2.11,2.13,2.06,1.99,1.96,2.03,2,2.08,2.12,2.12,2.11,2.24,2.2,2.14,2.11,2.1,2.13,2.1,2.06,1.93,1.98,1.93,1.92,1.88,1.93,2.01,1.95,1.96,1.94,1.87,1.92,1.85,1.92,1.89,1.92,1.97,1.96,1.94,1.9,1.91,1.9,1.87,1.9,1.92,1.99,1.96,1.93,1.94,2,2.06,2.05,2.12,2.16,2.19,2.25,2.18,2.16,2.28,2.28,2.27,2.23,2.14,2.23,2.27,2.26,2.19,2.21,2.14,2.14,2.13,2.12,2.19,2.27,2.38,2.31,2.41,2.39,2.42,2.5,2.39,2.39,2.36,2.32,2.32,2.35,2.26,2.37,2.42,2.38,2.4,2.49,2.33,2.35,2.43,2.4,2.3,2.27,2.22,2.32,2.42,2.44,2.41,2.36,2.36,2.34,2.38,2.35,2.33,2.28,2.27,2.23,2.26,2.29,2.28,2.2,2.16,2.23,2.28,2.23,2.18,2.24,2.15,2.14,2.19,2.2,2.16,2.2,2.12,2.09,2.05,2.01,2.12,2.18,2.18,2.19,2.21,2.17,2.2,2.18,2.13,2.2,2.21,2.23,2.2,2.18,2.28,2.3,2.21,2.13,2.2,2.14,2.16,2.13,2.17,2.1,2.05,2.06,2.05,1.99,2.07,2.05,2.08,2.12,2.12,2.12,2.06,1.99,2.04,2.04,2.04,2.08,2.04,2.04,2.09,2.07,2.05,2.1,2.19,2.16,2.2,2.23,2.25,2.26,2.34,2.36,2.32,2.32,2.32,2.28,2.27,2.25,2.27,2.24,2.26,2.25,2.24,2.23,2.22,2.21,2.15,2.18,2.33,2.28,2.23,2.24,2.22,2.24,2.13,2.23,2.28,2.3,2.24,2.19,2.2,2.24,2.27,2.25,2.24,2.32,2.31,2.27,2.24,2.25,2.18,2.16,2.13,2.17,2.12,2.08,2.1,2.03,2.06,2.01,2.02,2.07,2.03,2.01,2.02,2,1.94,1.97,1.87,1.88,1.87,1.86,1.75,1.74,1.71,1.63,1.74,1.78,1.81,1.75,1.76,1.77,1.74,1.75,1.71,1.76,1.74,1.83,1.84,1.83,1.88,1.91,1.83,1.9,1.93,1.98,1.97,1.97,1.94,1.91,1.88,1.92,1.94,1.88,1.91,1.89,1.81,1.83,1.78,1.79,1.78,1.73,1.76,1.7,1.72,1.73,1.79,1.77,1.8,1.76,1.78,1.79,1.85,1.88,1.89,1.91,1.94,1.87,1.84,1.83,1.88,1.81,1.79,1.76,1.79,1.77,1.77,1.73,1.75,1.71,1.75,1.76,1.87,1.85,1.85,1.84,1.86,1.87,1.83,1.85,1.84,1.85,1.81,1.71,1.73,1.72,1.71,1.68,1.64,1.62,1.62,1.6,1.57,1.62,1.67,1.71,1.69,1.74,1.57,1.46,1.46,1.5,1.49,1.46,1.37,1.38,1.4,1.37,1.43,1.53,1.48,1.53,1.6,1.59,1.56,1.59,1.57,1.57,1.58,1.57,1.52,1.52,1.46,1.51,1.55,1.55,1.51,1.59,1.59,1.55,1.5,1.57,1.51,1.55,1.57,1.56,1.53,1.58,1.55,1.55,1.56,1.58,1.62,1.57,1.57,1.58,1.57,1.6,1.55,1.54,1.61,1.67,1.68,1.73,1.7,1.71,1.7,1.7,1.69,1.66,1.63,1.62,1.59,1.56,1.57,1.56,1.6,1.63,1.69,1.72,1.75,1.73,1.73,1.77,1.79,1.75,1.8,1.77,1.75,1.76,1.76,1.74,1.77,1.77,1.79,1.85,1.86,1.84,1.83,1.81,1.82,1.79,1.83,1.88,2.07,2.15,2.15,2.23,2.23,2.22,2.29,2.34,2.33,2.31,2.36,2.36,2.32,2.3,2.37,2.45,2.4,2.39,2.39,2.34,2.4,2.47,2.49,2.48,2.54,2.6,2.6,2.54,2.57,2.55,2.55,2.55,2.57,2.51,2.49,2.45,2.45,2.46,2.37,2.42,2.38,2.38,2.38,2.36,2.4,2.33,2.42,2.47,2.48,2.41,2.47,2.53,2.51,2.49,2.49,2.45,2.48,2.48,2.49,2.42,2.4,2.34,2.4,2.41,2.43,2.47,2.51,2.45,2.42,2.43,2.42,2.38,2.31,2.36,2.36]]},&#34;evals&#34;:[],&#34;jsHooks&#34;:[]}&lt;/script&gt;
&lt;p&gt;That chart is completely unhelpful, of course, because our time series have different scales. I also don’t love the choppiness of the blue 10-year chart. Let’s address these two issues by adding a right-hand side scale and a &lt;code&gt;dyRoller()&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;The &lt;code&gt;dyRoller()&lt;/code&gt; will help smooth out our chart because each plotted point will be an average of the number of periods specified with &lt;code&gt;rollPeriod = X&lt;/code&gt;. This won’t affect our xts object, where we store the data, it just makes the chart more readable.&lt;/p&gt;
&lt;p&gt;Adding the right-hand-side y-axis requires a few more lines of code. First we need to invoke &lt;code&gt;dyAxis()&lt;/code&gt; for the left-hand axis, called “y”. Then we invoke &lt;code&gt;dyAxis()&lt;/code&gt; for the right-hand axis, called “y2”. We also need to set &lt;code&gt;independentTicks = TRUE&lt;/code&gt; so that we can use a unique, independent value scale for the right-hand side. Next, in our &lt;code&gt;dySeries()&lt;/code&gt; call for each time series, we assign each one to an axis. Here we assign “ratio” with &lt;code&gt;axis = &#39;y&#39;&lt;/code&gt;, so that the copper-gold price ratio will be on the left-hand scale, and we assign “TenYear” with &lt;code&gt;axis = &#39;y2&#39;&lt;/code&gt;, so the 10-year yield will be on the right-hand scale. I also like to include a label with LHS and RHS for each time series.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;dygraph(tenYear_ratio) %&amp;gt;% 
  # Add the rollPeriod for smoothing.
  dyRoller(rollPeriod = 3) %&amp;gt;% 
  # Create two independent axes.
  dyAxis(&amp;quot;y&amp;quot;, label = &amp;quot;USD&amp;quot;) %&amp;gt;%
  dyAxis(&amp;quot;y2&amp;quot;, label = &amp;quot;Percent (%)&amp;quot;, independentTicks = TRUE) %&amp;gt;%
  # Assign each time series to an axis.
  dySeries(&amp;quot;ratio&amp;quot;, axis = &amp;#39;y&amp;#39;, label = &amp;quot;Copper/Gold (LHS)&amp;quot;) %&amp;gt;% 
  dySeries(&amp;quot;TenYear&amp;quot;, axis = &amp;#39;y2&amp;#39;, label = &amp;quot;10-Year % Yield (RHS)&amp;quot;)&lt;/code&gt;&lt;/pre&gt;
&lt;div id=&#34;htmlwidget-2&#34; style=&#34;width:672px;height:480px;&#34; class=&#34;dygraphs html-widget&#34;&gt;&lt;/div&gt;
&lt;script type=&#34;application/json&#34; data-for=&#34;htmlwidget-2&#34;&gt;{&#34;x&#34;:{&#34;attrs&#34;:{&#34;axes&#34;:{&#34;x&#34;:{&#34;pixelsPerLabel&#34;:60},&#34;y&#34;:[],&#34;y2&#34;:{&#34;independentTicks&#34;:true}},&#34;labels&#34;:[&#34;day&#34;,&#34;Copper/Gold (LHS)&#34;,&#34;10-Year % Yield (RHS)&#34;],&#34;legend&#34;:&#34;auto&#34;,&#34;retainDateWindow&#34;:false,&#34;showRoller&#34;:true,&#34;rollPeriod&#34;:3,&#34;ylabel&#34;:&#34;USD&#34;,&#34;y2label&#34;:&#34;Percent (%)&#34;,&#34;series&#34;:{&#34;Copper/Gold (LHS)&#34;:{&#34;axis&#34;:&#34;y&#34;},&#34;10-Year % Yield (RHS)&#34;:{&#34;axis&#34;:&#34;y2&#34;}}},&#34;scale&#34;:&#34;daily&#34;,&#34;annotations&#34;:[],&#34;shadings&#34;:[],&#34;events&#34;:[],&#34;format&#34;:&#34;date&#34;,&#34;data&#34;:[[&#34;2012-01-03T00:00:00.000Z&#34;,&#34;2012-01-04T00:00:00.000Z&#34;,&#34;2012-01-05T00:00:00.000Z&#34;,&#34;2012-01-06T00:00:00.000Z&#34;,&#34;2012-01-09T00:00:00.000Z&#34;,&#34;2012-01-10T00:00:00.000Z&#34;,&#34;2012-01-11T00:00:00.000Z&#34;,&#34;2012-01-12T00:00:00.000Z&#34;,&#34;2012-01-13T00:00:00.000Z&#34;,&#34;2012-01-17T00:00:00.000Z&#34;,&#34;2012-01-18T00:00:00.000Z&#34;,&#34;2012-01-19T00:00:00.000Z&#34;,&#34;2012-01-20T00:00:00.000Z&#34;,&#34;2012-01-23T00:00:00.000Z&#34;,&#34;2012-01-24T00:00:00.000Z&#34;,&#34;2012-01-25T00:00:00.000Z&#34;,&#34;2012-01-26T00:00:00.000Z&#34;,&#34;2012-01-27T00:00:00.000Z&#34;,&#34;2012-01-30T00:00:00.000Z&#34;,&#34;2012-01-31T00:00:00.000Z&#34;,&#34;2012-02-01T00:00:00.000Z&#34;,&#34;2012-02-02T00:00:00.000Z&#34;,&#34;2012-02-03T00:00:00.000Z&#34;,&#34;2012-02-06T00:00:00.000Z&#34;,&#34;2012-02-07T00:00:00.000Z&#34;,&#34;2012-02-08T00:00:00.000Z&#34;,&#34;2012-02-09T00:00:00.000Z&#34;,&#34;2012-02-10T00:00:00.000Z&#34;,&#34;2012-02-13T00:00:00.000Z&#34;,&#34;2012-02-14T00:00:00.000Z&#34;,&#34;2012-02-15T00:00:00.000Z&#34;,&#34;2012-02-16T00:00:00.000Z&#34;,&#34;2012-02-17T00:00:00.000Z&#34;,&#34;2012-02-21T00:00:00.000Z&#34;,&#34;2012-02-22T00:00:00.000Z&#34;,&#34;2012-02-23T00:00:00.000Z&#34;,&#34;2012-02-24T00:00:00.000Z&#34;,&#34;2012-02-27T00:00:00.000Z&#34;,&#34;2012-02-28T00:00:00.000Z&#34;,&#34;2012-02-29T00:00:00.000Z&#34;,&#34;2012-03-01T00:00:00.000Z&#34;,&#34;2012-03-02T00:00:00.000Z&#34;,&#34;2012-03-05T00:00:00.000Z&#34;,&#34;2012-03-06T00:00:00.000Z&#34;,&#34;2012-03-07T00:00:00.000Z&#34;,&#34;2012-03-08T00:00:00.000Z&#34;,&#34;2012-03-09T00:00:00.000Z&#34;,&#34;2012-03-12T00:00:00.000Z&#34;,&#34;2012-03-13T00:00:00.000Z&#34;,&#34;2012-03-14T00:00:00.000Z&#34;,&#34;2012-03-15T00:00:00.000Z&#34;,&#34;2012-03-16T00:00:00.000Z&#34;,&#34;2012-03-19T00:00:00.000Z&#34;,&#34;2012-03-20T00:00:00.000Z&#34;,&#34;2012-03-21T00:00:00.000Z&#34;,&#34;2012-03-22T00:00:00.000Z&#34;,&#34;2012-03-23T00:00:00.000Z&#34;,&#34;2012-03-26T00:00:00.000Z&#34;,&#34;2012-03-27T00:00:00.000Z&#34;,&#34;2012-03-28T00:00:00.000Z&#34;,&#34;2012-03-29T00:00:00.000Z&#34;,&#34;2012-03-30T00:00:00.000Z&#34;,&#34;2012-04-02T00:00:00.000Z&#34;,&#34;2012-04-03T00:00:00.000Z&#34;,&#34;2012-04-04T00:00:00.000Z&#34;,&#34;2012-04-05T00:00:00.000Z&#34;,&#34;2012-04-06T00:00:00.000Z&#34;,&#34;2012-04-09T00:00:00.000Z&#34;,&#34;2012-04-10T00:00:00.000Z&#34;,&#34;2012-04-11T00:00:00.000Z&#34;,&#34;2012-04-12T00:00:00.000Z&#34;,&#34;2012-04-13T00:00:00.000Z&#34;,&#34;2012-04-16T00:00:00.000Z&#34;,&#34;2012-04-17T00:00:00.000Z&#34;,&#34;2012-04-18T00:00:00.000Z&#34;,&#34;2012-04-19T00:00:00.000Z&#34;,&#34;2012-04-20T00:00:00.000Z&#34;,&#34;2012-04-23T00:00:00.000Z&#34;,&#34;2012-04-24T00:00:00.000Z&#34;,&#34;2012-04-25T00:00:00.000Z&#34;,&#34;2012-04-26T00:00:00.000Z&#34;,&#34;2012-04-27T00:00:00.000Z&#34;,&#34;2012-04-30T00:00:00.000Z&#34;,&#34;2012-05-01T00:00:00.000Z&#34;,&#34;2012-05-02T00:00:00.000Z&#34;,&#34;2012-05-03T00:00:00.000Z&#34;,&#34;2012-05-04T00:00:00.000Z&#34;,&#34;2012-05-07T00:00:00.000Z&#34;,&#34;2012-05-08T00:00:00.000Z&#34;,&#34;2012-05-09T00:00:00.000Z&#34;,&#34;2012-05-10T00:00:00.000Z&#34;,&#34;2012-05-11T00:00:00.000Z&#34;,&#34;2012-05-14T00:00:00.000Z&#34;,&#34;2012-05-15T00:00:00.000Z&#34;,&#34;2012-05-16T00:00:00.000Z&#34;,&#34;2012-05-17T00:00:00.000Z&#34;,&#34;2012-05-18T00:00:00.000Z&#34;,&#34;2012-05-21T00:00:00.000Z&#34;,&#34;2012-05-22T00:00:00.000Z&#34;,&#34;2012-05-23T00:00:00.000Z&#34;,&#34;2012-05-24T00:00:00.000Z&#34;,&#34;2012-05-25T00:00:00.000Z&#34;,&#34;2012-05-29T00:00:00.000Z&#34;,&#34;2012-05-30T00:00:00.000Z&#34;,&#34;2012-05-31T00:00:00.000Z&#34;,&#34;2012-06-01T00:00:00.000Z&#34;,&#34;2012-06-04T00:00:00.000Z&#34;,&#34;2012-06-05T00:00:00.000Z&#34;,&#34;2012-06-06T00:00:00.000Z&#34;,&#34;2012-06-07T00:00:00.000Z&#34;,&#34;2012-06-08T00:00:00.000Z&#34;,&#34;2012-06-11T00:00:00.000Z&#34;,&#34;2012-06-12T00:00:00.000Z&#34;,&#34;2012-06-13T00:00:00.000Z&#34;,&#34;2012-06-14T00:00:00.000Z&#34;,&#34;2012-06-15T00:00:00.000Z&#34;,&#34;2012-06-18T00:00:00.000Z&#34;,&#34;2012-06-19T00:00:00.000Z&#34;,&#34;2012-06-20T00:00:00.000Z&#34;,&#34;2012-06-21T00:00:00.000Z&#34;,&#34;2012-06-22T00:00:00.000Z&#34;,&#34;2012-06-25T00:00:00.000Z&#34;,&#34;2012-06-26T00:00:00.000Z&#34;,&#34;2012-06-27T00:00:00.000Z&#34;,&#34;2012-06-28T00:00:00.000Z&#34;,&#34;2012-06-29T00:00:00.000Z&#34;,&#34;2012-07-02T00:00:00.000Z&#34;,&#34;2012-07-03T00:00:00.000Z&#34;,&#34;2012-07-05T00:00:00.000Z&#34;,&#34;2012-07-06T00:00:00.000Z&#34;,&#34;2012-07-09T00:00:00.000Z&#34;,&#34;2012-07-10T00:00:00.000Z&#34;,&#34;2012-07-11T00:00:00.000Z&#34;,&#34;2012-07-12T00:00:00.000Z&#34;,&#34;2012-07-13T00:00:00.000Z&#34;,&#34;2012-07-16T00:00:00.000Z&#34;,&#34;2012-07-17T00:00:00.000Z&#34;,&#34;2012-07-18T00:00:00.000Z&#34;,&#34;2012-07-19T00:00:00.000Z&#34;,&#34;2012-07-20T00:00:00.000Z&#34;,&#34;2012-07-23T00:00:00.000Z&#34;,&#34;2012-07-24T00:00:00.000Z&#34;,&#34;2012-07-25T00:00:00.000Z&#34;,&#34;2012-07-26T00:00:00.000Z&#34;,&#34;2012-07-27T00:00:00.000Z&#34;,&#34;2012-07-30T00:00:00.000Z&#34;,&#34;2012-07-31T00:00:00.000Z&#34;,&#34;2012-08-01T00:00:00.000Z&#34;,&#34;2012-08-02T00:00:00.000Z&#34;,&#34;2012-08-03T00:00:00.000Z&#34;,&#34;2012-08-06T00:00:00.000Z&#34;,&#34;2012-08-07T00:00:00.000Z&#34;,&#34;2012-08-08T00:00:00.000Z&#34;,&#34;2012-08-09T00:00:00.000Z&#34;,&#34;2012-08-10T00:00:00.000Z&#34;,&#34;2012-08-13T00:00:00.000Z&#34;,&#34;2012-08-14T00:00:00.000Z&#34;,&#34;2012-08-15T00:00:00.000Z&#34;,&#34;2012-08-16T00:00:00.000Z&#34;,&#34;2012-08-17T00:00:00.000Z&#34;,&#34;2012-08-20T00:00:00.000Z&#34;,&#34;2012-08-21T00:00:00.000Z&#34;,&#34;2012-08-22T00:00:00.000Z&#34;,&#34;2012-08-23T00:00:00.000Z&#34;,&#34;2012-08-24T00:00:00.000Z&#34;,&#34;2012-08-27T00:00:00.000Z&#34;,&#34;2012-08-28T00:00:00.000Z&#34;,&#34;2012-08-29T00:00:00.000Z&#34;,&#34;2012-08-30T00:00:00.000Z&#34;,&#34;2012-08-31T00:00:00.000Z&#34;,&#34;2012-09-04T00:00:00.000Z&#34;,&#34;2012-09-05T00:00:00.000Z&#34;,&#34;2012-09-06T00:00:00.000Z&#34;,&#34;2012-09-07T00:00:00.000Z&#34;,&#34;2012-09-10T00:00:00.000Z&#34;,&#34;2012-09-11T00:00:00.000Z&#34;,&#34;2012-09-12T00:00:00.000Z&#34;,&#34;2012-09-13T00:00:00.000Z&#34;,&#34;2012-09-14T00:00:00.000Z&#34;,&#34;2012-09-17T00:00:00.000Z&#34;,&#34;2012-09-18T00:00:00.000Z&#34;,&#34;2012-09-19T00:00:00.000Z&#34;,&#34;2012-09-20T00:00:00.000Z&#34;,&#34;2012-09-21T00:00:00.000Z&#34;,&#34;2012-09-24T00:00:00.000Z&#34;,&#34;2012-09-25T00:00:00.000Z&#34;,&#34;2012-09-26T00:00:00.000Z&#34;,&#34;2012-09-27T00:00:00.000Z&#34;,&#34;2012-09-28T00:00:00.000Z&#34;,&#34;2012-10-01T00:00:00.000Z&#34;,&#34;2012-10-02T00:00:00.000Z&#34;,&#34;2012-10-03T00:00:00.000Z&#34;,&#34;2012-10-04T00:00:00.000Z&#34;,&#34;2012-10-05T00:00:00.000Z&#34;,&#34;2012-10-08T00:00:00.000Z&#34;,&#34;2012-10-09T00:00:00.000Z&#34;,&#34;2012-10-10T00:00:00.000Z&#34;,&#34;2012-10-11T00:00:00.000Z&#34;,&#34;2012-10-12T00:00:00.000Z&#34;,&#34;2012-10-15T00:00:00.000Z&#34;,&#34;2012-10-16T00:00:00.000Z&#34;,&#34;2012-10-17T00:00:00.000Z&#34;,&#34;2012-10-18T00:00:00.000Z&#34;,&#34;2012-10-19T00:00:00.000Z&#34;,&#34;2012-10-22T00:00:00.000Z&#34;,&#34;2012-10-23T00:00:00.000Z&#34;,&#34;2012-10-24T00:00:00.000Z&#34;,&#34;2012-10-25T00:00:00.000Z&#34;,&#34;2012-10-26T00:00:00.000Z&#34;,&#34;2012-10-29T00:00:00.000Z&#34;,&#34;2012-10-30T00:00:00.000Z&#34;,&#34;2012-10-31T00:00:00.000Z&#34;,&#34;2012-11-01T00:00:00.000Z&#34;,&#34;2012-11-02T00:00:00.000Z&#34;,&#34;2012-11-05T00:00:00.000Z&#34;,&#34;2012-11-06T00:00:00.000Z&#34;,&#34;2012-11-07T00:00:00.000Z&#34;,&#34;2012-11-08T00:00:00.000Z&#34;,&#34;2012-11-09T00:00:00.000Z&#34;,&#34;2012-11-12T00:00:00.000Z&#34;,&#34;2012-11-13T00:00:00.000Z&#34;,&#34;2012-11-14T00:00:00.000Z&#34;,&#34;2012-11-15T00:00:00.000Z&#34;,&#34;2012-11-16T00:00:00.000Z&#34;,&#34;2012-11-19T00:00:00.000Z&#34;,&#34;2012-11-20T00:00:00.000Z&#34;,&#34;2012-11-21T00:00:00.000Z&#34;,&#34;2012-11-23T00:00:00.000Z&#34;,&#34;2012-11-26T00:00:00.000Z&#34;,&#34;2012-11-27T00:00:00.000Z&#34;,&#34;2012-11-28T00:00:00.000Z&#34;,&#34;2012-11-29T00:00:00.000Z&#34;,&#34;2012-11-30T00:00:00.000Z&#34;,&#34;2012-12-03T00:00:00.000Z&#34;,&#34;2012-12-04T00:00:00.000Z&#34;,&#34;2012-12-05T00:00:00.000Z&#34;,&#34;2012-12-06T00:00:00.000Z&#34;,&#34;2012-12-07T00:00:00.000Z&#34;,&#34;2012-12-10T00:00:00.000Z&#34;,&#34;2012-12-11T00:00:00.000Z&#34;,&#34;2012-12-12T00:00:00.000Z&#34;,&#34;2012-12-13T00:00:00.000Z&#34;,&#34;2012-12-14T00:00:00.000Z&#34;,&#34;2012-12-17T00:00:00.000Z&#34;,&#34;2012-12-18T00:00:00.000Z&#34;,&#34;2012-12-19T00:00:00.000Z&#34;,&#34;2012-12-20T00:00:00.000Z&#34;,&#34;2012-12-21T00:00:00.000Z&#34;,&#34;2012-12-24T00:00:00.000Z&#34;,&#34;2012-12-26T00:00:00.000Z&#34;,&#34;2012-12-27T00:00:00.000Z&#34;,&#34;2012-12-28T00:00:00.000Z&#34;,&#34;2012-12-31T00:00:00.000Z&#34;,&#34;2013-01-02T00:00:00.000Z&#34;,&#34;2013-01-03T00:00:00.000Z&#34;,&#34;2013-01-04T00:00:00.000Z&#34;,&#34;2013-01-07T00:00:00.000Z&#34;,&#34;2013-01-08T00:00:00.000Z&#34;,&#34;2013-01-09T00:00:00.000Z&#34;,&#34;2013-01-10T00:00:00.000Z&#34;,&#34;2013-01-11T00:00:00.000Z&#34;,&#34;2013-01-14T00:00:00.000Z&#34;,&#34;2013-01-15T00:00:00.000Z&#34;,&#34;2013-01-16T00:00:00.000Z&#34;,&#34;2013-01-17T00:00:00.000Z&#34;,&#34;2013-01-18T00:00:00.000Z&#34;,&#34;2013-01-22T00:00:00.000Z&#34;,&#34;2013-01-23T00:00:00.000Z&#34;,&#34;2013-01-24T00:00:00.000Z&#34;,&#34;2013-01-25T00:00:00.000Z&#34;,&#34;2013-01-28T00:00:00.000Z&#34;,&#34;2013-01-29T00:00:00.000Z&#34;,&#34;2013-01-30T00:00:00.000Z&#34;,&#34;2013-01-31T00:00:00.000Z&#34;,&#34;2013-02-01T00:00:00.000Z&#34;,&#34;2013-02-04T00:00:00.000Z&#34;,&#34;2013-02-05T00:00:00.000Z&#34;,&#34;2013-02-06T00:00:00.000Z&#34;,&#34;2013-02-07T00:00:00.000Z&#34;,&#34;2013-02-08T00:00:00.000Z&#34;,&#34;2013-02-11T00:00:00.000Z&#34;,&#34;2013-02-12T00:00:00.000Z&#34;,&#34;2013-02-13T00:00:00.000Z&#34;,&#34;2013-02-14T00:00:00.000Z&#34;,&#34;2013-02-15T00:00:00.000Z&#34;,&#34;2013-02-19T00:00:00.000Z&#34;,&#34;2013-02-20T00:00:00.000Z&#34;,&#34;2013-02-21T00:00:00.000Z&#34;,&#34;2013-02-22T00:00:00.000Z&#34;,&#34;2013-02-25T00:00:00.000Z&#34;,&#34;2013-02-26T00:00:00.000Z&#34;,&#34;2013-02-27T00:00:00.000Z&#34;,&#34;2013-02-28T00:00:00.000Z&#34;,&#34;2013-03-01T00:00:00.000Z&#34;,&#34;2013-03-04T00:00:00.000Z&#34;,&#34;2013-03-05T00:00:00.000Z&#34;,&#34;2013-03-06T00:00:00.000Z&#34;,&#34;2013-03-07T00:00:00.000Z&#34;,&#34;2013-03-08T00:00:00.000Z&#34;,&#34;2013-03-11T00:00:00.000Z&#34;,&#34;2013-03-12T00:00:00.000Z&#34;,&#34;2013-03-13T00:00:00.000Z&#34;,&#34;2013-03-14T00:00:00.000Z&#34;,&#34;2013-03-15T00:00:00.000Z&#34;,&#34;2013-03-18T00:00:00.000Z&#34;,&#34;2013-03-19T00:00:00.000Z&#34;,&#34;2013-03-20T00:00:00.000Z&#34;,&#34;2013-03-21T00:00:00.000Z&#34;,&#34;2013-03-22T00:00:00.000Z&#34;,&#34;2013-03-25T00:00:00.000Z&#34;,&#34;2013-03-26T00:00:00.000Z&#34;,&#34;2013-03-27T00:00:00.000Z&#34;,&#34;2013-03-28T00:00:00.000Z&#34;,&#34;2013-04-01T00:00:00.000Z&#34;,&#34;2013-04-02T00:00:00.000Z&#34;,&#34;2013-04-03T00:00:00.000Z&#34;,&#34;2013-04-04T00:00:00.000Z&#34;,&#34;2013-04-05T00:00:00.000Z&#34;,&#34;2013-04-08T00:00:00.000Z&#34;,&#34;2013-04-09T00:00:00.000Z&#34;,&#34;2013-04-10T00:00:00.000Z&#34;,&#34;2013-04-11T00:00:00.000Z&#34;,&#34;2013-04-12T00:00:00.000Z&#34;,&#34;2013-04-15T00:00:00.000Z&#34;,&#34;2013-04-16T00:00:00.000Z&#34;,&#34;2013-04-17T00:00:00.000Z&#34;,&#34;2013-04-18T00:00:00.000Z&#34;,&#34;2013-04-19T00:00:00.000Z&#34;,&#34;2013-04-22T00:00:00.000Z&#34;,&#34;2013-04-23T00:00:00.000Z&#34;,&#34;2013-04-24T00:00:00.000Z&#34;,&#34;2013-04-25T00:00:00.000Z&#34;,&#34;2013-04-26T00:00:00.000Z&#34;,&#34;2013-04-29T00:00:00.000Z&#34;,&#34;2013-04-30T00:00:00.000Z&#34;,&#34;2013-05-01T00:00:00.000Z&#34;,&#34;2013-05-02T00:00:00.000Z&#34;,&#34;2013-05-03T00:00:00.000Z&#34;,&#34;2013-05-06T00:00:00.000Z&#34;,&#34;2013-05-07T00:00:00.000Z&#34;,&#34;2013-05-08T00:00:00.000Z&#34;,&#34;2013-05-09T00:00:00.000Z&#34;,&#34;2013-05-10T00:00:00.000Z&#34;,&#34;2013-05-13T00:00:00.000Z&#34;,&#34;2013-05-14T00:00:00.000Z&#34;,&#34;2013-05-15T00:00:00.000Z&#34;,&#34;2013-05-16T00:00:00.000Z&#34;,&#34;2013-05-17T00:00:00.000Z&#34;,&#34;2013-05-20T00:00:00.000Z&#34;,&#34;2013-05-21T00:00:00.000Z&#34;,&#34;2013-05-22T00:00:00.000Z&#34;,&#34;2013-05-23T00:00:00.000Z&#34;,&#34;2013-05-24T00:00:00.000Z&#34;,&#34;2013-05-28T00:00:00.000Z&#34;,&#34;2013-05-29T00:00:00.000Z&#34;,&#34;2013-05-30T00:00:00.000Z&#34;,&#34;2013-05-31T00:00:00.000Z&#34;,&#34;2013-06-03T00:00:00.000Z&#34;,&#34;2013-06-04T00:00:00.000Z&#34;,&#34;2013-06-05T00:00:00.000Z&#34;,&#34;2013-06-06T00:00:00.000Z&#34;,&#34;2013-06-07T00:00:00.000Z&#34;,&#34;2013-06-10T00:00:00.000Z&#34;,&#34;2013-06-11T00:00:00.000Z&#34;,&#34;2013-06-12T00:00:00.000Z&#34;,&#34;2013-06-13T00:00:00.000Z&#34;,&#34;2013-06-14T00:00:00.000Z&#34;,&#34;2013-06-17T00:00:00.000Z&#34;,&#34;2013-06-18T00:00:00.000Z&#34;,&#34;2013-06-19T00:00:00.000Z&#34;,&#34;2013-06-20T00:00:00.000Z&#34;,&#34;2013-06-21T00:00:00.000Z&#34;,&#34;2013-06-24T00:00:00.000Z&#34;,&#34;2013-06-25T00:00:00.000Z&#34;,&#34;2013-06-26T00:00:00.000Z&#34;,&#34;2013-06-27T00:00:00.000Z&#34;,&#34;2013-06-28T00:00:00.000Z&#34;,&#34;2013-07-01T00:00:00.000Z&#34;,&#34;2013-07-02T00:00:00.000Z&#34;,&#34;2013-07-03T00:00:00.000Z&#34;,&#34;2013-07-05T00:00:00.000Z&#34;,&#34;2013-07-08T00:00:00.000Z&#34;,&#34;2013-07-09T00:00:00.000Z&#34;,&#34;2013-07-10T00:00:00.000Z&#34;,&#34;2013-07-11T00:00:00.000Z&#34;,&#34;2013-07-12T00:00:00.000Z&#34;,&#34;2013-07-15T00:00:00.000Z&#34;,&#34;2013-07-16T00:00:00.000Z&#34;,&#34;2013-07-17T00:00:00.000Z&#34;,&#34;2013-07-18T00:00:00.000Z&#34;,&#34;2013-07-19T00:00:00.000Z&#34;,&#34;2013-07-22T00:00:00.000Z&#34;,&#34;2013-07-23T00:00:00.000Z&#34;,&#34;2013-07-24T00:00:00.000Z&#34;,&#34;2013-07-25T00:00:00.000Z&#34;,&#34;2013-07-26T00:00:00.000Z&#34;,&#34;2013-07-29T00:00:00.000Z&#34;,&#34;2013-07-30T00:00:00.000Z&#34;,&#34;2013-07-31T00:00:00.000Z&#34;,&#34;2013-08-01T00:00:00.000Z&#34;,&#34;2013-08-02T00:00:00.000Z&#34;,&#34;2013-08-05T00:00:00.000Z&#34;,&#34;2013-08-06T00:00:00.000Z&#34;,&#34;2013-08-07T00:00:00.000Z&#34;,&#34;2013-08-08T00:00:00.000Z&#34;,&#34;2013-08-09T00:00:00.000Z&#34;,&#34;2013-08-12T00:00:00.000Z&#34;,&#34;2013-08-13T00:00:00.000Z&#34;,&#34;2013-08-14T00:00:00.000Z&#34;,&#34;2013-08-15T00:00:00.000Z&#34;,&#34;2013-08-16T00:00:00.000Z&#34;,&#34;2013-08-19T00:00:00.000Z&#34;,&#34;2013-08-20T00:00:00.000Z&#34;,&#34;2013-08-21T00:00:00.000Z&#34;,&#34;2013-08-22T00:00:00.000Z&#34;,&#34;2013-08-23T00:00:00.000Z&#34;,&#34;2013-08-26T00:00:00.000Z&#34;,&#34;2013-08-27T00:00:00.000Z&#34;,&#34;2013-08-28T00:00:00.000Z&#34;,&#34;2013-08-29T00:00:00.000Z&#34;,&#34;2013-08-30T00:00:00.000Z&#34;,&#34;2013-09-03T00:00:00.000Z&#34;,&#34;2013-09-04T00:00:00.000Z&#34;,&#34;2013-09-05T00:00:00.000Z&#34;,&#34;2013-09-06T00:00:00.000Z&#34;,&#34;2013-09-09T00:00:00.000Z&#34;,&#34;2013-09-10T00:00:00.000Z&#34;,&#34;2013-09-11T00:00:00.000Z&#34;,&#34;2013-09-12T00:00:00.000Z&#34;,&#34;2013-09-13T00:00:00.000Z&#34;,&#34;2013-09-16T00:00:00.000Z&#34;,&#34;2013-09-17T00:00:00.000Z&#34;,&#34;2013-09-18T00:00:00.000Z&#34;,&#34;2013-09-19T00:00:00.000Z&#34;,&#34;2013-09-20T00:00:00.000Z&#34;,&#34;2013-09-23T00:00:00.000Z&#34;,&#34;2013-09-24T00:00:00.000Z&#34;,&#34;2013-09-25T00:00:00.000Z&#34;,&#34;2013-09-26T00:00:00.000Z&#34;,&#34;2013-09-27T00:00:00.000Z&#34;,&#34;2013-09-30T00:00:00.000Z&#34;,&#34;2013-10-01T00:00:00.000Z&#34;,&#34;2013-10-02T00:00:00.000Z&#34;,&#34;2013-10-03T00:00:00.000Z&#34;,&#34;2013-10-04T00:00:00.000Z&#34;,&#34;2013-10-07T00:00:00.000Z&#34;,&#34;2013-10-08T00:00:00.000Z&#34;,&#34;2013-10-09T00:00:00.000Z&#34;,&#34;2013-10-10T00:00:00.000Z&#34;,&#34;2013-10-11T00:00:00.000Z&#34;,&#34;2013-10-14T00:00:00.000Z&#34;,&#34;2013-10-15T00:00:00.000Z&#34;,&#34;2013-10-16T00:00:00.000Z&#34;,&#34;2013-10-17T00:00:00.000Z&#34;,&#34;2013-10-18T00:00:00.000Z&#34;,&#34;2013-10-21T00:00:00.000Z&#34;,&#34;2013-10-22T00:00:00.000Z&#34;,&#34;2013-10-23T00:00:00.000Z&#34;,&#34;2013-10-24T00:00:00.000Z&#34;,&#34;2013-10-25T00:00:00.000Z&#34;,&#34;2013-10-28T00:00:00.000Z&#34;,&#34;2013-10-29T00:00:00.000Z&#34;,&#34;2013-10-30T00:00:00.000Z&#34;,&#34;2013-10-31T00:00:00.000Z&#34;,&#34;2013-11-01T00:00:00.000Z&#34;,&#34;2013-11-04T00:00:00.000Z&#34;,&#34;2013-11-05T00:00:00.000Z&#34;,&#34;2013-11-06T00:00:00.000Z&#34;,&#34;2013-11-07T00:00:00.000Z&#34;,&#34;2013-11-08T00:00:00.000Z&#34;,&#34;2013-11-11T00:00:00.000Z&#34;,&#34;2013-11-12T00:00:00.000Z&#34;,&#34;2013-11-13T00:00:00.000Z&#34;,&#34;2013-11-14T00:00:00.000Z&#34;,&#34;2013-11-15T00:00:00.000Z&#34;,&#34;2013-11-18T00:00:00.000Z&#34;,&#34;2013-11-19T00:00:00.000Z&#34;,&#34;2013-11-20T00:00:00.000Z&#34;,&#34;2013-11-21T00:00:00.000Z&#34;,&#34;2013-11-22T00:00:00.000Z&#34;,&#34;2013-11-25T00:00:00.000Z&#34;,&#34;2013-11-26T00:00:00.000Z&#34;,&#34;2013-11-27T00:00:00.000Z&#34;,&#34;2013-11-29T00:00:00.000Z&#34;,&#34;2013-12-02T00:00:00.000Z&#34;,&#34;2013-12-03T00:00:00.000Z&#34;,&#34;2013-12-04T00:00:00.000Z&#34;,&#34;2013-12-05T00:00:00.000Z&#34;,&#34;2013-12-06T00:00:00.000Z&#34;,&#34;2013-12-09T00:00:00.000Z&#34;,&#34;2013-12-10T00:00:00.000Z&#34;,&#34;2013-12-11T00:00:00.000Z&#34;,&#34;2013-12-12T00:00:00.000Z&#34;,&#34;2013-12-13T00:00:00.000Z&#34;,&#34;2013-12-16T00:00:00.000Z&#34;,&#34;2013-12-17T00:00:00.000Z&#34;,&#34;2013-12-18T00:00:00.000Z&#34;,&#34;2013-12-19T00:00:00.000Z&#34;,&#34;2013-12-20T00:00:00.000Z&#34;,&#34;2013-12-23T00:00:00.000Z&#34;,&#34;2013-12-24T00:00:00.000Z&#34;,&#34;2013-12-26T00:00:00.000Z&#34;,&#34;2013-12-27T00:00:00.000Z&#34;,&#34;2013-12-30T00:00:00.000Z&#34;,&#34;2013-12-31T00:00:00.000Z&#34;,&#34;2014-01-02T00:00:00.000Z&#34;,&#34;2014-01-03T00:00:00.000Z&#34;,&#34;2014-01-06T00:00:00.000Z&#34;,&#34;2014-01-07T00:00:00.000Z&#34;,&#34;2014-01-08T00:00:00.000Z&#34;,&#34;2014-01-09T00:00:00.000Z&#34;,&#34;2014-01-10T00:00:00.000Z&#34;,&#34;2014-01-13T00:00:00.000Z&#34;,&#34;2014-01-14T00:00:00.000Z&#34;,&#34;2014-01-15T00:00:00.000Z&#34;,&#34;2014-01-16T00:00:00.000Z&#34;,&#34;2014-01-17T00:00:00.000Z&#34;,&#34;2014-01-21T00:00:00.000Z&#34;,&#34;2014-01-22T00:00:00.000Z&#34;,&#34;2014-01-23T00:00:00.000Z&#34;,&#34;2014-01-24T00:00:00.000Z&#34;,&#34;2014-01-27T00:00:00.000Z&#34;,&#34;2014-01-28T00:00:00.000Z&#34;,&#34;2014-01-29T00:00:00.000Z&#34;,&#34;2014-01-30T00:00:00.000Z&#34;,&#34;2014-01-31T00:00:00.000Z&#34;,&#34;2014-02-03T00:00:00.000Z&#34;,&#34;2014-02-04T00:00:00.000Z&#34;,&#34;2014-02-05T00:00:00.000Z&#34;,&#34;2014-02-06T00:00:00.000Z&#34;,&#34;2014-02-07T00:00:00.000Z&#34;,&#34;2014-02-10T00:00:00.000Z&#34;,&#34;2014-02-11T00:00:00.000Z&#34;,&#34;2014-02-12T00:00:00.000Z&#34;,&#34;2014-02-13T00:00:00.000Z&#34;,&#34;2014-02-14T00:00:00.000Z&#34;,&#34;2014-02-18T00:00:00.000Z&#34;,&#34;2014-02-19T00:00:00.000Z&#34;,&#34;2014-02-20T00:00:00.000Z&#34;,&#34;2014-02-21T00:00:00.000Z&#34;,&#34;2014-02-24T00:00:00.000Z&#34;,&#34;2014-02-25T00:00:00.000Z&#34;,&#34;2014-02-26T00:00:00.000Z&#34;,&#34;2014-02-27T00:00:00.000Z&#34;,&#34;2014-02-28T00:00:00.000Z&#34;,&#34;2014-03-03T00:00:00.000Z&#34;,&#34;2014-03-04T00:00:00.000Z&#34;,&#34;2014-03-05T00:00:00.000Z&#34;,&#34;2014-03-06T00:00:00.000Z&#34;,&#34;2014-03-07T00:00:00.000Z&#34;,&#34;2014-03-10T00:00:00.000Z&#34;,&#34;2014-03-11T00:00:00.000Z&#34;,&#34;2014-03-12T00:00:00.000Z&#34;,&#34;2014-03-13T00:00:00.000Z&#34;,&#34;2014-03-14T00:00:00.000Z&#34;,&#34;2014-03-17T00:00:00.000Z&#34;,&#34;2014-03-18T00:00:00.000Z&#34;,&#34;2014-03-19T00:00:00.000Z&#34;,&#34;2014-03-20T00:00:00.000Z&#34;,&#34;2014-03-21T00:00:00.000Z&#34;,&#34;2014-03-24T00:00:00.000Z&#34;,&#34;2014-03-25T00:00:00.000Z&#34;,&#34;2014-03-26T00:00:00.000Z&#34;,&#34;2014-03-27T00:00:00.000Z&#34;,&#34;2014-03-28T00:00:00.000Z&#34;,&#34;2014-03-31T00:00:00.000Z&#34;,&#34;2014-04-01T00:00:00.000Z&#34;,&#34;2014-04-02T00:00:00.000Z&#34;,&#34;2014-04-03T00:00:00.000Z&#34;,&#34;2014-04-04T00:00:00.000Z&#34;,&#34;2014-04-07T00:00:00.000Z&#34;,&#34;2014-04-08T00:00:00.000Z&#34;,&#34;2014-04-09T00:00:00.000Z&#34;,&#34;2014-04-10T00:00:00.000Z&#34;,&#34;2014-04-11T00:00:00.000Z&#34;,&#34;2014-04-14T00:00:00.000Z&#34;,&#34;2014-04-15T00:00:00.000Z&#34;,&#34;2014-04-16T00:00:00.000Z&#34;,&#34;2014-04-17T00:00:00.000Z&#34;,&#34;2014-04-21T00:00:00.000Z&#34;,&#34;2014-04-22T00:00:00.000Z&#34;,&#34;2014-04-23T00:00:00.000Z&#34;,&#34;2014-04-24T00:00:00.000Z&#34;,&#34;2014-04-25T00:00:00.000Z&#34;,&#34;2014-04-28T00:00:00.000Z&#34;,&#34;2014-04-29T00:00:00.000Z&#34;,&#34;2014-04-30T00:00:00.000Z&#34;,&#34;2014-05-01T00:00:00.000Z&#34;,&#34;2014-05-02T00:00:00.000Z&#34;,&#34;2014-05-05T00:00:00.000Z&#34;,&#34;2014-05-06T00:00:00.000Z&#34;,&#34;2014-05-07T00:00:00.000Z&#34;,&#34;2014-05-08T00:00:00.000Z&#34;,&#34;2014-05-09T00:00:00.000Z&#34;,&#34;2014-05-12T00:00:00.000Z&#34;,&#34;2014-05-13T00:00:00.000Z&#34;,&#34;2014-05-14T00:00:00.000Z&#34;,&#34;2014-05-15T00:00:00.000Z&#34;,&#34;2014-05-16T00:00:00.000Z&#34;,&#34;2014-05-19T00:00:00.000Z&#34;,&#34;2014-05-20T00:00:00.000Z&#34;,&#34;2014-05-21T00:00:00.000Z&#34;,&#34;2014-05-22T00:00:00.000Z&#34;,&#34;2014-05-23T00:00:00.000Z&#34;,&#34;2014-05-27T00:00:00.000Z&#34;,&#34;2014-05-28T00:00:00.000Z&#34;,&#34;2014-05-29T00:00:00.000Z&#34;,&#34;2014-05-30T00:00:00.000Z&#34;,&#34;2014-06-02T00:00:00.000Z&#34;,&#34;2014-06-03T00:00:00.000Z&#34;,&#34;2014-06-04T00:00:00.000Z&#34;,&#34;2014-06-05T00:00:00.000Z&#34;,&#34;2014-06-06T00:00:00.000Z&#34;,&#34;2014-06-09T00:00:00.000Z&#34;,&#34;2014-06-10T00:00:00.000Z&#34;,&#34;2014-06-11T00:00:00.000Z&#34;,&#34;2014-06-12T00:00:00.000Z&#34;,&#34;2014-06-13T00:00:00.000Z&#34;,&#34;2014-06-16T00:00:00.000Z&#34;,&#34;2014-06-17T00:00:00.000Z&#34;,&#34;2014-06-18T00:00:00.000Z&#34;,&#34;2014-06-19T00:00:00.000Z&#34;,&#34;2014-06-20T00:00:00.000Z&#34;,&#34;2014-06-23T00:00:00.000Z&#34;,&#34;2014-06-24T00:00:00.000Z&#34;,&#34;2014-06-25T00:00:00.000Z&#34;,&#34;2014-06-26T00:00:00.000Z&#34;,&#34;2014-06-27T00:00:00.000Z&#34;,&#34;2014-06-30T00:00:00.000Z&#34;,&#34;2014-07-01T00:00:00.000Z&#34;,&#34;2014-07-02T00:00:00.000Z&#34;,&#34;2014-07-03T00:00:00.000Z&#34;,&#34;2014-07-07T00:00:00.000Z&#34;,&#34;2014-07-08T00:00:00.000Z&#34;,&#34;2014-07-09T00:00:00.000Z&#34;,&#34;2014-07-10T00:00:00.000Z&#34;,&#34;2014-07-11T00:00:00.000Z&#34;,&#34;2014-07-14T00:00:00.000Z&#34;,&#34;2014-07-15T00:00:00.000Z&#34;,&#34;2014-07-16T00:00:00.000Z&#34;,&#34;2014-07-17T00:00:00.000Z&#34;,&#34;2014-07-18T00:00:00.000Z&#34;,&#34;2014-07-21T00:00:00.000Z&#34;,&#34;2014-07-22T00:00:00.000Z&#34;,&#34;2014-07-23T00:00:00.000Z&#34;,&#34;2014-07-24T00:00:00.000Z&#34;,&#34;2014-07-25T00:00:00.000Z&#34;,&#34;2014-07-28T00:00:00.000Z&#34;,&#34;2014-07-29T00:00:00.000Z&#34;,&#34;2014-07-30T00:00:00.000Z&#34;,&#34;2014-07-31T00:00:00.000Z&#34;,&#34;2014-08-01T00:00:00.000Z&#34;,&#34;2014-08-04T00:00:00.000Z&#34;,&#34;2014-08-05T00:00:00.000Z&#34;,&#34;2014-08-06T00:00:00.000Z&#34;,&#34;2014-08-07T00:00:00.000Z&#34;,&#34;2014-08-08T00:00:00.000Z&#34;,&#34;2014-08-11T00:00:00.000Z&#34;,&#34;2014-08-12T00:00:00.000Z&#34;,&#34;2014-08-13T00:00:00.000Z&#34;,&#34;2014-08-14T00:00:00.000Z&#34;,&#34;2014-08-15T00:00:00.000Z&#34;,&#34;2014-08-18T00:00:00.000Z&#34;,&#34;2014-08-19T00:00:00.000Z&#34;,&#34;2014-08-20T00:00:00.000Z&#34;,&#34;2014-08-21T00:00:00.000Z&#34;,&#34;2014-08-22T00:00:00.000Z&#34;,&#34;2014-08-25T00:00:00.000Z&#34;,&#34;2014-08-26T00:00:00.000Z&#34;,&#34;2014-08-27T00:00:00.000Z&#34;,&#34;2014-08-28T00:00:00.000Z&#34;,&#34;2014-08-29T00:00:00.000Z&#34;,&#34;2014-09-02T00:00:00.000Z&#34;,&#34;2014-09-03T00:00:00.000Z&#34;,&#34;2014-09-04T00:00:00.000Z&#34;,&#34;2014-09-05T00:00:00.000Z&#34;,&#34;2014-09-08T00:00:00.000Z&#34;,&#34;2014-09-09T00:00:00.000Z&#34;,&#34;2014-09-10T00:00:00.000Z&#34;,&#34;2014-09-11T00:00:00.000Z&#34;,&#34;2014-09-12T00:00:00.000Z&#34;,&#34;2014-09-15T00:00:00.000Z&#34;,&#34;2014-09-16T00:00:00.000Z&#34;,&#34;2014-09-17T00:00:00.000Z&#34;,&#34;2014-09-18T00:00:00.000Z&#34;,&#34;2014-09-19T00:00:00.000Z&#34;,&#34;2014-09-22T00:00:00.000Z&#34;,&#34;2014-09-23T00:00:00.000Z&#34;,&#34;2014-09-24T00:00:00.000Z&#34;,&#34;2014-09-25T00:00:00.000Z&#34;,&#34;2014-09-26T00:00:00.000Z&#34;,&#34;2014-09-29T00:00:00.000Z&#34;,&#34;2014-09-30T00:00:00.000Z&#34;,&#34;2014-10-01T00:00:00.000Z&#34;,&#34;2014-10-02T00:00:00.000Z&#34;,&#34;2014-10-03T00:00:00.000Z&#34;,&#34;2014-10-06T00:00:00.000Z&#34;,&#34;2014-10-07T00:00:00.000Z&#34;,&#34;2014-10-08T00:00:00.000Z&#34;,&#34;2014-10-09T00:00:00.000Z&#34;,&#34;2014-10-10T00:00:00.000Z&#34;,&#34;2014-10-13T00:00:00.000Z&#34;,&#34;2014-10-14T00:00:00.000Z&#34;,&#34;2014-10-15T00:00:00.000Z&#34;,&#34;2014-10-16T00:00:00.000Z&#34;,&#34;2014-10-17T00:00:00.000Z&#34;,&#34;2014-10-20T00:00:00.000Z&#34;,&#34;2014-10-21T00:00:00.000Z&#34;,&#34;2014-10-22T00:00:00.000Z&#34;,&#34;2014-10-23T00:00:00.000Z&#34;,&#34;2014-10-24T00:00:00.000Z&#34;,&#34;2014-10-27T00:00:00.000Z&#34;,&#34;2014-10-28T00:00:00.000Z&#34;,&#34;2014-10-29T00:00:00.000Z&#34;,&#34;2014-10-30T00:00:00.000Z&#34;,&#34;2014-10-31T00:00:00.000Z&#34;,&#34;2014-11-03T00:00:00.000Z&#34;,&#34;2014-11-04T00:00:00.000Z&#34;,&#34;2014-11-05T00:00:00.000Z&#34;,&#34;2014-11-06T00:00:00.000Z&#34;,&#34;2014-11-07T00:00:00.000Z&#34;,&#34;2014-11-10T00:00:00.000Z&#34;,&#34;2014-11-11T00:00:00.000Z&#34;,&#34;2014-11-12T00:00:00.000Z&#34;,&#34;2014-11-13T00:00:00.000Z&#34;,&#34;2014-11-14T00:00:00.000Z&#34;,&#34;2014-11-17T00:00:00.000Z&#34;,&#34;2014-11-18T00:00:00.000Z&#34;,&#34;2014-11-19T00:00:00.000Z&#34;,&#34;2014-11-20T00:00:00.000Z&#34;,&#34;2014-11-21T00:00:00.000Z&#34;,&#34;2014-11-24T00:00:00.000Z&#34;,&#34;2014-11-25T00:00:00.000Z&#34;,&#34;2014-11-26T00:00:00.000Z&#34;,&#34;2014-11-28T00:00:00.000Z&#34;,&#34;2014-12-01T00:00:00.000Z&#34;,&#34;2014-12-02T00:00:00.000Z&#34;,&#34;2014-12-03T00:00:00.000Z&#34;,&#34;2014-12-04T00:00:00.000Z&#34;,&#34;2014-12-05T00:00:00.000Z&#34;,&#34;2014-12-08T00:00:00.000Z&#34;,&#34;2014-12-09T00:00:00.000Z&#34;,&#34;2014-12-10T00:00:00.000Z&#34;,&#34;2014-12-11T00:00:00.000Z&#34;,&#34;2014-12-12T00:00:00.000Z&#34;,&#34;2014-12-15T00:00:00.000Z&#34;,&#34;2014-12-16T00:00:00.000Z&#34;,&#34;2014-12-17T00:00:00.000Z&#34;,&#34;2014-12-18T00:00:00.000Z&#34;,&#34;2014-12-19T00:00:00.000Z&#34;,&#34;2014-12-22T00:00:00.000Z&#34;,&#34;2014-12-23T00:00:00.000Z&#34;,&#34;2014-12-24T00:00:00.000Z&#34;,&#34;2014-12-26T00:00:00.000Z&#34;,&#34;2014-12-29T00:00:00.000Z&#34;,&#34;2014-12-30T00:00:00.000Z&#34;,&#34;2014-12-31T00:00:00.000Z&#34;,&#34;2015-01-02T00:00:00.000Z&#34;,&#34;2015-01-05T00:00:00.000Z&#34;,&#34;2015-01-06T00:00:00.000Z&#34;,&#34;2015-01-07T00:00:00.000Z&#34;,&#34;2015-01-08T00:00:00.000Z&#34;,&#34;2015-01-09T00:00:00.000Z&#34;,&#34;2015-01-12T00:00:00.000Z&#34;,&#34;2015-01-13T00:00:00.000Z&#34;,&#34;2015-01-14T00:00:00.000Z&#34;,&#34;2015-01-15T00:00:00.000Z&#34;,&#34;2015-01-16T00:00:00.000Z&#34;,&#34;2015-01-20T00:00:00.000Z&#34;,&#34;2015-01-21T00:00:00.000Z&#34;,&#34;2015-01-22T00:00:00.000Z&#34;,&#34;2015-01-23T00:00:00.000Z&#34;,&#34;2015-01-26T00:00:00.000Z&#34;,&#34;2015-01-27T00:00:00.000Z&#34;,&#34;2015-01-28T00:00:00.000Z&#34;,&#34;2015-01-29T00:00:00.000Z&#34;,&#34;2015-01-30T00:00:00.000Z&#34;,&#34;2015-02-02T00:00:00.000Z&#34;,&#34;2015-02-03T00:00:00.000Z&#34;,&#34;2015-02-04T00:00:00.000Z&#34;,&#34;2015-02-05T00:00:00.000Z&#34;,&#34;2015-02-06T00:00:00.000Z&#34;,&#34;2015-02-09T00:00:00.000Z&#34;,&#34;2015-02-10T00:00:00.000Z&#34;,&#34;2015-02-11T00:00:00.000Z&#34;,&#34;2015-02-12T00:00:00.000Z&#34;,&#34;2015-02-13T00:00:00.000Z&#34;,&#34;2015-02-17T00:00:00.000Z&#34;,&#34;2015-02-18T00:00:00.000Z&#34;,&#34;2015-02-19T00:00:00.000Z&#34;,&#34;2015-02-20T00:00:00.000Z&#34;,&#34;2015-02-23T00:00:00.000Z&#34;,&#34;2015-02-24T00:00:00.000Z&#34;,&#34;2015-02-25T00:00:00.000Z&#34;,&#34;2015-02-26T00:00:00.000Z&#34;,&#34;2015-02-27T00:00:00.000Z&#34;,&#34;2015-03-02T00:00:00.000Z&#34;,&#34;2015-03-03T00:00:00.000Z&#34;,&#34;2015-03-04T00:00:00.000Z&#34;,&#34;2015-03-05T00:00:00.000Z&#34;,&#34;2015-03-06T00:00:00.000Z&#34;,&#34;2015-03-09T00:00:00.000Z&#34;,&#34;2015-03-10T00:00:00.000Z&#34;,&#34;2015-03-11T00:00:00.000Z&#34;,&#34;2015-03-12T00:00:00.000Z&#34;,&#34;2015-03-13T00:00:00.000Z&#34;,&#34;2015-03-16T00:00:00.000Z&#34;,&#34;2015-03-17T00:00:00.000Z&#34;,&#34;2015-03-18T00:00:00.000Z&#34;,&#34;2015-03-19T00:00:00.000Z&#34;,&#34;2015-03-20T00:00:00.000Z&#34;,&#34;2015-03-23T00:00:00.000Z&#34;,&#34;2015-03-24T00:00:00.000Z&#34;,&#34;2015-03-25T00:00:00.000Z&#34;,&#34;2015-03-26T00:00:00.000Z&#34;,&#34;2015-03-27T00:00:00.000Z&#34;,&#34;2015-03-30T00:00:00.000Z&#34;,&#34;2015-03-31T00:00:00.000Z&#34;,&#34;2015-04-01T00:00:00.000Z&#34;,&#34;2015-04-02T00:00:00.000Z&#34;,&#34;2015-04-03T00:00:00.000Z&#34;,&#34;2015-04-06T00:00:00.000Z&#34;,&#34;2015-04-07T00:00:00.000Z&#34;,&#34;2015-04-08T00:00:00.000Z&#34;,&#34;2015-04-09T00:00:00.000Z&#34;,&#34;2015-04-10T00:00:00.000Z&#34;,&#34;2015-04-13T00:00:00.000Z&#34;,&#34;2015-04-14T00:00:00.000Z&#34;,&#34;2015-04-15T00:00:00.000Z&#34;,&#34;2015-04-16T00:00:00.000Z&#34;,&#34;2015-04-17T00:00:00.000Z&#34;,&#34;2015-04-20T00:00:00.000Z&#34;,&#34;2015-04-21T00:00:00.000Z&#34;,&#34;2015-04-22T00:00:00.000Z&#34;,&#34;2015-04-23T00:00:00.000Z&#34;,&#34;2015-04-24T00:00:00.000Z&#34;,&#34;2015-04-27T00:00:00.000Z&#34;,&#34;2015-04-28T00:00:00.000Z&#34;,&#34;2015-04-29T00:00:00.000Z&#34;,&#34;2015-04-30T00:00:00.000Z&#34;,&#34;2015-05-01T00:00:00.000Z&#34;,&#34;2015-05-04T00:00:00.000Z&#34;,&#34;2015-05-05T00:00:00.000Z&#34;,&#34;2015-05-06T00:00:00.000Z&#34;,&#34;2015-05-07T00:00:00.000Z&#34;,&#34;2015-05-08T00:00:00.000Z&#34;,&#34;2015-05-11T00:00:00.000Z&#34;,&#34;2015-05-12T00:00:00.000Z&#34;,&#34;2015-05-13T00:00:00.000Z&#34;,&#34;2015-05-14T00:00:00.000Z&#34;,&#34;2015-05-15T00:00:00.000Z&#34;,&#34;2015-05-18T00:00:00.000Z&#34;,&#34;2015-05-19T00:00:00.000Z&#34;,&#34;2015-05-20T00:00:00.000Z&#34;,&#34;2015-05-21T00:00:00.000Z&#34;,&#34;2015-05-22T00:00:00.000Z&#34;,&#34;2015-05-26T00:00:00.000Z&#34;,&#34;2015-05-27T00:00:00.000Z&#34;,&#34;2015-05-28T00:00:00.000Z&#34;,&#34;2015-05-29T00:00:00.000Z&#34;,&#34;2015-06-01T00:00:00.000Z&#34;,&#34;2015-06-02T00:00:00.000Z&#34;,&#34;2015-06-03T00:00:00.000Z&#34;,&#34;2015-06-04T00:00:00.000Z&#34;,&#34;2015-06-05T00:00:00.000Z&#34;,&#34;2015-06-08T00:00:00.000Z&#34;,&#34;2015-06-09T00:00:00.000Z&#34;,&#34;2015-06-10T00:00:00.000Z&#34;,&#34;2015-06-11T00:00:00.000Z&#34;,&#34;2015-06-12T00:00:00.000Z&#34;,&#34;2015-06-15T00:00:00.000Z&#34;,&#34;2015-06-16T00:00:00.000Z&#34;,&#34;2015-06-17T00:00:00.000Z&#34;,&#34;2015-06-18T00:00:00.000Z&#34;,&#34;2015-06-19T00:00:00.000Z&#34;,&#34;2015-06-22T00:00:00.000Z&#34;,&#34;2015-06-23T00:00:00.000Z&#34;,&#34;2015-06-24T00:00:00.000Z&#34;,&#34;2015-06-25T00:00:00.000Z&#34;,&#34;2015-06-26T00:00:00.000Z&#34;,&#34;2015-06-29T00:00:00.000Z&#34;,&#34;2015-06-30T00:00:00.000Z&#34;,&#34;2015-07-01T00:00:00.000Z&#34;,&#34;2015-07-02T00:00:00.000Z&#34;,&#34;2015-07-06T00:00:00.000Z&#34;,&#34;2015-07-07T00:00:00.000Z&#34;,&#34;2015-07-08T00:00:00.000Z&#34;,&#34;2015-07-09T00:00:00.000Z&#34;,&#34;2015-07-10T00:00:00.000Z&#34;,&#34;2015-07-13T00:00:00.000Z&#34;,&#34;2015-07-14T00:00:00.000Z&#34;,&#34;2015-07-15T00:00:00.000Z&#34;,&#34;2015-07-16T00:00:00.000Z&#34;,&#34;2015-07-17T00:00:00.000Z&#34;,&#34;2015-07-20T00:00:00.000Z&#34;,&#34;2015-07-21T00:00:00.000Z&#34;,&#34;2015-07-22T00:00:00.000Z&#34;,&#34;2015-07-23T00:00:00.000Z&#34;,&#34;2015-07-24T00:00:00.000Z&#34;,&#34;2015-07-27T00:00:00.000Z&#34;,&#34;2015-07-28T00:00:00.000Z&#34;,&#34;2015-07-29T00:00:00.000Z&#34;,&#34;2015-07-30T00:00:00.000Z&#34;,&#34;2015-07-31T00:00:00.000Z&#34;,&#34;2015-08-03T00:00:00.000Z&#34;,&#34;2015-08-04T00:00:00.000Z&#34;,&#34;2015-08-05T00:00:00.000Z&#34;,&#34;2015-08-06T00:00:00.000Z&#34;,&#34;2015-08-07T00:00:00.000Z&#34;,&#34;2015-08-10T00:00:00.000Z&#34;,&#34;2015-08-11T00:00:00.000Z&#34;,&#34;2015-08-12T00:00:00.000Z&#34;,&#34;2015-08-13T00:00:00.000Z&#34;,&#34;2015-08-14T00:00:00.000Z&#34;,&#34;2015-08-17T00:00:00.000Z&#34;,&#34;2015-08-18T00:00:00.000Z&#34;,&#34;2015-08-19T00:00:00.000Z&#34;,&#34;2015-08-20T00:00:00.000Z&#34;,&#34;2015-08-21T00:00:00.000Z&#34;,&#34;2015-08-24T00:00:00.000Z&#34;,&#34;2015-08-25T00:00:00.000Z&#34;,&#34;2015-08-26T00:00:00.000Z&#34;,&#34;2015-08-27T00:00:00.000Z&#34;,&#34;2015-08-28T00:00:00.000Z&#34;,&#34;2015-08-31T00:00:00.000Z&#34;,&#34;2015-09-01T00:00:00.000Z&#34;,&#34;2015-09-02T00:00:00.000Z&#34;,&#34;2015-09-03T00:00:00.000Z&#34;,&#34;2015-09-04T00:00:00.000Z&#34;,&#34;2015-09-08T00:00:00.000Z&#34;,&#34;2015-09-09T00:00:00.000Z&#34;,&#34;2015-09-10T00:00:00.000Z&#34;,&#34;2015-09-11T00:00:00.000Z&#34;,&#34;2015-09-14T00:00:00.000Z&#34;,&#34;2015-09-15T00:00:00.000Z&#34;,&#34;2015-09-16T00:00:00.000Z&#34;,&#34;2015-09-17T00:00:00.000Z&#34;,&#34;2015-09-18T00:00:00.000Z&#34;,&#34;2015-09-21T00:00:00.000Z&#34;,&#34;2015-09-22T00:00:00.000Z&#34;,&#34;2015-09-23T00:00:00.000Z&#34;,&#34;2015-09-24T00:00:00.000Z&#34;,&#34;2015-09-25T00:00:00.000Z&#34;,&#34;2015-09-28T00:00:00.000Z&#34;,&#34;2015-09-29T00:00:00.000Z&#34;,&#34;2015-09-30T00:00:00.000Z&#34;,&#34;2015-10-01T00:00:00.000Z&#34;,&#34;2015-10-02T00:00:00.000Z&#34;,&#34;2015-10-05T00:00:00.000Z&#34;,&#34;2015-10-06T00:00:00.000Z&#34;,&#34;2015-10-07T00:00:00.000Z&#34;,&#34;2015-10-08T00:00:00.000Z&#34;,&#34;2015-10-09T00:00:00.000Z&#34;,&#34;2015-10-12T00:00:00.000Z&#34;,&#34;2015-10-13T00:00:00.000Z&#34;,&#34;2015-10-14T00:00:00.000Z&#34;,&#34;2015-10-15T00:00:00.000Z&#34;,&#34;2015-10-16T00:00:00.000Z&#34;,&#34;2015-10-19T00:00:00.000Z&#34;,&#34;2015-10-20T00:00:00.000Z&#34;,&#34;2015-10-21T00:00:00.000Z&#34;,&#34;2015-10-22T00:00:00.000Z&#34;,&#34;2015-10-23T00:00:00.000Z&#34;,&#34;2015-10-26T00:00:00.000Z&#34;,&#34;2015-10-27T00:00:00.000Z&#34;,&#34;2015-10-28T00:00:00.000Z&#34;,&#34;2015-10-29T00:00:00.000Z&#34;,&#34;2015-10-30T00:00:00.000Z&#34;,&#34;2015-11-02T00:00:00.000Z&#34;,&#34;2015-11-03T00:00:00.000Z&#34;,&#34;2015-11-04T00:00:00.000Z&#34;,&#34;2015-11-05T00:00:00.000Z&#34;,&#34;2015-11-06T00:00:00.000Z&#34;,&#34;2015-11-09T00:00:00.000Z&#34;,&#34;2015-11-10T00:00:00.000Z&#34;,&#34;2015-11-11T00:00:00.000Z&#34;,&#34;2015-11-12T00:00:00.000Z&#34;,&#34;2015-11-13T00:00:00.000Z&#34;,&#34;2015-11-16T00:00:00.000Z&#34;,&#34;2015-11-17T00:00:00.000Z&#34;,&#34;2015-11-18T00:00:00.000Z&#34;,&#34;2015-11-19T00:00:00.000Z&#34;,&#34;2015-11-20T00:00:00.000Z&#34;,&#34;2015-11-23T00:00:00.000Z&#34;,&#34;2015-11-24T00:00:00.000Z&#34;,&#34;2015-11-25T00:00:00.000Z&#34;,&#34;2015-11-27T00:00:00.000Z&#34;,&#34;2015-11-30T00:00:00.000Z&#34;,&#34;2015-12-01T00:00:00.000Z&#34;,&#34;2015-12-02T00:00:00.000Z&#34;,&#34;2015-12-03T00:00:00.000Z&#34;,&#34;2015-12-04T00:00:00.000Z&#34;,&#34;2015-12-07T00:00:00.000Z&#34;,&#34;2015-12-08T00:00:00.000Z&#34;,&#34;2015-12-09T00:00:00.000Z&#34;,&#34;2015-12-10T00:00:00.000Z&#34;,&#34;2015-12-11T00:00:00.000Z&#34;,&#34;2015-12-14T00:00:00.000Z&#34;,&#34;2015-12-15T00:00:00.000Z&#34;,&#34;2015-12-16T00:00:00.000Z&#34;,&#34;2015-12-17T00:00:00.000Z&#34;,&#34;2015-12-18T00:00:00.000Z&#34;,&#34;2015-12-21T00:00:00.000Z&#34;,&#34;2015-12-22T00:00:00.000Z&#34;,&#34;2015-12-23T00:00:00.000Z&#34;,&#34;2015-12-24T00:00:00.000Z&#34;,&#34;2015-12-28T00:00:00.000Z&#34;,&#34;2015-12-29T00:00:00.000Z&#34;,&#34;2015-12-30T00:00:00.000Z&#34;,&#34;2015-12-31T00:00:00.000Z&#34;,&#34;2016-01-04T00:00:00.000Z&#34;,&#34;2016-01-05T00:00:00.000Z&#34;,&#34;2016-01-06T00:00:00.000Z&#34;,&#34;2016-01-07T00:00:00.000Z&#34;,&#34;2016-01-08T00:00:00.000Z&#34;,&#34;2016-01-11T00:00:00.000Z&#34;,&#34;2016-01-12T00:00:00.000Z&#34;,&#34;2016-01-13T00:00:00.000Z&#34;,&#34;2016-01-14T00:00:00.000Z&#34;,&#34;2016-01-15T00:00:00.000Z&#34;,&#34;2016-01-19T00:00:00.000Z&#34;,&#34;2016-01-20T00:00:00.000Z&#34;,&#34;2016-01-21T00:00:00.000Z&#34;,&#34;2016-01-22T00:00:00.000Z&#34;,&#34;2016-01-25T00:00:00.000Z&#34;,&#34;2016-01-26T00:00:00.000Z&#34;,&#34;2016-01-27T00:00:00.000Z&#34;,&#34;2016-01-28T00:00:00.000Z&#34;,&#34;2016-01-29T00:00:00.000Z&#34;,&#34;2016-02-01T00:00:00.000Z&#34;,&#34;2016-02-02T00:00:00.000Z&#34;,&#34;2016-02-03T00:00:00.000Z&#34;,&#34;2016-02-04T00:00:00.000Z&#34;,&#34;2016-02-05T00:00:00.000Z&#34;,&#34;2016-02-08T00:00:00.000Z&#34;,&#34;2016-02-09T00:00:00.000Z&#34;,&#34;2016-02-10T00:00:00.000Z&#34;,&#34;2016-02-11T00:00:00.000Z&#34;,&#34;2016-02-12T00:00:00.000Z&#34;,&#34;2016-02-16T00:00:00.000Z&#34;,&#34;2016-02-17T00:00:00.000Z&#34;,&#34;2016-02-18T00:00:00.000Z&#34;,&#34;2016-02-19T00:00:00.000Z&#34;,&#34;2016-02-22T00:00:00.000Z&#34;,&#34;2016-02-23T00:00:00.000Z&#34;,&#34;2016-02-24T00:00:00.000Z&#34;,&#34;2016-02-25T00:00:00.000Z&#34;,&#34;2016-02-26T00:00:00.000Z&#34;,&#34;2016-02-29T00:00:00.000Z&#34;,&#34;2016-03-01T00:00:00.000Z&#34;,&#34;2016-03-02T00:00:00.000Z&#34;,&#34;2016-03-03T00:00:00.000Z&#34;,&#34;2016-03-04T00:00:00.000Z&#34;,&#34;2016-03-07T00:00:00.000Z&#34;,&#34;2016-03-08T00:00:00.000Z&#34;,&#34;2016-03-09T00:00:00.000Z&#34;,&#34;2016-03-10T00:00:00.000Z&#34;,&#34;2016-03-11T00:00:00.000Z&#34;,&#34;2016-03-14T00:00:00.000Z&#34;,&#34;2016-03-15T00:00:00.000Z&#34;,&#34;2016-03-16T00:00:00.000Z&#34;,&#34;2016-03-17T00:00:00.000Z&#34;,&#34;2016-03-18T00:00:00.000Z&#34;,&#34;2016-03-21T00:00:00.000Z&#34;,&#34;2016-03-22T00:00:00.000Z&#34;,&#34;2016-03-23T00:00:00.000Z&#34;,&#34;2016-03-24T00:00:00.000Z&#34;,&#34;2016-03-28T00:00:00.000Z&#34;,&#34;2016-03-29T00:00:00.000Z&#34;,&#34;2016-03-30T00:00:00.000Z&#34;,&#34;2016-03-31T00:00:00.000Z&#34;,&#34;2016-04-01T00:00:00.000Z&#34;,&#34;2016-04-04T00:00:00.000Z&#34;,&#34;2016-04-05T00:00:00.000Z&#34;,&#34;2016-04-06T00:00:00.000Z&#34;,&#34;2016-04-07T00:00:00.000Z&#34;,&#34;2016-04-08T00:00:00.000Z&#34;,&#34;2016-04-11T00:00:00.000Z&#34;,&#34;2016-04-12T00:00:00.000Z&#34;,&#34;2016-04-13T00:00:00.000Z&#34;,&#34;2016-04-14T00:00:00.000Z&#34;,&#34;2016-04-15T00:00:00.000Z&#34;,&#34;2016-04-18T00:00:00.000Z&#34;,&#34;2016-04-19T00:00:00.000Z&#34;,&#34;2016-04-20T00:00:00.000Z&#34;,&#34;2016-04-21T00:00:00.000Z&#34;,&#34;2016-04-22T00:00:00.000Z&#34;,&#34;2016-04-25T00:00:00.000Z&#34;,&#34;2016-04-26T00:00:00.000Z&#34;,&#34;2016-04-27T00:00:00.000Z&#34;,&#34;2016-04-28T00:00:00.000Z&#34;,&#34;2016-04-29T00:00:00.000Z&#34;,&#34;2016-05-02T00:00:00.000Z&#34;,&#34;2016-05-03T00:00:00.000Z&#34;,&#34;2016-05-04T00:00:00.000Z&#34;,&#34;2016-05-05T00:00:00.000Z&#34;,&#34;2016-05-06T00:00:00.000Z&#34;,&#34;2016-05-09T00:00:00.000Z&#34;,&#34;2016-05-10T00:00:00.000Z&#34;,&#34;2016-05-11T00:00:00.000Z&#34;,&#34;2016-05-12T00:00:00.000Z&#34;,&#34;2016-05-13T00:00:00.000Z&#34;,&#34;2016-05-16T00:00:00.000Z&#34;,&#34;2016-05-17T00:00:00.000Z&#34;,&#34;2016-05-18T00:00:00.000Z&#34;,&#34;2016-05-19T00:00:00.000Z&#34;,&#34;2016-05-20T00:00:00.000Z&#34;,&#34;2016-05-23T00:00:00.000Z&#34;,&#34;2016-05-24T00:00:00.000Z&#34;,&#34;2016-05-25T00:00:00.000Z&#34;,&#34;2016-05-26T00:00:00.000Z&#34;,&#34;2016-05-27T00:00:00.000Z&#34;,&#34;2016-05-31T00:00:00.000Z&#34;,&#34;2016-06-01T00:00:00.000Z&#34;,&#34;2016-06-02T00:00:00.000Z&#34;,&#34;2016-06-03T00:00:00.000Z&#34;,&#34;2016-06-06T00:00:00.000Z&#34;,&#34;2016-06-07T00:00:00.000Z&#34;,&#34;2016-06-08T00:00:00.000Z&#34;,&#34;2016-06-09T00:00:00.000Z&#34;,&#34;2016-06-10T00:00:00.000Z&#34;,&#34;2016-06-13T00:00:00.000Z&#34;,&#34;2016-06-14T00:00:00.000Z&#34;,&#34;2016-06-15T00:00:00.000Z&#34;,&#34;2016-06-16T00:00:00.000Z&#34;,&#34;2016-06-17T00:00:00.000Z&#34;,&#34;2016-06-20T00:00:00.000Z&#34;,&#34;2016-06-21T00:00:00.000Z&#34;,&#34;2016-06-22T00:00:00.000Z&#34;,&#34;2016-06-23T00:00:00.000Z&#34;,&#34;2016-06-24T00:00:00.000Z&#34;,&#34;2016-06-27T00:00:00.000Z&#34;,&#34;2016-06-28T00:00:00.000Z&#34;,&#34;2016-06-29T00:00:00.000Z&#34;,&#34;2016-06-30T00:00:00.000Z&#34;,&#34;2016-07-01T00:00:00.000Z&#34;,&#34;2016-07-05T00:00:00.000Z&#34;,&#34;2016-07-06T00:00:00.000Z&#34;,&#34;2016-07-07T00:00:00.000Z&#34;,&#34;2016-07-08T00:00:00.000Z&#34;,&#34;2016-07-11T00:00:00.000Z&#34;,&#34;2016-07-12T00:00:00.000Z&#34;,&#34;2016-07-13T00:00:00.000Z&#34;,&#34;2016-07-14T00:00:00.000Z&#34;,&#34;2016-07-15T00:00:00.000Z&#34;,&#34;2016-07-18T00:00:00.000Z&#34;,&#34;2016-07-19T00:00:00.000Z&#34;,&#34;2016-07-20T00:00:00.000Z&#34;,&#34;2016-07-21T00:00:00.000Z&#34;,&#34;2016-07-22T00:00:00.000Z&#34;,&#34;2016-07-25T00:00:00.000Z&#34;,&#34;2016-07-26T00:00:00.000Z&#34;,&#34;2016-07-27T00:00:00.000Z&#34;,&#34;2016-07-28T00:00:00.000Z&#34;,&#34;2016-07-29T00:00:00.000Z&#34;,&#34;2016-08-01T00:00:00.000Z&#34;,&#34;2016-08-02T00:00:00.000Z&#34;,&#34;2016-08-03T00:00:00.000Z&#34;,&#34;2016-08-04T00:00:00.000Z&#34;,&#34;2016-08-05T00:00:00.000Z&#34;,&#34;2016-08-08T00:00:00.000Z&#34;,&#34;2016-08-09T00:00:00.000Z&#34;,&#34;2016-08-10T00:00:00.000Z&#34;,&#34;2016-08-11T00:00:00.000Z&#34;,&#34;2016-08-12T00:00:00.000Z&#34;,&#34;2016-08-15T00:00:00.000Z&#34;,&#34;2016-08-16T00:00:00.000Z&#34;,&#34;2016-08-17T00:00:00.000Z&#34;,&#34;2016-08-18T00:00:00.000Z&#34;,&#34;2016-08-19T00:00:00.000Z&#34;,&#34;2016-08-22T00:00:00.000Z&#34;,&#34;2016-08-23T00:00:00.000Z&#34;,&#34;2016-08-24T00:00:00.000Z&#34;,&#34;2016-08-25T00:00:00.000Z&#34;,&#34;2016-08-26T00:00:00.000Z&#34;,&#34;2016-08-29T00:00:00.000Z&#34;,&#34;2016-08-30T00:00:00.000Z&#34;,&#34;2016-08-31T00:00:00.000Z&#34;,&#34;2016-09-01T00:00:00.000Z&#34;,&#34;2016-09-02T00:00:00.000Z&#34;,&#34;2016-09-06T00:00:00.000Z&#34;,&#34;2016-09-07T00:00:00.000Z&#34;,&#34;2016-09-08T00:00:00.000Z&#34;,&#34;2016-09-09T00:00:00.000Z&#34;,&#34;2016-09-12T00:00:00.000Z&#34;,&#34;2016-09-13T00:00:00.000Z&#34;,&#34;2016-09-14T00:00:00.000Z&#34;,&#34;2016-09-15T00:00:00.000Z&#34;,&#34;2016-09-16T00:00:00.000Z&#34;,&#34;2016-09-19T00:00:00.000Z&#34;,&#34;2016-09-20T00:00:00.000Z&#34;,&#34;2016-09-21T00:00:00.000Z&#34;,&#34;2016-09-22T00:00:00.000Z&#34;,&#34;2016-09-23T00:00:00.000Z&#34;,&#34;2016-09-26T00:00:00.000Z&#34;,&#34;2016-09-27T00:00:00.000Z&#34;,&#34;2016-09-28T00:00:00.000Z&#34;,&#34;2016-09-29T00:00:00.000Z&#34;,&#34;2016-09-30T00:00:00.000Z&#34;,&#34;2016-10-03T00:00:00.000Z&#34;,&#34;2016-10-04T00:00:00.000Z&#34;,&#34;2016-10-05T00:00:00.000Z&#34;,&#34;2016-10-06T00:00:00.000Z&#34;,&#34;2016-10-07T00:00:00.000Z&#34;,&#34;2016-10-10T00:00:00.000Z&#34;,&#34;2016-10-11T00:00:00.000Z&#34;,&#34;2016-10-12T00:00:00.000Z&#34;,&#34;2016-10-13T00:00:00.000Z&#34;,&#34;2016-10-14T00:00:00.000Z&#34;,&#34;2016-10-17T00:00:00.000Z&#34;,&#34;2016-10-18T00:00:00.000Z&#34;,&#34;2016-10-19T00:00:00.000Z&#34;,&#34;2016-10-20T00:00:00.000Z&#34;,&#34;2016-10-21T00:00:00.000Z&#34;,&#34;2016-10-24T00:00:00.000Z&#34;,&#34;2016-10-25T00:00:00.000Z&#34;,&#34;2016-10-26T00:00:00.000Z&#34;,&#34;2016-10-27T00:00:00.000Z&#34;,&#34;2016-10-28T00:00:00.000Z&#34;,&#34;2016-10-31T00:00:00.000Z&#34;,&#34;2016-11-01T00:00:00.000Z&#34;,&#34;2016-11-02T00:00:00.000Z&#34;,&#34;2016-11-03T00:00:00.000Z&#34;,&#34;2016-11-04T00:00:00.000Z&#34;,&#34;2016-11-07T00:00:00.000Z&#34;,&#34;2016-11-08T00:00:00.000Z&#34;,&#34;2016-11-09T00:00:00.000Z&#34;,&#34;2016-11-10T00:00:00.000Z&#34;,&#34;2016-11-11T00:00:00.000Z&#34;,&#34;2016-11-14T00:00:00.000Z&#34;,&#34;2016-11-15T00:00:00.000Z&#34;,&#34;2016-11-16T00:00:00.000Z&#34;,&#34;2016-11-17T00:00:00.000Z&#34;,&#34;2016-11-18T00:00:00.000Z&#34;,&#34;2016-11-21T00:00:00.000Z&#34;,&#34;2016-11-22T00:00:00.000Z&#34;,&#34;2016-11-23T00:00:00.000Z&#34;,&#34;2016-11-25T00:00:00.000Z&#34;,&#34;2016-11-28T00:00:00.000Z&#34;,&#34;2016-11-29T00:00:00.000Z&#34;,&#34;2016-11-30T00:00:00.000Z&#34;,&#34;2016-12-01T00:00:00.000Z&#34;,&#34;2016-12-02T00:00:00.000Z&#34;,&#34;2016-12-05T00:00:00.000Z&#34;,&#34;2016-12-06T00:00:00.000Z&#34;,&#34;2016-12-07T00:00:00.000Z&#34;,&#34;2016-12-08T00:00:00.000Z&#34;,&#34;2016-12-09T00:00:00.000Z&#34;,&#34;2016-12-12T00:00:00.000Z&#34;,&#34;2016-12-13T00:00:00.000Z&#34;,&#34;2016-12-14T00:00:00.000Z&#34;,&#34;2016-12-15T00:00:00.000Z&#34;,&#34;2016-12-16T00:00:00.000Z&#34;,&#34;2016-12-19T00:00:00.000Z&#34;,&#34;2016-12-20T00:00:00.000Z&#34;,&#34;2016-12-21T00:00:00.000Z&#34;,&#34;2016-12-22T00:00:00.000Z&#34;,&#34;2016-12-23T00:00:00.000Z&#34;,&#34;2016-12-27T00:00:00.000Z&#34;,&#34;2016-12-28T00:00:00.000Z&#34;,&#34;2016-12-29T00:00:00.000Z&#34;,&#34;2016-12-30T00:00:00.000Z&#34;,&#34;2017-01-03T00:00:00.000Z&#34;,&#34;2017-01-04T00:00:00.000Z&#34;,&#34;2017-01-05T00:00:00.000Z&#34;,&#34;2017-01-06T00:00:00.000Z&#34;,&#34;2017-01-09T00:00:00.000Z&#34;,&#34;2017-01-10T00:00:00.000Z&#34;,&#34;2017-01-11T00:00:00.000Z&#34;,&#34;2017-01-12T00:00:00.000Z&#34;,&#34;2017-01-13T00:00:00.000Z&#34;,&#34;2017-01-17T00:00:00.000Z&#34;,&#34;2017-01-18T00:00:00.000Z&#34;,&#34;2017-01-19T00:00:00.000Z&#34;,&#34;2017-01-20T00:00:00.000Z&#34;,&#34;2017-01-23T00:00:00.000Z&#34;,&#34;2017-01-24T00:00:00.000Z&#34;,&#34;2017-01-25T00:00:00.000Z&#34;,&#34;2017-01-26T00:00:00.000Z&#34;,&#34;2017-01-27T00:00:00.000Z&#34;,&#34;2017-01-30T00:00:00.000Z&#34;,&#34;2017-01-31T00:00:00.000Z&#34;,&#34;2017-02-01T00:00:00.000Z&#34;,&#34;2017-02-02T00:00:00.000Z&#34;,&#34;2017-02-03T00:00:00.000Z&#34;,&#34;2017-02-06T00:00:00.000Z&#34;,&#34;2017-02-07T00:00:00.000Z&#34;,&#34;2017-02-08T00:00:00.000Z&#34;,&#34;2017-02-09T00:00:00.000Z&#34;,&#34;2017-02-10T00:00:00.000Z&#34;,&#34;2017-02-13T00:00:00.000Z&#34;,&#34;2017-02-14T00:00:00.000Z&#34;,&#34;2017-02-15T00:00:00.000Z&#34;,&#34;2017-02-16T00:00:00.000Z&#34;,&#34;2017-02-17T00:00:00.000Z&#34;,&#34;2017-02-21T00:00:00.000Z&#34;,&#34;2017-02-22T00:00:00.000Z&#34;,&#34;2017-02-23T00:00:00.000Z&#34;,&#34;2017-02-24T00:00:00.000Z&#34;,&#34;2017-02-27T00:00:00.000Z&#34;,&#34;2017-02-28T00:00:00.000Z&#34;],[0.220243673851921,0.212655794630123,0.211252391827665,0.212209302325581,0.212206952303961,0.215139442231076,0.215997804342523,0.221156763974024,0.22271277900417,0.225054360956753,0.225736490150009,0.229525536415836,0.224819711538462,0.226091878686766,0.228537098227696,0.224986765484383,0.225690623733133,0.224194665742986,0.220797227036395,0.217947980204857,0.219706942934005,0.214993169398907,0.224236147074055,0.223995820756907,0.221741868987632,0.225871740010409,0.228550891316849,0.223959844484419,0.222692977365061,0.222128329156711,0.220008109830273,0.219365299976836,0.214844882574659,0.218171987934665,0.21638418079096,0.213149196033391,0.217593375021126,0.218764095624718,0.21874301051219,0.226173084789341,0.227877133898502,0.227833664756112,0.226098949468866,0.22313258776389,0.223320862283984,0.222876317183729,0.225094945953842,0.225094945953842,0.229990556014638,0.233854769006026,0.234528472431455,0.233965454765068,0.234270977028729,0.232422586520947,0.233260619281343,0.22937595129376,0.229156641000962,0.230511390602753,0.230221378123331,0.228421497074612,0.229633216317637,0.229078056670461,0.233591654247392,0.234461077844311,0.23478881101532,0.232821614983113,0.232545287073994,0.226240487062405,0.219704730340464,0.219168173598553,0.221286097052694,0.218371406184076,0.219809546915752,0.220808337877962,0.221381498657554,0.221047177861758,0.22507764447963,0.222011152644157,0.223463177115033,0.225447788473255,0.22704266088214,0.229456991830851,0.230350919360654,0.230991337824832,0.228869407496977,0.228376559823832,0.226355458302942,0.230461838813983,0.229697725148021,0.230178145778447,0.231369476653087,0.230334595959596,0.227866752081999,0.22618971164344,0.226799427307042,0.220934662518255,0.217947107230354,0.220557688676276,0.221203856399848,0.219452337897184,0.22016051364366,0.219771814647205,0.223639181248789,0.216611231930408,0.215186228081403,0.204257945078679,0.204937352685771,0.203597077761268,0.206945124938755,0.212372368586915,0.206496446764354,0.209652146662488,0.20673404849011,0.206414931092022,0.207241720217499,0.208051628764597,0.208894630005536,0.211595364320059,0.209716373544711,0.21061041866411,0.211047254150702,0.208755905511811,0.2106416772554,0.212139461172742,0.21452528379773,0.217553920957487,0.21687425674407,0.217936860278703,0.216726730458556,0.215624802077396,0.215593732301303,0.214774022028105,0.218506060798375,0.217945441768351,0.219880653266332,0.218710731339533,0.217238125196603,0.221097529921059,0.223614274867122,0.217873388931008,0.21437175098263,0.212726811318361,0.209875007773148,0.210141786886261,0.211742892459827,0.210841513860591,0.212325364793542,0.210544366153271,0.207414640292302,0.209900373599004,0.210366420732841,0.21401503385724,0.21250542501085,0.212540968400223,0.210471074890412,0.208654324055666,0.210047517819182,0.208985471098086,0.20951673782563,0.211718121635835,0.208227887167459,0.210775047258979,0.211310614388665,0.209391471011021,0.208887291891244,0.208353264769194,0.208220822082208,0.208609471020605,0.207910321489002,0.204948673826618,0.204800425129901,0.208796405769686,0.206875293565054,0.210356731875719,0.213971778857275,0.214425907752699,0.21431459765467,0.210624470189319,0.217586577029546,0.215497737556561,0.214988409566348,0.216413270785056,0.213400837198778,0.214209281369678,0.212546816479401,0.213929361074891,0.212143713942994,0.210846084608461,0.21303144938174,0.213030047739399,0.214757150110002,0.21346987002757,0.211470932500975,0.212864050376701,0.213476177051029,0.211514463981849,0.211490471869329,0.212516960651289,0.211291240045506,0.213796082949309,0.212529374677595,0.214244932914645,0.214937188091551,0.211777339215231,0.210161729754797,0.209330913773927,0.210291090855631,0.208206775700935,0.208282190659887,0.204954031738596,0.20477775830851,0.205165493572218,0.207228213348878,0.20791547277937,0.206184648288973,0.204431486880466,0.200875145857643,0.201071842410197,0.199289387024091,0.200647062221965,0.20135667903525,0.199728339402347,0.202153110047847,0.201405493672363,0.203384455719557,0.203933627291715,0.202291401458165,0.201410300331164,0.202103337905807,0.202978821098548,0.205184969414506,0.207764011116258,0.212139809457011,0.21167713421726,0.214441690273843,0.216674545024817,0.213315297300476,0.214055164319249,0.215440747227087,0.214904577918277,0.215542351159268,0.214938664779429,0.216122184219837,0.215026517383618,0.217819706498952,0.215721572157216,0.214298741564837,0.214302935326382,0.213071264922224,0.215869381853235,0.215926861542163,0.216045654930853,0.217269363885905,0.220541212695405,0.221037859787412,0.223088119352295,0.222498937010265,0.220009625797136,0.220869827846572,0.220172824791418,0.219167770685294,0.216814424344076,0.215155294257379,0.213343631178707,0.215696711615803,0.217160640189686,0.217989605480747,0.217643920080631,0.219444278100485,0.21969696969697,0.22076350656422,0.221429431599229,0.222632299541639,0.224226183307238,0.226159099077513,0.224347877992001,0.224916287969385,0.222536806342016,0.222701149425287,0.225300120048019,0.225579419973304,0.226633104870504,0.227101325872765,0.22817642380865,0.231911984087519,0.227269892741332,0.228543356997972,0.224971486503612,0.224497583312134,0.223237927121422,0.220808568598316,0.22215955380084,0.223528293517521,0.221427208547987,0.221508522004579,0.222014096133088,0.220585433995809,0.222303345819313,0.221415435347834,0.221799746514575,0.222278067475027,0.220945605640896,0.221506255107814,0.220268742936079,0.212950267979559,0.210730466083287,0.213716951788491,0.21210806791424,0.215055102422016,0.214085384855095,0.215109356395312,0.213858797161001,0.212879357913218,0.21046875,0.214081645609803,0.214161514683153,0.215588349014048,0.212009648343278,0.214249363867684,0.216744420627916,0.219084900211769,0.219139551236975,0.223117921385743,0.241070116125239,0.23842659359677,0.230646794964549,0.230208333333333,0.225865405289185,0.220408163265306,0.219650717023995,0.221863144583392,0.221507730195649,0.21911117226197,0.219810549270819,0.216527409822702,0.213144793251279,0.211535840828564,0.226301051768884,0.225476839237057,0.227809221424627,0.228743977743096,0.227529620046303,0.233607127940972,0.234400055776337,0.230993330993331,0.233992264718522,0.237363905112121,0.243350186854254,0.242540278881584,0.242378048780488,0.247001608892789,0.237067107343009,0.237379200923121,0.240155196170861,0.236541364191763,0.234537725823592,0.236176935229068,0.235673301692994,0.240856058979314,0.240775171624714,0.234230416048598,0.236153289949385,0.233660366469485,0.231880900508352,0.231714326771088,0.23119918699187,0.230988250558639,0.231559155336997,0.231011268842383,0.228851193942924,0.238082277004433,0.239741406008052,0.236998746867168,0.240900533417007,0.247316200390371,0.251939584021129,0.24928495546294,0.251254280481007,0.252694225510696,0.253534627366403,0.253978725158737,0.251963721758847,0.246889798539209,0.248597081930415,0.248730369560122,0.248160613650595,0.246279703934554,0.247946373217607,0.245831702544031,0.24470487463012,0.243638332430969,0.23873502994012,0.239604405484379,0.241114058355438,0.239953341360626,0.235262958758986,0.234605540499849,0.229682779456193,0.237618104236513,0.241342486651411,0.241835800396765,0.243129126362659,0.247194513715711,0.247064769458052,0.249523155565728,0.251999390661894,0.247733573087585,0.251173175900696,0.250412293853073,0.245152761457109,0.245279580083109,0.244217537695799,0.243208797611245,0.241609514081424,0.243071761960327,0.240166224833417,0.238478104809763,0.234583978600591,0.233051444679352,0.229647458587003,0.231050293738358,0.233512786002692,0.232908750719632,0.236121229782894,0.235031020054826,0.236259376803231,0.239165505609738,0.238833883388339,0.241486882658047,0.245108529501681,0.244877826680832,0.246525126011914,0.251089699472356,0.244614822928076,0.2496998349092,0.249284099472494,0.24813829787234,0.245564787783517,0.249622242369296,0.248468320382546,0.250358085186581,0.25443234836703,0.250757231561411,0.247608926673751,0.251469802244789,0.248301630434783,0.247847757136384,0.246499349605938,0.249961437606047,0.257492113564669,0.258539642745221,0.259544383346426,0.257449297971919,0.24865804793226,0.250532562385879,0.250513034886372,0.247932960893855,0.244883424544569,0.241519774848171,0.241459627329193,0.241198224852071,0.243495391019923,0.246090565478396,0.248885699176551,0.250799573560768,0.247014528029208,0.248643070101674,0.245484899074215,0.248299579671379,0.253230577611708,0.254624931699321,0.254601950912524,0.249448123620309,0.245743605690741,0.246465744912226,0.247858209541775,0.24829210836278,0.25131160572337,0.257116436153104,0.25934410417169,0.260957138253303,0.26010955372966,0.25856358054613,0.258316008316008,0.263233248793259,0.262011950560694,0.262097420285211,0.264474537787869,0.265748191498009,0.266777301060471,0.261525665399239,0.264719904648391,0.271778140293638,0.271263251598284,0.271055800883179,0.273473034437947,0.271903567672518,0.279539748953975,0.27781926811053,0.279581108144192,0.283586424363123,0.284119924223705,0.285338376778225,0.284141884033893,0.28624303418448,0.280076722167809,0.274987889552721,0.275605815831987,0.277407286922576,0.276907384740922,0.272816007808687,0.27163365145561,0.271760850451603,0.272041111289546,0.275094888153113,0.27342364134817,0.269869797907181,0.273111612175874,0.272485063781689,0.26321001346748,0.261330380447679,0.260725027703024,0.262671889990406,0.258913009031849,0.260666559330221,0.259696798645271,0.253847984766741,0.257010465766557,0.255666905273204,0.259144402035623,0.258925037599937,0.256667712582366,0.253468723354779,0.25596386937389,0.254306367271609,0.251743745261562,0.252170302710048,0.252574587308799,0.252372636853694,0.25198277815545,0.250990062018979,0.248548026805659,0.246160216834814,0.243053469510363,0.245080974723778,0.238537886082512,0.243795784123187,0.243795784123187,0.242324480284087,0.235894178312533,0.231884598181005,0.225102116598589,0.220827556009633,0.217934703396006,0.21849166062364,0.218661228057397,0.220345842531273,0.225734307439988,0.223675310033822,0.224101796407186,0.227997254423429,0.232232728381882,0.230972840263925,0.234533096470225,0.236435306848045,0.237377279102384,0.238746483276024,0.237504843084076,0.237231392089692,0.233502148557397,0.236016949152542,0.235080614350118,0.23485254691689,0.23240663586092,0.232501706225828,0.231088004822182,0.232038461538462,0.234095618141355,0.237320241224679,0.238198757763975,0.240395127284086,0.239993770440741,0.243045331266951,0.24040901053279,0.239354739354739,0.237075617283951,0.233829885767212,0.236068895643364,0.236565330876708,0.234606569900688,0.235037835358863,0.23672978426199,0.239436072704676,0.240852948030762,0.244404137079346,0.243279777537463,0.243087998774604,0.244453034402783,0.244413515812263,0.245767952384633,0.243800695249131,0.243051242236025,0.243416480037068,0.246206255806751,0.252370791844476,0.25319622012229,0.251014884979702,0.251766217084136,0.255608265658921,0.252792734871012,0.248673633440514,0.246687948922586,0.243830364986822,0.242959712804148,0.242498809334815,0.24127538071066,0.23688756281407,0.237928868650389,0.23899913718723,0.24042620114807,0.240136749449859,0.23407170586892,0.23685610089652,0.238657056145675,0.238208797032326,0.239033429133263,0.240015186028853,0.238560606060606,0.241149773071104,0.240539725614352,0.244383499887294,0.247236104800848,0.24665907365224,0.24633497911128,0.24439326436608,0.243130227001195,0.243644384626888,0.247838065355476,0.249672346002621,0.246576396368672,0.243678335484851,0.242401099740339,0.242522261968186,0.244622215417592,0.244883881352035,0.252091726061357,0.247602240466508,0.247909153686795,0.247207887237156,0.249633176307051,0.251541403262312,0.247778378796075,0.251339597732391,0.249143302180685,0.242021887196755,0.241875190723222,0.241882496752999,0.242032862055789,0.240602078239609,0.236593540524071,0.234835223380775,0.237408968953622,0.239115357940972,0.238244151030808,0.245399721663832,0.249038235063202,0.250195526356953,0.251585375401237,0.247857921794672,0.247524366471735,0.2424583171772,0.243684415079674,0.247923752273986,0.245115802741453,0.247985145385588,0.249387980731264,0.251954995212257,0.248095887116171,0.249537818503336,0.249373939736651,0.252113133940182,0.249655619479783,0.25572549971676,0.254393068264637,0.252263643037768,0.254092965857672,0.249671268902038,0.248525798525799,0.251066797964878,0.250573206681952,0.249485215385883,0.250759753593429,0.248285832300702,0.249753005104561,0.246788008565311,0.251174299614159,0.251139471285324,0.250433275563258,0.248900688625239,0.247264412869508,0.248321048321048,0.247010493776946,0.250081063553826,0.241499879430914,0.240104796453043,0.242348380844706,0.240393890675241,0.24228617106315,0.242810089974293,0.248270248270248,0.24780701754386,0.250427141811081,0.252888057273023,0.254061556045391,0.256299015518104,0.26126664390577,0.263250128227047,0.259784191144986,0.263812516365541,0.265228426395939,0.260942041374594,0.261036385583721,0.26152192605331,0.261797946682771,0.258243650452002,0.257928475033738,0.25766793409379,0.251524517584162,0.255214004522992,0.254219497858762,0.253402354512816,0.251233587020156,0.247347757079609,0.247367541367207,0.243362831858407,0.24059934318555,0.242953635757171,0.239387670666115,0.242857142857143,0.24581967901857,0.24361764459697,0.239261063743402,0.237122629994304,0.240062035752183,0.241121112929624,0.240059642147117,0.241016835580869,0.241773423762874,0.240436929773165,0.243164144159211,0.246121895397135,0.246370659648527,0.244951001278228,0.237220781393792,0.240121837718927,0.236421192935688,0.23971792922895,0.239293542404316,0.231976744186047,0.22994915532229,0.230940778062278,0.232271410839884,0.229463037579146,0.224123945489942,0.217028515878159,0.206804374240583,0.206435800126502,0.207847129767405,0.20209395765724,0.202133415784185,0.199930806488814,0.196309763267832,0.201148976082539,0.194588526747697,0.19546621043627,0.196915351506456,0.19773171685569,0.196755994358251,0.206398348813209,0.206678271878462,0.206973058637084,0.210957127806143,0.209461637653127,0.208062682689185,0.209392945036916,0.213834931562987,0.213086017121892,0.21475871202715,0.2200133366675,0.218830254328556,0.21674692793092,0.21990335749396,0.22654357089147,0.225437135720233,0.224371693121693,0.223981527296718,0.224476277221164,0.222051495016611,0.222971847409629,0.22343005267999,0.225839704492741,0.230366941015089,0.227135591759331,0.227904753628226,0.232141307178196,0.232387645323616,0.232159889014133,0.230035704955151,0.224682994615251,0.228765717218373,0.234216745442269,0.236363636363636,0.236217168750524,0.234277123527938,0.234129947722181,0.231288548091349,0.235271775827144,0.232186628349252,0.228168197996855,0.228828378715963,0.228828378715963,0.22419169538815,0.229390384933091,0.228451500290915,0.22997654155496,0.228333056616304,0.228216459601434,0.227992957746479,0.227174365376613,0.232512520868114,0.231399118796242,0.229199832425639,0.22487322304431,0.224913640576291,0.225887474882786,0.234172906739278,0.23053270173689,0.229070533948583,0.231029922301207,0.244122124492557,0.249595572584078,0.246376811594203,0.246396245390546,0.246366462236411,0.247462787550744,0.246488941216046,0.246577079107505,0.247400637263123,0.242120814182534,0.240411294271258,0.240636474908201,0.238638214692947,0.237095036871323,0.235875589378774,0.238375954832282,0.235281906501702,0.240355458221024,0.237516869095816,0.23508122211935,0.232007734992433,0.230665656820668,0.230968930575329,0.232168481472103,0.23112605328113,0.233087857509848,0.231503579952267,0.23277839123418,0.233664952364893,0.228239681328926,0.229004071937564,0.224331392896313,0.222490470139771,0.222968378102686,0.218768206408656,0.215730337078652,0.218636478837543,0.223941506546506,0.225695036670646,0.225821596244131,0.22545175588135,0.223791348600509,0.223886328725038,0.225391259728042,0.226428878384186,0.216757586089328,0.212649661634565,0.215212720240653,0.220669427191166,0.21983763710165,0.221178812532456,0.220589510186389,0.220542095171693,0.221304309817292,0.221265129428395,0.224430791470907,0.224512913457182,0.222766834631241,0.218033086555159,0.219391985260249,0.214383436701934,0.219211822660099,0.220391726157789,0.218807423741272,0.21622979267513,0.215485588397283,0.216833226368387,0.216726535875472,0.21537332599523,0.214011516314779,0.21803115377649,0.211357890935356,0.210158475783476,0.212019360043022,0.212418007008716,0.208519578043984,0.205621699042163,0.202375675915256,0.201474414570685,0.198947913073474,0.196722732790012,0.204094183798981,0.200160056909123,0.207984316521119,0.207013674459638,0.206537102473498,0.20209777933819,0.205895331391757,0.212633451957295,0.206931929699349,0.217587222271794,0.221642468239564,0.22126566303074,0.223148735611348,0.217968397291196,0.220932341737711,0.219973190348525,0.220347327902605,0.210614181530621,0.211675933280381,0.205066666666667,0.203738069989396,0.200381348587277,0.200008728288383,0.19934611646196,0.19993789370952,0.210264455401165,0.207099264045952,0.204863248614898,0.207363149108163,0.205702825252878,0.206396866840731,0.20503188608369,0.209028798754648,0.207700231779552,0.205138102590496,0.205067367172274,0.204225944944861,0.203362622507604,0.202122219381232,0.201146010186757,0.202466598150051,0.204397394136808,0.202011518954698,0.201928020565553,0.202091189578334,0.200195561601905,0.201821668264621,0.20268967934116,0.203847169645215,0.208868144690782,0.209681793527391,0.204084404999094,0.206077043302381,0.204944398492786,0.203628847037207,0.204304544197622,0.201017576318224,0.200758627070034,0.195459579180509,0.197033501778027,0.194441845232525,0.192643102328602,0.190838985412989,0.189304461942257,0.191236729372323,0.19107476635514,0.194139367544026,0.191827735034716,0.194256439180297,0.1924682223487,0.193651690684751,0.19124020285846,0.189938684503902,0.190281520022299,0.191165553080921,0.192433137638617,0.195747051722537,0.197614351460505,0.192962649355537,0.191187384044527,0.193614389036924,0.197242543612831,0.196783436546816,0.195106066244883,0.197447166635497,0.196017452655032,0.193040635217188,0.198970037453184,0.201641819211172,0.20048104131296,0.192568824404762,0.193666543026706,0.190539426687426,0.181937172774869,0.183668822297113,0.179483670862981,0.179966826391449,0.179422316254254,0.183587928464978,0.177821582469973,0.1812046644018,0.176821551256554,0.18147878346385,0.182294992246648,0.180539220121234,0.181574718800214,0.184889765190894,0.183667981355324,0.184879971336439,0.181886692082631,0.182027854164819,0.183299745903794,0.183828610919143,0.181421661772327,0.174346773520327,0.170059230833403,0.169498618900142,0.160589790848626,0.163586474053749,0.169633247785413,0.171249277516307,0.168950330315635,0.168684980494148,0.174700289375775,0.172175407019553,0.169128925486397,0.166774349862704,0.173635022134776,0.172501823486506,0.174063236608957,0.175449198291838,0.175322093208207,0.178832978974722,0.180533565547815,0.175778464463989,0.177462995384371,0.174331761006289,0.177842218161595,0.179765348762456,0.181323146944083,0.181526071748149,0.181020166073547,0.181807305790397,0.184073002090368,0.183023553917641,0.182275067418485,0.18212706729982,0.183744569226986,0.178739074134024,0.178254136441438,0.176754172743478,0.176812305678285,0.175533661740558,0.173803321393683,0.175092024539877,0.167812651674486,0.167927565392354,0.16618922574998,0.170319199618866,0.173845043310876,0.177224489795918,0.174519503689887,0.175421530479896,0.177414205905826,0.178902010852218,0.180304243394716,0.184666720924554,0.182298813463556,0.181009499275479,0.177753762407941,0.175780323982616,0.176776295376978,0.174673669575964,0.171573564732316,0.171444278646038,0.169183577159037,0.16637017557429,0.166245259165613,0.165361183637946,0.164836026988859,0.163189797685586,0.163141756427392,0.164206062509816,0.163924149819777,0.1634215278323,0.164487322596077,0.164364420312999,0.164455279354168,0.168402636504191,0.172047404985697,0.172649782804688,0.174163783160323,0.172662166611788,0.171012459773909,0.171061332451645,0.170308846060802,0.170094809577374,0.164818386370942,0.163716462930624,0.160604629192253,0.159533532275797,0.160191529118655,0.159030802738021,0.162816923316223,0.158166808116658,0.158800773694391,0.162286821705426,0.166587957497048,0.168414826498423,0.171542974944497,0.16,0.160793950850662,0.164981373070782,0.16455648504032,0.166174466151749,0.165421956684093,0.160557886214764,0.15737692926633,0.155825563468174,0.155955535924617,0.158263305322129,0.165580768366659,0.166567430782971,0.168217985287494,0.168035256893175,0.168058376589182,0.169744051640021,0.170696581520503,0.169496619083396,0.168807616744748,0.167942402425161,0.168458509993943,0.164694354413206,0.16557832320048,0.164603409933284,0.162535148734646,0.161719437115215,0.161934960548632,0.159994112452164,0.161104459742592,0.16229188540573,0.160530246452577,0.161459495648293,0.163128491620112,0.160241054050007,0.160523763336566,0.160829322473158,0.160274074625754,0.160375962107756,0.161630856460758,0.159976078343425,0.157765179770252,0.156750226517668,0.157222937656238,0.157018539538403,0.156663391034848,0.157578065498858,0.158230751586513,0.157468026796589,0.156552297460701,0.154324644549763,0.155578681335018,0.156675138286739,0.15694747125573,0.158595641646489,0.158798120642619,0.162481089258699,0.163774733637747,0.164714438830194,0.163571319835591,0.164041095890411,0.161618444846293,0.163161035280078,0.16392523364486,0.16345723242275,0.163009049773756,0.16518872214643,0.165014753726262,0.167669230183507,0.166806722689076,0.170457237621417,0.170407840657604,0.171867498799808,0.172671951317159,0.174194831013917,0.173862729449322,0.173407401486692,0.168525896414343,0.167863698028888,0.167370854591837,0.166402284263959,0.165391592396877,0.165178571428571,0.164586460225926,0.165412044374009,0.167662552087428,0.169157179000633,0.170794226674028,0.17140507518797,0.172845809441521,0.172709627329193,0.170157468277022,0.172216680733523,0.173323112303565,0.180279818664999,0.186661435857199,0.193089909697684,0.201318698673405,0.20472923303112,0.20614717197348,0.204328297264189,0.201405343573821,0.20441285232969,0.203855381815173,0.207678955199207,0.209915785997358,0.219120491045153,0.22632382892057,0.223043332213638,0.218452731711424,0.223906730440724,0.225512040449053,0.222534252404051,0.229045996592845,0.228845495032545,0.224425531914894,0.22396990938622,0.227876487838537,0.224581005586592,0.224172214057232,0.223887023163696,0.230182656499379,0.225579142076984,0.218895221394125,0.220901458241273,0.22027230129962,0.220986888731396,0.218438024560474,0.220522289633342,0.218974899069686,0.21405750798722,0.21685334722584,0.213511187607573,0.218656140049773,0.214128502497249,0.216294528719959,0.213520128280868,0.219611978068326,0.217365869964901,0.221745290881814,0.224084601237251,0.215722648198532,0.215163765365894,0.21652101539742,0.217196447837995,0.217135570911484,0.22303435744962,0.2256219736183,0.22407127248277,0.225513295186806,0.221882333221589,0.225177891775608,0.224328135368281,0.220103558806608,0.214156750102585,0.215081300813008,0.212769405282774,0.214972527472527,0.21439559549834,0.223752430330525,0.226764129369487,0.223139145355013,0.222132012665422,0.219032258064516,0.218608597285068,0.221858585858586,0.221793831168831,0.211366181410974,0.213223008990373,0.213734690631462,0.215870988344244],[1.97,2,2.02,1.98,1.98,2,1.93,1.94,1.89,1.87,1.92,2.01,2.05,2.09,2.08,2.01,1.96,1.93,1.87,1.83,1.87,1.86,1.97,1.93,2,2.01,2.04,1.96,1.99,1.92,1.93,1.99,2.01,2.05,2.01,1.99,1.98,1.92,1.94,1.98,2.03,1.99,2,1.96,1.98,2.03,2.04,2.04,2.14,2.29,2.29,2.31,2.39,2.38,2.31,2.29,2.25,2.26,2.2,2.21,2.18,2.23,2.22,2.3,2.25,2.19,2.07,2.06,2.01,2.05,2.08,2.02,2,2.03,2,1.98,1.99,1.96,2,2.01,1.98,1.96,1.95,1.98,1.96,1.96,1.91,1.92,1.88,1.87,1.89,1.84,1.78,1.76,1.76,1.7,1.71,1.75,1.79,1.73,1.77,1.75,1.74,1.63,1.59,1.47,1.53,1.57,1.66,1.66,1.65,1.6,1.67,1.61,1.64,1.6,1.59,1.64,1.65,1.63,1.69,1.63,1.66,1.65,1.6,1.67,1.61,1.65,1.62,1.57,1.53,1.53,1.54,1.5,1.52,1.5,1.53,1.52,1.54,1.49,1.47,1.44,1.43,1.45,1.58,1.53,1.51,1.56,1.51,1.6,1.59,1.66,1.68,1.69,1.65,1.65,1.73,1.8,1.83,1.81,1.82,1.8,1.71,1.68,1.68,1.65,1.64,1.66,1.63,1.57,1.59,1.6,1.68,1.67,1.68,1.7,1.77,1.75,1.88,1.85,1.82,1.79,1.8,1.77,1.74,1.7,1.64,1.66,1.65,1.64,1.64,1.64,1.7,1.75,1.75,1.74,1.72,1.7,1.69,1.7,1.75,1.83,1.86,1.79,1.83,1.79,1.8,1.86,1.78,1.74,1.74,1.72,1.75,1.75,1.72,1.78,1.68,1.62,1.61,1.61,1.59,1.59,1.58,1.58,1.61,1.66,1.69,1.7,1.66,1.64,1.63,1.62,1.62,1.63,1.62,1.6,1.59,1.64,1.63,1.66,1.72,1.74,1.72,1.78,1.84,1.82,1.81,1.77,1.79,1.77,1.74,1.73,1.78,1.86,1.92,1.93,1.92,1.89,1.88,1.91,1.89,1.89,1.86,1.84,1.89,1.87,1.86,1.86,1.88,1.98,2,2.03,2.03,2.02,2.04,2,2.04,2,1.99,1.99,1.99,2.02,2.05,2,2.01,2.03,2.02,1.99,1.97,1.88,1.88,1.91,1.89,1.86,1.88,1.9,1.95,2,2.06,2.07,2.03,2.04,2.04,2.01,1.96,1.92,1.96,1.95,1.93,1.93,1.92,1.87,1.87,1.86,1.88,1.83,1.78,1.72,1.76,1.78,1.84,1.82,1.75,1.72,1.75,1.73,1.72,1.73,1.72,1.74,1.73,1.74,1.7,1.7,1.7,1.66,1.66,1.78,1.8,1.82,1.81,1.81,1.9,1.92,1.96,1.94,1.87,1.95,1.97,1.94,2.03,2.02,2.01,2.15,2.13,2.13,2.16,2.13,2.14,2.1,2.08,2.17,2.22,2.2,2.25,2.19,2.14,2.19,2.2,2.33,2.41,2.52,2.57,2.6,2.55,2.49,2.52,2.5,2.48,2.52,2.73,2.65,2.65,2.7,2.6,2.61,2.57,2.55,2.52,2.56,2.5,2.5,2.53,2.61,2.61,2.58,2.61,2.63,2.6,2.74,2.63,2.67,2.67,2.61,2.58,2.57,2.61,2.71,2.71,2.77,2.84,2.88,2.82,2.87,2.9,2.82,2.79,2.72,2.78,2.75,2.78,2.86,2.9,2.98,2.94,2.9,2.96,2.93,2.92,2.9,2.88,2.86,2.69,2.76,2.75,2.72,2.67,2.63,2.66,2.64,2.64,2.66,2.63,2.62,2.66,2.65,2.66,2.68,2.71,2.7,2.7,2.75,2.69,2.61,2.6,2.63,2.54,2.51,2.53,2.53,2.54,2.53,2.55,2.57,2.65,2.63,2.69,2.67,2.63,2.77,2.77,2.8,2.75,2.69,2.71,2.67,2.71,2.8,2.79,2.75,2.74,2.71,2.74,2.75,2.81,2.79,2.84,2.88,2.88,2.86,2.81,2.86,2.89,2.88,2.89,2.85,2.89,2.94,2.89,2.94,2.99,3,3.02,2.99,3.04,3,3.01,2.98,2.96,3.01,2.97,2.88,2.84,2.88,2.9,2.86,2.84,2.85,2.87,2.79,2.75,2.78,2.77,2.69,2.72,2.67,2.61,2.64,2.7,2.73,2.71,2.7,2.75,2.8,2.73,2.75,2.71,2.73,2.76,2.73,2.75,2.7,2.67,2.65,2.66,2.6,2.7,2.7,2.74,2.8,2.79,2.77,2.73,2.66,2.65,2.7,2.68,2.78,2.79,2.75,2.74,2.75,2.71,2.69,2.73,2.73,2.77,2.82,2.8,2.74,2.71,2.69,2.71,2.65,2.63,2.65,2.64,2.65,2.73,2.73,2.73,2.7,2.7,2.68,2.7,2.71,2.67,2.63,2.6,2.63,2.61,2.62,2.61,2.62,2.66,2.61,2.54,2.5,2.52,2.54,2.52,2.54,2.56,2.54,2.52,2.44,2.45,2.48,2.54,2.6,2.61,2.59,2.6,2.62,2.64,2.65,2.58,2.6,2.61,2.66,2.61,2.64,2.63,2.63,2.59,2.57,2.53,2.54,2.53,2.58,2.64,2.65,2.63,2.58,2.57,2.55,2.53,2.55,2.56,2.55,2.47,2.5,2.49,2.48,2.48,2.52,2.48,2.5,2.47,2.57,2.58,2.52,2.51,2.49,2.49,2.43,2.44,2.44,2.46,2.43,2.4,2.34,2.39,2.4,2.43,2.41,2.4,2.39,2.39,2.37,2.34,2.35,2.42,2.41,2.45,2.46,2.48,2.5,2.54,2.54,2.62,2.6,2.6,2.62,2.63,2.59,2.57,2.54,2.57,2.52,2.54,2.5,2.52,2.42,2.44,2.45,2.43,2.36,2.35,2.34,2.31,2.31,2.21,2.15,2.17,2.22,2.2,2.23,2.25,2.29,2.29,2.27,2.3,2.34,2.32,2.35,2.36,2.35,2.36,2.39,2.32,2.38,2.38,2.37,2.35,2.32,2.34,2.32,2.36,2.34,2.31,2.3,2.27,2.24,2.18,2.22,2.28,2.29,2.25,2.31,2.26,2.22,2.18,2.19,2.1,2.12,2.07,2.14,2.22,2.17,2.17,2.26,2.27,2.25,2.22,2.2,2.17,2.12,2.04,1.97,1.96,2.03,1.98,1.92,1.91,1.86,1.77,1.83,1.82,1.87,1.9,1.81,1.83,1.83,1.73,1.77,1.68,1.68,1.79,1.81,1.83,1.95,1.96,2.01,2,1.99,2.02,2.14,2.07,2.11,2.13,2.06,1.99,1.96,2.03,2,2.08,2.12,2.12,2.11,2.24,2.2,2.14,2.11,2.1,2.13,2.1,2.06,1.93,1.98,1.93,1.92,1.88,1.93,2.01,1.95,1.96,1.94,1.87,1.92,1.85,1.92,1.89,1.92,1.97,1.96,1.94,1.9,1.91,1.9,1.87,1.9,1.92,1.99,1.96,1.93,1.94,2,2.06,2.05,2.12,2.16,2.19,2.25,2.18,2.16,2.28,2.28,2.27,2.23,2.14,2.23,2.27,2.26,2.19,2.21,2.14,2.14,2.13,2.12,2.19,2.27,2.38,2.31,2.41,2.39,2.42,2.5,2.39,2.39,2.36,2.32,2.32,2.35,2.26,2.37,2.42,2.38,2.4,2.49,2.33,2.35,2.43,2.4,2.3,2.27,2.22,2.32,2.42,2.44,2.41,2.36,2.36,2.34,2.38,2.35,2.33,2.28,2.27,2.23,2.26,2.29,2.28,2.2,2.16,2.23,2.28,2.23,2.18,2.24,2.15,2.14,2.19,2.2,2.16,2.2,2.12,2.09,2.05,2.01,2.12,2.18,2.18,2.19,2.21,2.17,2.2,2.18,2.13,2.2,2.21,2.23,2.2,2.18,2.28,2.3,2.21,2.13,2.2,2.14,2.16,2.13,2.17,2.1,2.05,2.06,2.05,1.99,2.07,2.05,2.08,2.12,2.12,2.12,2.06,1.99,2.04,2.04,2.04,2.08,2.04,2.04,2.09,2.07,2.05,2.1,2.19,2.16,2.2,2.23,2.25,2.26,2.34,2.36,2.32,2.32,2.32,2.28,2.27,2.25,2.27,2.24,2.26,2.25,2.24,2.23,2.22,2.21,2.15,2.18,2.33,2.28,2.23,2.24,2.22,2.24,2.13,2.23,2.28,2.3,2.24,2.19,2.2,2.24,2.27,2.25,2.24,2.32,2.31,2.27,2.24,2.25,2.18,2.16,2.13,2.17,2.12,2.08,2.1,2.03,2.06,2.01,2.02,2.07,2.03,2.01,2.02,2,1.94,1.97,1.87,1.88,1.87,1.86,1.75,1.74,1.71,1.63,1.74,1.78,1.81,1.75,1.76,1.77,1.74,1.75,1.71,1.76,1.74,1.83,1.84,1.83,1.88,1.91,1.83,1.9,1.93,1.98,1.97,1.97,1.94,1.91,1.88,1.92,1.94,1.88,1.91,1.89,1.81,1.83,1.78,1.79,1.78,1.73,1.76,1.7,1.72,1.73,1.79,1.77,1.8,1.76,1.78,1.79,1.85,1.88,1.89,1.91,1.94,1.87,1.84,1.83,1.88,1.81,1.79,1.76,1.79,1.77,1.77,1.73,1.75,1.71,1.75,1.76,1.87,1.85,1.85,1.84,1.86,1.87,1.83,1.85,1.84,1.85,1.81,1.71,1.73,1.72,1.71,1.68,1.64,1.62,1.62,1.6,1.57,1.62,1.67,1.71,1.69,1.74,1.57,1.46,1.46,1.5,1.49,1.46,1.37,1.38,1.4,1.37,1.43,1.53,1.48,1.53,1.6,1.59,1.56,1.59,1.57,1.57,1.58,1.57,1.52,1.52,1.46,1.51,1.55,1.55,1.51,1.59,1.59,1.55,1.5,1.57,1.51,1.55,1.57,1.56,1.53,1.58,1.55,1.55,1.56,1.58,1.62,1.57,1.57,1.58,1.57,1.6,1.55,1.54,1.61,1.67,1.68,1.73,1.7,1.71,1.7,1.7,1.69,1.66,1.63,1.62,1.59,1.56,1.57,1.56,1.6,1.63,1.69,1.72,1.75,1.73,1.73,1.77,1.79,1.75,1.8,1.77,1.75,1.76,1.76,1.74,1.77,1.77,1.79,1.85,1.86,1.84,1.83,1.81,1.82,1.79,1.83,1.88,2.07,2.15,2.15,2.23,2.23,2.22,2.29,2.34,2.33,2.31,2.36,2.36,2.32,2.3,2.37,2.45,2.4,2.39,2.39,2.34,2.4,2.47,2.49,2.48,2.54,2.6,2.6,2.54,2.57,2.55,2.55,2.55,2.57,2.51,2.49,2.45,2.45,2.46,2.37,2.42,2.38,2.38,2.38,2.36,2.4,2.33,2.42,2.47,2.48,2.41,2.47,2.53,2.51,2.49,2.49,2.45,2.48,2.48,2.49,2.42,2.4,2.34,2.4,2.41,2.43,2.47,2.51,2.45,2.42,2.43,2.42,2.38,2.31,2.36,2.36]]},&#34;evals&#34;:[],&#34;jsHooks&#34;:[]}&lt;/script&gt;
&lt;p&gt;Alright, that chart looks better now (though I encourage you to play with different settings for rollPeriod to compare different smoothness levels) and, incidentally, seems supportive of our hypothesized relationship between copper-gold and yields. There did seem to be a few periods of divergence, which would be a ripe area for further research. But we will move on to calculate and chart the rolling correlation between these two time series.&lt;/p&gt;
&lt;p&gt;Recall way back to &lt;a href=&#34;https://rviews.rstudio.com/2017/01/18/reproducible-finance-with-r-sector-correlations/&#34;&gt;this post&lt;/a&gt; from January where we examined rolling correlations between sector ETFs. We’ll port our work from that project and use &lt;code&gt;rollyapply&lt;/code&gt; to calculate the 90-day rolling correlation between copper-gold and yields. We will also rename the column since it will be displayed on the dygraph.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;# Calculate the rolling correlation between copper-gold and Treasury yields. 

rolling_cor &amp;lt;- rollapply(tenYear_ratio, 90, 
                                       function(x) cor(x[, 1], x[, 2], use = &amp;quot;pairwise.complete.obs&amp;quot;), 
                                       by.column = FALSE)

names(rolling_cor) &amp;lt;- &amp;quot;Copper/Gold 10-Year Correlation&amp;quot;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Let’s graph that rolling correlation.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;dygraph(rolling_cor, main = &amp;quot;Rolling 90-day Correlation Copper-Gold &amp;amp; 10-Year Yield&amp;quot;)&lt;/code&gt;&lt;/pre&gt;
&lt;div id=&#34;htmlwidget-3&#34; style=&#34;width:672px;height:480px;&#34; class=&#34;dygraphs html-widget&#34;&gt;&lt;/div&gt;
&lt;script type=&#34;application/json&#34; data-for=&#34;htmlwidget-3&#34;&gt;{&#34;x&#34;:{&#34;attrs&#34;:{&#34;title&#34;:&#34;Rolling 90-day Correlation Copper-Gold &amp; 10-Year Yield&#34;,&#34;labels&#34;:[&#34;day&#34;,&#34;Copper/Gold 10-Year Correlation&#34;],&#34;legend&#34;:&#34;auto&#34;,&#34;retainDateWindow&#34;:false,&#34;axes&#34;:{&#34;x&#34;:{&#34;pixelsPerLabel&#34;:60}}},&#34;scale&#34;:&#34;daily&#34;,&#34;annotations&#34;:[],&#34;shadings&#34;:[],&#34;events&#34;:[],&#34;format&#34;:&#34;date&#34;,&#34;data&#34;:[[&#34;2012-01-03T00:00:00.000Z&#34;,&#34;2012-01-04T00:00:00.000Z&#34;,&#34;2012-01-05T00:00:00.000Z&#34;,&#34;2012-01-06T00:00:00.000Z&#34;,&#34;2012-01-09T00:00:00.000Z&#34;,&#34;2012-01-10T00:00:00.000Z&#34;,&#34;2012-01-11T00:00:00.000Z&#34;,&#34;2012-01-12T00:00:00.000Z&#34;,&#34;2012-01-13T00:00:00.000Z&#34;,&#34;2012-01-17T00:00:00.000Z&#34;,&#34;2012-01-18T00:00:00.000Z&#34;,&#34;2012-01-19T00:00:00.000Z&#34;,&#34;2012-01-20T00:00:00.000Z&#34;,&#34;2012-01-23T00:00:00.000Z&#34;,&#34;2012-01-24T00:00:00.000Z&#34;,&#34;2012-01-25T00:00:00.000Z&#34;,&#34;2012-01-26T00:00:00.000Z&#34;,&#34;2012-01-27T00:00:00.000Z&#34;,&#34;2012-01-30T00:00:00.000Z&#34;,&#34;2012-01-31T00:00:00.000Z&#34;,&#34;2012-02-01T00:00:00.000Z&#34;,&#34;2012-02-02T00:00:00.000Z&#34;,&#34;2012-02-03T00:00:00.000Z&#34;,&#34;2012-02-06T00:00:00.000Z&#34;,&#34;2012-02-07T00:00:00.000Z&#34;,&#34;2012-02-08T00:00:00.000Z&#34;,&#34;2012-02-09T00:00:00.000Z&#34;,&#34;2012-02-10T00:00:00.000Z&#34;,&#34;2012-02-13T00:00:00.000Z&#34;,&#34;2012-02-14T00:00:00.000Z&#34;,&#34;2012-02-15T00:00:00.000Z&#34;,&#34;2012-02-16T00:00:00.000Z&#34;,&#34;2012-02-17T00:00:00.000Z&#34;,&#34;2012-02-21T00:00:00.000Z&#34;,&#34;2012-02-22T00:00:00.000Z&#34;,&#34;2012-02-23T00:00:00.000Z&#34;,&#34;2012-02-24T00:00:00.000Z&#34;,&#34;2012-02-27T00:00:00.000Z&#34;,&#34;2012-02-28T00:00:00.000Z&#34;,&#34;2012-02-29T00:00:00.000Z&#34;,&#34;2012-03-01T00:00:00.000Z&#34;,&#34;2012-03-02T00:00:00.000Z&#34;,&#34;2012-03-05T00:00:00.000Z&#34;,&#34;2012-03-06T00:00:00.000Z&#34;,&#34;2012-03-07T00:00:00.000Z&#34;,&#34;2012-03-08T00:00:00.000Z&#34;,&#34;2012-03-09T00:00:00.000Z&#34;,&#34;2012-03-12T00:00:00.000Z&#34;,&#34;2012-03-13T00:00:00.000Z&#34;,&#34;2012-03-14T00:00:00.000Z&#34;,&#34;2012-03-15T00:00:00.000Z&#34;,&#34;2012-03-16T00:00:00.000Z&#34;,&#34;2012-03-19T00:00:00.000Z&#34;,&#34;2012-03-20T00:00:00.000Z&#34;,&#34;2012-03-21T00:00:00.000Z&#34;,&#34;2012-03-22T00:00:00.000Z&#34;,&#34;2012-03-23T00:00:00.000Z&#34;,&#34;2012-03-26T00:00:00.000Z&#34;,&#34;2012-03-27T00:00:00.000Z&#34;,&#34;2012-03-28T00:00:00.000Z&#34;,&#34;2012-03-29T00:00:00.000Z&#34;,&#34;2012-03-30T00:00:00.000Z&#34;,&#34;2012-04-02T00:00:00.000Z&#34;,&#34;2012-04-03T00:00:00.000Z&#34;,&#34;2012-04-04T00:00:00.000Z&#34;,&#34;2012-04-05T00:00:00.000Z&#34;,&#34;2012-04-06T00:00:00.000Z&#34;,&#34;2012-04-09T00:00:00.000Z&#34;,&#34;2012-04-10T00:00:00.000Z&#34;,&#34;2012-04-11T00:00:00.000Z&#34;,&#34;2012-04-12T00:00:00.000Z&#34;,&#34;2012-04-13T00:00:00.000Z&#34;,&#34;2012-04-16T00:00:00.000Z&#34;,&#34;2012-04-17T00:00:00.000Z&#34;,&#34;2012-04-18T00:00:00.000Z&#34;,&#34;2012-04-19T00:00:00.000Z&#34;,&#34;2012-04-20T00:00:00.000Z&#34;,&#34;2012-04-23T00:00:00.000Z&#34;,&#34;2012-04-24T00:00:00.000Z&#34;,&#34;2012-04-25T00:00:00.000Z&#34;,&#34;2012-04-26T00:00:00.000Z&#34;,&#34;2012-04-27T00:00:00.000Z&#34;,&#34;2012-04-30T00:00:00.000Z&#34;,&#34;2012-05-01T00:00:00.000Z&#34;,&#34;2012-05-02T00:00:00.000Z&#34;,&#34;2012-05-03T00:00:00.000Z&#34;,&#34;2012-05-04T00:00:00.000Z&#34;,&#34;2012-05-07T00:00:00.000Z&#34;,&#34;2012-05-08T00:00:00.000Z&#34;,&#34;2012-05-09T00:00:00.000Z&#34;,&#34;2012-05-10T00:00:00.000Z&#34;,&#34;2012-05-11T00:00:00.000Z&#34;,&#34;2012-05-14T00:00:00.000Z&#34;,&#34;2012-05-15T00:00:00.000Z&#34;,&#34;2012-05-16T00:00:00.000Z&#34;,&#34;2012-05-17T00:00:00.000Z&#34;,&#34;2012-05-18T00:00:00.000Z&#34;,&#34;2012-05-21T00:00:00.000Z&#34;,&#34;2012-05-22T00:00:00.000Z&#34;,&#34;2012-05-23T00:00:00.000Z&#34;,&#34;2012-05-24T00:00:00.000Z&#34;,&#34;2012-05-25T00:00:00.000Z&#34;,&#34;2012-05-29T00:00:00.000Z&#34;,&#34;2012-05-30T00:00:00.000Z&#34;,&#34;2012-05-31T00:00:00.000Z&#34;,&#34;2012-06-01T00:00:00.000Z&#34;,&#34;2012-06-04T00:00:00.000Z&#34;,&#34;2012-06-05T00:00:00.000Z&#34;,&#34;2012-06-06T00:00:00.000Z&#34;,&#34;2012-06-07T00:00:00.000Z&#34;,&#34;2012-06-08T00:00:00.000Z&#34;,&#34;2012-06-11T00:00:00.000Z&#34;,&#34;2012-06-12T00:00:00.000Z&#34;,&#34;2012-06-13T00:00:00.000Z&#34;,&#34;2012-06-14T00:00:00.000Z&#34;,&#34;2012-06-15T00:00:00.000Z&#34;,&#34;2012-06-18T00:00:00.000Z&#34;,&#34;2012-06-19T00:00:00.000Z&#34;,&#34;2012-06-20T00:00:00.000Z&#34;,&#34;2012-06-21T00:00:00.000Z&#34;,&#34;2012-06-22T00:00:00.000Z&#34;,&#34;2012-06-25T00:00:00.000Z&#34;,&#34;2012-06-26T00:00:00.000Z&#34;,&#34;2012-06-27T00:00:00.000Z&#34;,&#34;2012-06-28T00:00:00.000Z&#34;,&#34;2012-06-29T00:00:00.000Z&#34;,&#34;2012-07-02T00:00:00.000Z&#34;,&#34;2012-07-03T00:00:00.000Z&#34;,&#34;2012-07-05T00:00:00.000Z&#34;,&#34;2012-07-06T00:00:00.000Z&#34;,&#34;2012-07-09T00:00:00.000Z&#34;,&#34;2012-07-10T00:00:00.000Z&#34;,&#34;2012-07-11T00:00:00.000Z&#34;,&#34;2012-07-12T00:00:00.000Z&#34;,&#34;2012-07-13T00:00:00.000Z&#34;,&#34;2012-07-16T00:00:00.000Z&#34;,&#34;2012-07-17T00:00:00.000Z&#34;,&#34;2012-07-18T00:00:00.000Z&#34;,&#34;2012-07-19T00:00:00.000Z&#34;,&#34;2012-07-20T00:00:00.000Z&#34;,&#34;2012-07-23T00:00:00.000Z&#34;,&#34;2012-07-24T00:00:00.000Z&#34;,&#34;2012-07-25T00:00:00.000Z&#34;,&#34;2012-07-26T00:00:00.000Z&#34;,&#34;2012-07-27T00:00:00.000Z&#34;,&#34;2012-07-30T00:00:00.000Z&#34;,&#34;2012-07-31T00:00:00.000Z&#34;,&#34;2012-08-01T00:00:00.000Z&#34;,&#34;2012-08-02T00:00:00.000Z&#34;,&#34;2012-08-03T00:00:00.000Z&#34;,&#34;2012-08-06T00:00:00.000Z&#34;,&#34;2012-08-07T00:00:00.000Z&#34;,&#34;2012-08-08T00:00:00.000Z&#34;,&#34;2012-08-09T00:00:00.000Z&#34;,&#34;2012-08-10T00:00:00.000Z&#34;,&#34;2012-08-13T00:00:00.000Z&#34;,&#34;2012-08-14T00:00:00.000Z&#34;,&#34;2012-08-15T00:00:00.000Z&#34;,&#34;2012-08-16T00:00:00.000Z&#34;,&#34;2012-08-17T00:00:00.000Z&#34;,&#34;2012-08-20T00:00:00.000Z&#34;,&#34;2012-08-21T00:00:00.000Z&#34;,&#34;2012-08-22T00:00:00.000Z&#34;,&#34;2012-08-23T00:00:00.000Z&#34;,&#34;2012-08-24T00:00:00.000Z&#34;,&#34;2012-08-27T00:00:00.000Z&#34;,&#34;2012-08-28T00:00:00.000Z&#34;,&#34;2012-08-29T00:00:00.000Z&#34;,&#34;2012-08-30T00:00:00.000Z&#34;,&#34;2012-08-31T00:00:00.000Z&#34;,&#34;2012-09-04T00:00:00.000Z&#34;,&#34;2012-09-05T00:00:00.000Z&#34;,&#34;2012-09-06T00:00:00.000Z&#34;,&#34;2012-09-07T00:00:00.000Z&#34;,&#34;2012-09-10T00:00:00.000Z&#34;,&#34;2012-09-11T00:00:00.000Z&#34;,&#34;2012-09-12T00:00:00.000Z&#34;,&#34;2012-09-13T00:00:00.000Z&#34;,&#34;2012-09-14T00:00:00.000Z&#34;,&#34;2012-09-17T00:00:00.000Z&#34;,&#34;2012-09-18T00:00:00.000Z&#34;,&#34;2012-09-19T00:00:00.000Z&#34;,&#34;2012-09-20T00:00:00.000Z&#34;,&#34;2012-09-21T00:00:00.000Z&#34;,&#34;2012-09-24T00:00:00.000Z&#34;,&#34;2012-09-25T00:00:00.000Z&#34;,&#34;2012-09-26T00:00:00.000Z&#34;,&#34;2012-09-27T00:00:00.000Z&#34;,&#34;2012-09-28T00:00:00.000Z&#34;,&#34;2012-10-01T00:00:00.000Z&#34;,&#34;2012-10-02T00:00:00.000Z&#34;,&#34;2012-10-03T00:00:00.000Z&#34;,&#34;2012-10-04T00:00:00.000Z&#34;,&#34;2012-10-05T00:00:00.000Z&#34;,&#34;2012-10-08T00:00:00.000Z&#34;,&#34;2012-10-09T00:00:00.000Z&#34;,&#34;2012-10-10T00:00:00.000Z&#34;,&#34;2012-10-11T00:00:00.000Z&#34;,&#34;2012-10-12T00:00:00.000Z&#34;,&#34;2012-10-15T00:00:00.000Z&#34;,&#34;2012-10-16T00:00:00.000Z&#34;,&#34;2012-10-17T00:00:00.000Z&#34;,&#34;2012-10-18T00:00:00.000Z&#34;,&#34;2012-10-19T00:00:00.000Z&#34;,&#34;2012-10-22T00:00:00.000Z&#34;,&#34;2012-10-23T00:00:00.000Z&#34;,&#34;2012-10-24T00:00:00.000Z&#34;,&#34;2012-10-25T00:00:00.000Z&#34;,&#34;2012-10-26T00:00:00.000Z&#34;,&#34;2012-10-29T00:00:00.000Z&#34;,&#34;2012-10-30T00:00:00.000Z&#34;,&#34;2012-10-31T00:00:00.000Z&#34;,&#34;2012-11-01T00:00:00.000Z&#34;,&#34;2012-11-02T00:00:00.000Z&#34;,&#34;2012-11-05T00:00:00.000Z&#34;,&#34;2012-11-06T00:00:00.000Z&#34;,&#34;2012-11-07T00:00:00.000Z&#34;,&#34;2012-11-08T00:00:00.000Z&#34;,&#34;2012-11-09T00:00:00.000Z&#34;,&#34;2012-11-12T00:00:00.000Z&#34;,&#34;2012-11-13T00:00:00.000Z&#34;,&#34;2012-11-14T00:00:00.000Z&#34;,&#34;2012-11-15T00:00:00.000Z&#34;,&#34;2012-11-16T00:00:00.000Z&#34;,&#34;2012-11-19T00:00:00.000Z&#34;,&#34;2012-11-20T00:00:00.000Z&#34;,&#34;2012-11-21T00:00:00.000Z&#34;,&#34;2012-11-23T00:00:00.000Z&#34;,&#34;2012-11-26T00:00:00.000Z&#34;,&#34;2012-11-27T00:00:00.000Z&#34;,&#34;2012-11-28T00:00:00.000Z&#34;,&#34;2012-11-29T00:00:00.000Z&#34;,&#34;2012-11-30T00:00:00.000Z&#34;,&#34;2012-12-03T00:00:00.000Z&#34;,&#34;2012-12-04T00:00:00.000Z&#34;,&#34;2012-12-05T00:00:00.000Z&#34;,&#34;2012-12-06T00:00:00.000Z&#34;,&#34;2012-12-07T00:00:00.000Z&#34;,&#34;2012-12-10T00:00:00.000Z&#34;,&#34;2012-12-11T00:00:00.000Z&#34;,&#34;2012-12-12T00:00:00.000Z&#34;,&#34;2012-12-13T00:00:00.000Z&#34;,&#34;2012-12-14T00:00:00.000Z&#34;,&#34;2012-12-17T00:00:00.000Z&#34;,&#34;2012-12-18T00:00:00.000Z&#34;,&#34;2012-12-19T00:00:00.000Z&#34;,&#34;2012-12-20T00:00:00.000Z&#34;,&#34;2012-12-21T00:00:00.000Z&#34;,&#34;2012-12-24T00:00:00.000Z&#34;,&#34;2012-12-26T00:00:00.000Z&#34;,&#34;2012-12-27T00:00:00.000Z&#34;,&#34;2012-12-28T00:00:00.000Z&#34;,&#34;2012-12-31T00:00:00.000Z&#34;,&#34;2013-01-02T00:00:00.000Z&#34;,&#34;2013-01-03T00:00:00.000Z&#34;,&#34;2013-01-04T00:00:00.000Z&#34;,&#34;2013-01-07T00:00:00.000Z&#34;,&#34;2013-01-08T00:00:00.000Z&#34;,&#34;2013-01-09T00:00:00.000Z&#34;,&#34;2013-01-10T00:00:00.000Z&#34;,&#34;2013-01-11T00:00:00.000Z&#34;,&#34;2013-01-14T00:00:00.000Z&#34;,&#34;2013-01-15T00:00:00.000Z&#34;,&#34;2013-01-16T00:00:00.000Z&#34;,&#34;2013-01-17T00:00:00.000Z&#34;,&#34;2013-01-18T00:00:00.000Z&#34;,&#34;2013-01-22T00:00:00.000Z&#34;,&#34;2013-01-23T00:00:00.000Z&#34;,&#34;2013-01-24T00:00:00.000Z&#34;,&#34;2013-01-25T00:00:00.000Z&#34;,&#34;2013-01-28T00:00:00.000Z&#34;,&#34;2013-01-29T00:00:00.000Z&#34;,&#34;2013-01-30T00:00:00.000Z&#34;,&#34;2013-01-31T00:00:00.000Z&#34;,&#34;2013-02-01T00:00:00.000Z&#34;,&#34;2013-02-04T00:00:00.000Z&#34;,&#34;2013-02-05T00:00:00.000Z&#34;,&#34;2013-02-06T00:00:00.000Z&#34;,&#34;2013-02-07T00:00:00.000Z&#34;,&#34;2013-02-08T00:00:00.000Z&#34;,&#34;2013-02-11T00:00:00.000Z&#34;,&#34;2013-02-12T00:00:00.000Z&#34;,&#34;2013-02-13T00:00:00.000Z&#34;,&#34;2013-02-14T00:00:00.000Z&#34;,&#34;2013-02-15T00:00:00.000Z&#34;,&#34;2013-02-19T00:00:00.000Z&#34;,&#34;2013-02-20T00:00:00.000Z&#34;,&#34;2013-02-21T00:00:00.000Z&#34;,&#34;2013-02-22T00:00:00.000Z&#34;,&#34;2013-02-25T00:00:00.000Z&#34;,&#34;2013-02-26T00:00:00.000Z&#34;,&#34;2013-02-27T00:00:00.000Z&#34;,&#34;2013-02-28T00:00:00.000Z&#34;,&#34;2013-03-01T00:00:00.000Z&#34;,&#34;2013-03-04T00:00:00.000Z&#34;,&#34;2013-03-05T00:00:00.000Z&#34;,&#34;2013-03-06T00:00:00.000Z&#34;,&#34;2013-03-07T00:00:00.000Z&#34;,&#34;2013-03-08T00:00:00.000Z&#34;,&#34;2013-03-11T00:00:00.000Z&#34;,&#34;2013-03-12T00:00:00.000Z&#34;,&#34;2013-03-13T00:00:00.000Z&#34;,&#34;2013-03-14T00:00:00.000Z&#34;,&#34;2013-03-15T00:00:00.000Z&#34;,&#34;2013-03-18T00:00:00.000Z&#34;,&#34;2013-03-19T00:00:00.000Z&#34;,&#34;2013-03-20T00:00:00.000Z&#34;,&#34;2013-03-21T00:00:00.000Z&#34;,&#34;2013-03-22T00:00:00.000Z&#34;,&#34;2013-03-25T00:00:00.000Z&#34;,&#34;2013-03-26T00:00:00.000Z&#34;,&#34;2013-03-27T00:00:00.000Z&#34;,&#34;2013-03-28T00:00:00.000Z&#34;,&#34;2013-04-01T00:00:00.000Z&#34;,&#34;2013-04-02T00:00:00.000Z&#34;,&#34;2013-04-03T00:00:00.000Z&#34;,&#34;2013-04-04T00:00:00.000Z&#34;,&#34;2013-04-05T00:00:00.000Z&#34;,&#34;2013-04-08T00:00:00.000Z&#34;,&#34;2013-04-09T00:00:00.000Z&#34;,&#34;2013-04-10T00:00:00.000Z&#34;,&#34;2013-04-11T00:00:00.000Z&#34;,&#34;2013-04-12T00:00:00.000Z&#34;,&#34;2013-04-15T00:00:00.000Z&#34;,&#34;2013-04-16T00:00:00.000Z&#34;,&#34;2013-04-17T00:00:00.000Z&#34;,&#34;2013-04-18T00:00:00.000Z&#34;,&#34;2013-04-19T00:00:00.000Z&#34;,&#34;2013-04-22T00:00:00.000Z&#34;,&#34;2013-04-23T00:00:00.000Z&#34;,&#34;2013-04-24T00:00:00.000Z&#34;,&#34;2013-04-25T00:00:00.000Z&#34;,&#34;2013-04-26T00:00:00.000Z&#34;,&#34;2013-04-29T00:00:00.000Z&#34;,&#34;2013-04-30T00:00:00.000Z&#34;,&#34;2013-05-01T00:00:00.000Z&#34;,&#34;2013-05-02T00:00:00.000Z&#34;,&#34;2013-05-03T00:00:00.000Z&#34;,&#34;2013-05-06T00:00:00.000Z&#34;,&#34;2013-05-07T00:00:00.000Z&#34;,&#34;2013-05-08T00:00:00.000Z&#34;,&#34;2013-05-09T00:00:00.000Z&#34;,&#34;2013-05-10T00:00:00.000Z&#34;,&#34;2013-05-13T00:00:00.000Z&#34;,&#34;2013-05-14T00:00:00.000Z&#34;,&#34;2013-05-15T00:00:00.000Z&#34;,&#34;2013-05-16T00:00:00.000Z&#34;,&#34;2013-05-17T00:00:00.000Z&#34;,&#34;2013-05-20T00:00:00.000Z&#34;,&#34;2013-05-21T00:00:00.000Z&#34;,&#34;2013-05-22T00:00:00.000Z&#34;,&#34;2013-05-23T00:00:00.000Z&#34;,&#34;2013-05-24T00:00:00.000Z&#34;,&#34;2013-05-28T00:00:00.000Z&#34;,&#34;2013-05-29T00:00:00.000Z&#34;,&#34;2013-05-30T00:00:00.000Z&#34;,&#34;2013-05-31T00:00:00.000Z&#34;,&#34;2013-06-03T00:00:00.000Z&#34;,&#34;2013-06-04T00:00:00.000Z&#34;,&#34;2013-06-05T00:00:00.000Z&#34;,&#34;2013-06-06T00:00:00.000Z&#34;,&#34;2013-06-07T00:00:00.000Z&#34;,&#34;2013-06-10T00:00:00.000Z&#34;,&#34;2013-06-11T00:00:00.000Z&#34;,&#34;2013-06-12T00:00:00.000Z&#34;,&#34;2013-06-13T00:00:00.000Z&#34;,&#34;2013-06-14T00:00:00.000Z&#34;,&#34;2013-06-17T00:00:00.000Z&#34;,&#34;2013-06-18T00:00:00.000Z&#34;,&#34;2013-06-19T00:00:00.000Z&#34;,&#34;2013-06-20T00:00:00.000Z&#34;,&#34;2013-06-21T00:00:00.000Z&#34;,&#34;2013-06-24T00:00:00.000Z&#34;,&#34;2013-06-25T00:00:00.000Z&#34;,&#34;2013-06-26T00:00:00.000Z&#34;,&#34;2013-06-27T00:00:00.000Z&#34;,&#34;2013-06-28T00:00:00.000Z&#34;,&#34;2013-07-01T00:00:00.000Z&#34;,&#34;2013-07-02T00:00:00.000Z&#34;,&#34;2013-07-03T00:00:00.000Z&#34;,&#34;2013-07-05T00:00:00.000Z&#34;,&#34;2013-07-08T00:00:00.000Z&#34;,&#34;2013-07-09T00:00:00.000Z&#34;,&#34;2013-07-10T00:00:00.000Z&#34;,&#34;2013-07-11T00:00:00.000Z&#34;,&#34;2013-07-12T00:00:00.000Z&#34;,&#34;2013-07-15T00:00:00.000Z&#34;,&#34;2013-07-16T00:00:00.000Z&#34;,&#34;2013-07-17T00:00:00.000Z&#34;,&#34;2013-07-18T00:00:00.000Z&#34;,&#34;2013-07-19T00:00:00.000Z&#34;,&#34;2013-07-22T00:00:00.000Z&#34;,&#34;2013-07-23T00:00:00.000Z&#34;,&#34;2013-07-24T00:00:00.000Z&#34;,&#34;2013-07-25T00:00:00.000Z&#34;,&#34;2013-07-26T00:00:00.000Z&#34;,&#34;2013-07-29T00:00:00.000Z&#34;,&#34;2013-07-30T00:00:00.000Z&#34;,&#34;2013-07-31T00:00:00.000Z&#34;,&#34;2013-08-01T00:00:00.000Z&#34;,&#34;2013-08-02T00:00:00.000Z&#34;,&#34;2013-08-05T00:00:00.000Z&#34;,&#34;2013-08-06T00:00:00.000Z&#34;,&#34;2013-08-07T00:00:00.000Z&#34;,&#34;2013-08-08T00:00:00.000Z&#34;,&#34;2013-08-09T00:00:00.000Z&#34;,&#34;2013-08-12T00:00:00.000Z&#34;,&#34;2013-08-13T00:00:00.000Z&#34;,&#34;2013-08-14T00:00:00.000Z&#34;,&#34;2013-08-15T00:00:00.000Z&#34;,&#34;2013-08-16T00:00:00.000Z&#34;,&#34;2013-08-19T00:00:00.000Z&#34;,&#34;2013-08-20T00:00:00.000Z&#34;,&#34;2013-08-21T00:00:00.000Z&#34;,&#34;2013-08-22T00:00:00.000Z&#34;,&#34;2013-08-23T00:00:00.000Z&#34;,&#34;2013-08-26T00:00:00.000Z&#34;,&#34;2013-08-27T00:00:00.000Z&#34;,&#34;2013-08-28T00:00:00.000Z&#34;,&#34;2013-08-29T00:00:00.000Z&#34;,&#34;2013-08-30T00:00:00.000Z&#34;,&#34;2013-09-03T00:00:00.000Z&#34;,&#34;2013-09-04T00:00:00.000Z&#34;,&#34;2013-09-05T00:00:00.000Z&#34;,&#34;2013-09-06T00:00:00.000Z&#34;,&#34;2013-09-09T00:00:00.000Z&#34;,&#34;2013-09-10T00:00:00.000Z&#34;,&#34;2013-09-11T00:00:00.000Z&#34;,&#34;2013-09-12T00:00:00.000Z&#34;,&#34;2013-09-13T00:00:00.000Z&#34;,&#34;2013-09-16T00:00:00.000Z&#34;,&#34;2013-09-17T00:00:00.000Z&#34;,&#34;2013-09-18T00:00:00.000Z&#34;,&#34;2013-09-19T00:00:00.000Z&#34;,&#34;2013-09-20T00:00:00.000Z&#34;,&#34;2013-09-23T00:00:00.000Z&#34;,&#34;2013-09-24T00:00:00.000Z&#34;,&#34;2013-09-25T00:00:00.000Z&#34;,&#34;2013-09-26T00:00:00.000Z&#34;,&#34;2013-09-27T00:00:00.000Z&#34;,&#34;2013-09-30T00:00:00.000Z&#34;,&#34;2013-10-01T00:00:00.000Z&#34;,&#34;2013-10-02T00:00:00.000Z&#34;,&#34;2013-10-03T00:00:00.000Z&#34;,&#34;2013-10-04T00:00:00.000Z&#34;,&#34;2013-10-07T00:00:00.000Z&#34;,&#34;2013-10-08T00:00:00.000Z&#34;,&#34;2013-10-09T00:00:00.000Z&#34;,&#34;2013-10-10T00:00:00.000Z&#34;,&#34;2013-10-11T00:00:00.000Z&#34;,&#34;2013-10-14T00:00:00.000Z&#34;,&#34;2013-10-15T00:00:00.000Z&#34;,&#34;2013-10-16T00:00:00.000Z&#34;,&#34;2013-10-17T00:00:00.000Z&#34;,&#34;2013-10-18T00:00:00.000Z&#34;,&#34;2013-10-21T00:00:00.000Z&#34;,&#34;2013-10-22T00:00:00.000Z&#34;,&#34;2013-10-23T00:00:00.000Z&#34;,&#34;2013-10-24T00:00:00.000Z&#34;,&#34;2013-10-25T00:00:00.000Z&#34;,&#34;2013-10-28T00:00:00.000Z&#34;,&#34;2013-10-29T00:00:00.000Z&#34;,&#34;2013-10-30T00:00:00.000Z&#34;,&#34;2013-10-31T00:00:00.000Z&#34;,&#34;2013-11-01T00:00:00.000Z&#34;,&#34;2013-11-04T00:00:00.000Z&#34;,&#34;2013-11-05T00:00:00.000Z&#34;,&#34;2013-11-06T00:00:00.000Z&#34;,&#34;2013-11-07T00:00:00.000Z&#34;,&#34;2013-11-08T00:00:00.000Z&#34;,&#34;2013-11-11T00:00:00.000Z&#34;,&#34;2013-11-12T00:00:00.000Z&#34;,&#34;2013-11-13T00:00:00.000Z&#34;,&#34;2013-11-14T00:00:00.000Z&#34;,&#34;2013-11-15T00:00:00.000Z&#34;,&#34;2013-11-18T00:00:00.000Z&#34;,&#34;2013-11-19T00:00:00.000Z&#34;,&#34;2013-11-20T00:00:00.000Z&#34;,&#34;2013-11-21T00:00:00.000Z&#34;,&#34;2013-11-22T00:00:00.000Z&#34;,&#34;2013-11-25T00:00:00.000Z&#34;,&#34;2013-11-26T00:00:00.000Z&#34;,&#34;2013-11-27T00:00:00.000Z&#34;,&#34;2013-11-29T00:00:00.000Z&#34;,&#34;2013-12-02T00:00:00.000Z&#34;,&#34;2013-12-03T00:00:00.000Z&#34;,&#34;2013-12-04T00:00:00.000Z&#34;,&#34;2013-12-05T00:00:00.000Z&#34;,&#34;2013-12-06T00:00:00.000Z&#34;,&#34;2013-12-09T00:00:00.000Z&#34;,&#34;2013-12-10T00:00:00.000Z&#34;,&#34;2013-12-11T00:00:00.000Z&#34;,&#34;2013-12-12T00:00:00.000Z&#34;,&#34;2013-12-13T00:00:00.000Z&#34;,&#34;2013-12-16T00:00:00.000Z&#34;,&#34;2013-12-17T00:00:00.000Z&#34;,&#34;2013-12-18T00:00:00.000Z&#34;,&#34;2013-12-19T00:00:00.000Z&#34;,&#34;2013-12-20T00:00:00.000Z&#34;,&#34;2013-12-23T00:00:00.000Z&#34;,&#34;2013-12-24T00:00:00.000Z&#34;,&#34;2013-12-26T00:00:00.000Z&#34;,&#34;2013-12-27T00:00:00.000Z&#34;,&#34;2013-12-30T00:00:00.000Z&#34;,&#34;2013-12-31T00:00:00.000Z&#34;,&#34;2014-01-02T00:00:00.000Z&#34;,&#34;2014-01-03T00:00:00.000Z&#34;,&#34;2014-01-06T00:00:00.000Z&#34;,&#34;2014-01-07T00:00:00.000Z&#34;,&#34;2014-01-08T00:00:00.000Z&#34;,&#34;2014-01-09T00:00:00.000Z&#34;,&#34;2014-01-10T00:00:00.000Z&#34;,&#34;2014-01-13T00:00:00.000Z&#34;,&#34;2014-01-14T00:00:00.000Z&#34;,&#34;2014-01-15T00:00:00.000Z&#34;,&#34;2014-01-16T00:00:00.000Z&#34;,&#34;2014-01-17T00:00:00.000Z&#34;,&#34;2014-01-21T00:00:00.000Z&#34;,&#34;2014-01-22T00:00:00.000Z&#34;,&#34;2014-01-23T00:00:00.000Z&#34;,&#34;2014-01-24T00:00:00.000Z&#34;,&#34;2014-01-27T00:00:00.000Z&#34;,&#34;2014-01-28T00:00:00.000Z&#34;,&#34;2014-01-29T00:00:00.000Z&#34;,&#34;2014-01-30T00:00:00.000Z&#34;,&#34;2014-01-31T00:00:00.000Z&#34;,&#34;2014-02-03T00:00:00.000Z&#34;,&#34;2014-02-04T00:00:00.000Z&#34;,&#34;2014-02-05T00:00:00.000Z&#34;,&#34;2014-02-06T00:00:00.000Z&#34;,&#34;2014-02-07T00:00:00.000Z&#34;,&#34;2014-02-10T00:00:00.000Z&#34;,&#34;2014-02-11T00:00:00.000Z&#34;,&#34;2014-02-12T00:00:00.000Z&#34;,&#34;2014-02-13T00:00:00.000Z&#34;,&#34;2014-02-14T00:00:00.000Z&#34;,&#34;2014-02-18T00:00:00.000Z&#34;,&#34;2014-02-19T00:00:00.000Z&#34;,&#34;2014-02-20T00:00:00.000Z&#34;,&#34;2014-02-21T00:00:00.000Z&#34;,&#34;2014-02-24T00:00:00.000Z&#34;,&#34;2014-02-25T00:00:00.000Z&#34;,&#34;2014-02-26T00:00:00.000Z&#34;,&#34;2014-02-27T00:00:00.000Z&#34;,&#34;2014-02-28T00:00:00.000Z&#34;,&#34;2014-03-03T00:00:00.000Z&#34;,&#34;2014-03-04T00:00:00.000Z&#34;,&#34;2014-03-05T00:00:00.000Z&#34;,&#34;2014-03-06T00:00:00.000Z&#34;,&#34;2014-03-07T00:00:00.000Z&#34;,&#34;2014-03-10T00:00:00.000Z&#34;,&#34;2014-03-11T00:00:00.000Z&#34;,&#34;2014-03-12T00:00:00.000Z&#34;,&#34;2014-03-13T00:00:00.000Z&#34;,&#34;2014-03-14T00:00:00.000Z&#34;,&#34;2014-03-17T00:00:00.000Z&#34;,&#34;2014-03-18T00:00:00.000Z&#34;,&#34;2014-03-19T00:00:00.000Z&#34;,&#34;2014-03-20T00:00:00.000Z&#34;,&#34;2014-03-21T00:00:00.000Z&#34;,&#34;2014-03-24T00:00:00.000Z&#34;,&#34;2014-03-25T00:00:00.000Z&#34;,&#34;2014-03-26T00:00:00.000Z&#34;,&#34;2014-03-27T00:00:00.000Z&#34;,&#34;2014-03-28T00:00:00.000Z&#34;,&#34;2014-03-31T00:00:00.000Z&#34;,&#34;2014-04-01T00:00:00.000Z&#34;,&#34;2014-04-02T00:00:00.000Z&#34;,&#34;2014-04-03T00:00:00.000Z&#34;,&#34;2014-04-04T00:00:00.000Z&#34;,&#34;2014-04-07T00:00:00.000Z&#34;,&#34;2014-04-08T00:00:00.000Z&#34;,&#34;2014-04-09T00:00:00.000Z&#34;,&#34;2014-04-10T00:00:00.000Z&#34;,&#34;2014-04-11T00:00:00.000Z&#34;,&#34;2014-04-14T00:00:00.000Z&#34;,&#34;2014-04-15T00:00:00.000Z&#34;,&#34;2014-04-16T00:00:00.000Z&#34;,&#34;2014-04-17T00:00:00.000Z&#34;,&#34;2014-04-21T00:00:00.000Z&#34;,&#34;2014-04-22T00:00:00.000Z&#34;,&#34;2014-04-23T00:00:00.000Z&#34;,&#34;2014-04-24T00:00:00.000Z&#34;,&#34;2014-04-25T00:00:00.000Z&#34;,&#34;2014-04-28T00:00:00.000Z&#34;,&#34;2014-04-29T00:00:00.000Z&#34;,&#34;2014-04-30T00:00:00.000Z&#34;,&#34;2014-05-01T00:00:00.000Z&#34;,&#34;2014-05-02T00:00:00.000Z&#34;,&#34;2014-05-05T00:00:00.000Z&#34;,&#34;2014-05-06T00:00:00.000Z&#34;,&#34;2014-05-07T00:00:00.000Z&#34;,&#34;2014-05-08T00:00:00.000Z&#34;,&#34;2014-05-09T00:00:00.000Z&#34;,&#34;2014-05-12T00:00:00.000Z&#34;,&#34;2014-05-13T00:00:00.000Z&#34;,&#34;2014-05-14T00:00:00.000Z&#34;,&#34;2014-05-15T00:00:00.000Z&#34;,&#34;2014-05-16T00:00:00.000Z&#34;,&#34;2014-05-19T00:00:00.000Z&#34;,&#34;2014-05-20T00:00:00.000Z&#34;,&#34;2014-05-21T00:00:00.000Z&#34;,&#34;2014-05-22T00:00:00.000Z&#34;,&#34;2014-05-23T00:00:00.000Z&#34;,&#34;2014-05-27T00:00:00.000Z&#34;,&#34;2014-05-28T00:00:00.000Z&#34;,&#34;2014-05-29T00:00:00.000Z&#34;,&#34;2014-05-30T00:00:00.000Z&#34;,&#34;2014-06-02T00:00:00.000Z&#34;,&#34;2014-06-03T00:00:00.000Z&#34;,&#34;2014-06-04T00:00:00.000Z&#34;,&#34;2014-06-05T00:00:00.000Z&#34;,&#34;2014-06-06T00:00:00.000Z&#34;,&#34;2014-06-09T00:00:00.000Z&#34;,&#34;2014-06-10T00:00:00.000Z&#34;,&#34;2014-06-11T00:00:00.000Z&#34;,&#34;2014-06-12T00:00:00.000Z&#34;,&#34;2014-06-13T00:00:00.000Z&#34;,&#34;2014-06-16T00:00:00.000Z&#34;,&#34;2014-06-17T00:00:00.000Z&#34;,&#34;2014-06-18T00:00:00.000Z&#34;,&#34;2014-06-19T00:00:00.000Z&#34;,&#34;2014-06-20T00:00:00.000Z&#34;,&#34;2014-06-23T00:00:00.000Z&#34;,&#34;2014-06-24T00:00:00.000Z&#34;,&#34;2014-06-25T00:00:00.000Z&#34;,&#34;2014-06-26T00:00:00.000Z&#34;,&#34;2014-06-27T00:00:00.000Z&#34;,&#34;2014-06-30T00:00:00.000Z&#34;,&#34;2014-07-01T00:00:00.000Z&#34;,&#34;2014-07-02T00:00:00.000Z&#34;,&#34;2014-07-03T00:00:00.000Z&#34;,&#34;2014-07-07T00:00:00.000Z&#34;,&#34;2014-07-08T00:00:00.000Z&#34;,&#34;2014-07-09T00:00:00.000Z&#34;,&#34;2014-07-10T00:00:00.000Z&#34;,&#34;2014-07-11T00:00:00.000Z&#34;,&#34;2014-07-14T00:00:00.000Z&#34;,&#34;2014-07-15T00:00:00.000Z&#34;,&#34;2014-07-16T00:00:00.000Z&#34;,&#34;2014-07-17T00:00:00.000Z&#34;,&#34;2014-07-18T00:00:00.000Z&#34;,&#34;2014-07-21T00:00:00.000Z&#34;,&#34;2014-07-22T00:00:00.000Z&#34;,&#34;2014-07-23T00:00:00.000Z&#34;,&#34;2014-07-24T00:00:00.000Z&#34;,&#34;2014-07-25T00:00:00.000Z&#34;,&#34;2014-07-28T00:00:00.000Z&#34;,&#34;2014-07-29T00:00:00.000Z&#34;,&#34;2014-07-30T00:00:00.000Z&#34;,&#34;2014-07-31T00:00:00.000Z&#34;,&#34;2014-08-01T00:00:00.000Z&#34;,&#34;2014-08-04T00:00:00.000Z&#34;,&#34;2014-08-05T00:00:00.000Z&#34;,&#34;2014-08-06T00:00:00.000Z&#34;,&#34;2014-08-07T00:00:00.000Z&#34;,&#34;2014-08-08T00:00:00.000Z&#34;,&#34;2014-08-11T00:00:00.000Z&#34;,&#34;2014-08-12T00:00:00.000Z&#34;,&#34;2014-08-13T00:00:00.000Z&#34;,&#34;2014-08-14T00:00:00.000Z&#34;,&#34;2014-08-15T00:00:00.000Z&#34;,&#34;2014-08-18T00:00:00.000Z&#34;,&#34;2014-08-19T00:00:00.000Z&#34;,&#34;2014-08-20T00:00:00.000Z&#34;,&#34;2014-08-21T00:00:00.000Z&#34;,&#34;2014-08-22T00:00:00.000Z&#34;,&#34;2014-08-25T00:00:00.000Z&#34;,&#34;2014-08-26T00:00:00.000Z&#34;,&#34;2014-08-27T00:00:00.000Z&#34;,&#34;2014-08-28T00:00:00.000Z&#34;,&#34;2014-08-29T00:00:00.000Z&#34;,&#34;2014-09-02T00:00:00.000Z&#34;,&#34;2014-09-03T00:00:00.000Z&#34;,&#34;2014-09-04T00:00:00.000Z&#34;,&#34;2014-09-05T00:00:00.000Z&#34;,&#34;2014-09-08T00:00:00.000Z&#34;,&#34;2014-09-09T00:00:00.000Z&#34;,&#34;2014-09-10T00:00:00.000Z&#34;,&#34;2014-09-11T00:00:00.000Z&#34;,&#34;2014-09-12T00:00:00.000Z&#34;,&#34;2014-09-15T00:00:00.000Z&#34;,&#34;2014-09-16T00:00:00.000Z&#34;,&#34;2014-09-17T00:00:00.000Z&#34;,&#34;2014-09-18T00:00:00.000Z&#34;,&#34;2014-09-19T00:00:00.000Z&#34;,&#34;2014-09-22T00:00:00.000Z&#34;,&#34;2014-09-23T00:00:00.000Z&#34;,&#34;2014-09-24T00:00:00.000Z&#34;,&#34;2014-09-25T00:00:00.000Z&#34;,&#34;2014-09-26T00:00:00.000Z&#34;,&#34;2014-09-29T00:00:00.000Z&#34;,&#34;2014-09-30T00:00:00.000Z&#34;,&#34;2014-10-01T00:00:00.000Z&#34;,&#34;2014-10-02T00:00:00.000Z&#34;,&#34;2014-10-03T00:00:00.000Z&#34;,&#34;2014-10-06T00:00:00.000Z&#34;,&#34;2014-10-07T00:00:00.000Z&#34;,&#34;2014-10-08T00:00:00.000Z&#34;,&#34;2014-10-09T00:00:00.000Z&#34;,&#34;2014-10-10T00:00:00.000Z&#34;,&#34;2014-10-13T00:00:00.000Z&#34;,&#34;2014-10-14T00:00:00.000Z&#34;,&#34;2014-10-15T00:00:00.000Z&#34;,&#34;2014-10-16T00:00:00.000Z&#34;,&#34;2014-10-17T00:00:00.000Z&#34;,&#34;2014-10-20T00:00:00.000Z&#34;,&#34;2014-10-21T00:00:00.000Z&#34;,&#34;2014-10-22T00:00:00.000Z&#34;,&#34;2014-10-23T00:00:00.000Z&#34;,&#34;2014-10-24T00:00:00.000Z&#34;,&#34;2014-10-27T00:00:00.000Z&#34;,&#34;2014-10-28T00:00:00.000Z&#34;,&#34;2014-10-29T00:00:00.000Z&#34;,&#34;2014-10-30T00:00:00.000Z&#34;,&#34;2014-10-31T00:00:00.000Z&#34;,&#34;2014-11-03T00:00:00.000Z&#34;,&#34;2014-11-04T00:00:00.000Z&#34;,&#34;2014-11-05T00:00:00.000Z&#34;,&#34;2014-11-06T00:00:00.000Z&#34;,&#34;2014-11-07T00:00:00.000Z&#34;,&#34;2014-11-10T00:00:00.000Z&#34;,&#34;2014-11-11T00:00:00.000Z&#34;,&#34;2014-11-12T00:00:00.000Z&#34;,&#34;2014-11-13T00:00:00.000Z&#34;,&#34;2014-11-14T00:00:00.000Z&#34;,&#34;2014-11-17T00:00:00.000Z&#34;,&#34;2014-11-18T00:00:00.000Z&#34;,&#34;2014-11-19T00:00:00.000Z&#34;,&#34;2014-11-20T00:00:00.000Z&#34;,&#34;2014-11-21T00:00:00.000Z&#34;,&#34;2014-11-24T00:00:00.000Z&#34;,&#34;2014-11-25T00:00:00.000Z&#34;,&#34;2014-11-26T00:00:00.000Z&#34;,&#34;2014-11-28T00:00:00.000Z&#34;,&#34;2014-12-01T00:00:00.000Z&#34;,&#34;2014-12-02T00:00:00.000Z&#34;,&#34;2014-12-03T00:00:00.000Z&#34;,&#34;2014-12-04T00:00:00.000Z&#34;,&#34;2014-12-05T00:00:00.000Z&#34;,&#34;2014-12-08T00:00:00.000Z&#34;,&#34;2014-12-09T00:00:00.000Z&#34;,&#34;2014-12-10T00:00:00.000Z&#34;,&#34;2014-12-11T00:00:00.000Z&#34;,&#34;2014-12-12T00:00:00.000Z&#34;,&#34;2014-12-15T00:00:00.000Z&#34;,&#34;2014-12-16T00:00:00.000Z&#34;,&#34;2014-12-17T00:00:00.000Z&#34;,&#34;2014-12-18T00:00:00.000Z&#34;,&#34;2014-12-19T00:00:00.000Z&#34;,&#34;2014-12-22T00:00:00.000Z&#34;,&#34;2014-12-23T00:00:00.000Z&#34;,&#34;2014-12-24T00:00:00.000Z&#34;,&#34;2014-12-26T00:00:00.000Z&#34;,&#34;2014-12-29T00:00:00.000Z&#34;,&#34;2014-12-30T00:00:00.000Z&#34;,&#34;2014-12-31T00:00:00.000Z&#34;,&#34;2015-01-02T00:00:00.000Z&#34;,&#34;2015-01-05T00:00:00.000Z&#34;,&#34;2015-01-06T00:00:00.000Z&#34;,&#34;2015-01-07T00:00:00.000Z&#34;,&#34;2015-01-08T00:00:00.000Z&#34;,&#34;2015-01-09T00:00:00.000Z&#34;,&#34;2015-01-12T00:00:00.000Z&#34;,&#34;2015-01-13T00:00:00.000Z&#34;,&#34;2015-01-14T00:00:00.000Z&#34;,&#34;2015-01-15T00:00:00.000Z&#34;,&#34;2015-01-16T00:00:00.000Z&#34;,&#34;2015-01-20T00:00:00.000Z&#34;,&#34;2015-01-21T00:00:00.000Z&#34;,&#34;2015-01-22T00:00:00.000Z&#34;,&#34;2015-01-23T00:00:00.000Z&#34;,&#34;2015-01-26T00:00:00.000Z&#34;,&#34;2015-01-27T00:00:00.000Z&#34;,&#34;2015-01-28T00:00:00.000Z&#34;,&#34;2015-01-29T00:00:00.000Z&#34;,&#34;2015-01-30T00:00:00.000Z&#34;,&#34;2015-02-02T00:00:00.000Z&#34;,&#34;2015-02-03T00:00:00.000Z&#34;,&#34;2015-02-04T00:00:00.000Z&#34;,&#34;2015-02-05T00:00:00.000Z&#34;,&#34;2015-02-06T00:00:00.000Z&#34;,&#34;2015-02-09T00:00:00.000Z&#34;,&#34;2015-02-10T00:00:00.000Z&#34;,&#34;2015-02-11T00:00:00.000Z&#34;,&#34;2015-02-12T00:00:00.000Z&#34;,&#34;2015-02-13T00:00:00.000Z&#34;,&#34;2015-02-17T00:00:00.000Z&#34;,&#34;2015-02-18T00:00:00.000Z&#34;,&#34;2015-02-19T00:00:00.000Z&#34;,&#34;2015-02-20T00:00:00.000Z&#34;,&#34;2015-02-23T00:00:00.000Z&#34;,&#34;2015-02-24T00:00:00.000Z&#34;,&#34;2015-02-25T00:00:00.000Z&#34;,&#34;2015-02-26T00:00:00.000Z&#34;,&#34;2015-02-27T00:00:00.000Z&#34;,&#34;2015-03-02T00:00:00.000Z&#34;,&#34;2015-03-03T00:00:00.000Z&#34;,&#34;2015-03-04T00:00:00.000Z&#34;,&#34;2015-03-05T00:00:00.000Z&#34;,&#34;2015-03-06T00:00:00.000Z&#34;,&#34;2015-03-09T00:00:00.000Z&#34;,&#34;2015-03-10T00:00:00.000Z&#34;,&#34;2015-03-11T00:00:00.000Z&#34;,&#34;2015-03-12T00:00:00.000Z&#34;,&#34;2015-03-13T00:00:00.000Z&#34;,&#34;2015-03-16T00:00:00.000Z&#34;,&#34;2015-03-17T00:00:00.000Z&#34;,&#34;2015-03-18T00:00:00.000Z&#34;,&#34;2015-03-19T00:00:00.000Z&#34;,&#34;2015-03-20T00:00:00.000Z&#34;,&#34;2015-03-23T00:00:00.000Z&#34;,&#34;2015-03-24T00:00:00.000Z&#34;,&#34;2015-03-25T00:00:00.000Z&#34;,&#34;2015-03-26T00:00:00.000Z&#34;,&#34;2015-03-27T00:00:00.000Z&#34;,&#34;2015-03-30T00:00:00.000Z&#34;,&#34;2015-03-31T00:00:00.000Z&#34;,&#34;2015-04-01T00:00:00.000Z&#34;,&#34;2015-04-02T00:00:00.000Z&#34;,&#34;2015-04-03T00:00:00.000Z&#34;,&#34;2015-04-06T00:00:00.000Z&#34;,&#34;2015-04-07T00:00:00.000Z&#34;,&#34;2015-04-08T00:00:00.000Z&#34;,&#34;2015-04-09T00:00:00.000Z&#34;,&#34;2015-04-10T00:00:00.000Z&#34;,&#34;2015-04-13T00:00:00.000Z&#34;,&#34;2015-04-14T00:00:00.000Z&#34;,&#34;2015-04-15T00:00:00.000Z&#34;,&#34;2015-04-16T00:00:00.000Z&#34;,&#34;2015-04-17T00:00:00.000Z&#34;,&#34;2015-04-20T00:00:00.000Z&#34;,&#34;2015-04-21T00:00:00.000Z&#34;,&#34;2015-04-22T00:00:00.000Z&#34;,&#34;2015-04-23T00:00:00.000Z&#34;,&#34;2015-04-24T00:00:00.000Z&#34;,&#34;2015-04-27T00:00:00.000Z&#34;,&#34;2015-04-28T00:00:00.000Z&#34;,&#34;2015-04-29T00:00:00.000Z&#34;,&#34;2015-04-30T00:00:00.000Z&#34;,&#34;2015-05-01T00:00:00.000Z&#34;,&#34;2015-05-04T00:00:00.000Z&#34;,&#34;2015-05-05T00:00:00.000Z&#34;,&#34;2015-05-06T00:00:00.000Z&#34;,&#34;2015-05-07T00:00:00.000Z&#34;,&#34;2015-05-08T00:00:00.000Z&#34;,&#34;2015-05-11T00:00:00.000Z&#34;,&#34;2015-05-12T00:00:00.000Z&#34;,&#34;2015-05-13T00:00:00.000Z&#34;,&#34;2015-05-14T00:00:00.000Z&#34;,&#34;2015-05-15T00:00:00.000Z&#34;,&#34;2015-05-18T00:00:00.000Z&#34;,&#34;2015-05-19T00:00:00.000Z&#34;,&#34;2015-05-20T00:00:00.000Z&#34;,&#34;2015-05-21T00:00:00.000Z&#34;,&#34;2015-05-22T00:00:00.000Z&#34;,&#34;2015-05-26T00:00:00.000Z&#34;,&#34;2015-05-27T00:00:00.000Z&#34;,&#34;2015-05-28T00:00:00.000Z&#34;,&#34;2015-05-29T00:00:00.000Z&#34;,&#34;2015-06-01T00:00:00.000Z&#34;,&#34;2015-06-02T00:00:00.000Z&#34;,&#34;2015-06-03T00:00:00.000Z&#34;,&#34;2015-06-04T00:00:00.000Z&#34;,&#34;2015-06-05T00:00:00.000Z&#34;,&#34;2015-06-08T00:00:00.000Z&#34;,&#34;2015-06-09T00:00:00.000Z&#34;,&#34;2015-06-10T00:00:00.000Z&#34;,&#34;2015-06-11T00:00:00.000Z&#34;,&#34;2015-06-12T00:00:00.000Z&#34;,&#34;2015-06-15T00:00:00.000Z&#34;,&#34;2015-06-16T00:00:00.000Z&#34;,&#34;2015-06-17T00:00:00.000Z&#34;,&#34;2015-06-18T00:00:00.000Z&#34;,&#34;2015-06-19T00:00:00.000Z&#34;,&#34;2015-06-22T00:00:00.000Z&#34;,&#34;2015-06-23T00:00:00.000Z&#34;,&#34;2015-06-24T00:00:00.000Z&#34;,&#34;2015-06-25T00:00:00.000Z&#34;,&#34;2015-06-26T00:00:00.000Z&#34;,&#34;2015-06-29T00:00:00.000Z&#34;,&#34;2015-06-30T00:00:00.000Z&#34;,&#34;2015-07-01T00:00:00.000Z&#34;,&#34;2015-07-02T00:00:00.000Z&#34;,&#34;2015-07-06T00:00:00.000Z&#34;,&#34;2015-07-07T00:00:00.000Z&#34;,&#34;2015-07-08T00:00:00.000Z&#34;,&#34;2015-07-09T00:00:00.000Z&#34;,&#34;2015-07-10T00:00:00.000Z&#34;,&#34;2015-07-13T00:00:00.000Z&#34;,&#34;2015-07-14T00:00:00.000Z&#34;,&#34;2015-07-15T00:00:00.000Z&#34;,&#34;2015-07-16T00:00:00.000Z&#34;,&#34;2015-07-17T00:00:00.000Z&#34;,&#34;2015-07-20T00:00:00.000Z&#34;,&#34;2015-07-21T00:00:00.000Z&#34;,&#34;2015-07-22T00:00:00.000Z&#34;,&#34;2015-07-23T00:00:00.000Z&#34;,&#34;2015-07-24T00:00:00.000Z&#34;,&#34;2015-07-27T00:00:00.000Z&#34;,&#34;2015-07-28T00:00:00.000Z&#34;,&#34;2015-07-29T00:00:00.000Z&#34;,&#34;2015-07-30T00:00:00.000Z&#34;,&#34;2015-07-31T00:00:00.000Z&#34;,&#34;2015-08-03T00:00:00.000Z&#34;,&#34;2015-08-04T00:00:00.000Z&#34;,&#34;2015-08-05T00:00:00.000Z&#34;,&#34;2015-08-06T00:00:00.000Z&#34;,&#34;2015-08-07T00:00:00.000Z&#34;,&#34;2015-08-10T00:00:00.000Z&#34;,&#34;2015-08-11T00:00:00.000Z&#34;,&#34;2015-08-12T00:00:00.000Z&#34;,&#34;2015-08-13T00:00:00.000Z&#34;,&#34;2015-08-14T00:00:00.000Z&#34;,&#34;2015-08-17T00:00:00.000Z&#34;,&#34;2015-08-18T00:00:00.000Z&#34;,&#34;2015-08-19T00:00:00.000Z&#34;,&#34;2015-08-20T00:00:00.000Z&#34;,&#34;2015-08-21T00:00:00.000Z&#34;,&#34;2015-08-24T00:00:00.000Z&#34;,&#34;2015-08-25T00:00:00.000Z&#34;,&#34;2015-08-26T00:00:00.000Z&#34;,&#34;2015-08-27T00:00:00.000Z&#34;,&#34;2015-08-28T00:00:00.000Z&#34;,&#34;2015-08-31T00:00:00.000Z&#34;,&#34;2015-09-01T00:00:00.000Z&#34;,&#34;2015-09-02T00:00:00.000Z&#34;,&#34;2015-09-03T00:00:00.000Z&#34;,&#34;2015-09-04T00:00:00.000Z&#34;,&#34;2015-09-08T00:00:00.000Z&#34;,&#34;2015-09-09T00:00:00.000Z&#34;,&#34;2015-09-10T00:00:00.000Z&#34;,&#34;2015-09-11T00:00:00.000Z&#34;,&#34;2015-09-14T00:00:00.000Z&#34;,&#34;2015-09-15T00:00:00.000Z&#34;,&#34;2015-09-16T00:00:00.000Z&#34;,&#34;2015-09-17T00:00:00.000Z&#34;,&#34;2015-09-18T00:00:00.000Z&#34;,&#34;2015-09-21T00:00:00.000Z&#34;,&#34;2015-09-22T00:00:00.000Z&#34;,&#34;2015-09-23T00:00:00.000Z&#34;,&#34;2015-09-24T00:00:00.000Z&#34;,&#34;2015-09-25T00:00:00.000Z&#34;,&#34;2015-09-28T00:00:00.000Z&#34;,&#34;2015-09-29T00:00:00.000Z&#34;,&#34;2015-09-30T00:00:00.000Z&#34;,&#34;2015-10-01T00:00:00.000Z&#34;,&#34;2015-10-02T00:00:00.000Z&#34;,&#34;2015-10-05T00:00:00.000Z&#34;,&#34;2015-10-06T00:00:00.000Z&#34;,&#34;2015-10-07T00:00:00.000Z&#34;,&#34;2015-10-08T00:00:00.000Z&#34;,&#34;2015-10-09T00:00:00.000Z&#34;,&#34;2015-10-12T00:00:00.000Z&#34;,&#34;2015-10-13T00:00:00.000Z&#34;,&#34;2015-10-14T00:00:00.000Z&#34;,&#34;2015-10-15T00:00:00.000Z&#34;,&#34;2015-10-16T00:00:00.000Z&#34;,&#34;2015-10-19T00:00:00.000Z&#34;,&#34;2015-10-20T00:00:00.000Z&#34;,&#34;2015-10-21T00:00:00.000Z&#34;,&#34;2015-10-22T00:00:00.000Z&#34;,&#34;2015-10-23T00:00:00.000Z&#34;,&#34;2015-10-26T00:00:00.000Z&#34;,&#34;2015-10-27T00:00:00.000Z&#34;,&#34;2015-10-28T00:00:00.000Z&#34;,&#34;2015-10-29T00:00:00.000Z&#34;,&#34;2015-10-30T00:00:00.000Z&#34;,&#34;2015-11-02T00:00:00.000Z&#34;,&#34;2015-11-03T00:00:00.000Z&#34;,&#34;2015-11-04T00:00:00.000Z&#34;,&#34;2015-11-05T00:00:00.000Z&#34;,&#34;2015-11-06T00:00:00.000Z&#34;,&#34;2015-11-09T00:00:00.000Z&#34;,&#34;2015-11-10T00:00:00.000Z&#34;,&#34;2015-11-11T00:00:00.000Z&#34;,&#34;2015-11-12T00:00:00.000Z&#34;,&#34;2015-11-13T00:00:00.000Z&#34;,&#34;2015-11-16T00:00:00.000Z&#34;,&#34;2015-11-17T00:00:00.000Z&#34;,&#34;2015-11-18T00:00:00.000Z&#34;,&#34;2015-11-19T00:00:00.000Z&#34;,&#34;2015-11-20T00:00:00.000Z&#34;,&#34;2015-11-23T00:00:00.000Z&#34;,&#34;2015-11-24T00:00:00.000Z&#34;,&#34;2015-11-25T00:00:00.000Z&#34;,&#34;2015-11-27T00:00:00.000Z&#34;,&#34;2015-11-30T00:00:00.000Z&#34;,&#34;2015-12-01T00:00:00.000Z&#34;,&#34;2015-12-02T00:00:00.000Z&#34;,&#34;2015-12-03T00:00:00.000Z&#34;,&#34;2015-12-04T00:00:00.000Z&#34;,&#34;2015-12-07T00:00:00.000Z&#34;,&#34;2015-12-08T00:00:00.000Z&#34;,&#34;2015-12-09T00:00:00.000Z&#34;,&#34;2015-12-10T00:00:00.000Z&#34;,&#34;2015-12-11T00:00:00.000Z&#34;,&#34;2015-12-14T00:00:00.000Z&#34;,&#34;2015-12-15T00:00:00.000Z&#34;,&#34;2015-12-16T00:00:00.000Z&#34;,&#34;2015-12-17T00:00:00.000Z&#34;,&#34;2015-12-18T00:00:00.000Z&#34;,&#34;2015-12-21T00:00:00.000Z&#34;,&#34;2015-12-22T00:00:00.000Z&#34;,&#34;2015-12-23T00:00:00.000Z&#34;,&#34;2015-12-24T00:00:00.000Z&#34;,&#34;2015-12-28T00:00:00.000Z&#34;,&#34;2015-12-29T00:00:00.000Z&#34;,&#34;2015-12-30T00:00:00.000Z&#34;,&#34;2015-12-31T00:00:00.000Z&#34;,&#34;2016-01-04T00:00:00.000Z&#34;,&#34;2016-01-05T00:00:00.000Z&#34;,&#34;2016-01-06T00:00:00.000Z&#34;,&#34;2016-01-07T00:00:00.000Z&#34;,&#34;2016-01-08T00:00:00.000Z&#34;,&#34;2016-01-11T00:00:00.000Z&#34;,&#34;2016-01-12T00:00:00.000Z&#34;,&#34;2016-01-13T00:00:00.000Z&#34;,&#34;2016-01-14T00:00:00.000Z&#34;,&#34;2016-01-15T00:00:00.000Z&#34;,&#34;2016-01-19T00:00:00.000Z&#34;,&#34;2016-01-20T00:00:00.000Z&#34;,&#34;2016-01-21T00:00:00.000Z&#34;,&#34;2016-01-22T00:00:00.000Z&#34;,&#34;2016-01-25T00:00:00.000Z&#34;,&#34;2016-01-26T00:00:00.000Z&#34;,&#34;2016-01-27T00:00:00.000Z&#34;,&#34;2016-01-28T00:00:00.000Z&#34;,&#34;2016-01-29T00:00:00.000Z&#34;,&#34;2016-02-01T00:00:00.000Z&#34;,&#34;2016-02-02T00:00:00.000Z&#34;,&#34;2016-02-03T00:00:00.000Z&#34;,&#34;2016-02-04T00:00:00.000Z&#34;,&#34;2016-02-05T00:00:00.000Z&#34;,&#34;2016-02-08T00:00:00.000Z&#34;,&#34;2016-02-09T00:00:00.000Z&#34;,&#34;2016-02-10T00:00:00.000Z&#34;,&#34;2016-02-11T00:00:00.000Z&#34;,&#34;2016-02-12T00:00:00.000Z&#34;,&#34;2016-02-16T00:00:00.000Z&#34;,&#34;2016-02-17T00:00:00.000Z&#34;,&#34;2016-02-18T00:00:00.000Z&#34;,&#34;2016-02-19T00:00:00.000Z&#34;,&#34;2016-02-22T00:00:00.000Z&#34;,&#34;2016-02-23T00:00:00.000Z&#34;,&#34;2016-02-24T00:00:00.000Z&#34;,&#34;2016-02-25T00:00:00.000Z&#34;,&#34;2016-02-26T00:00:00.000Z&#34;,&#34;2016-02-29T00:00:00.000Z&#34;,&#34;2016-03-01T00:00:00.000Z&#34;,&#34;2016-03-02T00:00:00.000Z&#34;,&#34;2016-03-03T00:00:00.000Z&#34;,&#34;2016-03-04T00:00:00.000Z&#34;,&#34;2016-03-07T00:00:00.000Z&#34;,&#34;2016-03-08T00:00:00.000Z&#34;,&#34;2016-03-09T00:00:00.000Z&#34;,&#34;2016-03-10T00:00:00.000Z&#34;,&#34;2016-03-11T00:00:00.000Z&#34;,&#34;2016-03-14T00:00:00.000Z&#34;,&#34;2016-03-15T00:00:00.000Z&#34;,&#34;2016-03-16T00:00:00.000Z&#34;,&#34;2016-03-17T00:00:00.000Z&#34;,&#34;2016-03-18T00:00:00.000Z&#34;,&#34;2016-03-21T00:00:00.000Z&#34;,&#34;2016-03-22T00:00:00.000Z&#34;,&#34;2016-03-23T00:00:00.000Z&#34;,&#34;2016-03-24T00:00:00.000Z&#34;,&#34;2016-03-28T00:00:00.000Z&#34;,&#34;2016-03-29T00:00:00.000Z&#34;,&#34;2016-03-30T00:00:00.000Z&#34;,&#34;2016-03-31T00:00:00.000Z&#34;,&#34;2016-04-01T00:00:00.000Z&#34;,&#34;2016-04-04T00:00:00.000Z&#34;,&#34;2016-04-05T00:00:00.000Z&#34;,&#34;2016-04-06T00:00:00.000Z&#34;,&#34;2016-04-07T00:00:00.000Z&#34;,&#34;2016-04-08T00:00:00.000Z&#34;,&#34;2016-04-11T00:00:00.000Z&#34;,&#34;2016-04-12T00:00:00.000Z&#34;,&#34;2016-04-13T00:00:00.000Z&#34;,&#34;2016-04-14T00:00:00.000Z&#34;,&#34;2016-04-15T00:00:00.000Z&#34;,&#34;2016-04-18T00:00:00.000Z&#34;,&#34;2016-04-19T00:00:00.000Z&#34;,&#34;2016-04-20T00:00:00.000Z&#34;,&#34;2016-04-21T00:00:00.000Z&#34;,&#34;2016-04-22T00:00:00.000Z&#34;,&#34;2016-04-25T00:00:00.000Z&#34;,&#34;2016-04-26T00:00:00.000Z&#34;,&#34;2016-04-27T00:00:00.000Z&#34;,&#34;2016-04-28T00:00:00.000Z&#34;,&#34;2016-04-29T00:00:00.000Z&#34;,&#34;2016-05-02T00:00:00.000Z&#34;,&#34;2016-05-03T00:00:00.000Z&#34;,&#34;2016-05-04T00:00:00.000Z&#34;,&#34;2016-05-05T00:00:00.000Z&#34;,&#34;2016-05-06T00:00:00.000Z&#34;,&#34;2016-05-09T00:00:00.000Z&#34;,&#34;2016-05-10T00:00:00.000Z&#34;,&#34;2016-05-11T00:00:00.000Z&#34;,&#34;2016-05-12T00:00:00.000Z&#34;,&#34;2016-05-13T00:00:00.000Z&#34;,&#34;2016-05-16T00:00:00.000Z&#34;,&#34;2016-05-17T00:00:00.000Z&#34;,&#34;2016-05-18T00:00:00.000Z&#34;,&#34;2016-05-19T00:00:00.000Z&#34;,&#34;2016-05-20T00:00:00.000Z&#34;,&#34;2016-05-23T00:00:00.000Z&#34;,&#34;2016-05-24T00:00:00.000Z&#34;,&#34;2016-05-25T00:00:00.000Z&#34;,&#34;2016-05-26T00:00:00.000Z&#34;,&#34;2016-05-27T00:00:00.000Z&#34;,&#34;2016-05-31T00:00:00.000Z&#34;,&#34;2016-06-01T00:00:00.000Z&#34;,&#34;2016-06-02T00:00:00.000Z&#34;,&#34;2016-06-03T00:00:00.000Z&#34;,&#34;2016-06-06T00:00:00.000Z&#34;,&#34;2016-06-07T00:00:00.000Z&#34;,&#34;2016-06-08T00:00:00.000Z&#34;,&#34;2016-06-09T00:00:00.000Z&#34;,&#34;2016-06-10T00:00:00.000Z&#34;,&#34;2016-06-13T00:00:00.000Z&#34;,&#34;2016-06-14T00:00:00.000Z&#34;,&#34;2016-06-15T00:00:00.000Z&#34;,&#34;2016-06-16T00:00:00.000Z&#34;,&#34;2016-06-17T00:00:00.000Z&#34;,&#34;2016-06-20T00:00:00.000Z&#34;,&#34;2016-06-21T00:00:00.000Z&#34;,&#34;2016-06-22T00:00:00.000Z&#34;,&#34;2016-06-23T00:00:00.000Z&#34;,&#34;2016-06-24T00:00:00.000Z&#34;,&#34;2016-06-27T00:00:00.000Z&#34;,&#34;2016-06-28T00:00:00.000Z&#34;,&#34;2016-06-29T00:00:00.000Z&#34;,&#34;2016-06-30T00:00:00.000Z&#34;,&#34;2016-07-01T00:00:00.000Z&#34;,&#34;2016-07-05T00:00:00.000Z&#34;,&#34;2016-07-06T00:00:00.000Z&#34;,&#34;2016-07-07T00:00:00.000Z&#34;,&#34;2016-07-08T00:00:00.000Z&#34;,&#34;2016-07-11T00:00:00.000Z&#34;,&#34;2016-07-12T00:00:00.000Z&#34;,&#34;2016-07-13T00:00:00.000Z&#34;,&#34;2016-07-14T00:00:00.000Z&#34;,&#34;2016-07-15T00:00:00.000Z&#34;,&#34;2016-07-18T00:00:00.000Z&#34;,&#34;2016-07-19T00:00:00.000Z&#34;,&#34;2016-07-20T00:00:00.000Z&#34;,&#34;2016-07-21T00:00:00.000Z&#34;,&#34;2016-07-22T00:00:00.000Z&#34;,&#34;2016-07-25T00:00:00.000Z&#34;,&#34;2016-07-26T00:00:00.000Z&#34;,&#34;2016-07-27T00:00:00.000Z&#34;,&#34;2016-07-28T00:00:00.000Z&#34;,&#34;2016-07-29T00:00:00.000Z&#34;,&#34;2016-08-01T00:00:00.000Z&#34;,&#34;2016-08-02T00:00:00.000Z&#34;,&#34;2016-08-03T00:00:00.000Z&#34;,&#34;2016-08-04T00:00:00.000Z&#34;,&#34;2016-08-05T00:00:00.000Z&#34;,&#34;2016-08-08T00:00:00.000Z&#34;,&#34;2016-08-09T00:00:00.000Z&#34;,&#34;2016-08-10T00:00:00.000Z&#34;,&#34;2016-08-11T00:00:00.000Z&#34;,&#34;2016-08-12T00:00:00.000Z&#34;,&#34;2016-08-15T00:00:00.000Z&#34;,&#34;2016-08-16T00:00:00.000Z&#34;,&#34;2016-08-17T00:00:00.000Z&#34;,&#34;2016-08-18T00:00:00.000Z&#34;,&#34;2016-08-19T00:00:00.000Z&#34;,&#34;2016-08-22T00:00:00.000Z&#34;,&#34;2016-08-23T00:00:00.000Z&#34;,&#34;2016-08-24T00:00:00.000Z&#34;,&#34;2016-08-25T00:00:00.000Z&#34;,&#34;2016-08-26T00:00:00.000Z&#34;,&#34;2016-08-29T00:00:00.000Z&#34;,&#34;2016-08-30T00:00:00.000Z&#34;,&#34;2016-08-31T00:00:00.000Z&#34;,&#34;2016-09-01T00:00:00.000Z&#34;,&#34;2016-09-02T00:00:00.000Z&#34;,&#34;2016-09-06T00:00:00.000Z&#34;,&#34;2016-09-07T00:00:00.000Z&#34;,&#34;2016-09-08T00:00:00.000Z&#34;,&#34;2016-09-09T00:00:00.000Z&#34;,&#34;2016-09-12T00:00:00.000Z&#34;,&#34;2016-09-13T00:00:00.000Z&#34;,&#34;2016-09-14T00:00:00.000Z&#34;,&#34;2016-09-15T00:00:00.000Z&#34;,&#34;2016-09-16T00:00:00.000Z&#34;,&#34;2016-09-19T00:00:00.000Z&#34;,&#34;2016-09-20T00:00:00.000Z&#34;,&#34;2016-09-21T00:00:00.000Z&#34;,&#34;2016-09-22T00:00:00.000Z&#34;,&#34;2016-09-23T00:00:00.000Z&#34;,&#34;2016-09-26T00:00:00.000Z&#34;,&#34;2016-09-27T00:00:00.000Z&#34;,&#34;2016-09-28T00:00:00.000Z&#34;,&#34;2016-09-29T00:00:00.000Z&#34;,&#34;2016-09-30T00:00:00.000Z&#34;,&#34;2016-10-03T00:00:00.000Z&#34;,&#34;2016-10-04T00:00:00.000Z&#34;,&#34;2016-10-05T00:00:00.000Z&#34;,&#34;2016-10-06T00:00:00.000Z&#34;,&#34;2016-10-07T00:00:00.000Z&#34;,&#34;2016-10-10T00:00:00.000Z&#34;,&#34;2016-10-11T00:00:00.000Z&#34;,&#34;2016-10-12T00:00:00.000Z&#34;,&#34;2016-10-13T00:00:00.000Z&#34;,&#34;2016-10-14T00:00:00.000Z&#34;,&#34;2016-10-17T00:00:00.000Z&#34;,&#34;2016-10-18T00:00:00.000Z&#34;,&#34;2016-10-19T00:00:00.000Z&#34;,&#34;2016-10-20T00:00:00.000Z&#34;,&#34;2016-10-21T00:00:00.000Z&#34;,&#34;2016-10-24T00:00:00.000Z&#34;,&#34;2016-10-25T00:00:00.000Z&#34;,&#34;2016-10-26T00:00:00.000Z&#34;,&#34;2016-10-27T00:00:00.000Z&#34;,&#34;2016-10-28T00:00:00.000Z&#34;,&#34;2016-10-31T00:00:00.000Z&#34;,&#34;2016-11-01T00:00:00.000Z&#34;,&#34;2016-11-02T00:00:00.000Z&#34;,&#34;2016-11-03T00:00:00.000Z&#34;,&#34;2016-11-04T00:00:00.000Z&#34;,&#34;2016-11-07T00:00:00.000Z&#34;,&#34;2016-11-08T00:00:00.000Z&#34;,&#34;2016-11-09T00:00:00.000Z&#34;,&#34;2016-11-10T00:00:00.000Z&#34;,&#34;2016-11-11T00:00:00.000Z&#34;,&#34;2016-11-14T00:00:00.000Z&#34;,&#34;2016-11-15T00:00:00.000Z&#34;,&#34;2016-11-16T00:00:00.000Z&#34;,&#34;2016-11-17T00:00:00.000Z&#34;,&#34;2016-11-18T00:00:00.000Z&#34;,&#34;2016-11-21T00:00:00.000Z&#34;,&#34;2016-11-22T00:00:00.000Z&#34;,&#34;2016-11-23T00:00:00.000Z&#34;,&#34;2016-11-25T00:00:00.000Z&#34;,&#34;2016-11-28T00:00:00.000Z&#34;,&#34;2016-11-29T00:00:00.000Z&#34;,&#34;2016-11-30T00:00:00.000Z&#34;,&#34;2016-12-01T00:00:00.000Z&#34;,&#34;2016-12-02T00:00:00.000Z&#34;,&#34;2016-12-05T00:00:00.000Z&#34;,&#34;2016-12-06T00:00:00.000Z&#34;,&#34;2016-12-07T00:00:00.000Z&#34;,&#34;2016-12-08T00:00:00.000Z&#34;,&#34;2016-12-09T00:00:00.000Z&#34;,&#34;2016-12-12T00:00:00.000Z&#34;,&#34;2016-12-13T00:00:00.000Z&#34;,&#34;2016-12-14T00:00:00.000Z&#34;,&#34;2016-12-15T00:00:00.000Z&#34;,&#34;2016-12-16T00:00:00.000Z&#34;,&#34;2016-12-19T00:00:00.000Z&#34;,&#34;2016-12-20T00:00:00.000Z&#34;,&#34;2016-12-21T00:00:00.000Z&#34;,&#34;2016-12-22T00:00:00.000Z&#34;,&#34;2016-12-23T00:00:00.000Z&#34;,&#34;2016-12-27T00:00:00.000Z&#34;,&#34;2016-12-28T00:00:00.000Z&#34;,&#34;2016-12-29T00:00:00.000Z&#34;,&#34;2016-12-30T00:00:00.000Z&#34;,&#34;2017-01-03T00:00:00.000Z&#34;,&#34;2017-01-04T00:00:00.000Z&#34;,&#34;2017-01-05T00:00:00.000Z&#34;,&#34;2017-01-06T00:00:00.000Z&#34;,&#34;2017-01-09T00:00:00.000Z&#34;,&#34;2017-01-10T00:00:00.000Z&#34;,&#34;2017-01-11T00:00:00.000Z&#34;,&#34;2017-01-12T00:00:00.000Z&#34;,&#34;2017-01-13T00:00:00.000Z&#34;,&#34;2017-01-17T00:00:00.000Z&#34;,&#34;2017-01-18T00:00:00.000Z&#34;,&#34;2017-01-19T00:00:00.000Z&#34;,&#34;2017-01-20T00:00:00.000Z&#34;,&#34;2017-01-23T00:00:00.000Z&#34;,&#34;2017-01-24T00:00:00.000Z&#34;,&#34;2017-01-25T00:00:00.000Z&#34;,&#34;2017-01-26T00:00:00.000Z&#34;,&#34;2017-01-27T00:00:00.000Z&#34;,&#34;2017-01-30T00:00:00.000Z&#34;,&#34;2017-01-31T00:00:00.000Z&#34;,&#34;2017-02-01T00:00:00.000Z&#34;,&#34;2017-02-02T00:00:00.000Z&#34;,&#34;2017-02-03T00:00:00.000Z&#34;,&#34;2017-02-06T00:00:00.000Z&#34;,&#34;2017-02-07T00:00:00.000Z&#34;,&#34;2017-02-08T00:00:00.000Z&#34;,&#34;2017-02-09T00:00:00.000Z&#34;,&#34;2017-02-10T00:00:00.000Z&#34;,&#34;2017-02-13T00:00:00.000Z&#34;,&#34;2017-02-14T00:00:00.000Z&#34;,&#34;2017-02-15T00:00:00.000Z&#34;,&#34;2017-02-16T00:00:00.000Z&#34;,&#34;2017-02-17T00:00:00.000Z&#34;,&#34;2017-02-21T00:00:00.000Z&#34;,&#34;2017-02-22T00:00:00.000Z&#34;,&#34;2017-02-23T00:00:00.000Z&#34;,&#34;2017-02-24T00:00:00.000Z&#34;,&#34;2017-02-27T00:00:00.000Z&#34;,&#34;2017-02-28T00:00:00.000Z&#34;],[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,0.585290243415525,0.561350000494383,0.543705862967393,0.536561647027123,0.527722179993673,0.519219500551394,0.531323322565562,0.544377849951098,0.548886278343821,0.551704015614809,0.562756968941214,0.570887567815412,0.57999660558983,0.576573207541847,0.592198319008961,0.609440819933137,0.65325786554937,0.682295822336636,0.703019288244898,0.713008134755475,0.719782326966653,0.72880818944919,0.739555580523628,0.746582053906618,0.756620245072141,0.764835686862281,0.772832436954354,0.779854335732526,0.784607875740208,0.789597067674631,0.794249717628866,0.797672136524904,0.803958415265129,0.814447736002549,0.822340250921298,0.828888677141998,0.837519624088776,0.839996273327961,0.840027966792934,0.841129941631477,0.840787144387017,0.839225087882043,0.839117276912785,0.834576422766799,0.830044642190733,0.823742104465626,0.81957553540866,0.817498517680825,0.809894164579949,0.797225778713294,0.788669023512875,0.783006109653641,0.778467088563656,0.775502463402649,0.774345894040217,0.76918559680264,0.769674325139645,0.769001118541418,0.766517080925691,0.764933393350677,0.763330862172186,0.759711851430953,0.756208117439132,0.744611312022435,0.72931916117281,0.711945199499809,0.695310483998885,0.677024463428987,0.658678139331088,0.649748380789352,0.649877811394914,0.638857631008409,0.638642017888737,0.640289719161516,0.641535823265595,0.639698606910744,0.63937639728675,0.631340110348778,0.627390289571344,0.622760652611185,0.616449923693931,0.604018129621944,0.586065811077575,0.55749752756336,0.525304239195038,0.496439577507564,0.464477815382151,0.435830299383981,0.385035097469241,0.349824602500527,0.306555515700857,0.249266533526566,0.206276545536799,0.173560212807126,0.149988915383181,0.119554414226254,0.112449262877336,0.105026795017987,0.0855722860101903,0.055395207426424,0.0398174533510003,0.0132977229156978,-0.0096169261181528,-0.0451578420029481,-0.0410901998055439,-0.0313251042071034,-0.0718882243318719,-0.0987246777981956,-0.120769116029575,-0.120933264147105,-0.118020445641748,-0.117508631792717,-0.10869885119602,-0.0877954490406765,-0.0991946305466722,-0.113432137749001,-0.133659069395399,-0.150266981714811,-0.171864543434206,-0.185301955464476,-0.198283841076281,-0.207760551147093,-0.218266608239229,-0.227081490330433,-0.234091314770952,-0.234978550797928,-0.252338361337193,-0.238137106768644,-0.214481683145769,-0.181435218965329,-0.151078755504264,-0.115650630098011,-0.0797171048695681,-0.0384472244296595,0.00963714310123336,0.053993384301186,0.0928097249581054,0.116792185362994,0.159852517347486,0.222838365405606,0.27932957422451,0.322612279711007,0.361954154407995,0.375496475299648,0.39209370365477,0.388928943502698,0.375260281623171,0.385630985929605,0.385100084592321,0.367349138687646,0.361836265004023,0.368710684058997,0.379938934804983,0.382255917802014,0.391956398833276,0.414019083468004,0.424787000879906,0.432085998325113,0.442412338345001,0.453759605204169,0.45879424763333,0.472484400644771,0.475056560641189,0.48240521352016,0.504296542487474,0.531423966539291,0.560791327539919,0.583448435428866,0.596593956657914,0.608428581976932,0.614728758116409,0.617529818963331,0.622289939570469,0.622154908435083,0.621236432728688,0.62748733625272,0.635693469137528,0.640517028474907,0.645585879960629,0.647989936162854,0.654396507644204,0.663436463527201,0.673640998436649,0.686729555545929,0.701634075176756,0.718675779087989,0.732247916573035,0.747233360363909,0.754839225767386,0.76536874158952,0.777856788073064,0.792849965746181,0.80619852785322,0.814383695148145,0.820024416341048,0.825028486622832,0.8303720187309,0.835337086394004,0.839414109712551,0.842214482459487,0.843659761295559,0.843934332868175,0.845016736316619,0.84534233117134,0.845010395203676,0.847680051486459,0.849462991290345,0.851064089734779,0.858678299941469,0.85759509409229,0.856795436182453,0.858452985655556,0.856937343206083,0.856454634434485,0.855446869578619,0.847268217162073,0.844253636778316,0.838167374366419,0.825467036533823,0.817698433578272,0.807443010771044,0.796570009439079,0.785975831151458,0.772419250608426,0.754777110753312,0.740997470274166,0.732500337326137,0.728513975564401,0.731283485197556,0.725562265657548,0.713846446423779,0.69789130905575,0.679881790510405,0.65193381783995,0.500005884231125,0.410515221684902,0.367278167682141,0.30755248638947,0.269211984320689,0.251962423822374,0.23562240499297,0.216506302679081,0.198510877459368,0.189013405914253,0.178437809021514,0.186488526563507,0.205443276219106,0.226766796096267,0.203688535090328,0.184824200403034,0.166492081329944,0.143112836948324,0.121091483125885,0.114250713187387,0.117705294183523,0.127342018530218,0.133627146709318,0.12378389301368,0.135884735766974,0.152026881052867,0.159518579670228,0.192383822422048,0.210312809781395,0.223301143443257,0.257242897880913,0.282394488274507,0.299722276484851,0.3202678048313,0.335818035056759,0.359967514503483,0.382839812237208,0.396720150189289,0.417713709996101,0.431911526686951,0.439483530728963,0.44411311309787,0.449177624926188,0.454876645733667,0.461491451347754,0.466138374618018,0.458937057815954,0.476122980541122,0.495574572419252,0.503846934508928,0.522747812801399,0.553492602237958,0.584108463111463,0.608466809893858,0.63132174615378,0.6513091425148,0.670102265559739,0.69110581624208,0.706427758996893,0.714537193096844,0.723055346366115,0.731045395134168,0.738078131507604,0.743925464548498,0.750805289135975,0.757645145879796,0.7634911365859,0.767500274941087,0.768871558442823,0.770186602203417,0.77121631442694,0.773419087195089,0.771508390750292,0.767788823630843,0.757324093806618,0.755839658410361,0.756182132358935,0.757939075928384,0.759254642929539,0.763969096484468,0.769790390156094,0.774355441173185,0.776761732547702,0.776847257919422,0.77792332953133,0.779064377784721,0.776152052523349,0.773415270624903,0.768055276355159,0.76093189958588,0.771356232758934,0.777825475486459,0.772285977597796,0.764966784842741,0.749914236056505,0.72601668225839,0.695674790025742,0.666167396752711,0.636640873127987,0.599211234064645,0.56375772200561,0.521262243569084,0.4721126493696,0.417331079953006,0.385086772544739,0.355157941595985,0.335083688092124,0.313787381675195,0.288684957907811,0.27893869698393,0.2683276163738,0.252466338155853,0.240964870889545,0.236187897487267,0.250590604532594,0.263678343730758,0.276620198504804,0.304340099033495,0.297059372307527,0.289315784851206,0.28929120880565,0.27961737890631,0.262841951304965,0.250445333951952,0.234926624714114,0.238256379218636,0.241045011313466,0.216282485577833,0.20543949606631,0.179407415837365,0.139400929724145,0.0965521409733566,0.0412683885887287,-0.0338575064321919,-0.107236443392839,-0.189687484075004,-0.267080480496103,-0.290546508043532,-0.299920425717474,-0.315427012762459,-0.324850885618689,-0.324055995280075,-0.313563703067692,-0.307259690644068,-0.297017650379132,-0.283616972507526,-0.256145931573344,-0.24942234899389,-0.228327181547526,-0.223144286251846,-0.223891952525049,-0.219837986733869,-0.217712088349645,-0.215973418719344,-0.201005646062915,-0.182452794516614,-0.171397656776497,-0.167448201156057,-0.187199369835031,-0.197975264117431,-0.196884558914816,-0.179375509860395,-0.184100253047207,-0.175898931067191,-0.160097409559848,-0.135894783071432,-0.0988058367605682,-0.0920310770254563,-0.0682344479578921,-0.0246028304924737,0.00900555034213161,0.0442390248458991,0.0741923913287452,0.101437264206809,0.148842885454561,0.176703678773806,0.214843769918033,0.266982574257355,0.319255416502266,0.3662469483029,0.408054050768506,0.455990336595736,0.48511759964695,0.507074086732811,0.521174013771079,0.541875666950663,0.563065470207985,0.582820693597001,0.607975952167146,0.639805342998224,0.685411845990903,0.728391774882235,0.760885625771167,0.800979223349944,0.837623096183088,0.869623240089029,0.892010065285148,0.912303428970419,0.928330798171915,0.927883131753248,0.933883057849136,0.935695208920313,0.934747639671222,0.933146910073876,0.930563536082327,0.930218482777714,0.929434533193664,0.928486106048711,0.928534395436418,0.926950401109027,0.923786248867499,0.923077527880922,0.920552950948871,0.919990284795409,0.920060857315308,0.918739372586285,0.918227837859337,0.916748184182251,0.916188287418906,0.916694186545429,0.915798261205663,0.916319374983603,0.917112755359883,0.91652579752727,0.915851655695609,0.907893942276437,0.883018195531989,0.854076986592695,0.822955122956237,0.801309562188339,0.798594091052411,0.797581668823246,0.788022952786103,0.784577969937901,0.767861417743043,0.751804982745309,0.743764587479708,0.740359881288432,0.738097523672793,0.739087556762443,0.741111833124347,0.74085343730996,0.742243484853981,0.740177778685354,0.733366876188849,0.72867100863164,0.730628755178426,0.736236040266898,0.744750275991676,0.749339475256121,0.755497162052343,0.759949732208261,0.764901336187172,0.768177800027163,0.770178590123554,0.769508312104429,0.768866316188891,0.769455676042756,0.769439448217528,0.767358805868859,0.765880376435376,0.764145875397819,0.764013458899855,0.762924729943411,0.757701651171015,0.753711842938432,0.748114831625096,0.737744581718179,0.724794771266018,0.706419663797193,0.687234082997423,0.660452875759613,0.634571673043685,0.603511626289761,0.560519048553431,0.516605518418559,0.46420716942413,0.416106631022419,0.380287354511107,0.350380027574972,0.30292046966842,0.226665898559597,0.142431359007455,0.0753668886890612,-0.0012755527569914,-0.0906688160695237,-0.1310637444549,-0.156389946550645,-0.189798773193381,-0.223472149925775,-0.232432017598569,-0.251322997479269,-0.256912486858108,-0.243680041924355,-0.238314158903882,-0.247380205890889,-0.271269431119722,-0.290252682100233,-0.302712832035645,-0.325399898000629,-0.372673553275772,-0.395275917731269,-0.419690150881446,-0.435420244303194,-0.457046688295119,-0.493323588599852,-0.522809252639932,-0.556123121900972,-0.567590826875604,-0.572864845689599,-0.578058170692985,-0.585557396256754,-0.58861654525588,-0.599606965626959,-0.613753975853766,-0.630639060511188,-0.641285756257147,-0.637210380976369,-0.623854147772953,-0.614293609039577,-0.631981208613434,-0.65539669007214,-0.669135178311687,-0.687800750080079,-0.678508134511494,-0.664659325521714,-0.651601515318301,-0.634454364159623,-0.62749895687129,-0.625543483584987,-0.62694841159558,-0.615330164025361,-0.596839826455127,-0.586297107417354,-0.576460751473096,-0.561698650198924,-0.509539414096922,-0.447159701260874,-0.385267673415418,-0.344503709794602,-0.306860318403144,-0.302491121377341,-0.303376611314258,-0.310395485909261,-0.32081960239623,-0.315466233808429,-0.311551317653467,-0.291640297755078,-0.277655878859025,-0.289814887156712,-0.284865045521805,-0.280080874114995,-0.265633098959089,-0.243323225444513,-0.227983169920349,-0.212341051606013,-0.186253039334029,-0.143408561770902,-0.112166633067912,-0.0731506452874117,-0.0356721779171717,-0.0117168457919917,0.00939144475917778,0.0160307677753711,0.0169115427662989,0.0237076408712529,0.0231406483059716,0.0247129338393246,0.0228267748335908,0.0250363490621386,0.0142203418239747,0.0122253406716278,0.017941467501699,0.0148490158073029,0.00147772354047099,-0.0180743892256538,-0.0408428196882597,-0.0612645390391871,-0.0689671698352224,-0.091829851051633,-0.0476104665724326,0.00122316825780229,0.0333035518958027,0.07890063104164,0.113168245705476,0.143147002177063,0.154967717866317,0.164544262525202,0.194140536151685,0.206757185708434,0.216881724144234,0.211773875049206,0.193181733940964,0.167009506159367,0.15635282994675,0.134195743688334,0.129803020804459,0.113717120334902,0.103794179211984,0.0962568606784382,0.0865030415539953,0.083526968183675,0.0786840428206486,0.0755443747575984,0.0742957897233617,0.067476300548971,0.0670362363112586,0.0648625854409055,0.0714922593750589,0.0851385085924939,0.0958632844121909,0.120863492078994,0.138787821605331,0.151472753064603,0.167627480644109,0.181706930587124,0.186382281313908,0.19121213288174,0.214630115670602,0.238778133047578,0.256975935794444,0.289435342413353,0.31630440475229,0.34229499691128,0.363068830688756,0.38664264789518,0.412467030732399,0.432171784720034,0.439094221133182,0.452387972626915,0.472463590074949,0.485519284196194,0.49632868043102,0.505817620813387,0.517185496493054,0.545044381863121,0.577873315455554,0.607026925542677,0.626658615811023,0.649097112528471,0.679324137057664,0.70644443849855,0.731645462371334,0.760797295928468,0.782653886448926,0.80105674745662,0.813288084233524,0.822509593588034,0.839612210307728,0.849848837562451,0.860110743284587,0.877655997576532,0.888819748411037,0.902867844264879,0.915004193968843,0.924134566140874,0.930834259816382,0.939083547321552,0.943216094069788,0.949680030547009,0.948968571109558,0.951410524786668,0.953686021667169,0.954481328070582,0.949174958980434,0.948865543447098,0.947204920735194,0.943181045368728,0.942807897144831,0.942861387725067,0.94239430970258,0.942516072088858,0.942451518943997,0.942157018232815,0.94047739047364,0.939132002658734,0.937812813257167,0.932384788347314,0.930375717979995,0.92883518119267,0.927604496374376,0.926524888878106,0.925166705712714,0.923647061696155,0.921821350630813,0.918399252544684,0.914197946286017,0.906013297595281,0.893405719688502,0.876865991995916,0.865381620841857,0.858399351136546,0.850439070234492,0.839268120898539,0.829672397708729,0.816432830455541,0.805500895503208,0.790119329992349,0.781949889462464,0.770118720080966,0.761065688514275,0.755690438955901,0.75021974573835,0.742397757729535,0.735264679091915,0.726094076954248,0.709123913140035,0.691736275650824,0.681484629900881,0.676112148772108,0.670022616627195,0.666362241596022,0.655367691893793,0.650570187921099,0.644236757775121,0.636923985784773,0.627147998158324,0.622653884148133,0.616893654433967,0.614561445815379,0.624744832754915,0.62831264302286,0.633870777718844,0.64170289495428,0.651534956009041,0.65906736120385,0.666878134672326,0.673847853700733,0.678044982173789,0.680941894816475,0.683005649730519,0.685917239917648,0.683766612486252,0.679693088971892,0.676747241108745,0.670749787136417,0.667027330695709,0.664415139943737,0.648588111264445,0.627977847294247,0.611780757340506,0.577887759902389,0.545729935889984,0.49995771847687,0.444740412675949,0.403252312867434,0.363550551389357,0.314399286299447,0.281996244142064,0.250282826499355,0.212182080176269,0.176249194734007,0.131357393412551,0.0994490005794686,0.091678479080744,0.0735497656240676,0.053232411181122,0.0411347989565277,0.020130296214704,-0.00117454878579307,-0.021029009909523,-0.046526023147592,-0.0728578672064776,-0.0843908967630428,-0.0998287330480877,-0.123362587352522,-0.145238899404951,-0.159413911778213,-0.172288308713566,-0.18446023602853,-0.195532969428701,-0.20251446752814,-0.208302874119164,-0.214496691023398,-0.221302453025795,-0.237975730422387,-0.242090546188571,-0.240794679048259,-0.236896757388078,-0.231391948401099,-0.223085718167242,-0.211948726323259,-0.210716381935398,-0.206848596656023,-0.202824235304207,-0.201995299501128,-0.204785597871177,-0.196767708522174,-0.194567711159622,-0.188968020047456,-0.18584495384497,-0.171100417995473,-0.163090574711925,-0.139200893143337,-0.109918554006582,-0.0716096812650209,-0.010784776715665,0.0212753398358845,0.041607373536979,0.0500759198490746,0.0581014592150298,0.0671811086815842,0.106542447376218,0.13374440017001,0.154847586787091,0.184475360852279,0.229834898353647,0.270381900898661,0.298888330356078,0.320833183504314,0.332805866045584,0.362873547839988,0.399326354364209,0.407158513558006,0.42471206387695,0.436232570936099,0.462904157151411,0.511981762442094,0.540090787168905,0.552634944248628,0.574469305602204,0.617861002387618,0.638635502400523,0.693564858659659,0.743227519982005,0.788749239852948,0.829960865945248,0.853058051564363,0.864390920539057,0.864015859189027,0.870381086521032,0.86954304022982,0.866774339000429,0.865327101879342,0.859879029771786,0.859778981869361,0.858610645112888,0.858949182462559,0.859168037524548,0.859360428287496,0.861093017360566,0.863220836205216,0.863706453079439,0.854448169845791,0.847786248304094,0.837737645328374,0.83122162020956,0.824942682629292,0.808238612550154,0.77910544702542,0.740931519068167,0.716254344957497,0.696795097161376,0.668928558896669,0.642895456491242,0.602984422528165,0.567340537842086,0.520416852955698,0.478567173404792,0.425112318436672,0.373210950606523,0.316019323058894,0.263228210857631,0.221494340245752,0.193817739579132,0.179682826393776,0.16890770805015,0.118672886085752,0.0674955439774478,0.0306374622285472,0.00981043124785707,0.00181201116487271,-0.0216112802993353,-0.0377222177466833,-0.0545200090379221,-0.0735708296342009,-0.112980480704984,-0.119405514511583,-0.117347603962273,-0.122449599660875,-0.134096547375021,-0.13941913541951,-0.147011104582153,-0.154704604493749,-0.161349895955457,-0.169378676711597,-0.189903495067485,-0.194664659940932,-0.201292610709064,-0.197523669319543,-0.183743981874947,-0.166326867440092,-0.155478168277891,-0.132844761579448,-0.0991154127634737,-0.0745094579621157,-0.0335266664880922,-0.0132830679208922,0.0197582784690245,0.0464039347417653,0.0663787770063916,0.0673719730624816,0.0633472410632139,0.0748213269165903,0.107685637936642,0.130695358523687,0.162429001570368,0.200277814923039,0.230586413215576,0.254968471419615,0.286602059948142,0.345755842734865,0.419106997208668,0.48240657843408,0.562086384089052,0.607972123674885,0.640504214782776,0.66555511875643,0.687751294777971,0.711469155327979,0.727572231174193,0.747855061102645,0.775746813117475,0.797899879611165,0.813485059936418,0.827693997132905,0.836851583543409,0.849639389448621,0.864974472464132,0.87273482692069,0.881593827779407,0.89332014798279,0.899448186174373,0.901730297141245,0.906084777885108,0.909806102043271,0.916775773677806,0.923880480382732,0.925428866374943,0.923796829688567,0.920594425467536,0.919186482428554,0.917054248747418,0.914446426165954,0.911153869569872,0.908538275364906,0.907009087191595,0.905103916920893,0.903779980626702,0.903986721872182,0.905279803790516,0.904871810343519,0.90659326393278,0.907138248932812,0.907364351288646,0.908162863507294,0.907632581456799,0.90587005665,0.90565374982407,0.905195503970537,0.90376327095939,0.901912530483029,0.899414767728907,0.896876765302764,0.893149751743852,0.890528216463821,0.890195673924297,0.886905648051549,0.884209341641233,0.88014414664636,0.874951852787728,0.868090728849104,0.861588590719481,0.852621189333194,0.837538317128236,0.817530964093388,0.799851851483875,0.782955600331947,0.766195717624728,0.751116663517418,0.754536125560036,0.732996857628321,0.737350032650321,0.734435092732808,0.731511660393314,0.72210640712994,0.726316858405407,0.727083840232795,0.735348876330097,0.732765996474287,0.730515144247917,0.732680681804505,0.730021766273965,0.720764160730366,0.718014759963039,0.716162597184653,0.721039441395532,0.734002512090259,0.744753440429599,0.757727160140336,0.762571580510237,0.779718207438445,0.78939808721397,0.79503592136754,0.789657021767666,0.788467619832498,0.787033604254968,0.795024376451594,0.791213107457695,0.775828518564314,0.772219381723077,0.763419978658382,0.754212444654091,0.753417638900926,0.764647387726652,0.777922379523529,0.788001742925342,0.794056624893821,0.792448726600558,0.785428696363864,0.777651487066109,0.775691601474165,0.771893160078462,0.767272817221204,0.759934520841729,0.750883093772349,0.741044434367468,0.732905069878634,0.724658759692289,0.721068165775765,0.71322573844755,0.702879651832951,0.700592183957996,0.695400840792341,0.691654362192951,0.694825593137029,0.692605234368713,0.693252950107944,0.694709431093978,0.696694111261821,0.698727582761362,0.702142460900637,0.704694793324794,0.706430603981446,0.709744036079555,0.711497845522034,0.710727316407589,0.709974478731043,0.710125109445651,0.707930593113285,0.704682138438836,0.692761089542232,0.681403133768626,0.670763219296406,0.653526148335996,0.629263949142279,0.608404703965308,0.593242131392638,0.580142776273392,0.55419782268101,0.530066214316313,0.50956858160735,0.488168022584972,0.481925925866131,0.477719194096803,0.476854502099274,0.475198148790228,0.478379257459272,0.477994841322968,0.478443402520241,0.480027930501389,0.490841655385085,0.495660285181023,0.499933748077363,0.503627999693055,0.490552746632565,0.463125411389962,0.441595740856272,0.413498357093144,0.398263955400353,0.387888590006556,0.38398299059782,0.401629150580199,0.418456813549296,0.429807669503753,0.442251005779881,0.458311379624991,0.468678518160323,0.471970100575622,0.476050025910551,0.474404294909607,0.474007415033256,0.485448021828263,0.499499786847191,0.513348820478575,0.527368649267132,0.537916670368312,0.55474010843086,0.561856597942882,0.583929702130506,0.599862149286356,0.626723702454239,0.658300783710845,0.71429041700164,0.763826203767888,0.79683669938466,0.830125983446724,0.853970990754975,0.872588062756677,0.892838241721348,0.907502341579181,0.918375947287474,0.927240698564442,0.936453903074477,0.941296029935461,0.945528645400645,0.949783017252555,0.953772026403584,0.958761725754349,0.962480113278107,0.965079298269514,0.968713001818289,0.970336306343591,0.971912219003773,0.973667875723539,0.975151989124615,0.97605557884971,0.976535149401537,0.977486228712347,0.978246308949279,0.977987357103745,0.977957923346889,0.977822716831117,0.977760977296511,0.977283854656291,0.977192180761939,0.97724605222762,0.976771956266071,0.976774318643292,0.976360190882239,0.97635751576358,0.976360516859879,0.976247705780349,0.976074851459267,0.975850720367276,0.975657503563489,0.975070697242339,0.974472102039414,0.973980440279117,0.973611677174796,0.973482960674537,0.973302116969818,0.973870970666364,0.973875703708821,0.973931420747829,0.973836550257001,0.973718442112217,0.973469396385992,0.972963994333174,0.972528911364946,0.971990091810091,0.970633238168204,0.970030809930887,0.969601057665294,0.969361549822128,0.969275070289822,0.968461222455343,0.967553794143012,0.966970238886498,0.966261275760978,0.965741033300231,0.965527364095927,0.964793203764616,0.963750604387711,0.961965959948293,0.960273673801684,0.958292524130377,0.955836126992428]]},&#34;evals&#34;:[],&#34;jsHooks&#34;:[]}&lt;/script&gt;
&lt;p&gt;It looks like the correlation has been above .4 for the last year and on the increase since the election in November. Peeking back up at the chart of the copper-gold ratio and yields, both those time series have been on the rise since the election as well. Investors seem bullish on the economy and an increase in interest rates.&lt;/p&gt;
&lt;p&gt;We can add further context with the minimum, maximum and mean rolling correlations and an event label for the election. Nothing complicated here but it’s a good use of the &lt;code&gt;dyLimit()&lt;/code&gt; and &lt;code&gt;dyEvent()&lt;/code&gt; functions.&lt;/p&gt;
&lt;pre class=&#34;r&#34;&gt;&lt;code&gt;  avg &amp;lt;- round(mean(rolling_cor,  na.rm = T), 2)

  mini &amp;lt;- round(min(rolling_cor,  na.rm = T), 2)
 
  maxi &amp;lt;- round(max(rolling_cor,  na.rm = T), 2)
  
dygraph(rolling_cor, main = &amp;quot;Rolling 90-day correlations Copper-Gold &amp;amp; 10-Year Yield&amp;quot;) %&amp;gt;% 
  dyLimit(avg, color = &amp;#39;purple&amp;#39;) %&amp;gt;% 
  dyLimit(mini, color = &amp;#39;red&amp;#39;) %&amp;gt;% 
  dyLimit(maxi, color = &amp;#39;blue&amp;#39;) %&amp;gt;% 
  dyEvent(&amp;quot;2016-11-08&amp;quot;, &amp;quot;Trump!&amp;quot;, labelLoc = &amp;quot;bottom&amp;quot;)&lt;/code&gt;&lt;/pre&gt;
&lt;div id=&#34;htmlwidget-4&#34; style=&#34;width:672px;height:480px;&#34; class=&#34;dygraphs html-widget&#34;&gt;&lt;/div&gt;
&lt;script type=&#34;application/json&#34; data-for=&#34;htmlwidget-4&#34;&gt;{&#34;x&#34;:{&#34;attrs&#34;:{&#34;title&#34;:&#34;Rolling 90-day correlations Copper-Gold &amp; 10-Year Yield&#34;,&#34;labels&#34;:[&#34;day&#34;,&#34;Copper/Gold 10-Year Correlation&#34;],&#34;legend&#34;:&#34;auto&#34;,&#34;retainDateWindow&#34;:false,&#34;axes&#34;:{&#34;x&#34;:{&#34;pixelsPerLabel&#34;:60}}},&#34;scale&#34;:&#34;daily&#34;,&#34;annotations&#34;:[],&#34;shadings&#34;:[],&#34;events&#34;:[{&#34;pos&#34;:0.46,&#34;labelLoc&#34;:&#34;left&#34;,&#34;color&#34;:&#34;purple&#34;,&#34;strokePattern&#34;:[7,3],&#34;axis&#34;:&#34;y&#34;},{&#34;pos&#34;:-0.69,&#34;labelLoc&#34;:&#34;left&#34;,&#34;color&#34;:&#34;red&#34;,&#34;strokePattern&#34;:[7,3],&#34;axis&#34;:&#34;y&#34;},{&#34;pos&#34;:0.98,&#34;labelLoc&#34;:&#34;left&#34;,&#34;color&#34;:&#34;blue&#34;,&#34;strokePattern&#34;:[7,3],&#34;axis&#34;:&#34;y&#34;},{&#34;pos&#34;:&#34;2016-11-08T00:00:00.000Z&#34;,&#34;label&#34;:&#34;Trump!&#34;,&#34;labelLoc&#34;:&#34;bottom&#34;,&#34;color&#34;:&#34;black&#34;,&#34;strokePattern&#34;:[7,3],&#34;axis&#34;:&#34;x&#34;}],&#34;format&#34;:&#34;date&#34;,&#34;data&#34;:[[&#34;2012-01-03T00:00:00.000Z&#34;,&#34;2012-01-04T00:00:00.000Z&#34;,&#34;2012-01-05T00:00:00.000Z&#34;,&#34;2012-01-06T00:00:00.000Z&#34;,&#34;2012-01-09T00:00:00.000Z&#34;,&#34;2012-01-10T00:00:00.000Z&#34;,&#34;2012-01-11T00:00:00.000Z&#34;,&#34;2012-01-12T00:00:00.000Z&#34;,&#34;2012-01-13T00:00:00.000Z&#34;,&#34;2012-01-17T00:00:00.000Z&#34;,&#34;2012-01-18T00:00:00.000Z&#34;,&#34;2012-01-19T00:00:00.000Z&#34;,&#34;2012-01-20T00:00:00.000Z&#34;,&#34;2012-01-23T00:00:00.000Z&#34;,&#34;2012-01-24T00:00:00.000Z&#34;,&#34;2012-01-25T00:00:00.000Z&#34;,&#34;2012-01-26T00:00:00.000Z&#34;,&#34;2012-01-27T00:00:00.000Z&#34;,&#34;2012-01-30T00:00:00.000Z&#34;,&#34;2012-01-31T00:00:00.000Z&#34;,&#34;2012-02-01T00:00:00.000Z&#34;,&#34;2012-02-02T00:00:00.000Z&#34;,&#34;2012-02-03T00:00:00.000Z&#34;,&#34;2012-02-06T00:00:00.000Z&#34;,&#34;2012-02-07T00:00:00.000Z&#34;,&#34;2012-02-08T00:00:00.000Z&#34;,&#34;2012-02-09T00:00:00.000Z&#34;,&#34;2012-02-10T00:00:00.000Z&#34;,&#34;2012-02-13T00:00:00.000Z&#34;,&#34;2012-02-14T00:00:00.000Z&#34;,&#34;2012-02-15T00:00:00.000Z&#34;,&#34;2012-02-16T00:00:00.000Z&#34;,&#34;2012-02-17T00:00:00.000Z&#34;,&#34;2012-02-21T00:00:00.000Z&#34;,&#34;2012-02-22T00:00:00.000Z&#34;,&#34;2012-02-23T00:00:00.000Z&#34;,&#34;2012-02-24T00:00:00.000Z&#34;,&#34;2012-02-27T00:00:00.000Z&#34;,&#34;2012-02-28T00:00:00.000Z&#34;,&#34;2012-02-29T00:00:00.000Z&#34;,&#34;2012-03-01T00:00:00.000Z&#34;,&#34;2012-03-02T00:00:00.000Z&#34;,&#34;2012-03-05T00:00:00.000Z&#34;,&#34;2012-03-06T00:00:00.000Z&#34;,&#34;2012-03-07T00:00:00.000Z&#34;,&#34;2012-03-08T00:00:00.000Z&#34;,&#34;2012-03-09T00:00:00.000Z&#34;,&#34;2012-03-12T00:00:00.000Z&#34;,&#34;2012-03-13T00:00:00.000Z&#34;,&#34;2012-03-14T00:00:00.000Z&#34;,&#34;2012-03-15T00:00:00.000Z&#34;,&#34;2012-03-16T00:00:00.000Z&#34;,&#34;2012-03-19T00:00:00.000Z&#34;,&#34;2012-03-20T00:00:00.000Z&#34;,&#34;2012-03-21T00:00:00.000Z&#34;,&#34;2012-03-22T00:00:00.000Z&#34;,&#34;2012-03-23T00:00:00.000Z&#34;,&#34;2012-03-26T00:00:00.000Z&#34;,&#34;2012-03-27T00:00:00.000Z&#34;,&#34;2012-03-28T00:00:00.000Z&#34;,&#34;2012-03-29T00:00:00.000Z&#34;,&#34;2012-03-30T00:00:00.000Z&#34;,&#34;2012-04-02T00:00:00.000Z&#34;,&#34;2012-04-03T00:00:00.000Z&#34;,&#34;2012-04-04T00:00:00.000Z&#34;,&#34;2012-04-05T00:00:00.000Z&#34;,&#34;2012-04-06T00:00:00.000Z&#34;,&#34;2012-04-09T00:00:00.000Z&#34;,&#34;2012-04-10T00:00:00.000Z&#34;,&#34;2012-04-11T00:00:00.000Z&#34;,&#34;2012-04-12T00:00:00.000Z&#34;,&#34;2012-04-13T00:00:00.000Z&#34;,&#34;2012-04-16T00:00:00.000Z&#34;,&#34;2012-04-17T00:00:00.000Z&#34;,&#34;2012-04-18T00:00:00.000Z&#34;,&#34;2012-04-19T00:00:00.000Z&#34;,&#34;2012-04-20T00:00:00.000Z&#34;,&#34;2012-04-23T00:00:00.000Z&#34;,&#34;2012-04-24T00:00:00.000Z&#34;,&#34;2012-04-25T00:00:00.000Z&#34;,&#34;2012-04-26T00:00:00.000Z&#34;,&#34;2012-04-27T00:00:00.000Z&#34;,&#34;2012-04-30T00:00:00.000Z&#34;,&#34;2012-05-01T00:00:00.000Z&#34;,&#34;2012-05-02T00:00:00.000Z&#34;,&#34;2012-05-03T00:00:00.000Z&#34;,&#34;2012-05-04T00:00:00.000Z&#34;,&#34;2012-05-07T00:00:00.000Z&#34;,&#34;2012-05-08T00:00:00.000Z&#34;,&#34;2012-05-09T00:00:00.000Z&#34;,&#34;2012-05-10T00:00:00.000Z&#34;,&#34;2012-05-11T00:00:00.000Z&#34;,&#34;2012-05-14T00:00:00.000Z&#34;,&#34;2012-05-15T00:00:00.000Z&#34;,&#34;2012-05-16T00:00:00.000Z&#34;,&#34;2012-05-17T00:00:00.000Z&#34;,&#34;2012-05-18T00:00:00.000Z&#34;,&#34;2012-05-21T00:00:00.000Z&#34;,&#34;2012-05-22T00:00:00.000Z&#34;,&#34;2012-05-23T00:00:00.000Z&#34;,&#34;2012-05-24T00:00:00.000Z&#34;,&#34;2012-05-25T00:00:00.000Z&#34;,&#34;2012-05-29T00:00:00.000Z&#34;,&#34;2012-05-30T00:00:00.000Z&#34;,&#34;2012-05-31T00:00:00.000Z&#34;,&#34;2012-06-01T00:00:00.000Z&#34;,&#34;2012-06-04T00:00:00.000Z&#34;,&#34;2012-06-05T00:00:00.000Z&#34;,&#34;2012-06-06T00:00:00.000Z&#34;,&#34;2012-06-07T00:00:00.000Z&#34;,&#34;2012-06-08T00:00:00.000Z&#34;,&#34;2012-06-11T00:00:00.000Z&#34;,&#34;2012-06-12T00:00:00.000Z&#34;,&#34;2012-06-13T00:00:00.000Z&#34;,&#34;2012-06-14T00:00:00.000Z&#34;,&#34;2012-06-15T00:00:00.000Z&#34;,&#34;2012-06-18T00:00:00.000Z&#34;,&#34;2012-06-19T00:00:00.000Z&#34;,&#34;2012-06-20T00:00:00.000Z&#34;,&#34;2012-06-21T00:00:00.000Z&#34;,&#34;2012-06-22T00:00:00.000Z&#34;,&#34;2012-06-25T00:00:00.000Z&#34;,&#34;2012-06-26T00:00:00.000Z&#34;,&#34;2012-06-27T00:00:00.000Z&#34;,&#34;2012-06-28T00:00:00.000Z&#34;,&#34;2012-06-29T00:00:00.000Z&#34;,&#34;2012-07-02T00:00:00.000Z&#34;,&#34;2012-07-03T00:00:00.000Z&#34;,&#34;2012-07-05T00:00:00.000Z&#34;,&#34;2012-07-06T00:00:00.000Z&#34;,&#34;2012-07-09T00:00:00.000Z&#34;,&#34;2012-07-10T00:00:00.000Z&#34;,&#34;2012-07-11T00:00:00.000Z&#34;,&#34;2012-07-12T00:00:00.000Z&#34;,&#34;2012-07-13T00:00:00.000Z&#34;,&#34;2012-07-16T00:00:00.000Z&#34;,&#34;2012-07-17T00:00:00.000Z&#34;,&#34;2012-07-18T00:00:00.000Z&#34;,&#34;2012-07-19T00:00:00.000Z&#34;,&#34;2012-07-20T00:00:00.000Z&#34;,&#34;2012-07-23T00:00:00.000Z&#34;,&#34;2012-07-24T00:00:00.000Z&#34;,&#34;2012-07-25T00:00:00.000Z&#34;,&#34;2012-07-26T00:00:00.000Z&#34;,&#34;2012-07-27T00:00:00.000Z&#34;,&#34;2012-07-30T00:00:00.000Z&#34;,&#34;2012-07-31T00:00:00.000Z&#34;,&#34;2012-08-01T00:00:00.000Z&#34;,&#34;2012-08-02T00:00:00.000Z&#34;,&#34;2012-08-03T00:00:00.000Z&#34;,&#34;2012-08-06T00:00:00.000Z&#34;,&#34;2012-08-07T00:00:00.000Z&#34;,&#34;2012-08-08T00:00:00.000Z&#34;,&#34;2012-08-09T00:00:00.000Z&#34;,&#34;2012-08-10T00:00:00.000Z&#34;,&#34;2012-08-13T00:00:00.000Z&#34;,&#34;2012-08-14T00:00:00.000Z&#34;,&#34;2012-08-15T00:00:00.000Z&#34;,&#34;2012-08-16T00:00:00.000Z&#34;,&#34;2012-08-17T00:00:00.000Z&#34;,&#34;2012-08-20T00:00:00.000Z&#34;,&#34;2012-08-21T00:00:00.000Z&#34;,&#34;2012-08-22T00:00:00.000Z&#34;,&#34;2012-08-23T00:00:00.000Z&#34;,&#34;2012-08-24T00:00:00.000Z&#34;,&#34;2012-08-27T00:00:00.000Z&#34;,&#34;2012-08-28T00:00:00.000Z&#34;,&#34;2012-08-29T00:00:00.000Z&#34;,&#34;2012-08-30T00:00:00.000Z&#34;,&#34;2012-08-31T00:00:00.000Z&#34;,&#34;2012-09-04T00:00:00.000Z&#34;,&#34;2012-09-05T00:00:00.000Z&#34;,&#34;2012-09-06T00:00:00.000Z&#34;,&#34;2012-09-07T00:00:00.000Z&#34;,&#34;2012-09-10T00:00:00.000Z&#34;,&#34;2012-09-11T00:00:00.000Z&#34;,&#34;2012-09-12T00:00:00.000Z&#34;,&#34;2012-09-13T00:00:00.000Z&#34;,&#34;2012-09-14T00:00:00.000Z&#34;,&#34;2012-09-17T00:00:00.000Z&#34;,&#34;2012-09-18T00:00:00.000Z&#34;,&#34;2012-09-19T00:00:00.000Z&#34;,&#34;2012-09-20T00:00:00.000Z&#34;,&#34;2012-09-21T00:00:00.000Z&#34;,&#34;2012-09-24T00:00:00.000Z&#34;,&#34;2012-09-25T00:00:00.000Z&#34;,&#34;2012-09-26T00:00:00.000Z&#34;,&#34;2012-09-27T00:00:00.000Z&#34;,&#34;2012-09-28T00:00:00.000Z&#34;,&#34;2012-10-01T00:00:00.000Z&#34;,&#34;2012-10-02T00:00:00.000Z&#34;,&#34;2012-10-03T00:00:00.000Z&#34;,&#34;2012-10-04T00:00:00.000Z&#34;,&#34;2012-10-05T00:00:00.000Z&#34;,&#34;2012-10-08T00:00:00.000Z&#34;,&#34;2012-10-09T00:00:00.000Z&#34;,&#34;2012-10-10T00:00:00.000Z&#34;,&#34;2012-10-11T00:00:00.000Z&#34;,&#34;2012-10-12T00:00:00.000Z&#34;,&#34;2012-10-15T00:00:00.000Z&#34;,&#34;2012-10-16T00:00:00.000Z&#34;,&#34;2012-10-17T00:00:00.000Z&#34;,&#34;2012-10-18T00:00:00.000Z&#34;,&#34;2012-10-19T00:00:00.000Z&#34;,&#34;2012-10-22T00:00:00.000Z&#34;,&#34;2012-10-23T00:00:00.000Z&#34;,&#34;2012-10-24T00:00:00.000Z&#34;,&#34;2012-10-25T00:00:00.000Z&#34;,&#34;2012-10-26T00:00:00.000Z&#34;,&#34;2012-10-29T00:00:00.000Z&#34;,&#34;2012-10-30T00:00:00.000Z&#34;,&#34;2012-10-31T00:00:00.000Z&#34;,&#34;2012-11-01T00:00:00.000Z&#34;,&#34;2012-11-02T00:00:00.000Z&#34;,&#34;2012-11-05T00:00:00.000Z&#34;,&#34;2012-11-06T00:00:00.000Z&#34;,&#34;2012-11-07T00:00:00.000Z&#34;,&#34;2012-11-08T00:00:00.000Z&#34;,&#34;2012-11-09T00:00:00.000Z&#34;,&#34;2012-11-12T00:00:00.000Z&#34;,&#34;2012-11-13T00:00:00.000Z&#34;,&#34;2012-11-14T00:00:00.000Z&#34;,&#34;2012-11-15T00:00:00.000Z&#34;,&#34;2012-11-16T00:00:00.000Z&#34;,&#34;2012-11-19T00:00:00.000Z&#34;,&#34;2012-11-20T00:00:00.000Z&#34;,&#34;2012-11-21T00:00:00.000Z&#34;,&#34;2012-11-23T00:00:00.000Z&#34;,&#34;2012-11-26T00:00:00.000Z&#34;,&#34;2012-11-27T00:00:00.000Z&#34;,&#34;2012-11-28T00:00:00.000Z&#34;,&#34;2012-11-29T00:00:00.000Z&#34;,&#34;2012-11-30T00:00:00.000Z&#34;,&#34;2012-12-03T00:00:00.000Z&#34;,&#34;2012-12-04T00:00:00.000Z&#34;,&#34;2012-12-05T00:00:00.000Z&#34;,&#34;2012-12-06T00:00:00.000Z&#34;,&#34;2012-12-07T00:00:00.000Z&#34;,&#34;2012-12-10T00:00:00.000Z&#34;,&#34;2012-12-11T00:00:00.000Z&#34;,&#34;2012-12-12T00:00:00.000Z&#34;,&#34;2012-12-13T00:00:00.000Z&#34;,&#34;2012-12-14T00:00:00.000Z&#34;,&#34;2012-12-17T00:00:00.000Z&#34;,&#34;2012-12-18T00:00:00.000Z&#34;,&#34;2012-12-19T00:00:00.000Z&#34;,&#34;2012-12-20T00:00:00.000Z&#34;,&#34;2012-12-21T00:00:00.000Z&#34;,&#34;2012-12-24T00:00:00.000Z&#34;,&#34;2012-12-26T00:00:00.000Z&#34;,&#34;2012-12-27T00:00:00.000Z&#34;,&#34;2012-12-28T00:00:00.000Z&#34;,&#34;2012-12-31T00:00:00.000Z&#34;,&#34;2013-01-02T00:00:00.000Z&#34;,&#34;2013-01-03T00:00:00.000Z&#34;,&#34;2013-01-04T00:00:00.000Z&#34;,&#34;2013-01-07T00:00:00.000Z&#34;,&#34;2013-01-08T00:00:00.000Z&#34;,&#34;2013-01-09T00:00:00.000Z&#34;,&#34;2013-01-10T00:00:00.000Z&#34;,&#34;2013-01-11T00:00:00.000Z&#34;,&#34;2013-01-14T00:00:00.000Z&#34;,&#34;2013-01-15T00:00:00.000Z&#34;,&#34;2013-01-16T00:00:00.000Z&#34;,&#34;2013-01-17T00:00:00.000Z&#34;,&#34;2013-01-18T00:00:00.000Z&#34;,&#34;2013-01-22T00:00:00.000Z&#34;,&#34;2013-01-23T00:00:00.000Z&#34;,&#34;2013-01-24T00:00:00.000Z&#34;,&#34;2013-01-25T00:00:00.000Z&#34;,&#34;2013-01-28T00:00:00.000Z&#34;,&#34;2013-01-29T00:00:00.000Z&#34;,&#34;2013-01-30T00:00:00.000Z&#34;,&#34;2013-01-31T00:00:00.000Z&#34;,&#34;2013-02-01T00:00:00.000Z&#34;,&#34;2013-02-04T00:00:00.000Z&#34;,&#34;2013-02-05T00:00:00.000Z&#34;,&#34;2013-02-06T00:00:00.000Z&#34;,&#34;2013-02-07T00:00:00.000Z&#34;,&#34;2013-02-08T00:00:00.000Z&#34;,&#34;2013-02-11T00:00:00.000Z&#34;,&#34;2013-02-12T00:00:00.000Z&#34;,&#34;2013-02-13T00:00:00.000Z&#34;,&#34;2013-02-14T00:00:00.000Z&#34;,&#34;2013-02-15T00:00:00.000Z&#34;,&#34;2013-02-19T00:00:00.000Z&#34;,&#34;2013-02-20T00:00:00.000Z&#34;,&#34;2013-02-21T00:00:00.000Z&#34;,&#34;2013-02-22T00:00:00.000Z&#34;,&#34;2013-02-25T00:00:00.000Z&#34;,&#34;2013-02-26T00:00:00.000Z&#34;,&#34;2013-02-27T00:00:00.000Z&#34;,&#34;2013-02-28T00:00:00.000Z&#34;,&#34;2013-03-01T00:00:00.000Z&#34;,&#34;2013-03-04T00:00:00.000Z&#34;,&#34;2013-03-05T00:00:00.000Z&#34;,&#34;2013-03-06T00:00:00.000Z&#34;,&#34;2013-03-07T00:00:00.000Z&#34;,&#34;2013-03-08T00:00:00.000Z&#34;,&#34;2013-03-11T00:00:00.000Z&#34;,&#34;2013-03-12T00:00:00.000Z&#34;,&#34;2013-03-13T00:00:00.000Z&#34;,&#34;2013-03-14T00:00:00.000Z&#34;,&#34;2013-03-15T00:00:00.000Z&#34;,&#34;2013-03-18T00:00:00.000Z&#34;,&#34;2013-03-19T00:00:00.000Z&#34;,&#34;2013-03-20T00:00:00.000Z&#34;,&#34;2013-03-21T00:00:00.000Z&#34;,&#34;2013-03-22T00:00:00.000Z&#34;,&#34;2013-03-25T00:00:00.000Z&#34;,&#34;2013-03-26T00:00:00.000Z&#34;,&#34;2013-03-27T00:00:00.000Z&#34;,&#34;2013-03-28T00:00:00.000Z&#34;,&#34;2013-04-01T00:00:00.000Z&#34;,&#34;2013-04-02T00:00:00.000Z&#34;,&#34;2013-04-03T00:00:00.000Z&#34;,&#34;2013-04-04T00:00:00.000Z&#34;,&#34;2013-04-05T00:00:00.000Z&#34;,&#34;2013-04-08T00:00:00.000Z&#34;,&#34;2013-04-09T00:00:00.000Z&#34;,&#34;2013-04-10T00:00:00.000Z&#34;,&#34;2013-04-11T00:00:00.000Z&#34;,&#34;2013-04-12T00:00:00.000Z&#34;,&#34;2013-04-15T00:00:00.000Z&#34;,&#34;2013-04-16T00:00:00.000Z&#34;,&#34;2013-04-17T00:00:00.000Z&#34;,&#34;2013-04-18T00:00:00.000Z&#34;,&#34;2013-04-19T00:00:00.000Z&#34;,&#34;2013-04-22T00:00:00.000Z&#34;,&#34;2013-04-23T00:00:00.000Z&#34;,&#34;2013-04-24T00:00:00.000Z&#34;,&#34;2013-04-25T00:00:00.000Z&#34;,&#34;2013-04-26T00:00:00.000Z&#34;,&#34;2013-04-29T00:00:00.000Z&#34;,&#34;2013-04-30T00:00:00.000Z&#34;,&#34;2013-05-01T00:00:00.000Z&#34;,&#34;2013-05-02T00:00:00.000Z&#34;,&#34;2013-05-03T00:00:00.000Z&#34;,&#34;2013-05-06T00:00:00.000Z&#34;,&#34;2013-05-07T00:00:00.000Z&#34;,&#34;2013-05-08T00:00:00.000Z&#34;,&#34;2013-05-09T00:00:00.000Z&#34;,&#34;2013-05-10T00:00:00.000Z&#34;,&#34;2013-05-13T00:00:00.000Z&#34;,&#34;2013-05-14T00:00:00.000Z&#34;,&#34;2013-05-15T00:00:00.000Z&#34;,&#34;2013-05-16T00:00:00.000Z&#34;,&#34;2013-05-17T00:00:00.000Z&#34;,&#34;2013-05-20T00:00:00.000Z&#34;,&#34;2013-05-21T00:00:00.000Z&#34;,&#34;2013-05-22T00:00:00.000Z&#34;,&#34;2013-05-23T00:00:00.000Z&#34;,&#34;2013-05-24T00:00:00.000Z&#34;,&#34;2013-05-28T00:00:00.000Z&#34;,&#34;2013-05-29T00:00:00.000Z&#34;,&#34;2013-05-30T00:00:00.000Z&#34;,&#34;2013-05-31T00:00:00.000Z&#34;,&#34;2013-06-03T00:00:00.000Z&#34;,&#34;2013-06-04T00:00:00.000Z&#34;,&#34;2013-06-05T00:00:00.000Z&#34;,&#34;2013-06-06T00:00:00.000Z&#34;,&#34;2013-06-07T00:00:00.000Z&#34;,&#34;2013-06-10T00:00:00.000Z&#34;,&#34;2013-06-11T00:00:00.000Z&#34;,&#34;2013-06-12T00:00:00.000Z&#34;,&#34;2013-06-13T00:00:00.000Z&#34;,&#34;2013-06-14T00:00:00.000Z&#34;,&#34;2013-06-17T00:00:00.000Z&#34;,&#34;2013-06-18T00:00:00.000Z&#34;,&#34;2013-06-19T00:00:00.000Z&#34;,&#34;2013-06-20T00:00:00.000Z&#34;,&#34;2013-06-21T00:00:00.000Z&#34;,&#34;2013-06-24T00:00:00.000Z&#34;,&#34;2013-06-25T00:00:00.000Z&#34;,&#34;2013-06-26T00:00:00.000Z&#34;,&#34;2013-06-27T00:00:00.000Z&#34;,&#34;2013-06-28T00:00:00.000Z&#34;,&#34;2013-07-01T00:00:00.000Z&#34;,&#34;2013-07-02T00:00:00.000Z&#34;,&#34;2013-07-03T00:00:00.000Z&#34;,&#34;2013-07-05T00:00:00.000Z&#34;,&#34;2013-07-08T00:00:00.000Z&#34;,&#34;2013-07-09T00:00:00.000Z&#34;,&#34;2013-07-10T00:00:00.000Z&#34;,&#34;2013-07-11T00:00:00.000Z&#34;,&#34;2013-07-12T00:00:00.000Z&#34;,&#34;2013-07-15T00:00:00.000Z&#34;,&#34;2013-07-16T00:00:00.000Z&#34;,&#34;2013-07-17T00:00:00.000Z&#34;,&#34;2013-07-18T00:00:00.000Z&#34;,&#34;2013-07-19T00:00:00.000Z&#34;,&#34;2013-07-22T00:00:00.000Z&#34;,&#34;2013-07-23T00:00:00.000Z&#34;,&#34;2013-07-24T00:00:00.000Z&#34;,&#34;2013-07-25T00:00:00.000Z&#34;,&#34;2013-07-26T00:00:00.000Z&#34;,&#34;2013-07-29T00:00:00.000Z&#34;,&#34;2013-07-30T00:00:00.000Z&#34;,&#34;2013-07-31T00:00:00.000Z&#34;,&#34;2013-08-01T00:00:00.000Z&#34;,&#34;2013-08-02T00:00:00.000Z&#34;,&#34;2013-08-05T00:00:00.000Z&#34;,&#34;2013-08-06T00:00:00.000Z&#34;,&#34;2013-08-07T00:00:00.000Z&#34;,&#34;2013-08-08T00:00:00.000Z&#34;,&#34;2013-08-09T00:00:00.000Z&#34;,&#34;2013-08-12T00:00:00.000Z&#34;,&#34;2013-08-13T00:00:00.000Z&#34;,&#34;2013-08-14T00:00:00.000Z&#34;,&#34;2013-08-15T00:00:00.000Z&#34;,&#34;2013-08-16T00:00:00.000Z&#34;,&#34;2013-08-19T00:00:00.000Z&#34;,&#34;2013-08-20T00:00:00.000Z&#34;,&#34;2013-08-21T00:00:00.000Z&#34;,&#34;2013-08-22T00:00:00.000Z&#34;,&#34;2013-08-23T00:00:00.000Z&#34;,&#34;2013-08-26T00:00:00.000Z&#34;,&#34;2013-08-27T00:00:00.000Z&#34;,&#34;2013-08-28T00:00:00.000Z&#34;,&#34;2013-08-29T00:00:00.000Z&#34;,&#34;2013-08-30T00:00:00.000Z&#34;,&#34;2013-09-03T00:00:00.000Z&#34;,&#34;2013-09-04T00:00:00.000Z&#34;,&#34;2013-09-05T00:00:00.000Z&#34;,&#34;2013-09-06T00:00:00.000Z&#34;,&#34;2013-09-09T00:00:00.000Z&#34;,&#34;2013-09-10T00:00:00.000Z&#34;,&#34;2013-09-11T00:00:00.000Z&#34;,&#34;2013-09-12T00:00:00.000Z&#34;,&#34;2013-09-13T00:00:00.000Z&#34;,&#34;2013-09-16T00:00:00.000Z&#34;,&#34;2013-09-17T00:00:00.000Z&#34;,&#34;2013-09-18T00:00:00.000Z&#34;,&#34;2013-09-19T00:00:00.000Z&#34;,&#34;2013-09-20T00:00:00.000Z&#34;,&#34;2013-09-23T00:00:00.000Z&#34;,&#34;2013-09-24T00:00:00.000Z&#34;,&#34;2013-09-25T00:00:00.000Z&#34;,&#34;2013-09-26T00:00:00.000Z&#34;,&#34;2013-09-27T00:00:00.000Z&#34;,&#34;2013-09-30T00:00:00.000Z&#34;,&#34;2013-10-01T00:00:00.000Z&#34;,&#34;2013-10-02T00:00:00.000Z&#34;,&#34;2013-10-03T00:00:00.000Z&#34;,&#34;2013-10-04T00:00:00.000Z&#34;,&#34;2013-10-07T00:00:00.000Z&#34;,&#34;2013-10-08T00:00:00.000Z&#34;,&#34;2013-10-09T00:00:00.000Z&#34;,&#34;2013-10-10T00:00:00.000Z&#34;,&#34;2013-10-11T00:00:00.000Z&#34;,&#34;2013-10-14T00:00:00.000Z&#34;,&#34;2013-10-15T00:00:00.000Z&#34;,&#34;2013-10-16T00:00:00.000Z&#34;,&#34;2013-10-17T00:00:00.000Z&#34;,&#34;2013-10-18T00:00:00.000Z&#34;,&#34;2013-10-21T00:00:00.000Z&#34;,&#34;2013-10-22T00:00:00.000Z&#34;,&#34;2013-10-23T00:00:00.000Z&#34;,&#34;2013-10-24T00:00:00.000Z&#34;,&#34;2013-10-25T00:00:00.000Z&#34;,&#34;2013-10-28T00:00:00.000Z&#34;,&#34;2013-10-29T00:00:00.000Z&#34;,&#34;2013-10-30T00:00:00.000Z&#34;,&#34;2013-10-31T00:00:00.000Z&#34;,&#34;2013-11-01T00:00:00.000Z&#34;,&#34;2013-11-04T00:00:00.000Z&#34;,&#34;2013-11-05T00:00:00.000Z&#34;,&#34;2013-11-06T00:00:00.000Z&#34;,&#34;2013-11-07T00:00:00.000Z&#34;,&#34;2013-11-08T00:00:00.000Z&#34;,&#34;2013-11-11T00:00:00.000Z&#34;,&#34;2013-11-12T00:00:00.000Z&#34;,&#34;2013-11-13T00:00:00.000Z&#34;,&#34;2013-11-14T00:00:00.000Z&#34;,&#34;2013-11-15T00:00:00.000Z&#34;,&#34;2013-11-18T00:00:00.000Z&#34;,&#34;2013-11-19T00:00:00.000Z&#34;,&#34;2013-11-20T00:00:00.000Z&#34;,&#34;2013-11-21T00:00:00.000Z&#34;,&#34;2013-11-22T00:00:00.000Z&#34;,&#34;2013-11-25T00:00:00.000Z&#34;,&#34;2013-11-26T00:00:00.000Z&#34;,&#34;2013-11-27T00:00:00.000Z&#34;,&#34;2013-11-29T00:00:00.000Z&#34;,&#34;2013-12-02T00:00:00.000Z&#34;,&#34;2013-12-03T00:00:00.000Z&#34;,&#34;2013-12-04T00:00:00.000Z&#34;,&#34;2013-12-05T00:00:00.000Z&#34;,&#34;2013-12-06T00:00:00.000Z&#34;,&#34;2013-12-09T00:00:00.000Z&#34;,&#34;2013-12-10T00:00:00.000Z&#34;,&#34;2013-12-11T00:00:00.000Z&#34;,&#34;2013-12-12T00:00:00.000Z&#34;,&#34;2013-12-13T00:00:00.000Z&#34;,&#34;2013-12-16T00:00:00.000Z&#34;,&#34;2013-12-17T00:00:00.000Z&#34;,&#34;2013-12-18T00:00:00.000Z&#34;,&#34;2013-12-19T00:00:00.000Z&#34;,&#34;2013-12-20T00:00:00.000Z&#34;,&#34;2013-12-23T00:00:00.000Z&#34;,&#34;2013-12-24T00:00:00.000Z&#34;,&#34;2013-12-26T00:00:00.000Z&#34;,&#34;2013-12-27T00:00:00.000Z&#34;,&#34;2013-12-30T00:00:00.000Z&#34;,&#34;2013-12-31T00:00:00.000Z&#34;,&#34;2014-01-02T00:00:00.000Z&#34;,&#34;2014-01-03T00:00:00.000Z&#34;,&#34;2014-01-06T00:00:00.000Z&#34;,&#34;2014-01-07T00:00:00.000Z&#34;,&#34;2014-01-08T00:00:00.000Z&#34;,&#34;2014-01-09T00:00:00.000Z&#34;,&#34;2014-01-10T00:00:00.000Z&#34;,&#34;2014-01-13T00:00:00.000Z&#34;,&#34;2014-01-14T00:00:00.000Z&#34;,&#34;2014-01-15T00:00:00.000Z&#34;,&#34;2014-01-16T00:00:00.000Z&#34;,&#34;2014-01-17T00:00:00.000Z&#34;,&#34;2014-01-21T00:00:00.000Z&#34;,&#34;2014-01-22T00:00:00.000Z&#34;,&#34;2014-01-23T00:00:00.000Z&#34;,&#34;2014-01-24T00:00:00.000Z&#34;,&#34;2014-01-27T00:00:00.000Z&#34;,&#34;2014-01-28T00:00:00.000Z&#34;,&#34;2014-01-29T00:00:00.000Z&#34;,&#34;2014-01-30T00:00:00.000Z&#34;,&#34;2014-01-31T00:00:00.000Z&#34;,&#34;2014-02-03T00:00:00.000Z&#34;,&#34;2014-02-04T00:00:00.000Z&#34;,&#34;2014-02-05T00:00:00.000Z&#34;,&#34;2014-02-06T00:00:00.000Z&#34;,&#34;2014-02-07T00:00:00.000Z&#34;,&#34;2014-02-10T00:00:00.000Z&#34;,&#34;2014-02-11T00:00:00.000Z&#34;,&#34;2014-02-12T00:00:00.000Z&#34;,&#34;2014-02-13T00:00:00.000Z&#34;,&#34;2014-02-14T00:00:00.000Z&#34;,&#34;2014-02-18T00:00:00.000Z&#34;,&#34;2014-02-19T00:00:00.000Z&#34;,&#34;2014-02-20T00:00:00.000Z&#34;,&#34;2014-02-21T00:00:00.000Z&#34;,&#34;2014-02-24T00:00:00.000Z&#34;,&#34;2014-02-25T00:00:00.000Z&#34;,&#34;2014-02-26T00:00:00.000Z&#34;,&#34;2014-02-27T00:00:00.000Z&#34;,&#34;2014-02-28T00:00:00.000Z&#34;,&#34;2014-03-03T00:00:00.000Z&#34;,&#34;2014-03-04T00:00:00.000Z&#34;,&#34;2014-03-05T00:00:00.000Z&#34;,&#34;2014-03-06T00:00:00.000Z&#34;,&#34;2014-03-07T00:00:00.000Z&#34;,&#34;2014-03-10T00:00:00.000Z&#34;,&#34;2014-03-11T00:00:00.000Z&#34;,&#34;2014-03-12T00:00:00.000Z&#34;,&#34;2014-03-13T00:00:00.000Z&#34;,&#34;2014-03-14T00:00:00.000Z&#34;,&#34;2014-03-17T00:00:00.000Z&#34;,&#34;2014-03-18T00:00:00.000Z&#34;,&#34;2014-03-19T00:00:00.000Z&#34;,&#34;2014-03-20T00:00:00.000Z&#34;,&#34;2014-03-21T00:00:00.000Z&#34;,&#34;2014-03-24T00:00:00.000Z&#34;,&#34;2014-03-25T00:00:00.000Z&#34;,&#34;2014-03-26T00:00:00.000Z&#34;,&#34;2014-03-27T00:00:00.000Z&#34;,&#34;2014-03-28T00:00:00.000Z&#34;,&#34;2014-03-31T00:00:00.000Z&#34;,&#34;2014-04-01T00:00:00.000Z&#34;,&#34;2014-04-02T00:00:00.000Z&#34;,&#34;2014-04-03T00:00:00.000Z&#34;,&#34;2014-04-04T00:00:00.000Z&#34;,&#34;2014-04-07T00:00:00.000Z&#34;,&#34;2014-04-08T00:00:00.000Z&#34;,&#34;2014-04-09T00:00:00.000Z&#34;,&#34;2014-04-10T00:00:00.000Z&#34;,&#34;2014-04-11T00:00:00.000Z&#34;,&#34;2014-04-14T00:00:00.000Z&#34;,&#34;2014-04-15T00:00:00.000Z&#34;,&#34;2014-04-16T00:00:00.000Z&#34;,&#34;2014-04-17T00:00:00.000Z&#34;,&#34;2014-04-21T00:00:00.000Z&#34;,&#34;2014-04-22T00:00:00.000Z&#34;,&#34;2014-04-23T00:00:00.000Z&#34;,&#34;2014-04-24T00:00:00.000Z&#34;,&#34;2014-04-25T00:00:00.000Z&#34;,&#34;2014-04-28T00:00:00.000Z&#34;,&#34;2014-04-29T00:00:00.000Z&#34;,&#34;2014-04-30T00:00:00.000Z&#34;,&#34;2014-05-01T00:00:00.000Z&#34;,&#34;2014-05-02T00:00:00.000Z&#34;,&#34;2014-05-05T00:00:00.000Z&#34;,&#34;2014-05-06T00:00:00.000Z&#34;,&#34;2014-05-07T00:00:00.000Z&#34;,&#34;2014-05-08T00:00:00.000Z&#34;,&#34;2014-05-09T00:00:00.000Z&#34;,&#34;2014-05-12T00:00:00.000Z&#34;,&#34;2014-05-13T00:00:00.000Z&#34;,&#34;2014-05-14T00:00:00.000Z&#34;,&#34;2014-05-15T00:00:00.000Z&#34;,&#34;2014-05-16T00:00:00.000Z&#34;,&#34;2014-05-19T00:00:00.000Z&#34;,&#34;2014-05-20T00:00:00.000Z&#34;,&#34;2014-05-21T00:00:00.000Z&#34;,&#34;2014-05-22T00:00:00.000Z&#34;,&#34;2014-05-23T00:00:00.000Z&#34;,&#34;2014-05-27T00:00:00.000Z&#34;,&#34;2014-05-28T00:00:00.000Z&#34;,&#34;2014-05-29T00:00:00.000Z&#34;,&#34;2014-05-30T00:00:00.000Z&#34;,&#34;2014-06-02T00:00:00.000Z&#34;,&#34;2014-06-03T00:00:00.000Z&#34;,&#34;2014-06-04T00:00:00.000Z&#34;,&#34;2014-06-05T00:00:00.000Z&#34;,&#34;2014-06-06T00:00:00.000Z&#34;,&#34;2014-06-09T00:00:00.000Z&#34;,&#34;2014-06-10T00:00:00.000Z&#34;,&#34;2014-06-11T00:00:00.000Z&#34;,&#34;2014-06-12T00:00:00.000Z&#34;,&#34;2014-06-13T00:00:00.000Z&#34;,&#34;2014-06-16T00:00:00.000Z&#34;,&#34;2014-06-17T00:00:00.000Z&#34;,&#34;2014-06-18T00:00:00.000Z&#34;,&#34;2014-06-19T00:00:00.000Z&#34;,&#34;2014-06-20T00:00:00.000Z&#34;,&#34;2014-06-23T00:00:00.000Z&#34;,&#34;2014-06-24T00:00:00.000Z&#34;,&#34;2014-06-25T00:00:00.000Z&#34;,&#34;2014-06-26T00:00:00.000Z&#34;,&#34;2014-06-27T00:00:00.000Z&#34;,&#34;2014-06-30T00:00:00.000Z&#34;,&#34;2014-07-01T00:00:00.000Z&#34;,&#34;2014-07-02T00:00:00.000Z&#34;,&#34;2014-07-03T00:00:00.000Z&#34;,&#34;2014-07-07T00:00:00.000Z&#34;,&#34;2014-07-08T00:00:00.000Z&#34;,&#34;2014-07-09T00:00:00.000Z&#34;,&#34;2014-07-10T00:00:00.000Z&#34;,&#34;2014-07-11T00:00:00.000Z&#34;,&#34;2014-07-14T00:00:00.000Z&#34;,&#34;2014-07-15T00:00:00.000Z&#34;,&#34;2014-07-16T00:00:00.000Z&#34;,&#34;2014-07-17T00:00:00.000Z&#34;,&#34;2014-07-18T00:00:00.000Z&#34;,&#34;2014-07-21T00:00:00.000Z&#34;,&#34;2014-07-22T00:00:00.000Z&#34;,&#34;2014-07-23T00:00:00.000Z&#34;,&#34;2014-07-24T00:00:00.000Z&#34;,&#34;2014-07-25T00:00:00.000Z&#34;,&#34;2014-07-28T00:00:00.000Z&#34;,&#34;2014-07-29T00:00:00.000Z&#34;,&#34;2014-07-30T00:00:00.000Z&#34;,&#34;2014-07-31T00:00:00.000Z&#34;,&#34;2014-08-01T00:00:00.000Z&#34;,&#34;2014-08-04T00:00:00.000Z&#34;,&#34;2014-08-05T00:00:00.000Z&#34;,&#34;2014-08-06T00:00:00.000Z&#34;,&#34;2014-08-07T00:00:00.000Z&#34;,&#34;2014-08-08T00:00:00.000Z&#34;,&#34;2014-08-11T00:00:00.000Z&#34;,&#34;2014-08-12T00:00:00.000Z&#34;,&#34;2014-08-13T00:00:00.000Z&#34;,&#34;2014-08-14T00:00:00.000Z&#34;,&#34;2014-08-15T00:00:00.000Z&#34;,&#34;2014-08-18T00:00:00.000Z&#34;,&#34;2014-08-19T00:00:00.000Z&#34;,&#34;2014-08-20T00:00:00.000Z&#34;,&#34;2014-08-21T00:00:00.000Z&#34;,&#34;2014-08-22T00:00:00.000Z&#34;,&#34;2014-08-25T00:00:00.000Z&#34;,&#34;2014-08-26T00:00:00.000Z&#34;,&#34;2014-08-27T00:00:00.000Z&#34;,&#34;2014-08-28T00:00:00.000Z&#34;,&#34;2014-08-29T00:00:00.000Z&#34;,&#34;2014-09-02T00:00:00.000Z&#34;,&#34;2014-09-03T00:00:00.000Z&#34;,&#34;2014-09-04T00:00:00.000Z&#34;,&#34;2014-09-05T00:00:00.000Z&#34;,&#34;2014-09-08T00:00:00.000Z&#34;,&#34;2014-09-09T00:00:00.000Z&#34;,&#34;2014-09-10T00:00:00.000Z&#34;,&#34;2014-09-11T00:00:00.000Z&#34;,&#34;2014-09-12T00:00:00.000Z&#34;,&#34;2014-09-15T00:00:00.000Z&#34;,&#34;2014-09-16T00:00:00.000Z&#34;,&#34;2014-09-17T00:00:00.000Z&#34;,&#34;2014-09-18T00:00:00.000Z&#34;,&#34;2014-09-19T00:00:00.000Z&#34;,&#34;2014-09-22T00:00:00.000Z&#34;,&#34;2014-09-23T00:00:00.000Z&#34;,&#34;2014-09-24T00:00:00.000Z&#34;,&#34;2014-09-25T00:00:00.000Z&#34;,&#34;2014-09-26T00:00:00.000Z&#34;,&#34;2014-09-29T00:00:00.000Z&#34;,&#34;2014-09-30T00:00:00.000Z&#34;,&#34;2014-10-01T00:00:00.000Z&#34;,&#34;2014-10-02T00:00:00.000Z&#34;,&#34;2014-10-03T00:00:00.000Z&#34;,&#34;2014-10-06T00:00:00.000Z&#34;,&#34;2014-10-07T00:00:00.000Z&#34;,&#34;2014-10-08T00:00:00.000Z&#34;,&#34;2014-10-09T00:00:00.000Z&#34;,&#34;2014-10-10T00:00:00.000Z&#34;,&#34;2014-10-13T00:00:00.000Z&#34;,&#34;2014-10-14T00:00:00.000Z&#34;,&#34;2014-10-15T00:00:00.000Z&#34;,&#34;2014-10-16T00:00:00.000Z&#34;,&#34;2014-10-17T00:00:00.000Z&#34;,&#34;2014-10-20T00:00:00.000Z&#34;,&#34;2014-10-21T00:00:00.000Z&#34;,&#34;2014-10-22T00:00:00.000Z&#34;,&#34;2014-10-23T00:00:00.000Z&#34;,&#34;2014-10-24T00:00:00.000Z&#34;,&#34;2014-10-27T00:00:00.000Z&#34;,&#34;2014-10-28T00:00:00.000Z&#34;,&#34;2014-10-29T00:00:00.000Z&#34;,&#34;2014-10-30T00:00:00.000Z&#34;,&#34;2014-10-31T00:00:00.000Z&#34;,&#34;2014-11-03T00:00:00.000Z&#34;,&#34;2014-11-04T00:00:00.000Z&#34;,&#34;2014-11-05T00:00:00.000Z&#34;,&#34;2014-11-06T00:00:00.000Z&#34;,&#34;2014-11-07T00:00:00.000Z&#34;,&#34;2014-11-10T00:00:00.000Z&#34;,&#34;2014-11-11T00:00:00.000Z&#34;,&#34;2014-11-12T00:00:00.000Z&#34;,&#34;2014-11-13T00:00:00.000Z&#34;,&#34;2014-11-14T00:00:00.000Z&#34;,&#34;2014-11-17T00:00:00.000Z&#34;,&#34;2014-11-18T00:00:00.000Z&#34;,&#34;2014-11-19T00:00:00.000Z&#34;,&#34;2014-11-20T00:00:00.000Z&#34;,&#34;2014-11-21T00:00:00.000Z&#34;,&#34;2014-11-24T00:00:00.000Z&#34;,&#34;2014-11-25T00:00:00.000Z&#34;,&#34;2014-11-26T00:00:00.000Z&#34;,&#34;2014-11-28T00:00:00.000Z&#34;,&#34;2014-12-01T00:00:00.000Z&#34;,&#34;2014-12-02T00:00:00.000Z&#34;,&#34;2014-12-03T00:00:00.000Z&#34;,&#34;2014-12-04T00:00:00.000Z&#34;,&#34;2014-12-05T00:00:00.000Z&#34;,&#34;2014-12-08T00:00:00.000Z&#34;,&#34;2014-12-09T00:00:00.000Z&#34;,&#34;2014-12-10T00:00:00.000Z&#34;,&#34;2014-12-11T00:00:00.000Z&#34;,&#34;2014-12-12T00:00:00.000Z&#34;,&#34;2014-12-15T00:00:00.000Z&#34;,&#34;2014-12-16T00:00:00.000Z&#34;,&#34;2014-12-17T00:00:00.000Z&#34;,&#34;2014-12-18T00:00:00.000Z&#34;,&#34;2014-12-19T00:00:00.000Z&#34;,&#34;2014-12-22T00:00:00.000Z&#34;,&#34;2014-12-23T00:00:00.000Z&#34;,&#34;2014-12-24T00:00:00.000Z&#34;,&#34;2014-12-26T00:00:00.000Z&#34;,&#34;2014-12-29T00:00:00.000Z&#34;,&#34;2014-12-30T00:00:00.000Z&#34;,&#34;2014-12-31T00:00:00.000Z&#34;,&#34;2015-01-02T00:00:00.000Z&#34;,&#34;2015-01-05T00:00:00.000Z&#34;,&#34;2015-01-06T00:00:00.000Z&#34;,&#34;2015-01-07T00:00:00.000Z&#34;,&#34;2015-01-08T00:00:00.000Z&#34;,&#34;2015-01-09T00:00:00.000Z&#34;,&#34;2015-01-12T00:00:00.000Z&#34;,&#34;2015-01-13T00:00:00.000Z&#34;,&#34;2015-01-14T00:00:00.000Z&#34;,&#34;2015-01-15T00:00:00.000Z&#34;,&#34;2015-01-16T00:00:00.000Z&#34;,&#34;2015-01-20T00:00:00.000Z&#34;,&#34;2015-01-21T00:00:00.000Z&#34;,&#34;2015-01-22T00:00:00.000Z&#34;,&#34;2015-01-23T00:00:00.000Z&#34;,&#34;2015-01-26T00:00:00.000Z&#34;,&#34;2015-01-27T00:00:00.000Z&#34;,&#34;2015-01-28T00:00:00.000Z&#34;,&#34;2015-01-29T00:00:00.000Z&#34;,&#34;2015-01-30T00:00:00.000Z&#34;,&#34;2015-02-02T00:00:00.000Z&#34;,&#34;2015-02-03T00:00:00.000Z&#34;,&#34;2015-02-04T00:00:00.000Z&#34;,&#34;2015-02-05T00:00:00.000Z&#34;,&#34;2015-02-06T00:00:00.000Z&#34;,&#34;2015-02-09T00:00:00.000Z&#34;,&#34;2015-02-10T00:00:00.000Z&#34;,&#34;2015-02-11T00:00:00.000Z&#34;,&#34;2015-02-12T00:00:00.000Z&#34;,&#34;2015-02-13T00:00:00.000Z&#34;,&#34;2015-02-17T00:00:00.000Z&#34;,&#34;2015-02-18T00:00:00.000Z&#34;,&#34;2015-02-19T00:00:00.000Z&#34;,&#34;2015-02-20T00:00:00.000Z&#34;,&#34;2015-02-23T00:00:00.000Z&#34;,&#34;2015-02-24T00:00:00.000Z&#34;,&#34;2015-02-25T00:00:00.000Z&#34;,&#34;2015-02-26T00:00:00.000Z&#34;,&#34;2015-02-27T00:00:00.000Z&#34;,&#34;2015-03-02T00:00:00.000Z&#34;,&#34;2015-03-03T00:00:00.000Z&#34;,&#34;2015-03-04T00:00:00.000Z&#34;,&#34;2015-03-05T00:00:00.000Z&#34;,&#34;2015-03-06T00:00:00.000Z&#34;,&#34;2015-03-09T00:00:00.000Z&#34;,&#34;2015-03-10T00:00:00.000Z&#34;,&#34;2015-03-11T00:00:00.000Z&#34;,&#34;2015-03-12T00:00:00.000Z&#34;,&#34;2015-03-13T00:00:00.000Z&#34;,&#34;2015-03-16T00:00:00.000Z&#34;,&#34;2015-03-17T00:00:00.000Z&#34;,&#34;2015-03-18T00:00:00.000Z&#34;,&#34;2015-03-19T00:00:00.000Z&#34;,&#34;2015-03-20T00:00:00.000Z&#34;,&#34;2015-03-23T00:00:00.000Z&#34;,&#34;2015-03-24T00:00:00.000Z&#34;,&#34;2015-03-25T00:00:00.000Z&#34;,&#34;2015-03-26T00:00:00.000Z&#34;,&#34;2015-03-27T00:00:00.000Z&#34;,&#34;2015-03-30T00:00:00.000Z&#34;,&#34;2015-03-31T00:00:00.000Z&#34;,&#34;2015-04-01T00:00:00.000Z&#34;,&#34;2015-04-02T00:00:00.000Z&#34;,&#34;2015-04-03T00:00:00.000Z&#34;,&#34;2015-04-06T00:00:00.000Z&#34;,&#34;2015-04-07T00:00:00.000Z&#34;,&#34;2015-04-08T00:00:00.000Z&#34;,&#34;2015-04-09T00:00:00.000Z&#34;,&#34;2015-04-10T00:00:00.000Z&#34;,&#34;2015-04-13T00:00:00.000Z&#34;,&#34;2015-04-14T00:00:00.000Z&#34;,&#34;2015-04-15T00:00:00.000Z&#34;,&#34;2015-04-16T00:00:00.000Z&#34;,&#34;2015-04-17T00:00:00.000Z&#34;,&#34;2015-04-20T00:00:00.000Z&#34;,&#34;2015-04-21T00:00:00.000Z&#34;,&#34;2015-04-22T00:00:00.000Z&#34;,&#34;2015-04-23T00:00:00.000Z&#34;,&#34;2015-04-24T00:00:00.000Z&#34;,&#34;2015-04-27T00:00:00.000Z&#34;,&#34;2015-04-28T00:00:00.000Z&#34;,&#34;2015-04-29T00:00:00.000Z&#34;,&#34;2015-04-30T00:00:00.000Z&#34;,&#34;2015-05-01T00:00:00.000Z&#34;,&#34;2015-05-04T00:00:00.000Z&#34;,&#34;2015-05-05T00:00:00.000Z&#34;,&#34;2015-05-06T00:00:00.000Z&#34;,&#34;2015-05-07T00:00:00.000Z&#34;,&#34;2015-05-08T00:00:00.000Z&#34;,&#34;2015-05-11T00:00:00.000Z&#34;,&#34;2015-05-12T00:00:00.000Z&#34;,&#34;2015-05-13T00:00:00.000Z&#34;,&#34;2015-05-14T00:00:00.000Z&#34;,&#34;2015-05-15T00:00:00.000Z&#34;,&#34;2015-05-18T00:00:00.000Z&#34;,&#34;2015-05-19T00:00:00.000Z&#34;,&#34;2015-05-20T00:00:00.000Z&#34;,&#34;2015-05-21T00:00:00.000Z&#34;,&#34;2015-05-22T00:00:00.000Z&#34;,&#34;2015-05-26T00:00:00.000Z&#34;,&#34;2015-05-27T00:00:00.000Z&#34;,&#34;2015-05-28T00:00:00.000Z&#34;,&#34;2015-05-29T00:00:00.000Z&#34;,&#34;2015-06-01T00:00:00.000Z&#34;,&#34;2015-06-02T00:00:00.000Z&#34;,&#34;2015-06-03T00:00:00.000Z&#34;,&#34;2015-06-04T00:00:00.000Z&#34;,&#34;2015-06-05T00:00:00.000Z&#34;,&#34;2015-06-08T00:00:00.000Z&#34;,&#34;2015-06-09T00:00:00.000Z&#34;,&#34;2015-06-10T00:00:00.000Z&#34;,&#34;2015-06-11T00:00:00.000Z&#34;,&#34;2015-06-12T00:00:00.000Z&#34;,&#34;2015-06-15T00:00:00.000Z&#34;,&#34;2015-06-16T00:00:00.000Z&#34;,&#34;2015-06-17T00:00:00.000Z&#34;,&#34;2015-06-18T00:00:00.000Z&#34;,&#34;2015-06-19T00:00:00.000Z&#34;,&#34;2015-06-22T00:00:00.000Z&#34;,&#34;2015-06-23T00:00:00.000Z&#34;,&#34;2015-06-24T00:00:00.000Z&#34;,&#34;2015-06-25T00:00:00.000Z&#34;,&#34;2015-06-26T00:00:00.000Z&#34;,&#34;2015-06-29T00:00:00.000Z&#34;,&#34;2015-06-30T00:00:00.000Z&#34;,&#34;2015-07-01T00:00:00.000Z&#34;,&#34;2015-07-02T00:00:00.000Z&#34;,&#34;2015-07-06T00:00:00.000Z&#34;,&#34;2015-07-07T00:00:00.000Z&#34;,&#34;2015-07-08T00:00:00.000Z&#34;,&#34;2015-07-09T00:00:00.000Z&#34;,&#34;2015-07-10T00:00:00.000Z&#34;,&#34;2015-07-13T00:00:00.000Z&#34;,&#34;2015-07-14T00:00:00.000Z&#34;,&#34;2015-07-15T00:00:00.000Z&#34;,&#34;2015-07-16T00:00:00.000Z&#34;,&#34;2015-07-17T00:00:00.000Z&#34;,&#34;2015-07-20T00:00:00.000Z&#34;,&#34;2015-07-21T00:00:00.000Z&#34;,&#34;2015-07-22T00:00:00.000Z&#34;,&#34;2015-07-23T00:00:00.000Z&#34;,&#34;2015-07-24T00:00:00.000Z&#34;,&#34;2015-07-27T00:00:00.000Z&#34;,&#34;2015-07-28T00:00:00.000Z&#34;,&#34;2015-07-29T00:00:00.000Z&#34;,&#34;2015-07-30T00:00:00.000Z&#34;,&#34;2015-07-31T00:00:00.000Z&#34;,&#34;2015-08-03T00:00:00.000Z&#34;,&#34;2015-08-04T00:00:00.000Z&#34;,&#34;2015-08-05T00:00:00.000Z&#34;,&#34;2015-08-06T00:00:00.000Z&#34;,&#34;2015-08-07T00:00:00.000Z&#34;,&#34;2015-08-10T00:00:00.000Z&#34;,&#34;2015-08-11T00:00:00.000Z&#34;,&#34;2015-08-12T00:00:00.000Z&#34;,&#34;2015-08-13T00:00:00.000Z&#34;,&#34;2015-08-14T00:00:00.000Z&#34;,&#34;2015-08-17T00:00:00.000Z&#34;,&#34;2015-08-18T00:00:00.000Z&#34;,&#34;2015-08-19T00:00:00.000Z&#34;,&#34;2015-08-20T00:00:00.000Z&#34;,&#34;2015-08-21T00:00:00.000Z&#34;,&#34;2015-08-24T00:00:00.000Z&#34;,&#34;2015-08-25T00:00:00.000Z&#34;,&#34;2015-08-26T00:00:00.000Z&#34;,&#34;2015-08-27T00:00:00.000Z&#34;,&#34;2015-08-28T00:00:00.000Z&#34;,&#34;2015-08-31T00:00:00.000Z&#34;,&#34;2015-09-01T00:00:00.000Z&#34;,&#34;2015-09-02T00:00:00.000Z&#34;,&#34;2015-09-03T00:00:00.000Z&#34;,&#34;2015-09-04T00:00:00.000Z&#34;,&#34;2015-09-08T00:00:00.000Z&#34;,&#34;2015-09-09T00:00:00.000Z&#34;,&#34;2015-09-10T00:00:00.000Z&#34;,&#34;2015-09-11T00:00:00.000Z&#34;,&#34;2015-09-14T00:00:00.000Z&#34;,&#34;2015-09-15T00:00:00.000Z&#34;,&#34;2015-09-16T00:00:00.000Z&#34;,&#34;2015-09-17T00:00:00.000Z&#34;,&#34;2015-09-18T00:00:00.000Z&#34;,&#34;2015-09-21T00:00:00.000Z&#34;,&#34;2015-09-22T00:00:00.000Z&#34;,&#34;2015-09-23T00:00:00.000Z&#34;,&#34;2015-09-24T00:00:00.000Z&#34;,&#34;2015-09-25T00:00:00.000Z&#34;,&#34;2015-09-28T00:00:00.000Z&#34;,&#34;2015-09-29T00:00:00.000Z&#34;,&#34;2015-09-30T00:00:00.000Z&#34;,&#34;2015-10-01T00:00:00.000Z&#34;,&#34;2015-10-02T00:00:00.000Z&#34;,&#34;2015-10-05T00:00:00.000Z&#34;,&#34;2015-10-06T00:00:00.000Z&#34;,&#34;2015-10-07T00:00:00.000Z&#34;,&#34;2015-10-08T00:00:00.000Z&#34;,&#34;2015-10-09T00:00:00.000Z&#34;,&#34;2015-10-12T00:00:00.000Z&#34;,&#34;2015-10-13T00:00:00.000Z&#34;,&#34;2015-10-14T00:00:00.000Z&#34;,&#34;2015-10-15T00:00:00.000Z&#34;,&#34;2015-10-16T00:00:00.000Z&#34;,&#34;2015-10-19T00:00:00.000Z&#34;,&#34;2015-10-20T00:00:00.000Z&#34;,&#34;2015-10-21T00:00:00.000Z&#34;,&#34;2015-10-22T00:00:00.000Z&#34;,&#34;2015-10-23T00:00:00.000Z&#34;,&#34;2015-10-26T00:00:00.000Z&#34;,&#34;2015-10-27T00:00:00.000Z&#34;,&#34;2015-10-28T00:00:00.000Z&#34;,&#34;2015-10-29T00:00:00.000Z&#34;,&#34;2015-10-30T00:00:00.000Z&#34;,&#34;2015-11-02T00:00:00.000Z&#34;,&#34;2015-11-03T00:00:00.000Z&#34;,&#34;2015-11-04T00:00:00.000Z&#34;,&#34;2015-11-05T00:00:00.000Z&#34;,&#34;2015-11-06T00:00:00.000Z&#34;,&#34;2015-11-09T00:00:00.000Z&#34;,&#34;2015-11-10T00:00:00.000Z&#34;,&#34;2015-11-11T00:00:00.000Z&#34;,&#34;2015-11-12T00:00:00.000Z&#34;,&#34;2015-11-13T00:00:00.000Z&#34;,&#34;2015-11-16T00:00:00.000Z&#34;,&#34;2015-11-17T00:00:00.000Z&#34;,&#34;2015-11-18T00:00:00.000Z&#34;,&#34;2015-11-19T00:00:00.000Z&#34;,&#34;2015-11-20T00:00:00.000Z&#34;,&#34;2015-11-23T00:00:00.000Z&#34;,&#34;2015-11-24T00:00:00.000Z&#34;,&#34;2015-11-25T00:00:00.000Z&#34;,&#34;2015-11-27T00:00:00.000Z&#34;,&#34;2015-11-30T00:00:00.000Z&#34;,&#34;2015-12-01T00:00:00.000Z&#34;,&#34;2015-12-02T00:00:00.000Z&#34;,&#34;2015-12-03T00:00:00.000Z&#34;,&#34;2015-12-04T00:00:00.000Z&#34;,&#34;2015-12-07T00:00:00.000Z&#34;,&#34;2015-12-08T00:00:00.000Z&#34;,&#34;2015-12-09T00:00:00.000Z&#34;,&#34;2015-12-10T00:00:00.000Z&#34;,&#34;2015-12-11T00:00:00.000Z&#34;,&#34;2015-12-14T00:00:00.000Z&#34;,&#34;2015-12-15T00:00:00.000Z&#34;,&#34;2015-12-16T00:00:00.000Z&#34;,&#34;2015-12-17T00:00:00.000Z&#34;,&#34;2015-12-18T00:00:00.000Z&#34;,&#34;2015-12-21T00:00:00.000Z&#34;,&#34;2015-12-22T00:00:00.000Z&#34;,&#34;2015-12-23T00:00:00.000Z&#34;,&#34;2015-12-24T00:00:00.000Z&#34;,&#34;2015-12-28T00:00:00.000Z&#34;,&#34;2015-12-29T00:00:00.000Z&#34;,&#34;2015-12-30T00:00:00.000Z&#34;,&#34;2015-12-31T00:00:00.000Z&#34;,&#34;2016-01-04T00:00:00.000Z&#34;,&#34;2016-01-05T00:00:00.000Z&#34;,&#34;2016-01-06T00:00:00.000Z&#34;,&#34;2016-01-07T00:00:00.000Z&#34;,&#34;2016-01-08T00:00:00.000Z&#34;,&#34;2016-01-11T00:00:00.000Z&#34;,&#34;2016-01-12T00:00:00.000Z&#34;,&#34;2016-01-13T00:00:00.000Z&#34;,&#34;2016-01-14T00:00:00.000Z&#34;,&#34;2016-01-15T00:00:00.000Z&#34;,&#34;2016-01-19T00:00:00.000Z&#34;,&#34;2016-01-20T00:00:00.000Z&#34;,&#34;2016-01-21T00:00:00.000Z&#34;,&#34;2016-01-22T00:00:00.000Z&#34;,&#34;2016-01-25T00:00:00.000Z&#34;,&#34;2016-01-26T00:00:00.000Z&#34;,&#34;2016-01-27T00:00:00.000Z&#34;,&#34;2016-01-28T00:00:00.000Z&#34;,&#34;2016-01-29T00:00:00.000Z&#34;,&#34;2016-02-01T00:00:00.000Z&#34;,&#34;2016-02-02T00:00:00.000Z&#34;,&#34;2016-02-03T00:00:00.000Z&#34;,&#34;2016-02-04T00:00:00.000Z&#34;,&#34;2016-02-05T00:00:00.000Z&#34;,&#34;2016-02-08T00:00:00.000Z&#34;,&#34;2016-02-09T00:00:00.000Z&#34;,&#34;2016-02-10T00:00:00.000Z&#34;,&#34;2016-02-11T00:00:00.000Z&#34;,&#34;2016-02-12T00:00:00.000Z&#34;,&#34;2016-02-16T00:00:00.000Z&#34;,&#34;2016-02-17T00:00:00.000Z&#34;,&#34;2016-02-18T00:00:00.000Z&#34;,&#34;2016-02-19T00:00:00.000Z&#34;,&#34;2016-02-22T00:00:00.000Z&#34;,&#34;2016-02-23T00:00:00.000Z&#34;,&#34;2016-02-24T00:00:00.000Z&#34;,&#34;2016-02-25T00:00:00.000Z&#34;,&#34;2016-02-26T00:00:00.000Z&#34;,&#34;2016-02-29T00:00:00.000Z&#34;,&#34;2016-03-01T00:00:00.000Z&#34;,&#34;2016-03-02T00:00:00.000Z&#34;,&#34;2016-03-03T00:00:00.000Z&#34;,&#34;2016-03-04T00:00:00.000Z&#34;,&#34;2016-03-07T00:00:00.000Z&#34;,&#34;2016-03-08T00:00:00.000Z&#34;,&#34;2016-03-09T00:00:00.000Z&#34;,&#34;2016-03-10T00:00:00.000Z&#34;,&#34;2016-03-11T00:00:00.000Z&#34;,&#34;2016-03-14T00:00:00.000Z&#34;,&#34;2016-03-15T00:00:00.000Z&#34;,&#34;2016-03-16T00:00:00.000Z&#34;,&#34;2016-03-17T00:00:00.000Z&#34;,&#34;2016-03-18T00:00:00.000Z&#34;,&#34;2016-03-21T00:00:00.000Z&#34;,&#34;2016-03-22T00:00:00.000Z&#34;,&#34;2016-03-23T00:00:00.000Z&#34;,&#34;2016-03-24T00:00:00.000Z&#34;,&#34;2016-03-28T00:00:00.000Z&#34;,&#34;2016-03-29T00:00:00.000Z&#34;,&#34;2016-03-30T00:00:00.000Z&#34;,&#34;2016-03-31T00:00:00.000Z&#34;,&#34;2016-04-01T00:00:00.000Z&#34;,&#34;2016-04-04T00:00:00.000Z&#34;,&#34;2016-04-05T00:00:00.000Z&#34;,&#34;2016-04-06T00:00:00.000Z&#34;,&#34;2016-04-07T00:00:00.000Z&#34;,&#34;2016-04-08T00:00:00.000Z&#34;,&#34;2016-04-11T00:00:00.000Z&#34;,&#34;2016-04-12T00:00:00.000Z&#34;,&#34;2016-04-13T00:00:00.000Z&#34;,&#34;2016-04-14T00:00:00.000Z&#34;,&#34;2016-04-15T00:00:00.000Z&#34;,&#34;2016-04-18T00:00:00.000Z&#34;,&#34;2016-04-19T00:00:00.000Z&#34;,&#34;2016-04-20T00:00:00.000Z&#34;,&#34;2016-04-21T00:00:00.000Z&#34;,&#34;2016-04-22T00:00:00.000Z&#34;,&#34;2016-04-25T00:00:00.000Z&#34;,&#34;2016-04-26T00:00:00.000Z&#34;,&#34;2016-04-27T00:00:00.000Z&#34;,&#34;2016-04-28T00:00:00.000Z&#34;,&#34;2016-04-29T00:00:00.000Z&#34;,&#34;2016-05-02T00:00:00.000Z&#34;,&#34;2016-05-03T00:00:00.000Z&#34;,&#34;2016-05-04T00:00:00.000Z&#34;,&#34;2016-05-05T00:00:00.000Z&#34;,&#34;2016-05-06T00:00:00.000Z&#34;,&#34;2016-05-09T00:00:00.000Z&#34;,&#34;2016-05-10T00:00:00.000Z&#34;,&#34;2016-05-11T00:00:00.000Z&#34;,&#34;2016-05-12T00:00:00.000Z&#34;,&#34;2016-05-13T00:00:00.000Z&#34;,&#34;2016-05-16T00:00:00.000Z&#34;,&#34;2016-05-17T00:00:00.000Z&#34;,&#34;2016-05-18T00:00:00.000Z&#34;,&#34;2016-05-19T00:00:00.000Z&#34;,&#34;2016-05-20T00:00:00.000Z&#34;,&#34;2016-05-23T00:00:00.000Z&#34;,&#34;2016-05-24T00:00:00.000Z&#34;,&#34;2016-05-25T00:00:00.000Z&#34;,&#34;2016-05-26T00:00:00.000Z&#34;,&#34;2016-05-27T00:00:00.000Z&#34;,&#34;2016-05-31T00:00:00.000Z&#34;,&#34;2016-06-01T00:00:00.000Z&#34;,&#34;2016-06-02T00:00:00.000Z&#34;,&#34;2016-06-03T00:00:00.000Z&#34;,&#34;2016-06-06T00:00:00.000Z&#34;,&#34;2016-06-07T00:00:00.000Z&#34;,&#34;2016-06-08T00:00:00.000Z&#34;,&#34;2016-06-09T00:00:00.000Z&#34;,&#34;2016-06-10T00:00:00.000Z&#34;,&#34;2016-06-13T00:00:00.000Z&#34;,&#34;2016-06-14T00:00:00.000Z&#34;,&#34;2016-06-15T00:00:00.000Z&#34;,&#34;2016-06-16T00:00:00.000Z&#34;,&#34;2016-06-17T00:00:00.000Z&#34;,&#34;2016-06-20T00:00:00.000Z&#34;,&#34;2016-06-21T00:00:00.000Z&#34;,&#34;2016-06-22T00:00:00.000Z&#34;,&#34;2016-06-23T00:00:00.000Z&#34;,&#34;2016-06-24T00:00:00.000Z&#34;,&#34;2016-06-27T00:00:00.000Z&#34;,&#34;2016-06-28T00:00:00.000Z&#34;,&#34;2016-06-29T00:00:00.000Z&#34;,&#34;2016-06-30T00:00:00.000Z&#34;,&#34;2016-07-01T00:00:00.000Z&#34;,&#34;2016-07-05T00:00:00.000Z&#34;,&#34;2016-07-06T00:00:00.000Z&#34;,&#34;2016-07-07T00:00:00.000Z&#34;,&#34;2016-07-08T00:00:00.000Z&#34;,&#34;2016-07-11T00:00:00.000Z&#34;,&#34;2016-07-12T00:00:00.000Z&#34;,&#34;2016-07-13T00:00:00.000Z&#34;,&#34;2016-07-14T00:00:00.000Z&#34;,&#34;2016-07-15T00:00:00.000Z&#34;,&#34;2016-07-18T00:00:00.000Z&#34;,&#34;2016-07-19T00:00:00.000Z&#34;,&#34;2016-07-20T00:00:00.000Z&#34;,&#34;2016-07-21T00:00:00.000Z&#34;,&#34;2016-07-22T00:00:00.000Z&#34;,&#34;2016-07-25T00:00:00.000Z&#34;,&#34;2016-07-26T00:00:00.000Z&#34;,&#34;2016-07-27T00:00:00.000Z&#34;,&#34;2016-07-28T00:00:00.000Z&#34;,&#34;2016-07-29T00:00:00.000Z&#34;,&#34;2016-08-01T00:00:00.000Z&#34;,&#34;2016-08-02T00:00:00.000Z&#34;,&#34;2016-08-03T00:00:00.000Z&#34;,&#34;2016-08-04T00:00:00.000Z&#34;,&#34;2016-08-05T00:00:00.000Z&#34;,&#34;2016-08-08T00:00:00.000Z&#34;,&#34;2016-08-09T00:00:00.000Z&#34;,&#34;2016-08-10T00:00:00.000Z&#34;,&#34;2016-08-11T00:00:00.000Z&#34;,&#34;2016-08-12T00:00:00.000Z&#34;,&#34;2016-08-15T00:00:00.000Z&#34;,&#34;2016-08-16T00:00:00.000Z&#34;,&#34;2016-08-17T00:00:00.000Z&#34;,&#34;2016-08-18T00:00:00.000Z&#34;,&#34;2016-08-19T00:00:00.000Z&#34;,&#34;2016-08-22T00:00:00.000Z&#34;,&#34;2016-08-23T00:00:00.000Z&#34;,&#34;2016-08-24T00:00:00.000Z&#34;,&#34;2016-08-25T00:00:00.000Z&#34;,&#34;2016-08-26T00:00:00.000Z&#34;,&#34;2016-08-29T00:00:00.000Z&#34;,&#34;2016-08-30T00:00:00.000Z&#34;,&#34;2016-08-31T00:00:00.000Z&#34;,&#34;2016-09-01T00:00:00.000Z&#34;,&#34;2016-09-02T00:00:00.000Z&#34;,&#34;2016-09-06T00:00:00.000Z&#34;,&#34;2016-09-07T00:00:00.000Z&#34;,&#34;2016-09-08T00:00:00.000Z&#34;,&#34;2016-09-09T00:00:00.000Z&#34;,&#34;2016-09-12T00:00:00.000Z&#34;,&#34;2016-09-13T00:00:00.000Z&#34;,&#34;2016-09-14T00:00:00.000Z&#34;,&#34;2016-09-15T00:00:00.000Z&#34;,&#34;2016-09-16T00:00:00.000Z&#34;,&#34;2016-09-19T00:00:00.000Z&#34;,&#34;2016-09-20T00:00:00.000Z&#34;,&#34;2016-09-21T00:00:00.000Z&#34;,&#34;2016-09-22T00:00:00.000Z&#34;,&#34;2016-09-23T00:00:00.000Z&#34;,&#34;2016-09-26T00:00:00.000Z&#34;,&#34;2016-09-27T00:00:00.000Z&#34;,&#34;2016-09-28T00:00:00.000Z&#34;,&#34;2016-09-29T00:00:00.000Z&#34;,&#34;2016-09-30T00:00:00.000Z&#34;,&#34;2016-10-03T00:00:00.000Z&#34;,&#34;2016-10-04T00:00:00.000Z&#34;,&#34;2016-10-05T00:00:00.000Z&#34;,&#34;2016-10-06T00:00:00.000Z&#34;,&#34;2016-10-07T00:00:00.000Z&#34;,&#34;2016-10-10T00:00:00.000Z&#34;,&#34;2016-10-11T00:00:00.000Z&#34;,&#34;2016-10-12T00:00:00.000Z&#34;,&#34;2016-10-13T00:00:00.000Z&#34;,&#34;2016-10-14T00:00:00.000Z&#34;,&#34;2016-10-17T00:00:00.000Z&#34;,&#34;2016-10-18T00:00:00.000Z&#34;,&#34;2016-10-19T00:00:00.000Z&#34;,&#34;2016-10-20T00:00:00.000Z&#34;,&#34;2016-10-21T00:00:00.000Z&#34;,&#34;2016-10-24T00:00:00.000Z&#34;,&#34;2016-10-25T00:00:00.000Z&#34;,&#34;2016-10-26T00:00:00.000Z&#34;,&#34;2016-10-27T00:00:00.000Z&#34;,&#34;2016-10-28T00:00:00.000Z&#34;,&#34;2016-10-31T00:00:00.000Z&#34;,&#34;2016-11-01T00:00:00.000Z&#34;,&#34;2016-11-02T00:00:00.000Z&#34;,&#34;2016-11-03T00:00:00.000Z&#34;,&#34;2016-11-04T00:00:00.000Z&#34;,&#34;2016-11-07T00:00:00.000Z&#34;,&#34;2016-11-08T00:00:00.000Z&#34;,&#34;2016-11-09T00:00:00.000Z&#34;,&#34;2016-11-10T00:00:00.000Z&#34;,&#34;2016-11-11T00:00:00.000Z&#34;,&#34;2016-11-14T00:00:00.000Z&#34;,&#34;2016-11-15T00:00:00.000Z&#34;,&#34;2016-11-16T00:00:00.000Z&#34;,&#34;2016-11-17T00:00:00.000Z&#34;,&#34;2016-11-18T00:00:00.000Z&#34;,&#34;2016-11-21T00:00:00.000Z&#34;,&#34;2016-11-22T00:00:00.000Z&#34;,&#34;2016-11-23T00:00:00.000Z&#34;,&#34;2016-11-25T00:00:00.000Z&#34;,&#34;2016-11-28T00:00:00.000Z&#34;,&#34;2016-11-29T00:00:00.000Z&#34;,&#34;2016-11-30T00:00:00.000Z&#34;,&#34;2016-12-01T00:00:00.000Z&#34;,&#34;2016-12-02T00:00:00.000Z&#34;,&#34;2016-12-05T00:00:00.000Z&#34;,&#34;2016-12-06T00:00:00.000Z&#34;,&#34;2016-12-07T00:00:00.000Z&#34;,&#34;2016-12-08T00:00:00.000Z&#34;,&#34;2016-12-09T00:00:00.000Z&#34;,&#34;2016-12-12T00:00:00.000Z&#34;,&#34;2016-12-13T00:00:00.000Z&#34;,&#34;2016-12-14T00:00:00.000Z&#34;,&#34;2016-12-15T00:00:00.000Z&#34;,&#34;2016-12-16T00:00:00.000Z&#34;,&#34;2016-12-19T00:00:00.000Z&#34;,&#34;2016-12-20T00:00:00.000Z&#34;,&#34;2016-12-21T00:00:00.000Z&#34;,&#34;2016-12-22T00:00:00.000Z&#34;,&#34;2016-12-23T00:00:00.000Z&#34;,&#34;2016-12-27T00:00:00.000Z&#34;,&#34;2016-12-28T00:00:00.000Z&#34;,&#34;2016-12-29T00:00:00.000Z&#34;,&#34;2016-12-30T00:00:00.000Z&#34;,&#34;2017-01-03T00:00:00.000Z&#34;,&#34;2017-01-04T00:00:00.000Z&#34;,&#34;2017-01-05T00:00:00.000Z&#34;,&#34;2017-01-06T00:00:00.000Z&#34;,&#34;2017-01-09T00:00:00.000Z&#34;,&#34;2017-01-10T00:00:00.000Z&#34;,&#34;2017-01-11T00:00:00.000Z&#34;,&#34;2017-01-12T00:00:00.000Z&#34;,&#34;2017-01-13T00:00:00.000Z&#34;,&#34;2017-01-17T00:00:00.000Z&#34;,&#34;2017-01-18T00:00:00.000Z&#34;,&#34;2017-01-19T00:00:00.000Z&#34;,&#34;2017-01-20T00:00:00.000Z&#34;,&#34;2017-01-23T00:00:00.000Z&#34;,&#34;2017-01-24T00:00:00.000Z&#34;,&#34;2017-01-25T00:00:00.000Z&#34;,&#34;2017-01-26T00:00:00.000Z&#34;,&#34;2017-01-27T00:00:00.000Z&#34;,&#34;2017-01-30T00:00:00.000Z&#34;,&#34;2017-01-31T00:00:00.000Z&#34;,&#34;2017-02-01T00:00:00.000Z&#34;,&#34;2017-02-02T00:00:00.000Z&#34;,&#34;2017-02-03T00:00:00.000Z&#34;,&#34;2017-02-06T00:00:00.000Z&#34;,&#34;2017-02-07T00:00:00.000Z&#34;,&#34;2017-02-08T00:00:00.000Z&#34;,&#34;2017-02-09T00:00:00.000Z&#34;,&#34;2017-02-10T00:00:00.000Z&#34;,&#34;2017-02-13T00:00:00.000Z&#34;,&#34;2017-02-14T00:00:00.000Z&#34;,&#34;2017-02-15T00:00:00.000Z&#34;,&#34;2017-02-16T00:00:00.000Z&#34;,&#34;2017-02-17T00:00:00.000Z&#34;,&#34;2017-02-21T00:00:00.000Z&#34;,&#34;2017-02-22T00:00:00.000Z&#34;,&#34;2017-02-23T00:00:00.000Z&#34;,&#34;2017-02-24T00:00:00.000Z&#34;,&#34;2017-02-27T00:00:00.000Z&#34;,&#34;2017-02-28T00:00:00.000Z&#34;],[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,0.585290243415525,0.561350000494383,0.543705862967393,0.536561647027123,0.527722179993673,0.519219500551394,0.531323322565562,0.544377849951098,0.548886278343821,0.551704015614809,0.562756968941214,0.570887567815412,0.57999660558983,0.576573207541847,0.592198319008961,0.609440819933137,0.65325786554937,0.682295822336636,0.703019288244898,0.713008134755475,0.719782326966653,0.72880818944919,0.739555580523628,0.746582053906618,0.756620245072141,0.764835686862281,0.772832436954354,0.779854335732526,0.784607875740208,0.789597067674631,0.794249717628866,0.797672136524904,0.803958415265129,0.814447736002549,0.822340250921298,0.828888677141998,0.837519624088776,0.839996273327961,0.840027966792934,0.841129941631477,0.840787144387017,0.839225087882043,0.839117276912785,0.834576422766799,0.830044642190733,0.823742104465626,0.81957553540866,0.817498517680825,0.809894164579949,0.797225778713294,0.788669023512875,0.783006109653641,0.778467088563656,0.775502463402649,0.774345894040217,0.76918559680264,0.769674325139645,0.769001118541418,0.766517080925691,0.764933393350677,0.763330862172186,0.759711851430953,0.756208117439132,0.744611312022435,0.72931916117281,0.711945199499809,0.695310483998885,0.677024463428987,0.658678139331088,0.649748380789352,0.649877811394914,0.638857631008409,0.638642017888737,0.640289719161516,0.641535823265595,0.639698606910744,0.63937639728675,0.631340110348778,0.627390289571344,0.622760652611185,0.616449923693931,0.604018129621944,0.586065811077575,0.55749752756336,0.525304239195038,0.496439577507564,0.464477815382151,0.435830299383981,0.385035097469241,0.349824602500527,0.306555515700857,0.249266533526566,0.206276545536799,0.173560212807126,0.149988915383181,0.119554414226254,0.112449262877336,0.105026795017987,0.0855722860101903,0.055395207426424,0.0398174533510003,0.0132977229156978,-0.0096169261181528,-0.0451578420029481,-0.0410901998055439,-0.0313251042071034,-0.0718882243318719,-0.0987246777981956,-0.120769116029575,-0.120933264147105,-0.118020445641748,-0.117508631792717,-0.10869885119602,-0.0877954490406765,-0.0991946305466722,-0.113432137749001,-0.133659069395399,-0.150266981714811,-0.171864543434206,-0.185301955464476,-0.198283841076281,-0.207760551147093,-0.218266608239229,-0.227081490330433,-0.234091314770952,-0.234978550797928,-0.252338361337193,-0.238137106768644,-0.214481683145769,-0.181435218965329,-0.151078755504264,-0.115650630098011,-0.0797171048695681,-0.0384472244296595,0.00963714310123336,0.053993384301186,0.0928097249581054,0.116792185362994,0.159852517347486,0.222838365405606,0.27932957422451,0.322612279711007,0.361954154407995,0.375496475299648,0.39209370365477,0.388928943502698,0.375260281623171,0.385630985929605,0.385100084592321,0.367349138687646,0.361836265004023,0.368710684058997,0.379938934804983,0.382255917802014,0.391956398833276,0.414019083468004,0.424787000879906,0.432085998325113,0.442412338345001,0.453759605204169,0.45879424763333,0.472484400644771,0.475056560641189,0.48240521352016,0.504296542487474,0.531423966539291,0.560791327539919,0.583448435428866,0.596593956657914,0.608428581976932,0.614728758116409,0.617529818963331,0.622289939570469,0.622154908435083,0.621236432728688,0.62748733625272,0.635693469137528,0.640517028474907,0.645585879960629,0.647989936162854,0.654396507644204,0.663436463527201,0.673640998436649,0.686729555545929,0.701634075176756,0.718675779087989,0.732247916573035,0.747233360363909,0.754839225767386,0.76536874158952,0.777856788073064,0.792849965746181,0.80619852785322,0.814383695148145,0.820024416341048,0.825028486622832,0.8303720187309,0.835337086394004,0.839414109712551,0.842214482459487,0.843659761295559,0.843934332868175,0.845016736316619,0.84534233117134,0.845010395203676,0.847680051486459,0.849462991290345,0.851064089734779,0.858678299941469,0.85759509409229,0.856795436182453,0.858452985655556,0.856937343206083,0.856454634434485,0.855446869578619,0.847268217162073,0.844253636778316,0.838167374366419,0.825467036533823,0.817698433578272,0.807443010771044,0.796570009439079,0.785975831151458,0.772419250608426,0.754777110753312,0.740997470274166,0.732500337326137,0.728513975564401,0.731283485197556,0.725562265657548,0.713846446423779,0.69789130905575,0.679881790510405,0.65193381783995,0.500005884231125,0.410515221684902,0.367278167682141,0.30755248638947,0.269211984320689,0.251962423822374,0.23562240499297,0.216506302679081,0.198510877459368,0.189013405914253,0.178437809021514,0.186488526563507,0.205443276219106,0.226766796096267,0.203688535090328,0.184824200403034,0.166492081329944,0.143112836948324,0.121091483125885,0.114250713187387,0.117705294183523,0.127342018530218,0.133627146709318,0.12378389301368,0.135884735766974,0.152026881052867,0.159518579670228,0.192383822422048,0.210312809781395,0.223301143443257,0.257242897880913,0.282394488274507,0.299722276484851,0.3202678048313,0.335818035056759,0.359967514503483,0.382839812237208,0.396720150189289,0.417713709996101,0.431911526686951,0.439483530728963,0.44411311309787,0.449177624926188,0.454876645733667,0.461491451347754,0.466138374618018,0.458937057815954,0.476122980541122,0.495574572419252,0.503846934508928,0.522747812801399,0.553492602237958,0.584108463111463,0.608466809893858,0.63132174615378,0.6513091425148,0.670102265559739,0.69110581624208,0.706427758996893,0.714537193096844,0.723055346366115,0.731045395134168,0.738078131507604,0.743925464548498,0.750805289135975,0.757645145879796,0.7634911365859,0.767500274941087,0.768871558442823,0.770186602203417,0.77121631442694,0.773419087195089,0.771508390750292,0.767788823630843,0.757324093806618,0.755839658410361,0.756182132358935,0.757939075928384,0.759254642929539,0.763969096484468,0.769790390156094,0.774355441173185,0.776761732547702,0.776847257919422,0.77792332953133,0.779064377784721,0.776152052523349,0.773415270624903,0.768055276355159,0.76093189958588,0.771356232758934,0.777825475486459,0.772285977597796,0.764966784842741,0.749914236056505,0.72601668225839,0.695674790025742,0.666167396752711,0.636640873127987,0.599211234064645,0.56375772200561,0.521262243569084,0.4721126493696,0.417331079953006,0.385086772544739,0.355157941595985,0.335083688092124,0.313787381675195,0.288684957907811,0.27893869698393,0.2683276163738,0.252466338155853,0.240964870889545,0.236187897487267,0.250590604532594,0.263678343730758,0.276620198504804,0.304340099033495,0.297059372307527,0.289315784851206,0.28929120880565,0.27961737890631,0.262841951304965,0.250445333951952,0.234926624714114,0.238256379218636,0.241045011313466,0.216282485577833,0.20543949606631,0.179407415837365,0.139400929724145,0.0965521409733566,0.0412683885887287,-0.0338575064321919,-0.107236443392839,-0.189687484075004,-0.267080480496103,-0.290546508043532,-0.299920425717474,-0.315427012762459,-0.324850885618689,-0.324055995280075,-0.313563703067692,-0.307259690644068,-0.297017650379132,-0.283616972507526,-0.256145931573344,-0.24942234899389,-0.228327181547526,-0.223144286251846,-0.223891952525049,-0.219837986733869,-0.217712088349645,-0.215973418719344,-0.201005646062915,-0.182452794516614,-0.171397656776497,-0.167448201156057,-0.187199369835031,-0.197975264117431,-0.196884558914816,-0.179375509860395,-0.184100253047207,-0.175898931067191,-0.160097409559848,-0.135894783071432,-0.0988058367605682,-0.0920310770254563,-0.0682344479578921,-0.0246028304924737,0.00900555034213161,0.0442390248458991,0.0741923913287452,0.101437264206809,0.148842885454561,0.176703678773806,0.214843769918033,0.266982574257355,0.319255416502266,0.3662469483029,0.408054050768506,0.455990336595736,0.48511759964695,0.507074086732811,0.521174013771079,0.541875666950663,0.563065470207985,0.582820693597001,0.607975952167146,0.639805342998224,0.685411845990903,0.728391774882235,0.760885625771167,0.800979223349944,0.837623096183088,0.869623240089029,0.892010065285148,0.912303428970419,0.928330798171915,0.927883131753248,0.933883057849136,0.935695208920313,0.934747639671222,0.933146910073876,0.930563536082327,0.930218482777714,0.929434533193664,0.928486106048711,0.928534395436418,0.926950401109027,0.923786248867499,0.923077527880922,0.920552950948871,0.919990284795409,0.920060857315308,0.918739372586285,0.918227837859337,0.916748184182251,0.916188287418906,0.916694186545429,0.915798261205663,0.916319374983603,0.917112755359883,0.91652579752727,0.915851655695609,0.907893942276437,0.883018195531989,0.854076986592695,0.822955122956237,0.801309562188339,0.798594091052411,0.797581668823246,0.788022952786103,0.784577969937901,0.767861417743043,0.751804982745309,0.743764587479708,0.740359881288432,0.738097523672793,0.739087556762443,0.741111833124347,0.74085343730996,0.742243484853981,0.740177778685354,0.733366876188849,0.72867100863164,0.730628755178426,0.736236040266898,0.744750275991676,0.749339475256121,0.755497162052343,0.759949732208261,0.764901336187172,0.768177800027163,0.770178590123554,0.769508312104429,0.768866316188891,0.769455676042756,0.769439448217528,0.767358805868859,0.765880376435376,0.764145875397819,0.764013458899855,0.762924729943411,0.757701651171015,0.753711842938432,0.748114831625096,0.737744581718179,0.724794771266018,0.706419663797193,0.687234082997423,0.660452875759613,0.634571673043685,0.603511626289761,0.560519048553431,0.516605518418559,0.46420716942413,0.416106631022419,0.380287354511107,0.350380027574972,0.30292046966842,0.226665898559597,0.142431359007455,0.0753668886890612,-0.0012755527569914,-0.0906688160695237,-0.1310637444549,-0.156389946550645,-0.189798773193381,-0.223472149925775,-0.232432017598569,-0.251322997479269,-0.256912486858108,-0.243680041924355,-0.238314158903882,-0.247380205890889,-0.271269431119722,-0.290252682100233,-0.302712832035645,-0.325399898000629,-0.372673553275772,-0.395275917731269,-0.419690150881446,-0.435420244303194,-0.457046688295119,-0.493323588599852,-0.522809252639932,-0.556123121900972,-0.567590826875604,-0.572864845689599,-0.578058170692985,-0.585557396256754,-0.58861654525588,-0.599606965626959,-0.613753975853766,-0.630639060511188,-0.641285756257147,-0.637210380976369,-0.623854147772953,-0.614293609039577,-0.631981208613434,-0.65539669007214,-0.669135178311687,-0.687800750080079,-0.678508134511494,-0.664659325521714,-0.651601515318301,-0.634454364159623,-0.62749895687129,-0.625543483584987,-0.62694841159558,-0.615330164025361,-0.596839826455127,-0.586297107417354,-0.576460751473096,-0.561698650198924,-0.509539414096922,-0.447159701260874,-0.385267673415418,-0.344503709794602,-0.306860318403144,-0.302491121377341,-0.303376611314258,-0.310395485909261,-0.32081960239623,-0.315466233808429,-0.311551317653467,-0.291640297755078,-0.277655878859025,-0.289814887156712,-0.284865045521805,-0.280080874114995,-0.265633098959089,-0.243323225444513,-0.227983169920349,-0.212341051606013,-0.186253039334029,-0.143408561770902,-0.112166633067912,-0.0731506452874117,-0.0356721779171717,-0.0117168457919917,0.00939144475917778,0.0160307677753711,0.0169115427662989,0.0237076408712529,0.0231406483059716,0.0247129338393246,0.0228267748335908,0.0250363490621386,0.0142203418239747,0.0122253406716278,0.017941467501699,0.0148490158073029,0.00147772354047099,-0.0180743892256538,-0.0408428196882597,-0.0612645390391871,-0.0689671698352224,-0.091829851051633,-0.0476104665724326,0.00122316825780229,0.0333035518958027,0.07890063104164,0.113168245705476,0.143147002177063,0.154967717866317,0.164544262525202,0.194140536151685,0.206757185708434,0.216881724144234,0.211773875049206,0.193181733940964,0.167009506159367,0.15635282994675,0.134195743688334,0.129803020804459,0.113717120334902,0.103794179211984,0.0962568606784382,0.0865030415539953,0.083526968183675,0.0786840428206486,0.0755443747575984,0.0742957897233617,0.067476300548971,0.0670362363112586,0.0648625854409055,0.0714922593750589,0.0851385085924939,0.0958632844121909,0.120863492078994,0.138787821605331,0.151472753064603,0.167627480644109,0.181706930587124,0.186382281313908,0.19121213288174,0.214630115670602,0.238778133047578,0.256975935794444,0.289435342413353,0.31630440475229,0.34229499691128,0.363068830688756,0.38664264789518,0.412467030732399,0.432171784720034,0.439094221133182,0.452387972626915,0.472463590074949,0.485519284196194,0.49632868043102,0.505817620813387,0.517185496493054,0.545044381863121,0.577873315455554,0.607026925542677,0.626658615811023,0.649097112528471,0.679324137057664,0.70644443849855,0.731645462371334,0.760797295928468,0.782653886448926,0.80105674745662,0.813288084233524,0.822509593588034,0.839612210307728,0.849848837562451,0.860110743284587,0.877655997576532,0.888819748411037,0.902867844264879,0.915004193968843,0.924134566140874,0.930834259816382,0.939083547321552,0.943216094069788,0.949680030547009,0.948968571109558,0.951410524786668,0.953686021667169,0.954481328070582,0.949174958980434,0.948865543447098,0.947204920735194,0.943181045368728,0.942807897144831,0.942861387725067,0.94239430970258,0.942516072088858,0.942451518943997,0.942157018232815,0.94047739047364,0.939132002658734,0.937812813257167,0.932384788347314,0.930375717979995,0.92883518119267,0.927604496374376,0.926524888878106,0.925166705712714,0.923647061696155,0.921821350630813,0.918399252544684,0.914197946286017,0.906013297595281,0.893405719688502,0.876865991995916,0.865381620841857,0.858399351136546,0.850439070234492,0.839268120898539,0.829672397708729,0.816432830455541,0.805500895503208,0.790119329992349,0.781949889462464,0.770118720080966,0.761065688514275,0.755690438955901,0.75021974573835,0.742397757729535,0.735264679091915,0.726094076954248,0.709123913140035,0.691736275650824,0.681484629900881,0.676112148772108,0.670022616627195,0.666362241596022,0.655367691893793,0.650570187921099,0.644236757775121,0.636923985784773,0.627147998158324,0.622653884148133,0.616893654433967,0.614561445815379,0.624744832754915,0.62831264302286,0.633870777718844,0.64170289495428,0.651534956009041,0.65906736120385,0.666878134672326,0.673847853700733,0.678044982173789,0.680941894816475,0.683005649730519,0.685917239917648,0.683766612486252,0.679693088971892,0.676747241108745,0.670749787136417,0.667027330695709,0.664415139943737,0.648588111264445,0.627977847294247,0.611780757340506,0.577887759902389,0.545729935889984,0.49995771847687,0.444740412675949,0.403252312867434,0.363550551389357,0.314399286299447,0.281996244142064,0.250282826499355,0.212182080176269,0.176249194734007,0.131357393412551,0.0994490005794686,0.091678479080744,0.0735497656240676,0.053232411181122,0.0411347989565277,0.020130296214704,-0.00117454878579307,-0.021029009909523,-0.046526023147592,-0.0728578672064776,-0.0843908967630428,-0.0998287330480877,-0.123362587352522,-0.145238899404951,-0.159413911778213,-0.172288308713566,-0.18446023602853,-0.195532969428701,-0.20251446752814,-0.208302874119164,-0.214496691023398,-0.221302453025795,-0.237975730422387,-0.242090546188571,-0.240794679048259,-0.236896757388078,-0.231391948401099,-0.223085718167242,-0.211948726323259,-0.210716381935398,-0.206848596656023,-0.202824235304207,-0.201995299501128,-0.204785597871177,-0.196767708522174,-0.194567711159622,-0.188968020047456,-0.18584495384497,-0.171100417995473,-0.163090574711925,-0.139200893143337,-0.109918554006582,-0.0716096812650209,-0.010784776715665,0.0212753398358845,0.041607373536979,0.0500759198490746,0.0581014592150298,0.0671811086815842,0.106542447376218,0.13374440017001,0.154847586787091,0.184475360852279,0.229834898353647,0.270381900898661,0.298888330356078,0.320833183504314,0.332805866045584,0.362873547839988,0.399326354364209,0.407158513558006,0.42471206387695,0.436232570936099,0.462904157151411,0.511981762442094,0.540090787168905,0.552634944248628,0.574469305602204,0.617861002387618,0.638635502400523,0.693564858659659,0.743227519982005,0.788749239852948,0.829960865945248,0.853058051564363,0.864390920539057,0.864015859189027,0.870381086521032,0.86954304022982,0.866774339000429,0.865327101879342,0.859879029771786,0.859778981869361,0.858610645112888,0.858949182462559,0.859168037524548,0.859360428287496,0.861093017360566,0.863220836205216,0.863706453079439,0.854448169845791,0.847786248304094,0.837737645328374,0.83122162020956,0.824942682629292,0.808238612550154,0.77910544702542,0.740931519068167,0.716254344957497,0.696795097161376,0.668928558896669,0.642895456491242,0.602984422528165,0.567340537842086,0.520416852955698,0.478567173404792,0.425112318436672,0.373210950606523,0.316019323058894,0.263228210857631,0.221494340245752,0.193817739579132,0.179682826393776,0.16890770805015,0.118672886085752,0.0674955439774478,0.0306374622285472,0.00981043124785707,0.00181201116487271,-0.0216112802993353,-0.0377222177466833,-0.0545200090379221,-0.0735708296342009,-0.112980480704984,-0.119405514511583,-0.117347603962273,-0.122449599660875,-0.134096547375021,-0.13941913541951,-0.147011104582153,-0.154704604493749,-0.161349895955457,-0.169378676711597,-0.189903495067485,-0.194664659940932,-0.201292610709064,-0.197523669319543,-0.183743981874947,-0.166326867440092,-0.155478168277891,-0.132844761579448,-0.0991154127634737,-0.0745094579621157,-0.0335266664880922,-0.0132830679208922,0.0197582784690245,0.0464039347417653,0.0663787770063916,0.0673719730624816,0.0633472410632139,0.0748213269165903,0.107685637936642,0.130695358523687,0.162429001570368,0.200277814923039,0.230586413215576,0.254968471419615,0.286602059948142,0.345755842734865,0.419106997208668,0.48240657843408,0.562086384089052,0.607972123674885,0.640504214782776,0.66555511875643,0.687751294777971,0.711469155327979,0.727572231174193,0.747855061102645,0.775746813117475,0.797899879611165,0.813485059936418,0.827693997132905,0.836851583543409,0.849639389448621,0.864974472464132,0.87273482692069,0.881593827779407,0.89332014798279,0.899448186174373,0.901730297141245,0.906084777885108,0.909806102043271,0.916775773677806,0.923880480382732,0.925428866374943,0.923796829688567,0.920594425467536,0.919186482428554,0.917054248747418,0.914446426165954,0.911153869569872,0.908538275364906,0.907009087191595,0.905103916920893,0.903779980626702,0.903986721872182,0.905279803790516,0.904871810343519,0.90659326393278,0.907138248932812,0.907364351288646,0.908162863507294,0.907632581456799,0.90587005665,0.90565374982407,0.905195503970537,0.90376327095939,0.901912530483029,0.899414767728907,0.896876765302764,0.893149751743852,0.890528216463821,0.890195673924297,0.886905648051549,0.884209341641233,0.88014414664636,0.874951852787728,0.868090728849104,0.861588590719481,0.852621189333194,0.837538317128236,0.817530964093388,0.799851851483875,0.782955600331947,0.766195717624728,0.751116663517418,0.754536125560036,0.732996857628321,0.737350032650321,0.734435092732808,0.731511660393314,0.72210640712994,0.726316858405407,0.727083840232795,0.735348876330097,0.732765996474287,0.730515144247917,0.732680681804505,0.730021766273965,0.720764160730366,0.718014759963039,0.716162597184653,0.721039441395532,0.734002512090259,0.744753440429599,0.757727160140336,0.762571580510237,0.779718207438445,0.78939808721397,0.79503592136754,0.789657021767666,0.788467619832498,0.787033604254968,0.795024376451594,0.791213107457695,0.775828518564314,0.772219381723077,0.763419978658382,0.754212444654091,0.753417638900926,0.764647387726652,0.777922379523529,0.788001742925342,0.794056624893821,0.792448726600558,0.785428696363864,0.777651487066109,0.775691601474165,0.771893160078462,0.767272817221204,0.759934520841729,0.750883093772349,0.741044434367468,0.732905069878634,0.724658759692289,0.721068165775765,0.71322573844755,0.702879651832951,0.700592183957996,0.695400840792341,0.691654362192951,0.694825593137029,0.692605234368713,0.693252950107944,0.694709431093978,0.696694111261821,0.698727582761362,0.702142460900637,0.704694793324794,0.706430603981446,0.709744036079555,0.711497845522034,0.710727316407589,0.709974478731043,0.710125109445651,0.707930593113285,0.704682138438836,0.692761089542232,0.681403133768626,0.670763219296406,0.653526148335996,0.629263949142279,0.608404703965308,0.593242131392638,0.580142776273392,0.55419782268101,0.530066214316313,0.50956858160735,0.488168022584972,0.481925925866131,0.477719194096803,0.476854502099274,0.475198148790228,0.478379257459272,0.477994841322968,0.478443402520241,0.480027930501389,0.490841655385085,0.495660285181023,0.499933748077363,0.503627999693055,0.490552746632565,0.463125411389962,0.441595740856272,0.413498357093144,0.398263955400353,0.387888590006556,0.38398299059782,0.401629150580199,0.418456813549296,0.429807669503753,0.442251005779881,0.458311379624991,0.468678518160323,0.471970100575622,0.476050025910551,0.474404294909607,0.474007415033256,0.485448021828263,0.499499786847191,0.513348820478575,0.527368649267132,0.537916670368312,0.55474010843086,0.561856597942882,0.583929702130506,0.599862149286356,0.626723702454239,0.658300783710845,0.71429041700164,0.763826203767888,0.79683669938466,0.830125983446724,0.853970990754975,0.872588062756677,0.892838241721348,0.907502341579181,0.918375947287474,0.927240698564442,0.936453903074477,0.941296029935461,0.945528645400645,0.949783017252555,0.953772026403584,0.958761725754349,0.962480113278107,0.965079298269514,0.968713001818289,0.970336306343591,0.971912219003773,0.973667875723539,0.975151989124615,0.97605557884971,0.976535149401537,0.977486228712347,0.978246308949279,0.977987357103745,0.977957923346889,0.977822716831117,0.977760977296511,0.977283854656291,0.977192180761939,0.97724605222762,0.976771956266071,0.976774318643292,0.976360190882239,0.97635751576358,0.976360516859879,0.976247705780349,0.976074851459267,0.975850720367276,0.975657503563489,0.975070697242339,0.974472102039414,0.973980440279117,0.973611677174796,0.973482960674537,0.973302116969818,0.973870970666364,0.973875703708821,0.973931420747829,0.973836550257001,0.973718442112217,0.973469396385992,0.972963994333174,0.972528911364946,0.971990091810091,0.970633238168204,0.970030809930887,0.969601057665294,0.969361549822128,0.969275070289822,0.968461222455343,0.967553794143012,0.966970238886498,0.966261275760978,0.965741033300231,0.965527364095927,0.964793203764616,0.963750604387711,0.961965959948293,0.960273673801684,0.958292524130377,0.955836126992428]]},&#34;evals&#34;:[],&#34;jsHooks&#34;:[]}&lt;/script&gt;
&lt;p&gt;That’s all for today. We have examined a hypothesized relationship and found some confirmatory evidence, or at least visual indicators. We have also explored some new tools in the dygraphs world by using &lt;code&gt;dyRoll()&lt;/code&gt; and &lt;code&gt;dyAxis()&lt;/code&gt;. From a workflow and reproducibility perspective, I like this as a template for importing multiple time series and visualizing the relationship between them in different combinations. When we wrap this into a Shiny app next time, we will see how this can be useful for further exploration. Thanks and see you next time!&lt;/p&gt;

        &lt;script&gt;window.location.href=&#39;https://rviews.rstudio.com/2017/04/12/copper-gold-and-ten-year-treasury-notes/&#39;;&lt;/script&gt;
      </description>
    </item>
    
  </channel>
</rss>
