Currently consequences are computed without regard to deductibles or limits.
Adding a post process to set the losses at deductible if less or limit if more is simple enough. This could possibly be done in the code itself, but it would require unnecessary conditional statements that would likely corrupt the broader compute. Alternatively we could impement custom compute logic on a millimiman asset which would override the consequences.structure behavior.
Currently consequences are computed without regard to deductibles or limits.
Adding a post process to set the losses at deductible if less or limit if more is simple enough. This could possibly be done in the code itself, but it would require unnecessary conditional statements that would likely corrupt the broader compute. Alternatively we could impement custom compute logic on a millimiman asset which would override the consequences.structure behavior.