|
Description |
This formula returns the time value of an instrument. Time value is the portion of an instrument's price that is in excess of the intrinsic value. For example, if a stock is trading at $10, the $9 call has an intrinsic value of $1; however, the price of the $9 call is not based on how far into the money it is. Instead, the price may be more or less than the intrinsic value. Time value is the difference, positive or negative, between an instrument's price and its intrinsic value.
The time value attempts to quantify the likelihood that an instrument will expire with a profitable settlement. |
|
|
Formula |
TimeValue(instrument)=begin retval = Diff(instrument.recent, IntrinsicValue(instrument)) end |
|
|
Parameters |
instrument The instrument argument specifies which instrument to evaluate. |
|
|
Return Value |
A time value. |
|
|
Examples |
NA |
|
|
Comments |
NA |
©2008 Aspen Research Group, Ltd. All rights reserved. Terms of Use.