https://github.com/cuadernin/modelobinomial
Calcula el valor de un put/call a n periodos en Python con diagrama de precios.
https://github.com/cuadernin/modelobinomial
binomial-model binomial-tree call put python
Last synced: 2 months ago
JSON representation
Calcula el valor de un put/call a n periodos en Python con diagrama de precios.
- Host: GitHub
- URL: https://github.com/cuadernin/modelobinomial
- Owner: Cuadernin
- Created: 2021-05-19T01:19:14.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-01T01:29:57.000Z (about 4 years ago)
- Last Synced: 2024-05-17T16:59:19.590Z (about 1 year ago)
- Topics: binomial-model, binomial-tree, call, put, python
- Language: Python
- Homepage:
- Size: 261 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Modelo Binomial para el precio de puts y calls
![]()
Calcula el valor de un put o call a N periodos (sin volatilidad) y **grafica el diagrama de precios** en Python. Para ver el codigo en R ir a [Codigo en R](https://github.com/Cuadernin/ModBinomialR).
## Nota ✍(◔◡◔)
Es posible mostrar el grafico usando otras dos librerias:
* Únicamente con [Matplotlib](https://matplotlib.org/stable/index.html) y sin ayuda de otra paquetería.
* Usando [graphviz](https://graphviz.readthedocs.io/en/stable/manual.html) que presenta más opciones de personalización que networkx.