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

IntervalData

Meters.EnergyProfiles{Consumption}.IntervalData

 

Contains load or bill data and meta data that defines the energy profile.

Interpolation

The interpolation method used for filling missing data points in Data.

Possible Values: A string equal to “Average” or “IgnoreEmpty”. If “Average”, missing data points will be populated with the average of the data point at the beginning and the end of the missing portion. If “IgnoreEmpty”, missing data points will be filled with zeros.

Default: “Average”.

IntervalConvention

Describes whether the time stamps in the load profile represent the beginning, middle, or end of the interval.

Possible Values: A string equal to “IntervalStart”, “IntervalMidPoint”, or “IntervalEnd”.

Default: “IntervalStart”.

Interval

The length of the interval between data points in Data. For intervals larger than “Hour”, a typical customer load profile will be used to synthesize a customer load profile that matches the provided data.

Possible Values: A string equal to “Year”, “Month”, “Hour”, “HalfHour”, or “QuarterHour”.

Required.

Data

Contains time stamp and load or bill amount data that defines the energy profile. Objects part of the Data array should be listed in increasing order according to Time.

Required.