Skip to content

Calculate the value of a European or American put/call in n periods in R.

Notifications You must be signed in to change notification settings

Cuadernin/ModBinomialR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

ModBinomialR

Calculate the value of an American or European put/call with Volatility at N periods in R.
See the Python code

You can graph the binomial tree with the library(fOptions)

valor=BinomialTreeOption(TypeFlag="ce",S=S,X=K,Time=time,r=0.05,b=0,sigma=o,n=N,title="binomial model") 
BinomialTreePlot(valor)   

About

Calculate the value of a European or American put/call in n periods in R.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages