Complete Schema
Rates Request
Rates Response
Bill Request
Bill Response
BillSavings Request
CustomerInfo{...}
Sector
Location{...}
Address{...}
PostalCode
Income
TaxFilingStatus
Meters[{...}]
Name
CurrentRate{...}
Id
ProposedRate{...}
Id
AnnualUtilityBillEscalation_Percent
EnergyProfiles[{...}]
{"Type": "Consumption", ...}
Name
Scenario
IntervalData{...}
Interpolation
IntervalConvention
Interval
Data[{...}]
Time
Energy_kWh
BillAmount
{"Type": "Production"}
Name
Scenario
IntervalData{...}
Interpolation
IntervalConvention
Interval
Data[{...}]
Time
Energy_kWh
{"Type": "Pv", ...}
Name
Scenario
EquipmentLife_Years
SystemDegradationPerYear_Percent
ProductionEnergyProfileName
PvSimulation{...}
EnergySite{...}
Location{...}
Latitude
Longitude
PvSystems[{...}]
Albedo_Percent
GeneralDerate_Percent
Inverters[{...}]
Count
MaxPowerOutputAC_kW
EfficiencyRating_Percent
PvArrays[{...}]
PvModules[{...}]
Count
NameplateDCRating_kW
PtcRating_kW
PowerTemperatureCoefficient_PercentPerDegreeC
NominalOperatingCellTemperature_DegreesC
ArrayConfiguration{...}
Azimuth_Degrees
Tilt_Degrees
Tracking
TrackingRotationLimit_Degrees
MonthlyShadings[{...}]
MonthNumber
SolarAccess_Percent
CashPayment{...}
Cost
SaleMonth
SaleYear
LoanPayment{...}
Cost
InterestRate_Percent
LoanType
Term_Years
DownPaymentAmount
SaleMonth
SaleYear
LeasePayment{...}
Cost
FirstYearMonthlyPayment
PaymentFactor
AnnualPaymentEscalation_Percent
Term_Years
DownPaymentAmount
SaleMonth
SaleYear
PpaPayment{...}
Cost
PaymentPerkWh
AnnualPaymentEscalation_Percent
Term_Years
DownPaymentAmount
SaleMonth
SaleYear
MaintenanceCosts{...}
AnnualMaintenanceCost
OneTimeMaintenanceCost
OneTimeMaintenanceCostYear
BillPeriods[{...}]
Name
StartDate
BillPeriodEnd
EstimationOptions{...}
IncludeTaxEffects
OutputData[...]
BillSavings Response

EnergyProfiles

Meters.EnergyProfiles

 

An array of energy technologies or energy profiles. There are three types of energy profiles: “Consumption”, “Production”, and “Pv”.

"Type": "Consumption"

A generic load profile for energy consumption. One consumption profile may be specified, or multiple profiles can be specified and BillSavings will combine them for you. You can specify the details of the load yourself by providing hourly, 30 minute, or 15 minute interval data, or if you specify annual or monthly load values, a load profile will be synthesized for you.

Required. At least one profile of Type “Consumption” is required.

"Type": "Production"

A generic load profile for energy production. Usually this type of profile would be used to specify production for a solar system, but it could be used for any producing energy measure. Positive load values will be subtracted from the load values from energy profiles of Type “Consumption”. Hourly, 30 minute, or 15 minute interval data may be used. Annual or monthly data is not valid as it is for energy profiles of Type “Consumption”.

Default: none (optional).

"Type": "Pv"

You can provide your own solar production profile by using an energy profile of Type “Production”, or BillSavings can simulate solar production for you. An energy profile of Type “Pv” contains all of the details required for simulating solar production.

Default: none (optional).