weight * (rating / 5)
weightedScore(20, innovationRating)
weightedScore(15, transformationRating)
weightedScore(30, readinessRating)
weightedScore(10, highRiskRating)
weightedScore(25, regulatoryNeedRating)
innovationScore + transformationScore + readinessScore + highRiskScore + regulatoryNeedScore
[readinessScore, regulatoryNeedScore, innovationScore]