Version:
1.4
Release Date:
Feburary 12, 2021
Last Updated:
March 25, 2021
Authors:
Michael Okenye, Jeff Kolnick, Anshul Khatri, Perikles Tsikrikis
Editors:
Campbell Leckie, Nicolas Mills, Ruth Schmidt, Roy Ceyleon
The following provides an overview of the StockEye SRS.
StockEye is a web application that aggregates and analyses tweets related to the stock market from the popular social media platform Twitter, and offers information regarding the public sentiments of stocks and volume metrics to its users. StockEye seeks to serve its audience in multiple ways. For one, Twitter is a valuable source of data, as it currently acts as a hub for global public opinion. Due to the impact that public opinion has on the market, the analysis of Twitter data presented by StockEye enables its users to make more informed investment decisions. Additionally, StockEye will save users time, as they will no longer be required to research and analyse the Twitter sentiments themselves.
This document covers all the software requirements and features for the StockEye application, and is primarily intended for the client (David Brown), the project team, and other interested parties, both present and future. It will ensure that all necessary components are included and serve as a basis for the project.
This project will produce the web application StockEye. This product will assess the intent of tweets as well as tweet volume regarding stocks chosen by its users and compile and present them in an easily comprehensible format. It will thus give an immediate overview of their Watchlist and allow for quick decision making as the market may dictate without having to scour Twitter for the relevant information.
Term | Definition |
---|---|
API | Application Program Interface |
GUI | Graphical User Interface |
IaaS | Infrastructure as a Service |
Popular Stocks | Trending stocks with either positive or negative sentiments. |
SRS | StockEye Software Requirements Specification document |
The Client | David Brown |
Tweet | A post made on the Twitter social network. |
Tweet Volume | The amount of tweets made within a specific time frame. |
Tweepy | An open source Python package which allows access to the Twitter’s API with Python. |
Twitter Sentiment | The attitude, thought or feeling indicated by a tweet. |
User | The person, or persons, who operate or interact directly with the application. |
Watchlist | List of stock monitored by a user for potential investment opportunities. |
Tester | A member of the Quality Assurance team for a specific deliverable. |
A complete list of all documents and other sources of information referenced.
This document contains all functional requirements for the StockEye web application. It details how the product will operate, its limitations and projected user base. It first establishes the context in which StockEye is being formulated and subsequently identifies the essential features for it to be a success.
The following provides insight into the StockEye product perspective, its functions, the characteristics of the user base, constraints associated with development, along with assumptions and dependencies which provide information about application compatibility.
StockEye builds directly off of Twitter, utilizing the Tweepy API. Through this it will be able to import tweets and assemble it into data to help inform its users of potential rises and falls in the stocks they are most interested in.
The following contains all of the software requirements, along with pertinent and sufficient details to enable the design, implementation, and assessment of the StockEye application.
The user interacting with StockEye through their web-browser is the sole actor; however, this actor can either be an unregistered or registered user. The following UML Use Case diagram illustrates how the user will interact with the use cases.
Actor | Characteristics and Properties |
---|---|
Unregistered User |
|
Registered User |
|
Use Case | Description |
---|---|
Create Account | Register a user account. |
Log-in | Log-in using registered user account. |
View Stock List | View the complete list of Stocks available. |
Filter Stocks | Filter the Stock List using selected criteria. |
Filter by Stock Name | A criteria used to filter the Stock List. |
Filter by Sentiment | A criteria used to filter the Stock List. |
Filter by Stock Price | A criteria used to filter the Stock List. |
View Trending Stock | View the currently trending stocks on Twitter from the Stock List. |
View Stock Sentiments | View the sentiment of a selected stock. |
View Relevant Tweets | View popular tweets contributing to the sentiment of a selected stock. |
Recover Password | Password recovery, in case account password is forgotten. |
Change Password | The changing of current account password. |
View/Manage Watchlist | View or manage user account Watchlist. |
Add to Watchlist | Add a stock to the user account Watchlist. |
Remove from Watchlist | Remove a stock from the user account Watchlist. |
Set Up Notifications | Set up a notifications either by email or text regarding sentiment fluctuations of selected stocks. |
The SRS is a living document, changing as the project progresses. While Google Docs is used to track the editing history, the SRS includes references to major changes of the document within itself.
Date | Description of Change(s) | Contributor(s) |
---|---|---|
February 10, 2021 | Initial draft of Requirements completed |
|
February 12, 2021 | Final draft of Requirements completed |
|
February 14, 2021 | User Case diagram update |
|
February 22, 2021 | Updated Actors and Use Cases |
|
March 25, 2021 | Updated Definitions & Abbreviations |
|