![]() ![]() |
GoFiler Legato Script Reference
Legato v 1.6e Application v 6.3a
|
| Table of Contents | < < Previous | Next >> |
Chapter Twenty-four — EDGARView Integration (continued)
GetApplicationEDGARVersion Function
Overview
The GetApplicationEDGARVersion function returns the EDGAR version supported by the application.
Syntax/Parameters
Syntax
string = GetApplicationEDGARVersion ( [boolean verbose] );
Parameters
verbose
An optional boolean specifying to return a verbose version. The default is FALSE.
Return Value
A string containing version information or an empty string on failure. Failure indicates that EDGAR is not supported or enabled for the host application.
Remarks
The EDGAR version returned is the version that the application has been revised to support (in some cases not all EDGAR items will comply with the specified release).
SEC EDGAR versions are normally in the form of:
yy.q[m.m]
Where:
yy — Specifies a two digit year.
q — Specifies the quarter of the release.
m — An optional subversion that applies to mini releases or interim releases.
In verbose mode, the data of the release will be appended in parenthesis. For example:
25.2 (June 15, 2025)
The returned string can be parsed to pull the date from the string.
Related Functions
Platform Support
Go13, Go16, GoFiler Complete, GoFiler Corporate, GoFiler, GoFiler Lite, GoXBRL
| Table of Contents | < < Previous | Next >> |
© 2012-2025 Novaworks, LLC. All rights reserved worldwide. Unauthorized use, duplication or transmission is prohibited by law. Portions of the software are protected by US Patents 10,095,672, 10,706,221 and 11,210,456. Novaworks, GoFiler™ and Legato™ are registered trademarks of Novaworks, LLC. EDGAR® is a federally registered trademark of the U.S. Securities and Exchange Commission. Novaworks is not affiliated with or approved by the U.S. Securities and Exchange Commission. All other trademarks are the property of their respective owners. Use of the features specified in this language are subject to terms, conditions and limitations of the Software License Agreement.