GoFiler Legato Script Reference
Legato v 1.5b Application v 5.24b
|
Table of Contents | < < Previous | Next >> |
Chapter Twenty-one — EDGARView 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
Table of Contents | < < Previous | Next >> |
© 2012-2024 Novaworks, LLC. All rights reserved worldwide. Unauthorized use, duplication or transmission prohibited by law. Portions of the software are protected by US Patents 10,095,672, 10,706,221 and 11,210,456. GoFiler™ and Legato™ are 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 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.