Wednesday, July 03. 2019
SEC Closed Thursday, July 4
Monday, July 01. 2019
SEC Announces Upcoming Events for Main Street Investors in Boston
SEC Chairman Jay Clayton announced that the SEC will hold two events for Main Street investors in Boston on Monday, July 8th. The first event is a roundtable hosted by Chairman Clayton with Main Street Investors that will focus on the SEC’s ongoing investor education efforts. The roundtable will explore issues relevant to Main Street investors, such as understanding important differences between investment advisers and broker-dealers. Other senior SEC staff will join the event.
Continue reading "SEC Announces Upcoming Events for Main Street..." »Friday, June 28. 2019
LDC #141: Creating iXBRL Proof Files Quickly and Easily
About a week ago, a client brought up a good point in a discussion we were having about inline XBRL in GoFiler. While we could generate proof files for the XBRL and proof files for the HTML, the HTML proof only showed HTML data, and the XBRL proof only showed XBRL data. The HTML proof wasn’t highlighting which facts had been tagged with inline XBRL data, because unless you view it through a special viewer, it looks indistinguishable from regular HTML. It’s a feature we will be adding in a future release of GoFiler, but why wait? Through Legato features can be added on the fly!
Continue reading "LDC #141: Creating iXBRL Proof Files Quickly..." »
Friday, June 21. 2019
LDC #140: Using Legato to Ease the Creation of 8-K Cover Pages: Part 2
This week we are going to move forward with our creation of a tool to allow us to fill out a Form 8-K cover page. Last blog we started our process by creating a script that showed how to use the HTML templates to create a custom template that runs a Legato script. This week we are going to expand on that concept, redesigning the script to be able to work with multiple form types and adding in the ability to add expandable lists into each form.
Continue reading "LDC #140: Using Legato to Ease the Creation of..." »Thursday, June 20. 2019
SEC Adopts Amendments to Improve the Application of the Auditor Independence Rules
On June 18th, the SEC adopted changes to the auditor independence rules with respect to the mandated analysis to determine if an auditor is independent when said auditor has a lending relationship with shareholders of an audit client. These changes were prompted by situations where existing rules capture relationships that otherwise do not bear on the impartiality and/or objectivity of the auditor. The amendments are designed to refine these rules to better focus on lending relationships that may reasonably influence an external auditor’s impartiality/objectivity. In doing so, the changes should improve the application of the Loan Provision to the benefit of investors while reducing compliance burdens.
Continue reading "SEC Adopts Amendments to Improve the..." »Wednesday, June 19. 2019
SEC Requests Public Comment on Ways to Improve the Exempt Offering Framework
The SEC has requested public comment on way to simplify and improve the exempt offering framework with the goal of expanding investment opportunities and promoting capital formation while maintaining appropriate investor protections. The Concept Release on Harmonization of Securities Offering Exemptions reviews the framework for exempt offerings, including several exemptions from registration under the Securities Act of 1933 that facilitate capital raising.
Continue reading "SEC Requests Public Comment on Ways to Improve..." »SEC Updates List of Firms Using Inaccurate Information to Solicit Investors
On June 10, 2019, the SEC updated its list of unregistered entities that use misleading information to solicit primarily non-US investors, adding 11 soliciting entities, four impersonators of genuine firms, and nine bogus regulators.
Continue reading "SEC Updates List of Firms Using Inaccurate..." »Monday, June 17. 2019
Inline XBRL and Funds
With compliance dates approaching, reviewing the SEC’s mandate for operating companies and funds that they report their financial information in Inline XBRL (iXBRL) is important. These requirements date back to June 2018, when the SEC passed rules seeking to modernize and simplify financial reporting for these filers. Unlike traditional XBRL which produces a XML document containing only tagged, structured data that is difficult for a human reader to understand and interpret, iXBRL involves embedding XBRL data directly into an HTML filing so that the disclosure document is both human-readable as a formatted report of financial information and machine-readable since the tagged data can be collected and used in subsequent analyses in any number of ways. Using iXBRL improves the data’s usefulness, timeliness, and quality, which benefits investors, regulators, market participants, and other data consumers. Inline XBRL also reduces burdens and complexity to registrants and preparers as only one document containing both the formatted report and the structured data must be produced.
Continue reading "Inline XBRL and Funds" »Friday, June 14. 2019
Updated Application for First-time EDGAR Filers' Form ID
New filers seeking access to EDGAR must now use an updated online version of the Form ID EDGAR access application. This change went into effect June 10, 2019. The updated online version of Form ID provides applicants with enhanced user functions that should facilitate users’ abilities to save, complete, and upload the notarized Form ID authentication document.
Continue reading "Updated Application for First-time EDGAR..." »Thursday, June 13. 2019
SEC Enhances Protections and Preserves Choice for Retail Investors
On June 5th, the SEC voted to adopt new rules and interpretations that were designed to enhance the quality and transparency of retail investors’ relationships with investment advisers and broker-dealers. This brings the legal requirements and mandated disclosures in agreement with reasonable investor expectations while preserving access to various investment services and products in terms of choice and cost. These actions are meant to clarify the standards of conduct applicable to broker-dealers and investment advisers, help retail investors better understand and compare offered services and make an informed choice of the relationship best suited to their needs and circumstances, and support better consistency in the level of protections provided by each regime, particularly when a recommendation is made. Specifically, the rules enhance consumer protections while ensuring choices in: 1) the type of professional with whom consumers work, 2) the services they receive, and 3) how they pay for these services.
Continue reading "SEC Enhances Protections and Preserves Choice..." »Wednesday, June 12. 2019
Notice Regarding EDGAR Password Expiration Date
Monday, June 10. 2019
New Release (5.0a) for the GoFiler Family of Products
Version 5.0a of all applications in the GoFiler Suite has been released. This release corresponds to EDGAR Release 19.2 and contains a number of improvements to XDX, a new edit window type for editing CSV and structured data sheets, a new look for the icons and buttons of the user interface, and a large underlying change to HTML editing. Additionally, this version contains support for the IFRS 2019 and DEI 2019 taxonomies.
Continue reading "New Release (5.0a) for the GoFiler Family of..." »SEC Releases EDGAR 19.2
On June 10, 2019, EDGAR Release 19.2 was released by the Securities and Exchange Commission. This release included new cover page tagging requirements for certain forms filed in Inline XBRL. Also new are a number of changes to Form MA and an enhanced “Application for EDGAR Access (Form ID)” that is available on the EDGAR Filer Management Website.
Continue reading "SEC Releases EDGAR 19.2" »Friday, June 07. 2019
LDC #139: For loops vs While Loops, deciding which to use.
When working in Legato, it’s very common to come across a task that must be repeated. Several of our example scripts in this blog have used for loops or while loops. In fact, it’s fairly uncommon to write a script without one because almost any task that is complex enough that it would require a script to be written for it generally needs to iterate over something. This week, we’re going to take a look at what makes the two loop types Legato supports different, and why you would choose one over the other.
Continue reading "LDC #139: For loops vs While Loops, deciding..." »
Friday, May 31. 2019
LDC #138: Using Legato to Ease the Creation of 8-K Cover Pages
The SEC recently updated the requirements for what information should be included on a number of the cover pages for their forms. GoFiler already has templates for a lot of common forms like the 8-K, 10-Q, and 10-K, but I had an idea that would eventually make creating these cover pages even easier than they already are by putting the power of Legato to work. The current templates simply create a blank cover page with empty areas to enter data in the Page View edit window. My script will prompt the user to provide the information in a simple form when they create the document and automatically place that data on the cover page.
Continue reading "LDC #138: Using Legato to Ease the Creation of..." »Quicksearch
Categories
Calendar
January '25 | ||||||
---|---|---|---|---|---|---|
Mo | Tu | We | Th | Fr | Sa | Su |
Saturday, January 18. 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 |