Monte Carlo Simulation for Option Pricing with Python (Basic Ideas Explained)

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ส.ค. 2024

ความคิดเห็น • 30

  • @stelioselairebueno3917
    @stelioselairebueno3917 ปีที่แล้ว +2

    Thank you QuantPy for your amazing and generous contribution on this !!

  • @Tyokok
    @Tyokok 2 หลายเดือนก่อน +1

    Great Appreciation and Great Respect to you and your channel!

  • @martingay3064
    @martingay3064 4 หลายเดือนก่อน +1

    Greats vids mate. Very informative. I work at Lacima with Les and Chris in Sydney and fyi Les' surname is pronounced as "Clue - low". Low as in not so high ;-)
    Keep up the great content 🙂

    • @cjbrown3396
      @cjbrown3396 2 หลายเดือนก่อน

      Hi mate do you need a PhD to get into the firm?

  • @EliteBestGamers
    @EliteBestGamers 2 ปีที่แล้ว +5

    awesome mate!! Thanks for this :)
    Would you make a video about RAROC indicator that uses value at risk as parameter? Or a deep dive into value at risk and different distributions?
    I have lots of doubts about which distribution model should I use for my models.

  • @jayshay7416
    @jayshay7416 3 หลายเดือนก่อน +2

    When you divide by 365 @ the end of the 17th minute there, do you not need to divide by 255 (1 year trading days)?

  • @Rothbardo
    @Rothbardo 2 ปีที่แล้ว +2

    What's the best /cheapest way to get historical options data? Or is it preferable to grab snapshot data and keep your own history via pipelines?
    Love your channel! Wish I found it sooner.

    • @QuantPy
      @QuantPy  2 ปีที่แล้ว +2

      Cheapest, definitely to download data everyday from your broker. Obviously there are clauses on brokerage website in the T&Cs that say you can't use data for any purposes other than personal use.
      Best - I'd like to review some of the cheapest API options currently available. Hopefully we can come up with some good options that have depth in terms of markets/products, as well as granulity. It seems impossible to find Trade Tick Level information without paying an arm and a leg for it.

    • @Rothbardo
      @Rothbardo 2 ปีที่แล้ว

      @@QuantPy that would be awesome!!

  • @adammontgomery7980
    @adammontgomery7980 ปีที่แล้ว

    I appreciate the detail here. It's waaaay over my head though. I was just wanting to learn; my main question is what is the simulation generating? Are you randomly generating portfolios, price data, or both?

  • @vladk9152
    @vladk9152 2 ปีที่แล้ว +1

    Amazing video as always!
    May i suggest a video on Monte Carlo Simulations for risk management? (By simulating an equity curve besed on win rate and reward to risk ratio)

  • @126aritro
    @126aritro ปีที่แล้ว

    Thank you. I am clear about the option pricing using this MC technique. Now the question is how do you obtain or calculate the delta based on this method. WOuld be happy to receive your answer.

  • @stalwart08
    @stalwart08 2 ปีที่แล้ว +3

    Thanks for this great video..
    I have one query regarding this line of code: sigma = np.sqrt( np.sum( (CT[-1] - C0)**2) / (M-1) )
    I think here C0 is in present value terms whereas CT[-1] array is in Future value terms. Shouldn't we discount CT[-1] array back to presnt value to calculate the sigma? Or am i missing anythg?
    Thanks in advance..

    • @QuantPy
      @QuantPy  2 ปีที่แล้ว +1

      A great observation, yes the CT[-1] array should be discounted.

  • @bbafe
    @bbafe 2 ปีที่แล้ว

    Thanks. Great video. :)

  • @tomhatton3637
    @tomhatton3637 ปีที่แล้ว +2

    Where can i find the options expiry data in the ASX website?

  • @pooascyrous5722
    @pooascyrous5722 2 ปีที่แล้ว

    good job, you are amazing

  • @suleymansuer3257
    @suleymansuer3257 2 ปีที่แล้ว +2

    Thanks a lot for the videos! Is there a chance you will cover more complex derivatives (American Lookback or Asian Derivatives) with MC methods?

    • @stelioselairebueno3917
      @stelioselairebueno3917 ปีที่แล้ว

      I am working on it (2 oct 2022) - I will share once it is done. thank you sir

  • @afiqyahya3398
    @afiqyahya3398 2 ปีที่แล้ว

    Cholesky decomposition for correlated monte carlo simulation next. Hahahs

  • @osobliwynick
    @osobliwynick ปีที่แล้ว

    Is speed of PRNG and possiblity of generating many independent streams important in Monte Carlo Option Pricing? How much time simulations in real buisness can take? Is PRNG efficiency bottleneck of such simulations?

  • @alexk1729
    @alexk1729 ปีที่แล้ว

    Dear QuantPy,
    would it also be possible to simulate S/K, i.e. the moneyness of an option?
    As far as I know the max() function is linear homogenous of degree 1, so you could write max(S/K-1, 0/K,) don't you?

  • @ancizardavilava6779
    @ancizardavilava6779 2 ปีที่แล้ว +1

    How I can calculate the value of initial volatility parameter?

    • @QuantPy
      @QuantPy  2 ปีที่แล้ว +1

      your discretion as the analyst

  • @miguelmoreno543
    @miguelmoreno543 2 ปีที่แล้ว

    Have you ever gone into pricing American options?

    • @QuantPy
      @QuantPy  2 ปีที่แล้ว +2

      Yes this is often better completed in binomial/trinomial trees. I currently have one video on this. Will soon drift back into path dependent options, early exercise contracts ect.

    • @bastig.9415
      @bastig.9415 ปีที่แล้ว

      @@QuantPy A deep dive into the Least Squares Monte Carlo Method proposed by Longstaff and Schwartz in 2001, would be great. I am currently working on a python code to apply it for real option analysis.

  • @dariodr4624
    @dariodr4624 4 หลายเดือนก่อน

    can someone give me the link for the asx options calculator ? thanks

  • @qiguosun129
    @qiguosun129 7 หลายเดือนก่อน +1

    666