make_european_call_delta_objective

fireopal.make_european_call_delta_objective(strike_price, bounds=None)

Create parameters for a European call option delta objective.

Parameters

  • strike_price (float) – The strike price K of the option.
  • bounds (tuple [ float , float ] or None , optional) – Bounds of the discretized random variable. Default is None.

Returns

dict[str, Any] – A dictionary containing the parameters of the European call option delta objective, suitable for use with make_monte_carlo_problem().

Was this useful?