REST resources for trade data
yeekangc opened this issue · 2 comments
yeekangc commented
Expose data on trades per portfolio as REST resources:
- Total number of trades
- Trades within a certain timeframe
- Book price for shares in a stock i.e. sum of "shares times price-at-purchase-time" across each trade
- Total commissions charged
@kevinwlau
evie-lau commented
There are REST APIs in place to get the
- total commissions charged
- total return on investment
- number of shares for each stock in a portfolio
- 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
- total number of trades
- trades within a timeframe