Tags:
Tickers
Persons
CUSIPs
ISINs
FIGIs
Sentiment Similarity:
Loughran McDonald
Dictionaries - Persons:
None
SSA Baby First Names
8-K 2024 Persons
Dictionaries - CUSIPs:
None
SC 13D/G CUSIPs
13F-HR Information Table CUSIPs
Dictionaries - FIGIs:
None
NPX FIGIs
Dictionaries - ISINs:
None
NPX ISINs
Process Tags
{% if similarity_results %}
Sentiment Similarity
{{ similarity_results | pprint }}
{% endif %} {% if highlighted_text %}
Text with Tags
{% if tags_summary %}
Tags found:
{% for tag_type, matches in tags_summary.items() %}
{{ tag_type|title }}:
{{ matches|join(', ') }}
{% endfor %}
{% else %}
No tags found
{% endif %}
{{ highlighted_text|safe }}
{% else %}
Text
{{ document.text|replace('\n', '
')|safe }}
{% endif %}