Top Banner
Canadas SR&ED Program
34
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: SR&ED for Agile Startups

Canada’s SR&ED Program

Page 2: SR&ED for Agile Startups

Part I: Basics

Page 3: SR&ED for Agile Startups

Key Pointsrefundable tax credit: partial reimbursement for money spent on technology R&D

not a grant: if you meet the criteria, you get the money

part of your corporate tax return

SO INCORPORATE ASAP (bconline.gov.bc.ca)

must file within 18 months of corporate year end

usually get paid 3 - 6 months after submission

Page 4: SR&ED for Agile Startups

Application

two parts to the application

- financial calculation of the tax credit

- report (proves eligibility)

supporting documentation (more about this later)

Page 5: SR&ED for Agile Startups

The ReportAlways in 3 parts:

1.Technological Advance• technology improvement

1.Technological Obstacles/Uncertainties• proof that the work isn’t “routine”

1.Work Done (“War Story”)• what you did to solve the problems• doesn‘t have to be successful

Page 6: SR&ED for Agile Startups

Tech. Advances• Performance improvements of any size

• Design and coding of a prototype

• Integration of software components

• Architectural improvements

• Framework extensions

• New or improved algorithms

• Any kind of reverse engineering

• Some types of factoring

Page 7: SR&ED for Agile Startups

Tech. Obstacles/Uncertainties

• Tech. Obstacles more important than Tech. Advances (TO implies TA)

• Ensures that work isn’t “routine” (subjective and personal)

• Hardest and most important part of the claim

• Developers forget problems

• Identify them at the beginning

Page 8: SR&ED for Agile Startups

Work Done

• Think high school science experiments

• More on this later

Page 9: SR&ED for Agile Startups

Part II: Not-So-Basics• Writing reports• Audits

Page 10: SR&ED for Agile Startups

Developer’s View

Product

feature1 feature2 feature3

Technology Stack

Page 11: SR&ED for Agile Startups

Developer’s View

Product

feature1 feature2 feature3

Technology Stack

where the important stuff happens

Page 12: SR&ED for Agile Startups

CRA’s View

Productfeature1 feature2 feature3

Technology Stack

where the important stuff happens

Tech. Obstacle1Tech. Obstacle2

Page 13: SR&ED for Agile Startups

CRA’s View

Productfeature1 feature2 feature3

Better Technology Stack

Page 14: SR&ED for Agile Startups

Reality

Productfeature1

feature2

feature3

Technology Stack

Tech. Obstacle2

Tech. Obstacle1

Reality doesn’t matter: report must conform to CRA’s expectations

Page 15: SR&ED for Agile Startups

Audita small percentage (10%?; 25%?) of claims are audited

delays refund; usually reduces refund

common (?) for first year companies

added scrutiny of reports

scrutiny of documentation

Page 16: SR&ED for Agile Startups

DocumentationNot submitted with claim; back-up for audit

Examples (more is better)

- time records (weekly or monthly)

- test plans/experiments

- source code (complete version history)

Documentation is CRA’s sword and your shield

Page 17: SR&ED for Agile Startups

More checked boxes lower chance of audit

Page 18: SR&ED for Agile Startups

Part III: What’s Changed

Page 19: SR&ED for Agile Startups

Software Startups Are Agile

• Less documentation

• Less time tracking

• More use of online tools (Jira, Pivotal, etc.)

• Daily “standups” replace more formal project meetings

Page 20: SR&ED for Agile Startups

CRA Is More Demanding• Fixation on “cheaters”

• Extra money for more audits

• More aggressive cost-recovery

• Probably trying to eliminate small claims

• Actively working to deny/reduce claims – usually citing “lack of documentation”

• Explicitly rejects agile methodologies

Page 21: SR&ED for Agile Startups

Part IV: Fight the Power

Page 22: SR&ED for Agile Startups

What to Focus on

• Time tracking against Tech. Obstacles

• Experiments

• Other stuff

Page 23: SR&ED for Agile Startups

Tech. Obstacles/Uncertainties• Components A & B were not designed to work

together.

• Will Component X perform adequately?

• There is insufficient technical documentation to determine if Component X is a good choice.

• Can I successfully integrate Component X into my existing framework?

• How will the system scale under load?

• No algorithm/tech exists that does what I need.

Page 24: SR&ED for Agile Startups

How to Find Tech. Obstacles

1. Ask about tech problems at standups

2. Things that take a long time

3. Map features to tech. obstacles

- common, but risky in audit

• Identify at project start

• OK to change/add tech. obstacles

• Document them somewhere

Page 25: SR&ED for Agile Startups

Time Tracking

• Need to assign developer time to each Tech. Obstacle

• Also have to record non-SR&ED time

• Use a spreadsheet or a tracking tool

• CRA can’t assess accuracy

Page 26: SR&ED for Agile Startups

Basic Time Sheetweekweek beginningbeginning SR&EDSR&ED non-SR&EDnon-SR&ED NotesNotes

Tech Obstacle 1Tech Obstacle 1 Tech Obstacle 2Tech Obstacle 2

12

10-Aug-09

2 17-Aug-09

324-Aug-09

4 31-Aug-09

5 7-Sep-09

6 14-Sep-09

One sheet per developerRequires 2 minutes/week

Page 27: SR&ED for Agile Startups

Tracking Tool

Tech. Obstacle 1

Tech. Obstacle 2

....

Non – SR&ED

Pick List Hours

• Require this for check-in

Page 28: SR&ED for Agile Startups

Experiments

CRA view: experiments are how TOs get resolved

•Developers don’t think this way, but often do

- explore alternatives

- decide what’s best based on testing

•What matters are the experiments

•Coding is “support work”

•Support work counts

Page 29: SR&ED for Agile Startups

How to Do ExperimentsJust like high school:

•Hypothesis (1 sentence)

•Description of experiment (1 sentence)

•Input data

•Test bed (code, framework, db, etc.)

•Results (Measure Something!)

•Analysis & Conclusions (1 sentence)

save everything!

The sentences are optional

Page 30: SR&ED for Agile Startups

Experimental Questions

Developers routinely ask questions that lead to CRA-type experiments:

•What’s the best way to implement this feature?

•What are the resource requirements for this feature?

•How will this feature impact performance?

Page 31: SR&ED for Agile Startups

Turning the Tables

Page 32: SR&ED for Agile Startups

Other Stuff

• quick and dirty is best

• the digital shoe box

• Tag emails or cc to SR&[email protected]

• record standups

• photograph whiteboards

• Etc.

Page 33: SR&ED for Agile Startups

Thanks!

Questions? [email protected]

Page 34: SR&ED for Agile Startups

Ineligible Work

• Developing/implementing a business process, work flow, game rules

• Simple UI changes

• Straightforward implementation of a known algorithm

• Some kinds of factoring

• Bug fixes on production code

• “reinventing the wheel”