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

Поділитися
Вставка
  • Опубліковано 13 жов 2024

КОМЕНТАРІ • 30

  • @stelioselairebueno3917
    @stelioselairebueno3917 2 роки тому +2

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

  • @Tyokok
    @Tyokok 4 місяці тому +1

    Great Appreciation and Great Respect to you and your channel!

  • @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.

  • @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?

  • @martingay3064
    @martingay3064 6 місяців тому +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 4 місяці тому

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

  • @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.

  • @jayshay7416
    @jayshay7416 4 місяці тому +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)?

  • @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)

  • @tomhatton3637
    @tomhatton3637 Рік тому +3

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

  • @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.

  • @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!!

  • @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 2 роки тому

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

  • @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 2 роки тому

    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?

  • @bbafe
    @bbafe 2 роки тому

    Thanks. Great video. :)

  • @ancizardavilava6779
    @ancizardavilava6779 2 роки тому +1

    How I can calculate the value of initial volatility parameter?

    • @QuantPy
      @QuantPy  2 роки тому +1

      your discretion as the analyst

  • @dariodr4624
    @dariodr4624 5 місяців тому

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

  • @pooascyrous5722
    @pooascyrous5722 2 роки тому

    good job, you are amazing

  • @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.

  • @afiqyahya3398
    @afiqyahya3398 2 роки тому

    Cholesky decomposition for correlated monte carlo simulation next. Hahahs

  • @qiguosun129
    @qiguosun129 9 місяців тому +1

    666