Compute the optimal number of contracts, such that the variance of the cash flow of a solar power producer is minimum.
solarHedging_model(
model,
moments,
P0_P,
r_star,
gamma = 0.01,
put = TRUE,
control_options = control_solarOption(),
control_hedge = control_solarHedging()
)An object with the class solarModel. See the function solarModel for more details.
Tibble containing the forecasted moments for different days ahead. See the function solarMoments 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.