| _alpha | option_pair | [protected] |
| _C | option_pair | [mutable, protected] |
| _C_implied_sigma | option_pair | [mutable, protected] |
| _calc_call | option_pair | [mutable, protected] |
| _calc_put | option_pair | [mutable, protected] |
| _d2C_dS2 | option_pair | [mutable, protected] |
| _d2P_dS2 | option_pair | [mutable, protected] |
| _dC_dS | option_pair | [mutable, protected] |
| _dC_dsigma | option_pair | [mutable, protected] |
| _dC_dtau | option_pair | [mutable, protected] |
| _dP_dS | option_pair | [mutable, protected] |
| _dP_dsigma | option_pair | [mutable, protected] |
| _dP_dtau | option_pair | [mutable, protected] |
| _erno | option_pair | [protected, static] |
| _error_msg | option_pair | [protected, static] |
| _input_call_price | option_pair | [mutable, protected] |
| _input_put_price | option_pair | [mutable, protected] |
| _K | option_pair | [protected] |
| _P | option_pair | [mutable, protected] |
| _P_implied_sigma | option_pair | [mutable, protected] |
| _r | option_pair | [protected] |
| _S | option_pair | [protected] |
| _sigma | option_pair | [protected] |
| _tau | option_pair | [protected] |
| C_sigma(double sigma) | option_pair | |
| call_implied_sigma(double call_price, bool show_iterations=false) | option_pair | [virtual] |
| call_intrinsic_value() const=0 (defined in option_pair) | option_pair | [pure virtual] |
| check_attributes(double S, double K, double Tau, double Alpha, double R, double Sigma) (defined in option_pair) | option_pair | [static] |
| deinit() | option_pair | [inline] |
| get_alpha() const | option_pair | [inline] |
| get_C() const | option_pair | [inline] |
| get_C_implied_sigma() const | option_pair | [inline] |
| get_calc_call() const | option_pair | [inline] |
| get_calc_put() const | option_pair | [inline] |
| get_class_name() | option_pair | [inline, virtual] |
| get_d2C_dS2() const | option_pair | [inline] |
| get_d2P_dS2() const | option_pair | [inline] |
| get_dC_dS() const | option_pair | [inline] |
| get_dC_dsigma() const | option_pair | [inline] |
| get_dC_dtau() const | option_pair | [inline] |
| get_dP_dS() const | option_pair | [inline] |
| get_dP_dsigma() const | option_pair | [inline] |
| get_dP_dtau() const | option_pair | [inline] |
| get_erno() | option_pair | [inline, static] |
| get_error_msg() | option_pair | [inline, static] |
| get_input_call_price() const | option_pair | [inline] |
| get_input_put_price() const | option_pair | [inline] |
| get_K() const | option_pair | [inline] |
| get_P() const | option_pair | [inline] |
| get_P_implied_sigma() const | option_pair | [inline] |
| get_r() const | option_pair | [inline] |
| get_S() const | option_pair | [inline] |
| get_sigma() const | option_pair | [inline] |
| get_tau() const | option_pair | [inline] |
| init(const option_pair &rhs) | option_pair | [inline] |
| init(double S, double K, double Tau, double Alpha=0, double R=0.05, double Sigma=0.2) | option_pair | [inline] |
| init_calc_derived_attributes() const | option_pair | [virtual] |
| init_simple_attributes(const option_pair &rhs) | option_pair | [inline] |
| is_NA(const double &tst) | option_pair | [inline, static] |
| NA | option_pair | [static] |
| operator<<(ostream &os, const option_pair &rhs) | option_pair | [friend] |
| operator=(const option_pair &rhs) | option_pair | [inline] |
| option_pair(const option_pair &rhs) | option_pair | [inline] |
| option_pair(double S=0, double K=0, double Tau=0, double Alpha=0, double R=0.05, double Sigma=0.2) | option_pair | [inline] |
| P_sigma(double sigma) | option_pair | |
| put_alpha(double Alpha) | option_pair | [inline] |
| put_implied_sigma(double call_price, bool show_iterations=false) | option_pair | [virtual] |
| put_intrinsic_value() const=0 (defined in option_pair) | option_pair | [pure virtual] |
| put_K(double K) | option_pair | [inline] |
| put_r(double R) | option_pair | [inline] |
| put_S(double S) | option_pair | [inline] |
| put_sigma(double Sigma) | option_pair | [inline] |
| put_tau(double Tau) | option_pair | [inline] |
| set_call_immediate_exercise() const | option_pair | |
| set_null() | option_pair | [inline] |
| set_put_immediate_exercise() const | option_pair | |
| strictly_check_attributes(double S, double K, double Tau, double Alpha, double R, double Sigma) | option_pair | [protected, static] |
| ~option_pair() | option_pair | [inline, virtual] |