Skip to content

The repository contains various models for pricing options, including the popular Black-Scholes model, as well as more advanced models that take into account stochastic volatility, jumps and other factors.

License

Notifications You must be signed in to change notification settings

Anthony-Antona/Options-Pricing

Repository files navigation

Options-Pricing

Option pricing models are mathematical models used to estimate the fair value of options, which are financial instruments that give the buyer the right, but not the obligation, to buy or sell an underlying asset at a predetermined price within a certain time frame. Here are some popular option pricing models:

-Black-Scholes Model: This is a widely used model for pricing European-style options. It assumes that the underlying asset follows a geometric Brownian motion with constant volatility, and that there are no transaction costs or taxes.

-Binomial Model: This model is used for pricing American-style options, as well as other types of options. It assumes that the price of the underlying asset can move up or down in discrete time steps, and that the option can be exercised at any time before expiration.

-Monte Carlo Simulation: This method uses stochastic simulation to estimate the value of an option. It involves generating a large number of possible future scenarios for the underlying asset's price, and using these scenarios to estimate the option's value.

-Cox-Ross-Rubinstein Model: This model is a variation of the binomial model that allows for continuous changes in the price of the underlying asset. It is often used to price options on stocks that pay dividends.

-Heston Model: This model is a stochastic volatility model that allows for the volatility of the underlying asset to be modeled as a random variable. It is often used to price options on assets with complex volatility dynamics, such as commodity futures or currencies.

-Jump Diffusion Model: This model is used to price options on assets that have occasional large price movements, or "jumps". It combines a continuous stochastic process with random jumps in the asset price.

These are just a few examples of option pricing models, and there are many other models that have been developed over the years.

About

The repository contains various models for pricing options, including the popular Black-Scholes model, as well as more advanced models that take into account stochastic volatility, jumps and other factors.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published