FinanceModels.Option API Reference

Exported API

Unexported API

FinanceModels.Option.EuroCallType
EuroCall(contract,strike,maturity)

A European call option on the given contract with the given strike and maturity.

Arguments

  • contract::AbstractContract - The underlying contract.
  • strike::Real - The strike price.
  • maturity::Union{Real,Date} - The maturity of the option.

Supertype Hierarchy ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡

EuroCall{S,K,M} <: FinanceCore.AbstractContract <: Any
FinanceModels.Option.EuroPutType
EuroPut(contract,strike,maturity)

A European put option on the given contract with the given strike and maturity.

Arguments

  • contract::AbstractContract - The underlying contract.
  • strike::Real - The strike price.
  • maturity::Union{Real,Date} - The maturity of the option.

Supertype Hierarchy ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡

EuroPut{S,K,M} <: FinanceCore.AbstractContract <: Any

Please open an issue if you encounter any issues or confusion with the package.