FinanceModels.Option API Reference
Exported API
FinanceModels.Option
— ModuleUnexported API
FinanceModels.Option.EuroCall
— TypeEuroCall(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.EuroPut
— TypeEuroPut(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.