• 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

Friday, May 31. 2019

LDC #138: Using Legato to Ease the Creation of 8-K Cover Pages

The SEC recently updated the requirements for what information should be included on a number of the cover pages for their forms. GoFiler already has templates for a lot of common forms like the 8-K, 10-Q, and 10-K, but I had an idea that would eventually make creating these cover pages even easier than they already are by putting the power of Legato to work. The current templates simply create a blank cover page with empty areas to enter data in the Page View edit window. My script will prompt the user to provide the information in a simple form when they create the document and automatically place that data on the cover page.

Continue reading "LDC #138: Using Legato to Ease the Creation of..." »
Posted by
Joshua Kwiatkowski
in Development at 17:01

Friday, May 24. 2019

LDC #137: Creating background process to convert HTML files in Legato

Last week, Josh discussed how we can use the ConvertFile function to convert files from their base format into HTML, in LDC #136. This week, we’re going to take that idea one step further, and create a script that can start and stop a background process that monitors a folder for files to convert. If it finds a file that hasn’t been converted, or has been modified since it was last converted, the background process will convert the file into HTML for us automatically. This creates a “hot” folder effectively, that’s monitored for jobs to do.


Continue reading "LDC #137: Creating background process to..." »
Posted by
Steven Horowitz
in Development at 17:33

SEC Closed Monday, May 27

The SEC will be closed Monday, May 27 in observance of Memorial Day. The EDGAR System will not receive, process or accept filings on this day. Filings with a due date of May 27 will be due the following business day. Novaworks will also be closed on Memorial Day.

Continue reading "SEC Closed Monday, May 27" »
Posted by
The Novaworks Team
in EDGAR News, Novaworks News, SEC at 10:32

Tuesday, May 21. 2019

Information for Tagging Cover Page Data Using Inline XBRL

Starting with their first 10-Q filed for a fiscal period ending on or after June 15, large accelerated filers will be required to submit interactive data using Inline XBRL. Included in this transition are the new requirements, adopted by the SEC in March as part of the FAST Act Modernization and Simplification of Regulation S-K, to tag additional information that is visible on the cover page of Form 10-Q, Form 10-K and Form 8-K.

Continue reading "Information for Tagging Cover Page Data Using..." »
Posted by
The Novaworks Team
in EDGAR News, SEC Filing Help at 20:42

Monday, May 20. 2019

SEC Proposes to Improve Cross-Border Application of Security-Based Swap Requirements

On May 10th, the SEC proposed a new package of rule amendments and interpretive guidance to better the framework for regulating cross-border security-based swaps transactions and market participants. Intended to improve regulation by pragmatically addressing implementation issues and efficiency concerns, the proposed rules will further harmonize the regulatory regime governing security-based swaps administered by the SEC with the regulatory regime administered by the Commodity Futures Trading Commission (CFTC). These rules primarily pertain to security-based swap dealers and major security-based swap participants (SBS Entities).

Continue reading "SEC Proposes to Improve Cross-Border..." »
Posted by
The Novaworks Team
in SEC at 09:25

Friday, May 17. 2019

Server Maintenance Scheduled for Saturday, May 18

Novaworks' webserver will be undergoing maintenance and inaccessible on Saturday, May 18th from 8:00 AM EST to 10:00 PM EST. During this period, our email, including support@novaworkssoftware.com, may also be offline. Product registrations and unregistrations will not be affected by this upgrade. However, new installations and software upgrades may not be available. Continue reading "Server Maintenance Scheduled for Saturday, May 18" »
Posted by
The Novaworks Team
in Novaworks News at 18:11

LDC #136: Using Legato to Automate Document Conversion

One of the most important features of GoFiler is the ability to take Microsoft Office documents and turn them into EDGAR compliant documents that can be filed to the SEC. While conversion is easy to do manually in GoFiler, there is a function in Legato that can add a crucial step into an automated set of steps that can help make setting up filings a breeze. Today I will go in-depth on this function: ConvertFile.

Continue reading "LDC #136: Using Legato to Automate Document..." »
Posted by
Joshua Kwiatkowski
in Development at 17:12

Thursday, May 16. 2019

SEC Releases Draft 2019 DEI Taxonomy for EDGAR 19.2

The SEC has released the draft version of the 2019 DEI taxonomy for public review. This taxonomy contains the elements required for the tagging of cover page data for Inline XBRL submissions and is open for public comment until June 6, 2019.

Continue reading "SEC Releases Draft 2019 DEI Taxonomy for EDGAR..." »
Posted by
The Novaworks Team
in EDGAR News, SEC at 16:48

Tuesday, May 14. 2019

SEC Proposes Amendments to the Accelerated and Large Accelerated Filer Definitions

The SEC voted on May 9th to propose amendments to the accelerated filer and large accelerated filer definitions. These amendments would reduce costs for certain lower-revenue companies by more appropriately tailoring the types of companies that are categorized as accelerated and large accelerated filers while maintaining effective investor protections. Under these new amendments to Exchange Act Rule 12b-2, smaller reporting companies with less than $100 million in revenues would not be required to obtain an attestation of their internal control over financial reporting from an independent outside auditor. The key protections from the Sarbanes-Oxley Act of 2002, including independent audit committee requirements, CEO and CFO certifications of financial reports, and the requirement that companies continue to establish, maintain, and assess the effectiveness of their internal control, would not be altered by the proposed changes.

Continue reading "SEC Proposes Amendments to the Accelerated and..." »
Posted by
The Novaworks Team
in SEC at 12:06

Friday, May 10. 2019

LDC #135: How To Automate Inserting Pictures into an HTML File

Whenever a task has to be done repeatedly and there’s not much thought that needs to go into running the task, it’s generally a great candidate for automating using a Legato script. I’ve been asked a few times in the past month or so how to quickly and easily insert multiple images into an HTML file. Since that’s a relatively easy task that just requires a lot of the same operation over and over again, I thought it would make a great example of automation for our Legato blog. So this week, we’ll take a look at a simple script that takes a folder as an input, scans it for images, and then inserts all of the images it finds into an HTML file.

Continue reading "LDC #135: How To Automate Inserting Pictures..." »
Posted by
Steven Horowitz
in Development at 17:35

Thursday, May 09. 2019

SEC Proposes to Improve Disclosures Relating to Acquisitions and Dispositions of Businesses

On May 3rd, the SEC proposed rule amendments to improve information that investors receive regarding the acquisition and disposition of businesses. The proposed amendments are also intended to facilitate more timely access to capital and reduce complexity and compliance costs.

Continue reading "SEC Proposes to Improve Disclosures Relating to..." »
Posted by
The Novaworks Team
in SEC at 11:51

Friday, May 03. 2019

LDC #134: Using the Windows Registry

While Legato offers its own method of storing settings, sometimes a script will need to be able to read the settings of other applications. This includes applications that use the registry to store information. The Windows Registry is a database that is managed by the operating system that all applications, drivers, services, and other processes can use to store settings and other information. The registry was originally introduced as a common place for applications to store settings since INI files did not work well in a multi-user environment. With later versions of Windows, it became easier for applications to store INI or XML settings in a user’s profile, but some applications still use the registry as it offers some unique features. This week’s blog will be a discussion of the registry functions in Legato as well as some common pitfalls programmers may encounter when using the registry.

Continue reading "LDC #134: Using the Windows Registry" »
Posted by
David Theis
in Development at 15:14
(Page 1 of 1, totaling 12 entries)

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 '19 Forward
Mo Tu We Th Fr Sa Su
Monday, May 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 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