Skip to content

Stocks Application to Buy, Sell, Average Shares (Java CLI) for Program Design Development : CS5010 Assignment

Notifications You must be signed in to change notification settings

sacredvoid/stocks-pdp

Repository files navigation

stocks-pdp

Assignment: Stocks-1

Our Program Features

  1. Creation of Portfolio
  • User Input (Stocks,Quantity) into console
  • User Input (path to external CSV) into console
  1. View existing Portfolios
  • User input (portfolio ID) into console
  • No option to update existing portfolios
  1. Determine Total Portfolio Value
  • User input (date) into console
  • Handle weekends (asks to enter date again)
  • Return NA if no value available for given stock and date
  1. Portfolio persistance
  • Portfolio data saved as CSV file in .\app_data\PortfolioData
  1. Extras
  • Data Validation (Stock Scrip checked with a regex, quantity rounded off to nearest int)

About

Stocks Application to Buy, Sell, Average Shares (Java CLI) for Program Design Development : CS5010 Assignment

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages