quantlib.instruments.asian_options.
DiscreteAveragingAsianOption¶
- class DiscreteAveragingAsianOption(AverageType average_type, StrikedTypePayoff payoff, Exercise exercise, list fixing_dates, running_accum=None, past_fixings=None, all_past_fixings=None)¶
Bases:
OneAssetOptionDiscrete-averaging Asian option
- Parameters:
- average_type: Enum (Arithmetic or Geometric)
- payoffStrikedTypePayoff
- exerciseExercise
- fixing_dateslist of dates
- running_accumfloat, optional
- past_fixingsfloat, optional
- all_past_fixings: list of float, optional
- Attributes:
- delta
- delta_forward
- dividend_rho
- elasticity
error_estimateReal: error estimate on the NPV when availableexercise- gamma
is_expiredbool: whether the instrument might have value greater than zero.- itm_cash_probability
net_present_valueThe net present value of the instrument.
npvA shortcut to the net_present_value property.
payoff- rho
- strike_sensitivity
- theta
- theta_per_day
valuation_dateDate: the date the net present value refers to.- vega
Methods
set_pricing_engine(self, PricingEngine engine)Sets the pricing engine to be used.