Upload folder using huggingface_hub
Browse files- README.md +120 -0
- data/dataset_event_subtype.tsv +0 -0
- data/dataset_event_type.tsv +0 -0
- data/event_registry_sentivent.csv +289 -0
- data/subtype_classes_multilabelbinarizer.json +1 -0
- data/type_classes_multilabelbinarizer.json +1 -0
- data/x_sentivent_cleaned.csv +0 -0
- data/x_sentivent_event_counts.csv +94 -0
- data/x_sentivent_master_lowcredit_50each.csv +0 -0
README.md
ADDED
|
@@ -0,0 +1,120 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
tags:
|
| 6 |
+
- finance
|
| 7 |
+
- event-detection
|
| 8 |
+
- financial-news
|
| 9 |
+
- social-media
|
| 10 |
+
- sentivent
|
| 11 |
+
- nlp
|
| 12 |
+
pretty_name: SENTiVENT × X Financial Narratives
|
| 13 |
+
size_categories:
|
| 14 |
+
- 1K<n<10K
|
| 15 |
+
---
|
| 16 |
+
|
| 17 |
+
# SENTiVENT × X Financial Narratives
|
| 18 |
+
|
| 19 |
+
A dataset linking financial event annotations from the **SENTiVENT** benchmark corpus with X (Twitter) posts scraped around the same events, used to study how financial narratives propagate from institutional news to social media.
|
| 20 |
+
|
| 21 |
+
## Dataset Contents
|
| 22 |
+
|
| 23 |
+
| File | Description | Rows |
|
| 24 |
+
|------|-------------|------|
|
| 25 |
+
| `data/dataset_event_type.tsv` | SENTiVENT sentence-level annotations with **18 event type** multi-labels | 6,883 |
|
| 26 |
+
| `data/dataset_event_subtype.tsv` | SENTiVENT sentence-level annotations with **60 event subtype** multi-labels | 6,883 |
|
| 27 |
+
| `data/x_sentivent_master_lowcredit_50each.csv` | X posts scraped for each SENTiVENT event (up to 50 posts/event, filtered for low-credit accounts) | 20,968 |
|
| 28 |
+
| `data/x_sentivent_cleaned.csv` | Cleaned subset of X posts used in downstream analysis | 1,917 |
|
| 29 |
+
| `data/x_sentivent_event_counts.csv` | Post counts per event after filtering | 93 |
|
| 30 |
+
| `data/event_registry_sentivent.csv` | Registry mapping each SENTiVENT event to its X scraping query, WSJ/official doc references, and metadata | 93 |
|
| 31 |
+
| `data/type_classes_multilabelbinarizer.json` | Ordered label list for the 18 event type classes | — |
|
| 32 |
+
| `data/subtype_classes_multilabelbinarizer.json` | Ordered label list for the 60 event subtype classes | — |
|
| 33 |
+
|
| 34 |
+
## SENTiVENT Annotations (`dataset_event_type.tsv` / `dataset_event_subtype.tsv`)
|
| 35 |
+
|
| 36 |
+
Each row is one sentence from a WSJ financial news article. Columns:
|
| 37 |
+
|
| 38 |
+
| Column | Description |
|
| 39 |
+
|--------|-------------|
|
| 40 |
+
| `document_id` | Article identifier (e.g. `aal00`) |
|
| 41 |
+
| `document_title` | Article filename |
|
| 42 |
+
| `sentence_idx` | Sentence position within the article |
|
| 43 |
+
| `text` | Sentence text |
|
| 44 |
+
| `types_event` | List of event types present in the sentence |
|
| 45 |
+
| `subtypes_event` | List of event subtypes (may be multi-label) |
|
| 46 |
+
| `types_event_unq` | Unique event types |
|
| 47 |
+
| `subtypes_event_unq` | Unique event subtypes |
|
| 48 |
+
| `token_cnt` | Token count |
|
| 49 |
+
| `event_cnt` | Number of event mentions |
|
| 50 |
+
| `dataset` | Split tag (`silver` / `gold`) |
|
| 51 |
+
| `labels` | Binary multi-label vector (matches `*_classes_multilabelbinarizer.json`) |
|
| 52 |
+
|
| 53 |
+
**Event type classes (18):** CSR/Brand, Deal, Dividend, Employment, Expense, Facility, FinancialReport, Financing, Investment, Legal, Macroeconomics, Merger/Acquisition, Product/Service, Profit/Loss, Rating, Revenue, SalesVolume, SecurityValue
|
| 54 |
+
|
| 55 |
+
## X Posts (`x_sentivent_master_lowcredit_50each.csv`)
|
| 56 |
+
|
| 57 |
+
X (Twitter) posts scraped using queries derived from each SENTiVENT event. Columns:
|
| 58 |
+
|
| 59 |
+
| Column | Description |
|
| 60 |
+
|--------|-------------|
|
| 61 |
+
| `event` | SENTiVENT event identifier |
|
| 62 |
+
| `event_label` | Human-readable event label |
|
| 63 |
+
| `event_date` | Date of the underlying financial event |
|
| 64 |
+
| `thread_source` | Source platform (`x`) |
|
| 65 |
+
| `thread_url` | Direct URL to the post |
|
| 66 |
+
| `id` | Post ID |
|
| 67 |
+
| `parent_id` | Parent post ID (for replies) |
|
| 68 |
+
| `author` | X username |
|
| 69 |
+
| `body` | Post text |
|
| 70 |
+
| `score` | Relevance score assigned during scraping |
|
| 71 |
+
| `date` | Post timestamp (ISO 8601) |
|
| 72 |
+
| `query_used` | X API search query that retrieved this post |
|
| 73 |
+
| `lang` | Language code |
|
| 74 |
+
| `record_type` | `post` or `reply` |
|
| 75 |
+
|
| 76 |
+
## Event Registry (`event_registry_sentivent.csv`)
|
| 77 |
+
|
| 78 |
+
Maps each event to its scraping metadata:
|
| 79 |
+
|
| 80 |
+
| Column | Description |
|
| 81 |
+
|--------|-------------|
|
| 82 |
+
| `event` | Event identifier |
|
| 83 |
+
| `event_date` | Date of event |
|
| 84 |
+
| `event_label` | Human-readable label |
|
| 85 |
+
| `event_type` | SENTiVENT event type category |
|
| 86 |
+
| `x_query` | X API query used |
|
| 87 |
+
| `x_language` | Language filter |
|
| 88 |
+
| `wsj_file` | Linked WSJ article (if any) |
|
| 89 |
+
| `official_file` | Linked official document (if any) |
|
| 90 |
+
| `analysis_note` | Provenance note |
|
| 91 |
+
|
| 92 |
+
## Usage
|
| 93 |
+
|
| 94 |
+
```python
|
| 95 |
+
from datasets import load_dataset
|
| 96 |
+
|
| 97 |
+
# SENTiVENT event type annotations
|
| 98 |
+
sentivent = load_dataset("jechen2140/cos-iw-financial-narratives", data_files="data/dataset_event_type.tsv", delimiter="\t")
|
| 99 |
+
|
| 100 |
+
# X posts linked to SENTiVENT events
|
| 101 |
+
x_posts = load_dataset("jechen2140/cos-iw-financial-narratives", data_files="data/x_sentivent_master_lowcredit_50each.csv")
|
| 102 |
+
```
|
| 103 |
+
|
| 104 |
+
## Citation
|
| 105 |
+
|
| 106 |
+
If you use this dataset, please cite the original SENTiVENT corpus:
|
| 107 |
+
|
| 108 |
+
```
|
| 109 |
+
@inproceedings{jacobs2018economeria,
|
| 110 |
+
title={Economic Event Detection in Company-Specific News Text},
|
| 111 |
+
author={Jacobs, Gilles and Lefever, Els and Hoste, Véronique},
|
| 112 |
+
booktitle={Proceedings of the First Workshop on Economics and Natural Language Processing},
|
| 113 |
+
year={2018}
|
| 114 |
+
}
|
| 115 |
+
```
|
| 116 |
+
|
| 117 |
+
## License
|
| 118 |
+
|
| 119 |
+
Dataset card and X post collection: [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/).
|
| 120 |
+
Original SENTiVENT annotations are subject to their own license; see the [SENTiVENT project](https://github.com/GillesJ/sentivent_economic_event_detection).
|
data/dataset_event_subtype.tsv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
data/dataset_event_type.tsv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
data/event_registry_sentivent.csv
ADDED
|
@@ -0,0 +1,289 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
event,event_date,event_label,event_type,x_query,x_language,wsj_file,official_file,analysis_note
|
| 2 |
+
amd12_product_service_launch_missing_date,,2 risks amd investors should nt ignore | Product/Service.Launch,Macroeconomics,"($AMD OR AMD OR ""risks amd investors"") (announce OR economy OR launch OR market)",en,,,Derived from SENTiVENT doc amd12 (sentences=34).
|
| 3 |
+
amzn11_salesvolume_increase_salesvolume_missing_date,,22 million amazon echo smart speakers to be sold in 2017 drivi | SalesVolume.Increase_SalesVolume,SalesVolume,"($AMZN OR AMZN OR ""million amazon echo"") (demand OR rise OR sales OR surge)",en,,,Derived from SENTiVENT doc amzn11 (sentences=18).
|
| 4 |
+
amzn04_revenue_increase_revenue_missing_date,,3 reasons amazon is nt done growing yet | Revenue.Increase_Revenue,Macroeconomics,"($AMZN OR AMZN OR ""amazon done growing"") (economy OR market OR rise OR surge)",en,,,Derived from SENTiVENT doc amzn04 (sentences=35).
|
| 5 |
+
amzn02_salesvolume_increase_salesvolume_missing_date,,3 reasons why amazon is scary to netflix | SalesVolume.Increase_SalesVolume,Macroeconomics,"($AMZN OR AMZN OR ""amazon scary netflix"") (economy OR market OR rise OR surge)",en,,,Derived from SENTiVENT doc amzn02 (sentences=39).
|
| 6 |
+
aal01_facility_open_missing_date,,900m investment at phl to bring new traffic control tower re | Facility.Open,Facility,"($AAL OR AAL OR ""investment phl bring"") (expansion OR facility OR plant)",en,,,Derived from SENTiVENT doc aal01 (sentences=24).
|
| 7 |
+
fb02_product_service_launch_missing_date,,a look at facebook s fastest growing market | Product/Service.Launch,Macroeconomics,"($FB OR FB OR ""facebook fastest growing"") (announce OR economy OR launch OR market)",en,,,Derived from SENTiVENT doc fb02 (sentences=16).
|
| 8 |
+
wmt01_securityvalue_decrease_securityvalue_missing_date,,a look at walmart s valuation after fiscal 1q18 results | SecurityValue.Decrease_SecurityValue,SecurityValue,"($WMT OR WMT OR ""walmart valuation fiscal"") (down OR drop OR fall OR price)",en,,,Derived from SENTiVENT doc wmt01 (sentences=14).
|
| 9 |
+
ge02_securityvalue_decrease_securityvalue_missing_date,,a simple ge trade for long suffering investors | SecurityValue.Decrease_SecurityValue,SecurityValue,"($GE OR GE OR ""simple trade long"") (down OR drop OR fall OR price)",en,,,Derived from SENTiVENT doc ge02 (sentences=30).
|
| 10 |
+
abbv00_product_service_trial_missing_date,,abbvie demonstrates leadership in gastroenterology and hepatolog | Product/Service.Trial,Product/Service,"($ABBV OR ABBV OR ""abbvie demonstrates leadership"") (launch OR product OR study OR trial)",en,,,Derived from SENTiVENT doc abbv00 (sentences=25).
|
| 11 |
+
abbv07_rating_buyoutperform_missing_date,,abbvie has the most valuable late stage pipeline but is its s | Rating.BuyOutperform,Rating,"($ABBV OR ABBV OR ""abbvie has most"") (downgrade OR rating OR upgrade)",en,,,Derived from SENTiVENT doc abbv07 (sentences=34).
|
| 12 |
+
abbv05_legal_conviction_settlement_missing_date,,abbvie ordered by jury to pay 15 million to depakote victim | Legal.Conviction/Settlement,Legal,"($ABBV OR ABBV OR ""abbvie ordered jury"") (court OR lawsuit OR settlement)",en,,,Derived from SENTiVENT doc abbv05 (sentences=22).
|
| 13 |
+
abbv11_product_service_trial_missing_date,,abbvie overpromises | Product/Service.Trial,SalesVolume,"($ABBV OR ABBV OR ""abbvie overpromises"") (demand OR sales OR study OR trial)",en,,,Derived from SENTiVENT doc abbv11 (sentences=42).
|
| 14 |
+
abbv09_securityvalue_increase_securityvalue_missing_date,,abbvie scores 2 wins 1 threatens regeneron | SecurityValue.Increase_SecurityValue,Product/Service,"($ABBV OR ABBV OR ""abbvie scores wins"") (launch OR product OR rise OR surge)",en,,,Derived from SENTiVENT doc abbv09 (sentences=22).
|
| 15 |
+
abbv08_rating_pricetarget_missing_date,,abbvie shares surge 2 on q2 profit revenue beats | Rating.PriceTarget,Revenue,"($ABBV OR ABBV OR ""abbvie shares surge"") (revenue OR sales)",en,,,Derived from SENTiVENT doc abbv08 (sentences=11).
|
| 16 |
+
abbv06_profit_loss_increase_profit_loss_missing_date,,abbvie stock just hit a 52 week high here s why it should go | Profit/Loss.Increase_Profit/Loss,Profit/Loss,"($ABBV OR ABBV OR ""abbvie stock just"") (loss OR margin OR profit OR rise)",en,,,Derived from SENTiVENT doc abbv06 (sentences=61).
|
| 17 |
+
abbv10_securityvalue_increase_securityvalue_missing_date,,abbvie you re upgrading it now | SecurityValue.Increase_SecurityValue,SecurityValue,"($ABBV OR ABBV OR ""abbvie you upgrading"") (price OR rise OR shares OR stock)",en,,,Derived from SENTiVENT doc abbv10 (sentences=17).
|
| 18 |
+
amd13_rating_sellunderperform_missing_date,,advanced micro sell says morgan stanley expectations too h | Rating.SellUnderperform,Rating,"($AMD OR AMD OR ""advanced micro sell"") (downgrade OR rating OR upgrade)",en,,,Derived from SENTiVENT doc amd13 (sentences=17).
|
| 19 |
+
aal08_product_service_launch_missing_date,,airberlin goes bankrupt soon after announcing major chicago expa | Product/Service.Launch,Product/Service,"($AAL OR AAL OR ""airberlin goes bankrupt"") (announce OR launch OR product OR trial)",en,,,Derived from SENTiVENT doc aal08 (sentences=23).
|
| 20 |
+
ba11_securityvalue_increase_securityvalue_missing_date,,airbus drops this bomb on boeing at the dubai airshow | SecurityValue.Increase_SecurityValue,Deal,"($BA OR BA OR ""airbus drops bomb"") (contract OR deal OR rise OR surge)",en,,,Derived from SENTiVENT doc ba11 (sentences=15).
|
| 21 |
+
ba06_salesvolume_increase_salesvolume_missing_date,,aircraft leasing firms lift boeing s dreamliner higher at the p | SalesVolume.Increase_SalesVolume,SalesVolume,"($BA OR BA OR ""aircraft leasing firms"") (demand OR rise OR sales OR surge)",en,,,Derived from SENTiVENT doc ba06 (sentences=34).
|
| 22 |
+
aal12_profit_loss_decrease_profit_loss_missing_date,,airlines have a cost problem lrb and it s not 12 snack boxe | Profit/Loss.Decrease_Profit/Loss,Expense,"($AAL OR AAL OR ""airlines have cost"") (costs OR down OR drop OR expense)",en,,,Derived from SENTiVENT doc aal12 (sentences=14).
|
| 23 |
+
goog07_securityvalue_decrease_securityvalue_missing_date,,alphabet s dive continues after a weak earnings report | SecurityValue.Decrease_SecurityValue,FinancialReport,"($GOOG OR GOOG OR ""alphabet dive continues"") (down OR drop OR earnings OR fall)",en,,,Derived from SENTiVENT doc goog07 (sentences=35).
|
| 24 |
+
goog05_product_service_launch_missing_date,,alphabet s nest brings smart devices to australian homes | Product/Service.Launch,Product/Service,"($GOOG OR GOOG OR ""alphabet nest brings"") (announce OR launch OR product OR trial)",en,,,Derived from SENTiVENT doc goog05 (sentences=25).
|
| 25 |
+
goog01_product_service_trial_missing_date,,alphabet s waymo adds semi trucks to its driverless vehicle por | Product/Service.Trial,Product/Service,"($GOOG OR GOOG OR ""alphabet waymo adds"") (launch OR product OR study OR trial)",en,,,Derived from SENTiVENT doc goog01 (sentences=24).
|
| 26 |
+
amzn09_product_service_missing_date,,amazon and whole foods are dropping prices this will change gr | Product/Service,Product/Service,"($AMZN OR AMZN OR ""amazon whole foods"") (launch OR product OR trial)",en,,,Derived from SENTiVENT doc amzn09 (sentences=16).
|
| 27 |
+
amzn05_facility_open_missing_date,,amazon expects to hire at least 1000 at its new troutdale facil | Facility.Open,Employment,"($AMZN OR AMZN OR ""amazon expects hire"") (hiring OR layoffs OR workforce)",en,,,Derived from SENTiVENT doc amzn05 (sentences=16).
|
| 28 |
+
amzn14_salesvolume_increase_salesvolume_missing_date,,amazon sold more echo dots than any other item over the holidays | SalesVolume.Increase_SalesVolume,SalesVolume,"($AMZN OR AMZN OR ""amazon sold more"") (demand OR rise OR sales OR surge)",en,,,Derived from SENTiVENT doc amzn14 (sentences=13).
|
| 29 |
+
amzn06_facility_open_missing_date,,amazon to buy whole foods for 137 billion | Facility.Open,Merger/Acquisition,"($AMZN OR AMZN OR ""amazon buy whole"") (acquisition OR buyout OR merger)",en,,,Derived from SENTiVENT doc amzn06 (sentences=9).
|
| 30 |
+
amzn03_securityvalue_increase_securityvalue_missing_date,,amazon will be a top 5 grocer in the us with whole foods a | SecurityValue.Increase_SecurityValue,Macroeconomics,"($AMZN OR AMZN OR ""amazon will top"") (economy OR market OR rise OR surge)",en,,,Derived from SENTiVENT doc amzn03 (sentences=29).
|
| 31 |
+
amzn07_product_service_launch_missing_date,,amazoncom just crushed department store stocks again with prime | Product/Service.Launch,Product/Service,"($AMZN OR AMZN OR ""amazoncom just crushed"") (announce OR launch OR product OR trial)",en,,,Derived from SENTiVENT doc amzn07 (sentences=51).
|
| 32 |
+
amd14_securityvalue_decrease_securityvalue_missing_date,,amd nvidia stocks fall after analyst warns cryptocurrency mark | SecurityValue.Decrease_SecurityValue,SecurityValue,"($AMD OR AMD OR ""amd nvidia stocks"") (down OR drop OR fall OR price)",en,,,Derived from SENTiVENT doc amd14 (sentences=7).
|
| 33 |
+
amd10_product_service_launch_missing_date,,amd radeon vega gets company back into high value gpu markets an | Product/Service.Launch,Product/Service,"($AMD OR AMD OR ""amd radeon vega"") (announce OR launch OR product OR trial)",en,,,Derived from SENTiVENT doc amd10 (sentences=21).
|
| 34 |
+
amd07_securityvalue_increase_securityvalue_missing_date,,amd reveals epyc details intel vows to top it | SecurityValue.Increase_SecurityValue,Macroeconomics,"($AMD OR AMD OR ""amd reveals epyc"") (economy OR market OR rise OR surge)",en,,,Derived from SENTiVENT doc amd07 (sentences=13).
|
| 35 |
+
amd02_profit_loss_increase_profit_loss_missing_date,,amd s financial analyst day 2017 on the cusp of greatness aga | Profit/Loss.Increase_Profit/Loss,Product/Service,"($AMD OR AMD OR ""amd financial analyst"") (launch OR product OR rise OR surge)",en,,,Derived from SENTiVENT doc amd02 (sentences=20).
|
| 36 |
+
amd03_securityvalue_decrease_securityvalue_missing_date,,amd s stock slumps after ceo pooh poohed speculation of intel l | SecurityValue.Decrease_SecurityValue,Deal,"($AMD OR AMD OR ""amd stock slumps"") (contract OR deal OR down OR drop)",en,,,Derived from SENTiVENT doc amd03 (sentences=8).
|
| 37 |
+
amd05_securityvalue_increase_securityvalue_missing_date,,amd s stock surges on heavy volume as gpu product demand fuels | SecurityValue.Increase_SecurityValue,SecurityValue,"($AMD OR AMD OR ""amd stock surges"") (price OR rise OR shares OR stock)",en,,,Derived from SENTiVENT doc amd05 (sentences=6).
|
| 38 |
+
amd06_securityvalue_decrease_securityvalue_missing_date,,amd s stock tumbles bringing win streak to an abrupt end | SecurityValue.Decrease_SecurityValue,SecurityValue,"($AMD OR AMD OR ""amd stock tumbles"") (down OR drop OR fall OR price)",en,,,Derived from SENTiVENT doc amd06 (sentences=5).
|
| 39 |
+
aal04_product_service_cancellation_recall_missing_date,,american airlines backtracks lrb a bit rrb on its legroom re | Product/Service.Cancellation/Recall,Product/Service,"($AAL OR AAL OR ""american airlines backtracks"") (launch OR product OR trial)",en,,,Derived from SENTiVENT doc aal04 (sentences=45).
|
| 40 |
+
aal09_product_service_launch_missing_date,,american airlines flight attendants blast pittsburgh airport pla | Product/Service.Launch,Product/Service,"($AAL OR AAL OR ""american airlines flight"") (announce OR launch OR product OR trial)",en,,,Derived from SENTiVENT doc aal09 (sentences=12).
|
| 41 |
+
aal10_profit_loss_decrease_profit_loss_missing_date,,american airlines marks down third quarter guidance | Profit/Loss.Decrease_Profit/Loss,Profit/Loss,"($AAL OR AAL OR ""american airlines marks"") (down OR drop OR fall OR loss)",en,,,Derived from SENTiVENT doc aal10 (sentences=18).
|
| 42 |
+
aal06_facility_open_missing_date,,american airlines name affixed to a new wrigley field conferen | Facility.Open,CSR/Brand,"($AAL OR AAL OR ""american airlines name"") (brand OR reputation)",en,,,Derived from SENTiVENT doc aal06 (sentences=11).
|
| 43 |
+
aal13_employment_start_missing_date,,american airlines pilots agree on solution to staff december f | Employment.Start,Employment,"($AAL OR AAL OR ""american airlines pilots"") (hiring OR layoffs OR workforce)",en,,,Derived from SENTiVENT doc aal13 (sentences=11).
|
| 44 |
+
aal03_revenue_increase_revenue_missing_date,,american airlines reports load factor increase in may shares g | Revenue.Increase_Revenue,Revenue,"($AAL OR AAL OR ""american airlines reports"") (revenue OR rise OR sales OR surge)",en,,,Derived from SENTiVENT doc aal03 (sentences=6).
|
| 45 |
+
aal07_securityvalue_increase_securityvalue_missing_date,,american airlines stock rallies after second upgrade in two da | SecurityValue.Increase_SecurityValue,SecurityValue,"($AAL OR AAL OR ""american airlines stock"") (price OR rise OR shares OR stock)",en,,,Derived from SENTiVENT doc aal07 (sentences=11).
|
| 46 |
+
aal00_revenue_increase_revenue_missing_date,,american airlines up on record april traffic upbeat q2 view | Revenue.Increase_Revenue,FinancialReport,"($AAL OR AAL OR ""american airlines record"") (earnings OR guidance OR results OR rise)",en,,,Derived from SENTiVENT doc aal00 (sentences=20).
|
| 47 |
+
aal14_employment_compensation_missing_date,,american and pilots settle issues after handshake by airline and | Employment.Compensation,Deal,"($AAL OR AAL OR ""american pilots settle"") (contract OR deal)",en,,,Derived from SENTiVENT doc aal14 (sentences=10).
|
| 48 |
+
nem04_rating_pricetarget_missing_date,,analyst insight is newmont mining warming up for a good 2018 | Rating.PriceTarget,Rating,"($NEM OR NEM OR ""analyst insight newmont"") (downgrade OR rating OR upgrade)",en,,,Derived from SENTiVENT doc nem04 (sentences=22).
|
| 49 |
+
aapl06_product_service_launch_missing_date,,apple aims to get an ipad in the hands of every hospital patient | Product/Service.Launch,CSR/Brand,"($AAPL OR AAPL OR ""apple aims get"") (announce OR brand OR launch OR reputation)",en,,,Derived from SENTiVENT doc aapl06 (sentences=25).
|
| 50 |
+
aapl02_product_service_launch_missing_date,,apple is following google into making a custom ai chip | Product/Service.Launch,Macroeconomics,"($AAPL OR AAPL OR ""apple following google"") (announce OR economy OR launch OR market)",en,,,Derived from SENTiVENT doc aapl02 (sentences=26).
|
| 51 |
+
aapl07_product_service_cancellation_recall_missing_date,,apple leak reveals massive iphone 8 cancellation | Product/Service.Cancellation/Recall,Product/Service,"($AAPL OR AAPL OR ""apple leak reveals"") (launch OR product OR trial)",en,,,Derived from SENTiVENT doc aapl07 (sentences=12).
|
| 52 |
+
aapl16_revenue_increase_revenue_missing_date,,apple s app store generated over 11 billion in revenue for th | Revenue.Increase_Revenue,Revenue,"($AAPL OR AAPL OR ""apple app store"") (revenue OR rise OR sales OR surge)",en,,,Derived from SENTiVENT doc aapl16 (sentences=34).
|
| 53 |
+
aapl10_dividend_payment_missing_date,,apple s rain of cash washes away debt doubts | Dividend.Payment,Dividend,"($AAPL OR AAPL OR ""apple rain cash"") (dividend OR payout)",en,,,Derived from SENTiVENT doc aapl10 (sentences=44).
|
| 54 |
+
aapl12_securityvalue_increase_securityvalue_missing_date,,apple s stock jumps after keybanc upgrade to buy rating | SecurityValue.Increase_SecurityValue,Rating,"($AAPL OR AAPL OR ""apple stock jumps"") (downgrade OR rating OR rise OR surge)",en,,,Derived from SENTiVENT doc aapl12 (sentences=19).
|
| 55 |
+
aapl00_rating_pricetarget_missing_date,,apple s stock price target gets a boost on increased iphone sal | Rating.PriceTarget,Rating,"($AAPL OR AAPL OR ""apple stock price"") (downgrade OR rating OR upgrade)",en,,,Derived from SENTiVENT doc aapl00 (sentences=8).
|
| 56 |
+
aapl08_legal_proceeding_missing_date,,apple vs qualcomm the itc is in it | Legal.Proceeding,Legal,"($AAPL OR AAPL OR ""apple qualcomm itc"") (court OR lawsuit OR settlement)",en,,,Derived from SENTiVENT doc aapl08 (sentences=11).
|
| 57 |
+
nem00_financialreport_beat_missing_date,,are gold miners on track to achieve 2017 production guidance | FinancialReport.Beat,FinancialReport,"($NEM OR NEM OR ""gold miners track"") (above OR beat OR earnings OR guidance)",en,,,Derived from SENTiVENT doc nem00 (sentences=23).
|
| 58 |
+
t04_product_service_launch_missing_date,,as states test waters att hopes to catch all with firstnet fi | Product/Service.Launch,Product/Service,"(""states test waters"") (announce OR launch OR product OR trial)",en,,,Derived from SENTiVENT doc t04 (sentences=19).
|
| 59 |
+
ba07_rating_buyoutperform_missing_date,,at more than 200 a share is boeing still a buy 1 analyst t | Rating.BuyOutperform,SecurityValue,"($BA OR BA OR ""more than share"") (price OR shares OR stock)",en,,,Derived from SENTiVENT doc ba07 (sentences=37).
|
| 60 |
+
t03_merger_acquisition_missing_date,,att acquisition of time warner will not be blocked by trump c | Merger/Acquisition,Merger/Acquisition,"(""att acquisition time"") (acquisition OR buyout OR merger)",en,,,Derived from SENTiVENT doc t03 (sentences=15).
|
| 61 |
+
t13_legal_proceeding_missing_date,,att and time warner would expletive deleted competitors s | Legal.Proceeding,Macroeconomics,"(""att time warner"") (economy OR market)",en,,,Derived from SENTiVENT doc t13 (sentences=17).
|
| 62 |
+
t06_product_service_launch_missing_date,,att inc is running out of room to grow what s next | Product/Service.Launch,Macroeconomics,"(""att inc running"") (announce OR economy OR launch OR market)",en,,,Derived from SENTiVENT doc t06 (sentences=39).
|
| 63 |
+
t01_macroeconomics_missing_date,,att leapfrogs exxon mobil as largest public company in texas | Macroeconomics,Macroeconomics,"(""att leapfrogs exxon"") (economy OR market)",en,,,Derived from SENTiVENT doc t01 (sentences=13).
|
| 64 |
+
t02_salesvolume_decrease_salesvolume_missing_date,,att s directv now went flat after january report says | SalesVolume.Decrease_SalesVolume,SalesVolume,"(""att directv now"") (demand OR down OR drop OR fall)",en,,,Derived from SENTiVENT doc t02 (sentences=18).
|
| 65 |
+
t14_employment_compensation_missing_date,,att s tax cut bonus is nt just a gimmick | Employment.Compensation,Employment,"(""att tax cut"") (hiring OR layoffs OR workforce)",en,,,Derived from SENTiVENT doc t14 (sentences=25).
|
| 66 |
+
bac04_expense_decrease_expense_missing_date,,bank of america earnings hurt by tax related charge | Expense.Decrease_Expense,Profit/Loss,"($BAC OR BAC OR ""bank america earnings"") (down OR drop OR fall OR loss)",en,,,Derived from SENTiVENT doc bac04 (sentences=42).
|
| 67 |
+
bac06_employment_start_missing_date,,bank of america hires law firm to help probe 292 million loss | Employment.Start,Profit/Loss,"($BAC OR BAC OR ""bank america hires"") (loss OR margin OR profit)",en,,,Derived from SENTiVENT doc bac06 (sentences=32).
|
| 68 |
+
bac03_product_service_launch_missing_date,,bank of america s latest mobile feature a tool to buy a car | Product/Service.Launch,Product/Service,"($BAC OR BAC OR ""bank america latest"") (announce OR launch OR product OR trial)",en,,,Derived from SENTiVENT doc bac03 (sentences=23).
|
| 69 |
+
bac02_financialreport_beat_missing_date,,bank of america still lags us banking peers in terms of core c | FinancialReport.Beat,FinancialReport,"($BAC OR BAC OR ""bank america still"") (above OR beat OR earnings OR guidance)",en,,,Derived from SENTiVENT doc bac02 (sentences=9).
|
| 70 |
+
bac00_product_service_launch_missing_date,,bank of america wants to make it easier for you to get a mortgag | Product/Service.Launch,Macroeconomics,"($BAC OR BAC OR ""bank america wants"") (announce OR economy OR launch OR market)",en,,,Derived from SENTiVENT doc bac00 (sentences=28).
|
| 71 |
+
fox00_securityvalue_increase_securityvalue_missing_date,,berkshire cuts 21st century fox stake adjusts airline bets | SecurityValue.Increase_SecurityValue,SecurityValue,"($FOX OR FOX OR ""berkshire cuts century"") (price OR rise OR shares OR stock)",en,,,Derived from SENTiVENT doc fox00 (sentences=38).
|
| 72 |
+
ba09_securityvalue_increase_securityvalue_missing_date,,boeing 787 production increase is good news for aerospace but | SecurityValue.Increase_SecurityValue,Product/Service,"($BA OR BA OR ""boeing production increase"") (launch OR product OR rise OR surge)",en,,,Derived from SENTiVENT doc ba09 (sentences=7).
|
| 73 |
+
ba13_securityvalue_increase_securityvalue_missing_date,,boeing applauds tax bill with 300 million workforce related an | SecurityValue.Increase_SecurityValue,CSR/Brand,"($BA OR BA OR ""boeing applauds tax"") (brand OR reputation OR rise OR surge)",en,,,Derived from SENTiVENT doc ba13 (sentences=6).
|
| 74 |
+
ba05_expense_decrease_expense_missing_date,,boeing defense to cut 50 executive jobs in management shakeup | Expense.Decrease_Expense,Employment,"($BA OR BA OR ""boeing defense cut"") (down OR drop OR fall OR hiring)",en,,,Derived from SENTiVENT doc ba05 (sentences=27).
|
| 75 |
+
ba00_product_service_launch_missing_date,,boeing delivers its first 737 max just as planned | Product/Service.Launch,Product/Service,"($BA OR BA OR ""boeing delivers first"") (announce OR launch OR product OR trial)",en,,,Derived from SENTiVENT doc ba00 (sentences=31).
|
| 76 |
+
ba02_securityvalue_increase_securityvalue_missing_date,,boeing roundup boeing lands deals with saudi arabia | SecurityValue.Increase_SecurityValue,Deal,"($BA OR BA OR ""boeing roundup boeing"") (contract OR deal OR rise OR surge)",en,,,Derived from SENTiVENT doc ba02 (sentences=15).
|
| 77 |
+
ba14_securityvalue_increase_securityvalue_missing_date,,boeing s low altitude bid | SecurityValue.Increase_SecurityValue,Merger/Acquisition,"($BA OR BA OR ""boeing low altitude"") (acquisition OR buyout OR merger OR rise)",en,,,Derived from SENTiVENT doc ba14 (sentences=30).
|
| 78 |
+
ba16_securityvalue_decrease_securityvalue_missing_date,,boeing s stock contributes about 10 of the dow s 1030 point | SecurityValue.Decrease_SecurityValue,SecurityValue,"($BA OR BA OR ""boeing stock contributes"") (down OR drop OR fall OR price)",en,,,Derived from SENTiVENT doc ba16 (sentences=7).
|
| 79 |
+
ba08_securityvalue_increase_securityvalue_missing_date,,boeing s stock may have flown too high | SecurityValue.Increase_SecurityValue,SecurityValue,"($BA OR BA OR ""boeing stock may"") (price OR rise OR shares OR stock)",en,,,Derived from SENTiVENT doc ba08 (sentences=19).
|
| 80 |
+
ba01_employment_start_missing_date,,boeing s t x could be good news for struggling st louis econom | Employment.Start,Employment,"($BA OR BA OR ""boeing could good"") (hiring OR layoffs OR workforce)",en,,,Derived from SENTiVENT doc ba01 (sentences=17).
|
| 81 |
+
ba03_product_service_launch_missing_date,,boeing wins contract to build darpa xs 1 experimental space plan | Product/Service.Launch,Product/Service,"($BA OR BA OR ""boeing wins contract"") (announce OR launch OR product OR trial)",en,,,Derived from SENTiVENT doc ba03 (sentences=28).
|
| 82 |
+
bac05_product_service_launch_missing_date,,bofa includes bitcoin trust in broader ban on investments | Product/Service.Launch,Product/Service,"($BAC OR BAC OR ""bofa includes bitcoin"") (announce OR launch OR product OR trial)",en,,,Derived from SENTiVENT doc bac05 (sentences=10).
|
| 83 |
+
celg02_product_service_launch_missing_date,,celgene s stock may be incredibly overvalued right now here | Product/Service.Launch,Product/Service,"($CELG OR CELG OR ""celgene stock may"") (announce OR launch OR product OR trial)",en,,,Derived from SENTiVENT doc celg02 (sentences=35).
|
| 84 |
+
chk03_securityvalue_increase_securityvalue_missing_date,,chesapeake energy was the sp 500 s top gainer on june 13 | SecurityValue.Increase_SecurityValue,Macroeconomics,"($CHK OR CHK OR ""chesapeake energy top"") (economy OR market OR rise OR surge)",en,,,Derived from SENTiVENT doc chk03 (sentences=11).
|
| 85 |
+
cvx00_csr_brand_missing_date,,chevron investors back off from climate change proposal | CSR/Brand,CSR/Brand,"($CVX OR CVX OR ""chevron investors back"") (brand OR reputation)",en,,,Derived from SENTiVENT doc cvx00 (sentences=18).
|
| 86 |
+
cvx05_financialreport_beat_missing_date,,chevron s 10 k puts the permian on a pedestal | FinancialReport.Beat,FinancialReport,"($CVX OR CVX OR ""chevron puts permian"") (above OR beat OR earnings OR guidance)",en,,,Derived from SENTiVENT doc cvx05 (sentences=30).
|
| 87 |
+
cvx06_financialreport_beat_missing_date,,chevron s debt fell in 4q17 what to expect in 2018 | FinancialReport.Beat,FinancialReport,"($CVX OR CVX OR ""chevron debt fell"") (above OR beat OR earnings OR guidance)",en,,,Derived from SENTiVENT doc cvx06 (sentences=29).
|
| 88 |
+
cvx02_facility_open_missing_date,,chevron s management looks like it s changing its capital spen | Facility.Open,FinancialReport,"($CVX OR CVX OR ""chevron management looks"") (earnings OR guidance OR results)",en,,,Derived from SENTiVENT doc cvx02 (sentences=63).
|
| 89 |
+
cvx03_legal_proceeding_missing_date,,chevron shielded from 9 billion verdict | Legal.Proceeding,Legal,"($CVX OR CVX OR ""chevron shielded billion"") (court OR lawsuit OR settlement)",en,,,Derived from SENTiVENT doc cvx03 (sentences=17).
|
| 90 |
+
cmg00_employment_end_missing_date,,chipotle cfo says we were losing our edge even before ecoli | Employment.End,CSR/Brand,"($CMG OR CMG OR ""chipotle cfo says"") (brand OR reputation)",en,,,Derived from SENTiVENT doc cmg00 (sentences=23).
|
| 91 |
+
cmg04_salesvolume_increase_salesvolume_missing_date,,chipotle is betting on digital | SalesVolume.Increase_SalesVolume,SalesVolume,"($CMG OR CMG OR ""chipotle betting digital"") (demand OR rise OR sales OR surge)",en,,,Derived from SENTiVENT doc cmg04 (sentences=32).
|
| 92 |
+
cmg01_employment_start_missing_date,,chipotle names scott boatwright chief restaurant officer | Employment.Start,Employment,"($CMG OR CMG OR ""chipotle names scott"") (hiring OR layoffs OR workforce)",en,,,Derived from SENTiVENT doc cmg01 (sentences=15).
|
| 93 |
+
cmg03_salesvolume_decrease_salesvolume_missing_date,,chipotle removes malware after breach strikes payment systems | SalesVolume.Decrease_SalesVolume,CSR/Brand,"($CMG OR CMG OR ""chipotle removes malware"") (brand OR down OR drop OR fall)",en,,,Derived from SENTiVENT doc cmg03 (sentences=14).
|
| 94 |
+
pg00_legal_appeal_missing_date,,companies spurned by supreme court on 1 billion michigan tax c | Legal.Appeal,Legal,"($PG OR PG OR ""companies spurned supreme"") (court OR lawsuit OR settlement)",en,,,Derived from SENTiVENT doc pg00 (sentences=14).
|
| 95 |
+
cost01_merger_acquisition_missing_date,,costco adds fresh breads from bakery spurned by starbucks | Merger/Acquisition,Merger/Acquisition,"($COST OR COST OR ""costco adds fresh"") (acquisition OR buyout OR merger)",en,,,Derived from SENTiVENT doc cost01 (sentences=25).
|
| 96 |
+
cost03_facility_open_missing_date,,costco exceeds expectations in sales and earnings will open 1 | Facility.Open,Facility,"($COST OR COST OR ""costco exceeds expectations"") (expansion OR facility OR plant)",en,,,Derived from SENTiVENT doc cost03 (sentences=30).
|
| 97 |
+
cost00_salesvolume_increase_salesvolume_missing_date,,costco makes gains despite retailer gloom with upbeat earnings | SalesVolume.Increase_SalesVolume,SalesVolume,"($COST OR COST OR ""costco makes gains"") (demand OR rise OR sales OR surge)",en,,,Derived from SENTiVENT doc cost00 (sentences=27).
|
| 98 |
+
cost02_revenue_increase_revenue_missing_date,,costco not all beats are created equal | Revenue.Increase_Revenue,Revenue,"($COST OR COST OR ""costco not all"") (revenue OR rise OR sales OR surge)",en,,,Derived from SENTiVENT doc cost02 (sentences=21).
|
| 99 |
+
aal02_product_service_cancellation_recall_missing_date,,delta air lines finds competition intense in may on time arrival | Product/Service.Cancellation/Recall,Macroeconomics,"($AAL OR AAL OR ""delta air lines"") (economy OR market)",en,,,Derived from SENTiVENT doc aal02 (sentences=19).
|
| 100 |
+
f07_product_service_launch_missing_date,,dhl and ford unveil a jointly made electric delivery van | Product/Service.Launch,Product/Service,"(""dhl ford unveil"") (announce OR launch OR product OR trial)",en,,,Derived from SENTiVENT doc f07 (sentences=7).
|
| 101 |
+
aapl05_product_service_launch_missing_date,,did apple just make best buy a better buy | Product/Service.Launch,Product/Service,"($AAPL OR AAPL OR ""did apple just"") (announce OR launch OR product OR trial)",en,,,Derived from SENTiVENT doc aapl05 (sentences=45).
|
| 102 |
+
aapl11_product_service_launch_missing_date,,disappointing new iphones reveal a scared and greedy apple | Product/Service.Launch,Product/Service,"($AAPL OR AAPL OR ""disappointing iphones reveal"") (announce OR launch OR product OR trial)",en,,,Derived from SENTiVENT doc aapl11 (sentences=48).
|
| 103 |
+
dis11_product_service_launch_missing_date,,disney earnings buying fox would nt a bad idea | Product/Service.Launch,Profit/Loss,"($DIS OR DIS OR ""disney earnings buying"") (announce OR launch OR loss OR margin)",en,,,Derived from SENTiVENT doc dis11 (sentences=27).
|
| 104 |
+
dis02_salesvolume_decrease_salesvolume_missing_date,,disney earnings give a look at how espn is facing the future | SalesVolume.Decrease_SalesVolume,Profit/Loss,"($DIS OR DIS OR ""disney earnings give"") (down OR drop OR fall OR loss)",en,,,Derived from SENTiVENT doc dis02 (sentences=52).
|
| 105 |
+
dis09_employment_start_missing_date,,disney elects gm ceo barra to board amid iger succession hunt | Employment.Start,Employment,"($DIS OR DIS OR ""disney elects ceo"") (hiring OR layoffs OR workforce)",en,,,Derived from SENTiVENT doc dis09 (sentences=18).
|
| 106 |
+
dis07_product_service_launch_missing_date,,disney joins ar fray with 200 star wars ar headset | Product/Service.Launch,Product/Service,"($DIS OR DIS OR ""disney joins fray"") (announce OR launch OR product OR trial)",en,,,Derived from SENTiVENT doc dis07 (sentences=58).
|
| 107 |
+
dis12_revenue_decrease_revenue_missing_date,,disney s fiscal 2017 in review | Revenue.Decrease_Revenue,Revenue,"($DIS OR DIS OR ""disney fiscal review"") (down OR drop OR fall OR revenue)",en,,,Derived from SENTiVENT doc dis12 (sentences=34).
|
| 108 |
+
dis04_salesvolume_decrease_salesvolume_missing_date,,disney s global theme parks saw attendance decline in 2016 bu | SalesVolume.Decrease_SalesVolume,SalesVolume,"($DIS OR DIS OR ""disney global theme"") (demand OR down OR drop OR fall)",en,,,Derived from SENTiVENT doc dis04 (sentences=9).
|
| 109 |
+
dis08_revenue_decrease_revenue_missing_date,,disney stock defies ho hum earnings | Revenue.Decrease_Revenue,Revenue,"($DIS OR DIS OR ""disney stock defies"") (down OR drop OR fall OR revenue)",en,,,Derived from SENTiVENT doc dis08 (sentences=26).
|
| 110 |
+
dis06_securityvalue_decrease_securityvalue_missing_date,,disney what s worth more than a movie ticket | SecurityValue.Decrease_SecurityValue,Macroeconomics,"($DIS OR DIS OR ""disney what worth"") (down OR drop OR economy OR fall)",en,,,Derived from SENTiVENT doc dis06 (sentences=16).
|
| 111 |
+
dis03_product_service_launch_missing_date,,disney world and universal orlando go through growing pains | Product/Service.Launch,CSR/Brand,"($DIS OR DIS OR ""disney world universal"") (announce OR brand OR launch OR reputation)",en,,,Derived from SENTiVENT doc dis03 (sentences=29).
|
| 112 |
+
dis00_facility_open_missing_date,,disney world s big transformation is 10 days away | Facility.Open,Facility,"($DIS OR DIS OR ""disney world big"") (expansion OR facility OR plant)",en,,,Derived from SENTiVENT doc dis00 (sentences=27).
|
| 113 |
+
gs02_securityvalue_increase_securityvalue_missing_date,,dow s late afternoon surge into record territory powered by gol | SecurityValue.Increase_SecurityValue,SecurityValue,"($GS OR GS OR ""dow late afternoon"") (price OR rise OR shares OR stock)",en,,,Derived from SENTiVENT doc gs02 (sentences=9).
|
| 114 |
+
duk02_investment_missing_date,,duke energy doles out 11 m in water resources grants | Investment,Investment,"($DUK OR DUK OR ""duke energy doles"") (capex OR investment)",en,,,Derived from SENTiVENT doc duk02 (sentences=18).
|
| 115 |
+
duk05_product_service_cancellation_recall_missing_date,,duke energy says some customers may be affected by data breach | Product/Service.Cancellation/Recall,CSR/Brand,"($DUK OR DUK OR ""duke energy says"") (brand OR reputation)",en,,,Derived from SENTiVENT doc duk05 (sentences=12).
|
| 116 |
+
duk07_securityvalue_decrease_securityvalue_missing_date,,duke energy stock is at its most oversold level in 5 years | SecurityValue.Decrease_SecurityValue,SecurityValue,"($DUK OR DUK OR ""duke energy stock"") (down OR drop OR fall OR price)",en,,,Derived from SENTiVENT doc duk07 (sentences=21).
|
| 117 |
+
duk03_csr_brand_missing_date,,duke posts full qa from controversial online only shareholder m | CSR/Brand,CSR/Brand,"($DUK OR DUK OR ""duke posts full"") (brand OR reputation)",en,,,Derived from SENTiVENT doc duk03 (sentences=50).
|
| 118 |
+
goog11_securityvalue_increase_securityvalue_missing_date,,earnings preview what to expect from alphabet on thursday | SecurityValue.Increase_SecurityValue,SecurityValue,"($GOOG OR GOOG OR ""earnings preview what"") (price OR rise OR shares OR stock)",en,,,Derived from SENTiVENT doc goog11 (sentences=8).
|
| 119 |
+
dis05_facility_open_missing_date,,euro disney dis gains control plans to delist | Facility.Open,Merger/Acquisition,"($DIS OR DIS OR ""euro disney dis"") (acquisition OR buyout OR merger)",en,,,Derived from SENTiVENT doc dis05 (sentences=18).
|
| 120 |
+
fb01_product_service_launch_missing_date,,facebook inc s instagram wants to beat snapchat with executi | Product/Service.Launch,Macroeconomics,"($FB OR FB OR ""facebook inc instagram"") (announce OR economy OR launch OR market)",en,,,Derived from SENTiVENT doc fb01 (sentences=31).
|
| 121 |
+
fb09_product_service_launch_missing_date,,facebook pitches brand safety ahead of video ad push | Product/Service.Launch,CSR/Brand,"($FB OR FB OR ""facebook pitches brand"") (announce OR brand OR launch OR reputation)",en,,,Derived from SENTiVENT doc fb09 (sentences=34).
|
| 122 |
+
fb06_revenue_increase_revenue_missing_date,,facebook posts strong q2 as arpu grows across geographies | Revenue.Increase_Revenue,Revenue,"($FB OR FB OR ""facebook posts strong"") (revenue OR rise OR sales OR surge)",en,,,Derived from SENTiVENT doc fb06 (sentences=19).
|
| 123 |
+
fb13_profit_loss_increase_profit_loss_missing_date,,facebook s profit rises but users spend less time on network | Profit/Loss.Increase_Profit/Loss,CSR/Brand,"($FB OR FB OR ""facebook profit rises"") (brand OR reputation OR rise OR surge)",en,,,Derived from SENTiVENT doc fb13 (sentences=45).
|
| 124 |
+
fb14_securityvalue_decrease_securityvalue_missing_date,,facebook s wary dance with the beltway | SecurityValue.Decrease_SecurityValue,SecurityValue,"($FB OR FB OR ""facebook wary dance"") (down OR drop OR fall OR price)",en,,,Derived from SENTiVENT doc fb14 (sentences=11).
|
| 125 |
+
fb10_product_service_launch_missing_date,,facebook s workplace is gaining ground as it prepares to pounce | Product/Service.Launch,Product/Service,"($FB OR FB OR ""facebook workplace gaining"") (announce OR launch OR product OR trial)",en,,,Derived from SENTiVENT doc fb10 (sentences=13).
|
| 126 |
+
fb03_legal_conviction_settlement_missing_date,,facebook says controversial data sharing policy is indispensab | Legal.Conviction/Settlement,CSR/Brand,"($FB OR FB OR ""facebook says controversial"") (brand OR reputation)",en,,,Derived from SENTiVENT doc fb03 (sentences=16).
|
| 127 |
+
fb08_financialreport_beat_missing_date,,facebook stock offers 40 upside | FinancialReport.Beat,SecurityValue,"($FB OR FB OR ""facebook stock offers"") (above OR beat OR price OR shares)",en,,,Derived from SENTiVENT doc fb08 (sentences=21).
|
| 128 |
+
fb00_legal_conviction_settlement_missing_date,,facebook to be fined in eu probe over whatsapp takeover | Legal.Conviction/Settlement,Legal,"($FB OR FB OR ""facebook fined probe"") (court OR lawsuit OR settlement)",en,,,Derived from SENTiVENT doc fb00 (sentences=17).
|
| 129 |
+
fb12_employment_start_missing_date,,facebook to hire 800 new workers in london | Employment.Start,Employment,"($FB OR FB OR ""facebook hire workers"") (hiring OR layoffs OR workforce)",en,,,Derived from SENTiVENT doc fb12 (sentences=15).
|
| 130 |
+
fb07_product_service_launch_missing_date,,facebook turns to original tv content with new watch tab | Product/Service.Launch,Product/Service,"($FB OR FB OR ""facebook turns original"") (announce OR launch OR product OR trial)",en,,,Derived from SENTiVENT doc fb07 (sentences=18).
|
| 131 |
+
amzn13_securityvalue_increase_securityvalue_missing_date,,five reasons amazon can reach 1500 | SecurityValue.Increase_SecurityValue,Macroeconomics,"($AMZN OR AMZN OR ""five amazon can"") (economy OR market OR rise OR surge)",en,,,Derived from SENTiVENT doc amzn13 (sentences=17).
|
| 132 |
+
f02_salesvolume_increase_salesvolume_missing_date,,ford ekes out a sales gain on pickups and fleet deliveries | SalesVolume.Increase_SalesVolume,SalesVolume,"(""ford ekes out"") (demand OR rise OR sales OR surge)",en,,,Derived from SENTiVENT doc f02 (sentences=49).
|
| 133 |
+
f12_expense_increase_expense_missing_date,,ford increasing electric vehicle investment to 11 billion by 2 | Expense.Increase_Expense,Investment,"(""ford increasing electric"") (capex OR investment OR rise OR surge)",en,,,Derived from SENTiVENT doc f12 (sentences=19).
|
| 134 |
+
f15_salesvolume_increase_salesvolume_missing_date,,ford is at a crossroad of danger and opportunity in china | SalesVolume.Increase_SalesVolume,Macroeconomics,"(""ford crossroad danger"") (economy OR market OR rise OR surge)",en,,,Derived from SENTiVENT doc f15 (sentences=54).
|
| 135 |
+
f14_financialreport_miss_missing_date,,ford is the next ge and shorts should be salivating | FinancialReport.Miss,Macroeconomics,"(""ford next shorts"") (below OR economy OR market OR miss)",en,,,Derived from SENTiVENT doc f14 (sentences=35).
|
| 136 |
+
f13_product_service_launch_missing_date,,ford rolls out a hot rod suv as drivers abandon performance cars | Product/Service.Launch,Product/Service,"(""ford rolls out"") (announce OR launch OR product OR trial)",en,,,Derived from SENTiVENT doc f13 (sentences=39).
|
| 137 |
+
f11_product_service_launch_missing_date,,ford s china growth plan includes introduction of 50 new vehicl | Product/Service.Launch,Product/Service,"(""ford china growth"") (announce OR launch OR product OR trial)",en,,,Derived from SENTiVENT doc f11 (sentences=7).
|
| 138 |
+
f00_employment_end_missing_date,,ford to cut 1400 jobs as pressure grows on profits | Employment.End,Employment,"(""ford cut jobs"") (hiring OR layoffs OR workforce)",en,,,Derived from SENTiVENT doc f00 (sentences=21).
|
| 139 |
+
f04_facility_open_missing_date,,forget mexico ford moving focus production from us to china | Facility.Open,Product/Service,"(""forget mexico ford"") (launch OR product OR trial)",en,,,Derived from SENTiVENT doc f04 (sentences=20).
|
| 140 |
+
fox02_salesvolume_increase_salesvolume_missing_date,,fox msnbc neck and neck in ratings as viewers monitor trump | SalesVolume.Increase_SalesVolume,SalesVolume,"($FOX OR FOX OR ""fox msnbc neck"") (demand OR rise OR sales OR surge)",en,,,Derived from SENTiVENT doc fox02 (sentences=25).
|
| 141 |
+
fox01_employment_start_missing_date,,fox sports buys impression bolsters naming rights sales | Employment.Start,Merger/Acquisition,"($FOX OR FOX OR ""fox sports buys"") (acquisition OR buyout OR merger)",en,,,Derived from SENTiVENT doc fox01 (sentences=18).
|
| 142 |
+
fox04_product_service_launch_missing_date,,fox to sell 6 second ads | Product/Service.Launch,Product/Service,"($FOX OR FOX OR ""fox sell second"") (announce OR launch OR product OR trial)",en,,,Derived from SENTiVENT doc fox04 (sentences=11).
|
| 143 |
+
duk00_csr_brand_missing_date,,fuel savings and improved air quality highlight duke energy s t | CSR/Brand,CSR/Brand,"($DUK OR DUK OR ""fuel savings improved"") (brand OR reputation)",en,,,Derived from SENTiVENT doc duk00 (sentences=21).
|
| 144 |
+
ge01_securityvalue_decrease_securityvalue_missing_date,,ge drops after immelt predicts challenges to hit 2018 targets | SecurityValue.Decrease_SecurityValue,SecurityValue,"($GE OR GE OR ""drops immelt predicts"") (down OR drop OR fall OR price)",en,,,Derived from SENTiVENT doc ge01 (sentences=28).
|
| 145 |
+
ge13_expense_decrease_expense_missing_date,,ge is beating some headwinds but is it enough | Expense.Decrease_Expense,Macroeconomics,"($GE OR GE OR ""beating some headwinds"") (down OR drop OR economy OR fall)",en,,,Derived from SENTiVENT doc ge13 (sentences=48).
|
| 146 |
+
ge12_rating_credit_debt_missing_date,,ge s credit downgraded at fitch outlook remains negative | Rating.Credit/Debt,Rating,"($GE OR GE OR ""credit downgraded fitch"") (downgrade OR rating OR upgrade)",en,,,Derived from SENTiVENT doc ge12 (sentences=9).
|
| 147 |
+
ge09_profit_loss_increase_profit_loss_missing_date,,ge s expected q3 profit surge may be overshadowed by dividend f | Profit/Loss.Increase_Profit/Loss,Profit/Loss,"($GE OR GE OR ""expected profit surge"") (loss OR margin OR profit OR rise)",en,,,Derived from SENTiVENT doc ge09 (sentences=25).
|
| 148 |
+
ge11_securityvalue_increase_securityvalue_missing_date,,ge s stock bounces sharply to pace dow gainers | SecurityValue.Increase_SecurityValue,SecurityValue,"($GE OR GE OR ""stock bounces sharply"") (price OR rise OR shares OR stock)",en,,,Derived from SENTiVENT doc ge11 (sentences=9).
|
| 149 |
+
ge10_securityvalue_decrease_securityvalue_missing_date,,ge s stock tumbles toward second 6 session losing streak this m | SecurityValue.Decrease_SecurityValue,SecurityValue,"($GE OR GE OR ""stock tumbles toward"") (down OR drop OR fall OR price)",en,,,Derived from SENTiVENT doc ge10 (sentences=5).
|
| 150 |
+
ge06_securityvalue_decrease_securityvalue_missing_date,,ge stock breaks down to lower channel support | SecurityValue.Decrease_SecurityValue,SecurityValue,"($GE OR GE OR ""stock breaks lower"") (down OR drop OR fall OR price)",en,,,Derived from SENTiVENT doc ge06 (sentences=12).
|
| 151 |
+
ge04_employment_start_missing_date,,ge to replace jeff immelt with ge healthcare exec john flannery | Employment.Start,Employment,"($GE OR GE OR ""replace jeff immelt"") (hiring OR layoffs OR workforce)",en,,,Derived from SENTiVENT doc ge04 (sentences=14).
|
| 152 |
+
ge05_securityvalue_decrease_securityvalue_missing_date,,general electric can aviation make it fly | SecurityValue.Decrease_SecurityValue,Employment,"($GE OR GE OR ""general electric can"") (down OR drop OR fall OR hiring)",en,,,Derived from SENTiVENT doc ge05 (sentences=19).
|
| 153 |
+
gm03_salesvolume_decrease_salesvolume_missing_date,,general motors cadillac sales are booming in china | SalesVolume.Decrease_SalesVolume,SalesVolume,"($GM OR GM OR ""general motors cadillac"") (demand OR down OR drop OR fall)",en,,,Derived from SENTiVENT doc gm03 (sentences=47).
|
| 154 |
+
gm02_salesvolume_increase_salesvolume_missing_date,,general motors sales slip on rental fleet cutbacks | SalesVolume.Increase_SalesVolume,SalesVolume,"($GM OR GM OR ""general motors sales"") (demand OR rise OR sales OR surge)",en,,,Derived from SENTiVENT doc gm02 (sentences=53).
|
| 155 |
+
gm10_securityvalue_increase_securityvalue_missing_date,,general motors this ai nt the autobahn | SecurityValue.Increase_SecurityValue,Macroeconomics,"($GM OR GM OR ""general motors autobahn"") (economy OR market OR rise OR surge)",en,,,Derived from SENTiVENT doc gm10 (sentences=12).
|
| 156 |
+
gm06_product_service_launch_missing_date,,gm doubles down on diesel as 2018 equinox gets 39 mpg rating 5 | Product/Service.Launch,Product/Service,"($GM OR GM OR ""doubles diesel equinox"") (announce OR launch OR product OR trial)",en,,,Derived from SENTiVENT doc gm06 (sentences=47).
|
| 157 |
+
gm07_legal_conviction_settlement_missing_date,,gm s fairfax factory earns energy star certificate | Legal.Conviction/Settlement,CSR/Brand,"($GM OR GM OR ""fairfax factory earns"") (brand OR reputation)",en,,,Derived from SENTiVENT doc gm07 (sentences=18).
|
| 158 |
+
gm11_securityvalue_increase_securityvalue_missing_date,,gm s self driving cars will be impressive but not impressiv | SecurityValue.Increase_SecurityValue,Macroeconomics,"($GM OR GM OR ""self driving cars"") (economy OR market OR rise OR surge)",en,,,Derived from SENTiVENT doc gm11 (sentences=15).
|
| 159 |
+
gm05_employment_compensation_missing_date,,gm selling 3b in bonds related to pension problem | Employment.Compensation,Employment,"($GM OR GM OR ""selling bonds related"") (hiring OR layoffs OR workforce)",en,,,Derived from SENTiVENT doc gm05 (sentences=9).
|
| 160 |
+
gm04_facility_open_missing_date,,gm to add 850 new jobs in arlington via supplier park | Facility.Open,Facility,"($GM OR GM OR ""add jobs arlington"") (expansion OR facility OR plant)",en,,,Derived from SENTiVENT doc gm04 (sentences=28).
|
| 161 |
+
wmt06_rating_buyoutperform_missing_date,,goldman expects wal mart s fortunes to improve alongside the co | Rating.BuyOutperform,Macroeconomics,"($WMT OR WMT OR ""goldman expects wal"") (economy OR market)",en,,,Derived from SENTiVENT doc wmt06 (sentences=21).
|
| 162 |
+
gs00_product_service_launch_missing_date,,goldman flexes its lending muscles | Product/Service.Launch,Macroeconomics,"($GS OR GS OR ""goldman flexes lending"") (announce OR economy OR launch OR market)",en,,,Derived from SENTiVENT doc gs00 (sentences=14).
|
| 163 |
+
gs03_product_service_launch_missing_date,,goldman sachs continues retail banking push with higher savings | Product/Service.Launch,Product/Service,"($GS OR GS OR ""goldman sachs continues"") (announce OR launch OR product OR trial)",en,,,Derived from SENTiVENT doc gs03 (sentences=27).
|
| 164 |
+
gs04_product_service_launch_missing_date,,goldman sachs goes mr roboto on debt sales | Product/Service.Launch,Financing,"($GS OR GS OR ""goldman sachs goes"") (announce OR debt OR financing OR launch)",en,,,Derived from SENTiVENT doc gs04 (sentences=27).
|
| 165 |
+
gs01_dividend_payment_missing_date,,goldman sachs under fire for venezuela bond deal that critics sa | Dividend.Payment,Financing,"($GS OR GS OR ""goldman sachs fire"") (debt OR financing)",en,,,Derived from SENTiVENT doc gs01 (sentences=27).
|
| 166 |
+
goog09_legal_conviction_settlement_missing_date,,good news for google s legal fight with the eu | Legal.Conviction/Settlement,Legal,"($GOOG OR GOOG OR ""good news google"") (court OR lawsuit OR settlement)",en,,,Derived from SENTiVENT doc goog09 (sentences=30).
|
| 167 |
+
goog06_legal_proceeding_missing_date,,google age discrimination lawsuit nearly 300 people have signe | Legal.Proceeding,Legal,"($GOOG OR GOOG OR ""google age discrimination"") (court OR lawsuit OR settlement)",en,,,Derived from SENTiVENT doc goog06 (sentences=20).
|
| 168 |
+
goog08_legal_appeal_missing_date,,google begins biggest crackdown on extremist youtube videos | Legal.Appeal,CSR/Brand,"($GOOG OR GOOG OR ""google begins biggest"") (brand OR reputation)",en,,,Derived from SENTiVENT doc goog08 (sentences=26).
|
| 169 |
+
goog04_facility_open_missing_date,,google cloud platform arrives in sydney | Facility.Open,Facility,"($GOOG OR GOOG OR ""google cloud platform"") (expansion OR facility OR plant)",en,,,Derived from SENTiVENT doc goog04 (sentences=12).
|
| 170 |
+
goog02_legal_conviction_settlement_missing_date,,google execs hunker down for summer fight with eu as fines loom | Legal.Conviction/Settlement,Legal,"($GOOG OR GOOG OR ""google execs hunker"") (court OR lawsuit OR settlement)",en,,,Derived from SENTiVENT doc goog02 (sentences=47).
|
| 171 |
+
goog03_product_service_cancellation_recall_missing_date,,google leak reveals massive pixel 2 cancellation | Product/Service.Cancellation/Recall,Product/Service,"($GOOG OR GOOG OR ""google leak reveals"") (launch OR product OR trial)",en,,,Derived from SENTiVENT doc goog03 (sentences=23).
|
| 172 |
+
goog13_product_service_launch_missing_date,,google s china bid wo nt end well | Product/Service.Launch,Deal,"($GOOG OR GOOG OR ""google china bid"") (announce OR contract OR deal OR launch)",en,,,Derived from SENTiVENT doc goog13 (sentences=44).
|
| 173 |
+
goog00_product_service_launch_missing_date,,google thinks beyond ads at annual developer conference | Product/Service.Launch,Product/Service,"($GOOG OR GOOG OR ""google thinks beyond"") (announce OR launch OR product OR trial)",en,,,Derived from SENTiVENT doc goog00 (sentences=28).
|
| 174 |
+
cvx01_salesvolume_stable_salesvolume_missing_date,,has chevron s trading in refined products surged | SalesVolume.Stable_SalesVolume,FinancialReport,"($CVX OR CVX OR ""has chevron trading"") (earnings OR guidance OR results)",en,,,Derived from SENTiVENT doc cvx01 (sentences=6).
|
| 175 |
+
aapl01_securityvalue_increase_securityvalue_missing_date,,here are the six dow stocks experts say have the most upside | SecurityValue.Increase_SecurityValue,SecurityValue,"($AAPL OR AAPL OR ""here six dow"") (price OR rise OR shares OR stock)",en,,,Derived from SENTiVENT doc aapl01 (sentences=32).
|
| 176 |
+
aapl15_financialreport_beat_missing_date,,here s how apple gets to a 2 trillion market value | FinancialReport.Beat,FinancialReport,"($AAPL OR AAPL OR ""here apple gets"") (above OR beat OR earnings OR guidance)",en,,,Derived from SENTiVENT doc aapl15 (sentences=53).
|
| 177 |
+
wmt04_employment_start_missing_date,,here s why the best is yet to come for wal mart stores inc | Employment.Start,Macroeconomics,"($WMT OR WMT OR ""here best yet"") (economy OR market)",en,,,Derived from SENTiVENT doc wmt04 (sentences=30).
|
| 178 |
+
t05_macroeconomics_missing_date,,how att s acquisition of twx could provide targeted advertisin | Macroeconomics,Macroeconomics,"(""att acquisition twx"") (economy OR market)",en,,,Derived from SENTiVENT doc t05 (sentences=14).
|
| 179 |
+
fb11_profit_loss_increase_profit_loss_missing_date,,how facebook can monetize whatsapp | Profit/Loss.Increase_Profit/Loss,Macroeconomics,"($FB OR FB OR ""facebook can monetize"") (economy OR market OR rise OR surge)",en,,,Derived from SENTiVENT doc fb11 (sentences=24).
|
| 180 |
+
f08_salesvolume_decrease_salesvolume_missing_date,,how ford s sales in china disappointed in august | SalesVolume.Decrease_SalesVolume,SalesVolume,"(""ford sales china"") (demand OR down OR drop OR fall)",en,,,Derived from SENTiVENT doc f08 (sentences=14).
|
| 181 |
+
f01_employment_start_missing_date,,how hackett will manage ford as he tries to steer the automaker | Employment.Start,Employment,"(""hackett will manage"") (hiring OR layoffs OR workforce)",en,,,Derived from SENTiVENT doc f01 (sentences=27).
|
| 182 |
+
cvx07_dividend_yieldraise_missing_date,,how safe is chevrons dividend | Dividend.YieldRaise,Dividend,"($CVX OR CVX OR ""safe chevrons dividend"") (dividend OR payout)",en,,,Derived from SENTiVENT doc cvx07 (sentences=24).
|
| 183 |
+
nflx03_dividend_yieldstable_missing_date,,how wall street analysts view netflix | Dividend.YieldStable,Macroeconomics,"($NFLX OR NFLX OR ""wall street analysts"") (economy OR market)",en,,,Derived from SENTiVENT doc nflx03 (sentences=13).
|
| 184 |
+
amd00_product_service_launch_missing_date,,how well has amd delivered on their 2015 financial analyst day p | Product/Service.Launch,Product/Service,"($AMD OR AMD OR ""well has amd"") (announce OR launch OR product OR trial)",en,,,Derived from SENTiVENT doc amd00 (sentences=57).
|
| 185 |
+
celg01_product_service_cancellation_recall_missing_date,,i still ca nt believe juno therapeutics spent 464 million on | Product/Service.Cancellation/Recall,Product/Service,"($CELG OR CELG OR ""still believe juno"") (launch OR product OR trial)",en,,,Derived from SENTiVENT doc celg01 (sentences=21).
|
| 186 |
+
nem01_financialreport_miss_missing_date,,inside barrick gold s production growth | FinancialReport.Miss,Product/Service,"($NEM OR NEM OR ""inside barrick gold"") (below OR launch OR miss OR product)",en,,,Derived from SENTiVENT doc nem01 (sentences=22).
|
| 187 |
+
gm12_product_service_launch_missing_date,,investors impressed by general motors self driving car but m | Product/Service.Launch,Product/Service,"($GM OR GM OR ""investors impressed general"") (announce OR launch OR product OR trial)",en,,,Derived from SENTiVENT doc gm12 (sentences=45).
|
| 188 |
+
aapl14_salesvolume_increase_salesvolume_missing_date,,iphone x s dangerous choice of market share or profit | SalesVolume.Increase_SalesVolume,Macroeconomics,"($AAPL OR AAPL OR ""iphone dangerous choice"") (economy OR market OR rise OR surge)",en,,,Derived from SENTiVENT doc aapl14 (sentences=15).
|
| 189 |
+
ba04_legal_proceeding_missing_date,,iran confident about 3 billion boeing deal as us mulls sanct | Legal.Proceeding,Deal,"($BA OR BA OR ""iran confident about"") (contract OR deal)",en,,,Derived from SENTiVENT doc ba04 (sentences=22).
|
| 190 |
+
amzn12_securityvalue_increase_securityvalue_missing_date,,is amazon getting into the pharmacy business this is what you | SecurityValue.Increase_SecurityValue,Macroeconomics,"($AMZN OR AMZN OR ""amazon getting pharmacy"") (economy OR market OR rise OR surge)",en,,,Derived from SENTiVENT doc amzn12 (sentences=41).
|
| 191 |
+
f06_expense_increase_expense_missing_date,,is ford s profit | Expense.Increase_Expense,Profit/Loss,"(""ford profit"") (loss OR margin OR profit OR rise)",en,,,Derived from SENTiVENT doc f06 (sentences=38).
|
| 192 |
+
gm01_expense_decrease_expense_missing_date,,is gm abandoning its future for short term profits | Expense.Decrease_Expense,Macroeconomics,"($GM OR GM OR ""abandoning future short"") (down OR drop OR economy OR fall)",en,,,Derived from SENTiVENT doc gm01 (sentences=48).
|
| 193 |
+
fb05_revenue_increase_revenue_missing_date,,is the market undervaluing facebook stock | Revenue.Increase_Revenue,Revenue,"($FB OR FB OR ""market undervaluing facebook"") (revenue OR rise OR sales OR surge)",en,,,Derived from SENTiVENT doc fb05 (sentences=35).
|
| 194 |
+
abbv04_product_service_launch_missing_date,,is this dividend aristocrat ridiculously undervalued | Product/Service.Launch,Product/Service,"($ABBV OR ABBV OR ""dividend aristocrat ridiculously"") (announce OR launch OR product OR trial)",en,,,Derived from SENTiVENT doc abbv04 (sentences=33).
|
| 195 |
+
amzn01_securityvalue_increase_securityvalue_missing_date,,jeff bezos fortune continues to soar as amazon stock reaches n | SecurityValue.Increase_SecurityValue,SecurityValue,"($AMZN OR AMZN OR ""jeff bezos fortune"") (price OR rise OR shares OR stock)",en,,,Derived from SENTiVENT doc amzn01 (sentences=23).
|
| 196 |
+
jnj02_product_service_launch_missing_date,,jj drug prevents heart attacks at cost of amputated toes | Product/Service.Launch,Product/Service,"($JNJ OR JNJ OR ""drug prevents heart"") (announce OR launch OR product OR trial)",en,,,Derived from SENTiVENT doc jnj02 (sentences=18).
|
| 197 |
+
jnj01_product_service_trial_missing_date,,jj s zytiga boosts survival in new severe prostate cancers | Product/Service.Trial,Product/Service,"($JNJ OR JNJ OR ""zytiga boosts survival"") (launch OR product OR study OR trial)",en,,,Derived from SENTiVENT doc jnj01 (sentences=22).
|
| 198 |
+
jnj04_financialreport_beat_missing_date,,johnson johnson earnings when strong is nt strong enough | FinancialReport.Beat,FinancialReport,"($JNJ OR JNJ OR ""johnson johnson earnings"") (above OR beat OR earnings OR guidance)",en,,,Derived from SENTiVENT doc jnj04 (sentences=19).
|
| 199 |
+
jnj00_product_service_trial_missing_date,,johnson johnson plans to file for approval 10 potential blockb | Product/Service.Trial,Product/Service,"($JNJ OR JNJ OR ""johnson johnson plans"") (launch OR product OR study OR trial)",en,,,Derived from SENTiVENT doc jnj00 (sentences=6).
|
| 200 |
+
jnj03_product_service_trial_missing_date,,johnson johnson s type 2 diabetes drug is stellar in cardiova | Product/Service.Trial,Macroeconomics,"($JNJ OR JNJ OR ""johnson johnson type"") (economy OR market OR study OR trial)",en,,,Derived from SENTiVENT doc jnj03 (sentences=35).
|
| 201 |
+
nflx14_salesvolume_increase_salesvolume_missing_date,,just ca nt get enough netflix subscriptions could grow despit | SalesVolume.Increase_SalesVolume,Product/Service,"($NFLX OR NFLX OR ""just get enough"") (launch OR product OR rise OR surge)",en,,,Derived from SENTiVENT doc nflx14 (sentences=11).
|
| 202 |
+
kmi00_securityvalue_decrease_securityvalue_missing_date,,kinder morgan s canada ipo faces a challenge | SecurityValue.Decrease_SecurityValue,SecurityValue,"($KMI OR KMI OR ""kinder morgan canada"") (down OR drop OR fall OR price)",en,,,Derived from SENTiVENT doc kmi00 (sentences=22).
|
| 203 |
+
kmi03_facility_open_missing_date,,kmi launches canada ipo amid political uncertainty in bc | Facility.Open,Financing,"($KMI OR KMI OR ""kmi launches canada"") (debt OR financing)",en,,,Derived from SENTiVENT doc kmi03 (sentences=16).
|
| 204 |
+
duk06_rating_buyoutperform_missing_date,,like many of its peers duk is trading in the oversold zone | Rating.BuyOutperform,SecurityValue,"($DUK OR DUK OR ""like many peers"") (price OR shares OR stock)",en,,,Derived from SENTiVENT doc duk06 (sentences=10).
|
| 205 |
+
f05_employment_start_missing_date,,lucid motors is mulling sale after takeover talks with ford | Employment.Start,Product/Service,"(""lucid motors mulling"") (launch OR product OR trial)",en,,,Derived from SENTiVENT doc f05 (sentences=30).
|
| 206 |
+
fb04_csr_brand_missing_date,,mark zuckerberg just sold 425 million of facebook stock | CSR/Brand,CSR/Brand,"($FB OR FB OR ""mark zuckerberg just"") (brand OR reputation)",en,,,Derived from SENTiVENT doc fb04 (sentences=12).
|
| 207 |
+
f03_salesvolume_increase_salesvolume_missing_date,,may auto sales results reveal a new leader among detroit three | SalesVolume.Increase_SalesVolume,SalesVolume,"(""may auto sales"") (demand OR rise OR sales OR surge)",en,,,Derived from SENTiVENT doc f03 (sentences=42).
|
| 208 |
+
msft02_facility_open_missing_date,,microsoft corp expanding its sa footprint with 50m new constr | Facility.Open,Facility,"($MSFT OR MSFT OR ""microsoft corp expanding"") (expansion OR facility OR plant)",en,,,Derived from SENTiVENT doc msft02 (sentences=17).
|
| 209 |
+
msft01_product_service_launch_missing_date,,microsoft revamped skype to look like snapchat | Product/Service.Launch,Product/Service,"($MSFT OR MSFT OR ""microsoft revamped skype"") (announce OR launch OR product OR trial)",en,,,Derived from SENTiVENT doc msft01 (sentences=10).
|
| 210 |
+
msft03_product_service_launch_missing_date,,microsoft surprises nobody with xbox one x price | Product/Service.Launch,Product/Service,"($MSFT OR MSFT OR ""microsoft surprises nobody"") (announce OR launch OR product OR trial)",en,,,Derived from SENTiVENT doc msft03 (sentences=18).
|
| 211 |
+
msft04_product_service_launch_missing_date,,microsoft ventures a look at redmond s latest 13 investments | Product/Service.Launch,Product/Service,"($MSFT OR MSFT OR ""microsoft ventures redmond"") (announce OR launch OR product OR trial)",en,,,Derived from SENTiVENT doc msft04 (sentences=21).
|
| 212 |
+
nflx02_product_service_cancellation_recall_missing_date,,netflix can break hearts too | Product/Service.Cancellation/Recall,Product/Service,"($NFLX OR NFLX OR ""netflix can break"") (launch OR product OR trial)",en,,,Derived from SENTiVENT doc nflx02 (sentences=31).
|
| 213 |
+
nflx13_product_service_cancellation_recall_missing_date,,netflix cuts ties with kevin spacey | Product/Service.Cancellation/Recall,Product/Service,"($NFLX OR NFLX OR ""netflix cuts ties"") (launch OR product OR trial)",en,,,Derived from SENTiVENT doc nflx13 (sentences=9).
|
| 214 |
+
nflx00_salesvolume_increase_salesvolume_missing_date,,netflix headed to 90 million users | SalesVolume.Increase_SalesVolume,SalesVolume,"($NFLX OR NFLX OR ""netflix headed million"") (demand OR rise OR sales OR surge)",en,,,Derived from SENTiVENT doc nflx00 (sentences=24).
|
| 215 |
+
nflx12_securityvalue_increase_securityvalue_missing_date,,netflix raising 16 billion in bond market to fuel content acq | SecurityValue.Increase_SecurityValue,Financing,"($NFLX OR NFLX OR ""netflix raising billion"") (debt OR financing OR rise OR surge)",en,,,Derived from SENTiVENT doc nflx12 (sentences=7).
|
| 216 |
+
nflx01_revenue_increase_revenue_missing_date,,netflix s stock is worth only about one third of where it trade | Revenue.Increase_Revenue,Revenue,"($NFLX OR NFLX OR ""netflix stock worth"") (revenue OR rise OR sales OR surge)",en,,,Derived from SENTiVENT doc nflx01 (sentences=48).
|
| 217 |
+
nflx11_salesvolume_increase_salesvolume_missing_date,,netflix stock seesaws after third quarter subscriber beat | SalesVolume.Increase_SalesVolume,SalesVolume,"($NFLX OR NFLX OR ""netflix stock seesaws"") (demand OR rise OR sales OR surge)",en,,,Derived from SENTiVENT doc nflx11 (sentences=41).
|
| 218 |
+
abbv02_salesvolume_decrease_salesvolume_missing_date,,neupogen and enbrel could see falling revenues in 2017 | SalesVolume.Decrease_SalesVolume,SalesVolume,"($ABBV OR ABBV OR ""neupogen enbrel could"") (demand OR down OR drop OR fall)",en,,,Derived from SENTiVENT doc abbv02 (sentences=20).
|
| 219 |
+
wfc01_legal_conviction_settlement_missing_date,,new york city bars wells fargo from banking work after scandals | Legal.Conviction/Settlement,Legal,"($WFC OR WFC OR ""york city bars"") (court OR lawsuit OR settlement)",en,,,Derived from SENTiVENT doc wfc01 (sentences=20).
|
| 220 |
+
nem05_profit_loss_increase_profit_loss_missing_date,,newmont barrick race for top gold crown comes down to a decimal | Profit/Loss.Increase_Profit/Loss,Macroeconomics,"($NEM OR NEM OR ""newmont barrick race"") (economy OR market OR rise OR surge)",en,,,Derived from SENTiVENT doc nem05 (sentences=13).
|
| 221 |
+
nem06_securityvalue_increase_securityvalue_missing_date,,newmont mining is investors gold stock to buy | SecurityValue.Increase_SecurityValue,SecurityValue,"($NEM OR NEM OR ""newmont mining investors"") (price OR rise OR shares OR stock)",en,,,Derived from SENTiVENT doc nem06 (sentences=18).
|
| 222 |
+
nem02_rating_buyoutperform_missing_date,,newmont mining ready to shine | Rating.BuyOutperform,Rating,"($NEM OR NEM OR ""newmont mining ready"") (downgrade OR rating OR upgrade)",en,,,Derived from SENTiVENT doc nem02 (sentences=13).
|
| 223 |
+
nem03_profit_loss_decrease_profit_loss_missing_date,,newmont s lower margins understanding the analyst predictions | Profit/Loss.Decrease_Profit/Loss,Revenue,"($NEM OR NEM OR ""newmont lower margins"") (down OR drop OR fall OR revenue)",en,,,Derived from SENTiVENT doc nem03 (sentences=17).
|
| 224 |
+
amzn10_securityvalue_increase_securityvalue_missing_date,,nokia amazon work signals public cloud telecom takeover says w | SecurityValue.Increase_SecurityValue,Macroeconomics,"($AMZN OR AMZN OR ""nokia amazon work"") (economy OR market OR rise OR surge)",en,,,Derived from SENTiVENT doc amzn10 (sentences=9).
|
| 225 |
+
amd09_product_service_launch_missing_date,,nvidia and amd must brace for competition from a super powerful | Product/Service.Launch,Macroeconomics,"($AMD OR AMD OR ""nvidia amd must"") (announce OR economy OR launch OR market)",en,,,Derived from SENTiVENT doc amd09 (sentences=37).
|
| 226 |
+
pg03_csr_brand_missing_date,,pg ceo david taylor helps launch massive diversity initiative i | CSR/Brand,CSR/Brand,"($PG OR PG OR ""ceo david taylor"") (brand OR reputation)",en,,,Derived from SENTiVENT doc pg03 (sentences=44).
|
| 227 |
+
pg02_product_service_cancellation_recall_missing_date,,pg ceo says it is in ongoing constructive active talks wi | Product/Service.Cancellation/Recall,Deal,"($PG OR PG OR ""ceo says ongoing"") (contract OR deal)",en,,,Derived from SENTiVENT doc pg02 (sentences=11).
|
| 228 |
+
pg04_employment_start_missing_date,,pg names vice chairman promotes two other top executives | Employment.Start,Employment,"($PG OR PG OR ""names vice chairman"") (hiring OR layoffs OR workforce)",en,,,Derived from SENTiVENT doc pg04 (sentences=23).
|
| 229 |
+
duk04_profit_loss_increase_profit_loss_missing_date,,piedmont natural gas a money maker for duke energy in first full | Profit/Loss.Increase_Profit/Loss,Revenue,"($DUK OR DUK OR ""piedmont natural gas"") (revenue OR rise OR sales OR surge)",en,,,Derived from SENTiVENT doc duk04 (sentences=20).
|
| 230 |
+
ge07_macroeconomics_missing_date,,pratt s 10 billion jet engine lags ge by 10 to 1 on new order | Macroeconomics,Macroeconomics,"($GE OR GE OR ""pratt billion jet"") (economy OR market)",en,,,Derived from SENTiVENT doc ge07 (sentences=46).
|
| 231 |
+
pg05_expense_decrease_expense_missing_date,,procter gamble co s proxy fight what investors need to know | Expense.Decrease_Expense,Expense,"($PG OR PG OR ""procter gamble proxy"") (costs OR down OR drop OR expense)",en,,,Derived from SENTiVENT doc pg05 (sentences=30).
|
| 232 |
+
pg01_product_service_launch_missing_date,,razor wars continue gillette cut by old time rival | Product/Service.Launch,Macroeconomics,"($PG OR PG OR ""razor wars continue"") (announce OR economy OR launch OR market)",en,,,Derived from SENTiVENT doc pg01 (sentences=17).
|
| 233 |
+
ba10_securityvalue_increase_securityvalue_missing_date,,reduce holdings on boeing and 3 other defense stocks pre earning | SecurityValue.Increase_SecurityValue,Profit/Loss,"($BA OR BA OR ""reduce holdings boeing"") (loss OR margin OR profit OR rise)",en,,,Derived from SENTiVENT doc ba10 (sentences=21).
|
| 234 |
+
duk01_expense_increase_expense_missing_date,,regulators to duke energy do you still want the lee nuclear pl | Expense.Increase_Expense,Expense,"($DUK OR DUK OR ""regulators duke energy"") (costs OR expense OR rise OR surge)",en,,,Derived from SENTiVENT doc duk01 (sentences=43).
|
| 235 |
+
amd11_product_service_launch_missing_date,,reviews confirm with radeon rx vega amd re enters the performa | Product/Service.Launch,Macroeconomics,"($AMD OR AMD OR ""reviews confirm radeon"") (announce OR economy OR launch OR market)",en,,,Derived from SENTiVENT doc amd11 (sentences=34).
|
| 236 |
+
ba15_securityvalue_increase_securityvalue_missing_date,,should boeing buy ge aviation | SecurityValue.Increase_SecurityValue,Merger/Acquisition,"($BA OR BA OR ""should boeing buy"") (acquisition OR buyout OR merger OR rise)",en,,,Derived from SENTiVENT doc ba15 (sentences=13).
|
| 237 |
+
dis10_product_service_launch_missing_date,,stocks in red that might produce some green | Product/Service.Launch,Product/Service,"($DIS OR DIS OR ""stocks red might"") (announce OR launch OR product OR trial)",en,,,Derived from SENTiVENT doc dis10 (sentences=60).
|
| 238 |
+
aapl13_securityvalue_increase_securityvalue_missing_date,,stocks mixed this california builder breaks out what to watc | SecurityValue.Increase_SecurityValue,SecurityValue,"($AAPL OR AAPL OR ""stocks mixed california"") (price OR rise OR shares OR stock)",en,,,Derived from SENTiVENT doc aapl13 (sentences=35).
|
| 239 |
+
cvx04_securityvalue_increase_securityvalue_missing_date,,strong crude oil no help for chevron exxon mobil | SecurityValue.Increase_SecurityValue,FinancialReport,"($CVX OR CVX OR ""strong crude oil"") (earnings OR guidance OR results OR rise)",en,,,Derived from SENTiVENT doc cvx04 (sentences=24).
|
| 240 |
+
aapl09_product_service_launch_missing_date,,tech stocks this week iphone 8 rumors samsung s note return | Product/Service.Launch,Product/Service,"($AAPL OR AAPL OR ""tech stocks week"") (announce OR launch OR product OR trial)",en,,,Derived from SENTiVENT doc aapl09 (sentences=31).
|
| 241 |
+
abbv03_dividend_payment_missing_date,,the 2 best dividend stocks in marijuana | Dividend.Payment,Dividend,"($ABBV OR ABBV OR ""best dividend stocks"") (dividend OR payout)",en,,,Derived from SENTiVENT doc abbv03 (sentences=49).
|
| 242 |
+
abbv13_securityvalue_increase_securityvalue_missing_date,,the hot stock biggest loser abbvie wynn resorts | SecurityValue.Increase_SecurityValue,SecurityValue,"($ABBV OR ABBV OR ""hot stock biggest"") (price OR rise OR shares OR stock)",en,,,Derived from SENTiVENT doc abbv13 (sentences=15).
|
| 243 |
+
chk02_securityvalue_increase_securityvalue_missing_date,,the hot stock chesapeake energy jumps 43 | SecurityValue.Increase_SecurityValue,SecurityValue,"($CHK OR CHK OR ""hot stock chesapeake"") (price OR rise OR shares OR stock)",en,,,Derived from SENTiVENT doc chk02 (sentences=6).
|
| 244 |
+
amzn00_product_service_launch_missing_date,,the world s largest retailers 2017 amazon alibaba are closi | Product/Service.Launch,Macroeconomics,"($AMZN OR AMZN OR ""world largest retailers"") (announce OR economy OR launch OR market)",en,,,Derived from SENTiVENT doc amzn00 (sentences=11).
|
| 245 |
+
f10_securityvalue_decrease_securityvalue_missing_date,,these 3 auto stocks are hovering near buy points but gm tesl | SecurityValue.Decrease_SecurityValue,SecurityValue,"(""these auto stocks"") (down OR drop OR fall OR price)",en,,,Derived from SENTiVENT doc f10 (sentences=18).
|
| 246 |
+
dis01_rating_maintain_missing_date,,this hedge fund bought 250 million of disney stock should yo | Rating.Maintain,Investment,"($DIS OR DIS OR ""hedge fund bought"") (capex OR investment)",en,,,Derived from SENTiVENT doc dis01 (sentences=37).
|
| 247 |
+
aapl04_securityvalue_decrease_securityvalue_missing_date,,three reasons apple s shares took a drubbing | SecurityValue.Decrease_SecurityValue,SecurityValue,"($AAPL OR AAPL OR ""three apple shares"") (down OR drop OR fall OR price)",en,,,Derived from SENTiVENT doc aapl04 (sentences=17).
|
| 248 |
+
abbv12_rating_pricetarget_missing_date,,top biotech stock near buy zone shows positive drug trial resu | Rating.PriceTarget,SecurityValue,"($ABBV OR ABBV OR ""top biotech stock"") (price OR shares OR stock)",en,,,Derived from SENTiVENT doc abbv12 (sentences=18).
|
| 249 |
+
f09_employment_start_missing_date,,top ford execs leaving as hackett reshapes the automaker for the | Employment.Start,Employment,"(""top ford execs"") (hiring OR layoffs OR workforce)",en,,,Derived from SENTiVENT doc f09 (sentences=15).
|
| 250 |
+
ba12_securityvalue_increase_securityvalue_missing_date,,underappreciated why boeing s astronomical rise might not | SecurityValue.Increase_SecurityValue,SecurityValue,"($BA OR BA OR ""underappreciated boeing astronomical"") (price OR rise OR shares OR stock)",en,,,Derived from SENTiVENT doc ba12 (sentences=13).
|
| 251 |
+
aal05_product_service_launch_missing_date,,underdog brazilian carrier avianca brasil takes on american on m | Product/Service.Launch,Product/Service,"($AAL OR AAL OR ""underdog brazilian carrier"") (announce OR launch OR product OR trial)",en,,,Derived from SENTiVENT doc aal05 (sentences=10).
|
| 252 |
+
aal11_securityvalue_decrease_securityvalue_missing_date,,us airlines are still too darn cheap and unpopular to boot | SecurityValue.Decrease_SecurityValue,SecurityValue,"($AAL OR AAL OR ""airlines still too"") (down OR drop OR fall OR price)",en,,,Derived from SENTiVENT doc aal11 (sentences=13).
|
| 253 |
+
wmt03_facility_open_missing_date,,wal mart s sam s club reinvents its private brand | Facility.Open,CSR/Brand,"($WMT OR WMT OR ""wal mart sam"") (brand OR reputation)",en,,,Derived from SENTiVENT doc wmt03 (sentences=26).
|
| 254 |
+
wmt07_product_service_launch_missing_date,,walmart s meal kits are not the solution to fight amazon | Product/Service.Launch,Product/Service,"($WMT OR WMT OR ""walmart meal kits"") (announce OR launch OR product OR trial)",en,,,Derived from SENTiVENT doc wmt07 (sentences=19).
|
| 255 |
+
wmt05_financialreport_miss_missing_date,,walmart stock nears key support after earnings miss | FinancialReport.Miss,FinancialReport,"($WMT OR WMT OR ""walmart stock nears"") (below OR earnings OR guidance OR miss)",en,,,Derived from SENTiVENT doc wmt05 (sentences=13).
|
| 256 |
+
wmt02_employment_compensation_missing_date,,walmart taps store associates for last mile delivery program | Employment.Compensation,Product/Service,"($WMT OR WMT OR ""walmart taps store"") (launch OR product OR trial)",en,,,Derived from SENTiVENT doc wmt02 (sentences=27).
|
| 257 |
+
celg03_product_service_launch_missing_date,,waltham based dragonfly inks collaboration with celgene bags | Product/Service.Launch,Deal,"($CELG OR CELG OR ""waltham based dragonfly"") (announce OR contract OR deal OR launch)",en,,,Derived from SENTiVENT doc celg03 (sentences=13).
|
| 258 |
+
chk00_rating_pricetarget_missing_date,,was the merrill lynch downgrade of chesapeake justified | Rating.PriceTarget,Rating,"($CHK OR CHK OR ""merrill lynch downgrade"") (downgrade OR rating OR upgrade)",en,,,Derived from SENTiVENT doc chk00 (sentences=24).
|
| 259 |
+
fox03_revenue_increase_revenue_missing_date,,weekend box office wonder woman opened even bigger than we | Revenue.Increase_Revenue,Revenue,"($FOX OR FOX OR ""weekend box office"") (revenue OR rise OR sales OR surge)",en,,,Derived from SENTiVENT doc fox03 (sentences=39).
|
| 260 |
+
wfc03_employment_end_missing_date,,wells fargo eliminates management roles in embattled community b | Employment.End,Employment,"($WFC OR WFC OR ""wells fargo eliminates"") (hiring OR layoffs OR workforce)",en,,,Derived from SENTiVENT doc wfc03 (sentences=16).
|
| 261 |
+
wfc00_legal_conviction_settlement_missing_date,,wells fargo found liable in abusive tax shelter scheme | Legal.Conviction/Settlement,Legal,"($WFC OR WFC OR ""wells fargo found"") (court OR lawsuit OR settlement)",en,,,Derived from SENTiVENT doc wfc00 (sentences=35).
|
| 262 |
+
wfc02_legal_proceeding_missing_date,,wells fargo s nyse wfc headaches mount as justice | Legal.Proceeding,Legal,"($WFC OR WFC OR ""wells fargo nyse"") (court OR lawsuit OR settlement)",en,,,Derived from SENTiVENT doc wfc02 (sentences=20).
|
| 263 |
+
chk01_securityvalue_stable_securityvalue_missing_date,,what are the short interest trends in chesapeake energy stock | SecurityValue.Stable_SecurityValue,SecurityValue,"($CHK OR CHK OR ""what short interest"") (price OR shares OR stock)",en,,,Derived from SENTiVENT doc chk01 (sentences=5).
|
| 264 |
+
kmi01_dividend_yieldraise_missing_date,,what enterprise products could offer income investors | Dividend.YieldRaise,Dividend,"($KMI OR KMI OR ""what enterprise products"") (dividend OR payout)",en,,,Derived from SENTiVENT doc kmi01 (sentences=16).
|
| 265 |
+
amd04_revenue_increase_revenue_missing_date,,what impacted advanced micro devices stock in may 2017 | Revenue.Increase_Revenue,Revenue,"($AMD OR AMD OR ""what impacted advanced"") (revenue OR rise OR sales OR surge)",en,,,Derived from SENTiVENT doc amd04 (sentences=18).
|
| 266 |
+
ge00_facility_open_missing_date,,what s behind ge s move from the connecticut suburbs to boston | Facility.Open,Deal,"($GE OR GE OR ""what behind move"") (contract OR deal)",en,,,Derived from SENTiVENT doc ge00 (sentences=82).
|
| 267 |
+
bac01_revenue_increase_revenue_missing_date,,what to expect from bac and peers in 2017 | Revenue.Increase_Revenue,SecurityValue,"($BAC OR BAC OR ""what expect bac"") (price OR rise OR shares OR stock)",en,,,Derived from SENTiVENT doc bac01 (sentences=14).
|
| 268 |
+
jnj06_revenue_increase_revenue_missing_date,,what to expect from johnson johnson in 2018 | Revenue.Increase_Revenue,Revenue,"($JNJ OR JNJ OR ""what expect johnson"") (revenue OR rise OR sales OR surge)",en,,,Derived from SENTiVENT doc jnj06 (sentences=17).
|
| 269 |
+
jnj05_financialreport_beat_missing_date,,where s the tylenol jj disappoints and frustrates | FinancialReport.Beat,FinancialReport,"($JNJ OR JNJ OR ""where tylenol disappoints"") (above OR beat OR earnings OR guidance)",en,,,Derived from SENTiVENT doc jnj05 (sentences=24).
|
| 270 |
+
abbv01_dividend_payment_missing_date,,which big pharma is the best dividend stock | Dividend.Payment,Macroeconomics,"($ABBV OR ABBV OR ""which big pharma"") (economy OR market)",en,,,Derived from SENTiVENT doc abbv01 (sentences=25).
|
| 271 |
+
gm00_product_service_launch_missing_date,,who gets a for leadership tesla or gm | Product/Service.Launch,Macroeconomics,"($GM OR GM OR ""who gets leadership"") (announce OR economy OR launch OR market)",en,,,Derived from SENTiVENT doc gm00 (sentences=44).
|
| 272 |
+
amd08_securityvalue_increase_securityvalue_missing_date,,why advanced micro devices inc shares gained 115 in june | SecurityValue.Increase_SecurityValue,SecurityValue,"($AMD OR AMD OR ""advanced micro devices"") (price OR rise OR shares OR stock)",en,,,Derived from SENTiVENT doc amd08 (sentences=18).
|
| 273 |
+
amzn08_securityvalue_increase_securityvalue_missing_date,,why amazoncom inc stock is up 35 this year | SecurityValue.Increase_SecurityValue,SecurityValue,"($AMZN OR AMZN OR ""amazoncom inc stock"") (price OR rise OR shares OR stock)",en,,,Derived from SENTiVENT doc amzn08 (sentences=20).
|
| 274 |
+
amd01_profit_loss_increase_profit_loss_missing_date,,why amd investors should nt lose faith | Profit/Loss.Increase_Profit/Loss,Profit/Loss,"($AMD OR AMD OR ""amd investors should"") (loss OR margin OR profit OR rise)",en,,,Derived from SENTiVENT doc amd01 (sentences=29).
|
| 275 |
+
nflx04_salesvolume_increase_salesvolume_missing_date,,why analysts expect netflix s global membership base to grow | SalesVolume.Increase_SalesVolume,SalesVolume,"($NFLX OR NFLX OR ""analysts expect netflix"") (demand OR rise OR sales OR surge)",en,,,Derived from SENTiVENT doc nflx04 (sentences=14).
|
| 276 |
+
wmt00_rating_buyoutperform_missing_date,,why analysts opinion about walmart improved after 1q18 results | Rating.BuyOutperform,Rating,"($WMT OR WMT OR ""analysts opinion about"") (downgrade OR rating OR upgrade)",en,,,Derived from SENTiVENT doc wmt00 (sentences=20).
|
| 277 |
+
kmi04_product_service_launch_missing_date,,why british columbia s election impacts kinder morgan | Product/Service.Launch,CSR/Brand,"($KMI OR KMI OR ""british columbia election"") (announce OR brand OR launch OR reputation)",en,,,Derived from SENTiVENT doc kmi04 (sentences=13).
|
| 278 |
+
celg04_rating_upgrade_missing_date,,why celgene is bucking biotech weakness today | Rating.Upgrade,Rating,"($CELG OR CELG OR ""celgene bucking biotech"") (bullish OR downgrade OR rating OR upgrade)",en,,,Derived from SENTiVENT doc celg04 (sentences=17).
|
| 279 |
+
ge03_salesvolume_increase_salesvolume_missing_date,,why ge will not be impacted by us withdrawal from paris climat | SalesVolume.Increase_SalesVolume,Macroeconomics,"($GE OR GE OR ""will not impacted"") (economy OR market OR rise OR surge)",en,,,Derived from SENTiVENT doc ge03 (sentences=21).
|
| 280 |
+
kmi02_dividend_yieldraise_missing_date,,why long term investors should prefer kinder morgan inc over ene | Dividend.YieldRaise,Financing,"($KMI OR KMI OR ""long term investors"") (debt OR financing)",en,,,Derived from SENTiVENT doc kmi02 (sentences=37).
|
| 281 |
+
celg00_securityvalue_decrease_securityvalue_missing_date,,why shares of biopharma giant celgene lrb celg rrb tumbled t | SecurityValue.Decrease_SecurityValue,SecurityValue,"($CELG OR CELG OR ""shares biopharma giant"") (down OR drop OR fall OR price)",en,,,Derived from SENTiVENT doc celg00 (sentences=9).
|
| 282 |
+
cmg02_rating_buyoutperform_missing_date,,why you re smart to buy chipotle | Rating.BuyOutperform,CSR/Brand,"($CMG OR CMG OR ""you smart buy"") (brand OR reputation)",en,,,Derived from SENTiVENT doc cmg02 (sentences=39).
|
| 283 |
+
t00_expense_increase_expense_missing_date,,why you should watch att s costs carefully | Expense.Increase_Expense,Employment,"(""you should watch"") (hiring OR layoffs OR rise OR surge)",en,,,Derived from SENTiVENT doc t00 (sentences=20).
|
| 284 |
+
ge08_financialreport_miss_missing_date,,will general electric sell more assets to maintain its dividend | FinancialReport.Miss,SecurityValue,"($GE OR GE OR ""will general electric"") (below OR miss OR price OR shares)",en,,,Derived from SENTiVENT doc ge08 (sentences=28).
|
| 285 |
+
gm09_employment_end_missing_date,,will gm s top selling suv take a hit from canadian strike | Employment.End,Employment,"($GM OR GM OR ""will top selling"") (hiring OR layoffs OR workforce)",en,,,Derived from SENTiVENT doc gm09 (sentences=17).
|
| 286 |
+
t12_securityvalue_decrease_securityvalue_missing_date,,will the att time warner deal go through | SecurityValue.Decrease_SecurityValue,Merger/Acquisition,"(""will att time"") (acquisition OR buyout OR down OR drop)",en,,,Derived from SENTiVENT doc t12 (sentences=10).
|
| 287 |
+
aapl03_product_service_launch_missing_date,,will the iphone 8 help apple boost its market share | Product/Service.Launch,Macroeconomics,"($AAPL OR AAPL OR ""will iphone help"") (announce OR economy OR launch OR market)",en,,,Derived from SENTiVENT doc aapl03 (sentences=36).
|
| 288 |
+
goog12_product_service_launch_missing_date,,with its india first approach google is trying to woo the comm | Product/Service.Launch,Product/Service,"($GOOG OR GOOG OR ""india first approach"") (announce OR launch OR product OR trial)",en,,,Derived from SENTiVENT doc goog12 (sentences=51).
|
| 289 |
+
goog10_product_service_launch_missing_date,,worse than krack google and microsoft hit by massive 5 ye | Product/Service.Launch,CSR/Brand,"($GOOG OR GOOG OR ""worse than krack"") (announce OR brand OR launch OR reputation)",en,,,Derived from SENTiVENT doc goog10 (sentences=40).
|
data/subtype_classes_multilabelbinarizer.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
["CSR/Brand.None", "Deal.None", "Dividend.None", "Dividend.Payment", "Dividend.YieldRaise", "Dividend.YieldReduction", "Dividend.YieldStable", "Employment.Compensation", "Employment.End", "Employment.None", "Employment.Start", "Expense.Decrease_Expense", "Expense.Increase_Expense", "Expense.None", "Expense.Stable_Expense", "Facility.Close", "Facility.None", "Facility.Open", "FinancialReport.Beat", "FinancialReport.Miss", "FinancialReport.None", "FinancialReport.Stable_FinancialReport", "Financing.None", "Investment.None", "Legal.Acquit", "Legal.Appeal", "Legal.Conviction/Settlement", "Legal.None", "Legal.Proceeding", "Macroeconomics.None", "Merger/Acquisition.None", "Product/Service.Cancellation/Recall", "Product/Service.Launch", "Product/Service.None", "Product/Service.Trial", "Profit/Loss.Decrease_Profit/Loss", "Profit/Loss.Increase_Profit/Loss", "Profit/Loss.None", "Profit/Loss.Stable_Profit/Loss", "Rating.BuyOutperform", "Rating.Credit/Debt", "Rating.Downgrade", "Rating.Hold", "Rating.Maintain", "Rating.None", "Rating.PriceTarget", "Rating.SellUnderperform", "Rating.Upgrade", "Revenue.Decrease_Revenue", "Revenue.Increase_Revenue", "Revenue.None", "Revenue.Stable_Revenue", "SalesVolume.Decrease_SalesVolume", "SalesVolume.Increase_SalesVolume", "SalesVolume.None", "SalesVolume.Stable_SalesVolume", "SecurityValue.Decrease_SecurityValue", "SecurityValue.Increase_SecurityValue", "SecurityValue.None", "SecurityValue.Stable_SecurityValue"]
|
data/type_classes_multilabelbinarizer.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
["CSR/Brand", "Deal", "Dividend", "Employment", "Expense", "Facility", "FinancialReport", "Financing", "Investment", "Legal", "Macroeconomics", "Merger/Acquisition", "Product/Service", "Profit/Loss", "Rating", "Revenue", "SalesVolume", "SecurityValue"]
|
data/x_sentivent_cleaned.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
data/x_sentivent_event_counts.csv
ADDED
|
@@ -0,0 +1,94 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
event,tweet_count
|
| 2 |
+
t01_macroeconomics_missing_date,50
|
| 3 |
+
ba13_securityvalue_increase_securityvalue_missing_date,50
|
| 4 |
+
amzn09_product_service_missing_date,50
|
| 5 |
+
goog03_product_service_cancellation_recall_missing_date,50
|
| 6 |
+
amzn01_securityvalue_increase_securityvalue_missing_date,50
|
| 7 |
+
aal13_employment_start_missing_date,50
|
| 8 |
+
aal14_employment_compensation_missing_date,50
|
| 9 |
+
cost01_merger_acquisition_missing_date,50
|
| 10 |
+
pg00_legal_appeal_missing_date,50
|
| 11 |
+
aal01_facility_open_missing_date,50
|
| 12 |
+
aapl08_legal_proceeding_missing_date,50
|
| 13 |
+
duk02_investment_missing_date,50
|
| 14 |
+
cmg03_salesvolume_decrease_salesvolume_missing_date,50
|
| 15 |
+
wfc00_legal_conviction_settlement_missing_date,50
|
| 16 |
+
dis01_rating_maintain_missing_date,49
|
| 17 |
+
cmg00_employment_end_missing_date,49
|
| 18 |
+
goog02_legal_conviction_settlement_missing_date,49
|
| 19 |
+
aapl12_securityvalue_increase_securityvalue_missing_date,49
|
| 20 |
+
aapl10_dividend_payment_missing_date,48
|
| 21 |
+
cvx00_csr_brand_missing_date,46
|
| 22 |
+
goog11_securityvalue_increase_securityvalue_missing_date,46
|
| 23 |
+
aapl04_securityvalue_decrease_securityvalue_missing_date,45
|
| 24 |
+
amzn10_securityvalue_increase_securityvalue_missing_date,43
|
| 25 |
+
amd12_product_service_launch_missing_date,43
|
| 26 |
+
abbv08_rating_pricetarget_missing_date,31
|
| 27 |
+
fox00_securityvalue_increase_securityvalue_missing_date,31
|
| 28 |
+
ba16_securityvalue_decrease_securityvalue_missing_date,31
|
| 29 |
+
dis02_salesvolume_decrease_salesvolume_missing_date,29
|
| 30 |
+
ge13_expense_decrease_expense_missing_date,27
|
| 31 |
+
abbv05_legal_conviction_settlement_missing_date,25
|
| 32 |
+
fox02_salesvolume_increase_salesvolume_missing_date,25
|
| 33 |
+
ba10_securityvalue_increase_securityvalue_missing_date,25
|
| 34 |
+
cost00_salesvolume_increase_salesvolume_missing_date,21
|
| 35 |
+
nem02_rating_buyoutperform_missing_date,20
|
| 36 |
+
amd06_securityvalue_decrease_securityvalue_missing_date,19
|
| 37 |
+
amd03_securityvalue_decrease_securityvalue_missing_date,19
|
| 38 |
+
wmt04_employment_start_missing_date,19
|
| 39 |
+
dis04_salesvolume_decrease_salesvolume_missing_date,18
|
| 40 |
+
gs02_securityvalue_increase_securityvalue_missing_date,18
|
| 41 |
+
amd07_securityvalue_increase_securityvalue_missing_date,18
|
| 42 |
+
aapl07_product_service_cancellation_recall_missing_date,18
|
| 43 |
+
ge05_securityvalue_decrease_securityvalue_missing_date,17
|
| 44 |
+
aal03_revenue_increase_revenue_missing_date,17
|
| 45 |
+
amd05_securityvalue_increase_securityvalue_missing_date,16
|
| 46 |
+
cmg04_salesvolume_increase_salesvolume_missing_date,15
|
| 47 |
+
nem06_securityvalue_increase_securityvalue_missing_date,15
|
| 48 |
+
aal07_securityvalue_increase_securityvalue_missing_date,15
|
| 49 |
+
ba05_expense_decrease_expense_missing_date,14
|
| 50 |
+
f14_financialreport_miss_missing_date,14
|
| 51 |
+
aapl01_securityvalue_increase_securityvalue_missing_date,13
|
| 52 |
+
fb14_securityvalue_decrease_securityvalue_missing_date,12
|
| 53 |
+
cvx04_securityvalue_increase_securityvalue_missing_date,12
|
| 54 |
+
gm03_salesvolume_decrease_salesvolume_missing_date,12
|
| 55 |
+
ba12_securityvalue_increase_securityvalue_missing_date,11
|
| 56 |
+
f15_salesvolume_increase_salesvolume_missing_date,11
|
| 57 |
+
ge10_securityvalue_decrease_securityvalue_missing_date,10
|
| 58 |
+
ba15_securityvalue_increase_securityvalue_missing_date,10
|
| 59 |
+
wmt05_financialreport_miss_missing_date,9
|
| 60 |
+
amzn04_revenue_increase_revenue_missing_date,9
|
| 61 |
+
aal08_product_service_launch_missing_date,9
|
| 62 |
+
gm02_salesvolume_increase_salesvolume_missing_date,8
|
| 63 |
+
f02_salesvolume_increase_salesvolume_missing_date,8
|
| 64 |
+
abbv13_securityvalue_increase_securityvalue_missing_date,8
|
| 65 |
+
ge11_securityvalue_increase_securityvalue_missing_date,8
|
| 66 |
+
aapl13_securityvalue_increase_securityvalue_missing_date,7
|
| 67 |
+
amzn07_product_service_launch_missing_date,6
|
| 68 |
+
amd13_rating_sellunderperform_missing_date,6
|
| 69 |
+
dis12_revenue_decrease_revenue_missing_date,6
|
| 70 |
+
ba06_salesvolume_increase_salesvolume_missing_date,5
|
| 71 |
+
ge12_rating_credit_debt_missing_date,5
|
| 72 |
+
abbv07_rating_buyoutperform_missing_date,5
|
| 73 |
+
abbv10_securityvalue_increase_securityvalue_missing_date,4
|
| 74 |
+
abbv04_product_service_launch_missing_date,4
|
| 75 |
+
abbv09_securityvalue_increase_securityvalue_missing_date,4
|
| 76 |
+
abbv12_rating_pricetarget_missing_date,4
|
| 77 |
+
jnj02_product_service_launch_missing_date,3
|
| 78 |
+
aal00_revenue_increase_revenue_missing_date,3
|
| 79 |
+
chk01_securityvalue_stable_securityvalue_missing_date,3
|
| 80 |
+
ba02_securityvalue_increase_securityvalue_missing_date,2
|
| 81 |
+
pg05_expense_decrease_expense_missing_date,2
|
| 82 |
+
chk00_rating_pricetarget_missing_date,2
|
| 83 |
+
ge01_securityvalue_decrease_securityvalue_missing_date,1
|
| 84 |
+
f12_expense_increase_expense_missing_date,1
|
| 85 |
+
goog07_securityvalue_decrease_securityvalue_missing_date,1
|
| 86 |
+
f06_expense_increase_expense_missing_date,1
|
| 87 |
+
cvx07_dividend_yieldraise_missing_date,1
|
| 88 |
+
kmi00_securityvalue_decrease_securityvalue_missing_date,1
|
| 89 |
+
bac02_financialreport_beat_missing_date,1
|
| 90 |
+
nflx11_salesvolume_increase_salesvolume_missing_date,1
|
| 91 |
+
amd09_product_service_launch_missing_date,1
|
| 92 |
+
abbv02_salesvolume_decrease_salesvolume_missing_date,1
|
| 93 |
+
abbv00_product_service_trial_missing_date,1
|
| 94 |
+
aal09_product_service_launch_missing_date,1
|
data/x_sentivent_master_lowcredit_50each.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|