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
Description
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
Usage
option_value(value_per, current_price, conver_price, netdebt_value)
Arguments
value_per |
Option value per share(numeric) |
current_price |
Current price of convertible bonds |
conver_price |
Conversion price |
netdebt_value |
Pure debt value |
Value
No return value, called for side effects
Examples
option_value( value_per=1.02,current_price=122.82,conver_price=5.43,netdebt_value=104.05 )
[Package convertbonds version 0.1.0 Index]