EuropeanCallDeltaObjective#
- class EuropeanCallDeltaObjective(num_state_qubits, strike_price, bounds)[source]#
Bases:
QuantumCircuit
The European Call Option Delta. Evaluates the variance for a European call option given an uncertainty model. The payoff function is f(S, K) = max(0, S - K) for a spot price S and strike price K.
- Parameters:
Attributes
Methods