Skip to content
[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 Disruption Index 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’);var query = new google.visualization.Query(‘https://docs.google.com/spreadsheets/d/1aO2I56DlDYVWw9ESDR3r5DX1NCqfmG0YYlBB8_30Zu0/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

Even before Covid, the market was becoming focused a group of companies that were allegedly changing the way business was done in various industries. Constituents in the CCG Disruption Index include Tesla and Nio in the automotive space, NextEra and EnPhase in energy production, Zoom, Netflix, Snap, and Roku in communications/entertainment, Paypal and Square in financial services, Uber in transportation, Zillow in real estate, Teledoc in health care, and recent IPOs Airbnb and Door Dash, among others.

What we do not include in the Disruption Index are the giant graybeards of disruption, Apple, Amazon, Google, Facebook, and Microsoft. Our thinking is that much of the disruption caused by these companies has already occurred. However, if the companies were added to the index it would have little impact on the results because all of them behaved somewhat similarly to the index. Furthermore, the index is equal weighted so it would not be dominated by the giants if they were added.

Back To Top