InTheMoneyPut: Is a put option in the money?

Description Usage Arguments Value Author(s) Examples

View source: R/BSM_utilities.R

Description

Is the current market price of the asset below the strike price of the put?

Usage

1
InTheMoneyPut(Stock, Exercise)

Arguments

Stock

S_0, the asset price

Exercise

K, the option strike price

Value

IntrinsicValuePut(Stock, Exercise) > 0

Author(s)

George Fisher GeorgeRFisher@gmail.com

Examples

1
2
3
4
5
6
# http://www.call-options.com/in-the-money.html
library(ustreasuries)
Stock    <- 35        # S_0
Exercise <- 37.50     # K

InTheMoneyPut(Stock, Exercise)  # TRUE

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