A method to collect all the needed initial values common to both the standard model and the break model. Intended for internal use only.
An object of type AnnualAggLossDevModelInput
from which to collect the needed initial values for the model.
A named list of the specific model elements. See details for more information.
There are currenly two types of AnnualAggLossDevModel
s (break and standard). These models have many features in common, and code to create initial values for these common features is placed in this method.
The derived classes StandardAnnualAggLossDevModelInput
and BreakAnnualAggLossDevModelInput
call this method via NextMethod()
and then return a new function.