Class EuropeanOptionVegaPathwise

All Implemented Interfaces:
Product, AssetMonteCarloProduct, MonteCarloProduct

public class EuropeanOptionVegaPathwise extends AbstractAssetMonteCarloProduct
Implements calculation of the vega of a European option using the pathwise method.
Since:
finmath-lib 4.2.0
Version:
1.0
Author:
Christian Fries
  • Constructor Details

    • EuropeanOptionVegaPathwise

      public EuropeanOptionVegaPathwise(double maturity, double strike)
      Construct a product representing the vega of a European option on an asset S. The implementation assumes a Black-Scholes model.
      Parameters:
      maturity - The maturity T in the option payoff max(S(T)-K,0)
      strike - The strike K in the option payoff max(S(T)-K,0).
  • Method Details