• 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 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

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
« previous page   (Page 97 of 105, totaling 1566 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 October '25 Forward
Mo Tu We Th Fr Sa Su
Wednesday, October 22. 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