Class EuropeanOptionVegaPathwise

    • Constructor Detail

      • 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:
        strike - The strike K in the option payoff max(S(T)-K,0).
        maturity - The maturity T in the option payoff max(S(T)-K,0)