Psi_c: Psi (Call Greek)

Description Usage Arguments Examples

View source: R/callGreeks.R

Description

A partial derivative of the Black-SCholes Equation: dc/ddelta (with respect to the dividend rate)

Usage

1
Psi_c(S, K, sigma, r, delta, t)

Arguments

S

The Stock Price

K

The Strike Price

sigma

The volatility

r

The continuously compounded risk-tree interest rate

delta

The annualized dividend rate

t

The expiration date

Examples

1
Psi_c(S=40,K=40,sigma=0.3,r=0.08,delta=0,t=91/365)

Example output

[1] -0.05808085

m4fe documentation built on May 29, 2017, 9:40 p.m.

Related to Psi_c in m4fe...