<% If IO.File.Exists(server.mappath("/includes/ksstop.aspx")) Then server.execute("/includes/ksstop.aspx") elseif IO.File.Exists(replace(server.mappath("/includes/ksstop.aspx"),"\CMS\","\test\")) Then server.execute("/includestst/ksstop.aspx") End if %> <% Dim getSect as String Dim thissect as String getSect = lcase(Request.ServerVariables("PATH_INFO")) select case true case instr(getSect,"software") > 0 thissect = "1" case instr(getSect,"analytics") > 0 thissect = "2" case instr(getSect,"consulting") > 0 thissect = "3" case instr(getSect,"pricemanagement") > 0 thissect = "4" case instr(getSect,"ourtechnology") > 0 thissect = "5" case instr(getSect,"aboutus") > 0 thissect = "6" case else thissect = "0" end select %>
SoftwareAnalyticsConsultingPrice ManagementOur TechnologyAbout Us
<% dim ActiveURL as string = Request.ServerVariables("URL") Dim reSpl = split(ActiveURL,"/") dim getTotalDir as string getTotalDir = "/" + reSpl(0) + "/" + reSpl(1) + "/" dim stFilePath as string = server.mappath(getTotalDir + "leftmenu.aspx") If IO.File.Exists(stFilePath) Then server.execute(getTotalDir + "leftmenu.aspx") End if %>

CEO Corner

 

Avoid Inadvertently Gouging Your Customers

 

During times when the fuel market is unstable, it is extremely important to monitor your pricing to ensure you are not inadvertently gouging your customers. Even by following a regular pricing protocol, let’s say to match a specific competitor; you could be unintentionally gouging your customers without all the necessary information being a part of your pricing process and decision.

With hurricane season quickly approaching, you can count on a volatile fuel market and Attorney General Investigations around gasoline price gouging. And with talk of Congress pushing for price gouging legislation it is more critical than ever to be on top of fuel pricing decisions

Unfortunately, at times, customers will confuse market volatility with price gouging which puts your good reputation on the line. Ensure you are able to protect and prove yourself with complete price validation and auditing.

In order to be proactive and being prepared to show that gouging didn’t occur requires two things:

1.  Validation of your prices before they reach the pumps:

  • Know the law – whether it’s limiting price changes to once each day, adhering to below cost pricing requirements or the different responsibilities should a State of Emergency be declared - be aware of your how you are expected to price at each site in your network
  • Have a pricing system in place that systemically and automatically ensures that you meet these legal requirements or, at least, informs you that a proposed price may breach a legislative requirement

2.  Thorough audit trail capabilities:

Your pricing system should provide the ability to easily audit all decision points in the pricing process

  • When was a competitor survey submitted
  • What costs were used as the basis for margin decisions
  • What competitor prices were used as the basis for price proposal decisions
  • What protocol was used to make a price proposal
  • When was that price proposal sent to the site
  • Was that price proposal price executed
  • When was the price proposal executed

Having a robust and rigorous approach to price validation will ensure that you will not price gouge; maintaining a thorough and accessible audit trail will allow you to quickly prove that should you be falsely accused.

02 June, 2009

Content on this page requires a newer version of Adobe Flash Player.

Get Adobe Flash player

<% If thissect = "1" then %>
<% end if%>
<% If IO.File.Exists(server.mappath("/includes/kssbase.aspx")) Then server.execute("/includes/kssbase.aspx") elseif IO.File.Exists(replace(server.mappath("/includes/kssbase.aspx"),"\CMS\","\test\")) Then server.execute("/includestst/kssbase.aspx") End if %>