<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% dim ContentKey ContentKey = "{8D7D381A-4A87-43D6-9FBD-0CD445C6111A}" Dim oTK, oDB, oContentList Set oDB = Server.CreateObject("BASE10.B10Database") oDB.Connection = Application("Public_DB_Conn") oDB.SiteKey = Application("Public_SiteKey") Set oTK = Server.CreateObject("BASE10.B10DeveloperToolkit") Set oTK.DataSource = oDB Set oContentItem = oTK.GetContentItem(ContentKey) dim areasTopic, areasNews areasTopic = oContentItem("articleTopic") & "e" areasNews = oContentItem("articleNews") & "e" %> Kohrman Jackson & Krantz :: SEC Issues Final Rules on Dissemination of Earnings Releases
 

SEC Issues Final Rules on Dissemination of Earnings Releases

On January 22, 2003, the Securities and Exchange Commission adopted final rules requiring public companies to furnish to the SEC all releases or announcements disclosing material non-public financial information about completed annual or quarterly fiscal periods. The requirement to furnish earnings releases and similar materials will apply to earnings releases and similar announcements made after March 28, 2003. The SEC’s adopting release is available at www.sec.gov/rules/final/33-8176.htm.

The SEC added new Item 12, “Disclosure of Results of Operations and Financial Condition” to Form 8-K. New Item 12 does not require that companies issue earnings releases or similar announcements, but if a company chooses to issue an earnings release, the filing requirements of Item 12 will be triggered. A company must make the Item 12 filing within five business days of any public announcement or release disclosing material non-public information regarding a company’s results of operations or financial condition for a completed annual or quarterly fiscal period. A company must briefly identify the announcement or release and include the announcement or release as an exhibit to Form 8-K.

Repetition of previously disclosed information (or the release of the same information in a different form, such as in an annual report to shareholders) does not trigger a new requirement to furnish that information under Item 12. In addition, Item 12 applies only to earnings releases concerning a fiscal period that has ended. It does not apply to earnings estimates for future or ongoing periods, unless those estimates accompany information about past fiscal periods as well.

Item 12 includes an exception from its requirements where non-public information is disclosed orally, telephonically, by webcast, by broadcast or by similar means in a presentation that is complementary to, and occurs within 48 hours after, a related, written release or announcement that triggers the requirements of Item 12. Under these circumstances Item 12 would not require a company to furnish an additional Form 8-K with regard to the information that is disclosed orally, telephonically, by webcast, by broadcast, or by similar means if:

  • the related written release or announcement has been furnished to the SEC on Form 8-K pursuant to Item 12 prior to the presentation;

  • the presentation is broadly accessible to the public by dial-in conference call, webcast or similar technology;

  • the financial and statistical information contained in the presentation is provided on the company’s web site, together with any information that would be required under Regulation G; and

  • the presentation was announced by a widely disseminated press release that included instructions unless those estimates are included in the public announcement or release of material non-public information regarding an annual or quarterly fiscal period that has ended.

For more information regarding new Item 12 of Form 8-K, please contact one of our securities attorneys.

<%if oContentItem.RelatedItems.Count > 0 then%> <% dim ListCount, DisplayLim, CurrLim ListCount = oContentItem.RelatedItems.Count if ListCount > 4 then '2 COLUMNS DisplayLim = round((ListCount/2) + 0.49, 0) + 1 else DisplayLim = 5 end if CurrLim = 1 %>
<%for each oItem in oContentItem.RelatedItems%> <%if CurrLim = DisplayLim then%><%end if%> <%=oItem("ContentName")%>
<%CurrLim = CurrLim + 1%> <%next%>
<%end if%>

 
<% set oContentItem = nothing set oTK = nothing set oDB = nothing %>