• 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

Thursday, February 28. 2019

SEC Modifies Timing for Filing Form N-PORT

The SEC has modified the timing for filing non-public Form N-PORT data to align with its approach to data management and cybersecurity. The submission deadlines for registered investment companies filing non-public monthly reports on Form N-PORT has been changed. Rather than filing non-public monthly reports within 30 days after the end of each month, funds will be required to maintain the relevant information in their records but file all three monthly reports to EDGAR no later than 60 days after the end of each fiscal quarter. Continue reading "SEC Modifies Timing for Filing Form N-PORT" »
Posted by
The Novaworks Team
in EDGAR News, SEC, SEC Filing Help at 11:10

Wednesday, February 27. 2019

SEC Proposes to Expand "Test-the-Waters" Modernization Reform to All Issuers

On February 19th, the SEC proposed an expansion of the popular modernization reform that permits investor opinions about potential offerings to be taken into account at an earlier stage in the public offering process than is the case today. The new rule and related changes would expand the “test-the-waters” accommodation, which is currently only available to emerging growth companies (EGCs). The expansion would permit all prospective issuers to gauge market interest in a possible initial public offering or other proposed registered securities offering by discussing the offering with potential investors prior to the filing of the offering’s registration statement.

Continue reading "SEC Proposes to Expand..." »
Posted by
The Novaworks Team
in SEC at 13:21

Friday, February 22. 2019

LDC #124: Converting CSV to HTML using Legato

If you have ever wanted to format data from a database into a web format then you have experienced the added difficulty of working with HTML. For this week’s blog we are going to be taking a look at Legato’s HTML Writer object. This object allows us to create HTML coding with very little knowledge of HTML but allows us access to some advanced features of HTML like CSS. In order to show the HTML Writer object, we will convert a CSV file to HTML but the data source could easily be adapted to any file format or database.

Continue reading "LDC #124: Converting CSV to HTML using Legato" »
Posted by
David Theis
in Development at 17:19

Tuesday, February 19. 2019

New Release (4.25d) for the GoFiler Family of Products

Version 4.25d of all applications in the GoFiler Suite has been released. This release contains a number of improvements to Form N-CEN View, general EDGAR forms, the Export XBRL to Excel function and to XDX and iXBRL. Additionally, improvements were made to the Virtual File Cloud browser feature, which can now be enabled via the application preferences.

Continue reading "New Release (4.25d) for the GoFiler Family of..." »
Posted by
The Novaworks Team
in EDGAR News, GoFiler Updates, Novaworks News at 17:31

Friday, February 15. 2019

LDC #123: Comparing Two Zip Files

Many times we developers download tools and updates to specifications in zip files. Figuring out which files have changed between versions can be a pain. For this blog, we are going to create a simple script to help compare the contents of two different zip files. Instead of having to check all the files, you can run this script and have it print a list of the files that need to be reviewed.

Continue reading "LDC #123: Comparing Two Zip Files" »
Posted by
David Theis
in Development at 14:38

SEC Extends Comment Period for Updated Disclosure Requirements for Variable Annuities and Variable Life Insurance Contracts

On February 14th, the SEC extended the comment period on proposed rulemaking concerning variable annuities and variable life insurance contracts. These proposed rules and form changes, which were originally published in the Federal Register on November 30, 2018, help investors make informed investment decisions regarding these contracts. The SEC has received numerous requests for additional time from the public and believes such time will allow the public to thoroughly consider the proposals and provide useful feedback that can guide the SEC in its decision process.

Continue reading "SEC Extends Comment Period for Updated..." »
Posted by
The Novaworks Team
in EDGAR News, SEC at 11:41

Monday, February 11. 2019

SEC's Peak Filing Schedule for 2019

To aid filers avoid missing deadlines and reduce congestion around busy important filing dates, the SEC provides an anticipated peak filing schedule. Peak EDGAR filing times are estimated using historical data. The 2019 schedule is now available from the SEC.

Continue reading "SEC's Peak Filing Schedule for 2019" »
Posted by
The Novaworks Team
in EDGAR News, SEC at 11:06

Friday, February 08. 2019

LDC #122: Building a Section 16 Data Scraper, Part 2: Aggregation

A few weeks ago we started building a Section 16 Data Scraper with the intention of a user being able to enter a CIK and Legato downloading all of the CIK’s Section 16 filings, putting the data together into a spreadsheet, and then being able to start a Section 16 filing by using that data as an entry point. At the end of the last post we had a script that would go out and download all of a singular CIK’s filings. It would also cache any filings it saw so that we were only downloading each individual filing once. This week we are going to continue onward and code a system to scrape useful data out of the filings and put it together into a CSV file.

Continue reading "LDC #122: Building a Section 16 Data Scraper,..." »
Posted by
Joshua Kwiatkowski
in Development at 17:47

Friday, February 01. 2019

LDC #121: An Introduction to the EDGAR Data Access Class

In our recent blog series discussing Bulk Filings, we used a couple of functions to open and save files, EDACOpenFile and EDACSaveFile. EDAC, or the EDGAR Data Access Class, is a method to interact with EDGAR submission files (as defined by the SEC’s EDGAR Form XML specifications) using Legato. We used EDAC functions to open the submission files and to save them, but EDAC is much more powerful than that. In fact, using the EDAC functions to open and save files is like using a chainsaw to trim a finger nail.

Continue reading "LDC #121: An Introduction to the EDGAR Data..." »
Posted by
Steven Horowitz
in Development at 17:41

Wednesday, January 30. 2019

New Release (4.25c) for the GoFiler Family of Products

Version 4.25c of all applications in the GoFiler Suite has been released. This release contains a number of improvements to Form N-CEN View, Form SDR View and Form ABS-EE View. Additionally, improvements and corrections were made to Page View and to general file recovery across all software platforms.

Continue reading "New Release (4.25c) for the GoFiler Family of..." »
Posted by
The Novaworks Team
in EDGAR News, Filing Technology, GoFiler Updates, Novaworks News at 17:48

Monday, January 28. 2019

SEC Resumes Normal Operation

On Friday, President Trump signed a bill to reopen the federal government for three weeks until February 15. As of Monday, January 28, the SEC is currently open and fully staffed with a return to normal operations. During the transition to normal operations, staff response times may be longer than ordinary. Certain SEC Divisions and Offices, including our Divisions of Corporation Finance, Trading and Markets, Investment Management and the Office of Compliance Inspections and Examinations, will be publishing statements regarding their transition plans at www.sec.gov in the upcoming days.

Continue reading "SEC Resumes Normal Operation" »
Posted by
The Novaworks Team
in SEC at 09:24

Friday, January 25. 2019

LDC #120: Quickly Sharing and Managing Data Between Scripts

Scripts can share a data pool that transcends the life of a script and can therefore be shared by multiple other scripts. There are other methods of storing what we usually call “meta” data, but session data is specifically designed to allow scripts to communicate and share information over time and threads. In this blog, we will explore session data and, as a side discussion, atomic operations.

Continue reading "LDC #120: Quickly Sharing and Managing Data..." »
Posted by
Scott Theis
in Development at 17:56

Friday, January 18. 2019

LDC #119: Bulk Filings Part 4

Last week, Dave added to our Bulk Filing script, giving it the ability to add folders and to detect if it’s going over the maximum allowable size from the SEC. This week, we’re going to do our final update on this script and develop its ability to actually file to the SEC. As part of this, we’re going to read back the SEC’s response, determine if it’s an error or a success, and if it’s a success we’ll parse the accession notices out and create an output file that maps the accession number to the original file. This will be very handy in case one of the filings comes back suspended, so you can just look up the accession number of the file to see which one failed.


Continue reading "LDC #119: Bulk Filings Part 4" »
Posted by
Steven Horowitz
in Development at 15:42

SEC Closed Monday, January 21

The SEC will be closed Monday, January 21 in observance of Martin Luther King, Jr. Day. The EDGAR System will not receive, process or accept filings on this day. Filings with a due date of January 21 will be due the following business day.

Continue reading "SEC Closed Monday, January 21" »
Posted by
The Novaworks Team
in EDGAR News, Novaworks News, SEC at 15:40

Thursday, January 17. 2019

SEC Brings Charges in EDGAR Hacking Case

On January 15th, the SEC announced charges against nine defendants for participation in a previously disclosed scheme to hack into the EDGAR system for the purposes of illegal trading. Included in the defendants were a Ukranian hacker and six individual traders in California, Ukraine, and Russia. There were also two entities charged. The hacker and some of the traders were involved in a similar scheme to hack into newswire services to trade on information not yet publicly available. As a result of those activities, the hacker and his conspirators were charged in 2015.

Continue reading "SEC Brings Charges in EDGAR Hacking Case" »
Posted by
The Novaworks Team
in EDGAR News, SEC at 16:28
« previous page   (Page 80 of 102, totaling 1524 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 July '25 Forward
Mo Tu We Th Fr Sa Su
Saturday, July 19. 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