Sgi Rate Calculator

SGI Safe Driver Recognition Rate Calculator body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; line-height: 1.6; color: #333; max-width: 100%; margin: 0; padding: 0; } .sgi-calculator-container { max-width: 800px; margin: 20px auto; padding: 25px; background-color: #f9fbfd; border: 1px solid #e1e4e8; border-radius: 8px; box-shadow: 0 4px 6px rgba(0,0,0,0.05); } .sgi-calculator-title { text-align: center; color: #0076a8; margin-bottom: 25px; font-size: 24px; font-weight: 700; } .form-group { margin-bottom: 20px; } .form-group label { display: block; margin-bottom: 8px; font-weight: 600; color: #444; } .form-group input { width: 100%; padding: 12px; border: 1px solid #ccc; border-radius: 4px; font-size: 16px; box-sizing: border-box; } .form-group .help-text { font-size: 12px; color: #666; margin-top: 5px; } .calc-btn { display: block; width: 100%; padding: 14px; background-color: #008450; color: white; border: none; border-radius: 4px; font-size: 18px; font-weight: bold; cursor: pointer; transition: background-color 0.3s; } .calc-btn:hover { background-color: #00663d; } .results-container { margin-top: 30px; padding: 20px; background-color: #fff; border: 1px solid #ddd; border-radius: 4px; display: none; } .result-row { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid #eee; } .result-row:last-child { border-bottom: none; font-weight: bold; font-size: 1.1em; color: #0076a8; } .content-section { max-width: 800px; margin: 40px auto; padding: 0 15px; } .content-section h2 { color: #0076a8; border-bottom: 2px solid #eee; padding-bottom: 10px; margin-top: 30px; } .content-section h3 { color: #333; margin-top: 25px; } .content-section p { margin-bottom: 15px; text-align: justify; } .content-section ul { margin-bottom: 20px; } .content-section li { margin-bottom: 8px; } .highlight-box { background-color: #e8f4f8; padding: 15px; border-left: 4px solid #0076a8; margin: 20px 0; }
SGI Safe Driver Recognition Calculator
Enter the standard plate insurance cost for your vehicle before any discounts.
Your current SDR score (between -20 and +25).
Discount Percentage: 0%
Total Discount Amount: $0.00
Estimated Annual Premium: $0.00
function calculateSGIRate() { // Get Input Values var basePremium = parseFloat(document.getElementById('basePremium').value); var safetyPoints = parseInt(document.getElementById('safetyPoints').value); // Validation if (isNaN(basePremium) || basePremium 0) { discountRate = safetyPoints * 2; // Cap at 25% max discount if (discountRate > 25) { discountRate = 25; } } else { discountRate = 0; } var discountValue = basePremium * (discountRate / 100); var finalCost = basePremium – discountValue; // Display Results document.getElementById('discountPercent').innerHTML = discountRate.toFixed(1) + "%"; document.getElementById('discountAmount').innerHTML = "$" + discountValue.toFixed(2); document.getElementById('finalPremium').innerHTML = "$" + finalCost.toFixed(2); // Show Results Container document.getElementById('results').style.display = "block"; }

Understanding Your SGI Safe Driver Recognition (SDR) Rate

The Saskatchewan Government Insurance (SGI) Safe Driver Recognition (SDR) program is a merit-based system that rewards safe driving habits with discounts on vehicle insurance premiums. Conversely, risky driving behaviors resulting in at-fault accidents or traffic convictions can lead to financial penalties. This calculator helps you estimate your annual insurance savings based on your current safety rating score.

How the Score Works: The SDR scale typically ranges from -20 (Penalty Zone) to +25 (Safety Zone). Drivers start at a neutral score of 0. For every year of accident-free and conviction-free driving, you earn points.

How SGI Calculates Your Discount

The financial benefit of safe driving is calculated as a percentage of your base insurance premium. The structure is generally as follows:

  • Safety Zone (Positive Points): You receive approximately a 2% discount off your Basic Autopac vehicle insurance for every safety point you earn.
  • Maximum Discount: The discount is capped. While you can earn more points for buffer protection, the maximum financial discount is capped at 25% (typically reached at +13 to +15 points depending on current regulations, though maintaining higher points protects this discount).
  • Penalty Zone (Negative Points): If your score drops below zero due to incidents, you lose your discount. Furthermore, specific financial penalties (roughly $50 to $100 per point) are assessed for each incident that moves you down the scale in the penalty zone.

Finding Your Base Premium

To use this calculator accurately, you need to know the base insurance premium for your specific vehicle. This "base rate" is determined by several factors:

  • Vehicle Type and Model: Different cars have different loss ratios and repair costs.
  • Model Year: Newer cars often cost more to insure due to higher replacement values.
  • Location: Rates may vary depending on whether you register the vehicle in a rural or urban setting.

You can find your base premium by looking at your renewal notice or using the rate lookup tool on the official SGI website. Once you have that number, input it above along with your safety score to see how much you are saving annually.

Why Your Score Might Change

Your SGI rating is dynamic. You gain points for every year of safe driving. However, you lose points for at-fault collisions and traffic convictions (such as speeding). An at-fault collision generally results in a loss of 6 points. Traffic convictions vary based on severity. Maintaining a high positive score acts as a "buffer," ensuring that one small mistake doesn't immediately send you into the penalty zone where fees are applied.

Note: This tool is for estimation purposes only. Official rates and assessments are determined by SGI at the time of registration or renewal.

Leave a Comment