Form 4 parser — Statement of Changes in Beneficial Ownership.
Forms 3, 4, and 5 share the ownershipDocument XML schema; the actual parser and the filing-obj registrations for all of them live in edgar.forms.ownership. This namespace remains as the historical entry point for Form 4.
Usage: (require '[edgar.forms.form4]) ; side-effectful load registers the methods (edgar.filing/filing-obj filing) ; => {:form "4" :reporting-owner {...} ; :transactions [...] :holdings [...]}
Form 4 parser — Statement of Changes in Beneficial Ownership.
Forms 3, 4, and 5 share the ownershipDocument XML schema; the actual
parser and the filing-obj registrations for all of them live in
edgar.forms.ownership. This namespace remains as the historical entry
point for Form 4.
Usage:
(require '[edgar.forms.form4]) ; side-effectful load registers the methods
(edgar.filing/filing-obj filing) ; => {:form "4" :reporting-owner {...}
; :transactions [...] :holdings [...]}(parse-form4 filing)Parse a Form 4 filing map into a structured map. See edgar.forms.ownership/parse-ownership-form for the full result shape.
Parse a Form 4 filing map into a structured map. See edgar.forms.ownership/parse-ownership-form for the full result shape.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |