Skip to main content

Worried about a ‘no deal’ brexit? UK startups should check this guide

UK startups concerned the country is about to leave the European Union in just a little over a month’s time with nothing agreed to ensure a smooth transition should point their eyes at this guide — put together by startup policy advocacy group, Coadec.

While a ‘no deal’ brexit is still not inevitable the chances of it happening have stepped up sharply in recent months as the clock winds down towards exit day with no withdrawal agreement in place. Such an outcome has major implications for technology businesses, given the cross-border nature of services startups tend to provide.

“With the UK potentially just over a month away from exiting the EU, no deal remains the default option,” warns Coadec. “We are clear that no deal would be disastrous for the startup community…but that doesn’t mean that it won’t happen. That’s why we have teamed up with the UK Tech Cluster Group & Tech Nation to put together this guidance for the startup community.”

Under current prime minister, Boris Johnson, the UK government has sharply dialled up the brexit rhetoric. Johnson has said — in typical flashy fashion — that he’d rather be “dead in a ditch” than ask for an extension to the October 31st deadline for agreeing a deal with the European Union.

He has also prorogued parliament — illegally — in an attempt to bypass parliamentary scrutiny, which he described in an internal memo as “a rigmarole“.

The prorogation was quashed by the Supreme Court. But since parliament resumed this week ministers have been refusing to clearly state whether the government will abide by a law it passed just before it got closed down — which requires the PM to ask the EU for an extension if he fails to secure a withdrawal deal before October 19.

Speculation is therefore rife over what political chicanery the government might seek to pull to wiggle out of complying with the law and crash the UK out regardless.

Former UK prime minister, John Major, gave a speech this week warning that such a move would be unforgivable. But there are no signs the government is rethinking its approach.

Johnson has been splashing public money on an advertising campaign that instructs the country to “Get ready for brexit” (such as the billboard pictured above). The government also claims to have substantially ramped up domestic preparations for a no deal exit.

While it’s possible this loud show of bullying bravado is a theatrical tactic to try to pressure the EU into shifting position on contested brexit issues (primarily the Irish back-stop) — so Johnson can grab a deal which could pass a vote in parliament — it’s also possible the government isn’t that interested in a deal, and just wants to deliver brexit “do or die”, as the PM has also put it.

Even if it’s theatrics it doesn’t mean the whole high stakes game of chicken might not backfire — resulting in the UK actually crashing out with nothing on Halloween. The only robust legal certainty is that without an extension to Article 50 the UK will indeed leave the EU on October 31, deal or no deal.

Given rising political turmoil in the UK combined with a hard and fast-approaching brexit deadline, startups are well advised to prepare for the worst — which means leaving the EU with no contingencies in place beyond those you’ve put in place yourself.

Coadec’s guide presents a concise overview of ten issues the policy advocacy group believes should be front of mind for startups and scaleups thinking about how to manage no deal risk.

The guide does not (and is not intended) to replace professional legal advice but it does cuts through a lot of the noise and fuzz around brexit — so it’s well worth a read, especially if you’re trying to get up to speed fast.

Top of their list is data flows — a major consideration for tech businesses that receive personal data from the EU or EEA.

“Startups will need to create contract-based legal structures to replace the free flows of data we took for granted under the European system,” Coadec writes, noting that the UK’s data protection agency is advising startups to look at model clauses, binding corporate rules, codes of conduct or certification mechanisms as alternatives for their data flows.

“These complicated legal structures have typically been the preserve of larger businesses and corporations, not startups and scaleups — so will take time to put in place,” it warns. “If you haven’t started preparations for your post-brexit data flows, they should be a priority now.”

Other issues the guide deals with include immigration & visas; taxation & VAT; and the impact of a no deal on specific pieces of EU legislation and strategy that are relevant to startups — such as the e-Commerce Directive and Digital Single Market — as well as related pieces of legislation (such as ePrivacy) that risk being caught in limbo by brexit as they’ve not yet been passed.

There’s also advice for startups that have .eu domain names, and for those who’ve received funding from the EU’s Horizon 2020 R&D fund, as well as links to relevant government resources.

The guide can be downloaded as a PDF here.

How is your startup preparing for brexit? What’s your biggest ‘no deal’ concern? How much is it costing you to manage brexit risk? Let us know by emailing tips@techcrunch.com 



from TechCrunch https://ift.tt/2nMTFO6

Comments

Popular posts from this blog

How To Play Doom – And More – On An NES

Doom was a breakthrough game for its time, and became so popular that now it’s essentially the “Banana For Scale” of hardware hacking. Doom has been ported to countless devices, most of which have enough processing ability to run the game natively. Recently, this lineup of Doom-compatible devices expanded to include the NES even though the system definitely doesn’t have enough capability to run it without special help. And if you want your own Doom NES cartridge, this video will show you how to build it . We featured the original build from [TheRasteri] a while back which goes into details about how it’s possible to run such a resource-intensive game on a comparatively weak system. You just have to enter the cheat code “RASPI”. After all the heavy lifting is done, it’s time to put it into a realistic-looking cartridge. To get everything to fit in the donor cartridge, first the ICs in the cartridge were removed (except the lockout IC) and replaced with custom ROM chips. Some modifica...

Try NopSCADlib for your Next OpenSCAD Project

Most readers of this site are familiar by now with the OpenSCAD 3D modeling software, where you can write code to create 3D models. You may have even used OpenSCAD to output some STL files for your 3D printer. But for years now, [nophead] has been pushing OpenSCAD further than most, creating some complex utility and parts libraries to help with modeling, and a suite of Python scripts that generate printable STLs, laser-ready DXFs, bills of material, and human-readable assembly instructions complete with PNG imagery of exploded-view sub-assemblies. Recently [nophead] tidied all of this OpenSCAD infrastructure up and released it on GitHub as NopSCADlib . You can find out more by browsing through the example projects and README file in the repository, and by reading the announcement blog post on the HydraRaptor blog . Some functionality highlights include: a large parts library full of motors, buttons, smooth rod, et cetera many utility functions to help with chamfers, fillets, precis...

The Newbie’s Guide To JTAG

Do you even snarf? If not, it might be because you haven’t mastered the basics of JTAG and learned how to dump, or snarf, the firmware of an embedded device. This JTAG primer will get you up to snuff on snarfing, and help you build your reverse engineering skills. Whatever your motivation for diving into reverse engineering devices with microcontrollers, JTAG skills are a must, and [Sergio Prado]’s guide will get you going. He starts with a description and brief history of the Joint Test Action Group interface, from its humble beginnings as a PCB testing standard to the de facto standard for testing, debugging, and flashing firmware onto devices. He covers how to locate the JTAG pads – even when they’ve been purposely obfuscated – including the use of brute-force tools like the JTAGulator . Once you’ve got a connection, his tutorial helps you find the firmware in flash memory and snarf it up to a file for inspection, modification, or whatever else you have planned. We always apprec...