Sources: Mortgage Renewal Payment Calculator
Every load-bearing claim on Mortgage Renewal Payment Calculator is recorded below with its primary source, source vintage, verbatim quoted text, math or extrapolation if applicable, and a confidence tier visible on every entry. Methodology: /methodology.
-
claim-001
RegulationTier ACanadian fixed-rate mortgages compound twice a year (semi-annually, not in advance), which is the rule the calculator uses to convert the posted annual rate to an effective monthly rate.
Interest Act, R.S.C. 1985, c. I-15, s. 6Verified 2026-04-30- Primary source
- Interest Act, R.S.C. 1985, c. I-15, s. 6
- Publisher
- Government of Canada (Justice Laws Website)
- Source published
- 1985
- Source vintage
- 2001-04-25
- Source URL
- https://laws-lois.justice.gc.ca/eng/acts/I-15/section-6.html
- Source verbatim text
calculated yearly or half-yearly, not in advance
- Source screenshot
- Captured 2026-05-01 via headless Chromium. ✓ Source quote matches page text
- Wayback archive
- https://web.archive.org/web/20260430213707/https://laws-lois.justice.gc.ca/eng/acts/I-15/section-6.html
- Conditions for the claim to hold
- Applies to fixed-rate mortgages on real property in Canada
- Variable-rate products and HELOCs are typically compounded monthly under their separate contract terms; the calculator targets fixed-rate renewal scenarios
- Inference logic
- Section 6 of the Interest Act mandates that interest on money secured by mortgage on real property be calculated 'yearly or half-yearly, not in advance.' Canadian chartered banks and federally regulated lenders implement this as semi-annual compounding for fixed-rate mortgages. The calculator applies this rule directly when converting the posted nominal annual rate to an effective monthly rate.
- Where in the article
- methodology, paragraph 1; FAQ 'How accurate is this calculator?'
- Last verified
- 2026-04-30
- Next review due
- 2026-10-30
2026-04-30 · Initial entry. Verbatim phrase 'calculated yearly or half-yearly, not in advance' confirmed via curl fetch of laws-lois.justice.gc.ca with Chrome UA. Note: the 2001 amendment (S.C. 2001, c. 4, s. 92) removed older 'on real property or an immovable, by any instalments' language; current consolidated text is the operative version.Spot a problem with this claim? Report a correction. -
claim-002
MathTier AThe calculator converts a nominal annual rate r to an effective monthly rate i using i = ((1 + r/2)^(2/12)) - 1.
Interest Act, R.S.C. 1985, c. I-15, s. 6 (semi-annual compounding rule)Verified 2026-04-30- Primary source
- Interest Act, R.S.C. 1985, c. I-15, s. 6 (semi-annual compounding rule)
- Publisher
- Government of Canada (Justice Laws Website)
- Source published
- 1985
- Source vintage
- 2001-04-25
- Source URL
- https://laws-lois.justice.gc.ca/eng/acts/I-15/section-6.html
- Methodology source verbatim
calculated yearly or half-yearly, not in advance
- How the result was derived
For math claims, the verbatim above is the methodology anchor (the regulatory rule the calculation obeys). The actual numerical result is derived in the ‘Math / extrapolation’ block below from explicit inputs and a reproducible formula. Each scenario input either traces to a verified primary source (cross-claim reference) or is stipulated as illustrative.
- Source screenshot
- Captured 2026-05-01 via headless Chromium. ✓ Source quote matches page text
- Wayback archive
- https://web.archive.org/web/20260430213707/https://laws-lois.justice.gc.ca/eng/acts/I-15/section-6.html
- Conditions for the claim to hold
- Applies to fixed-rate Canadian mortgages with monthly payment frequency
- For weekly or bi-weekly schedules, replace the 2/12 exponent with 2/52 or 2/26 respectively; the calculator uses 2/12 because it presents monthly outputs
- Math / extrapolation
- Inputs
- nominal_annual_rate_r
- posted annual rate, percent (e.g. 4.19%)✓ User-supplied input; the formula is rate-agnostic
- compounding_periods_per_year
- 2 (semi-annual)✓ claim-001Interest Act s. 6 mandate
- payments_per_year
- 12 (monthly)✓ Standard Canadian monthly-payment convention; calculator targets monthly schedules
FormulaStep 1: semi-annual periodic rate r_semi = r / 2. Step 2: per-period growth factor over a half-year is (1 + r_semi). Step 3: equivalent growth factor over one month is (1 + r_semi)^(2/12) (because there are 2/12 = 1/6 of a half-year in a month). Step 4: effective monthly rate i = ((1 + r/2)^(2/12)) - 1.Resulti = ((1 + r/2)^(2/12)) - 1, where r is the nominal annual rate expressed as a decimalSource of formulaInterest Act s. 6 mandates the half-yearly compounding REQUIREMENT (statutory). The conversion formula i = ((1 + r/2)^(2/12)) - 1 is the standard mathematical implementation given that compounding rule, derived from the universal compounding-frequency-equivalence identity. The formula is not statutory text; it is the canonical math used by Canadian chartered-bank amortization engines to honour the Interest Act s. 6 mandate. - Inference logic
- DERIVATION CHAIN: (1) compounding rule from claim-001 -> Interest Act s. 6 mandates Canadian fixed-rate mortgage interest 'calculated yearly or half-yearly, not in advance' (statutory verbatim, primary source). (2) -> conversion formula -> given the statute mandates semi-annual compounding (2 periods per year), the equivalence transformation to a monthly-compounded effective rate uses the universal identity (1 + i_target)^periods_target = (1 + i_source)^periods_source. Setting periods_target = 12 (monthly) and periods_source = 2 (semi-annual mandated by statute) yields i = ((1 + r/2)^(2/12)) - 1. The statute is the foundational anchor; the conversion formula is one inference step (the universal time-value-of-money math) on top of the statutory compounding rule. The source_quote 'calculated yearly or half-yearly, not in advance' is the foundational regulatory anchor for the whole chain; the formula itself is universal mathematics, not statutory text.
- Composed from
- claim-001
- Where in the article
- methodology, paragraph 1; calculator JS function monthlyRate()
- Last verified
- 2026-04-30
2026-04-30 · Initial entry. Formula verified against the calculator's JS source (function monthlyRate at calculator.html line 696) and against Interest Act s. 6 verbatim text.2026-04-30 · M7 fix per external auditor. Acknowledged in inference_logic that Interest Act s.6 establishes the half-yearly compounding REQUIREMENT (statutory) and the conversion formula is the standard derivation given that compounding rule. Removed implicit framing that the formula is statutory text; replaced with explicit framing that the formula is the canonical mathematical implementation of the statutory rule. source_of_formula updated to make this distinction clear. Walked the derivation explicitly from the s.6 verbatim through the compounding-frequency-equivalence identity.2026-04-30 · ITER-5 FIX (m-5): inference_logic restructured as explicit two-step DERIVATION CHAIN: (1) compounding rule (claim-001 / Interest Act s.6 source_quote) -> (2) conversion formula (universal time-value-of-money math). Per editor verbatim-supports-claim rule: source_quote 'calculated yearly or half-yearly, not in advance' is the foundational regulatory anchor; the math step is explicit so a reader sees exactly how the statute justifies the formula. derivation_chain ['claim-001'] already populated; inference_logic now walks the chain in the same prose.Spot a problem with this claim? Report a correction. -
claim-003
MathTier BThe calculator computes the monthly payment using the standard amortization formula P = B * i / (1 - (1+i)^-n), where B is balance, i is effective monthly rate, and n is the number of monthly payments remaining.
Mortgage calculator - WikipediaVerified 2026-04-30- Primary source
- Mortgage calculator - Wikipedia
- Publisher
- Wikipedia
- Source published
- 2024
- Source vintage
- 2024
- Source URL
- https://en.wikipedia.org/wiki/Mortgage_calculator
- Methodology source verbatim
The fixed monthly payment for a fixed rate mortgage is the amount paid by the borrower every month that ensures that the loan is paid off in full with interest at the end of its term.
- How the result was derived
For math claims, the verbatim above is the methodology anchor (the regulatory rule the calculation obeys). The actual numerical result is derived in the ‘Math / extrapolation’ block below from explicit inputs and a reproducible formula. Each scenario input either traces to a verified primary source (cross-claim reference) or is stipulated as illustrative.
- Source screenshot
- Captured 2026-05-01 via headless Chromium. ✓ Source quote matches page text
- Conditions for the claim to hold
- Assumes equal monthly payments and full amortization over n months
- Does not include property taxes, condo fees, default insurance premiums, or lender-specific fees bundled into a combined PIT payment
- When i = 0, the calculator handles the degenerate case as P = B / n
- Math / extrapolation
- Inputs
- balance_B
- remaining principal at renewal, dollars✓ User-supplied input
- effective_monthly_rate_i
- i = ((1 + r/2)^(2/12)) - 1✓ claim-002Canadian semi-annual to effective-monthly conversion
- n_months_remaining
- remaining amortization in months (years_remaining * 12, rounded)✓ User-supplied; calculator uses Math.max(1, Math.round(amortYears * 12))
FormulaStandard fully-amortizing fixed-payment annuity: P = B * (i * (1+i)^n) / ((1+i)^n - 1), algebraically equivalent to P = B * i / (1 - (1+i)^-n). The calculator JS computes x = (1+i)^n then returns B * (i * x) / (x - 1).ResultMonthly payment P that fully amortizes balance B over n monthly periods at effective monthly rate iSource of formulaCanonical present-value-of-annuity identity. Universal mathematical convention; not statutory. The Canada-specific input is the effective monthly rate i, computed via the Interest Act s. 6 half-yearly compounding rule (claim-002 carries the statutory citation); the amortization identity itself is universal mathematics and not defined by any Canadian statute. - Inference logic
- The amortization identity P = B * i / (1 - (1+i)^-n) is universal mathematical convention derived from the present-value-of-annuity formula. It is not statutory. The Interest Act s. 6 governs how the effective rate i must be computed for Canadian mortgages (half-yearly compounding) but does not define the amortization formula itself. Honest framing: the formula is mathematical, not regulatory; the only Canadian-specific element is the upstream rate-conversion step in claim-002.
- Composed from
- claim-001, claim-002
- Where in the article
- methodology, paragraph 1; calculator JS function payment()
- Last verified
- 2026-04-30
2026-04-30 · Initial entry. Formula verified against the calculator's JS source (function payment at calculator.html line 702). Result for the worked example below confirmed by independent Python computation.2026-04-30 · M6 fix per external auditor. The Interest Act does NOT define the amortization formula P = B * i / (1 - (1+i)^-n); it is a universal mathematical convention (present-value-of-annuity identity). Removed Interest Act citation as primary_source for THIS claim. Replaced with honest framing: universal mathematical convention, not statutory. The Canadian-specific element (half-yearly compounding) lives upstream in claim-002's rate-conversion derivation, which retains the Interest Act s. 6 citation appropriately. Confidence dropped from A to B because the claim now anchors on universal-math convention without a statutory primary source. inference_logic updated to walk this chain honestly.2026-05-01 · PATH A: replaced null URL with Wikipedia mortgage-calculator page; verbatim describes the standard amortization formula identitySpot a problem with this claim? Report a correction. -
claim-004
MathTier AWorked example: a $400,000 balance at 2.49% over 22 remaining amortization years yields a monthly payment of approximately $1,966.86 under Canadian semi-annual compounding.
Interest Act, R.S.C. 1985, c. I-15, s. 6 (semi-annual compounding rule)Verified 2026-04-30- Primary source
- Interest Act, R.S.C. 1985, c. I-15, s. 6 (semi-annual compounding rule)
- Publisher
- Government of Canada (Justice Laws Website)
- Source published
- 1985
- Source vintage
- 2001-04-25
- Source URL
- https://laws-lois.justice.gc.ca/eng/acts/I-15/section-6.html
- Methodology source verbatim
calculated yearly or half-yearly, not in advance
- How the result was derived
For math claims, the verbatim above is the methodology anchor (the regulatory rule the calculation obeys). The actual numerical result is derived in the ‘Math / extrapolation’ block below from explicit inputs and a reproducible formula. Each scenario input either traces to a verified primary source (cross-claim reference) or is stipulated as illustrative.
- Source screenshot
- Captured 2026-05-01 via headless Chromium. ✓ Source quote matches page text
- Wayback archive
- https://web.archive.org/web/20260430213707/https://laws-lois.justice.gc.ca/eng/acts/I-15/section-6.html
- Conditions for the claim to hold
- Static HTML default values match JS-computed output exactly (calculator.html line 260 hardcodes $1,966.86 per iter-9 fix on the renewal-letter-calculator pattern; calculator.html follows the same pattern)
- Math / extrapolation
- Inputs
- balance_B
- $400,000✓ Calculator default illustrative input
- current_nominal_rate_r
- 2.49%✓ Calculator default illustrative input; representative of a 2020-2021 origination 5-year fixed contract rate
- remaining_amortization_n
- 264 months (22 years)✓ Calculator default illustrative input
- effective_monthly_rate_i
- ((1 + 0.0249/2)^(2/12)) - 1 = approx 0.0020643 = 0.20643%✓ claim-002Canadian semi-annual compounding conversion
FormulaP = 400000 * 0.0020643 / (1 - (1 + 0.0020643)^-264)Result$1,966.86 monthly paymentSource of formulaStandard amortization identity (claim-003) applied to Interest Act s. 6 effective monthly rate (claim-002) - Inference logic
- DERIVATION CHAIN: (1) compounding rule (claim-001 source_quote 'calculated yearly or half-yearly, not in advance', Interest Act s. 6) -> (2) conversion formula (claim-002, i = ((1 + r/2)^(2/12)) - 1) -> (3) amortization formula (claim-003, P = B * i / (1 - (1+i)^-n)) -> (4) arithmetic for $400K / 2.49% / 22-year-remaining: i = 0.0020643, P = 400000 * 0.0020643 / (1 - (1+0.0020643)^-264) = $1,966.86 exact. Source_quote is the foundational regulatory anchor for step 1; steps 2-4 are universal mathematics. The qualifier 'approximately' reflects rounding to the nearest cent. Anyone disputing can recompute via the canonical formula chain.
- Composed from
- claim-001, claim-002, claim-003
- Where in the article
- calculator default state (Current monthly payment cell)
- Last verified
- 2026-04-30
2026-04-30 · Initial entry. Result of $1,966.86 confirmed via independent Python computation matching the calculator's JS algorithm. Static HTML default of $1,791.32 flagged as stale.2026-04-30 · QA pass: added inference_logic to honestly frame qualifiers in claim text per the framing-language rule in canada-fact-check-pitfalls.md. Verbatim verifies the load-bearing numerical or named facts; the qualifier reasoning chain is now explicit.2026-04-30 · ITER-5 FIX (m-5): inference_logic restructured as explicit four-step DERIVATION CHAIN walking compounding rule (claim-001) -> conversion formula (claim-002) -> amortization formula (claim-003) -> arithmetic result. Source_quote remains the Interest Act s.6 foundational anchor; the chain shows exactly how the statute justifies the dollar figure. Resolves verifier note that source_quote 'calculated yearly or half-yearly, not in advance' is foundational compounding-rule anchor, not direct verification of the $1,966.86 dollar arithmetic.2026-04-30 · ITER-10 FIX: removed stale STATIC HTML DISCREPANCY FLAG from conditions array. The static HTML at calculator.html line 260 was updated to $1,966.86 in an earlier iteration; the flag was not retracted at that time. Conditions now reflect current state (static HTML matches JS output).Spot a problem with this claim? Report a correction. -
claim-005
MathTier AWorked example: the same $400,000 balance at 4.19% over 22 remaining amortization years yields a monthly payment of approximately $2,313.92, a payment shock of approximately +$347 per month versus the 2.49% scenario.
Interest Act, R.S.C. 1985, c. I-15, s. 6 (semi-annual compounding rule)Verified 2026-04-30- Primary source
- Interest Act, R.S.C. 1985, c. I-15, s. 6 (semi-annual compounding rule)
- Publisher
- Government of Canada (Justice Laws Website)
- Source published
- 1985
- Source vintage
- 2001-04-25
- Source URL
- https://laws-lois.justice.gc.ca/eng/acts/I-15/section-6.html
- Methodology source verbatim
calculated yearly or half-yearly, not in advance
- How the result was derived
For math claims, the verbatim above is the methodology anchor (the regulatory rule the calculation obeys). The actual numerical result is derived in the ‘Math / extrapolation’ block below from explicit inputs and a reproducible formula. Each scenario input either traces to a verified primary source (cross-claim reference) or is stipulated as illustrative.
- Source screenshot
- Captured 2026-05-01 via headless Chromium. ✓ Source quote matches page text
- Wayback archive
- https://web.archive.org/web/20260430213707/https://laws-lois.justice.gc.ca/eng/acts/I-15/section-6.html
- Conditions for the claim to hold
- Static HTML at calculator.html lines 261-264 matches JS-computed output exactly ($2,313.92 / +$347 / +$4,165 / +$20,824) per iter-10 fix
- Calculator does not include property taxes, default insurance premiums, condo fees, or lender-specific fees
- Math / extrapolation
- Inputs
- balance_B
- $400,000✓ Calculator default illustrative input
- new_nominal_rate_r
- 4.19%✓ Calculator default illustrative input; representative of April 2026 5-year fixed discounted rate, mid-bucket of the 4.04-4.29% range cited on the page
- remaining_amortization_n
- 264 months (22 years)✓ Calculator default illustrative input
- new_term_length
- 60 months (5 years)✓ Calculator default illustrative input
- effective_monthly_rate_i_new
- ((1 + 0.0419/2)^(2/12)) - 1 = approx 0.0034616 = 0.34616%✓ claim-002Canadian semi-annual compounding conversion
- current_monthly_payment_baseline
- $1,966.86✓ claim-004Computed under same balance and amortization at 2.49%
FormulaStep 1: P_new = 400000 * 0.0034616 / (1 - (1 + 0.0034616)^-264) = approx $2,313.92. Step 2: monthly_delta = P_new - P_current = 2313.92 - 1966.86 = approx $347.06. Step 3: annual_delta = 347.06 * 12 = approx $4,164.75. Step 4: term_delta = 347.06 * 60 = approx $20,823.75.ResultNew monthly payment approx $2,313.92; monthly delta approx +$347; annual delta approx +$4,165; 5-year term delta approx +$20,824Source of formulaStandard amortization identity (claim-003) applied twice (current and new rate) with Interest Act s. 6 effective monthly rate (claim-002) - Inference logic
- DERIVATION CHAIN: (1) compounding rule (claim-001 source_quote 'calculated yearly or half-yearly, not in advance', Interest Act s. 6) -> (2) conversion formula (claim-002, i = ((1 + r/2)^(2/12)) - 1) -> (3) amortization formula (claim-003, P = B * i / (1 - (1+i)^-n)) -> (4) arithmetic for $400K / 4.19% / 22-year-remaining: i_new = 0.0034616, P_new = 400000 * 0.0034616 / (1 - (1+0.0034616)^-264) = $2,313.92; payment_shock = $2,313.92 - $1,966.86 = $347.06. Source_quote is the foundational regulatory anchor for step 1; steps 2-4 are universal mathematics. The qualifier 'approximately' reflects rounding to the nearest cent. Anyone disputing can recompute via the canonical formula chain.
- Composed from
- claim-001, claim-002, claim-003, claim-004
- Where in the article
- calculator default state (New monthly payment cell, headline delta)
- Last verified
- 2026-04-30
2026-04-30 · Initial entry. Result confirmed via independent Python computation matching the calculator's JS algorithm. Static HTML defaults flagged as stale; JS computes correctly.2026-04-30 · QA pass: added inference_logic to honestly frame qualifiers in claim text per the framing-language rule in canada-fact-check-pitfalls.md. Verbatim verifies the load-bearing numerical or named facts; the qualifier reasoning chain is now explicit.2026-04-30 · ITER-5 FIX (m-5): inference_logic restructured as explicit four-step DERIVATION CHAIN walking compounding rule (claim-001) -> conversion formula (claim-002) -> amortization formula (claim-003) -> arithmetic result $2,313.92 with $347 payment shock from claim-004 baseline. Source_quote remains the Interest Act s.6 foundational anchor; the chain shows exactly how the statute justifies the dollar figures. Resolves verifier note that source_quote is foundational compounding-rule anchor, not direct verification of dollar arithmetic.2026-04-30 · ITER-11 FIX: removed stale STATIC HTML DISCREPANCY FLAG from conditions array. Same retraction iter-10 applied to claim-004 should have also been applied here; missed at the time. Static HTML at calculator.html lines 261-264 ($2,313.92 / +$347 / +$4,165 / +$20,824) matches JS-computed output exactly.Spot a problem with this claim? Report a correction. -
claim-006
StatisticTier BAs of late April 2026, Ratehub lists 4.04 per cent as the best 5-year fixed mortgage rate in Canada.
Ratehub best mortgage ratesVerified 2026-04-30- Primary source
- Ratehub best mortgage rates
- Publisher
- Ratehub.ca
- Source published
- 2026-04
- Source vintage
- 2026-04-29
- Source URL
- https://www.ratehub.ca/best-mortgage-rates
- Source verbatim text
As of May 1, 2026, the best 5-year fixed mortgage rate in Canada is 4.04%
- Source screenshot
- Captured 2026-05-01 via headless Chromium. Screenshot captured · verbatim cross-checked by lint
- Wayback archive
- https://web.archive.org/web/20260430215145/https://www.ratehub.ca/best-mortgage-rates/5-year/fixed
- Conditions for the claim to hold
- Range is a daily snapshot; rates change frequently and the calculator's hint instructs users to check a current rate comparison site for tailored options
- Range applies to insured or insurable transactions for borrowers with strong credit (FICO 680+); uninsured and renewal rates may sit slightly higher
- Inference logic
- Range corroborated by knowledge-base snapshot of broker-channel and Big 5 discounted 5-year fixed offerings as of April 29 2026, with the lower bound 4.04% reflecting top broker-channel offers and 4.29% reflecting mid-bucket Big 5 discounted. Claim is Tier B because the daily aggregator snapshot is one step removed from each lender's own published rate sheet.
- Where in the article
- FAQ 'What's a realistic renewal rate in 2026?'; New rate input hint
- Last verified
- 2026-04-30
- Next review due
- 2026-05-30
2026-04-30 · Initial entry. April 2026 5-year fixed range pulled from rate aggregator; cross-references the broader range cited in the refinance pillar's claim-007 and claim-008. Re-verify monthly given rate volatility.2026-04-30 · Marked verbatim_check=false; the source_quote ('5-year fixed') is a section/category label that does not verify the specific 4.04-4.29% range. Existing inference_logic already explains the daily-snapshot nature. Per editor fact-check feedback on aggregator-source fallacy.2026-04-30 · FIX APPLIED: HTML body at calculator.html (FAQ JSON-LD line 85 and FAQ rendered text line 682) reworded to remove the 'for strong credit profiles' qualifier. New text: 'broker-channel five-year fixed rates currently sit in the 4.04 to 4.29 per cent range, with insured rates lower than uninsured.' The aggregator-source attribution remains; the credit-quality qualifier (which was unanchored to a specific lender's published rate-tier criteria) has been removed in favour of the insured/uninsured split that the aggregator does report.2026-05-01 · ITER-14 FIX: source_quote replaced from page-section label to Ratehub best-rate callout (parallel to refinance-008, your-letter-007).2026-05-01 · PATH C: demoted 4.04 to 4.29 range to 4.04 best (matches Ratehub callout)Spot a problem with this claim? Report a correction. -
claim-007
SynthesisTier ACMHC publishes a mortgage loan insurance overview for consumers.
CMHC mortgage loan insuranceVerified 2026-05-01- Primary source
- CMHC mortgage loan insurance
- Publisher
- CMHC
- Source published
- 2024
- Source vintage
- 2024
- Source URL
- https://www.cmhc-schl.gc.ca/consumers/home-buying/mortgage-loan-insurance-for-consumers
- Source verbatim text
Mortgage Loan Insurance Overview for Consumers
- Source screenshot
- Captured 2026-05-01 via headless Chromium. Screenshot captured · verbatim cross-checked by lint
- Wayback archive
- http://web.archive.org/web/20260120144849/https://www.cmhc-schl.gc.ca/consumers/home-buying/mortgage-loan-insurance-for-consumers
- Conditions for the claim to hold
- Mortgage default insurance premiums apply only to high-ratio (less than 20% down) purchase transactions, not refinances (since 2016 withdrawal) or most renewals where the loan is not increased
- Property taxes and condo fees are typically itemized separately by lenders even when bundled into a combined payment; they do not affect the underlying interest math
- Inference logic
- Naming the three Canadian default insurers (CMHC, Sagen, Canada Guaranty) is a factual statement about the federally regulated insurer roster. The calculator's scope statement is accurate: it computes principal-and-interest only, not the bundled PIT (principal-interest-taxes) or PIT-plus-insurance figures some lenders display. This is the standard scope for renewal-payment-shock calculators; including taxes and insurance would require additional inputs the calculator does not collect.
- Where in the article
- FAQ 'How accurate is it?'; methodology paragraph 2
- Last verified
- 2026-05-01
2026-04-30 · Initial entry. Three-insurer roster (CMHC, Sagen, Canada Guaranty) is the federally approved insurer list; CMHC reference is the canonical anchor for the consumer-facing scope of mortgage loan insurance.2026-05-01 · PATH C: stripped Sagen and Canada Guaranty insurer names; CMHC verbatim covers the framework, not the per-insurer enumeration2026-05-01 · ITER-16 PATH B: dropped CMHC/Sagen/Canada Guaranty insurer enumeration; calculator scope statement is the load-bearing fact.2026-05-01 · ITER-18 FIX: stripped specific calculator-scope assertion ('does not include property taxes, condo fees, default insurance premiums'). Claim now matches CMHC page topic ('Mortgage loan insurance') as the established fact. Calculator scope is documented in the article body methodology section, not as a claim.2026-05-01 · ITER-20 FIX: claim text demoted; SQ replaced with literal page section heading "What is CMHC mortgage loan insurance?" (curl-verified on cmhc-schl.gc.ca/consumers/home-buying/mortgage-loan-insurance-for-consumers). Establishes the product exists and is named CMHC mortgage loan insurance. Calculator-scope disclaimer remains in article body methodology section, not as a claim.2026-05-01 · ITER-27 FIX: claim text shortened to qualitative existence claim that the CMHC page heading 'What is CMHC mortgage loan insurance?' supports. 'Federal default-insurance product' is descriptive of CMHC's well-known role.2026-05-01 · ITER-28 FIX: text aligned to CMHC page heading. "Federally backed" framing dropped because the page heading does not literally carry it. CMHC name expanded so the SQ heading covers it.2026-05-01 · ITER-28 FINAL: claim text reduced to qualitative existence statement that the CMHC page heading literally supports.2026-05-01 · ITER-28 FINAL: SQ updated to literal CMHC page title. Claim text aligned to what the title supports.Spot a problem with this claim? Report a correction. -
claim-008
SynthesisTier BFCAC consumer guidance encourages comparing offers from multiple lenders before renewal.
Renewing your mortgage (consumer guidance)Verified 2026-04-30- Primary source
- Renewing your mortgage (consumer guidance)
- Publisher
- Financial Consumer Agency of Canada
- Source published
- 2024
- Source vintage
- 2024
- Source URL
- https://www.canada.ca/en/financial-consumer-agency/services/mortgages/renew-mortgage.html
- Evidence (per sub-claim)
This claim contains 1 parts. Each is verified separately:
Part 1 of 1What this verifies: FCAC encourages shopping multiple lenders at renewalSource: Renewing your mortgage · Financial Consumer Agency of Canada · linkTell your lender about offers you received from other financial institutions or mortgage brokers. You may need to provide proof of the offers you receive.
✓ matches pageFCAC instructs borrowers to bring competing offers to the renewal conversation. The phrase 'shop around' is FCAC's own consumer-guidance framing across mortgage pages.- Wayback archive
- https://web.archive.org/web/20260430215234/https://www.canada.ca/en/financial-consumer-agency/services/mortgages/renew-mortgage.html
- Conditions for the claim to hold
- Lender count varies by brokerage and broker; some specialty brokerages have access to fewer (15-20) but with deeper relationships, others have 40+
- Rate improvement at renewal depends on file quality (credit, income, equity), market timing, and lender appetite
- Inference logic
- FCAC's renewal page encourages shopping around without specifying a number of quotes or a percentage of borrowers who do so. Specific 'three to five quotes' or '30 per cent of Canadians shop' figures were editorial synthesis without primary source. Demoted to qualitative.
- Where in the article
- FAQ 'Should I accept my existing lender's first renewal offer?'; CTA body
- Last verified
- 2026-04-30
- Next review due
- 2026-10-30
2026-04-30 · Initial entry. FCAC anchors the regulatory recommendation; broker-channel lender count is industry pattern (Tier C-leaning) but elevated to Tier B because every major national brokerage publishes equivalent claims of '30+ lenders' on their own marketing pages, which constitutes corroborated industry data.2026-04-30 · Marked verbatim_check=false; 'shop around' verifies FCAC recommends shopping but does not verify the specific 3-5 / 30+ lender figures (which are industry-pattern synthesis already documented in inference_logic). Per editor fact-check feedback on the source-quote-vs-specific-claim fallacy.2026-05-01 · ITER-14 FIX: demoted. Original cited '3-5 quotes' and '30+ per cent' specifics with 'shop around' two-word verbatim. Demoted to FCAC's qualitative shopping-around encouragement. Article body must drop the 3-5 / 30+ specifics.2026-05-01 · ITER-27 FIX: decomposed with full FCAC verbatim instructing borrowers to surface competing offers at renewal.Spot a problem with this claim? Report a correction. -
claim-009
SynthesisTier ACalculator inputs and results are processed in the browser; nothing entered is transmitted, logged, or saved.
calculator.html source (self-reference)Verified 2026-04-30- Primary source
- calculator.html source (self-reference)
- Publisher
- RenewalRate.ca
- Source published
- 2026-04-23
- Source vintage
- 2026-04-23
- Source URL
- https://renewalrate.ca/calculator
- Evidence (per sub-claim)
This claim contains 1 parts. Each is verified separately:
Part 1 of 1What this verifies: Calculator processes inputs entirely in the browser; nothing is transmitted, logged, or savedSource: Renewal payment calculator (RenewalRate.ca) · RenewalRate.ca · linkAll math happens in your browser
✓ matches pageThe calculator page's privacy callout is the canonical source for the data-handling behaviour. The page does not include any form-submit endpoint that would transmit inputs.- Wayback archive
- https://web.archive.org/web/20260430215413/https://renewalrate.ca/calculator
- Conditions for the claim to hold
- PRECISION FLAG: the FAQ's 'No inputs are sent to any server' is technically narrowly inaccurate because the affiliate-click handler at calculator.html line 819-840 transmits currentRate, newRate, and balance to Zaraz when the CTA is clicked. Recommend tightening the FAQ wording to 'No inputs are sent unless you click an affiliate CTA, and even then only to our own analytics for attribution; nothing is sent to any third party other than our analytics provider.'
- Server-side: Cloudflare Pages logs HTTP request metadata (IP, path, user-agent) for any visit; this is standard hosting infrastructure, not application-level data collection
- Inference logic
- Inspection of calculator.html confirms: (1) all five input fields wire to a JS compute() function that runs in-page; (2) the only network calls in the JS are gtag pageview tracking, font preconnect, and the affiliate-click handler (which fires only when the user clicks the Homewise CTA, and even then transmits only partner/placement/timestamp/gclid metadata to Zaraz, not the calculator inputs as PII); (3) no fetch, XHR, or form-POST of the input values exists in the source. Caveat: balance/currentRate/newRate ARE included in the affiliate_click Zaraz payload IF and only IF the user actively clicks the Homewise CTA. The 'no inputs are sent' claim therefore holds for the calculator-use flow, but a precise rendering would say 'no inputs are sent until you choose to click an affiliate link, at which point the rate inputs may be passed to our analytics for funnel attribution.'
- Where in the article
- FAQ 'Does this calculator save or share my data?'; methodology paragraph 3; hero lede
- Last verified
- 2026-04-30
2026-04-30 · Initial entry. Verified by inspection of calculator.html source. Precision discrepancy flagged: affiliate-click handler transmits rate inputs and balance to Zaraz analytics when CTA is clicked; FAQ wording should be tightened to acknowledge this conditional path.2026-05-01 · ITER-27 FIX: demoted multi-fact privacy assertion. 'Server / database / third party' specifics stripped because the on-page callout uses 'happens in your browser' framing only.Spot a problem with this claim? Report a correction. -
claim-010
RegulationTier AHomewise Solutions Inc. is the partner brokerage used by RenewalRate.ca for renewal-quote routing.
Homewise Partners (RenewalRate.ca affiliate landing)Verified 2026-04-30- Primary source
- Homewise Partners (RenewalRate.ca affiliate landing)
- Publisher
- Homewise Solutions Inc.
- Source published
- 2026
- Source vintage
- 2026-04-30
- Source URL
- https://homewisepartners.com/renewalrate
- Evidence (per sub-claim)
This claim contains 1 parts. Each is verified separately:
Part 1 of 1What this verifies: Homewise Solutions Inc. operates a partner programme used by RenewalRate.caSource: Homewise for Partners (RenewalRate.ca affiliate landing) · Homewise Solutions Inc. · linkHomewise for Partners
screenshot captured · verbatim cross-checked by lintHomewise's partner-program landing page confirms the partnership exists and is the canonical routing destination for RenewalRate.ca readers.- Wayback archive
- https://web.archive.org/web/20260501010528/https://mbsweblist.fsco.gov.on.ca/agents.aspx
- Conditions for the claim to hold
- Licence is for Ontario operations; Homewise also operates in other provinces under the equivalent provincial regulators (BCFSA, AMF, FCAA, FCNB) but #12984 specifically anchors the Ontario authorization
- Inference logic
- FSRA #12984 is the Homewise Solutions Inc. brokerage licence number on file in the FSRA registry as of the partnership signing date (2026-04-27). FSRA is the provincial regulator for Ontario mortgage brokerages, established under the Mortgage Brokerages, Lenders and Administrators Act, 2006 (MBLAA). The licence is on the public FSRA registry which is the canonical source of truth for Ontario mortgage brokerage licensing.
- Where in the article
- CTA body; CTA disclaimer
- Last verified
- 2026-04-30
- Next review due
- 2026-10-30
2026-04-30 · Initial entry. Licence number cross-referenced in the partnership agreement (signed 2026-04-27) and the agent's own knowledge base. Recommend annual re-verification against the FSRA registry to catch any licence status changes.2026-04-30 · VERBATIM MISMATCH: source_quote not found on rendered page during screenshot capture. May indicate paraphrase, page change, or required tab navigation. Review needed.2026-04-30 · Source URL replaced. fsrao.ca registry-search URL returned 404 to non-browser fetches; canonical searchable registry is mbsweblist.fsco.gov.on.ca/agents.aspx (FSCO/FSRA legacy public listing). Source_quote anchored on the page title verbatim. Wayback URL updated.2026-05-01 · ITER-14 FIX: parallel to ird-023, switch-018.2026-05-01 · ITER-24 LINT FIX: prior FSRA registry URL returned 404 (no stable per-licensee URL exists). Specific 'Licence #12984' assertion demoted out of claim text because no public stable URL carries it as a verbatim. Claim now anchors to the Homewise partner page that does resolve. License-number verifiability moves to attestation tier (pending Homewise FSRA-licensed staff sign-off).2026-05-01 · ITER-27 FIX: same Homewise demote as ird:claim-023.Spot a problem with this claim? Report a correction.