Stock#
Immutable container representing the underlying asset's properties.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
spot
|
float
|
The current price of the underlying asset. |
required |
volatility
|
float | None
|
The constant (implied or historical) volatility of the asset's returns.
Default is |
None
|
dividend
|
float
|
The continuously compounded dividend yield, by default 0.0. |
0.0
|
discrete_dividends
|
list[float] | None
|
A list of discrete dividend amounts. Default is |
None
|
ex_div_times
|
list[float] | None
|
A list of times (in years) for the discrete dividend payments.
Must correspond to |
None
|