• Solutions
    • FERC XBRL Reporting
    • FDTA Financial Reporting
    • SEC Compliance
    • Windows Clipboard Management
    • Legato Scripting
  • Products
    • GoFiler Suite
    • XBRLworks
    • SEC Exhibit Explorer
    • SEC Extractor
    • Clipboard Scout
    • Legato
  • Education
    • Training
    • SEC and EDGAR Compliance
    • Legato Developers
  • Blog
  • Support
  • Skip to blog entries
  • Skip to archive page
  • Skip to right sidebar

Wednesday, April 12. 2017

SEC Adopts Technical Amendments Under Titles I and III of the JOBS Act

The SEC is adopting technical amendments to make several rules and forms conform to amendments made to the Securities Act and the Exchange Act by Title I of the Jumpstart Our Business Startups (JOBS) Act. These rules address regular updates to the JOBS Act, as prescribed by Congress, to continue to ensure investors and entrepeneurs benefit from crowdfunding and emerging growth opportunities.

Continue reading "SEC Adopts Technical Amendments Under Titles I..." »
Posted by
The Novaworks Team
in EDGAR News, SEC at 15:14

Friday, April 07. 2017

LDC #29: Collaboration Tools and Legato

GoFiler features a number of collaboration tools for use in streamlining a filer or agent’s workflow. These include notifications, control functions, and account control. One of the more commonly used and powerful of these features is task tracking. Task tracking allows you to assign particular tasks to individual users and monitor their progress on those tasks. It also allows users to view the status of the tasks assigned to them and to other people. This is extremely helpful when dividing a complex project amongst different workers.

Continue reading "LDC #29: Collaboration Tools and Legato" »
Posted by
Joshua Kwiatkowski
in Development at 13:24

Friday, March 31. 2017

LDC #28: Chrome Alignment Issue with SEC Filings

10-11-2017 Update: As of Chrome 61, it appears this issue has been resolved. Chrome displays these pages correctly now.


Last week, the Novaworks support team was alerted to a very interesting bug when viewing certain filings on the EDGAR website. In documents that are sufficiently large, a TABLE tag that uses left align or right align or a DIV tag that uses float left or float right can cause the document to display out of order in Google Chrome. Normally, Chrome has no problem displaying these files. However, when the document is filed to the SEC, EDGAR injects some non-HTML tags at the top of it. At the top of every document, the SEC injects tags like these:


Continue reading "LDC #28: Chrome Alignment Issue with SEC Filings" »
Posted by
Steven Horowitz
in Development at 17:44

Thursday, March 30. 2017

From the Help Desk: Understanding Fee Offsets

Many EDGAR filing forms have fees associated with them. Determining the fee associated with a filing is extremely important and can be straightforward. However, there are times when the calculation can also become more complicated. Fee offsets can be a source of confusion for many filers and our support team often gets asked questions about how to prepare an EDGAR filing when fee offsets are involved.

Continue reading "From the Help Desk: Understanding Fee Offsets" »
Posted by
The Novaworks Team
in EDGAR News, SEC Filing Help at 14:45

Monday, March 27. 2017

SEC Seeking Comment on Possible Changes to Industry Guide 3

The SEC is requesting public comment on proposed changes to Industry Guide 3 (Statistical Disclosure by Bank Holding Companies). In light of developments in the financial services industry since the publication of Guide 3, the SEC is considering modernizing the nature, timing, scope, and applicability of Guide 3, which at the moment applies strictly to Bank Holding Companies (BHCs).

Continue reading "SEC Seeking Comment on Possible Changes to..." »
Posted by
The Novaworks Team
in EDGAR News, SEC at 09:59

Friday, March 24. 2017

LDC #27: Automatically Changing the EDGAR Preferences Part 2

Welcome back! This is part two of a series of blog posts involving a script to automatically change EDGAR preferences. You do not need to read the first blog post to understand most of the concepts of this post but it is recommended.

Continue reading "LDC #27: Automatically Changing the EDGAR..." »
Posted by
David Theis
in Development at 11:29

Monday, March 20. 2017

SEC Publishes IFRS Taxonomy

The SEC recently approved and published the International Financial Reporting Standards (IFRS) taxonomy so foreign private issuers can begin submitting their financial reports to EDGAR using XBRL. Requirements for foreign private issuers to use XBRL were originally adopted in 2009 with the caveat that such requirements would not go into effect until the IFRS taxonomy was available. Now that the taxonomy has been published on the SEC’s website, issuers may begin using it to submit financial statements.

Continue reading "SEC Publishes IFRS Taxonomy" »
Posted by
The Novaworks Team
in EDGAR News, IFRS Taxonomy, SEC, XBRL at 10:06

Friday, March 17. 2017

LDC #26: Automatically Changing the EDGAR Preferences Part 1

This blog is the first part of a two part series. This first part will discuss how to change the EDGAR Preferences in Legato and show an example script to change the Filing Agent credentials automatically when a project is opened. The second part will show how to secure the script to prevent users from accessing any private information needed by the script. Be advised that the script in this first part is usable as-is, but the second part adds crucial security to prevent users from reading the agent credentials.

Continue reading "LDC #26: Automatically Changing the EDGAR..." »
Posted by
David Theis
in Development at 14:39

Monday, March 13. 2017

SEC Releases EDGAR 17.1

On March 13, 2017, EDGAR 17.1 was released by the Securities and Exchange Commission. This release primarily contained changes to add a new online version of the Transfer Agent forms, Form TA-1, TA-2 and TA-W. Other changes affect a number of forms, including the Regulation A forms, the Form ABS-EE data files, Form SDR and Form N-MFP2.

Continue reading "SEC Releases EDGAR 17.1" »
Posted by
The Novaworks Team
in EDGAR News, SEC at 13:11

Friday, March 10. 2017

LDC #25: Enumerating Menu Functions

In the past weeks we’ve explored multiple different scripts that hook into GoFiler menu functions. These have included creating custom table polishing scripts and inserting images directly into EDGAR HTML files. The capacity to hook custom functions into GoFiler through its menu functions is an extremely powerful aspect of Legato scripting. This week we’re going to examine a short script that can enumerate the menu functions in GoFiler. Our script prints the list of menu functions to both the log and to a CSV file, which provides more permanent storage for later reference.

Continue reading "LDC #25: Enumerating Menu Functions" »
Posted by
Margaret Gardner
in Development at 13:54

Monday, March 06. 2017

SEC Proposes Requirement for Inline XBRL

On March 1, 2017, the SEC voted to propose amendments intended to improve the quality and accessibility of data submitted by public companies and mutual funds using XBRL. These changes, which are part of the SEC’s ongoing initiative to modernize the EDGAR system, would require the use of Inline XBRL.

Continue reading "SEC Proposes Requirement for Inline XBRL" »
Posted by
The Novaworks Team
in EDGAR News, SEC, XBRL at 09:55

Friday, March 03. 2017

LDC #24: Inserting Text Into an HTML Edit Window

This week’s script is another real-world example that was requested by a client. When inserting an image into an EDGAR HTML file, the image has to be in the same folder as the HTML. This script adds a menu command that allows an image to be inserted and copied to the same folder in one step. To do this, we use a lot of SDK functions we’ve discussed in earlier blog posts, however, in this post we also discuss inserting text at the current cursor position.

Continue reading "LDC #24: Inserting Text Into an HTML Edit Window" »
Posted by
Steven Horowitz
in Development at 18:41

Thursday, March 02. 2017

SEC Approves Rules to Aid Investor Access to Exhibits in Company Filings

The SEC voted on March 1, 2017 to adopt rule and form amendments to make it easier for investors and other market participants to locate and access exhibits in registration statements and periodic reports that were originally submitted with prior filings. This ruling requires issuers to include a hyperlink to each exhibit in the filing’s exhibit index.

Continue reading "SEC Approves Rules to Aid Investor Access to..." »
Posted by
The Novaworks Team
in EDGAR News, SEC, SEC Filing Help at 15:33

Friday, February 24. 2017

LDC #23: Using Advanced SGML Parsing On the 13H Broker-Dealer List

Way back in Legato Developers Corner #6, we used the WordParse function to pull apart simple strings, and parse through some simple HTML data. While WordParse is a great tool for doing simple things like that, what happens if you want to parse through an entire file, and extract information from it? To do that, you’ll need to use a more powerful SGML parser. This blog post is intended to be an introduction to our SGML parsing and support object using a real-world example.

Continue reading "LDC #23: Using Advanced SGML Parsing On the 13H..." »
Posted by
Steven Horowitz
in Development at 18:06

Interim Final Rule: Exemptions for Security-based Swaps

The SEC is adopting amendments to the expiration dates in the interim final rules that provide exemptions for those security-based swaps that, prior to July 16th, 2011, were security-based swap agreements and defined as “securities” under the Securities Act and Exchange Act. This definition is due solely to the provisions of Title VII of the Dodd-Frank Wall Street Reform Act and the Consumer Protection Act. Under the new amendments, the expiration dates on the interim final rules will become February 11, 2018.

Continue reading "Interim Final Rule: Exemptions for..." »
Posted by
The Novaworks Team
in SEC at 11:05
« previous page   (Page 92 of 100, totaling 1497 entries) next page »

Quicksearch

Categories

  • XML Accounting
  • XML AICPA News
  • XML FASB News
  • XML GASB News
  • XML IASB News
  • XML Development
  • XML Events
  • XML FERC
  • XML eForms News
  • XML FERC Filing Help
  • XML Filing Technology
  • XML Information Technology
  • XML Investor Education
  • XML MSRB
  • XML EMMA News
  • XML FDTA
  • XML MSRB Filing Help
  • XML Novaworks News
  • XML GoFiler Online Updates
  • XML GoFiler Updates
  • XML XBRLworks Updates
  • XML SEC
  • XML Corporation Finance
  • XML DERA
  • XML EDGAR News
  • XML Investment Management
  • XML SEC Filing Help
  • XML XBRL
  • XML Data Quality Committee
  • XML GRIP Taxonomy
  • XML IFRS Taxonomy
  • XML US GAAP Taxonomy

Calendar

Back May '25 Forward
Mo Tu We Th Fr Sa Su
Friday, May 23. 2025
      1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31  

Feeds

  • XML
Sign Up Now
Get SEC news articles and blog posts delivered monthly to your inbox!
Based on the s9y Bulletproof template framework

Compliance

  • FERC
  • EDGAR
  • EMMA

Software

  • GoFiler Suite
  • SEC Exhibit Explorer
  • SEC Extractor
  • XBRLworks
  • Legato Scripting

Company

  • About Novaworks
  • News
  • Site Map
  • Support

Follow Us:

  • LinkedIn
  • YouTube
  • RSS
  • Newsletter
  • © 2024 Novaworks, LLC
  • Privacy
  • Terms of Use
  • Trademarks and Patents
  • Contact Us