An open API service indexing awesome lists of open source software.

https://github.com/cuadernin/modbinomialr

Calculate the value of a European or American put/call in n periods in R.
https://github.com/cuadernin/modbinomialr

binomial binomial-model call option-pricing put r

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# ModBinomialR
Calculate the value of an American or European put/call with Volatility at N periods in R. \
See the [Python code](https://github.com/Cuadernin/ModeloBinomial)

**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)
```