Skip to main content

Incentive Program Resource - Overview

Incentive Programs are government-sponsored programs that provide financial assistance to businesses in the form of tax credits and incentives. These programs are designed to encourage investment, job creation, and economic development.

Methods

The API supports the following methods for Incentive Program resources:

  • List:
    • Returns a list of Incentive Programs that match the API request parameters. For example, you can retrieve all Incentive Program that the API Credentials have access to. Learn More

Resource Representation

The following JSON structure shows the format of a single Incentive Program resource:

{
"id": integer,
"name": string,
"legislative_status": string,
"jurisdiction":{
"name": string,
"level": string,
"layers":{
"country": string,
"province": string,
"county": string,
"city": string
},
},
"government_agency": {
"name": string,
"website_url": string,
"contacts":[
{
"id": integer,
"name": string,
"email": string,
"phone_1": string,
"phone_2": string,
"address": string,
"website_url": string
}
]
},
"authority": {
"name": string,
"website_url": string
},
"industries": [strings],
"incentive_types": [strings],
"tax_offset_types": [strings],
"activity_types": [strings],
"geospecific":{
"is_limited": boolean,
"description": string
},
"description": string,
"qualified_expenditures": string,
"amount": string,
"max_amount": string,
"limitations": string,
"eligibility": string,
"sunset_date": string (format YYYY-MM-DD),
"small_employers_exceptions":{
"is_exception": boolean,
"description": string
},
"priority_applies": string,
"certification":{
"is_required": boolean,
},
"filing":{
"is_required": boolean,
"requirements": string
},
"monetization_timing":{
"carryback":{
"is_allowed": boolean,
"description": string
},
"carryforward":{
"is_allowed": boolean,
"description": string
},
"retroactive":{
"is_allowed": boolean,
"description": string
}
},
"recurring": boolean,
"recapture": boolean,
"exclusivity": boolean,
"pass_through_treatment": text,
"compliance_items": [strings],
"eligibility_questions": [strings],
"tax_code":{
"name": string,
"website_url": string,
},
"tax_code_section":{
"section_id": string,
"section_id_hierarchy": string,
"website_url": string,
"content": [
{
"value": string,
"node_type": string,
"sub_content": [...{content}...]
}
],
"references":[
{
"section_id": string,
"section_id_hierarchy": string,
"website_url": string,
"content": [
{
"value": string,
"node_type": string,
"sub_content": [...{content}...]
}
],
"authority":{
"name": string,
"website_url": string
},
"government_agency":{
"name": string,
"website_url": string
},
}
]
},
"last_updated_at": string (RFC 3339 Format - 2022-05-03T17:13:44Z),
"changelog": [
{
"date": string (format YYYY-MM-DD),
"field": string,
"value": string,
"value_before": string
"note": string
}
],
}

Resource Properties

The following table defines the properties that appear in this resource:

KeyTypeDefinition
idintegerID of the Incentive Program.
nametextName of the Incentive Program.
legislative_statusstringThere are four potential "status" values: 'active', 'proposed', 'approved' and 'expired'. 'Active' means it is a program that is active in this current tax year. 'Proposed' means it is proposed legislature yet to be passed. 'Approved' means the legislation has been passed, but it has not been enacted yet. 'Expired' means the program was at one point 'active', but has been discontinued by the jurisdiction or reached its sunset date and is no longer available in the current (and future) tax year.
jurisdiction.namestringName of the Jurisdiction the Incentive Program pertains to (ie; California).
jurisdiction.levelstringGeographic level of the Jurisdiction (Potential values: Country, Province, County, Town).
jurisdiction.layers.countrystringName of the country.
jurisdiction.layers.provincestringName of the province/state (if applicable).
jurisdiction.layers.countystringName of the county (if applicable).
jurisdiction.layers.citystringName of the city/town (if applicable).
government_agency.nametextName of the governing agency that is offering this incentive program (ie; "California Franchise Tax Board").
government_agency.website_urltextURL of the government agency website.
government_agency.contacts[].nametextFull name of the contact (person or entity).
government_agency.contacts[].emailtextEmail of the contact (person or entity).
government_agency.contacts[].phone_1textPhone number 1 of the contact (person or entity).
government_agency.contacts[].phone_2textPhone number 2 of the contact (person or entity).
government_agency.contacts[].addresstextFull address of the agency.
government_agency.contacts[].website_urltextURL to the webpage with the contact information or form.
authority.nametextName of the authority which resides over the creation of tax legislation (ie; "California Franchise State Legislature").
authority.website_urltextURL of the authority's website.
industries[]listList of string values of industries this program is applicable to (ie; "Manufacturing", "Film Production", etc)
incentive_types[]listList of string values of incentive types of this program (ie; "Refund", "Transferrable Tax Credit", etc)
tax_offset_types[]listList of string values of tax types this program offsets (ie; "Corporate Income Tax", etc)
activity_types[]listList of high-level economic activity types this incentive is focused on. The possible options are: [Hiring, CapEx, New Construction/Expansion/Modernization, Corporate Headquarters, Brownfield, Small Business, Research and Development, Workforce Training, Tax Increment Financing (TIF), Increased Production, Redevelopment, Direct Financing, Investment, Historic Property Rehabilitation, Other Taxes Paid, Geo-Specific, Relocation, Donation, Other]
geospecific.is_limitedbooleanIf this incentive program is offered for activities performed in only specific regions within the jurisdiction, then this will be set to true. If false then the program is available across the entire jurisdiction of the governing agency.
geospecific.descriptiontextIf geospecific.is_limited is "true" then this is a brief description of that limitation.
descriptiontextBrief description of the program.
qualified_expenditurestextExpenses that are included in the calculation of an incentive.
amounttextBrief description of the monetary value of this incentive program.
max_amounttextMaximum monetary amount that can be claimed for this incentive in a given time period.
limitationstextFactors that would limit a taxpayer's ability to use this incentive once claimed.
eligibilitytextSpecific activities or qualifications a taxpayer needs to perform to become eligible to claim this incentive.
sunset_datedateLast day the program is available. Format is yyyy-mm-dd.
small_employers_exceptions.is_exceptionbooleanTrue, if there are exceptions to any general rules of this incentive that is based on the size of a business. This can be based on revenue and/or number of employees.
small_employers_exceptions.descriptiontextDescription of those exceptions (if any).
priority_appliesbooleanTaxpayers can apply for priority to receive funds and/or have incentive eligibility reviewed ahead of other applicants.
certification.is_requiredbooleanIncentives that require an application, pre-certification, or reservation of credit prior to claiming the incentive.
filing.is_requiredbooleanIncentives that require specific forms to be filed to be claimed.
filing.requirementstextSpecific forms that need to be filed to claim this credit and the dates these forms must be submitted.
monetization_timing.carryback.is_allowedbooleanIncentive that can be carried back to offset tax liability in previous years.
monetization_timing.carryback.descriptiontextNumber of years an incentive can be carried back to offset tax liability in previous years.
monetization_timing.carryforward.is_allowedbooleanIncentive that can be carried forward to offset tax liability in future years.
monetization_timing.carryforward.descriptiontextNumber of years an incentive can be carried forward to offset tax liability in future years.
monetization_timing.retroactive.is_allowedbooleanIncentive that can be claimed for previous years if it was not originally claimed in that year.
monetization_timing.retroactive.descriptiontextNumber of years a taxpayer can go back to claim an incentive that can be claimed for previous years if it was not originally claimed in that year.
recurringbooleanIncentive that can be claimed by a taxpayer more than once.
recapturebooleanRules that allow the agency governing an incentive to take back all or a portion of an incentive if the taxpayer fails to meet specified criteria.
exclusivitybooleanRules that prevent a taxpayer from claiming any other incentives if this incentive has been claimed.
pass_through_treatmenttextRules that are specific to taxpayers that are structured as pass-through entities (partnerships, s-corps, LLCs, etc.)
compliance_itemslistSuggested set of required activities to be fulfilled in order to receive the incentive (ie; Minimum/required annual investment, Minimum/required annual jobs/headcount, etc).
eligibility_questionslistSuggested question(s) to consider when determining potential eligibility. Further analysis of qualified expenditures and other aspects of the incentive may be required to fully understand eligibility criteria and calculation details.
tax_code.nametextThe name of the tax code from which this incentive program is sourced (ie; Internal Revenue Code).
tax_code.website_urltextDirect url to the tax code home page as defined by the authority that defines the incentive program.
tax_code_section.section_idtextSection ID of the tax code as defined by the authority that defines the incentive program (ie; 23604).
tax_code_section.section_id_hierarchytextFull hierarchical stack of the section ID of the tax code as defined by the authority that defines the incentive program (ie; DIVISION 2 - PART 11 - CHAPTER 3.5 - SECTION 23604).
tax_code_section.website_urltextDirect url (if available) to the tax code as defined by the authority that defines the incentive program.
tax_code_section.content[].valuetextRaw text of the tax code - each object in this array is a segment of text between two line breaks (ie; a title, paragraph, etc).
tax_code_section.content[].node_typetextThe "format" of this segment of text (ie; heading-1, heading-2, heading-3, heading-4, heading-5, text).
tax_code_section.content[].sub_content[]arrayNested content objects that go "n" layers deep (ie; content can have indented/child content within the tax code).
tax_code_section.authority.nametextName of the authority which resides over the creation of this tax code (ie; "California Franchise State Legislature").
tax_code_section.authority.website_urltextDirect url (if available) to the home page of the tax code.
tax_code_section.references[].section_idtextSection ID of the tax code as defined by the authority that defines the incentive program (ie; 23604).
tax_code_section.references[].section_id_hierarchytextFull hierarchical stack of the section ID of the tax code as defined by the authority that defines the incentive program (ie; DIVISION 2 - PART 11 - CHAPTER 3.5 - SECTION 23604).
tax_code_section.references[].website_urltextDirect url (if available) to the tax code as defined by the authority that defines the incentive program.
tax_code_section.content[].valuetextRaw text of the tax code - each object in this array is a segment of text between two line breaks (ie; a title, paragraph, etc).
tax_code_section.content[].node_typetextThe "format" of this segment of text (ie; heading-1, heading-2, heading-3, heading-4, heading-5, text).
tax_code_section.content[].sub_content[]arrayNested content objects that go "n" layers deep (ie; content can have indented/child content within the tax code).
tax_code_section.references[].authority.nametextName of the authority which resides over the creation of this tax code (ie; "California Franchise State Legislature").
tax_code_section.references[].authority.website_urltextDirect url (if available) to the home page of the tax code.
tax_code_section.references[].government_agency.nametextName of the governing agency of this tax code (ie; "California Franchise Tax Board").
tax_code_section.references[].government_agency.website_urltextURL of the government agency website.
last_updated_atstringDate and time when the Incentive Program was last updated. The value is specified in RFC 3339 Format (2022-05-03T17:13:44Z).
changelog[].datedateDate the modification occurred/registered. Format is yyyy-mm-dd.
changelog[].fieldtextName of the data field that changed.
changelog[].valuetextNew value of the data field that changed.
changelog[].value_beforetextPrevious value of the data field that changed.
changelog[].notetextIf any brief summary of the change is available it will be available here (optional).