Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter Twenty-oneEDGARView Integration (continued)

EDGARArchiveGetProperty Function

Overview

The EDGARArchiveGetProperty function retrieves a specific non-document property from the Archive Object. Properties cannot be retrieved from objects opened from Return Copy.

Syntax/Parameters

Syntax

string = EDGARArchiveGetProperty ( handle hArchive, int item | string item );

Parameters

hArchive

A handle that specifies the EDGAR Archive opened with EDGARArchiveOpen function.

item

An int specifying an index to an item or a string representing the specific item. Not all archives contain all information. For example, 8-K ‘item numbers’ are not available on non-8-K archives.

Return Value

A string containing the value. An empty string can indicate an error. Use the GetLastError function to retrieve a formatted error code.

Remarks

The item properties that can be retrieved are as follows:

  String   Item #   Description  
  accession_number   0   Accession Number  
  conformed_form_type   1   Conformed Form type  
  period_of_report   2   Period of Report  
  item_information   3   Item Information  
  date_as_of_filed   4   Date of Filing (form yyyymmdd)  
  date_as_of_changed   5   Date of Change (form yyyymmdd)  
  date_of_effectiveness   6   Effectiveness Date (form yyyymmdd)  
  depositor_cik   7   Depositor CIK  
  sponsor_cik   8   Sponsor CIK  
  registrant_name   9   Company Conformed Name  
  registrant_cik   10   Central Index Key  
  registrant_sic   11   Standard Industrial Classification (form of description [nnnn])  
  irs_number   12   IRS number  
  state_of_inc   13   State of Incorporation  
  fye   14   Fiscal Year End (form mmdd)  
  form_type   15   Form Type  
  sec_act   16   SEC Act (long form, ie “1933 Act”)  
  sec_file_no   17   SEC File Number  
  b_street_1   18   Business Street 1  
  b_street_2   19   Business Street 2  
  b_city   20   Business City  
  b_state   21   Business State  
  b_zip   22   Business Zip  
  b_phone   23   Business Phone  
  m_street_1   24   Mailing Street 1  
  m_street_2   25   Mailing Street 2  
  m_city   26   Mailing City  
  m_state   27   Mailing State  
  m_zip   28   Mailing Zip  
  abs_asset_class   29   ABS Asset Class  

 

Related Functions

Platform Support

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

Legato IDE, Legato Basic