代写159.352 Assignment 1:

159.352 Assignment 1:
Weight: 30%
Deadline: April 24th 2022
In this assignment you will extend the minimalistic HTTP server (server3.py - we
developed in the tutorials) to serve a password protected website which enables the user
to manage their investment portfolio.
The conceptual framework of this web application is shown in Fig. 1. Your HTTP server
will run in docker container hosted on Heroku (PaaS cloud). To service client requests,
your server will use REST API to access data from the Investor Exchange (IEX) cloud.
You will need to sign up for free developer accounts on IEX
(https://iexcloud.io/cloud-login#/register/) and Heroku (https://www.heroku.com).
Fig. 1 Conceptual framework
The objective of this assignment is to gain hands on experience with HTTP fundamentals,
so strictly do not use any high-level frameworks (e.g. Servlets, flask, node.js, Django
etc.,) since they abstract the low level HTTP functionality.
1) Authentication (6 marks)
Implement basic access authentication scheme in your python HTTP server such that
without the correct login credentials none of the resources on the server should be
accessible.
When the browser sends the initial GET request, the server should check for
authentication credentials in the headers and respond with a suitable HTTP status code
requesting for authentication credentials using the basic access authentication.
At this stage the browser would prompt the user to enter username and password
When the browser sends the authentication credentials, the server checks the headers and
serves the requested content if the authentication credentials match. Set the authentication
credentials for your website to be your student ID number:
username:
password:
Assume your website is dedicated for only one user, that is you.
[Hint: Revisit Part C of week 2 tutorial exercise to see how the
authentication headers are exchanged between client and server]
2) Portfolio (10 marks)
When the user visits the url /portfolio your HTTP server should respond with a html page
showing the user’s investment portfolio, along with input boxes and command buttons to
update the portfolio.
Stock Quantity Price Gain/Loss
TSLA 100 $1000 -20%
AAPL 50 $150 12%
Stock symbol
Quantity
Price
The portfolio will be stored on your HTTP server as either XML or JSON file. For our
assignment, the portfolio is made up of stocks only. For each stock the server needs to
store the ticker symbol, the quantity of shares purchased (i.e. owned by the user), and the
purchase price of a share. Work out a suitable data representation to store the portfolio
information. You can choose either to work with XML or JSON. Name the file as
portfolio.xml or portfolio.json.
In updating the portfolio file, the user can add a new stock, or reduce/remove an existing
stock using negative quantity. You must validate the user inputs on the server side when
updating portfolio file. Use HTTP POST method for updating the portfolio file.
To help the user input the correct symbol, use the following API endpoint to get the list
of symbols. Note the JSON response from this API call contains all types of securities,
so you will need to filter symbols for common stock (cs) type.
https://cloud.iexapis.com/stable/ref-data/symbols?token=YourAPIToken
make sure to substitute your API token in the above URL
Refer to API documentation for details; https://iexcloud.io/docs/api/#symbols
Compute the gain/loss percentage for each stock in the portfolio on the server side using
the following API endpoint which fetches the latest quote for the given stock symbol.
Gain or loss = (latest quote – price) / price * 100
https://cloud.iexapis.com/stable/stock/symbol/quote?token=YourAPIToken
make sure to put the actual symbol (e.g TSLA) in the above URL
3) Stock research (7 marks)
When the user visits the url /research your HTTP server should respond with a html page
containing an input boxes to enter the stock symbol. After entering the stock symbol, the
page should show the following data about the stock, and display a graph of the daily
closing price for five year period (5y)
Stock symbol
Symbol: BABA
Company Name: Alibaba Group Holding Ltd
PE ratio: 26.84
Market Capitalization: 290311742779
52 week high: 245.69
52 week low: 100.02
Use the same API endpoint discussed in the portfolio section to help the user enter the
correct stock symbol.
Use the following Stats API endpoint to get the data about the stock.
https://cloud.iexapis.com/stable/stock/symbol/stats?token=yourAPIToken
Use the following API endpoint to extract the chart data for the given stock symbol.
https://cloud.iexapis.com/stable/stock/symbol/chart/5y?chartCloseOnly=true&token=yourAPIToken
You must plot the data on the client side (using any javascript library of your choice e.g.
canvasJS).
4) Deployment (7 marks)
After you have finished developing and testing, deploy your web application in a docker
container and host it on Heroku cloud.
Useful documentation
https://iexcloud.io/docs/api/#api-reference
https://docs.docker.com
https://devcenter.heroku.com
Submission
Complete and well-documented source files necessary to run your web application in
docker. A README file containing instructions needed to run your web application. In
your README file make sure to put down the URL of your web application hosted on
Heroku. Submit it a in zipped file on Stream.
Here is a worked example to show how updates to the portfolio is recorded.
Suppose you start off with an empty portfolio stored on the server side.
Stock Quantity Price
When the user inputs
Stock symbol: AAPL
Quantity: 100
Price: 120
The portfolio is updated as follows:
Stock Quantity Price
AAPL 100 120
Now if the user buys 50 more shares of AAPL at $140 per share, she will enter the
following input in the browser
Stock symbol: AAPL
Quantity: 50
Price: 140
The purchase price of each share held by the user is calculated as follows: (100*120 +
50*140)/150 = 126.67
The portfolio on the server will be updated as follows.
Stock Quantity Price
AAPL 150 126.67
Suppose now the users reduces their position in AAPL by 75 shares:
Stock symbol: AAPL
Quantity: -75
Note when the quantity is negative, the purchase price is not applicable because she is
selling the shares.
The portfolio is updated as follows:
Stock Quantity Price
AAPL 75 126.67
The user should not be allowed to sell more shares than they own (i.e. short selling). If
the user attempts it they should be given an error message, and the portfolio should not
get updated.
Stock symbol: AAPL
Quantity: -100

Stock Quantity Price
AAPL 75 126.67
If the user sells all the shares they hold, then the corresponding position should be
removed.
Stock symbol: AAPL
Quantity: -75
Stock Quantity Price
Note: the gain/loss column is computed on the fly based on the current quote. There is
no need to store gain/loss field on the server.

热门主题

课程名

int2067/int5051 bsb151 babs2202 mis2002s phya21 18-213 cege0012 mgt253 fc021 mdia1002 math39512 math38032 mech5125 cisc102 07 mgx3110 cs240 11175 fin3020s eco3420 ictten622 comp9727 cpt111 de114102d mgm320h5s bafi1019 efim20036 mn-3503 comp9414 math21112 fins5568 comp4337 bcpm000028 info6030 inft6800 bcpm0054 comp(2041|9044) 110.807 bma0092 cs365 math20212 ce335 math2010 ec3450 comm1170 cenv6141 ftec5580 ecmt1010 csci-ua.0480-003 econ12-200 ectb60h3f cs247—assignment ib3960 tk3163 ics3u ib3j80 comp20008 comp9334 eppd1063 acct2343 cct109 isys1055/3412 econ7230 msinm014/msing014/msing014b math2014 math350-real eec180 stat141b econ2101 fit2004 comp643 bu1002 cm2030 mn7182sr ectb60h3s ib2d30 ohss7000 fit3175 econ20120/econ30320 acct7104 compsci 369 math226 127.241 info1110 37007 math137a mgt4701 comm1180 fc300 ectb60h3 llp120 bio99 econ7030 csse2310/csse7231 comm1190 125.330 110.309 csc3100 bu1007 comp 636 qbus3600 compx222 stat437 kit317 hw1 ag942 fit3139 115.213 ipa61006 econ214 envm7512 6010acc fit4005 fins5542 slsp5360m 119729 cs148 hld-4267-r comp4002/gam cava1001 or4023 cosc2758/cosc2938 cse140 fu010055 csci410 finc3017 comp9417 fsc60504 24309 bsys702 mgec61 cive9831m pubh5010 5bus1037 info90004 p6769 bsan3209 plana4310 caes1000 econ0060 ap/adms4540 ast101h5f plan6392 625.609.81 csmai21 fnce6012 misy262 ifb106tc csci910 502it comp603/ense600 4035 csca08 8iar101 bsd131 msci242l csci 4261 elec51020 blaw1002 ec3044 acct40115 csi2108–cryptographic 158225 7014mhr econ60822 ecn302 philo225-24a acst2001 fit9132 comp1117b ad654 comp3221 st332 cs170 econ0033 engr228-digital law-10027u fit5057 ve311 sle210 n1608 msim3101 badp2003 mth002 6012acc 072243a 3809ict amath 483 ifn556 cven4051 2024 comp9024 158.739-2024 comp 3023 ecs122a com63004 bms5021 comp1028 genc3004 phil2617
联系我们
EMail: 99515681@qq.com
QQ: 99515681
留学生作业帮-留学生的知心伴侣!
工作时间:08:00-21:00
python代写
微信客服:codinghelp
站长地图