首页
网站开发
桌面应用
管理软件
微信开发
App开发
嵌入式软件
工具软件
数据采集与分析
其他
首页
>
> 详细
辅导CPT206编程、Java程序调试、讲解Java编程 讲解留学生Processing|辅导留学生 Statistics统计、回归、迭代
项目预算:
开发周期:
发布时间:
要求地区:
CPT206 Java Programming for Financial Mathematics:
Coursework 2 Task Specification
Thomas Selig
Due date: Sunday, 9 May, 2021, 10pm
This is the specification task sheet for the Coursework 2 assessment component of your CPT206
module. This is worth 15% of your final grade for this module. The submission deadline for this
assignment is Sunday, 9 May, 2021, at 10pm. Detailed submission instructions are provided in
Section 3.
1 Task specification (60 marks)
The aim of this coursework is to implement the Hull-White model, which is a model of future interest
rates. First described by John Hull and Alan White in 1990, this model is one of the historically
most important interest rate models, and is still often used for risk-management purposes in the
market today. As part of this task, you will also produce a report documenting your design choices,
detailed in Section 2.
1.1 Model dynamics
The model is a short-rate model, whose dynamics are given by the following equation:
dr(t) =
θ(t) − ar(t)
dt + σdW(t). (1)
In Equation (1), a and σ are positive constants, the function θ(t) is chosen so as to exactly fit the
initial yield curve observed in the market, and W(t) is a standard Brownian motion. This means
that the differential dW(t) has normal distribution with mean 0 and variance dt.
1.2 Task description (40 marks)
You will write a Java program that simulates the Hull-White model over a given time period.
Your Java program should be written in a single Main class. It should take the following input
parameters:
• The constants a, σ, and the function θ(t) which drive the model’s behaviour. These should
be chosen by yourself (e.g. as class variables/constants), and the values selected will be
documented in the report (see Section 2).
• An initial rate r0 > 0.
• A time period T > 0 and a positive integer n indicating the number of increment intervals.
1
The idea is to break down the time period [0, T] into n increment intervals of length dt =
T
n
,
and apply the Euler method to Equation (1) to simulate the model over that time period. In other
words, we should have: r(t = 0) = r0, and for any given time t =
kT
n
for some k ∈ {0, . . . , n − 1},
r(t + dt) = r(t) + dr(t), where the increment dr(t) is given by Equation (1).
Your program should display the values of the rate function r(t) over the chosen time period
(i.e. should show the values of r(t) for all t of the form t =
kT
n
as above). It should also calculate the
minimum, maximum and average values of the rate function, and display them. For the minimum
and maximum, it should also display the point t at which these are reached.
1.3 Code quality (20 marks)
The remaining marks (20) for the coding part will be awarded for general code quality as seen in
the course materials to date. Here is some guidance.
• Keep your code neat and tidy; make sure it is properly indented throughout.
• Choose suitable names for variables and methods.
• Comment your code as needed.
• Split your code into separate methods as appropriate; code in the main method should be
kept to a minimum; methods overall should not be too long.
2 Report (40 marks)
You will write a report providing some details on how you designed and implemented your program,
as described in Section 1. Your report will consist of three main parts.
2.1 Input parameter choices (15 marks)
In this part, you should explain the choices you make for the parameters a, σ and the function θ(t)
which drive the behaviour of your system. For this, you will need to do some short researches on
the Hull-White model and choose suitable values for these. Include links to any references used in
your report. This part should be no more than 1 page in length.
2.2 Program design choices (15 marks)
In this part, you should explain the design choices you made for your Java program. You should
consider the following questions.
• What are the different members (class variables or methods) of your Java class? What is
their purpose?
• How did you proceed in implementing the model’s dynamics as described by Equation 1?
How did you calculate minimum, maximum and average values of the rate function?
This part should be no more than 1 page in length.
2.3 Testing description (10 marks)
In your report, you should include a description of the testing you undertake of your system. State
clearly which functionalities you are testing, what test you are carrying out, and why. You may
2
include screenshots (of code, the output console, etc.) for clarity. This part should be no more
than 1 page in length, screenshots excluded.
3 Submission instructions
In the dedicated “Coursework 3 submission” Assignment activity on the Learning Mall Online, you
will need to submit the following two (2) documents.
• A plaintext .txt file, into which you have copied the source code of your Java class.
This file should be named “CPT206 CW2 Code studentId.txt”.
• Your report from Section 2, typed into for instance a Word document, and converted into
a PDF file.
This file should be named “CPT206 CW2 Report studentId.pdf”.
The submission deadline is: Sunday, 9 May, 2021, 10pm.
This assignment is individual work. Plagiarism (e.g. copying materials from other sources
without proper acknowledgement) is a serious academic offence. Plagiarism and collusion will not
be tolerated and will be dealt with in accordance with the University Code of Practice on Academic
Integrity. Submitting work created by others, whether paid for or not, is a serious offence, and
will be prosecuted vigorously. Individual students may be invited to explain parts of their code in
person during a dedicated BBB session, and if they fail to demonstrate an understanding of the
code, no credit will be given for that part of the code.
Late submissions. The standard University policy on late submissions will apply: 5% of
the total marks available for the component shall be deducted from the assessment mark for each
working day after the submission date, up to a maximum of five working days, so long as this does
not reduce the mark below the pass mark (40%); submissions more than five working days late will
not be accepted.
Good luck!
3
软件开发、广告设计客服
QQ:99515681
邮箱:99515681@qq.com
工作时间:8:00-23:00
微信:codinghelp
热点项目
更多
代做ceng0013 design of a pro...
2024-11-13
代做mech4880 refrigeration a...
2024-11-13
代做mcd1350: media studies a...
2024-11-13
代写fint b338f (autumn 2024)...
2024-11-13
代做engd3000 design of tunab...
2024-11-13
代做n1611 financial economet...
2024-11-13
代做econ 2331: economic and ...
2024-11-13
代做cs770/870 assignment 8代...
2024-11-13
代写amath 481/581 autumn qua...
2024-11-13
代做ccc8013 the process of s...
2024-11-13
代写csit040 – modern comput...
2024-11-13
代写econ 2070: introduc2on t...
2024-11-13
代写cct260, project 2 person...
2024-11-13
热点标签
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
软件定制开发网!