Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 15 Next »

Summary:

These metric updates refer to the Data Access Layer.  The DAL is a powerful, yet simple endpoint to pull data from jobs.  Please click here to find a full overview and explanation.

Sprint 2.11 - 10/19/17 Release Target

New: 

  • total_tax_savings_cum_yr[year] - cumulative tax deductions over the specified number of years, starting from year 1 (expected)
  • incentives_[incentive_type]_[assignee]_yr[year] - incentive type given to an assignee in a specified year (expected)

    • example: incentives_itc_s_yr1, the first year itc assigned to the siteowner
    • incentive_type options: pbi, stc, ongoing, rbt, itc, rec, upfront; all types are option
    • assignees: i, f, s (installer, financier, siteowner)
    • year is required
  • incentives_[incentive_type]_[assignee]_cum_yr[year] - incentive type given to an assigned over the specified number of years, starting from year 1 (expected)

    • example: incentives_ongoing_f_cumyr20, the cumulate ongoing incentives assigned to the financier over the next 20 years
    • incentive_type options: pbi, stc, ongoing, rbt, itc, rec, upfront; all types are option
    • assignees: i, f, s (installer, financier, siteowner)
    • year is required
  • savings_yr[year] - single year savings; savings_yr1 = utility bill pre - utility bill post - solar bill + year 1 Incentives, excluding upfront (expected)
  • savings_cum_yr[year] - cumulative savings over the specified number of years, starting from year 1 (expected)


Sprint 2.10 - 10/5/17 Release

New:

  • contract_contact_name_[index] - the full name of each signer


Sprint 2.9 - 9/25/17 Release

New:

  • workflow_id - returns a list of unique identifiers for the all workflows associated with a quote

  • system_id - returns the system UUID for a quote or system, or a list of systems IDs for a site

  • system_number_of_modules - returns the number of modules for a given system

Name Changes:

  • monthly_payment - used to be quote_monthly_payment

  • contract _apr - used to be quote_contract_apr

  • monthly_payment_no_prepay - used to be quote_monthly_payment_no_prepay

  • initial_contract_signed_date - used to be initial_contract_date

  • organization_id - used to be organization_uuid

  • module_rating_nominal_X - used to be stc_dc_rating_array_X

  • array_number_of_modules_X - used to be module_count_array_X

  • inverter_efficiency_X - used to be inverter_efficiency_array_X

  • inverter_uses_optimizers_X - used to be inverter_uses_optimizers_array_X

Logic Changes:

  • install_cost - returns the install cost in dollars (not $/w)

Removed:

  • contact_email_list - request contact_email and a list will be returned as applicable

  • contact_names - request contact_name and a list will be returned as applicable

  • contact_phone_number_list - request contact_phone_number and a list will be returned as applicable

  • owned_by_organization - duplicate of organization_name

  • product_names - request product_name and a list will be returned as applicable

  • quote_owned_by_user - internal ID - not useful for external integrators

  • site_owned_by_user - internal ID - not useful for external integrators

General Enhancements:

  • introduced indexing for improved reporting and data access

  • introduced the workflow-data endpoint

  • improved baseline mapping to ensure metrics had the same units


Sprint 2.8 - 9/7/2018 Release

New:

  • avg_utility_cost_pre - average cost of power pre-solar

  • credit_expiration_date - credit expiration date

    • ability to filter with credit_expiration_date_before / credit_expiration_after

  • array_solar_access_percent_X - solar access values for month x

  • initial_contract_date - date of the first signed contract in a workflow

  • No labels