{"id":12290,"date":"2021-05-24T01:01:00","date_gmt":"2021-05-24T00:01:00","guid":{"rendered":"https:\/\/www.economicsobservatory.com\/?post_type=question&#038;p=12290"},"modified":"2023-01-17T18:30:27","modified_gmt":"2023-01-17T18:30:27","slug":"are-we-in-the-middle-of-a-tech-bubble","status":"publish","type":"question","link":"https:\/\/www.economicsobservatory.com\/test\/are-we-in-the-middle-of-a-tech-bubble","title":{"rendered":"Are we in the middle of a tech bubble?"},"content":{"rendered":"\n<p>Shares in new technology companies in the United States have enjoyed a remarkable 16 months: the New York Stock Exchange Fang+ Index has risen over 100%. This index measures the performance of Facebook, Amazon, Apple, Netflix and Alphabet (formerly Google) or the <a href=\"https:\/\/www.investopedia.com\/terms\/f\/faang-stocks.asp\">FAANG<\/a> companies as they are collectively known, as well as other large tech companies.<\/p>\n\n\n\n<p>The SDPR Kensho Clean Power exchange-traded fund (ETF), which invests in renewable energy companies, has witnessed similar returns over the same period. But these are dwarfed by the return on shares in electric car company Tesla, which have risen by over 700% since the start of 2020 (see Figure 1).<\/p>\n\n\n\n<p>This might not seem surprising given how much life has moved online since March 2020 \u2013 a shift reflected in the record profits that some tech companies have reported. But the run-up in the prices of tech shares appears to be mainly an American phenomenon: the performance of European equivalents of the Fang+ index, such as the FTSE techMark All-Share index and the SDPR MSCI Europe Tech ETF, which invests in European tech shares, have been much less spectacular.<\/p>\n\n\n\n<p>Nevertheless, the high returns seen in the United States have led several commentators to suggest that we are now in a technology bubble.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Figure 1: Return on shares in new technology companies since the start of 2020<\/h4>\n\n\n<section class=\"blocks__chart\">\n               <div id=\"crl-122764\" class=\"chart-references-label\">Chart References<\/div>\n\t  <div id=\"crp-122764\" class=\"chart-references-popup\">\n\t  \t<a href=\"https:\/\/www.economicsobservatory.com\/test\/the-dot-com-bubble\" class=\"reference\">The dot-com bubble<\/a>\t  <\/div>\n\t  \n\t  <script type=\"text\/javascript\">\n\t    \tvar hover = false;\n\t\tvar chartReferencePopup = document.getElementById(\"crp-122764\");\n\t\t\n\t\tdocument.getElementById(\"crl-122764\").addEventListener(\"mouseover\", function( event ) {\n\t\t console.log('called on hover'); \/\/just to make sure the function is getting called   \n\t\t  if(!hover) {\n\t\t    chartReferencePopup.classList.add('active');\n\t\t  }\n\t\t  hover = true;\n\n\t\t  }, false);\n\t\tdocument.getElementById(\"crp-122764\").addEventListener(\"mouseleave\", function( event ) {\n\t\t console.log('called on dhjhhhjs'); \/\/just to make sure the function is getting called   \n\t\t  hover = false;\n\t\t  chartReferencePopup.classList.remove('active');\n\n\t\t  }, false);\n\t    <\/script>\n         <div id=\"chatEmbed122764\" class=\"blocks__chart-svg\"><\/div>\n\n    <script>\n        var spec = {\"$schema\":\"https:\\\/\\\/vega.github.io\\\/schema\\\/vega-lite\\\/v5.json\",\"description\":\"Dot com bubble\",\"data\":{\"url\":\"https:\\\/\\\/raw.githubusercontent.com\\\/RDeconomist\\\/observatory\\\/main\\\/Dot%20com%20bubble.csv\"},\"height\":300,\"width\":450,\"mark\":\"line\",\"encoding\":{\"x\":{\"field\":\"Date\",\"type\":\"temporal\",\"title\":\"Year\",\"tickcount\":\"Year\"},\"y\":{\"field\":\"Index number\",\"type\":\"quantitative\",\"title\":\"\",\"sort\":[]},\"color\":{\"field\":\"Index\",\"type\":\"nominal\",\"sort\":[],\"scale\":{\"range\":[\"#122b39\",\"#e6224b\"]}},\"tooltip\":[{\"field\":\"Year\",\"type\":\"temporal\"},{\"field\":\"Index number\",\"type\":\"quantitative\",\"title\":\"\"}]}};\n        var view = new vega.View(vega.parse(spec), {\n            responsive: true,\n            renderer: \"canvas\", \/\/ renderer (canvas or svg)\n            container: \"#chatEmbed122764\", \/\/ parent DOM container\n            hover: true \/\/ enable hover processing\n        });\n        view.run();\n\n        vegaEmbed('#chatEmbed122764', spec);\n    <\/script>\n    \n        \n\t    <div id=\"feedback-2\" class=\"feedback-form-container\">\n\t    \t<div class=\"close-feedback-form\">\n\t\t\t<div class=\"close-feedback-form-inner\"><\/div>\n\t\t<\/div>\n\t    \t<script type=\"text\/javascript\">var gform;gform||(document.addEventListener(\"gform_main_scripts_loaded\",function(){gform.scriptsLoaded=!0}),window.addEventListener(\"DOMContentLoaded\",function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,initializeOnLoaded:function(o){gform.domLoaded&&gform.scriptsLoaded?o():!gform.domLoaded&&gform.scriptsLoaded?window.addEventListener(\"DOMContentLoaded\",o):document.addEventListener(\"gform_main_scripts_loaded\",o)},hooks:{action:{},filter:{}},addAction:function(o,n,r,t){gform.addHook(\"action\",o,n,r,t)},addFilter:function(o,n,r,t){gform.addHook(\"filter\",o,n,r,t)},doAction:function(o){gform.doHook(\"action\",o,arguments)},applyFilters:function(o){return gform.doHook(\"filter\",o,arguments)},removeAction:function(o,n){gform.removeHook(\"action\",o,n)},removeFilter:function(o,n,r){gform.removeHook(\"filter\",o,n,r)},addHook:function(o,n,r,t,i){null==gform.hooks[o][n]&&(gform.hooks[o][n]=[]);var e=gform.hooks[o][n];null==i&&(i=n+\"_\"+e.length),gform.hooks[o][n].push({tag:i,callable:r,priority:t=null==t?10:t})},doHook:function(n,o,r){var t;if(r=Array.prototype.slice.call(r,1),null!=gform.hooks[n][o]&&((o=gform.hooks[n][o]).sort(function(o,n){return o.priority-n.priority}),o.forEach(function(o){\"function\"!=typeof(t=o.callable)&&(t=window[t]),\"action\"==n?t.apply(null,r):r[0]=t.apply(null,r)})),\"filter\"==n)return r[0]},removeHook:function(o,n,t,i){var r;null!=gform.hooks[o][n]&&(r=(r=gform.hooks[o][n]).filter(function(o,n,r){return!!(null!=i&&i!=o.tag||null!=t&&t!=o.priority)}),gform.hooks[o][n]=r)}});<\/script>\n                <div class='gf_browser_gecko gform_wrapper gravity-theme gform-theme--no-framework' data-form-theme='gravity-theme' data-form-index='0' id='gform_wrapper_2' ><style>#gform_wrapper_2[data-form-index=\"0\"].gform-theme,[data-parent-form=\"2_0\"]{--gf-color-primary: #204ce5;--gf-color-primary-rgb: 32, 76, 229;--gf-color-primary-contrast: #fff;--gf-color-primary-contrast-rgb: 255, 255, 255;--gf-color-primary-darker: #001AB3;--gf-color-primary-lighter: #527EFF;--gf-color-secondary: #fff;--gf-color-secondary-rgb: 255, 255, 255;--gf-color-secondary-contrast: #112337;--gf-color-secondary-contrast-rgb: 17, 35, 55;--gf-color-secondary-darker: #F5F5F5;--gf-color-secondary-lighter: #FFFFFF;--gf-color-out-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-out-ctrl-light-rgb: 17, 35, 55;--gf-color-out-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-out-ctrl-light-lighter: #F5F5F5;--gf-color-out-ctrl-dark: #585e6a;--gf-color-out-ctrl-dark-rgb: 88, 94, 106;--gf-color-out-ctrl-dark-darker: #112337;--gf-color-out-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-color-in-ctrl: #fff;--gf-color-in-ctrl-rgb: 255, 255, 255;--gf-color-in-ctrl-contrast: #112337;--gf-color-in-ctrl-contrast-rgb: 17, 35, 55;--gf-color-in-ctrl-darker: #F5F5F5;--gf-color-in-ctrl-lighter: #FFFFFF;--gf-color-in-ctrl-primary: #204ce5;--gf-color-in-ctrl-primary-rgb: 32, 76, 229;--gf-color-in-ctrl-primary-contrast: #fff;--gf-color-in-ctrl-primary-contrast-rgb: 255, 255, 255;--gf-color-in-ctrl-primary-darker: #001AB3;--gf-color-in-ctrl-primary-lighter: #527EFF;--gf-color-in-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-in-ctrl-light-rgb: 17, 35, 55;--gf-color-in-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-in-ctrl-light-lighter: #F5F5F5;--gf-color-in-ctrl-dark: #585e6a;--gf-color-in-ctrl-dark-rgb: 88, 94, 106;--gf-color-in-ctrl-dark-darker: #112337;--gf-color-in-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-radius: 3px;--gf-font-size-secondary: 14px;--gf-font-size-tertiary: 13px;--gf-icon-ctrl-number: url(\"data:image\/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 0C4.26522 5.96046e-08 4.51957 0.105357 4.70711 0.292893L7.70711 3.29289C8.09763 3.68342 8.09763 4.31658 7.70711 4.70711C7.31658 5.09763 6.68342 5.09763 6.29289 4.70711L4 2.41421L1.70711 4.70711C1.31658 5.09763 0.683417 5.09763 0.292893 4.70711C-0.0976311 4.31658 -0.097631 3.68342 0.292893 3.29289L3.29289 0.292893C3.48043 0.105357 3.73478 0 4 0ZM0.292893 9.29289C0.683417 8.90237 1.31658 8.90237 1.70711 9.29289L4 11.5858L6.29289 9.29289C6.68342 8.90237 7.31658 8.90237 7.70711 9.29289C8.09763 9.68342 8.09763 10.3166 7.70711 10.7071L4.70711 13.7071C4.31658 14.0976 3.68342 14.0976 3.29289 13.7071L0.292893 10.7071C-0.0976311 10.3166 -0.0976311 9.68342 0.292893 9.29289Z' fill='rgba(17, 35, 55, 0.65)'\/%3E%3C\/svg%3E\");--gf-icon-ctrl-select: url(\"data:image\/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.097631 1.31658 -0.097631 1.70711 0.292893L5 3.58579L8.29289 0.292893C8.68342 -0.0976311 9.31658 -0.0976311 9.70711 0.292893C10.0976 0.683417 10.0976 1.31658 9.70711 1.70711L5.70711 5.70711C5.31658 6.09763 4.68342 6.09763 4.29289 5.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z' fill='rgba(17, 35, 55, 0.65)'\/%3E%3C\/svg%3E\");--gf-icon-ctrl-search: url(\"data:image\/svg+xml,%3Csvg version='1.1' xmlns='http:\/\/www.w3.org\/2000\/svg' width='640' height='640'%3E%3Cpath d='M256 128c-70.692 0-128 57.308-128 128 0 70.691 57.308 128 128 128 70.691 0 128-57.309 128-128 0-70.692-57.309-128-128-128zM64 256c0-106.039 85.961-192 192-192s192 85.961 192 192c0 41.466-13.146 79.863-35.498 111.248l154.125 154.125c12.496 12.496 12.496 32.758 0 45.254s-32.758 12.496-45.254 0L367.248 412.502C335.862 434.854 297.467 448 256 448c-106.039 0-192-85.962-192-192z' fill='rgba(17, 35, 55, 0.65)'\/%3E%3C\/svg%3E\");--gf-label-space-y-secondary: var(--gf-label-space-y-md-secondary);--gf-ctrl-border-color: #686e77;--gf-ctrl-size: var(--gf-ctrl-size-md);--gf-ctrl-label-color-primary: #112337;--gf-ctrl-label-color-secondary: #112337;--gf-ctrl-choice-size: var(--gf-ctrl-choice-size-md);--gf-ctrl-checkbox-check-size: var(--gf-ctrl-checkbox-check-size-md);--gf-ctrl-radio-check-size: var(--gf-ctrl-radio-check-size-md);--gf-ctrl-btn-font-size: var(--gf-ctrl-btn-font-size-md);--gf-ctrl-btn-padding-x: var(--gf-ctrl-btn-padding-x-md);--gf-ctrl-btn-size: var(--gf-ctrl-btn-size-md);--gf-ctrl-btn-border-color-secondary: #686e77;--gf-ctrl-file-btn-bg-color-hover: #EBEBEB;--gf-field-pg-steps-number-color: rgba(17, 35, 55, 0.8);}<\/style><div id='gf_2' class='gform_anchor' tabindex='-1'><\/div>\n                        <div class='gform_heading'>\n                            <h2 class=\"gform_title\">Design B<\/h2>\n                        <\/div><form method='post' enctype='multipart\/form-data' target='gform_ajax_frame_2' id='gform_2'  action='\/test\/wp-json\/wp\/v2\/question\/12290#gf_2' data-formid='2' novalidate>\n                        <div class='gform-body gform_body'><div id='gform_fields_2' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id=\"field_2_3\" class=\"gfield gfield--type-survey gfield--input-type-likert gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible gsurvey-survey-field \"  data-field-class=\"gsurvey-survey-field\" data-js-reload=\"field_2_3\" ><label class='gfield_label gform-field-label' >How satisfied are you with our booking process?<\/label><div class='ginput_container ginput_container_likert'><table aria-label='How satisfied are you with our booking process?' class='gsurvey-likert' id='input_2_3'><thead><tr><th id='likert_col_1_2_3' scope='col' role='presentation' class='gsurvey-likert-choice-label'><< Low<\/th><th id='likert_col_2_2_3' scope='col' role='presentation' class='gsurvey-likert-choice-label'><\/th><th id='likert_col_3_2_3' scope='col' role='presentation' class='gsurvey-likert-choice-label'><\/th><th id='likert_col_4_2_3' scope='col' role='presentation' class='gsurvey-likert-choice-label'><\/th><th id='likert_col_5_2_3' scope='col' role='presentation' class='gsurvey-likert-choice-label'>High>><\/th><\/tr><\/thead><tbody><tr><td data-label='' class='gsurvey-likert-choice'><input name='input_3' type='radio' value='glikertcol3071f70b8'  id='choice_2_3_1'    aria-labelledby='likert_col_1_2_3'\/><\/td><td data-label='' class='gsurvey-likert-choice gsurvey-likert-selected'><input name='input_3' type='radio' value='glikertcol3d1b8334c' checked='checked' id='choice_2_3_2'    aria-labelledby='likert_col_2_2_3'\/><\/td><td data-label='' class='gsurvey-likert-choice'><input name='input_3' type='radio' value='glikertcol37df02020'  id='choice_2_3_3'    aria-labelledby='likert_col_3_2_3'\/><\/td><td data-label='' class='gsurvey-likert-choice'><input name='input_3' type='radio' value='glikertcol3602caa71'  id='choice_2_3_4'    aria-labelledby='likert_col_4_2_3'\/><\/td><td data-label='High&gt;&gt;' class='gsurvey-likert-choice'><input name='input_3' type='radio' value='glikertcol32def35bd'  id='choice_2_3_5'    aria-labelledby='likert_col_5_2_3'\/><\/td><\/tr><\/tbody><\/table><\/div><\/div><div id=\"field_2_10\" class=\"gfield gfield--type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_2_10\" >Please provide your feedback on the following topics:<\/div><div id=\"field_2_11\" class=\"gfield gfield--type-survey gfield--input-type-likert gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible gsurvey-survey-field \"  data-field-class=\"gsurvey-survey-field\" data-js-reload=\"field_2_11\" ><label class='gfield_label gform-field-label' >How satisfied are you with the usability of the website?<\/label><div class='ginput_container ginput_container_likert'><table aria-label='How satisfied are you with the usability of the website?' class='gsurvey-likert' id='input_2_11'><thead><tr><th id='likert_col_1_2_11' scope='col' role='presentation' class='gsurvey-likert-choice-label'><< Low<\/th><th id='likert_col_2_2_11' scope='col' role='presentation' class='gsurvey-likert-choice-label'><\/th><th id='likert_col_3_2_11' scope='col' role='presentation' class='gsurvey-likert-choice-label'><\/th><th id='likert_col_4_2_11' scope='col' role='presentation' class='gsurvey-likert-choice-label'><\/th><th id='likert_col_5_2_11' scope='col' role='presentation' class='gsurvey-likert-choice-label'>High>><\/th><\/tr><\/thead><tbody><tr><td data-label='' class='gsurvey-likert-choice'><input name='input_11' type='radio' value='glikertcol3071f70b8'  id='choice_2_11_1'    aria-labelledby='likert_col_1_2_11'\/><\/td><td data-label='' class='gsurvey-likert-choice gsurvey-likert-selected'><input name='input_11' type='radio' value='glikertcol3d1b8334c' checked='checked' id='choice_2_11_2'    aria-labelledby='likert_col_2_2_11'\/><\/td><td data-label='' class='gsurvey-likert-choice'><input name='input_11' type='radio' value='glikertcol37df02020'  id='choice_2_11_3'    aria-labelledby='likert_col_3_2_11'\/><\/td><td data-label='' class='gsurvey-likert-choice'><input name='input_11' type='radio' value='glikertcol3602caa71'  id='choice_2_11_4'    aria-labelledby='likert_col_4_2_11'\/><\/td><td data-label='High&gt;&gt;' class='gsurvey-likert-choice'><input name='input_11' type='radio' value='glikertcol32def35bd'  id='choice_2_11_5'    aria-labelledby='likert_col_5_2_11'\/><\/td><\/tr><\/tbody><\/table><\/div><\/div><div id=\"field_2_13\" class=\"gfield gfield--type-survey gfield--input-type-likert gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible gsurvey-survey-field \"  data-field-class=\"gsurvey-survey-field\" data-js-reload=\"field_2_13\" ><label class='gfield_label gform-field-label' >How satisfied are you with the quality of information provided throughout the online booking??<\/label><div class='ginput_container ginput_container_likert'><table aria-label='How satisfied are you with the quality of information provided throughout the online booking??' class='gsurvey-likert' id='input_2_13'><thead><tr><th id='likert_col_1_2_13' scope='col' role='presentation' class='gsurvey-likert-choice-label'><< Low<\/th><th id='likert_col_2_2_13' scope='col' role='presentation' class='gsurvey-likert-choice-label'><\/th><th id='likert_col_3_2_13' scope='col' role='presentation' class='gsurvey-likert-choice-label'><\/th><th id='likert_col_4_2_13' scope='col' role='presentation' class='gsurvey-likert-choice-label'><\/th><th id='likert_col_5_2_13' scope='col' role='presentation' class='gsurvey-likert-choice-label'>High>><\/th><\/tr><\/thead><tbody><tr><td data-label='' class='gsurvey-likert-choice'><input name='input_13' type='radio' value='glikertcol3071f70b8'  id='choice_2_13_1'    aria-labelledby='likert_col_1_2_13'\/><\/td><td data-label='' class='gsurvey-likert-choice gsurvey-likert-selected'><input name='input_13' type='radio' value='glikertcol3d1b8334c' checked='checked' id='choice_2_13_2'    aria-labelledby='likert_col_2_2_13'\/><\/td><td data-label='' class='gsurvey-likert-choice'><input name='input_13' type='radio' value='glikertcol37df02020'  id='choice_2_13_3'    aria-labelledby='likert_col_3_2_13'\/><\/td><td data-label='' class='gsurvey-likert-choice'><input name='input_13' type='radio' value='glikertcol3602caa71'  id='choice_2_13_4'    aria-labelledby='likert_col_4_2_13'\/><\/td><td data-label='High&gt;&gt;' class='gsurvey-likert-choice'><input name='input_13' type='radio' value='glikertcol32def35bd'  id='choice_2_13_5'    aria-labelledby='likert_col_5_2_13'\/><\/td><\/tr><\/tbody><\/table><\/div><\/div><div id=\"field_2_12\" class=\"gfield gfield--type-survey gfield--input-type-likert gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible gsurvey-survey-field \"  data-field-class=\"gsurvey-survey-field\" data-js-reload=\"field_2_12\" ><label class='gfield_label gform-field-label' >How satisfied are you with the online payment process?<\/label><div class='ginput_container ginput_container_likert'><table aria-label='How satisfied are you with the online payment process?' class='gsurvey-likert' id='input_2_12'><thead><tr><th id='likert_col_1_2_12' scope='col' role='presentation' class='gsurvey-likert-choice-label'><< Low<\/th><th id='likert_col_2_2_12' scope='col' role='presentation' class='gsurvey-likert-choice-label'><\/th><th id='likert_col_3_2_12' scope='col' role='presentation' class='gsurvey-likert-choice-label'><\/th><th id='likert_col_4_2_12' scope='col' role='presentation' class='gsurvey-likert-choice-label'><\/th><th id='likert_col_5_2_12' scope='col' role='presentation' class='gsurvey-likert-choice-label'>High>><\/th><\/tr><\/thead><tbody><tr><td data-label='' class='gsurvey-likert-choice'><input name='input_12' type='radio' value='glikertcol3071f70b8'  id='choice_2_12_1'    aria-labelledby='likert_col_1_2_12'\/><\/td><td data-label='' class='gsurvey-likert-choice gsurvey-likert-selected'><input name='input_12' type='radio' value='glikertcol3d1b8334c' checked='checked' id='choice_2_12_2'    aria-labelledby='likert_col_2_2_12'\/><\/td><td data-label='' class='gsurvey-likert-choice'><input name='input_12' type='radio' value='glikertcol37df02020'  id='choice_2_12_3'    aria-labelledby='likert_col_3_2_12'\/><\/td><td data-label='' class='gsurvey-likert-choice'><input name='input_12' type='radio' value='glikertcol3602caa71'  id='choice_2_12_4'    aria-labelledby='likert_col_4_2_12'\/><\/td><td data-label='High&gt;&gt;' class='gsurvey-likert-choice'><input name='input_12' type='radio' value='glikertcol32def35bd'  id='choice_2_12_5'    aria-labelledby='likert_col_5_2_12'\/><\/td><\/tr><\/tbody><\/table><\/div><\/div><div id=\"field_2_14\" class=\"gfield gfield--type-text field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_2_14\" ><label class='gfield_label gform-field-label' for='input_2_14'>If you have any other feedback please tell us here. We love to imprive our service.<\/label><div class='ginput_container ginput_container_text'><input name='input_14' id='input_2_14' type='text' value='' class='large'      aria-invalid=\"false\"   \/> <\/div><\/div><\/div><\/div>\n        <div class='gform_footer top_label'> <input type='submit' id='gform_submit_button_2' class='gform_button button' value='Submit'  onclick='if(window[\"gf_submitting_2\"]){return false;}  if( !jQuery(\"#gform_2\")[0].checkValidity || jQuery(\"#gform_2\")[0].checkValidity()){window[\"gf_submitting_2\"]=true;}  ' onkeypress='if( event.keyCode == 13 ){ if(window[\"gf_submitting_2\"]){return false;} if( !jQuery(\"#gform_2\")[0].checkValidity || jQuery(\"#gform_2\")[0].checkValidity()){window[\"gf_submitting_2\"]=true;}  jQuery(\"#gform_2\").trigger(\"submit\",[true]); }' \/> <input type='hidden' name='gform_ajax' value='form_id=2&amp;title=1&amp;description=&amp;tabindex=0&amp;theme=gravity-theme' \/>\n            <input type='hidden' class='gform_hidden' name='is_submit_2' value='1' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submit' value='2' \/>\n            \n            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' \/>\n            <input type='hidden' class='gform_hidden' name='state_2' value='WyJbXSIsIjlhMzRjZjkwNWFkZjgxNDlhNTkxNzExZGU4Y2ZiN2Q1Il0=' \/>\n            <input type='hidden' class='gform_hidden' name='gform_target_page_number_2' id='gform_target_page_number_2' value='0' \/>\n            <input type='hidden' class='gform_hidden' name='gform_source_page_number_2' id='gform_source_page_number_2' value='1' \/>\n            <input type='hidden' name='gform_field_values' value='' \/>\n            \n        <\/div>\n                        <\/form>\n                        <\/div>\n\t\t                <iframe style='display:none;width:0px;height:0px;' src='about:blank' name='gform_ajax_frame_2' id='gform_ajax_frame_2' title='This iframe contains the logic required to handle Ajax powered Gravity Forms.'><\/iframe>\n\t\t                <script type=\"text\/javascript\">\n\/* <![CDATA[ *\/\n gform.initializeOnLoaded( function() {gformInitSpinner( 2, 'https:\/\/www.economicsobservatory.com\/test\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery('#gform_ajax_frame_2').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_2');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_2').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_2').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_2').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_2').removeClass('gform_validation_error');}setTimeout( function() { \/* delay the scroll by 50 milliseconds to fix a bug in chrome *\/ jQuery(document).scrollTop(jQuery('#gform_wrapper_2').offset().top - mt); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_2').val();gformInitSpinner( 2, 'https:\/\/www.economicsobservatory.com\/test\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [2, current_page]);window['gf_submitting_2'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_2').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_2').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [2]);window['gf_submitting_2'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_2').text());}else{jQuery('#gform_2').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger(\"gform_pre_post_render\", [{ formId: \"2\", currentPage: \"current_page\", abort: function() { this.preventDefault(); } }]);                if (event && event.defaultPrevented) {                return;         }        const gformWrapperDiv = document.getElementById( \"gform_wrapper_2\" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( \"span\" );            visibilitySpan.id = \"gform_visibility_test_2\";            gformWrapperDiv.insertAdjacentElement( \"afterend\", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( \"gform_visibility_test_2\" );        let postRenderFired = false;                function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            jQuery( document ).trigger( 'gform_post_render', [2, current_page] );            gform.utils.trigger( { event: 'gform\/postRender', native: false, data: { formId: 2, currentPage: current_page } } );            if ( visibilityTestDiv ) {                visibilityTestDiv.parentNode.removeChild( visibilityTestDiv );            }        }        function debounce( func, wait, immediate ) {            var timeout;            return function() {                var context = this, args = arguments;                var later = function() {                    timeout = null;                    if ( !immediate ) func.apply( context, args );                };                var callNow = immediate && !timeout;                clearTimeout( timeout );                timeout = setTimeout( later, wait );                if ( callNow ) func.apply( context, args );            };        }        const debouncedTriggerPostRender = debounce( function() {            triggerPostRender();        }, 200 );        if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) {            const observer = new MutationObserver( ( mutations ) => {                mutations.forEach( ( mutation ) => {                    if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) {                        debouncedTriggerPostRender();                        observer.disconnect();                    }                });            });            observer.observe( document.body, {                attributes: true,                childList: false,                subtree: true,                attributeFilter: [ 'style', 'class' ],            });        } else {            triggerPostRender();        }    } );} ); \n\/* ]]> *\/\n<\/script>\n\t    <\/div>\n\t    <script type=\"text\/javascript\">\n\t    \tdocument.addEventListener(\"DOMContentLoaded\", function() {\n\t    \t\tvar closeFeedbackForm = document.getElementsByClassName('close-feedback-form')[0];\n\t\t  \tvar feedbackFormContainer = document.getElementsByClassName('feedback-form-container')[0];\n\t\t\n\t\t  \tcloseFeedbackForm.addEventListener('click', function() {\n\n\t\t\t\tfeedbackFormContainer.classList.add('closed');\n\n\t\t  \t});\n\t\t\t\n\n\n\t\t});\n\t\t\n\t\tdocument.addEventListener(\"scroll\", function() {\n\t\t\tvar chartElement = document.getElementById('chatEmbed122764');\n\t\t\tvar feedbackFormContainer = document.getElementsByClassName('feedback-form-container')[0];\n\t\t\tif ( isInViewport(chartElement) ) {\n\t\t\t\tfeedbackFormContainer.classList.add('active');\n\t\t\t} else {\n\t\t\t\tfeedbackFormContainer.classList.remove('active');\n\t\t\t}\n\t    \t});\n\t\t\n\t\t\/\/ Determine if an element is in the visible viewport\n\t\tfunction isInViewport(element) {\n\t\t  var rect = element.getBoundingClientRect();\n\t\t  var html = document.documentElement;\n\t\t  return (\n\t\t    rect.top >= 0 &&\n\t\t    rect.left >= 0 &&\n\t\t    rect.bottom <= (window.innerHeight || html.clientHeight) &&\n\t\t    rect.right <= (window.innerWidth || html.clientWidth)\n\t\t  );\n\t\t}\n\t    <\/script>\n\t<\/section>\n\n<section class=\"blocks__chart\">\n    <div id=\"chatEmbed750677\" class=\"blocks__chart-svg\"><\/div>\n\n    <script>\n        var spec = {\"$schema\":\"https:\\\/\\\/vega.github.io\\\/schema\\\/vega-lite\\\/v5.json\",\"description\":\"Returns on shares in new technology companies\",\"height\":300,\"width\":300,\"data\":{\"url\":\"https:\\\/\\\/raw.githubusercontent.com\\\/RDeconomist\\\/observatory\\\/main\\\/Return%20on%20shares%20in%20tech2.csv\"},\"mark\":{\"type\":\"bar\",\"color\":\"#e6224b\"},\"encoding\":{\"y\":{\"field\":\"Tech company\",\"sort\":\"x\",\"title\":\"\"},\"x\":{\"aggregate\":\"sum\",\"field\":\"Percent\",\"title\":\"Percent\"}}};\n        var view = new vega.View(vega.parse(spec), {\n            responsive: true,\n            renderer: \"canvas\", \/\/ renderer (canvas or svg)\n            container: \"#chatEmbed750677\", \/\/ parent DOM container\n            hover: true \/\/ enable hover processing\n        });\n        view.run();\n\n        vegaEmbed('#chatEmbed750677', spec);\n    <\/script>\n<\/section>\n\n\n<h5 class=\"wp-block-heading\">Source: Google Finance<br>Note: Returns are measured from 3 January 2020 to 7 May 2021<\/h5>\n\n\n\n<h3 class=\"wp-block-heading\">What is a tech bubble?<\/h3>\n\n\n\n<p>A technology bubble is a substantial rise and fall in the prices of assets associated with a new technology (<a href=\"https:\/\/link.springer.com\/book\/10.1057\/9780230628045\">Kindleberger, 1996<\/a>; <a href=\"https:\/\/www.cambridge.org\/gb\/academic\/subjects\/history\/economic-history\/boom-and-bust-global-history-financial-bubbles?format=HB\">Quinn and Turner, 2020<\/a>). They are generally thought to arise as a result of excitement surrounding a new technology, sometimes accompanied by high initial profits, which attract capital to firms that use this technology. An initial increase in prices then draws speculative or \u2018momentum\u2019 traders, causing prices to continue to rise, often to levels that are difficulty to justify based on the profitability of the underlying firm (<a href=\"https:\/\/academic.oup.com\/cje\/article-abstract\/34\/1\/185\/1699623\">Perez, 2010<\/a>).<\/p>\n\n\n\n<p>While valuations may appear to be excessively high to professional investors, they often persist for several reasons. First, because the technology is so new and its economic impact is highly uncertain, there is little concrete information with which to value new tech companies (<a href=\"https:\/\/www.sup.org\/books\/title\/?id=24950\">Goldfarb and Kirsch, 2019<\/a>).<\/p>\n\n\n\n<p>Second, excitement surrounding technology can lead to high levels of media attention, drawing in more and more na\u00efve investors. This is often accompanied by the emergence of a \u2018new era\u2019 narrative, which appears to justify the very high prices of tech companies\u2019 shares (<a href=\"https:\/\/academic.oup.com\/cje\/article-abstract\/34\/1\/185\/1699623\">Perez, 2010<\/a>; <a href=\"https:\/\/press.princeton.edu\/books\/paperback\/9780691173122\/irrational-exuberance\">Shiller, 2015<\/a>; <a href=\"https:\/\/www.sup.org\/books\/title\/?id=24950\">Goldfarb and Kirsch, 2019<\/a>).<\/p>\n\n\n\n<p>The most famous and largest tech bubble in history was the dot-com bubble of the 1990s. The shares of new information technology and internet companies surged during the late 1990s, with companies like WebVan and Pets.com valued at hundreds of millions of dollars despite making heavy losses. In 2000, the bubble burst and many of these companies went bankrupt. The magnitude of the dot-com bubble can be seen in Figure 2.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Figure 2: The dot-com bubble<\/h4>\n\n\n<section class=\"blocks__chart\">\n               <div id=\"crl-908249\" class=\"chart-references-label\">Chart References<\/div>\n\t  <div id=\"crp-908249\" class=\"chart-references-popup\">\n\t  \t<a href=\"https:\/\/www.economicsobservatory.com\/test\/the-dot-com-bubble\" class=\"reference\">The dot-com bubble<\/a>\t  <\/div>\n\t  \n\t  <script type=\"text\/javascript\">\n\t    \tvar hover = false;\n\t\tvar chartReferencePopup = document.getElementById(\"crp-908249\");\n\t\t\n\t\tdocument.getElementById(\"crl-908249\").addEventListener(\"mouseover\", function( event ) {\n\t\t console.log('called on hover'); \/\/just to make sure the function is getting called   \n\t\t  if(!hover) {\n\t\t    chartReferencePopup.classList.add('active');\n\t\t  }\n\t\t  hover = true;\n\n\t\t  }, false);\n\t\tdocument.getElementById(\"crp-908249\").addEventListener(\"mouseleave\", function( event ) {\n\t\t console.log('called on dhjhhhjs'); \/\/just to make sure the function is getting called   \n\t\t  hover = false;\n\t\t  chartReferencePopup.classList.remove('active');\n\n\t\t  }, false);\n\t    <\/script>\n         <div id=\"chatEmbed908249\" class=\"blocks__chart-svg\"><\/div>\n\n    <script>\n        var spec = {\"$schema\":\"https:\\\/\\\/vega.github.io\\\/schema\\\/vega-lite\\\/v5.json\",\"description\":\"Dot com bubble\",\"data\":{\"url\":\"https:\\\/\\\/raw.githubusercontent.com\\\/RDeconomist\\\/observatory\\\/main\\\/Dot%20com%20bubble.csv\"},\"height\":300,\"width\":450,\"mark\":\"line\",\"encoding\":{\"x\":{\"field\":\"Date\",\"type\":\"temporal\",\"title\":\"Year\",\"tickcount\":\"Year\"},\"y\":{\"field\":\"Index number\",\"type\":\"quantitative\",\"title\":\"\",\"sort\":[]},\"color\":{\"field\":\"Index\",\"type\":\"nominal\",\"sort\":[],\"scale\":{\"range\":[\"#122b39\",\"#e6224b\"]}},\"tooltip\":[{\"field\":\"Year\",\"type\":\"temporal\"},{\"field\":\"Index number\",\"type\":\"quantitative\",\"title\":\"\"}]}};\n        var view = new vega.View(vega.parse(spec), {\n            responsive: true,\n            renderer: \"canvas\", \/\/ renderer (canvas or svg)\n            container: \"#chatEmbed908249\", \/\/ parent DOM container\n            hover: true \/\/ enable hover processing\n        });\n        view.run();\n\n        vegaEmbed('#chatEmbed908249', spec);\n    <\/script>\n    \n        \n\t    <div id=\"feedback-2\" class=\"feedback-form-container\">\n\t    \t<div class=\"close-feedback-form\">\n\t\t\t<div class=\"close-feedback-form-inner\"><\/div>\n\t\t<\/div>\n\t    \t\n                <div class='gf_browser_gecko gform_wrapper gravity-theme gform-theme--no-framework' data-form-theme='gravity-theme' data-form-index='1' id='gform_wrapper_2' ><style>#gform_wrapper_2[data-form-index=\"1\"].gform-theme,[data-parent-form=\"2_1\"]{--gf-color-primary: #204ce5;--gf-color-primary-rgb: 32, 76, 229;--gf-color-primary-contrast: #fff;--gf-color-primary-contrast-rgb: 255, 255, 255;--gf-color-primary-darker: #001AB3;--gf-color-primary-lighter: #527EFF;--gf-color-secondary: #fff;--gf-color-secondary-rgb: 255, 255, 255;--gf-color-secondary-contrast: #112337;--gf-color-secondary-contrast-rgb: 17, 35, 55;--gf-color-secondary-darker: #F5F5F5;--gf-color-secondary-lighter: #FFFFFF;--gf-color-out-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-out-ctrl-light-rgb: 17, 35, 55;--gf-color-out-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-out-ctrl-light-lighter: #F5F5F5;--gf-color-out-ctrl-dark: #585e6a;--gf-color-out-ctrl-dark-rgb: 88, 94, 106;--gf-color-out-ctrl-dark-darker: #112337;--gf-color-out-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-color-in-ctrl: #fff;--gf-color-in-ctrl-rgb: 255, 255, 255;--gf-color-in-ctrl-contrast: #112337;--gf-color-in-ctrl-contrast-rgb: 17, 35, 55;--gf-color-in-ctrl-darker: #F5F5F5;--gf-color-in-ctrl-lighter: #FFFFFF;--gf-color-in-ctrl-primary: #204ce5;--gf-color-in-ctrl-primary-rgb: 32, 76, 229;--gf-color-in-ctrl-primary-contrast: #fff;--gf-color-in-ctrl-primary-contrast-rgb: 255, 255, 255;--gf-color-in-ctrl-primary-darker: #001AB3;--gf-color-in-ctrl-primary-lighter: #527EFF;--gf-color-in-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-in-ctrl-light-rgb: 17, 35, 55;--gf-color-in-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-in-ctrl-light-lighter: #F5F5F5;--gf-color-in-ctrl-dark: #585e6a;--gf-color-in-ctrl-dark-rgb: 88, 94, 106;--gf-color-in-ctrl-dark-darker: #112337;--gf-color-in-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-radius: 3px;--gf-font-size-secondary: 14px;--gf-font-size-tertiary: 13px;--gf-icon-ctrl-number: url(\"data:image\/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 0C4.26522 5.96046e-08 4.51957 0.105357 4.70711 0.292893L7.70711 3.29289C8.09763 3.68342 8.09763 4.31658 7.70711 4.70711C7.31658 5.09763 6.68342 5.09763 6.29289 4.70711L4 2.41421L1.70711 4.70711C1.31658 5.09763 0.683417 5.09763 0.292893 4.70711C-0.0976311 4.31658 -0.097631 3.68342 0.292893 3.29289L3.29289 0.292893C3.48043 0.105357 3.73478 0 4 0ZM0.292893 9.29289C0.683417 8.90237 1.31658 8.90237 1.70711 9.29289L4 11.5858L6.29289 9.29289C6.68342 8.90237 7.31658 8.90237 7.70711 9.29289C8.09763 9.68342 8.09763 10.3166 7.70711 10.7071L4.70711 13.7071C4.31658 14.0976 3.68342 14.0976 3.29289 13.7071L0.292893 10.7071C-0.0976311 10.3166 -0.0976311 9.68342 0.292893 9.29289Z' fill='rgba(17, 35, 55, 0.65)'\/%3E%3C\/svg%3E\");--gf-icon-ctrl-select: url(\"data:image\/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.097631 1.31658 -0.097631 1.70711 0.292893L5 3.58579L8.29289 0.292893C8.68342 -0.0976311 9.31658 -0.0976311 9.70711 0.292893C10.0976 0.683417 10.0976 1.31658 9.70711 1.70711L5.70711 5.70711C5.31658 6.09763 4.68342 6.09763 4.29289 5.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z' fill='rgba(17, 35, 55, 0.65)'\/%3E%3C\/svg%3E\");--gf-icon-ctrl-search: url(\"data:image\/svg+xml,%3Csvg version='1.1' xmlns='http:\/\/www.w3.org\/2000\/svg' width='640' height='640'%3E%3Cpath d='M256 128c-70.692 0-128 57.308-128 128 0 70.691 57.308 128 128 128 70.691 0 128-57.309 128-128 0-70.692-57.309-128-128-128zM64 256c0-106.039 85.961-192 192-192s192 85.961 192 192c0 41.466-13.146 79.863-35.498 111.248l154.125 154.125c12.496 12.496 12.496 32.758 0 45.254s-32.758 12.496-45.254 0L367.248 412.502C335.862 434.854 297.467 448 256 448c-106.039 0-192-85.962-192-192z' fill='rgba(17, 35, 55, 0.65)'\/%3E%3C\/svg%3E\");--gf-label-space-y-secondary: var(--gf-label-space-y-md-secondary);--gf-ctrl-border-color: #686e77;--gf-ctrl-size: var(--gf-ctrl-size-md);--gf-ctrl-label-color-primary: #112337;--gf-ctrl-label-color-secondary: #112337;--gf-ctrl-choice-size: var(--gf-ctrl-choice-size-md);--gf-ctrl-checkbox-check-size: var(--gf-ctrl-checkbox-check-size-md);--gf-ctrl-radio-check-size: var(--gf-ctrl-radio-check-size-md);--gf-ctrl-btn-font-size: var(--gf-ctrl-btn-font-size-md);--gf-ctrl-btn-padding-x: var(--gf-ctrl-btn-padding-x-md);--gf-ctrl-btn-size: var(--gf-ctrl-btn-size-md);--gf-ctrl-btn-border-color-secondary: #686e77;--gf-ctrl-file-btn-bg-color-hover: #EBEBEB;--gf-field-pg-steps-number-color: rgba(17, 35, 55, 0.8);}<\/style><div id='gf_2' class='gform_anchor' tabindex='-1'><\/div>\n                        <div class='gform_heading'>\n                            <h2 class=\"gform_title\">Design B<\/h2>\n                        <\/div><form method='post' enctype='multipart\/form-data' target='gform_ajax_frame_2' id='gform_2'  action='\/test\/wp-json\/wp\/v2\/question\/12290#gf_2' data-formid='2' novalidate>\n                        <div class='gform-body gform_body'><div id='gform_fields_2' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id=\"field_2_3\" class=\"gfield gfield--type-survey gfield--input-type-likert gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible gsurvey-survey-field \"  data-field-class=\"gsurvey-survey-field\" data-js-reload=\"field_2_3\" ><label class='gfield_label gform-field-label' >How satisfied are you with our booking process?<\/label><div class='ginput_container ginput_container_likert'><table aria-label='How satisfied are you with our booking process?' class='gsurvey-likert' id='input_2_3'><thead><tr><th id='likert_col_1_2_3' scope='col' role='presentation' class='gsurvey-likert-choice-label'><< Low<\/th><th id='likert_col_2_2_3' scope='col' role='presentation' class='gsurvey-likert-choice-label'><\/th><th id='likert_col_3_2_3' scope='col' role='presentation' class='gsurvey-likert-choice-label'><\/th><th id='likert_col_4_2_3' scope='col' role='presentation' class='gsurvey-likert-choice-label'><\/th><th id='likert_col_5_2_3' scope='col' role='presentation' class='gsurvey-likert-choice-label'>High>><\/th><\/tr><\/thead><tbody><tr><td data-label='' class='gsurvey-likert-choice'><input name='input_3' type='radio' value='glikertcol3071f70b8'  id='choice_2_3_1'    aria-labelledby='likert_col_1_2_3'\/><\/td><td data-label='' class='gsurvey-likert-choice gsurvey-likert-selected'><input name='input_3' type='radio' value='glikertcol3d1b8334c' checked='checked' id='choice_2_3_2'    aria-labelledby='likert_col_2_2_3'\/><\/td><td data-label='' class='gsurvey-likert-choice'><input name='input_3' type='radio' value='glikertcol37df02020'  id='choice_2_3_3'    aria-labelledby='likert_col_3_2_3'\/><\/td><td data-label='' class='gsurvey-likert-choice'><input name='input_3' type='radio' value='glikertcol3602caa71'  id='choice_2_3_4'    aria-labelledby='likert_col_4_2_3'\/><\/td><td data-label='High&gt;&gt;' class='gsurvey-likert-choice'><input name='input_3' type='radio' value='glikertcol32def35bd'  id='choice_2_3_5'    aria-labelledby='likert_col_5_2_3'\/><\/td><\/tr><\/tbody><\/table><\/div><\/div><div id=\"field_2_10\" class=\"gfield gfield--type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_2_10\" >Please provide your feedback on the following topics:<\/div><div id=\"field_2_11\" class=\"gfield gfield--type-survey gfield--input-type-likert gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible gsurvey-survey-field \"  data-field-class=\"gsurvey-survey-field\" data-js-reload=\"field_2_11\" ><label class='gfield_label gform-field-label' >How satisfied are you with the usability of the website?<\/label><div class='ginput_container ginput_container_likert'><table aria-label='How satisfied are you with the usability of the website?' class='gsurvey-likert' id='input_2_11'><thead><tr><th id='likert_col_1_2_11' scope='col' role='presentation' class='gsurvey-likert-choice-label'><< Low<\/th><th id='likert_col_2_2_11' scope='col' role='presentation' class='gsurvey-likert-choice-label'><\/th><th id='likert_col_3_2_11' scope='col' role='presentation' class='gsurvey-likert-choice-label'><\/th><th id='likert_col_4_2_11' scope='col' role='presentation' class='gsurvey-likert-choice-label'><\/th><th id='likert_col_5_2_11' scope='col' role='presentation' class='gsurvey-likert-choice-label'>High>><\/th><\/tr><\/thead><tbody><tr><td data-label='' class='gsurvey-likert-choice'><input name='input_11' type='radio' value='glikertcol3071f70b8'  id='choice_2_11_1'    aria-labelledby='likert_col_1_2_11'\/><\/td><td data-label='' class='gsurvey-likert-choice gsurvey-likert-selected'><input name='input_11' type='radio' value='glikertcol3d1b8334c' checked='checked' id='choice_2_11_2'    aria-labelledby='likert_col_2_2_11'\/><\/td><td data-label='' class='gsurvey-likert-choice'><input name='input_11' type='radio' value='glikertcol37df02020'  id='choice_2_11_3'    aria-labelledby='likert_col_3_2_11'\/><\/td><td data-label='' class='gsurvey-likert-choice'><input name='input_11' type='radio' value='glikertcol3602caa71'  id='choice_2_11_4'    aria-labelledby='likert_col_4_2_11'\/><\/td><td data-label='High&gt;&gt;' class='gsurvey-likert-choice'><input name='input_11' type='radio' value='glikertcol32def35bd'  id='choice_2_11_5'    aria-labelledby='likert_col_5_2_11'\/><\/td><\/tr><\/tbody><\/table><\/div><\/div><div id=\"field_2_13\" class=\"gfield gfield--type-survey gfield--input-type-likert gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible gsurvey-survey-field \"  data-field-class=\"gsurvey-survey-field\" data-js-reload=\"field_2_13\" ><label class='gfield_label gform-field-label' >How satisfied are you with the quality of information provided throughout the online booking??<\/label><div class='ginput_container ginput_container_likert'><table aria-label='How satisfied are you with the quality of information provided throughout the online booking??' class='gsurvey-likert' id='input_2_13'><thead><tr><th id='likert_col_1_2_13' scope='col' role='presentation' class='gsurvey-likert-choice-label'><< Low<\/th><th id='likert_col_2_2_13' scope='col' role='presentation' class='gsurvey-likert-choice-label'><\/th><th id='likert_col_3_2_13' scope='col' role='presentation' class='gsurvey-likert-choice-label'><\/th><th id='likert_col_4_2_13' scope='col' role='presentation' class='gsurvey-likert-choice-label'><\/th><th id='likert_col_5_2_13' scope='col' role='presentation' class='gsurvey-likert-choice-label'>High>><\/th><\/tr><\/thead><tbody><tr><td data-label='' class='gsurvey-likert-choice'><input name='input_13' type='radio' value='glikertcol3071f70b8'  id='choice_2_13_1'    aria-labelledby='likert_col_1_2_13'\/><\/td><td data-label='' class='gsurvey-likert-choice gsurvey-likert-selected'><input name='input_13' type='radio' value='glikertcol3d1b8334c' checked='checked' id='choice_2_13_2'    aria-labelledby='likert_col_2_2_13'\/><\/td><td data-label='' class='gsurvey-likert-choice'><input name='input_13' type='radio' value='glikertcol37df02020'  id='choice_2_13_3'    aria-labelledby='likert_col_3_2_13'\/><\/td><td data-label='' class='gsurvey-likert-choice'><input name='input_13' type='radio' value='glikertcol3602caa71'  id='choice_2_13_4'    aria-labelledby='likert_col_4_2_13'\/><\/td><td data-label='High&gt;&gt;' class='gsurvey-likert-choice'><input name='input_13' type='radio' value='glikertcol32def35bd'  id='choice_2_13_5'    aria-labelledby='likert_col_5_2_13'\/><\/td><\/tr><\/tbody><\/table><\/div><\/div><div id=\"field_2_12\" class=\"gfield gfield--type-survey gfield--input-type-likert gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible gsurvey-survey-field \"  data-field-class=\"gsurvey-survey-field\" data-js-reload=\"field_2_12\" ><label class='gfield_label gform-field-label' >How satisfied are you with the online payment process?<\/label><div class='ginput_container ginput_container_likert'><table aria-label='How satisfied are you with the online payment process?' class='gsurvey-likert' id='input_2_12'><thead><tr><th id='likert_col_1_2_12' scope='col' role='presentation' class='gsurvey-likert-choice-label'><< Low<\/th><th id='likert_col_2_2_12' scope='col' role='presentation' class='gsurvey-likert-choice-label'><\/th><th id='likert_col_3_2_12' scope='col' role='presentation' class='gsurvey-likert-choice-label'><\/th><th id='likert_col_4_2_12' scope='col' role='presentation' class='gsurvey-likert-choice-label'><\/th><th id='likert_col_5_2_12' scope='col' role='presentation' class='gsurvey-likert-choice-label'>High>><\/th><\/tr><\/thead><tbody><tr><td data-label='' class='gsurvey-likert-choice'><input name='input_12' type='radio' value='glikertcol3071f70b8'  id='choice_2_12_1'    aria-labelledby='likert_col_1_2_12'\/><\/td><td data-label='' class='gsurvey-likert-choice gsurvey-likert-selected'><input name='input_12' type='radio' value='glikertcol3d1b8334c' checked='checked' id='choice_2_12_2'    aria-labelledby='likert_col_2_2_12'\/><\/td><td data-label='' class='gsurvey-likert-choice'><input name='input_12' type='radio' value='glikertcol37df02020'  id='choice_2_12_3'    aria-labelledby='likert_col_3_2_12'\/><\/td><td data-label='' class='gsurvey-likert-choice'><input name='input_12' type='radio' value='glikertcol3602caa71'  id='choice_2_12_4'    aria-labelledby='likert_col_4_2_12'\/><\/td><td data-label='High&gt;&gt;' class='gsurvey-likert-choice'><input name='input_12' type='radio' value='glikertcol32def35bd'  id='choice_2_12_5'    aria-labelledby='likert_col_5_2_12'\/><\/td><\/tr><\/tbody><\/table><\/div><\/div><div id=\"field_2_14\" class=\"gfield gfield--type-text field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_2_14\" ><label class='gfield_label gform-field-label' for='input_2_14'>If you have any other feedback please tell us here. We love to imprive our service.<\/label><div class='ginput_container ginput_container_text'><input name='input_14' id='input_2_14' type='text' value='' class='large'      aria-invalid=\"false\"   \/> <\/div><\/div><\/div><\/div>\n        <div class='gform_footer top_label'> <input type='submit' id='gform_submit_button_2' class='gform_button button' value='Submit'  onclick='if(window[\"gf_submitting_2\"]){return false;}  if( !jQuery(\"#gform_2\")[0].checkValidity || jQuery(\"#gform_2\")[0].checkValidity()){window[\"gf_submitting_2\"]=true;}  ' onkeypress='if( event.keyCode == 13 ){ if(window[\"gf_submitting_2\"]){return false;} if( !jQuery(\"#gform_2\")[0].checkValidity || jQuery(\"#gform_2\")[0].checkValidity()){window[\"gf_submitting_2\"]=true;}  jQuery(\"#gform_2\").trigger(\"submit\",[true]); }' \/> <input type='hidden' name='gform_ajax' value='form_id=2&amp;title=1&amp;description=&amp;tabindex=0&amp;theme=gravity-theme' \/>\n            <input type='hidden' class='gform_hidden' name='is_submit_2' value='1' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submit' value='2' \/>\n            \n            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' \/>\n            <input type='hidden' class='gform_hidden' name='state_2' value='WyJbXSIsIjlhMzRjZjkwNWFkZjgxNDlhNTkxNzExZGU4Y2ZiN2Q1Il0=' \/>\n            <input type='hidden' class='gform_hidden' name='gform_target_page_number_2' id='gform_target_page_number_2' value='0' \/>\n            <input type='hidden' class='gform_hidden' name='gform_source_page_number_2' id='gform_source_page_number_2' value='1' \/>\n            <input type='hidden' name='gform_field_values' value='' \/>\n            \n        <\/div>\n                        <\/form>\n                        <\/div>\n\t\t                <iframe style='display:none;width:0px;height:0px;' src='about:blank' name='gform_ajax_frame_2' id='gform_ajax_frame_2' title='This iframe contains the logic required to handle Ajax powered Gravity Forms.'><\/iframe>\n\t\t                <script type=\"text\/javascript\">\n\/* <![CDATA[ *\/\n gform.initializeOnLoaded( function() {gformInitSpinner( 2, 'https:\/\/www.economicsobservatory.com\/test\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery('#gform_ajax_frame_2').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_2');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_2').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_2').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_2').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_2').removeClass('gform_validation_error');}setTimeout( function() { \/* delay the scroll by 50 milliseconds to fix a bug in chrome *\/ jQuery(document).scrollTop(jQuery('#gform_wrapper_2').offset().top - mt); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_2').val();gformInitSpinner( 2, 'https:\/\/www.economicsobservatory.com\/test\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [2, current_page]);window['gf_submitting_2'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_2').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_2').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [2]);window['gf_submitting_2'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_2').text());}else{jQuery('#gform_2').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger(\"gform_pre_post_render\", [{ formId: \"2\", currentPage: \"current_page\", abort: function() { this.preventDefault(); } }]);                if (event && event.defaultPrevented) {                return;         }        const gformWrapperDiv = document.getElementById( \"gform_wrapper_2\" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( \"span\" );            visibilitySpan.id = \"gform_visibility_test_2\";            gformWrapperDiv.insertAdjacentElement( \"afterend\", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( \"gform_visibility_test_2\" );        let postRenderFired = false;                function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            jQuery( document ).trigger( 'gform_post_render', [2, current_page] );            gform.utils.trigger( { event: 'gform\/postRender', native: false, data: { formId: 2, currentPage: current_page } } );            if ( visibilityTestDiv ) {                visibilityTestDiv.parentNode.removeChild( visibilityTestDiv );            }        }        function debounce( func, wait, immediate ) {            var timeout;            return function() {                var context = this, args = arguments;                var later = function() {                    timeout = null;                    if ( !immediate ) func.apply( context, args );                };                var callNow = immediate && !timeout;                clearTimeout( timeout );                timeout = setTimeout( later, wait );                if ( callNow ) func.apply( context, args );            };        }        const debouncedTriggerPostRender = debounce( function() {            triggerPostRender();        }, 200 );        if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) {            const observer = new MutationObserver( ( mutations ) => {                mutations.forEach( ( mutation ) => {                    if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) {                        debouncedTriggerPostRender();                        observer.disconnect();                    }                });            });            observer.observe( document.body, {                attributes: true,                childList: false,                subtree: true,                attributeFilter: [ 'style', 'class' ],            });        } else {            triggerPostRender();        }    } );} ); \n\/* ]]> *\/\n<\/script>\n\t    <\/div>\n\t    <script type=\"text\/javascript\">\n\t    \tdocument.addEventListener(\"DOMContentLoaded\", function() {\n\t    \t\tvar closeFeedbackForm = document.getElementsByClassName('close-feedback-form')[0];\n\t\t  \tvar feedbackFormContainer = document.getElementsByClassName('feedback-form-container')[0];\n\t\t\n\t\t  \tcloseFeedbackForm.addEventListener('click', function() {\n\n\t\t\t\tfeedbackFormContainer.classList.add('closed');\n\n\t\t  \t});\n\t\t\t\n\n\n\t\t});\n\t\t\n\t\tdocument.addEventListener(\"scroll\", function() {\n\t\t\tvar chartElement = document.getElementById('chatEmbed908249');\n\t\t\tvar feedbackFormContainer = document.getElementsByClassName('feedback-form-container')[0];\n\t\t\tif ( isInViewport(chartElement) ) {\n\t\t\t\tfeedbackFormContainer.classList.add('active');\n\t\t\t} else {\n\t\t\t\tfeedbackFormContainer.classList.remove('active');\n\t\t\t}\n\t    \t});\n\t\t\n\t\t\/\/ Determine if an element is in the visible viewport\n\t\tfunction isInViewport(element) {\n\t\t  var rect = element.getBoundingClientRect();\n\t\t  var html = document.documentElement;\n\t\t  return (\n\t\t    rect.top >= 0 &&\n\t\t    rect.left >= 0 &&\n\t\t    rect.bottom <= (window.innerHeight || html.clientHeight) &&\n\t\t    rect.right <= (window.innerWidth || html.clientWidth)\n\t\t  );\n\t\t}\n\t    <\/script>\n\t<\/section>\n\n<section class=\"blocks__chart\">\n    <div id=\"chatEmbed433672\" class=\"blocks__chart-svg\"><\/div>\n\n    <script>\n        var spec = {\"$schema\":\"https:\\\/\\\/vega.github.io\\\/schema\\\/vega-lite\\\/v5.json\",\"description\":\"Dot com bubble\",\"data\":{\"url\":\"https:\\\/\\\/raw.githubusercontent.com\\\/RDeconomist\\\/observatory\\\/main\\\/Dot%20com%20bubble.csv\"},\"height\":300,\"width\":450,\"mark\":\"line\",\"encoding\":{\"x\":{\"field\":\"Date\",\"type\":\"temporal\",\"title\":\"Year\",\"tickcount\":\"Year\"},\"y\":{\"field\":\"Index number\",\"type\":\"quantitative\",\"title\":\"\",\"sort\":[]},\"color\":{\"field\":\"Index\",\"type\":\"nominal\",\"sort\":[],\"scale\":{\"range\":[\"#122b39\",\"#e6224b\"]}},\"tooltip\":[{\"field\":\"Year\",\"type\":\"temporal\"},{\"field\":\"Index number\",\"type\":\"quantitative\",\"title\":\"\"}]}};\n        var view = new vega.View(vega.parse(spec), {\n            responsive: true,\n            renderer: \"canvas\", \/\/ renderer (canvas or svg)\n            container: \"#chatEmbed433672\", \/\/ parent DOM container\n            hover: true \/\/ enable hover processing\n        });\n        view.run();\n\n        vegaEmbed('#chatEmbed433672', spec);\n    <\/script>\n<\/section>\n\n\n<h5 class=\"wp-block-heading\">Source: <a href=\"https:\/\/www.cambridge.org\/gb\/academic\/subjects\/history\/economic-history\/boom-and-bust-global-history-financial-bubbles?format=HB\">Quinn and Turner, 2020<\/a><\/h5>\n\n\n\n<p>The 1920s stock market boom in the United States also had a large new technology component to it (<a href=\"https:\/\/www.aeaweb.org\/articles?id=10.1257\/aer.98.4.1370\">Nicholas, 2008<\/a>; <a href=\"https:\/\/www.cambridge.org\/gb\/academic\/subjects\/history\/economic-history\/boom-and-bust-global-history-financial-bubbles?format=HB\">Quinn and Turner, 2020<\/a>). American society was transformed by electrification in the 1920s. This made mass production possible and all kinds of consumer goods cheaper to produce \u2013 from automobiles and telephones to washing machines and refrigerators.<\/p>\n\n\n\n<p>A lesser-known tech bubble is the UK bicycle mania of the 1890s, when hundreds of bicycle companies were floated on UK stock exchanges and the price of bicycle shares rose substantially and then imploded (<a href=\"https:\/\/academic.oup.com\/cje\/article-abstract\/43\/2\/271\/5067125?redirectedFrom=fulltext\">Quinn, 2019<\/a>). In this instance, the underlying new technology was the pneumatic tyre and diamond frame, which transformed bicycles from a minority pursuit into a mass market means of transport.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Is there a tech bubble in the market today?<\/h3>\n\n\n\n<p>Bubbles, by definition, burst. As a result, it is impossible to say with absolute certainty whether one exists or not, and identifying bubbles requires the use of judgement.<\/p>\n\n\n\n<p>Many investors look for qualitative indications that the market is in a bubble. For example, <a href=\"https:\/\/www.economicsobservatory.com\/why-has-stock-market-bounced-back-when-economy-seems-so-bad\">Quinn and Turner (2020<\/a>) argue that bubbles occur when three necessary components are present: marketability; money\/credit; and speculation.<\/p>\n\n\n\n<p>Each of these is abundant in today\u2019s markets. Marketability \u2013 the ease of buying and selling assets \u2013 has increased substantially in the past year with the proliferation of zero-commission trading apps and <a href=\"https:\/\/www.forbes.com\/sites\/simonmoore\/2020\/06\/27\/what-is-fractional-trading\/#4f366b921de3\">fractional trading<\/a>. Near-zero interest rates and extraordinary central bank interventions have led to abundant money and credit. Speculation and momentum trading also appear to be rife, the most obvious example being the recent <a href=\"https:\/\/www.economicsobservatory.com\/gamestop-what-is-going-on-with-prices-in-the-us-stock-market\">GameStop squeeze<\/a>.<\/p>\n\n\n\n<p>Another warning sign is the entry of large numbers of new and inexperienced investors into financial markets. This can be seen today from the <a href=\"https:\/\/www.bloomberg.com\/news\/articles\/2021-02-04\/robinhood-downloads-surge-as-it-plans-super-bowl-ad-after-gamestop-gme-revolt\">enormous growth in the trading app Robinhood<\/a>: the <a href=\"https:\/\/www.businessofapps.com\/data\/robinhood-statistics\/\">number of users<\/a> has grown from 0.5 million in 2015 to 13 million last year. The structure of the app also encourages momentum trading.<\/p>\n\n\n\n<p>Bubbles also tend to be accompanied by new era narratives that rationalise why old investing rules no longer apply (<a href=\"https:\/\/press.princeton.edu\/books\/paperback\/9780691173122\/irrational-exuberance\">Shiller, 2015<\/a>). Again, these appear to be present today in the belief that the pandemic will usher in a new economy dominated by technology firms.<\/p>\n\n\n\n<p>Another way of assessing whether we are in a technology bubble is to try to determine whether the technology companies could become profitable enough to justify their current share price. The most common valuation metric is the price-to-earnings (P\/E) ratio, which links a company\u2019s share price to its earnings.<\/p>\n\n\n\n<p>The S&P 500 <a href=\"https:\/\/www.macrotrends.net\/2577\/sp-500-pe-ratio-price-to-earnings-chart\">currently has a P\/E of 37<\/a>, which is considered very high by historical standards. Tesla\u2019s P\/E <a href=\"https:\/\/www.macrotrends.net\/stocks\/charts\/TSLA\/tesla\/pe-ratio\">is currently over 1,100<\/a>, suggesting that it is spectacularly overvalued relative to its current profitability. But such metrics struggle to capture the true value of technology firms \u2013 especially as the business model is based around future growth, whereas P\/E looks only at past earnings.<\/p>\n\n\n\n<p>Perhaps the most convincing argument that technology shares are overvalued is the behaviour of insiders. Many tech firms are selling large numbers of their own shares: Blink Charging <a href=\"https:\/\/finance.yahoo.com\/news\/blink-charging-announces-closing-public-210100701.html\">issued 5.4 million new shares in January<\/a>, while Tesla issued <a href=\"https:\/\/www.forbes.com\/sites\/jimcollins\/2020\/12\/08\/yet-another-stock-offering-will-further-pressure-teslas-already-pathetically-low-roe\/?sh=7b43d771165e\">over 50 million new shares in 2020<\/a>.<\/p>\n\n\n\n<p>Others have been extensively using their own shares instead of cash to pay their employees. The price of <a href=\"https:\/\/finance.yahoo.com\/quote\/PLTR\/\">Palantir<\/a>, a data analytics firm, has fallen by 42% from its February peak, partly due to the expiration of lock-up agreements on employee-held shares, which prevented insiders from selling their shares for a certain period. When the cryptocurrency trading platform Coinbase went public on 14 April, insiders <a href=\"https:\/\/www.coindesk.com\/coinbase-ceo-sold-291-8m-in-shares-on-opening-day\">sold $5 billion of shares<\/a> on the opening day of trading. In other words, those closest to technology firms often seem to believe that their shares are overvalued.<\/p>\n\n\n<section class=\"blocks__chart\">\n               <div id=\"crl-169617\" class=\"chart-references-label\">Chart References<\/div>\n\t  <div id=\"crp-169617\" class=\"chart-references-popup\">\n\t  \t<a href=\"https:\/\/www.economicsobservatory.com\/test\/remote-working-before-and-after-the-pandemic-by-occupation\" class=\"reference\">Remote working before and after the pandemic by occupation<\/a><a href=\"https:\/\/www.economicsobservatory.com\/test\/change-in-economic-inactivity-among-people-aged-16-to-64-by-reason-april-2021-to-march-2022-compared-to-april-2019-to-march-2020\" class=\"reference\">Change in economic inactivity among people aged 16 to 64 by reason, April 2021 to March 2022 compared to April 2019 to March 2020<\/a><a href=\"https:\/\/www.economicsobservatory.com\/test\/regional-unemployment-rates-16-post-1992-high-low-january-march-2020-and-april-june-2022-latest-data\" class=\"reference\">Regional unemployment rates (16+), post 1992 high\/low, January-March 2020 and April-June 2022 (latest data)<\/a><a href=\"https:\/\/www.economicsobservatory.com\/test\/real-net-national-disposable-income-per-capita-seasonally-adjusted-uk\" class=\"reference\">Real net national disposable income per capita, seasonally adjusted, UK<\/a>\t  <\/div>\n\t  \n\t  <script type=\"text\/javascript\">\n\t    \tvar hover = false;\n\t\tvar chartReferencePopup = document.getElementById(\"crp-169617\");\n\t\t\n\t\tdocument.getElementById(\"crl-169617\").addEventListener(\"mouseover\", function( event ) {\n\t\t console.log('called on hover'); \/\/just to make sure the function is getting called   \n\t\t  if(!hover) {\n\t\t    chartReferencePopup.classList.add('active');\n\t\t  }\n\t\t  hover = true;\n\n\t\t  }, false);\n\t\tdocument.getElementById(\"crp-169617\").addEventListener(\"mouseleave\", function( event ) {\n\t\t console.log('called on dhjhhhjs'); \/\/just to make sure the function is getting called   \n\t\t  hover = false;\n\t\t  chartReferencePopup.classList.remove('active');\n\n\t\t  }, false);\n\t    <\/script>\n         <div id=\"chatEmbed169617\" class=\"blocks__chart-svg\"><\/div>\n\n    <script>\n        var spec = {\"$schema\":\"https:\\\/\\\/vega.github.io\\\/schema\\\/vega-lite\\\/v5.json\",\"height\":300,\"width\":270,\"data\":{\"url\":\"https:\\\/\\\/raw.githubusercontent.com\\\/RDeconomist\\\/observatory\\\/main\\\/F45_C1b.csv\"},\"layer\":[{\"mark\":{\"type\":\"point\",\"size\":60,\"color\":\"#e6224b\",\"filled\":true},\"encoding\":{\"x\":{\"field\":\"value2\",\"type\":\"quantitative\",\"title\":\"Remote working, actual 2019 (%)\"},\"y\":{\"field\":\"value1\",\"type\":\"quantitative\",\"title\":\"Remote working, employer expected 2022 (%)\"},\"tooltip\":[{\"field\":\"job\",\"type\":\"nominal\",\"title\":\"Occupation\"},{\"field\":\"value2\",\"type\":\"quantitative\",\"title\":\"Remote working, actual 2019 (%)\"},{\"field\":\"value1\",\"type\":\"quantitative\",\"title\":\"Remote working, employer expected 2022 (%)\"}]}},{\"mark\":{\"type\":\"line\",\"color\":\"#122b39\",\"opacity\":0.6},\"encoding\":{\"x\":{\"field\":\"value3\",\"type\":\"quantitative\"},\"y\":{\"field\":\"value4\",\"type\":\"quantitative\"}}}]};\n        var view = new vega.View(vega.parse(spec), {\n            responsive: true,\n            renderer: \"canvas\", \/\/ renderer (canvas or svg)\n            container: \"#chatEmbed169617\", \/\/ parent DOM container\n            hover: true \/\/ enable hover processing\n        });\n        view.run();\n\n        vegaEmbed('#chatEmbed169617', spec);\n    <\/script>\n    \n        \n\t    <div id=\"feedback-1\" class=\"feedback-form-container\">\n\t    \t<div class=\"close-feedback-form\">\n\t\t\t<div class=\"close-feedback-form-inner\"><\/div>\n\t\t<\/div>\n\t    \t\n                <div class='gf_browser_gecko gform_wrapper gravity-theme gform-theme--no-framework' data-form-theme='gravity-theme' data-form-index='0' id='gform_wrapper_1' ><style>#gform_wrapper_1[data-form-index=\"0\"].gform-theme,[data-parent-form=\"1_0\"]{--gf-color-primary: #204ce5;--gf-color-primary-rgb: 32, 76, 229;--gf-color-primary-contrast: #fff;--gf-color-primary-contrast-rgb: 255, 255, 255;--gf-color-primary-darker: #001AB3;--gf-color-primary-lighter: #527EFF;--gf-color-secondary: #fff;--gf-color-secondary-rgb: 255, 255, 255;--gf-color-secondary-contrast: #112337;--gf-color-secondary-contrast-rgb: 17, 35, 55;--gf-color-secondary-darker: #F5F5F5;--gf-color-secondary-lighter: #FFFFFF;--gf-color-out-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-out-ctrl-light-rgb: 17, 35, 55;--gf-color-out-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-out-ctrl-light-lighter: #F5F5F5;--gf-color-out-ctrl-dark: #585e6a;--gf-color-out-ctrl-dark-rgb: 88, 94, 106;--gf-color-out-ctrl-dark-darker: #112337;--gf-color-out-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-color-in-ctrl: #fff;--gf-color-in-ctrl-rgb: 255, 255, 255;--gf-color-in-ctrl-contrast: #112337;--gf-color-in-ctrl-contrast-rgb: 17, 35, 55;--gf-color-in-ctrl-darker: #F5F5F5;--gf-color-in-ctrl-lighter: #FFFFFF;--gf-color-in-ctrl-primary: #204ce5;--gf-color-in-ctrl-primary-rgb: 32, 76, 229;--gf-color-in-ctrl-primary-contrast: #fff;--gf-color-in-ctrl-primary-contrast-rgb: 255, 255, 255;--gf-color-in-ctrl-primary-darker: #001AB3;--gf-color-in-ctrl-primary-lighter: #527EFF;--gf-color-in-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-in-ctrl-light-rgb: 17, 35, 55;--gf-color-in-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-in-ctrl-light-lighter: #F5F5F5;--gf-color-in-ctrl-dark: #585e6a;--gf-color-in-ctrl-dark-rgb: 88, 94, 106;--gf-color-in-ctrl-dark-darker: #112337;--gf-color-in-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-radius: 3px;--gf-font-size-secondary: 14px;--gf-font-size-tertiary: 13px;--gf-icon-ctrl-number: url(\"data:image\/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 0C4.26522 5.96046e-08 4.51957 0.105357 4.70711 0.292893L7.70711 3.29289C8.09763 3.68342 8.09763 4.31658 7.70711 4.70711C7.31658 5.09763 6.68342 5.09763 6.29289 4.70711L4 2.41421L1.70711 4.70711C1.31658 5.09763 0.683417 5.09763 0.292893 4.70711C-0.0976311 4.31658 -0.097631 3.68342 0.292893 3.29289L3.29289 0.292893C3.48043 0.105357 3.73478 0 4 0ZM0.292893 9.29289C0.683417 8.90237 1.31658 8.90237 1.70711 9.29289L4 11.5858L6.29289 9.29289C6.68342 8.90237 7.31658 8.90237 7.70711 9.29289C8.09763 9.68342 8.09763 10.3166 7.70711 10.7071L4.70711 13.7071C4.31658 14.0976 3.68342 14.0976 3.29289 13.7071L0.292893 10.7071C-0.0976311 10.3166 -0.0976311 9.68342 0.292893 9.29289Z' fill='rgba(17, 35, 55, 0.65)'\/%3E%3C\/svg%3E\");--gf-icon-ctrl-select: url(\"data:image\/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.097631 1.31658 -0.097631 1.70711 0.292893L5 3.58579L8.29289 0.292893C8.68342 -0.0976311 9.31658 -0.0976311 9.70711 0.292893C10.0976 0.683417 10.0976 1.31658 9.70711 1.70711L5.70711 5.70711C5.31658 6.09763 4.68342 6.09763 4.29289 5.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z' fill='rgba(17, 35, 55, 0.65)'\/%3E%3C\/svg%3E\");--gf-icon-ctrl-search: url(\"data:image\/svg+xml,%3Csvg version='1.1' xmlns='http:\/\/www.w3.org\/2000\/svg' width='640' height='640'%3E%3Cpath d='M256 128c-70.692 0-128 57.308-128 128 0 70.691 57.308 128 128 128 70.691 0 128-57.309 128-128 0-70.692-57.309-128-128-128zM64 256c0-106.039 85.961-192 192-192s192 85.961 192 192c0 41.466-13.146 79.863-35.498 111.248l154.125 154.125c12.496 12.496 12.496 32.758 0 45.254s-32.758 12.496-45.254 0L367.248 412.502C335.862 434.854 297.467 448 256 448c-106.039 0-192-85.962-192-192z' fill='rgba(17, 35, 55, 0.65)'\/%3E%3C\/svg%3E\");--gf-label-space-y-secondary: var(--gf-label-space-y-md-secondary);--gf-ctrl-border-color: #686e77;--gf-ctrl-size: var(--gf-ctrl-size-md);--gf-ctrl-label-color-primary: #112337;--gf-ctrl-label-color-secondary: #112337;--gf-ctrl-choice-size: var(--gf-ctrl-choice-size-md);--gf-ctrl-checkbox-check-size: var(--gf-ctrl-checkbox-check-size-md);--gf-ctrl-radio-check-size: var(--gf-ctrl-radio-check-size-md);--gf-ctrl-btn-font-size: var(--gf-ctrl-btn-font-size-md);--gf-ctrl-btn-padding-x: var(--gf-ctrl-btn-padding-x-md);--gf-ctrl-btn-size: var(--gf-ctrl-btn-size-md);--gf-ctrl-btn-border-color-secondary: #686e77;--gf-ctrl-file-btn-bg-color-hover: #EBEBEB;--gf-field-pg-steps-number-color: rgba(17, 35, 55, 0.8);}<\/style><div id='gf_1' class='gform_anchor' tabindex='-1'><\/div>\n                        <div class='gform_heading'>\n                            <h2 class=\"gform_title\">Design A<\/h2>\n                        <\/div><form method='post' enctype='multipart\/form-data' target='gform_ajax_frame_1' id='gform_1'  action='\/test\/wp-json\/wp\/v2\/question\/12290#gf_1' data-formid='1' novalidate>\n                        <div class='gform-body gform_body'><div id='gform_fields_1' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id=\"field_1_4\" class=\"gfield gfield--type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_1_4\" >We noticed that you gave us a low score on our customer survey and we want to learn more about how we can improve your experience.<\/div><div id=\"field_1_3\" class=\"gfield gfield--type-survey gfield--input-type-likert gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible gsurvey-survey-field \"  data-field-class=\"gsurvey-survey-field\" data-js-reload=\"field_1_3\" ><label class='gfield_label gform-field-label' >How much does the PatientSky platform improve your workday?<\/label><div class='ginput_container ginput_container_likert'><table aria-label='How much does the PatientSky platform improve your workday?' class='gsurvey-likert' id='input_1_3'><thead><tr><th id='likert_col_1_1_3' scope='col' role='presentation' class='gsurvey-likert-choice-label'>Not at all<\/th><th id='likert_col_2_1_3' scope='col' role='presentation' class='gsurvey-likert-choice-label'><\/th><th id='likert_col_3_1_3' scope='col' role='presentation' class='gsurvey-likert-choice-label'><\/th><th id='likert_col_4_1_3' scope='col' role='presentation' class='gsurvey-likert-choice-label'><\/th><th id='likert_col_5_1_3' scope='col' role='presentation' class='gsurvey-likert-choice-label'><\/th><th id='likert_col_6_1_3' scope='col' role='presentation' class='gsurvey-likert-choice-label'>A lot<\/th><\/tr><\/thead><tbody><tr><td data-label='Not at all' class='gsurvey-likert-choice'><input name='input_3' type='radio' value='glikertcol3fc5fbd21'  id='choice_1_3_1'    aria-labelledby='likert_col_1_1_3'\/><\/td><td data-label='' class='gsurvey-likert-choice gsurvey-likert-selected'><input name='input_3' type='radio' value='glikertcol3071f70b8' checked='checked' id='choice_1_3_2'    aria-labelledby='likert_col_2_1_3'\/><\/td><td data-label='' class='gsurvey-likert-choice'><input name='input_3' type='radio' value='glikertcol3d1b8334c'  id='choice_1_3_3'    aria-labelledby='likert_col_3_1_3'\/><\/td><td data-label='' class='gsurvey-likert-choice'><input name='input_3' type='radio' value='glikertcol37df02020'  id='choice_1_3_4'    aria-labelledby='likert_col_4_1_3'\/><\/td><td data-label='' class='gsurvey-likert-choice'><input name='input_3' type='radio' value='glikertcol3602caa71'  id='choice_1_3_5'    aria-labelledby='likert_col_5_1_3'\/><\/td><td data-label='A lot' class='gsurvey-likert-choice'><input name='input_3' type='radio' value='glikertcol32def35bd'  id='choice_1_3_6'    aria-labelledby='likert_col_6_1_3'\/><\/td><\/tr><\/tbody><\/table><\/div><\/div><div id=\"field_1_5\" class=\"gfield gfield--type-textarea gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_1_5\" ><label class='gfield_label gform-field-label' for='input_1_5'>Do you have any suggestions about how we could do better?<\/label><div class='ginput_container ginput_container_textarea'><textarea name='input_5' id='input_1_5' class='textarea large'    placeholder='Write here'  aria-invalid=\"false\"   rows='10' cols='50'><\/textarea><\/div><\/div><div id=\"field_1_6\" class=\"gfield gfield--type-survey gfield--input-type-likert gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible gsurvey-survey-field \"  data-field-class=\"gsurvey-survey-field\" data-js-reload=\"field_1_6\" ><label class='gfield_label gform-field-label' >To what degree do you feel PatientSky is tailored to your needs?<\/label><div class='ginput_container ginput_container_likert'><table aria-label='To what degree do you feel PatientSky is tailored to your needs?' class='gsurvey-likert' id='input_1_6'><thead><tr><th id='likert_col_1_1_6' scope='col' role='presentation' class='gsurvey-likert-choice-label'>Not at all<\/th><th id='likert_col_2_1_6' scope='col' role='presentation' class='gsurvey-likert-choice-label'><\/th><th id='likert_col_3_1_6' scope='col' role='presentation' class='gsurvey-likert-choice-label'><\/th><th id='likert_col_4_1_6' scope='col' role='presentation' class='gsurvey-likert-choice-label'><\/th><th id='likert_col_5_1_6' scope='col' role='presentation' class='gsurvey-likert-choice-label'><\/th><th id='likert_col_6_1_6' scope='col' role='presentation' class='gsurvey-likert-choice-label'>A lot<\/th><\/tr><\/thead><tbody><tr><td data-label='Not at all' class='gsurvey-likert-choice'><input name='input_6' type='radio' value='glikertcol6fe141653'  id='choice_1_6_1'    aria-labelledby='likert_col_1_1_6'\/><\/td><td data-label='' class='gsurvey-likert-choice gsurvey-likert-selected'><input name='input_6' type='radio' value='glikertcol6c74b9165' checked='checked' id='choice_1_6_2'    aria-labelledby='likert_col_2_1_6'\/><\/td><td data-label='' class='gsurvey-likert-choice'><input name='input_6' type='radio' value='glikertcol6c95116cb'  id='choice_1_6_3'    aria-labelledby='likert_col_3_1_6'\/><\/td><td data-label='' class='gsurvey-likert-choice'><input name='input_6' type='radio' value='glikertcol6d58e03c7'  id='choice_1_6_4'    aria-labelledby='likert_col_4_1_6'\/><\/td><td data-label='' class='gsurvey-likert-choice'><input name='input_6' type='radio' value='glikertcol68fe46f8b'  id='choice_1_6_5'    aria-labelledby='likert_col_5_1_6'\/><\/td><td data-label='A lot' class='gsurvey-likert-choice'><input name='input_6' type='radio' value='glikertcol674ade12a'  id='choice_1_6_6'    aria-labelledby='likert_col_6_1_6'\/><\/td><\/tr><\/tbody><\/table><\/div><\/div><div id=\"field_1_7\" class=\"gfield gfield--type-textarea gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_1_7\" ><label class='gfield_label gform-field-label' for='input_1_7'>Do you have any suggestions about how we could customize the experience for your needs&gt;<\/label><div class='ginput_container ginput_container_textarea'><textarea name='input_7' id='input_1_7' class='textarea large'    placeholder='Write here'  aria-invalid=\"false\"   rows='10' cols='50'><\/textarea><\/div><\/div><div id=\"field_1_9\" class=\"gfield gfield--type-survey gfield--input-type-likert gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible gsurvey-survey-field \"  data-field-class=\"gsurvey-survey-field\" data-js-reload=\"field_1_9\" ><label class='gfield_label gform-field-label' >To what extent do you think the product is suitable for your patients?<\/label><div class='ginput_container ginput_container_likert'><table aria-label='To what extent do you think the product is suitable for your patients?' class='gsurvey-likert' id='input_1_9'><thead><tr><th id='likert_col_1_1_9' scope='col' role='presentation' class='gsurvey-likert-choice-label'>Not at all<\/th><th id='likert_col_2_1_9' scope='col' role='presentation' class='gsurvey-likert-choice-label'><\/th><th id='likert_col_3_1_9' scope='col' role='presentation' class='gsurvey-likert-choice-label'><\/th><th id='likert_col_4_1_9' scope='col' role='presentation' class='gsurvey-likert-choice-label'><\/th><th id='likert_col_5_1_9' scope='col' role='presentation' class='gsurvey-likert-choice-label'><\/th><th id='likert_col_6_1_9' scope='col' role='presentation' class='gsurvey-likert-choice-label'>A lot<\/th><\/tr><\/thead><tbody><tr><td data-label='Not at all' class='gsurvey-likert-choice'><input name='input_9' type='radio' value='glikertcol9644869ad'  id='choice_1_9_1'    aria-labelledby='likert_col_1_1_9'\/><\/td><td data-label='' class='gsurvey-likert-choice gsurvey-likert-selected'><input name='input_9' type='radio' value='glikertcol92257a105' checked='checked' id='choice_1_9_2'    aria-labelledby='likert_col_2_1_9'\/><\/td><td data-label='' class='gsurvey-likert-choice'><input name='input_9' type='radio' value='glikertcol98cec2050'  id='choice_1_9_3'    aria-labelledby='likert_col_3_1_9'\/><\/td><td data-label='' class='gsurvey-likert-choice'><input name='input_9' type='radio' value='glikertcol9173877bf'  id='choice_1_9_4'    aria-labelledby='likert_col_4_1_9'\/><\/td><td data-label='' class='gsurvey-likert-choice'><input name='input_9' type='radio' value='glikertcol942452fd7'  id='choice_1_9_5'    aria-labelledby='likert_col_5_1_9'\/><\/td><td data-label='A lot' class='gsurvey-likert-choice'><input name='input_9' type='radio' value='glikertcol913d400d0'  id='choice_1_9_6'    aria-labelledby='likert_col_6_1_9'\/><\/td><\/tr><\/tbody><\/table><\/div><\/div><div id=\"field_1_8\" class=\"gfield gfield--type-textarea gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_1_8\" ><label class='gfield_label gform-field-label' for='input_1_8'>Any other suggestions?<\/label><div class='ginput_container ginput_container_textarea'><textarea name='input_8' id='input_1_8' class='textarea large'    placeholder='Write here'  aria-invalid=\"false\"   rows='10' cols='50'><\/textarea><\/div><\/div><\/div><\/div>\n        <div class='gform_footer top_label'> <input type='submit' id='gform_submit_button_1' class='gform_button button' value='Submit'  onclick='if(window[\"gf_submitting_1\"]){return false;}  if( !jQuery(\"#gform_1\")[0].checkValidity || jQuery(\"#gform_1\")[0].checkValidity()){window[\"gf_submitting_1\"]=true;}  ' onkeypress='if( event.keyCode == 13 ){ if(window[\"gf_submitting_1\"]){return false;} if( !jQuery(\"#gform_1\")[0].checkValidity || jQuery(\"#gform_1\")[0].checkValidity()){window[\"gf_submitting_1\"]=true;}  jQuery(\"#gform_1\").trigger(\"submit\",[true]); }' \/> <input type='hidden' name='gform_ajax' value='form_id=1&amp;title=1&amp;description=&amp;tabindex=0&amp;theme=gravity-theme' \/>\n            <input type='hidden' class='gform_hidden' name='is_submit_1' value='1' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submit' value='1' \/>\n            \n            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' \/>\n            <input type='hidden' class='gform_hidden' name='state_1' value='WyJbXSIsIjlhMzRjZjkwNWFkZjgxNDlhNTkxNzExZGU4Y2ZiN2Q1Il0=' \/>\n            <input type='hidden' class='gform_hidden' name='gform_target_page_number_1' id='gform_target_page_number_1' value='0' \/>\n            <input type='hidden' class='gform_hidden' name='gform_source_page_number_1' id='gform_source_page_number_1' value='1' \/>\n            <input type='hidden' name='gform_field_values' value='' \/>\n            \n        <\/div>\n                        <\/form>\n                        <\/div>\n\t\t                <iframe style='display:none;width:0px;height:0px;' src='about:blank' name='gform_ajax_frame_1' id='gform_ajax_frame_1' title='This iframe contains the logic required to handle Ajax powered Gravity Forms.'><\/iframe>\n\t\t                <script type=\"text\/javascript\">\n\/* <![CDATA[ *\/\n gform.initializeOnLoaded( function() {gformInitSpinner( 1, 'https:\/\/www.economicsobservatory.com\/test\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery('#gform_ajax_frame_1').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_1');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_1').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_1').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_1').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_1').removeClass('gform_validation_error');}setTimeout( function() { \/* delay the scroll by 50 milliseconds to fix a bug in chrome *\/ jQuery(document).scrollTop(jQuery('#gform_wrapper_1').offset().top - mt); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_1').val();gformInitSpinner( 1, 'https:\/\/www.economicsobservatory.com\/test\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [1, current_page]);window['gf_submitting_1'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_1').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_1').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [1]);window['gf_submitting_1'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_1').text());}else{jQuery('#gform_1').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger(\"gform_pre_post_render\", [{ formId: \"1\", currentPage: \"current_page\", abort: function() { this.preventDefault(); } }]);                if (event && event.defaultPrevented) {                return;         }        const gformWrapperDiv = document.getElementById( \"gform_wrapper_1\" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( \"span\" );            visibilitySpan.id = \"gform_visibility_test_1\";            gformWrapperDiv.insertAdjacentElement( \"afterend\", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( \"gform_visibility_test_1\" );        let postRenderFired = false;                function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            jQuery( document ).trigger( 'gform_post_render', [1, current_page] );            gform.utils.trigger( { event: 'gform\/postRender', native: false, data: { formId: 1, currentPage: current_page } } );            if ( visibilityTestDiv ) {                visibilityTestDiv.parentNode.removeChild( visibilityTestDiv );            }        }        function debounce( func, wait, immediate ) {            var timeout;            return function() {                var context = this, args = arguments;                var later = function() {                    timeout = null;                    if ( !immediate ) func.apply( context, args );                };                var callNow = immediate && !timeout;                clearTimeout( timeout );                timeout = setTimeout( later, wait );                if ( callNow ) func.apply( context, args );            };        }        const debouncedTriggerPostRender = debounce( function() {            triggerPostRender();        }, 200 );        if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) {            const observer = new MutationObserver( ( mutations ) => {                mutations.forEach( ( mutation ) => {                    if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) {                        debouncedTriggerPostRender();                        observer.disconnect();                    }                });            });            observer.observe( document.body, {                attributes: true,                childList: false,                subtree: true,                attributeFilter: [ 'style', 'class' ],            });        } else {            triggerPostRender();        }    } );} ); \n\/* ]]> *\/\n<\/script>\n\t    <\/div>\n\t    <script type=\"text\/javascript\">\n\t    \tdocument.addEventListener(\"DOMContentLoaded\", function() {\n\t    \t\tvar closeFeedbackForm = document.getElementsByClassName('close-feedback-form')[0];\n\t\t  \tvar feedbackFormContainer = document.getElementsByClassName('feedback-form-container')[0];\n\t\t\n\t\t  \tcloseFeedbackForm.addEventListener('click', function() {\n\n\t\t\t\tfeedbackFormContainer.classList.add('closed');\n\n\t\t  \t});\n\t\t\t\n\n\n\t\t});\n\t\t\n\t\tdocument.addEventListener(\"scroll\", function() {\n\t\t\tvar chartElement = document.getElementById('chatEmbed169617');\n\t\t\tvar feedbackFormContainer = document.getElementsByClassName('feedback-form-container')[0];\n\t\t\tif ( isInViewport(chartElement) ) {\n\t\t\t\tfeedbackFormContainer.classList.add('active');\n\t\t\t} else {\n\t\t\t\tfeedbackFormContainer.classList.remove('active');\n\t\t\t}\n\t    \t});\n\t\t\n\t\t\/\/ Determine if an element is in the visible viewport\n\t\tfunction isInViewport(element) {\n\t\t  var rect = element.getBoundingClientRect();\n\t\t  var html = document.documentElement;\n\t\t  return (\n\t\t    rect.top >= 0 &&\n\t\t    rect.left >= 0 &&\n\t\t    rect.bottom <= (window.innerHeight || html.clientHeight) &&\n\t\t    rect.right <= (window.innerWidth || html.clientWidth)\n\t\t  );\n\t\t}\n\t    <\/script>\n\t<\/section>\n\n\n<h3 class=\"wp-block-heading\">Should policy-makers be concerned about tech bubbles?<\/h3>\n\n\n\n<p>Many historical bubbles have wreaked havoc on the economy and have been extremely destructive. For example, the housing bubble of the 2000s was the major contributor to the global financial crisis of 2007-09 (<a href=\"https:\/\/www.cambridge.org\/gb\/academic\/subjects\/history\/economic-history\/boom-and-bust-global-history-financial-bubbles?format=HB\">Quinn and Turner, 2020<\/a>).<\/p>\n\n\n\n<p>But most historical tech bubbles may have been socially useful, in that although they may not be efficient or optimal, they have bequeathed something valuable to society. The UK railway mania of the 1840s led to the development of a rail network, and the dot-com bubble to the development of a fibre optic cable network (<a href=\"https:\/\/academic.oup.com\/cpe\/article-abstract\/23\/1\/35\/2566583?redirectedFrom=fulltext\">Eatwell, 2004<\/a>). Many firms that floated during the UK bicycle mania, such as Raleigh, Dunlop and Rover, went on to become household names many years after the bubble burst (<a href=\"https:\/\/www.cambridge.org\/gb\/academic\/subjects\/history\/economic-history\/boom-and-bust-global-history-financial-bubbles?format=HB\">Quinn and Turner, 2020<\/a>).<\/p>\n\n\n\n<p>Some commentators, such as William Janeway, an economist and successful venture capitalist during the dot-com bubble, go further and argue that several transformative technologies could not have been developed without the existence of bubbles (<a href=\"https:\/\/www.cambridge.org\/core\/books\/doing-capitalism-in-the-innovation-economy\/9A35DBEDAD92C3C3AE67DFAC77BAEE78\">Janeway, 2018)<\/a>.<\/p>\n\n\n\n<p>It has been suggested that central banks should attempt to prick bubbles by raising interest rates (<a href=\"https:\/\/onlinelibrary.wiley.com\/doi\/abs\/10.1111\/j.1468-2362.2006.00032.x\">Roubini, 2006<\/a>). But given that the consequences of technology bubbles can be so ambiguous, this risks doing more harm than good (<a href=\"https:\/\/onlinelibrary.wiley.com\/doi\/abs\/10.1111\/j.1468-2362.2006.00028.x\">Posen, 2006<\/a>). Monetary policy typically focuses on maintaining stable inflation and low unemployment, and these principles are rarely worth compromising for the sake of an overvalued asset class.<\/p>\n\n\n\n<p>Instead, policy-makers should ensure that systemically important banks will not collapse when the bubble bursts. Financial institutions are typically much less vulnerable to stock market bubbles than they are to housing bubbles. But the enormous losses experienced by banks after the collapse of <a href=\"https:\/\/www.businessinsider.com\/archegos-liquidation-cost-global-banks-10-billion-jpmorgan-bill-hwang-2021-4\">Archegos<\/a> suggest that the banks themselves are not always entirely aware of the extent to which they are exposed to a crash. Greater oversight may be necessary.<\/p>\n\n\n\n<p>Finally, regulators need to protect investors from the fraud that often accompanies bubbles (<a href=\"https:\/\/link.springer.com\/book\/10.1057\/9780230628045\">Kindleberger, 1996<\/a>). It is common for innovative firms to oversell the potential of their technology: Tesla, for example, has <a href=\"https:\/\/fortune.com\/2015\/12\/21\/elon-musk-interview\/\">repeatedly<\/a> <a href=\"https:\/\/www.bbc.co.uk\/news\/technology-53349313\">underestimated<\/a> how long it will take for its cars to become fully autonomous.<\/p>\n\n\n\n<p>At times, this can spill over into outright deceit, most famously in the cases of <a href=\"https:\/\/www.businessinsider.com\/theranos-founder-ceo-elizabeth-holmes-life-story-bio-2018-4#:~:text=Elizabeth%20Holmes%20dropped%20out%20of,charged%20with%20%22massive%20fraud.%22\">Theranos<\/a> and <a href=\"https:\/\/www.investopedia.com\/terms\/o\/onecoin.asp\">OneCoin<\/a>. Many cryptocurrency projects closely resemble Ponzi schemes, and the US Securities and Exchange Commission (SEC) has recently taken action against the founders of <a href=\"https:\/\/www.sec.gov\/news\/press-release\/2020-338\">Ripple<\/a>, one of the most widely traded coins, for offering unregistered securities.<\/p>\n\n\n\n<p>Preventing fraud is important for economic reasons as well as moral ones. If investors can be misled without consequence, this can lead to problems of \u2018asymmetric information\u2019, whereby outsiders have no way of knowing which firms are fraudulent. As a result, they may end up investing less in technology firms in general \u2013 making it much more difficult for truly innovative firms to raise money.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Where can I find out more?<\/h3>\n\n\n\n<ul><li><a href=\"https:\/\/www.wsj.com\/articles\/a-stock-market-bubble-its-more-like-a-fire-11605888002\">A stock market bubble? It\u2019s more like a fire<\/a>: Jason Zweig of the <em>Wall Street Journal<\/em> explores the US tech bubble.<\/li><li><a href=\"https:\/\/www.ft.com\/content\/20a4f647-5db3-40e6-a38c-ec4ddcbd8820\">Pandemic tech bubbles echo those of the dotcom era<\/a>: Richard Waters of the <em>Financial Times<\/em> discusses the pandemic tech bubble.<\/li><li><a href=\"https:\/\/www.nytimes.com\/2021\/04\/05\/technology\/tech-bubbles.html\">What\u2019s good about tech bubbles<\/a>: Shira Ovide of the <em>New York Times<\/em> discusses the usefulness of tech bubbles.<\/li><li><a href=\"https:\/\/shows.acast.com\/the-irish-economics-podcast\/episodes\/20-booms-busts-and-bicycles-dr-william-quinn-qub\">A podcast on the bicycle mania<\/a>: William Quinn chats about the UK bicycle mania of the 1890s and corners in cycle shares.<\/li><li><a href=\"https:\/\/www.economicsobservatory.com\/why-has-stock-market-bounced-back-when-economy-seems-so-bad\">Why has the stock market bounced back when the economy seems so bad?<\/a> William Quinn and John Turner explore the possibility that there is a bubble in the stock market.<\/li><\/ul>\n\n\n\n<h5 class=\"wp-block-heading\">Authors: William Quinn and John D. Turner, Queen\u2019s University Belfast<\/h5>\n\n\n\n<h6 class=\"wp-block-heading\">Photo by David Becker on Unsplash<\/h6>\n","protected":false},"featured_media":12293,"template":"","categories":[234,227,239],"tags":[553,536,551,552,507],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Are we in the middle of a tech bubble? - Economics Observatory<\/title>\n<meta name=\"description\" content=\"The prices of shares in US technology companies have skyrocketed in recent months. A number of indicators suggest that these firms are overvalued, perhaps the strongest sign of a \u2018tech bubble\u2019 being the extent to which insiders are selling their shares.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.economicsobservatory.com\/test\/are-we-in-the-middle-of-a-tech-bubble\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Are we in the middle of a tech bubble? - Economics Observatory\" \/>\n<meta property=\"og:description\" content=\"The prices of shares in US technology companies have skyrocketed in recent months. A number of indicators suggest that these firms are overvalued, perhaps the strongest sign of a \u2018tech bubble\u2019 being the extent to which insiders are selling their shares.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.economicsobservatory.com\/test\/are-we-in-the-middle-of-a-tech-bubble\" \/>\n<meta property=\"og:site_name\" content=\"Economics Observatory\" \/>\n<meta property=\"article:modified_time\" content=\"2023-01-17T18:30:27+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.economicsobservatory.com\/test\/wp-content\/uploads\/2021\/05\/Photo-by-David-Becker-on-Unsplash.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1050\" \/>\n\t<meta property=\"og:image:height\" content=\"450\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@econobservatory\" \/>\n<meta name=\"twitter:label1\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.economicsobservatory.com\/test\/are-we-in-the-middle-of-a-tech-bubble\",\"url\":\"https:\/\/www.economicsobservatory.com\/test\/are-we-in-the-middle-of-a-tech-bubble\",\"name\":\"Are we in the middle of a tech bubble? - Economics Observatory\",\"isPartOf\":{\"@id\":\"https:\/\/www.economicsobservatory.com\/test\/#website\"},\"datePublished\":\"2021-05-24T00:01:00+00:00\",\"dateModified\":\"2023-01-17T18:30:27+00:00\",\"description\":\"The prices of shares in US technology companies have skyrocketed in recent months. A number of indicators suggest that these firms are overvalued, perhaps the strongest sign of a \u2018tech bubble\u2019 being the extent to which insiders are selling their shares.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.economicsobservatory.com\/test\/are-we-in-the-middle-of-a-tech-bubble#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.economicsobservatory.com\/test\/are-we-in-the-middle-of-a-tech-bubble\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.economicsobservatory.com\/test\/are-we-in-the-middle-of-a-tech-bubble#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.economicsobservatory.com\/test\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Are we in the middle of a tech bubble?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.economicsobservatory.com\/test\/#website\",\"url\":\"https:\/\/www.economicsobservatory.com\/test\/\",\"name\":\"Economics Observatory\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/www.economicsobservatory.com\/test\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.economicsobservatory.com\/test\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.economicsobservatory.com\/test\/#organization\",\"name\":\"Economics Observatory\",\"url\":\"https:\/\/www.economicsobservatory.com\/test\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/www.economicsobservatory.com\/test\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.economicsobservatory.com\/wp-content\/uploads\/2021\/06\/Logo-for-Twitter.png\",\"contentUrl\":\"https:\/\/www.economicsobservatory.com\/wp-content\/uploads\/2021\/06\/Logo-for-Twitter.png\",\"width\":540,\"height\":392,\"caption\":\"Economics Observatory\"},\"image\":{\"@id\":\"https:\/\/www.economicsobservatory.com\/test\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/twitter.com\/econobservatory\",\"https:\/\/www.linkedin.com\/company\/economics-observatory\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Are we in the middle of a tech bubble? - Economics Observatory","description":"The prices of shares in US technology companies have skyrocketed in recent months. A number of indicators suggest that these firms are overvalued, perhaps the strongest sign of a \u2018tech bubble\u2019 being the extent to which insiders are selling their shares.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.economicsobservatory.com\/test\/are-we-in-the-middle-of-a-tech-bubble","og_locale":"en_GB","og_type":"article","og_title":"Are we in the middle of a tech bubble? - Economics Observatory","og_description":"The prices of shares in US technology companies have skyrocketed in recent months. A number of indicators suggest that these firms are overvalued, perhaps the strongest sign of a \u2018tech bubble\u2019 being the extent to which insiders are selling their shares.","og_url":"https:\/\/www.economicsobservatory.com\/test\/are-we-in-the-middle-of-a-tech-bubble","og_site_name":"Economics Observatory","article_modified_time":"2023-01-17T18:30:27+00:00","og_image":[{"width":1050,"height":450,"url":"https:\/\/www.economicsobservatory.com\/test\/wp-content\/uploads\/2021\/05\/Photo-by-David-Becker-on-Unsplash.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_site":"@econobservatory","twitter_misc":{"Estimated reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.economicsobservatory.com\/test\/are-we-in-the-middle-of-a-tech-bubble","url":"https:\/\/www.economicsobservatory.com\/test\/are-we-in-the-middle-of-a-tech-bubble","name":"Are we in the middle of a tech bubble? - Economics Observatory","isPartOf":{"@id":"https:\/\/www.economicsobservatory.com\/test\/#website"},"datePublished":"2021-05-24T00:01:00+00:00","dateModified":"2023-01-17T18:30:27+00:00","description":"The prices of shares in US technology companies have skyrocketed in recent months. A number of indicators suggest that these firms are overvalued, perhaps the strongest sign of a \u2018tech bubble\u2019 being the extent to which insiders are selling their shares.","breadcrumb":{"@id":"https:\/\/www.economicsobservatory.com\/test\/are-we-in-the-middle-of-a-tech-bubble#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.economicsobservatory.com\/test\/are-we-in-the-middle-of-a-tech-bubble"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.economicsobservatory.com\/test\/are-we-in-the-middle-of-a-tech-bubble#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.economicsobservatory.com\/test\/"},{"@type":"ListItem","position":2,"name":"Are we in the middle of a tech bubble?"}]},{"@type":"WebSite","@id":"https:\/\/www.economicsobservatory.com\/test\/#website","url":"https:\/\/www.economicsobservatory.com\/test\/","name":"Economics Observatory","description":"","publisher":{"@id":"https:\/\/www.economicsobservatory.com\/test\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.economicsobservatory.com\/test\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/www.economicsobservatory.com\/test\/#organization","name":"Economics Observatory","url":"https:\/\/www.economicsobservatory.com\/test\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.economicsobservatory.com\/test\/#\/schema\/logo\/image\/","url":"https:\/\/www.economicsobservatory.com\/wp-content\/uploads\/2021\/06\/Logo-for-Twitter.png","contentUrl":"https:\/\/www.economicsobservatory.com\/wp-content\/uploads\/2021\/06\/Logo-for-Twitter.png","width":540,"height":392,"caption":"Economics Observatory"},"image":{"@id":"https:\/\/www.economicsobservatory.com\/test\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/twitter.com\/econobservatory","https:\/\/www.linkedin.com\/company\/economics-observatory\/"]}]}},"_links":{"self":[{"href":"https:\/\/www.economicsobservatory.com\/test\/wp-json\/wp\/v2\/question\/12290"}],"collection":[{"href":"https:\/\/www.economicsobservatory.com\/test\/wp-json\/wp\/v2\/question"}],"about":[{"href":"https:\/\/www.economicsobservatory.com\/test\/wp-json\/wp\/v2\/types\/question"}],"version-history":[{"count":16,"href":"https:\/\/www.economicsobservatory.com\/test\/wp-json\/wp\/v2\/question\/12290\/revisions"}],"predecessor-version":[{"id":20453,"href":"https:\/\/www.economicsobservatory.com\/test\/wp-json\/wp\/v2\/question\/12290\/revisions\/20453"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.economicsobservatory.com\/test\/wp-json\/wp\/v2\/media\/12293"}],"wp:attachment":[{"href":"https:\/\/www.economicsobservatory.com\/test\/wp-json\/wp\/v2\/media?parent=12290"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.economicsobservatory.com\/test\/wp-json\/wp\/v2\/categories?post=12290"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.economicsobservatory.com\/test\/wp-json\/wp\/v2\/tags?post=12290"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}