# Canadian Sales Tax Rules — GST / QST (Focus: Quebec) **Research date (all sources consulted): 2026-08-05** **Status: rates and rules verified against official government sources (CRA / canada.ca, Revenu Québec, Justice Laws Canada).** This document is the citable source required by CLAUDE.md §1 before coding any tax rule. Per project rule §5.6, none of these rates may be hardcoded in the engine — they belong in versioned ALSL policies, with this document as the cited source. --- ## 1. Current rates (verified 2026-08-05) | Tax | Rate | In effect since | Official source | |---|---|---|---| | GST (federal Goods and Services Tax) | **5%** | January 1, 2008 | Revenu Québec, "Tables of GST and QST Rates" [1]; CRA rate table [2] | | QST (Quebec Sales Tax) | **9.975%** | January 1, 2013 | Revenu Québec, "Tables of GST and QST Rates" [1]; CRA rate table [2] | | Combined effective rate in Quebec | **14.975%** | January 1, 2013 | Revenu Québec, "Calculating the Taxes" [3] | Historical GST rates (for processing back-dated documents): 7% (1991-01-01 to 2006-06-30), 6% (2006-07-01 to 2007-12-31), 5% (2008-01-01 to present). Historical QST rates: 6.5% (1994-05-13 to 1997-12-31), 7.5% (1998 to 2010), 8.5% (2011), 9.5% (2012), 9.975% (2013-01-01 to present). Source: [1]. - [1] https://www.revenuquebec.ca/en/businesses/consumption-taxes/gsthst-and-qst/basic-rules-for-applying-the-gsthst-and-qst/tables-of-gst-and-qst-rates/ (consulted 2026-08-05) - [2] https://www.canada.ca/en/revenue-agency/services/tax/businesses/topics/gst-hst-businesses/charge-collect-which-rate.html (consulted 2026-08-05) — table lists Quebec: GST 5%, PST(QST) 9.975% - [3] https://www.revenuquebec.ca/en/businesses/consumption-taxes/gsthst-and-qst/collecting-gst-and-qst/calculating-the-taxes/ (consulted 2026-08-05) ## 2. QST calculation base (relative to GST) **Confirmed: since January 1, 2013, the QST is calculated on the selling price NOT including GST.** GST and QST are both computed on the same pre-tax base. Revenu Québec's official page "Calculating the Taxes" [3] describes the two accepted methods: - **Two-step calculation**: compute 5% GST on the sale price, then compute 9.975% QST *on the same sale price* (not on price + GST). - **One-step calculation**: apply a single combined rate of **14.975%** to the sale price. Both methods yield the same total. (Before 2013 the QST was applied on the GST-included price; that regime is obsolete and must never be used for current documents.) Cash-register tolerance (from [3]): the 9.975% rate may be rounded to 9.97% (and 14.975% to 14.97%) **only** if the cash register cannot process three-decimal rates. AIR/AIC uses exact decimals, so this tolerance must NOT be used — always 0.09975 / 0.14975. Combined effective rate: 5% + 9.975% = **14.975%** of the pre-tax price. ## 3. Rates across Canada (for completeness) From the CRA official table "Charge and collect the tax – Which rate to charge" [2], consulted 2026-08-05: ### HST participating provinces (single harmonized tax, replaces GST + provincial tax) | Province | HST rate | Notes | |---|---|---| | Ontario (ON) | **13%** | | | Nova Scotia (NS) | **14%** | **Decreased from 15% on April 1, 2025** (provincial portion cut to 9%). Transitional rules: GST/HST Notices 342 and 343 [2a] | | New Brunswick (NB) | **15%** | | | Prince Edward Island (PE) | **15%** | | | Newfoundland and Labrador (NL) | **15%** | | ### GST only (5%) Alberta (AB), Northwest Territories (NT), Nunavut (NU), Yukon (YT). ### GST + separate provincial sales tax (provincial tax NOT federally administered) | Province | GST | Provincial tax | |---|---|---| | Quebec (QC) | 5% | QST 9.975% (value-added, administered by Revenu Québec) | | British Columbia (BC) | 5% | PST 7% | | Saskatchewan (SK) | 5% | PST 6% | | Manitoba (MB) | 5% | RST 7% | - [2a] Nova Scotia transition: https://www.canada.ca/en/revenue-agency/services/forms-publications/publications/notice342.html and .../notice343.html (linked from [2], consulted 2026-08-05) Administration note: under a federal–Quebec agreement, **Revenu Québec administers the GST/HST in Quebec** on behalf of the CRA; Quebec businesses register and file with Revenu Québec for both taxes. Source: https://www.revenuquebec.ca/en/businesses/consumption-taxes/gsthst-and-qst/basic-rules-for-applying-the-gsthst-and-qst/ (consulted 2026-08-05). ## 4. Place-of-supply rules (which province's tax applies) Official source: CRA, "GST/HST rates and place-of-supply rules" [4], consulted 2026-08-05. Detailed technical references: GST/HST Memorandum 3-3 (Place of Supply) and Technical Information Bulletin B-103. - **Zero-rated supplies** (e.g. basic groceries, prescription drugs, exports): 0% GST/HST regardless of place of supply anywhere in Canada. - **Goods (tangible personal property) sold**: the place of supply is the province where the goods are **delivered or made available** to the recipient (legal delivery per the agreement). If the supplier ships the goods or arranges shipping to an address in another province, delivery is considered to occur in that destination province. CRA example: a BC store delivering a mattress to a customer in Ontario charges 13% ON HST. If goods are sold with agreed delivery to an address but never delivered, the place of supply is the province where delivery was supposed to occur. - **Goods leased** (> 3 months): each lease interval is a separate supply; specific rules per interval. Short leases (≤ 3 months): generally where the goods are provided (CRA example: camera rented in Nova Scotia → NS HST even if used across Canada). - **Services — general rules** (apply unless a specific rule overrides): 1. **Rule 1**: place of supply is the province of the **recipient's address** obtained by the supplier in the normal course of business (e.g. Quebec supplier designs a website for an Ontario company → ON HST 13%). 2. **Rule 2a**: if no address is obtained and the Canadian part of the service is NOT performed primarily (> 50%) in participating provinces → the non-participating province where performed (GST only, plus QST if Quebec). 3. **Rule 2b**: if performed primarily in participating provinces → the participating province with the largest proportion of the service. 4. **Rule 2c**: tie between participating provinces → the one with the highest HST rate. - **Specific overriding rules** exist for: services related to real property (province where the property is located), personal services, transportation, telecommunications, computer-related services/Internet access, air navigation services, specified motor vehicles (province of registration), etc. See [4] for the full list — implement these as ALSL policies per category, not in the engine. - **QST side**: the QST applies to supplies **made in Quebec** under mirroring place-of-supply rules in the Quebec Sales Tax Act; Quebec GST/HST registrants must charge HST on their sales made in participating provinces (Revenu Québec, "Basic Rules", consulted 2026-08-05). - [4] https://www.canada.ca/en/revenue-agency/services/tax/businesses/topics/gst-hst-businesses/charge-collect-place-supply.html (consulted 2026-08-05) ## 5. Rounding rules (fractions of a cent) **Statutory rule — Excise Tax Act, s. 165.2 (verified directly on Justice Laws, 2026-08-05) [5]:** - **s. 165.2(2)**: where the tax payable includes a fraction of a cent, the fraction, **if less than half a cent, may be disregarded**; **if equal to or greater than half a cent, it is deemed to be one cent**. (Round-half-up at the cent, per tax amount.) - **s. 165.2(1)**: when two or more taxable supplies at the same rate appear on one invoice, the tax **may be calculated on the total consideration** (i.e., compute tax once on the invoice subtotal, then round — instead of rounding line by line). **Revenu Québec guidance — publication IN-203-V, "General Information Concerning the QST and the GST/HST" (current version 2026-03) [6][6a]:** identical rule for both taxes: "Only fractions equal to or greater than one-half of a cent ($0.005) are counted as a whole cent ($0.01) of sales tax. If more than one good or service is being sold, you can calculate the taxes on the total price of all the goods or services purchased before rounding off the fractions." **Cash rounding (penny elimination)** is a separate, later step: only the **final cash total after GST/HST is calculated** is rounded to the nearest $0.05; electronic/cheque payments settle to the cent, and tax is always computed on the pre-rounding price (Government of Canada, Budget 2012 "Eliminating the Penny" [7]). **Decision for AIR/AIC**: compute tax in exact decimal (no floats), round each tax (GST, QST) to the cent with round-half-up, at the invoice-total level by default (s. 165.2(1)), with a per-line option; model cash rounding as a distinct posting line, never inside tax calculation. Note: this statutory rule is round-HALF-UP, not banker's rounding — the CLAUDE.md §4 mention of banker's rounding must NOT be applied to Canadian GST/QST. - [5] https://laws-lois.justice.gc.ca/eng/acts/E-15/section-165.2.html (consulted 2026-08-05) - [6] https://www.revenuquebec.ca/en/online-services/forms-and-publications/current-details/in-203-v/ (consulted 2026-08-05 — confirms current version 2026-03) - [6a] Wording quoted from the IN-203-V publication text as retrieved via a mirrored copy of the official Revenu Québec PDF (ryan.com/contentassets/.../qc-in-203-v.pdf, consulted 2026-08-05). See "flags" in §8. - [7] https://www.budget.canada.ca/2012/themes/theme2-eng.pdf (consulted 2026-08-05) ## 6. Registration — small supplier threshold **Confirmed from Revenu Québec's official information site (2026-08-05) [8]:** a business must register for the GST/HST and QST as soon as its sales of taxable goods and services (including zero-rated sales) **exceed $30,000 in a single calendar quarter or total $30,000 over the past four calendar quarters**. The calculation includes worldwide taxable and zero-rated sales, including those of associates, and excludes GST/HST and QST amounts, financial services, sales of capital property, and goodwill. Below that threshold, a "small supplier" is generally not required to register (special rules exist, e.g. taxi/ride-sharing operators must register regardless). Once registered: collect both taxes, file returns (usually combined GST-QST in Quebec), and claim **input tax credits (ITCs)** for GST and **input tax refunds (ITRs)** for QST paid on business inputs [8]. - [8] https://justepourtous.revenuquebec.ca/en/profiles/self-employed-workers/ (Revenu Québec official "Fair for all" site, consulted 2026-08-05); also covered in IN-203-V [6]. CRA reference page: "When to register for and start charging the GST/HST" (canada.ca) — see flag in §8. ## 7. Worked example — taxable sale of 1,000.00 CAD in Quebec (CA-QC) Rates: GST 5% (0.05), QST 9.975% (0.09975), both applied on the pre-tax price (§2). Rounding: half-up to the cent per ETA s. 165.2(2) (§5). ``` Subtotal (pre-tax) : 1,000.00 CAD GST = 1,000.00 × 0.05 = 50.00000 → rounds to 50.00 CAD (exact, no fraction) QST = 1,000.00 × 0.09975 = 99.75000 → rounds to 99.75 CAD (exact, no fraction) Total = 1,000.00 + 50.00 + 99.75 = 1,149.75 CAD ``` Cross-check with the one-step combined rate: 1,000.00 × 0.14975 = 149.75 total tax. ✓ **Supplementary example where rounding actually triggers** (subtotal 19.99 CAD, QC): ``` GST = 19.99 × 0.05 = 0.99950 → fraction 0.50¢ ≥ half cent → 1.00 CAD (round up) QST = 19.99 × 0.09975 = 1.99400 → fraction 0.40¢ < half cent → 1.99 CAD (round down) Total = 19.99 + 1.00 + 1.99 = 22.98 CAD ``` These two cases are suitable as golden tests (exact-decimal arithmetic, Decimal type, never float). ## 8. Flags — items not fully confirmed from a primary official page 1. **IN-203-V exact rounding wording**: the current-version landing page on revenuquebec.ca (2026-03 version) was confirmed directly, but the PDF body text quoted in §5 was read from a mirrored copy of the official publication (ryan.com), because revenuquebec.ca blocks automated PDF retrieval. The rule is independently anchored in ETA s. 165.2 (verified directly on laws-lois.justice.gc.ca). Risk: low. Action: a human should spot-check the IN-203-V PDF once before shipping the QC tax pass. 2. **CRA "When to register" page**: canada.ca returned HTTP 403 to automated fetching for this specific page; the $30,000 small supplier threshold was instead confirmed on Revenu Québec's official justepourtous.revenuquebec.ca site (which administers GST/HST in Quebec) and is described in IN-203-V. Risk: low. 3. **QST place-of-supply specifics** (Quebec Sales Tax Act mirroring rules, e.g. supplies between QC and other provinces): the general principle is confirmed; the detailed QST place-of-supply provisions were NOT researched in depth here. **Required follow-up research before implementing cross-province QST logic.** 4. **PST/RST details for BC/SK/MB** (bases, exemptions): rates confirmed via the CRA table only; these provinces' own tax authorities were not consulted. Out of scope for the QC-first Tax pass; research before adding those jurisdictions. 5. Rates change over time (e.g. Nova Scotia April 1, 2025). All rates above carry effective dates and must live in **versioned ALSL policies keyed by jurisdiction and effective-date ranges**, never in engine code. --- ## Source index (all consulted 2026-08-05) | # | Source | Publisher | URL | |---|---|---|---| | 1 | Tables of GST and QST Rates | Revenu Québec | https://www.revenuquebec.ca/en/businesses/consumption-taxes/gsthst-and-qst/basic-rules-for-applying-the-gsthst-and-qst/tables-of-gst-and-qst-rates/ | | 2 | Charge and collect the tax – Which rate to charge | CRA / canada.ca | https://www.canada.ca/en/revenue-agency/services/tax/businesses/topics/gst-hst-businesses/charge-collect-which-rate.html | | 3 | Calculating the Taxes | Revenu Québec | https://www.revenuquebec.ca/en/businesses/consumption-taxes/gsthst-and-qst/collecting-gst-and-qst/calculating-the-taxes/ | | 4 | GST/HST rates and place-of-supply rules | CRA / canada.ca | https://www.canada.ca/en/revenue-agency/services/tax/businesses/topics/gst-hst-businesses/charge-collect-place-supply.html | | 5 | Excise Tax Act, s. 165.2 | Justice Laws Canada | https://laws-lois.justice.gc.ca/eng/acts/E-15/section-165.2.html | | 6 | IN-203-V, General Information Concerning the QST and the GST/HST (2026-03) | Revenu Québec | https://www.revenuquebec.ca/en/online-services/forms-and-publications/current-details/in-203-v/ | | 7 | Budget 2012 — Eliminating the Penny | Government of Canada | https://www.budget.canada.ca/2012/themes/theme2-eng.pdf | | 8 | Fair for all — Self-employed workers (registration threshold) | Revenu Québec | https://justepourtous.revenuquebec.ca/en/profiles/self-employed-workers/ | | 9 | Basic Rules for Applying the GST/HST and QST | Revenu Québec | https://www.revenuquebec.ca/en/businesses/consumption-taxes/gsthst-and-qst/basic-rules-for-applying-the-gsthst-and-qst/ | *End of research document — AIR project — Simon-Pierre Boucher — contact@spboucher.ai*