Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter Twenty-oneEDGARView Integration (continued)

21.9 EDGAR Response Interface

21.9.1 Overview

EDGAR Response functions read an acceptance or suspension message as downloaded from the SEC and return or process key segments of information.

Response messages can be retrieved from the EDGAR System website or via email. A mail function is also provided in the application and messages can be loaded from the mail box folder specified within the application. Note that response messages received via email have certain information redacted, particularly in the case of test filings and suspended live filings.

The EDGAR Response functions parse a message and certain information pulled for easy access by the EDGAR response interface. If multiple calls are to be made, using an EDGAR Response Message Object will reduce processing time by avoiding a reload and parse for each request.

21.9.2 Functions

EDGARResponseLoadFile — Reads an acceptance message from a file and creates an EDGAR Response Object.

EDGARResponseLoadString — Loads an acceptance message from a string and creates an EDGAR Response Object.

EDGARResponseToHTML — Converts EDGAR Response to HTML Enhanced Message.

EDGARResponseGetAcceptedCode — Returns the accepted/suspended status code.

EDGARResponseIsAccepted — Tests for message being accepted to suspended.

EDGARResponseProps — Gets the properties of an acceptance message.

EDGARResponseGetFiledBy — Returns the Filed By data extracted from a response message.

EDGARResponseGetFileNumbers — Returns any associated file numbers in a string array.

EDGARResponseGetIssuer — Returns the Issuer data extracted from a response message.

EDGARResponseGetItems — Returns a table of items and item descriptions (Form 8-K).

EDGARResponseGetMessages — Returns list of errors and warnings.

EDGARResponseGetOwners — Returns a table of reporting owners extracted from the response message.

EDGARResponseGetRegistrants — Returns a table of Registrants (filers) extracted from the response message.

EDGARResponseGetSeries — Returns a table of series and classes values extracted from the response message.

EDGARResponseGetSubjectCompanies — Returns a table of subject companies extracted from the response message.