1. Using the last 2 digits of your UIN, create your yield by adding 0.05 to the last 2 digits divided by 10000 (for example: if the last 2 digits are 26, then y = 0.05 + 26/10000 = 0.0526). Create your coupon by dividing the last 2 digits by loo and adding 5.2 to it (example continued: 26/100 + 5.2 = 5.46). Now, using your unique coupon and yield, assume your bond has 25 years to maturity and pays a semiannual coupon (assume the settle date is a coupon date). Answer the following questions:
(a) What is the price of the bond?
(b) What is the modified duration?
(c) What is the convexity measure?
(d) What is the DVO1 per million dollars?
(e) Now consider 2 scenarios: The required yield rises 150 bps and the required yield falls 150 bps.
(a) Using just duration, what is the predicted price when yields rise 150 bps and when they fall 150 bps?
(b) Using both duration and the convexity measure, what is the predicted price when yields rise 150 bps and when they fall 150 bps?
(c) What are the actual P/Ls that would be realized on $20 million of face if rates rise and fall by 150 bps? (Note: You will compute the actual price change in the ±
scenarios.)
source (‘ Fixedlncomefn. r’)
id <— 26
y <— 0.05 + id/10000
cpn <— 5.2+id/100
c(y,cpn)
## [1] 0.0526 5.4600
T <— 25
Po <- BPrice(cpn,T,y)
CS 340 Milestone One Guidelines and Rubric Overview: For this assignment, you will implement the fundamental operations of create, read, update,
Retail Transaction Programming Project Project Requirements: Develop a program to emulate a purchase transaction at a retail store. This
7COM1028 Secure Systems Programming Referral Coursework: Secure
Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip
CS 340 Final Project Guidelines and Rubric Overview The final project will encompass developing a web service using a software stack and impleme