call.rho: Call Rho

Description Usage Arguments Details Value Examples

View source: R/call_rho.R

Description

Calculate the Rho (Option Greek) of Option Contract

Usage

1
call.rho(s, k, t, sd, r, d = 0)

Arguments

s

Spot Price of Underlying Asset

k

Exercise Price of Contract

t

Time to Expiration

sd

Volatality

r

Risk free rate of return

d

Divident Yield (use cont.rate()), Default: 0

Details

Rho represents the rate of change between an option's value and a 1% change in the interest rate.

Value

Output gives the Rho of a Option Contract.

Examples

1
call.rho(100, 105, 0.25, 0.35, 0.0488)

roptions documentation built on July 8, 2020, 7:30 p.m.

Related to call.rho in roptions...