Revenue Reporting
The Revenue API provides a set of endpoints for partners to access revenue data that has been earned by participating in grid services programs with Leap. Accessing preliminary and final revenue data in a timely manner helps increase efficiency as well as more quickly identify opportunities to improve revenue.
Supported Regions & Programs
Check out the Revenue Tab Guide (portal credentials required) for the list of supported regions and programs.
Retrieve monthly customer revenue data
The monthly revenue data endpoints provide granular revenue data and can be used for the following:
- Understand how revenue is generated within your portfolio by aggregating data per meter, customer, load type, market group, or utility
- Automate customer reporting and payments (if applicable for your grid services offering) by leveraging the revenue by meter or revenue by customer endpoints to get preliminary estimates and final revenue data
- Revenue data is considered final when the applicable monthly revenue report(s) have a
status
value of "FINALIZED"
- Revenue data is considered final when the applicable monthly revenue report(s) have a
Track missed revenue & flag worst performing meters
The worst performing meters in your portfolio can significantly impact overall revenue. Prioritize investigation and corrective action on these meters by leveraging the revenue by meter endpoint and automating the following steps:
- Query for each applicable month and program
- For each
meter_id
, confirmdata_coverage_percentage
:- If greater than 75%, proceed with calculation below
- If less than 75%, skip analysis for this meter until data coverage reaches threshold
- For each
meter_id
, determine missed revenue:- Total Missed Revenue =
missed_revenue
- % Missed Revenue =
missed_revenue
/potential_revenue
- Total Missed Revenue =
- Flag worst performing meters (based on numbers above) for follow-up to confirm event response and no hardware or software issues
- If meters correctly responded to all events, reach out to your Leap partner success manager for further analysis and nominations discussion
Automate revenue reporting
To eliminate operations overhead and the risk of human errors, monthly and seasonal revenue reporting can be automated to accomplish the following:
- Retrieve final revenue report data and format for finance team analysis
- Sync revenue data with financial systems for automated reporting, analysis, and tracking trends
- Track revenue report version changes
These use cases are supported by the following endpoints:
- Monthly revenue reports - Preliminary and final revenue reports
- Revenue report versions - Version history if changes are needed after a report reaches FINALIZED
status
- Annual revenue data - Annual summary of revenue data
Updated 11 days ago