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 17 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.14 -  12/7/17 Release (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
  • federal_tax_savings_cum_yr[year] - cumulative federal tax deductions over the specified number of years, starting from year 1 (expected)
  • federal_tax_savings_yr[year] single year federal tax savings (expected)
  • state_tax_savings_cum_yr[year] - cumulative state tax deductions over the specified number of years, starting from year 1 (expected)
  • state_tax_savings_yr[year] single year state tax savings (expected)
  • total_tax_savings_cum_yr[year] - cumulative tax deductions over the specified number of years, starting from year 1 (expected)
  • total_tax_savings_yr[year] - single year total tax savings (expected)
  • savings_cum_yr[year] - cumulative savings over the specified number of years, starting from year 1 (expected)
  • savings_yr[year] - single year savings (expected)
    • savings_yr[year] = utility bill pre - utility bill post - solar bill + year 1 Incentives, excluding upfront

Sprint 2.13 - 11/16/17 Release

New:

  • array_id
  • array_inverters_count_x
  • array_modules_count_x (replaces array_number_of_modules_x)
  • array_inverter_manufacturer_x
  • array_inverter_model_x
  • array_module_manufacturer_x
  • array_module_model_x
  • array_capacity_x 
  • system_snapshot_url - returns a URL that has the image of the designed system

Sprint 2.12 - 11/02/17 Release 

New: 

  • signed_baseline_date - date field to track when a new contract or addendum is signed, and the data is stored at the contract level

Sprint 2.11 - 10/19/17 Release 

New: 

  • solar_spend_average_monthly_yr[year] - average cost of solar for a specified year (expected)
  • utility_bill_pre_average_monthly_yr[year] - average utility bill for a specified year if there is no solar system installed (expected)
  • utility_bill_post_average_monthly_yr[year] - average utility bill for a specified year after the designed solar system is installed (expected)
  • site_usage_yr[year] - annual energy usage for a specified year (expected)
  • federal_tax_rate
  • state_tax_rate


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