IntrinsicValuePut: Intrinsic value of a put option

Description Usage Arguments Author(s) Examples

View source: R/BSM_utilities.R

Description

The in-the-money portion of the option's premium

Usage

1
IntrinsicValuePut(Stock, Exercise)

Arguments

Stock

S_0, the asset price

Exercise

K, the option strike price

Author(s)

George Fisher GeorgeRFisher@gmail.com

Examples

1
2
3
4
5
# Investopia: Intrinsic Value
# http://www.investopedia.com/terms/i/intrinsicvalue.asp
Stock    <- 15 # S_0
Exercise <- 25 # K
IntrinsicValuePut(Stock, Exercise) # 10

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