• 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

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

Thursday, February 23. 2017

New Online Versions of Transfer Agent Forms

When EDGAR Release 17.1 goes into effect on March 13, 2017, new online versions of the Transfer Agent filing forms will become mandatory. These forms, TA-1, TA-1/A, TA-2, TA-2/A, and TA-W, will become available on the EDGAR Filing Website.

Continue reading "New Online Versions of Transfer Agent Forms" »
Posted by
The Novaworks Team
in EDGAR News, Filing Technology, SEC at 13:56

Tuesday, February 21. 2017

End of Support for Windows Vista

As computers advance so do their operating systems, bringing better user experiences and faster operations. However, such changes usually have a cost so not all businesses adopt a change unless it there is a very clear and measurable benefit. Evidence of this practice was abound when the end of life came for Windows XP, as many businesses were still using that operating system instead of Vista, 7 or 8. Waiting until after the end of support for an operating system to occur before upgrading isn’t ideal, and the difficulties such businesses encountered should be a lesson for all.

Continue reading "End of Support for Windows Vista" »
Posted by
The Novaworks Team
in Information Technology at 15:42

Friday, February 17. 2017

LDC #22: Working with Path Functions

One of the most obvious statements you can make is you cannot open or modify a file if you cannot get it’s location. If the location of a file cannot be defined, then you can’t do anything to it. Legato provides several very useful functions to break down a file path, add paths together, and just generally improve how you deal with paths.

Continue reading "LDC #22: Working with Path Functions" »
Posted by
Steven Horowitz
in Development at 16:23

Friday, February 10. 2017

LDC #21: Understanding and Processing Errors

In this article, we will be discussing error codes and error processing while making the complex simpler and taking the mystery out of error processing.

Continue reading "LDC #21: Understanding and Processing Errors" »
Posted by
Scott Theis
in Development at 12:46

Monday, February 06. 2017

SEC Reconsiders Pay Ratio Disclosure Implementation

Acting Chairman Michael S. Piwowar released a statement on February 6, 2017 regarding the reconsideration of the SEC’s pay ratio disclosure. Adopted in August 2015, compliance for the rule was delayed for companies until their first fiscal year beginning on or after January 1, 2017. As companies have started the process of implementing systems and controls to process the information needed in the disclosure, the SEC has begun to hear reports of unanticipated compliance difficulties.

Continue reading "SEC Reconsiders Pay Ratio Disclosure..." »
Posted by
The Novaworks Team
in SEC at 17:27

Friday, February 03. 2017

Congress Votes to Stop SEC Anti-corruption Disclosure Rule

On February 3rd, Congress voted to kill the controversial anti-corruption disclosure rule related to reporting requirements for publicly traded commercial oil, natural gas or mineral companies. This rule (Rule 13q-1) would have required all gas, oil, and mineral companies that are publicly traded to disclose the use of conflict minerals and any payments to foreign governments for resource rights via an XBRL exhibit on EDGAR Form SD.

Continue reading "Congress Votes to Stop SEC Anti-corruption..." »
Posted by
The Novaworks Team
in SEC at 14:55

LDC #20: Running a Script From a Command-Line

Like many programs, the GoFiler application can be run from a command-line or shell command. By learning some basics, you can run and control the application directly from a command prompt or shell execute. Further, by using some script code you can do much more than just open a file.

Continue reading "LDC #20: Running a Script From a Command-Line" »
Posted by
Scott Theis
in Development at 10:26

Monday, January 30. 2017

SEC Releases EDGAR 17.0.2

On January 30, 2017, EDGAR 17.0.2 was released by the Securities and Exchange Commission. This release primarily contained updates to add two phase authentication when a filer resets a passphrase. Other changes affect Forms X-17A-5 and X-17A-5/A.

Continue reading "SEC Releases EDGAR 17.0.2" »
Posted by
The Novaworks Team
in EDGAR News, SEC at 09:52

Friday, January 27. 2017

Legato Developers Corner #19: Message Boxes

Whenever you are writing a script, getting information to and from users is always a very important (and often complicated) part. There needs to be a way to notify the user that something has happened or to ask a user a simple question. Legato provides a basic interface for performing these tasks using message boxes.

Continue reading "Legato Developers Corner #19: Message Boxes" »
Posted by
Steven Horowitz
in Development at 11:48

Friday, January 20. 2017

Legato Developers Corner #18: Regular Expressions and Legato

In this blog we will discuss regular expressions and how you can employ them in your Legato scripts to add robust field validation as well as patterned string replacements. Regular expressions are a powerful tool that can be used in many languages so the concepts here can apply to things outside the scope of Legato. There are a few different “flavors” of regular expressions, but Legato uses the ECMAScript standard (very similar to Perl). If you already have a good understanding of regular expressions, you may wish to skip to the “Using Regular Expression in Legato” section.

Continue reading "Legato Developers Corner #18: Regular..." »
Posted by
David Theis
in Development at 13:31
« previous page   (Page 95 of 103, totaling 1532 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 August '25 Forward
Mo Tu We Th Fr Sa Su
Tuesday, August 26. 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
  • SEC Exhibit Explorer
  • SEC Extractor
  • XBRLworks
  • Legato Scripting

Company

  • About Novaworks
  • News
  • Site Map
  • Support

Follow Us:

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