• 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, October 21. 2016

Legato Developers Corner #6: Basic SGML Parsing

This week we will examine SGML parsing in Legato with two simple scripts. Many times you may want to simply scan or parse HTML or XML in order to locate particular data or log information. At that point, the data can be modified or other operations can be performed upon it. Legato contains word parsing and a full SGML Parse object. Full SGML parsing provides for DTD (Document Type Definition or Schema) checking, error checking and recovery, multiple line tag support, writing tools, as well as many other things. It’s powerful, but it also has a steeper learning curve. The SGML Parse object will be covered in a later series of articles. For now, let’s focus on the SGML mini-parse functions.


Continue reading "Legato Developers Corner #6: Basic SGML Parsing" »
Posted by
Scott Theis
in Development at 11:21

Thursday, October 20. 2016

N-MFP1 vs. N-MFP2

The next N-MFP filing due for money market funds must be submitted to the EDGAR System on the new form, Form N-MFP2. This new version of the form became effective on October 14, 2016.

Continue reading "N-MFP1 vs. N-MFP2" »
Posted by
The Novaworks Team
in EDGAR News, SEC, SEC Filing Help at 15:36

Monday, October 17. 2016

SEC Adopts New Rules For Investment Company Reporting

The Securities and Exchange Commission has adopted final rules to modernize investment company reporting, to require registered open-end management investment companies to establish and report liquidity risk management programs, and to permit such companies to use swing pricing. The effective dates for these changes vary.

Continue reading "SEC Adopts New Rules For Investment Company..." »
Posted by
The Novaworks Team
in EDGAR News, SEC at 14:52

Friday, October 14. 2016

Legato Developers Corner #5: Converting Wingding Checkboxes to Unicode

This week we examine a script that replaces Wingdings checkboxes with Unicode checkboxes. This is a very useful thing to do for cross-browser compatibility, as some web browsers do not display Wingdings font sets correctly. Our script iterates over the document and examines every HTML tag to determine if it’s a font tag. If it is, the script checks if the tag has Wingdings set as its font. If so, the script then checks if the font tag is bold or not and stores this information. If the font tag has bold tags inside of it, the script notes that before removing them. The script also removes any space characters and checks the contents of the font tag. If all that remains is an ‘x’ character, it replaces the ‘x’ with a Unicode checkbox. If all that’s left is a ¨ char or an ‘o’ character, it replaces it with a Unicode open box. The script then adds tags as appropriate to embolden the checkbox.

Continue reading "Legato Developers Corner #5: Converting..." »
Posted by
Steven Horowitz
in Development at 15:03

Thursday, October 13. 2016

From the Help Desk: How To Calculate Filing Fees

Each October, the SEC sets the filing fee rate for the fiscal year, which is the rate the SEC believes will result in collections that equal annual statutory target amounts for the SEC. For the SEC’s 2017 fiscal year, this statutory target amount is $585 million, which resulted in a fee rate of $115.90 per million dollars. Throughout the year, the SEC may make adjustments to the fee rates in order to reach their target amount. The new fee rate became effective October 1, 2016 and should be used to calculate fees for filings until September 30, 2017 or the SEC adjusts the rate.

Continue reading "From the Help Desk: How To Calculate Filing Fees" »
Posted by
The Novaworks Team
in EDGAR News, SEC Filing Help at 16:21

Friday, October 07. 2016

Legato Developers Corner #4: Recording Filing Changes

Building on what we did last week, this week we’ll add more information to our EDGAR Filing log. Last week, we examined a script that automatically ran after a user in GoFiler uses the File Live, File Test or File Test As Agent menu function. This function created a filing log by adding a new row into a simple CSV file to record information. Now we’ll add more information to the filing log from two sources: an SDK function to access data after GoFiler files the document and the Accession Notice file in the Mailbox directory.

Continue reading "Legato Developers Corner #4: Recording Filing..." »
Posted by
Steven Horowitz
in Development at 15:27

Friday, September 30. 2016

Legato Developers Corner #3: Creating an EDGAR Filing Log

Last week in the Legato Developers Corner, we hooked a user function onto a new menu item. Now we’re going to look at another way to add functionality to GoFiler by creating a script that runs automatically to record a log of each EDGAR filing made using GoFiler.

Continue reading "Legato Developers Corner #3: Creating an EDGAR..." »
Posted by
Steven Horowitz
in Development at 17:05

Join Us At the XBRL US SEC Filer Workshop

Update: The November 2 XBRL US SEC Filer Workshop has been cancelled.


XBRL US is hosting a one-day workshop for SEC filers on Wednesday, November 2, 2016 at the AICPA offices in New York City. Topics covered by the workshop will include the changes to financial reporting that regulators are proposing, including the permitted use of Inline XBRL and revisions to disclosure requirements.

Continue reading "Join Us At the XBRL US SEC Filer Workshop" »
Posted by
The Novaworks Team
in EDGAR News, Events, SEC Filing Help, XBRL at 14:30

New SEC Filing Fee Rates Effective October 1, 2016

As per law, the SEC has made their annual review of the fee rates and changed the filing fee rate that public companies and other issuers must pay to register their securities with the Commission. Effective 10/01/2016 to 9/30/2017, the fee rate is $115.90 per $1,000,000. Filing fees are required for filings made pursuant to Section 6(b) of the Securities Act of 1933 and Sections 13(e) and 14(g) of the Securities Exchange Act of 1934. This is an increase from last year’s rate of $100.70 per $1,000,000.

Continue reading "New SEC Filing Fee Rates Effective October 1, 2016" »
Posted by
The Novaworks Team
in EDGAR News, SEC at 14:06

Friday, September 23. 2016

Legato Developers Corner #2: Adding a Custom Menu Item

This week in our Legato Developers Corner, we’re going to be looking at a small script that allows you to add an option to the GoFiler Extensions Tools menu, which will run a polish table operation with presets. This is very useful if you want to have a polish table script set up to execute with preset settings.

Continue reading "Legato Developers Corner #2: Adding a Custom..." »
Posted by
Steven Horowitz
in Development at 14:34

Monday, September 19. 2016

SEC Releases EDGAR 16.3

On September 19, 2016, EDGAR 16.3 was released by the Securities and Exchange Commission. This release contained changes to Form ABS-EE and filing changes for Forms N-CR, 13H-I and 13H-T.

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

Friday, September 16. 2016

Legato Developers Corner #1: Welcome

Welcome to the Legato Developers Corner! This is a weekly blog designed to help developers use Legato to customize GoFiler to their specific needs. Legato is a structured, comprehensive programming interface that can wrap around GoFiler and interact with numerous document sources and destinations, including the internet, cloud storage systems, and databases. Legato can automate tasks, like different aspects of a document’s edit cycle, as well as offer enhanced document control, data loading procedures and validation, and project process control. With Legato, you as a programmer have the ability to adjust, customize, and interface GoFiler with other applications and programming languages, access the EDGAR System, and the capacity to adapt GoFiler to function exactly how you want is virtually endless.

Continue reading "Legato Developers Corner #1: Welcome" »
Posted by
The Novaworks Team
in Development at 11:00

Tuesday, September 06. 2016

SEC Proposes Rules Requiring Links to Exhibits

On August 31, the SEC proposed amendments to require registrants to include a hyperlink to each exhibit listed in the exhibit index of registration statements and periodic and current reports. This proposed rule would also require such forms to be filed in HTML because ASCII does not support hyperlinking.

Continue reading "SEC Proposes Rules Requiring Links to Exhibits" »
Posted by
The Novaworks Team
in EDGAR News, SEC at 10:58

Wednesday, August 17. 2016

Using Section 16 Transaction Codes

If you are reporting transactions on EDGAR Form 4 or 5, then you may have questions about the Transaction Code field. This field is required data in both Table I and Table II of these forms.

Continue reading "Using Section 16 Transaction Codes" »
Posted by
The Novaworks Team
in EDGAR News, SEC Filing Help at 13:24

Friday, July 29. 2016

Changes to Form N-MFP Go Into Effect October, 2016

In October, the SEC will implement changes to money market fund rules and forms. These changes concern the removal of certain references to credit ratings as well as amendments to the issuer diversification requirements. These changes were initially proposed in March 2011 and proposed a second time in July 2014, and implementing them will bring rule 2a-7, the principal rule that governs money market funds, and Form N-MFP, the form that money markets use to report their portfolios to the SEC, into alignment with the provisions of the Dodd-Frank Act.

Continue reading "Changes to Form N-MFP Go Into Effect October, 2016" »
Posted by
The Novaworks Team
in EDGAR News, SEC at 14:19
« previous page   (Page 97 of 102, totaling 1525 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
Thursday, July 24. 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