Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write python programs to apply Monte Carlo simulations to estimate the price of a European-style exchange option on two correlated assets. In risk neutral measures,

image text in transcribed

Write python programs to apply Monte Carlo simulations to estimate the price of a European-style exchange option on two correlated assets. In risk neutral measures, the prices of these two assets follows the standard processes dU=r U dt+ o U U DZU dV=r V dt+ o V VdZv where the two Wiener processes Zu and Zy have instantaneous correction p. The option payoff at maturity T is max(V1-U1, 0). Use Uo,Vo, ou, ov, P, T, r and the number of simulations NTrials as inputs. Write a main.m to run your codes for Uo=$60, Vo=$50, ou=40%, ov=30%, p=0.7, T=5 months, r=5% and NTrials = 200000 Write python programs to apply Monte Carlo simulations to estimate the price of a European-style exchange option on two correlated assets. In risk neutral measures, the prices of these two assets follows the standard processes dU=r U dt+ o U U DZU dV=r V dt+ o V VdZv where the two Wiener processes Zu and Zy have instantaneous correction p. The option payoff at maturity T is max(V1-U1, 0). Use Uo,Vo, ou, ov, P, T, r and the number of simulations NTrials as inputs. Write a main.m to run your codes for Uo=$60, Vo=$50, ou=40%, ov=30%, p=0.7, T=5 months, r=5% and NTrials = 200000

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Finance A Quantitative Introduction Volume 1

Authors: Piotr Staszkiewicz, Lucia Staszkiewicz

1st Edition

0128015845, 978-0128015841

More Books

Students also viewed these Finance questions