• 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

Wednesday, September 06. 2017

SEC Names New Directors for the Division of Economic and Risk Analysis and the Division of Investment Management

On August 31, 2017, the SEC named Jeffrey Harris as Director of the Division of Economic and Risk Analysis (DERA). The Commission also named Dalia Blass as Director of the Division of Investment Management.

Continue reading "SEC Names New Directors for the Division of..." »
Posted by
The Novaworks Team
in DERA, Investment Management, SEC at 17:55

Tuesday, September 05. 2017

SEC Releases First Fee Rate Advisory for 2018 Fiscal Year

On August 24, 2017, the SEC announced a fee rate of $124.50 per million dollars for the 2018 fiscal year. This is the fee public companies and other issuers pay to register their securities with the Commission.

Continue reading "SEC Releases First Fee Rate Advisory for 2018..." »
Posted by
The Novaworks Team
in SEC at 17:18

Friday, September 01. 2017

LDC #50: Making Linking Exhibits Even Easier

New rules go into effect next month requiring that filers insert hyperlinks into their exhibit indices to link directly to referenced filings and exhibits. For a small filing, maybe this isn’t too arduous a task to do by hand. But for a large one? The process can be a real pain, particularly if you don’t know the links of the exact exhibits that need to be included. GoFiler has now included a tool (written entirely in Legato by our development staff!) to help users locate and automatically include exhibits. It’s pretty powerful, allowing the user to build a local cache of filings from the EDGAR system based on a particular CIK. This cache can be searched and sorted, so it becomes much easier to find the filing you need to link.


Continue reading "LDC #50: Making Linking Exhibits Even Easier" »
Posted by
Steven Horowitz
in Development at 18:06

Wednesday, August 30. 2017

Cross-referencing and Linking Exhibits Using GoFiler

Starting as early as next month, accelerated filers will need to comply with new hyperlinking rules adopted by the SEC earlier this year. These form amendments now require companies who file registration statements or reports subject to the exhibit requirements under Item 601 of Regulation S-K or who file Forms F-10 or F-20 to include a hyperlink to each exhibit listed in the filing’s exhibit index. This is intended to make it simpler for investors and other interested parties to locate the exhibits included or referenced in a filing.

Continue reading "Cross-referencing and Linking Exhibits Using..." »
Posted by
The Novaworks Team
in Filing Technology, GoFiler Updates, SEC Filing Help at 13:43

Friday, August 25. 2017

LDC #49: Making Scripts Stand Out With Image Icons

When you start adding multiple Legato scripts to the same menu in GoFiler, the menu can become quite crowded. Repeating the same logo, the default “LS” for a Legato script, doesn’t help at all. To combat this problem, GoFiler 4.19a introduced a new way of defining custom logos for Legato scripts. Using this feature can make individual scripts stand out and help the user identify them more easily. Custom icons can also add a professional veneer and polish to your script, which is always nice to do particularly if the script is being deployed to multiple users on a permanent basis.


Continue reading "LDC #49: Making Scripts Stand Out With Image Icons" »
Posted by
Steven Horowitz
in Development at 18:58

Wednesday, August 23. 2017

EDGAR 17.3 To Implement N-CEN and N-PORT For Testing

The SEC recently released draft technical specifications for two new forms: Form N-CEN and Form N-PORT. With the upcoming release of EDGAR 17.3 (scheduled to be released September 11), these new forms will be implemented for testing.

Continue reading "EDGAR 17.3 To Implement N-CEN and N-PORT For..." »
Posted by
The Novaworks Team
in EDGAR News, Filing Technology, SEC at 11:34

Monday, August 21. 2017

SEC Issues Updates to Interpretive Guidance on Revenue Recognition

The SEC has issued two releases regarding revenue recognition with an additional Staff Accounting Bulletin released by the SEC staff to update interpretive guidance regarding revenue recognition.

Continue reading "SEC Issues Updates to Interpretive Guidance on..." »
Posted by
The Novaworks Team
in SEC at 09:13

Friday, August 18. 2017

LDC #48: Improved Align Outline Text Function

This week we’re revisiting the Align Outline Text script from LDC #41, to show how an existing script can be expanded upon to add new functionality. The original version of this script made a set of assumptions, which means it works really well for our sample test file, but there are many other cases where these assumptions are false, and the script doesn’t do anything to fix our problem. The original purpose was to examine paragraphs, try to identify the lead-in text (the “(a)”, or “1.”, or “Section 1.”, etc), and wrap it with a <FONT> tag with properties to cause it to render with a fixed width instead of relying on non-breaking spaces to make it appear spaced. Instead of looking for a very specific type of spacer, like the last script did, we can use the Word Parser in Legato to step through the lead-in word by word, examining each one, to determine how many characters appear before the first set of non-breaking spaces. This is a lot more flexible, and lets our script react better to unforseen types styles of paragraphs.


Continue reading "LDC #48: Improved Align Outline Text Function" »
Posted by
Steven Horowitz
in Development at 15:57

Thursday, August 17. 2017

XBRL US Offers Second IFRS Taxonomy Deep Dive Webinar

XBRL US will be offering a second IFRS Taxonomy Deep Dive Webinar on August 23rd at 3:00 PM EST. This webinar will cover the IFRS Taxonomy and SEC rules requiring foreign private issuers to file their financials in XBRL format.

Continue reading "XBRL US Offers Second IFRS Taxonomy Deep Dive..." »
Posted by
The Novaworks Team
in Events, IFRS Taxonomy, SEC Filing Help, XBRL at 11:30

Friday, August 11. 2017

LDC #47: Using Legato To Alphabetize a List

Everyone knows how to put things in alphabetical order; it’s one of the first things we learn in grade school. Well, just because it’s easy doesn’t mean we want to do it ourselves sometimes! 13-F’s Information Table, for example, would be pretty time-consuming to have to alphabetize manually. Using the SortTable function, we can sort any table quickly and easily. While there’s no SEC requirement to do so, it makes it a lot easier for readers to view if the information table is alphabetized by Issuer Name. Legato provides powerful tools to make this mundane task simple and automatic.


Continue reading "LDC #47: Using Legato To Alphabetize a List" »
Posted by
Steven Horowitz
in Development at 18:04

Wednesday, August 09. 2017

Comment Period Opened for Proposed Update to the IFRS Taxonomy

The International Accounting Standards Board (IASB) has published their Proposed Update 1 to the IFRS taxonomy. These updates pertain to IFRS 17 Insurance Contracts. A public comment period has begun and will end on September 18th, 2017.

Continue reading "Comment Period Opened for Proposed Update to..." »
Posted by
The Novaworks Team
in IASB News, IFRS Taxonomy, SEC, XBRL at 11:54

Friday, August 04. 2017

LDC #46: Persistence... Do you have what it takes?

For the most part, scripts are used to make things easier for the user. Why search and replace in HTML code to fix a common problem when you can write a script that does it for you? This reduces the chances of human error as the script runs in a predictable fashion. These quick operations usually just take input and produce some output, but what do you do when you want a script to guide a user through a process? Do you let the user stop in the middle of the process? If so, does your script remember the user’s position so they can pick up where they left off? This week we are going to discuss state persistence.

Continue reading "LDC #46: Persistence... Do you have what it takes?" »
Posted by
David Theis
in Development at 11:19

Friday, July 28. 2017

LDC #45: Administrative Rights

One of the challenges of developing software in a Windows environment is dealing with user permissions. If a user can’t access a file, that can bring your script to a grinding (and sometimes unexpected) halt. Understanding what a user can and cannot do is crucial to avoiding this scenario and ensuring only files to which the user has access are available for reading, writing, and executing. Today we’re going to take a look at a look at how Legato can help you determine what permissions a user has and ensure those file permissions don’t inappropriately interfere with your script’s proper execution.

Continue reading "LDC #45: Administrative Rights" »
Posted by
Joshua Kwiatkowski
in Development at 12:18

Wednesday, July 26. 2017

XBRL US Data Quality Committee Presents Fifth Rule set for Public Review

The XBRL US Center for Data Quality has begun a public review period on July 19th, 2017, for the fifth set of proposed rules to provide guidance and aid for issuers in identifying errors in their XBRL SEC filings. The Data Quality Committee rules aim to help filers limit mistakes and avoid data inconsistencies that can adversely affect analysis of reported financial information.

Continue reading "XBRL US Data Quality Committee Presents Fifth..." »
Posted by
The Novaworks Team
in Data Quality Committee, SEC Filing Help, US GAAP Taxonomy, XBRL at 10:22

Friday, July 21. 2017

LDC #44: Mapped Text Objects: Power in Editing Text

Editing text is the foundation of many computer applications, and there are a lot of ways to access and manage textual data and the editing process. As a user changes text, characters and lines of data must be altered, deleted, or inserted, which in turn requires potentially large swaths of data be shifted to accommodate the changes. As you might imagine, actions like these can become extremely cumbersome and time consuming. In addition, there are times you might want to randomly access a data within a text file, say by a line. If we have a large chunk of text in memory or a file and we want to go to line 3017, the program would have to count line endings from the start of the data until it reached the 3017th link. Yuck! Let’s see what Legato can do to help managing text as it’s edited.

Continue reading "LDC #44: Mapped Text Objects: Power in Editing..." »
Posted by
Scott Theis
in Development at 17:41
« previous page   (Page 89 of 100, totaling 1497 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 May '25 Forward
Mo Tu We Th Fr Sa Su
Thursday, May 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 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