UNPKG

sec-edgar-toolkit

Version:

Open source toolkit to facilitate working with the SEC EDGAR database

9 lines 581 B
/** * SEC EDGAR form parsers for XML documents. */ export { OwnershipFormParser, Form4Parser, Form5Parser } from './ownership-forms'; export { FinancialFormParser } from './financial-forms'; export { CurrentEventParser } from './current-events'; export { ItemExtractor, FormType, ItemDefinition, ExtractedItem } from './item-extractor'; export { DocumentInfo, IssuerInfo, ReportingOwnerInfo, NonDerivativeTransaction, NonDerivativeHolding, DerivativeTransaction, ParsedOwnershipForm, OwnershipFormParseError, } from '../types/ownership-forms'; //# sourceMappingURL=index.d.ts.map