option_value {convertbonds} | R Documentation |
Option_value functuon Calculate the four value comparisons:Option value of convertible bond,Theoretical value of convertible bonds (pure bond value + option value),The difference between the theoretical price of convertible bonds and the current price,The ratio of the difference between the theoretical price of convertible bonds and the current price
option_value(value_per, current_price, conver_price, netdebt_value)
value_per |
Option value per share(numeric) |
current_price |
Current price of convertible bonds |
conver_price |
Conversion price |
netdebt_value |
Pure debt value |
No return value, called for side effects
option_value( value_per=1.02,current_price=122.82,conver_price=5.43,netdebt_value=104.05 )