HomeGuidesAPI ReferenceChangelog
Log In
Guides

How to Validate Savings Analyses

Validate a savings analysis by comparing pre-solar and post-solar hourly costs, inspecting export rates, and checking the underlying inputs.

Validate a Savings Analysis by comparing pre-solar and post-solar hourly costs, inspecting export rates, and checking the underlying inputs.

Approach

Since rates come from tariffs and depend on account-holder criteria, including usage, this approach uses a specific account with the actual consumption and solar production profiles that you might use in a simple integration. You can repeat this process for any given account.

How it works

A Savings Analysis compares a pre-solar scenario (before) and a post-solar scenario (after). To model savings given the parameters used in the proposal, we assume the same load curve in the pre-solar and post-solar scenarios, then calculate the aggregate difference. There are positive savings when the post-solar scenario costs less.

To validate the underlying data, you make API calls that represent the pre-solar and post-solar hourly costs for the same load curve over the same time range, but on different tariffs to reflect the expected post-solar tariff. Each call calculates energy cost over the specified range and returns it by hour so you can inspect the savings for that period.

Inputs

InputPurpose
accountId or providerAccountIdIdentifies the account used in the Savings Analysis.
Pre-solar consumption profileRecreates baseline usage.
Solar production profileRecreates post-solar net load.
Pre-solar masterTariffIdCalculates baseline utility cost.
Post-solar masterTariffIdCalculates post-solar utility cost.

Validation workflow

  1. Identify the Savings Analysis you want to validate.
  2. Retrieve the account, consumption profile, solar profile, and relevant tariff IDs.
  3. Run an hourly pre-solar Account Cost Calculation.
  4. Run an hourly post-solar Account Cost Calculation.
  5. Compare hourly itemQuantity, rateAmount, and cost values.
  6. For NEM3 & NBT tariffs, retrieve hourly export rates and compare them against export credit behavior.
  7. Reconcile the hourly calculations against the aggregate Savings Analysis response.

Workflow steps

Use the workflow steps above to validate a Savings Analysis. The detailed process lives in the step pages so this page can serve as the section hub.

Summary

Use this workflow to validate a Savings Analysis by gathering the original inputs, recreating hourly pre-solar and post-solar Account Cost Calculations, checking NEM3 export rates where applicable, and reconciling hourly behavior against the aggregate Savings Analysis response.