Central loader for all built-in edgarjure form parsers.
Requiring this namespace registers filing-obj methods for all supported form types. Individual parsers can also be required directly.
Usage: (require '[edgar.forms]) ; loads all built-in parsers (edgar.filing/filing-obj filing) ; dispatches to the appropriate parser
Supported form types after loading: "3" "3/A" — Form 3: initial beneficial ownership (edgar.forms.ownership) "4" "4/A" — Form 4: insider trades (edgar.forms.ownership) "5" "5/A" — Form 5: annual beneficial ownership (edgar.forms.ownership) "13F-HR" — Form 13F-HR: institutional holdings (edgar.forms.form13f) "13F-HR/A" — Form 13F-HR/A: amended institutional holdings (edgar.forms.form13f) "SCHEDULE 13D" "SCHEDULE 13D/A" "SCHEDULE 13G" "SCHEDULE 13G/A" — beneficial ownership >5% (edgar.forms.schedule13; XML era, filed Dec 2024 onward — legacy SC 13D/G fall through to the default raw-HTML result)
Central loader for all built-in edgarjure form parsers.
Requiring this namespace registers filing-obj methods for all supported
form types. Individual parsers can also be required directly.
Usage:
(require '[edgar.forms]) ; loads all built-in parsers
(edgar.filing/filing-obj filing) ; dispatches to the appropriate parser
Supported form types after loading:
"3" "3/A" — Form 3: initial beneficial ownership (edgar.forms.ownership)
"4" "4/A" — Form 4: insider trades (edgar.forms.ownership)
"5" "5/A" — Form 5: annual beneficial ownership (edgar.forms.ownership)
"13F-HR" — Form 13F-HR: institutional holdings (edgar.forms.form13f)
"13F-HR/A" — Form 13F-HR/A: amended institutional holdings (edgar.forms.form13f)
"SCHEDULE 13D" "SCHEDULE 13D/A" "SCHEDULE 13G" "SCHEDULE 13G/A"
— beneficial ownership >5% (edgar.forms.schedule13; XML era,
filed Dec 2024 onward — legacy SC 13D/G fall through to the
default raw-HTML result)No vars found in this namespace.
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 |