• 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, March 30. 2018

LDC #78: A Snapshot of the Clipboard

Today we’re going to talk about one of the most commonly used but least commonly understood features of your computer: the clipboard. Everyone who regularly uses a computer regularly knows how much of a time-saver using copy and paste can be, and the value only goes up the more you use it. As a programmer, the amount of time that I save by moving code around can’t even be measured, and I’m sure I’m not alone when I say that. However, the inner workings of the clipboard are often times misunderstood. Today I will explain what the clipboard is and how to interact with it using Legato.

Continue reading "LDC #78: A Snapshot of the Clipboard" »
Posted by
Joshua Kwiatkowski
in Development at 15:44

Wednesday, March 28. 2018

FASB Hosts Webinar on 2018 GAAP and SEC Taxonomy Improvements

On April 3rd from 1:00 to 2:30 PM EST, the Financial Accounting Standards Board (FASB) will host a webinar covering 2018 GAAP and SEC taxonomy improvements. During the webinar, the FASB staff will demonstrate how to apply the new modeling using example disclosures and discuss the new 2018 SEC Reporting Taxonomy.

Continue reading "FASB Hosts Webinar on 2018 GAAP and SEC..." »
Posted by
The Novaworks Team
in Events, FASB News, SEC, US GAAP Taxonomy at 13:02

Friday, March 23. 2018

LDC #77: Hash It Out

This week we are going to discuss hashing. Simply put, a hashing function takes arbitrary sized data and maps it to fixed size in a deterministic manner. Therefore, when given the same input, the same result is generated. Ideally, a hash function would be 1-1, as in for every input a unique output is given. This is also known as an injective function. In reality, though, that’s not possible since the amount of data being input can be many times larger than the output. So instead hashing algorithms aim to be uniform, which is to say they use the entire output space equally. This means that the chances of two inputs generating the same hash are lower given the size of the output hash.

Continue reading "LDC #77: Hash It Out" »
Posted by
David Theis
in Development at 15:47

Thursday, March 22. 2018

SEC Proposes Transaction Fee Pilot for NMS Stocks

On March 14th, the SEC voted to propose new Rule 610T of Regulation NMS to conduct a Transaction Fee Pilot in National Market System (NMS) stocks. This pilot would subject stock exchange fee pricing (such as “maker-taker” fee-and-rebate pricing models) to new temporary restrictions across three test groups. It would also require the exchanges to prepare and publicly post data pertaining to the pilot study. According to SEC Chairman Jay Clayton, the pilot is “...designed to generate data that will provide the Commission, market participants, and the public with information to facilitate an informed, data-driven discussion about transaction fees and rebates and their impact on order routing behavior, execution quality, and market quality in general.” The information gathered from this pilot study may elucidate the effects of transaction-based fees and rebates while allowing for an evaluation of any potential regulatory action, including possible changes to Rule 610(c) of Regulation NMS.

Continue reading "SEC Proposes Transaction Fee Pilot for NMS Stocks" »
Posted by
The Novaworks Team
in SEC at 14:22

Wednesday, March 21. 2018

SEC Proposes Changes to Liquidity Risk Management Disclosure

On March 14th, the Securities and Exchange Commission proposed amendments to the public liquidity-related disclosure requirements as they apply to certain open-end investment management companies. These amendments would replace a pending requirement that funds publicly provide the aggregate liquidity classification profile of their portfolios quarterly on Form N-PORT.

Continue reading "SEC Proposes Changes to Liquidity Risk..." »
Posted by
The Novaworks Team
in Investment Management, SEC at 14:14

Friday, March 16. 2018

LDC #76: Introduction to Dialog Boxes

Need to have a user login, get some settings, and then direct them to confirm information? You need a dialog box. To create and use dialog boxes, you need some basic information to get started. This article will introduce dialog boxes and teach you the fundamentals about using them.

Continue reading "LDC #76: Introduction to Dialog Boxes" »
Posted by
Scott Theis
in Development at 17:13

Monday, March 12. 2018

SEC Releases EDGAR 18.1

On March 12, 2018, EDGAR Release 18.1 was released by the Securities and Exchange Commission. This release introduces new form types SF-1MEF and 486BXT and contains various changes and corrections to other forms.

Continue reading "SEC Releases EDGAR 18.1" »
Posted by
The Novaworks Team
in EDGAR News, SEC at 10:51

Friday, March 09. 2018

LDC #75: Automatic Creation of Previous Versions

One common task when working on an HTML document in GoFiler is to save different versions of the file. Every time a copy is sent out for review, users can do a save as operation, and save a new copy of the file with a different version number. GoFiler by default allows you to create backup copies of the file (.bak files) whenever you press the save button, but that’s often too many backups, and they don’t represent true versions. The example script in this blog post then attempts to automate the process of creating different versions of files. This script will trigger when the user presses the “To Browser” button on an HTML file, and ask if the user wants to create a previous version folder of this file. If the user presses “Yes”, the script makes a new folder called “Revisions”, puts a folder stamped with the version number, date, and time into it, and copies all the HTML and images out of your folder into this previous version folder.


Continue reading "LDC #75: Automatic Creation of Previous Versions" »
Posted by
Steven Horowitz
in Development at 16:55

Wednesday, March 07. 2018

XBRL US Releases Taxonomy Approval Metrics and Process for Public Review

On March 6th, the XBRL US Domain Steering Committee, approved and posted a new XBRL US reference document for a 30-day review period, the Taxonomy Approval Metrics & Process (TAM).

Continue reading "XBRL US Releases Taxonomy Approval Metrics and..." »
Posted by
The Novaworks Team
in XBRL at 11:16

Friday, March 02. 2018

LDC #74: Removing That Pesky S From HTTPS

This week we’re going to talk about another client requested feature. Many EDGAR HTML documents end up referencing previously filed documents on the SEC’s EDGAR system. These documents are located at “https://www.sec.gov/Archives/edgar/data/[document reference]”. Recently the SEC has migrated to only HTTPS, the secure hypertext protocol, and will redirect any requests for HTTP to HTTPS. However, the EDGAR system will still only accept links that reference “http://www.sec.gov/[etc]”. This causes some extra work if you are merely copying the link from a browser that is accessing the document on the EDGAR system, as the link will be copied as HTTPS. Today, we’re going to write a simple script that hooks into the validate function and lets you know if you have any HTTPS references as well as offer to fix them.

Continue reading "LDC #74: Removing That Pesky S From HTTPS" »
Posted by
Joshua Kwiatkowski
in Development at 17:15
(Page 1 of 1, totaling 10 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 March '18 Forward
Mo Tu We Th Fr Sa Su
Friday, May 16. 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