IBMStockTrader / trade-history

Microservice that keeps a detailed history of all stock trades
Apache License 2.0
1 stars 19 forks source link

REST resources for trade data #4

Open yeekangc opened 5 years ago

yeekangc commented 5 years ago

Expose data on trades per portfolio as REST resources:

@kevinwlau

yeekangc commented 5 years ago

6

evie-lau commented 5 years ago

There are REST APIs in place to get the 1) total commissions charged 2) total return on investment 3) number of shares for each stock in a portfolio 4) total notional values for each stock in a portfolio (the book price for shares mentioned above)

Currently, from the original requirements, we do not have 1) total number of trades 2) trades within a timeframe