• 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 14. 2018

LDC #114: Bulk Filings Part 1

For this week’s blog post we are going to start creating a script that will allow users to create a bulk filing for submission to EDGAR. In order to accomplish this we are going to split the blog into three parts: interface, project file processing, and finally the submission creation. Since this is the first blog in the series we are going to start with the interface.


Continue reading "LDC #114: Bulk Filings Part 1" »
Posted by
David Theis
in Development at 17:02

XBRL US Introduces Proposed API Standard

Last month, XBRL US introduced a free application program interface (API) standard as a Proposed Release. The API is designed to help programmers create, extract, and analyze XBRL formatted data. It is meant to be a standard that acts as a software intermediary, allowing applications to communicate with one another. Investors and analysts alike can use the XBRL API to gain access to and manipulate XBRL data, both historical data and data that is up-to-date. The API will work with any XBRL database or taxonomy.

Continue reading "XBRL US Introduces Proposed API Standard" »
Posted by
The Novaworks Team
in IFRS Taxonomy, Information Technology, US GAAP Taxonomy, XBRL at 13:18

Tuesday, December 11. 2018

Proposed Changes to the 2018 IFRS Taxonomy

On December 6th, the International Financial Reporting Standards (IFRS) Foundation released the IFRS Taxonomy 2018 – Proposed Update 2 General Improvements.

Continue reading "Proposed Changes to the 2018 IFRS Taxonomy" »
Posted by
The Novaworks Team
in IFRS Taxonomy at 15:25

Monday, December 10. 2018

SEC Adopts FAIR Act Rules Promoting Research Reports on Investment Funds

On November 30th, the SEC adopted rules and amendments designed to promote research on mutual funds, exchange-traded funds, business development companies, and similar covered investment funds. The SEC enacted these changes in accordance with the mandate in the Fair Access to Investment Research (FAIR) Act of 2017. The new rules will reduce obstacles in providing fund research by harmonizing its treatment with other research on public companies and generally establish a safe harbor for a broker or dealer to publish and/or distribute research reports on investment funds under certain conditions.

Continue reading "SEC Adopts FAIR Act Rules Promoting Research..." »
Posted by
The Novaworks Team
in SEC at 13:49

Friday, December 07. 2018

LDC #113: Time to Relax and Unwind

Well, may be. When the house of cards you are in begins to fall, wouldn’t it be nice to grab Fluffy the cat, your wallet, phone, and perhaps the car keys? Sometimes a program engages in operations that just cannot be casually aborted without an orderly shutdown. Within Legato, there is a function that help you to just that. This can even apply when a run-time error occurs within your script.

Continue reading "LDC #113: Time to Relax and Unwind" »
Posted by
Scott Theis
in Development at 11:34

Thursday, December 06. 2018

SEC Releases List of Rules to be Reviewed Pursuant to the Regulatory Flexibility Act

The SEC published a list of rules that it will review in compliance with Section 610 of the Regulatory Flexibility Act (RFA). This is to inform the public that this set of rules is scheduled for review and to invite public comment concerning if these rules should be continued without change, should be amended, or should be rescinded to minimize any significant economic impact of the rules upon a substantial number of small reporting entities.

Continue reading "SEC Releases List of Rules to be Reviewed..." »
Posted by
The Novaworks Team
in SEC at 14:26

Tuesday, December 04. 2018

EDGAR Closed Wednesday, December 5

The EDGAR system will be closed Wednesday, December 5 in observance of a national day of mourning for former President George H.W. Bush. The EDGAR System will not receive, process or accept filings on this day. The EDGAR Filing Website will not be operational and Filer Support will not be open.

Continue reading "EDGAR Closed Wednesday, December 5" »
Posted by
The Novaworks Team
in EDGAR News, SEC at 21:17

Monday, December 03. 2018

SEC Trend Analysis for 2018: IFRS Custom Tag Rates

The SEC’s Division of Economic and Risk Analysis (DERA) recently analyzed XBRL exhibits submitted by issuers complying with the 2009 Interactive Data rules to file financial statement information in an XBRL format. The purpose of the analysis was to determine if IFRS (International Financial Reporting Standards) filers were being consistent with their use of custom tags with US-GAAP (US Generally Accepted Accounting Principles) filers during this first year of required XBRL filings.

Continue reading "SEC Trend Analysis for 2018: IFRS Custom Tag Rates" »
Posted by
The Novaworks Team
in DERA, IFRS Taxonomy, SEC Filing Help, US GAAP Taxonomy, XBRL at 15:16

Friday, November 30. 2018

LDC #112: XBRL Rendering of Strings, Untangled!

EDGAR 18.3 was released on October 1st, 2018, and while most of its features are clearly documented, one change that was made seems to have flown under the radar of most people. Starting with this version, all facts created with elements of data type StringItemType are no longer rendered as HTML. Instead they are rendered as plain old strings. While this makes sense (and does close some potential security risks on the SEC’s side), it does effect how people are doing XBRL. For example, most people doing Risk Return taxonomy filings use <B> tags to make their heading items bold. This is no longer possible, because it would come out rendered like:


Continue reading "LDC #112: XBRL Rendering of Strings, Untangled!" »
Posted by
Steven Horowitz
in Development at 17:33

Wednesday, November 28. 2018

Brokers Must Provide Increased Information to Investors on Order Handling

On November 2nd, the SEC voted to adopt amendments that will require broker-dealers to disclose new and enhanced information about the way they handle investors’ orders. The rule amendment is intended to make it easier for investors to evaluate how brokers handle their orders and ultimately make more informed choices about the brokers with whom they do business.

Continue reading "Brokers Must Provide Increased Information to..." »
Posted by
The Novaworks Team
in SEC at 10:30

Wednesday, November 21. 2018

Thanksgiving Hours

The SEC will be closed Thursday, November 22 in observance of Thanksgiving Day. The EDGAR System will not receive, process or accept filings on this day. Filings with a due date of November 22 will be due the following business day.

Continue reading "Thanksgiving Hours" »
Posted by
The Novaworks Team
in EDGAR News, Novaworks News at 10:25

Monday, November 19. 2018

New Release (4.24b) for the GoFiler Family of Products

Version 4.24b of all applications in the GoFiler Suite has been released. This release contains a number of corrections and improvements to the XBRL View and to various EDGAR form views. Additionally, simple HTML proofing is now available as a beta feature for the N-PORT forms.

Continue reading "New Release (4.24b) for the GoFiler Family of..." »
Posted by
The Novaworks Team
in EDGAR News, Filing Technology, GoFiler Updates, Novaworks News at 18:00

Friday, November 16. 2018

LDC #111: Back To The Log

About a year ago I wrote a blog with the basics of how logs work with GoFiler and Legato. At the end I mentioned that in a future blog post we would talk more about what you can do with log objects. Today we are going to do just that. This blog assumes that you have read the previous blog and understand the basics of the log object.


Continue reading "LDC #111: Back To The Log" »
Posted by
Joshua Kwiatkowski
in Development at 14:28

Thursday, November 15. 2018

SEC Releases Report On Investor Testing

As part of the SEC’s ongoing efforts to help address investor confusion about the nature of their relationships with investment advisers and broker-dealers, the SEC’s Office of the Investor Advocate released a report on investor testing to the public on November 7th. This report was conducted by the RAND Corporation and was based on investor testing feedback on a sample Relationship Summary issued in April 2018 as part of a package of proposed rulemakings and interpretations that were designed to enhance the quality and transparency of investors’ relationships with investment industry entities.

Continue reading "SEC Releases Report On Investor Testing" »
Posted by
The Novaworks Team
in SEC at 14:52

Friday, November 09. 2018

LDC #110: Organizing Pictures

Sorting pictures can be a time consuming task. Many devices such as cell phones and cameras save pictures with sequential numbers. While this is great because we, as the users, don’t need to name our photos as we take them. However, it does mean that sorting the resulting photos can be time consuming. Luckily we can use Legato to create a basic sorting interface. Unlike many of the scripts in this blog this script is intentionally incomplete. It is a basic framework in which you can build your own image processing. You could edit the script to move all of the images into folders based on the specified names. This would sort the pictures into events or groups. You could also edit the script to run a program on the images with names. You could create thumbnails of named images. There are many possibilities including reworking the script to work with more than images.


Continue reading "LDC #110: Organizing Pictures" »
Posted by
David Theis
in Development at 16:06
« previous page   (Page 82 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
Sunday, July 20. 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