Description Author(s) References Examples
Compute the price of different types of call using different methods. The types available are Vanilla European Calls, Vanilla American Calls and American Digital Calls. Available methods are Montecarlo Simulation, Montecarlo Simulation with Antithetic Variates, Black-Scholes and the Binary Tree.
Elia Degiorgi, Federico Milan, Davide Zaramella, Valerija Stoeva
Maintainer: Elia Degiorgi <degioe@usi.ch>
"Option Pricing Using Different Techniques" by Degiorgi Elia, Milan Federico, Zaramella Davide, Stoeva Valerija (2019)
1 2 3 4 5 | MontecarloCalls(10,11,1,0.05,0.2,100)
MontecarloAntitheticCalls(10,11,1,0.05,0.2,100)
BlackscholesCalls(10,11,1,0.05,0.2)
AmericanDigitalCalls(10,11,1,0.05,0.2,"A")
AmericanDigitalCalls(10,11,1,0.05,0.2,"C")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.