UTIL-001 | The customer is an active account holder with the program’s utility, on an eligible rate plan. | customer.eiaid, customer.utility_account_number, customer.utility_account_status, customer.utility_rate_plan |
EQUIP-001 | The equipment is new rather than used, and recent enough for the program. | customer_device.is_new_equipment, customer_device.purchase_date, device.manufacture_year |
EQUIP-002 | The charger is at the level the program requires. | device.charger_level |
EQUIP-003 | The device is on the program’s approved product list, or from an approved brand. | program.approved_product, device.manufacturer, device.model_name |
EQUIP-004 | The device carries a UL, ETL, or other NRTL safety listing. | device.is_ul_listed |
EQUIP-005 | The device is ENERGY STAR certified. | device.is_energy_star_certified |
EQUIP-006 | Charging power is inside the program’s range. | device.charging_power_kw |
EQUIP-007 | The device is networked, also described as smart or connected. | device.is_networked, device.is_ocpp_compliant |
EQUIP-008 | The device offers a connector type the program allows. | device.connector_types |
EQUIP-009 | The charger is permanently installed rather than portable. | device.is_mobile_plugin_charger, customer_device.mounting_type |
CONT-001 | A licensed or in-network contractor did the install. | customer_device.contractor_name, customer_device.installer_license, customer_device.installation_type, program.contractor_network |
CONT-002 | The electrical permit is approved and the inspection passed. | customer_device.permit_approved, customer_device.permit_number, customer_device.inspection_passed |
VEH-001 | The customer has an eligible registered vehicle. | customer.vehicle_count, customer_device.vehicle_type, customer_device.vehicle_registration |
CUST-001 | The customer or household is under the program’s rebate limit, and hasn’t already won an award in this track. | customer.has_previous_rebate_at_address, program.one_rebate_per_x, program.first_eligible_in_track |
CUST-002 | The building and customer class are in the program’s scope. | customer.customer_classification, customer.is_homeowner, customer.building_age_years, customer.dwelling_units |
CUST-003 | The customer meets the program’s income-qualification rule, which can also route them to a different tier. | customer.is_income_qualified |
APP-001 | The claim arrives inside the program’s window after install or permission to operate. | customer_device.installation_date, customer_device.pto_date |
APP-002 | The customer signed, accepted, or attested to something the program requires. | The specific agreement, collected in Connect |
MISC | A real requirement that fits no category above, such as a service-territory map check, a device specification the program prices on, or a state-level rule. | Named in requirement |