TimeValuePut: Time Value of a European Put Option

Description Usage Arguments Value Author(s) References Examples

View source: R/BSM_utilities.R

Description

The total value of an option is its intrinsic value plus its time value

Usage

1
TimeValuePut(Stock, Exercise, Put_price)

Arguments

Stock

S_0, the asset price

Exercise

K, the option strike price

Put_price

The value of the put being analyzed

Value

The Time Value of the put option

Author(s)

George Fisher GeorgeRFisher@gmail.com

References

Hull, 7th edition ch 8 p186

Examples

1
2
3
4
5
6
# Hull, 7th edition ch 8 p186
Stock      <- 21     # S_0
Exercise   <- 20     # K
Put_price <- 1.875

(puttv <- TimeValuePut(Stock, Exercise, Put_price))

grfiv/ustreasuries documentation built on May 17, 2019, 8:36 a.m.