Class EuropeanOptionThetaPathwise

All Implemented Interfaces:
Product, AssetMonteCarloProduct, MonteCarloProduct

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

    • EuropeanOptionThetaPathwise

      public EuropeanOptionThetaPathwise(double maturity, double strike)
      Construct a product representing an European option on an asset S (where S the asset with index 0 from the model - single asset case).
      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