Back to Glossary

Shape Factor

Capture Price ÷ Baseload Price

What is it?

The Shape Factor (also called "capture ratio" or "profile factor") is the ratio of a technology's capture price to the baseload average price. It quantifies how much value a technology extracts from the market relative to flat 24/7 generation.

Formula

Shape Factor = Capture Price ÷ Baseload Price

Example:

If wind captures £45/MWh and baseload average is £50/MWh:

Shape Factor = 45 ÷ 50 = 0.90 (or 90%)

How to Interpret

< 1.0Below baseload (most renewables)

The technology generates disproportionately when prices are low. Common for wind (0.85-0.95) and solar (0.80-0.90) due to cannibalization.

= 1.0Matches baseload

Generation profile perfectly matches the average price. Theoretical for a plant that runs at constant output 24/7 (like nuclear baseload).

> 1.0Above baseload

The technology generates more when prices are high. Possible for peaking plants, storage, and demand-side response.

Typical Values (UK)

TechnologyShape FactorNotes
Onshore Wind0.88 - 0.95Higher in winter, lower in summer
Offshore Wind0.90 - 0.97Better profile than onshore
Solar PV0.80 - 0.92Lower due to midday concentration
Nuclear~1.00Flat baseload profile
Battery Storage1.20 - 1.50Arbitrages price peaks

Impact on PPAs

Shape factor directly impacts PPA economics:

Effective Revenue = Baseload Price × Shape Factor × Volume

A wind PPA priced at £50/MWh with a 0.90 shape factor means the generator effectively earns £45/MWh on average. This discount is typically negotiated upfront or passed through in the settlement calculation.

Future Trend

As renewable penetration increases, shape factors are expected to decline further. More wind and solar capacity means more price suppression during high-output periods.

Aurora Energy Research projects UK wind shape factors could fall to 0.70-0.80 by 2030 without significant storage or flexibility investment.

API Endpoint

GET /uk/analytics/capture-price/{year}/{month}

Returns shape factors alongside capture prices.

{
  "wind": {
    "capture_price": 48.50,
    "shape_factor": 0.91
  },
  "solar": {
    "capture_price": 45.30,
    "shape_factor": 0.85
  }
}

Related Terms