• C++ Programming for Financial Engineering
    Highly recommended by thousands of MFE students. Covers essential C++ topics with applications to financial engineering. Learn more Join!
    Python for Finance with Intro to Data Science
    Gain practical understanding of Python to read, understand, and write professional Python code for your first day on the job. Learn more Join!
    An Intuition-Based Options Primer for FE
    Ideal for entry level positions interviews and graduate studies, specializing in options trading arbitrage and options valuation models. Learn more Join!

Monte Carlo for newbies

Thank you. I've been looking for something like this. If you have something similar on Brownian motion, PDEs, stochastic processes, please don't hesitate to share :) .
 
hello everyone,

i am trying to simulate the path of an asset over time (let say one year) between two points using Brownian bridge (like for stress tests). I was wondering if it was possible to split the yearly simulations into twelve monthly MC simulation?
Instead of computing one final value, we get one path.
Is MC still appropriate?
 
Back
Top