The final output class for all standard aggregate annual models.
StandardAnnualAggLossDevModelOutput
is the final output class for all standard aggregate annual model objects.
Currenly, only the slot “input” is allowed to be a non-model node. All other nodes should be the exact name of some settable node in the model.
This is because getModelOutputNodes
currently looks at the slot names to determine what values to set; only slot “input” is known to be a slot other than a settable node.
This class is derived from AnnualAggLossDevModelOutput
.