incentiveAmount
Describes the amount that can be redeemed from this incentive.
QuantitativeValue: Use this for incentives based on price (either raw amount or percentage-based). For a raw amount example, "You can claim $2,500 - $7,500 from the total cost of installation" would be represented as the following:
@typeQuantitivateValue can also be used for percentage amounts. In such cases, value is used to represent the incentive’s percentage, while maxValue represents a limit (if one exists) to that incentive. The unitCode should be 'P1' and the unitText should be '%', while valueReference should be used for holding the currency type. For example, "You can claim up to 30% of the total cost of installation, up to a maximum of $7,500" would be:
@typeUnitPriceSpecification: Use this for incentives that are based on amounts rather than price. For example, a net metering rebate that pays $10/kWh, up to $1,000:
@typeLoanOrCredit: Use for incentives that are loan based. For example, a loan of $4,000 - $50,000 with a repayment term of 10 years, interest free would look like:
@type, "amount":[ @type, ], "amount":[ @type, @type ], }} In summary:- Use QuantitativeValue for absolute/percentage-based incentives applied on the price of a good/service.
- Use UnitPriceSpecification for incentives based on a per-unit basis (e.g. net metering).
- Use LoanOrCredit for loans/credits.