// audit-levels-financial.jsx
// ASHRAE Levels (S05), Ontario Incentives (S06), What the Audit Enables (S07)
// ============================================================
// AuditLevels — Wise Blue (S05). 3-level comparison table.
// Level 2 row highlighted as the most common.
// ============================================================
const AuditLevels = () => {
const rows = [
{
level: 'Level 1',
name: 'Walk-Through Assessment',
covers: 'A site walkthrough and utility bill review. Identifies low-cost and no-cost energy improvements. Provides a rough estimate of potential savings without detailed engineering analysis.',
when: 'Initial screening. Preliminary project scoping. When you want to confirm whether a deeper audit is justified.',
highlight: false
},
{
level: 'Level 2',
name: 'Energy Survey & Analysis',
covers: 'Detailed analysis of facility systems with energy use breakdowns, quantified savings estimates, and implementation costs for each identified measure. The standard required by most incentive programs.',
when: 'The most common audit level for C&I projects. Required for NRCan IEM funding and IESO saveONenergy Retrofit Incentive applications. The foundation for solar system sizing.',
highlight: true
},
{
level: 'Level 3',
name: 'Investment-Grade Audit',
covers: 'Highly detailed engineering analysis with measured data and rigorous financial modelling. Typically covers one or two high-capital measures. Provides the level of certainty required for large capital approvals.',
when: 'For major capital investments — large HVAC replacements, building envelope projects, or combined efficiency and generation programs where the board requires bankable projections before committing capital.',
highlight: false
}];
return (
ASHRAE Level 1 · Level 2 · Level 3
The right level of audit for your project.
ASHRAE defines three levels of commercial energy audit. The level you need depends on your goals, the size of your facility, and which incentive programs you are applying for.
{/* 4-column comparison table */}
{/* header row */}
{['Level', 'Name', 'What it covers', 'When you need it'].map((h, i) =>
Most commercial and industrial energy projects begin with a Level 2 audit. It provides enough detail to scope the work, apply for incentives, and build the financial model — without the additional cost and time of a full investment-grade analysis.
);
};
// ============================================================
// AuditIncentives — Soft Green (S06). Ontario incentive programs.
// ============================================================
const AuditIncentives = () => {
// GI Link Audit (Fix 4): per-program links default to the internal incentives hub
// (/resources/rebates-and-incentives/) until external program URLs are verified.
// See Fix 8 — externals require manual verification before swapping in here.
const rows = [
{
tag: 'Federal',
program: 'NRCan Industrial Energy Management',
copy: 'Natural Resources Canada\u2019s Industrial Energy Management program provides funding support for eligible energy audits at industrial facilities. NRCan covers a portion of the audit cost for qualifying facilities — reducing the net cost of an ASHRAE Level 2 audit. Eligibility is assessed based on facility energy consumption and sector.',
link: '→ Confirm current eligibility at nrcan.gc.ca',
linkHref: '/resources/rebates-and-incentives/'
},
{
tag: 'Provincial',
program: 'IESO saveONenergy — Energy Audit Stream',
copy: 'The IESO saveONenergy program includes an Energy Study stream that provides incentive support for qualifying commercial and industrial energy assessments in Ontario. An approved energy study is also the gateway to the Retrofit Incentive Program — which covers LED, HVAC, and controls upgrades identified in the audit.',
link: '→ Confirm current program status at saveonenergy.ca',
linkHref: '/resources/rebates-and-incentives/'
},
{
tag: 'Federal',
program: 'Canada Greener Buildings Initiative',
copy: 'The Canada Greener Buildings Initiative provides funding support for energy assessments at eligible commercial and institutional buildings. The program supports audits as the first step toward building retrofits, with additional funding available for eligible upgrades following the audit.',
link: '→ Confirm current program status at nrcan.gc.ca/greenerbuildings',
linkHref: '/resources/rebates-and-incentives/'
}];
return (
{/* faint grid */}
Ontario incentives for energy audits
Programs that cover audit costs.
Several federal and provincial programs provide funding support for commercial energy audits in Ontario. Eligibility depends on facility type, sector, and audit scope.
Government incentive programs change frequently — eligibility thresholds, funding amounts, and application windows are updated regularly. We confirm current program availability and eligibility as part of every project scoping conversation. Do not rely on published figures without confirming current status.
One audit, five measures,{' '}
$311,823 in annual savings.
A high-throughput distribution facility in the GTA. ASHRAE Level 2 assessment paired four
building-side conservation measures with a rooftop solar feasibility study — sized, costed,
and prioritised in a single capital plan.
{/* Photo + stats slab */}
{/* Warehouse photo (client photo withheld) */}
DISTRIBUTION FACILITY · ONTARIO
{/*
Representative imagery · client photo withheld
*/}
{/* Stats column */}
{stats.map((s, i, arr) => (
{s.big}{s.label}
))}
{/* Where savings come from — chart */}
Where savings come from
Annual cost savings, by conservation measure.
Solar PV anchors the savings stack; four building-side ECMs identified during the audit
deliver the remaining $107,320 per year — paid for entirely by the avoided utility spend.
Power · Solar PV
Conserve · Efficiency ECMs
Savings reflect annual figures at project completion. Solar PV savings based on avoided
grid purchases at current Ontario electricity rates.
Green Integrations
{/* How it was delivered */}
How the audit was delivered
{[
{ label: 'Baseline', body: '12 months of interval utility data analysed against weather and operating schedule. Building envelope and HVAC condition walked and documented on site.' },
{ label: 'Modelling', body: 'Calibrated energy model isolated load drivers across RTUs, economisers, lighting, and process equipment. Each ECM costed and ranked by payback.' },
{ label: 'Solar feasibility', body: 'Rooftop capacity, structural allowance, and IESO interconnection envelope sized against load profile to confirm the PV opportunity.' },
{ label: 'Capital plan', body: 'ASHRAE Level 2 report delivered with five prioritised measures, $311,823 in modelled annual savings, and Save on Energy incentive pathways.' }
].map((b) => (