ImpliedVolatility         package:RQuantLib         R Documentation

_B_a_s_e _c_l_a_s_s _f_o_r _o_p_t_i_o_n-_p_r_i_c_e _i_m_p_l_i_e_d _v_o_l_a_t_i_l_i_t_y _e_v_a_l_u_t_i_o_n

_D_e_s_c_r_i_p_t_i_o_n:

     This class forms the basis from which the more specific classes
     are derived.

_U_s_a_g_e:

     ## S3 method for class 'ImpliedVolatility':
     print
     ## S3 method for class 'ImpliedVolatility':
     summary

_A_r_g_u_m_e_n_t_s:

        : Any option-price implied volatility object derived from this
          base class

_D_e_t_a_i_l_s:

     Please see any decent Finance textbook for background reading, and
     the 'QuantLib' documentation for details on the 'QuantLib'
     implementation.

_V_a_l_u_e:

     None, but side effects of displaying content.

_N_o_t_e:

     The interface might change in future release as 'QuantLib'
     stabilises its own API.

_A_u_t_h_o_r(_s):

     Dirk Eddelbuettel edd@debian.org for the R interface; the QuantLib
     Group for 'QuantLib'

_R_e_f_e_r_e_n_c_e_s:

     <URL: http://quantlib.org> for details on 'QuantLib'.

_S_e_e _A_l_s_o:

     'AmericanOptionImpliedVolatility',
     'EuropeanOptionImpliedVolatility',
     'AmericanOption','EuropeanOption', 'BinaryOption'

_E_x_a_m_p_l_e_s:

     impVol<-EuropeanOptionImpliedVolatility("call", value=11.10, strike=100, volatility=0.4, 100, 0.01, 0.03, 0.5)
     print(impVol)
     summary(impVol)

