Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter Twenty-oneEDGARView Integration (continued)

EDGARResponseGetFiledBy Function

Overview

The EDGARResponseGetFiledBy function returns an array containing ‘filed by’ information extracted from the response message, if present. The issuer data groups is associated with the reporting owners group.

Syntax/Parameters

Syntax

string [] = EDGARResponseGetFiledBy ( string data | handle hMessage );

Parameters

data

A string containing the response message. Or,

hMessage

A handle to a Response Message Object.

Return Value

A string list containing the CIK and name of the ‘filed by’ returned in the response message or an empty list on failure. Use the GetLastError function to retrieve a formatted error code.

Not all response messages contain issuers.

Remarks

The function expects the ‘FILED BY’ heading in the incoming messages. If it is not present, the function will return an empty table with the error ERROR_EOD.

The key names are “CIK” and “Name” or array entry 0 and 1, respectively.

Related Functions

Platform Support

Go13, Go16, GoFiler Complete, GoFiler Corporate, GoFiler, GoFiler Lite, GoXBRL

Legato IDE