R/solarHedging.R
solarHedging_scenarios.RdCompute the optimal number of contracts, such that the variance of the cash flow of a solar power producer with a given setup is minimum.
solarHedging_scenarios(
scenarios,
P0_P,
r_star = 0,
gamma = 1e-04,
put = TRUE,
control_options = control_solarOption(),
control_hedge = control_solarHedging()
)Object with the class solarScenario. See the function solarScenario for more details.
Optional numeric scalar, expected value of 1 solar derivative with unitary tick under \(\mathbb{P}\).
Numeric scalar, risk aversion parameter.
Logical, when TRUE, the default, will be computed the price for a put contract, otherwise for a call contract.
Named list with control parameters. See control_solarOption for more details.
Named list, control parameters for hedging. See the function control_solarHedging for more details.
Version 1.0.0.