• 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, December 16. 2016

Legato Developers Corner #13: Exploding Strings and Files

No, they don’t actually go BOOM! Legato features both implode and explode functions that allow strings to be created from or turned into arrays of strings. There are actually a number of functions for different purposes, such as exploding formatted text or a parameter array. These functions bundle a lot of horsepower into just a few operations and when combined with other functions, they make it easy to load or write complex data.

Continue reading "Legato Developers Corner #13: Exploding Strings..." »
Posted by
Scott Theis
in Development at 16:47

2016: The Year in EDGAR

Looking back at 2016, a number of developments in SEC regulations and EDGAR compliance occurred that have a significant impact on financial record-keeping, financial reporting and capital formation. We recap some of the most significant changes that happened last year before we turn our attention forward to 2017.

Continue reading "2016: The Year in EDGAR" »
Posted by
The Novaworks Team
in EDGAR News, SEC at 09:26

Monday, December 12. 2016

SEC Releases EDGAR 16.4

On December 12, 2016, EDGAR 16.4 was released by the Securities and Exchange Commission. This release primarily contained updates for Form MA and Form ABS-EE.

Continue reading "SEC Releases EDGAR 16.4" »
Posted by
The Novaworks Team
in EDGAR News, SEC, XBRL at 09:45

Friday, December 09. 2016

Legato Developers Corner #12: Understanding Strings

One of the design goals of Legato was to make it easy for programmers to process and manage textual information. To that end, there are hundreds of string functions in Legato that simplify parsing and manipulating text.

Continue reading "Legato Developers Corner #12: Understanding..." »
Posted by
Scott Theis
in Development at 11:12

Friday, December 02. 2016

Legato Developers Corner #11: Sending Email With Legato

While writing Legato scripts, a common task is to alert a user or list of users about an action taking place. One of the best ways to do this is through sending an email. Legato has a very handy built-in function EmailSendMessage, that can do this for you with very little effort. Below is a basic script that shows how you can send an email.


Continue reading "Legato Developers Corner #11: Sending Email..." »
Posted by
Steven Horowitz
in Development at 15:03

Wednesday, November 23. 2016

Controlling Windows Update in Windows 10

With the changing pace of technology, companies like Microsoft need to be vigilant about security issues. Every office has experienced it – that one user that gets a virus and the whole office becomes infected in a matter of minutes. To combat this problem Microsoft has started to force computers to update automatically. Gone are the days of Windows XP where users could continue to hit “Postpone” for weeks on end. Now we have the new Windows Update that installs and restarts your computer for you. Instead of coming into work to a virus attack, users are now unfortunately coming into work to find their documents and applications closed and their computers restarted.

Continue reading "Controlling Windows Update in Windows 10" »
Posted by
The Novaworks Team
in Information Technology, SEC Filing Help at 10:37

Friday, November 18. 2016

Legato Developers Corner #10: Hooking Functions to Application Startup

So far in this blog, we’ve mentioned a couple of ways that Legato can improve or replace existing functionality and add new features entirely to GoFiler through the use of hooks that can happen pre- or post-process on a GoFiler function or by hooking a script to custom menu items. Now we’ll talk about a third method of enhancing GoFiler’s functionality.

Continue reading "Legato Developers Corner #10: Hooking Functions..." »
Posted by
Steven Horowitz
in Development at 11:56

Thursday, November 17. 2016

How To Handle Heavy EDGAR Traffic

Monday, November 14, 2016 is a day that some will later remember as nerve-wracking and irritating. At about quarter after 4PM, e-mail messages started being exchanged among members of the EDGAR Filing Consortium, which is an informal group of industry members from financial printers, law firms, and EDGAR software developers. These e-mails were asking if anyone was experiencing problems transmitting filings to the SEC.

Continue reading "How To Handle Heavy EDGAR Traffic" »
Posted by
Scott Theis
in EDGAR News, SEC Filing Help at 13:18

Wednesday, November 16. 2016

Regulation AB II Asset-level Requirements Compliance Effective November 23

On November 23, 2016, new Regulation AB II Asset-level requirements will go into effect. The SEC has encouraged registrants to test file Form ABS-EE filings prior to their first live filing and to allow time to transmit the form to the EDGAR System due to the size of the data file.

Continue reading "Regulation AB II Asset-level Requirements..." »
Posted by
The Novaworks Team
in EDGAR News, SEC at 10:01

Friday, November 11. 2016

Legato Developers Corner #9: Using an ODBC Connector

Last week we went over ODBC connectors and how to set one up to interface between Legato and a database or data source. This week we’ll explore how to gather data from a data source and access it in Legato.

Continue reading "Legato Developers Corner #9: Using an ODBC..." »
Posted by
Margaret Gardner
in Development at 21:08

Thursday, November 10. 2016

SEC Adopts Rules to Facilitate Intrastate Offerings

The Securities and Exchange Commission has adopted final rules to facilitate intrastate and regional securities offerings. The rules amend Securities Act Rule 147 to modernize the safe harbor under Section 3(a)(11) and establish a new intrastate offering exemption under Securities Act Rule 147A. Regulation D is also being amended to increase the aggregate offering ceiling for Rule 504 and to repeal Rule 505.

Continue reading "SEC Adopts Rules to Facilitate Intrastate..." »
Posted by
The Novaworks Team
in SEC at 18:09

Monday, November 07. 2016

SEC Proposes New Rules for Universal Proxies for Contested Elections

The SEC is proposing amendments to the federal proxy rules that will require the use of universal proxies in all non-exempt solicitations in connection with contested elections of the directors. These universal proxies will include the names of both registrant and dissident nominees, which would allow shareholders to vote by proxy in a manner that more closely resembles how they would vote at a shareholder meeting. The proxy process is the way most shareholders engage in the election of directors, so these proposed changes would have a large impact on corporations with securities registered pursuant to Section 12 of the Exchange Act. The Commission has long been focused on protecting and enhancing the ability of shareholders to elect directors, and these rules concerning proxies would permit better shareholder control over director elections.

Continue reading "SEC Proposes New Rules for Universal Proxies..." »
Posted by
The Novaworks Team
in SEC at 17:11

Friday, November 04. 2016

Legato Developers Corner #8: ODBC Connectors

One of the most powerful tools in Legato is the ability to utilize an ODBC Connector to pull information from a database. ODBC (Open Database Connectivity) is a standard interface included in Windows that lets you connect to any type of database. Other applications (such as GoFiler through Legato) can talk to the database using this ODBC interface as an intermediary. This week’s blog post will be discussing ODBC, what it is, how to set it up, and what it can do for you. Next week we will explore an example where Legato actually uses it.

Continue reading "Legato Developers Corner #8: ODBC Connectors" »
Posted by
Steven Horowitz
in Development at 17:32

Friday, October 28. 2016

Legato Developers Corner #7: Happy Halloween!

Happy Halloween, everyone! In the spirit of the holiday, this week we’ll take a look at a fun way to make your dialog box spooky by animating some Halloween-themed ASCII art.

Continue reading "Legato Developers Corner #7: Happy Halloween!" »
Posted by
Margaret Gardner
in Development at 12:52

Monday, October 24. 2016

Proposed 2017 UGT Introduces New Structures For Preparing XBRL

The 2017 US GAAP Taxonomy is going to introduce some rather drastic changes to the way XBRL is prepared. While these changes are proposed for only a few small sections of the taxonomy for now, it looks like this is going to be the shape of things to come for XBRL.

Continue reading "Proposed 2017 UGT Introduces New Structures For..." »
Posted by
The Novaworks Team
in EDGAR News, FASB News, US GAAP Taxonomy, XBRL at 15:34
« previous page   (Page 96 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
Wednesday, July 23. 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