sppv                package:financial                R Documentation

_S_i_n_g_l_e _P_a_y_m_e_n_t _o_r _U_n_i_f_o_r_m _S_e_r_i_e_s _P_r_e_s_e_n_t _a_n_d _F_u_t_u_r_e _V_a_l_u_e_s

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

     Calculate SPPV, SPFV, USPV and USFV factors from given rates and
     numbers of periods.

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

     sppv(i, n)
     spfv(i, n)
     uspv(i, n)
     usfv(i, n)

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

       i: a vector of rates (in percents). 

       n: a vector of periods. 

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

     A vector of SPPV, SPFV, USPV or USFV values.

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

     Lukasz Komsta

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

     spfv(10,1:100)
     sppv(10,1:100)
     uspv(10,1:100)
     usfv(10,1:100)

