首页
网站开发
桌面应用
管理软件
微信开发
App开发
嵌入式软件
工具软件
数据采集与分析
其他
首页
>
> 详细
BEEM061编程辅导、Python编程调试、辅导Python程序设计 讲解数据库SQL|讲解R语言编程
项目预算:
开发周期:
发布时间:
要求地区:
BEEM061 Main Assignment Part B Brief
December 21, 2020
Abstract
Your main assignment (80%) must be handed in by Friday 15th
January 2021. It consists of two equally weighted parts: part A) A
1,500 word essay based on Topic 2; and part B) A technical task-based
assignment. This document outlines your tasks for Part B, which on
its own contributes 40% to your overall module grade. Throughout
the following tasks you MUST solve them using Jupyter Notebooks
where appropriate, with each line of code stored. You will submit
your assignment as a set of documents with your notebooks stored
separately (with the .ipynb extension so that they can be easily verified).
You are welcome to store your own code on your own github
repository or elsewhere, but the .ipynb files must be submitted.
1
1 Explore the Bitcoin Blockchain and Basic
Web Coding
(25 marks)
1.1 Extract Information From Your Own Transaction
(15 marks)
❼ Download a Bitcoin SV Wallet (we recommend Centbee) and share
your address with your module lead, who will then send you a tiny
amount (0.001 units of Bitcoin SV, roughly 10 pence).
❼ Use this to send an even tinier amount (0.001 units of Bitcoin SV,
roughly 1 pence) back (or to another address).
❼ Once you have done this, go to your transaction history and find a way
to locate the transaction on the blockchain. Centbee has a feature for
viewing the transaction on the blockchain. Take a note of which block
your transaction is in by taking its block height.
❼ From a Jupyter notebook, extract the following information from the
same block by fetching data from the whatsonchain API.
https://api.whatsonchain.com/v1/bsv/main/block/height/ place block
height here
Your notebook should fetch, then print your data in JSON format, and
you should obtain the following for the block with your transaction in
it:
– txcount
– time
– totalFees
– confirmations
– miner
Include some code that converts the unix timestamp into human readable
format to the nearest second.
Explain what each of these parts of the block are in words.
2
1.2 Extract Information from Famous Blocks (5 marks)
For the famous transactions below, go through the same process to obtain the
time they occurred, including some code that converts the unix timestamp
into human readable format.
The First ever transaction from Satoshi to Hal Finney in 2010
f4184fc596403b9d638783cf57adfe4c75c605f6356fbc91338530e9831e9e16
The Pizza purchase for 10,000BTC in 2010
a1075db55d416d3ca199f55b6084e2115b9345e16c5cf302fc80e9d5fbf5d48d
1.3 Basic Web Coding (5 marks)
Construct your own simple web page in a simple text editor and save at as a
.html file that can be read by a web browser like Chrome. This page should
include a javascript function that allows the viewer to change an image back
and forth when they click on it.
3
2 Time Series Investigation of Bitcoin Price
(50 marks)
You are working for a FinTech firm that provides customers with real time
financial data and analysis. Part of the marketing strategy for this firm is
providing a regular newsletter via a blog discussing current issues for personal
portfolio management. Your boss has asked you to investigate the idea that
Bitcoin is mostly viewed as a store of value. To provide the background to
this report, you are required to carry out the following:
2.1 Obtain Time Series Data (5 marks)
Obtain the following data by calling the FRED api from a Jupyter notebook,
and provide simple time series plots of the raw data:
1. BTC Bitcoin Price in US Dollars CBBTCUSD
2. Gold Price (including gold plated with platinum), unwrought ID7108
3. S&P500 (index measure of the overall US stock market) SP500
4. 3-Month Treasury Bill Secondary Market Rate (measure of the risk free
rate) TB3MS
You may find it helpful to label them in your Python code as the following:
1. bitcoinprice
2. goldprice
3. market
4. riskfreerate
4
2.2 Data Transformations (15 marks)
❼ Conduct your analysis from January 2016 to as recent as possible
❼ Transform series 1 and 3 from daily to monthly data
❼ Then, for series 1-3, you need to transform monthly price observations
into monthly returns by obtaining new series:
ln
xt
xt−1
!
where xt
is the value of a variable for a particular observation and xt−1
is its value 1 month before.
To convert the series 4 annualised percentages to monthly simply divide
this series by 12. You now have 4 transformed series which we will label as
follows:
1. rbt
2. rgt
3. rmt
4. rf t
2.3 Data Analysis(30 marks)
What is the correlation between:
1. Bitcoin Returns rbt and Gold Returns rgt
2. Bitcoin Returns rbt and Market Returns rmt
Interpret these results by comparing the view that Bitcoin is an alternative
to gold to the view that Bitcoin is a new form of high-risk high-return
asset.
According to the assumptions behind the strict form of CAPM theory,
equations of the following form should fully explain returns to holding any
particular asset, here for bitcoin and gold:
5
(rbt − rf t) = αb + βb(rmt − rf t) + ubt
(rgt − rf t) = αg + βg(rmt − rf t) + ugt
where ubt and ugt are idiosyncratic unpredictable error terms associated
with Bitcoin and Gold respectively. According to the strict form of CAPM,
α should be zero, and β provides a systematic measure of how high up the
risk/return trade-off the asset is. Estimate α and β for Bitcoin and Gold
using OLS regression, and interpret the results.
6
3 Machine Learning in Practice (25 marks)
The background to this section is found at this repository: https://github.com/SarunasGirdenas/fintech
presentation. A recording of this session with full subtitles
can also be found on ele under the ’TOPIC 4 AI and Machine Learning for
FinTech’. Sarunas is also happy to answer any questions you may have via
his email address here: sarunas.girdenas@prudential.co.uk.
3.1 High Level Description of FinTech Firm (10 marks)
Provide a high level description of Sarunas’ FinTech firm in words. You are
not expected to explain technical parts in depth, but provide a mechanical
description of what each of the four structural parts do, how they interact,
and what they achieve overall.
3.2 Written Description of Python Code (10 marks)
Reproduce the model (saved under model building.ipynb) within your own
Jupyter notebook. To do this you will have to download the large dataset
from Kaggle following Sarunas’ instructions. This data will need to be saved
in your active Jupyter notebook directory. Once you have reproduced it with
the same results, using cell markdown, choose 5 lines of the code and include
brief verbal descriptions of what those lines perform. Finally, save this as
your own Jupyter notebook and include this in your submission.
3.3 Improve the Model(5 marks)
How could the model in the previous section be improved? You are not
expected to actually improve it, but you must include descriptions of how
the accuracy of the model could be improved, including alternative modelling
strategies.
7
软件开发、广告设计客服
QQ:99515681
邮箱:99515681@qq.com
工作时间:8:00-23:00
微信:codinghelp
热点项目
更多
代写data driven business mod...
2024-11-12
代做acct1101mno introduction...
2024-11-12
代做can207 continuous and di...
2024-11-12
代做dsci 510: principles of ...
2024-11-12
代写25705 financial modellin...
2024-11-12
代做ccc8013 the process of s...
2024-11-12
代做intro to image understan...
2024-11-12
代写eco380: markets, competi...
2024-11-12
代写ems726u/p - engineering ...
2024-11-12
代写cive5975/cw1/2024 founda...
2024-11-12
代做csci235 – database syst...
2024-11-12
代做ban 5013 analytics softw...
2024-11-12
代写cs 17700 — lab 06 fall ...
2024-11-12
热点标签
mktg2509
csci 2600
38170
lng302
csse3010
phas3226
77938
arch1162
engn4536/engn6536
acx5903
comp151101
phl245
cse12
comp9312
stat3016/6016
phas0038
comp2140
6qqmb312
xjco3011
rest0005
ematm0051
5qqmn219
lubs5062m
eee8155
cege0100
eap033
artd1109
mat246
etc3430
ecmm462
mis102
inft6800
ddes9903
comp6521
comp9517
comp3331/9331
comp4337
comp6008
comp9414
bu.231.790.81
man00150m
csb352h
math1041
eengm4100
isys1002
08
6057cem
mktg3504
mthm036
mtrx1701
mth3241
eeee3086
cmp-7038b
cmp-7000a
ints4010
econ2151
infs5710
fins5516
fin3309
fins5510
gsoe9340
math2007
math2036
soee5010
mark3088
infs3605
elec9714
comp2271
ma214
comp2211
infs3604
600426
sit254
acct3091
bbt405
msin0116
com107/com113
mark5826
sit120
comp9021
eco2101
eeen40700
cs253
ece3114
ecmm447
chns3000
math377
itd102
comp9444
comp(2041|9044)
econ0060
econ7230
mgt001371
ecs-323
cs6250
mgdi60012
mdia2012
comm221001
comm5000
ma1008
engl642
econ241
com333
math367
mis201
nbs-7041x
meek16104
econ2003
comm1190
mbas902
comp-1027
dpst1091
comp7315
eppd1033
m06
ee3025
msci231
bb113/bbs1063
fc709
comp3425
comp9417
econ42915
cb9101
math1102e
chme0017
fc307
mkt60104
5522usst
litr1-uc6201.200
ee1102
cosc2803
math39512
omp9727
int2067/int5051
bsb151
mgt253
fc021
babs2202
mis2002s
phya21
18-213
cege0012
mdia1002
math38032
mech5125
07
cisc102
mgx3110
cs240
11175
fin3020s
eco3420
ictten622
comp9727
cpt111
de114102d
mgm320h5s
bafi1019
math21112
efim20036
mn-3503
fins5568
110.807
bcpm000028
info6030
bma0092
bcpm0054
math20212
ce335
cs365
cenv6141
ftec5580
math2010
ec3450
comm1170
ecmt1010
csci-ua.0480-003
econ12-200
ib3960
ectb60h3f
cs247—assignment
tk3163
ics3u
ib3j80
comp20008
comp9334
eppd1063
acct2343
cct109
isys1055/3412
math350-real
math2014
eec180
stat141b
econ2101
msinm014/msing014/msing014b
fit2004
comp643
bu1002
cm2030
联系我们
- QQ: 9951568
© 2021
www.rj363.com
软件定制开发网!