- Rates Request
- Rates Response
- Bill Request
- Bill Response
- BillSavings Request
- BillSavings Response
-
- Location{...}
- Bills[{...}]
-
- MeterName
- CurrentBill{...}
-
- HoursInBill
- Rate{...}
- BillTotals{...}
- EnergyTotals{...}
- PeriodBills[{...}]
- ProposedBill{...}
-
- HoursInBill
- Rate{...}
- BillTotals{...}
- EnergyTotals{...}
- PeriodBills[{...}]
- CashFlow{...}
- Incentives{...}
- Emissions{...}
Summary
CashFlow.Years.Summary
Contains a high level summary of total expenses for the “Current” and “Proposed” scenarios, total savings, and cumulative total savings for a given year.
CurrentTotal
Net income for the year for the current scenario. This is calculated by summing all Current items from each object in the Details array. Negative values denote expenses, and positive values denote income or savings.
Possible Values: A decimal value such as 12,000.00.
ProposedTotal
Net income for the year for the proposed scenario. This is calculated by summing all Proposed items from each object in the Details array. Negative values denote expenses, and positive values denote income or savings.
Possible Values: A decimal value such as 12,000.00.
NetSavingsTotal
Net savings for the year. This is calculated by subtracting CurrentTotal from ProposedTotal. Negative values denote expenses, and positive values denote income or savings.
Possible Values: A decimal value such as 12,000.00.
CumulativeNetSavings
The cumulative savings for all preceding years in the cash flow plus the current year. This is calculated by summing the NetSavingsTotal from all previous years and the current year. Negative values denote expenses, and positive values denote income or savings.
Possible Values: A decimal value such as 12,000.00.