Interface OutputV16

The complete simulation output data structure for Seed format version 16. Contains energy performance metrics, costs, and detailed simulation results.

interface OutputV16 {
    bc_metrics: OutputBCMetrics;
    costs: OutputCosts;
    design: OutputDesign;
    detailed: OutputDetailed;
    energy_cost: OutputEnergyCosts;
    notes: string[];
    rebates: {
        all_rebates: {
            _: string;
            notes: string[];
            source: string;
            source_link: string;
            total: number;
        }[];
        total: number;
    };
    recoups: number;
}

Properties

bc_metrics: OutputBCMetrics

British Columbia energy performance metrics and code compliance indicators

Renovation or construction cost estimates

design: OutputDesign

Design-focused outputs used for equipment sizing and code compliance

detailed: OutputDetailed

Detailed energy analysis data

energy_cost: OutputEnergyCosts

Monthly and annual energy cost projections

notes: string[]

Explanatory notes about the simulation results

rebates: {
    all_rebates: {
        _: string;
        notes: string[];
        source: string;
        source_link: string;
        total: number;
    }[];
    total: number;
}

Available rebates and incentives for energy upgrades

Type declaration

  • all_rebates: {
        _: string;
        notes: string[];
        source: string;
        source_link: string;
        total: number;
    }[]

    List of all available rebate programs

  • total: number

    Total rebate amount from all programs combined

recoups: number

Estimated annual cost savings from energy efficiency improvements