[tcb-script type=”text/javascript” src=”https://www.gstatic.com/charts/loader.js”][/tcb-script][tcb-script type=”text/javascript”]//—————-chart options go herevar options = {height: 600,width: 1200,chart: {title: ‘CCG Quarantine and Anti Quarantine Indexes vs S&P 500’,subtitle: ‘Path of Wealth’,titleTextStyle: {}},animation: {duration: 1000,easing: ‘out’,startup: true},colors: [‘#46bdc6’, ‘#fbbc04’, ‘#ea4335’]};////’corechart’google.charts.load(‘current’, {‘packages’: [‘line’]});// Set a callback to run when the Google Visualization API is loaded.google.charts.setOnLoadCallback(drawSheetName);// Callback that creates and populates a data table, // instantiates the pie chart, passes in the data and// draws it.function drawSheetName() {var queryString = encodeURIComponent(‘SELECT A, B, D, F’);var query = new google.visualization.Query(‘https://docs.google.com/spreadsheets/d/1LAQ7fMLgB6Xbzvhi4RFDBp0Fw5pqSjciChqWOnFXTNI/gviz/tq?sheet=chartdata&headers=1&tq=’ + queryString);query.send(handleSampleDataQueryResponse);}function handleSampleDataQueryResponse(response) {if (response.isError()) {alert(‘Error in query: ‘ + response.getMessage() + ‘ ‘ + response.getDetailedMessage());return;}var data = response.getDataTable();var chart = new google.charts.Line(document.getElementById(‘chart_div’));chart.draw(data, google.charts.Line.convertOptions(options));}[/tcb-script]
Updated Daily at Market Close
The CCG Quarantine Index tracks the performance of the stocks that are likely to benefit from the fact that millions of people are more or less confined to their homes during the lockdown. The index is composed of companies such as Amazon, Netflix, Peloton, Electronic Arts, and Zoom. The index was of sufficient interest that we decided to introduce a counterpart – the CCG Anti-Quarantine Index. The Anti-Quarantine Index focuses on companies in area likely to be particularly hard hit by the lockdown. More specifically, the component companies are drawn from airlines, hotels, cruise lines, live entertainment and movie theaters. Like the CCG Quarantine Index, the CCG Anti-Quarantine Index is equal weighted to avoid placing too much emphasis on large companies.