Equipment Elasticity Analysis

Upload Data
Select CSV or Excel file
Sample Template

Download a sample template to see the required format:

Required Fields
  • Asset ID
  • Make/Model
  • Customer
  • Prior Year Price
  • Renewal Price
  • % Price Change
  • Renewal Outcome
  • Reason Code

Optional: Environment, Equipment Type, Customer Segment

Summary Statistics
Total Assets: {{ results.summary.totalAssets }}
Overall Renewal Rate: {{ (results.summary.overallRenewalRate * 100).toFixed(1) }}%
Avg Price Change: {{ results.summary.avgPriceChange.toFixed(1) }}%
Price Elasticity: {{ results.summary.priceElasticity.toFixed(2) }}
Price Band Analysis
Price Band Count Renewal Rate Avg Price Change Revenue Impact
{{ band.range }} {{ band.count }} {{ (band.renewalRate * 100).toFixed(1) }}% {{ band.avgPriceChange.toFixed(1) }}% {{ formatCurrency(band.revenueImpact) }}
Elasticity Curve
Segment Analysis

Segment Value Count Renewal Rate Avg Price Change Elasticity
{{ value }} {{ data.count }} {{ (data.renewalRate * 100).toFixed(1) }}% {{ data.avgPriceChange.toFixed(1) }}% {{ data.elasticity.toFixed(2) }}
Download Results