Parsed snippet
{
"eligibility_rules": {
"company_types": [
"incorporated",
"partnership",
"sole-proprietorship"
],
"min_project_size": 100000,
"regions_allowed": [
"Quebec"
],
"sectors_allowed": [
"manufacturing",
"industrial",
"technology",
"retail"
]
},
"funding_rules": {
"coverage_pct_max": 0.5,
"coverage_pct_min": 0.2,
"eligible_cost_categories": [
"hardware",
"software",
"consulting"
],
"max_amount": 60000,
"per_project_or_per_year": "per_project"
},
"stacking_rules": [
{
"type": "allowed",
"with": "momentum"
},
{
"condition": "tax_credit_cannot_duplicate_grant_costs",
"type": "conditional",
"with": "c3i"
}
]
}