paolodelia99 / spread-option-pricing

Pricing spread option where the underlying as following a GBM using the margrabe formula and MC methods.
0 stars 0 forks source link

Monte Carlo engine for GBMSpreadOption #5

Closed paolodelia99 closed 4 months ago

paolodelia99 commented 4 months ago

Implementation of the MCEngine for the Standard Spread Option where the underlying are following a GBM. The functionality has been implemented under the MCEngine class and can price both a GBMSpreadOption and a Margrabe option.

The implementation of the engine has been kept simple, this can be seen as a starting point for the MC engine. Things to improve in the future: