Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Concepts

The pricing for the same benefit plan may differ from a sector to another; the «Contribution plan» are to define different cost/pricing rules and the payment periodicity (in a month) for a given Benefit plan.
A benefit package (product in IMIS) can have multiple Contribution plans attached meaning different insurees may have different contributions level (or/and different calculation) but contribute to the same pool. The Contribution plans will have parameters such as maximum payment delay, grace periods.

...

To manage the group insurance several authorities will be added,the prefix of this module will be 151

  • ContributionPlanBundle, prefix 1511

    • Search → 151101

    • Create → 151102

    • Update → 151103

    • Delete → 151104

    • Replace → 151106

  • ContributionPlan, prefix 1512

    • Search →151201

    • Create → 151202

    • Update → 151203

    • Delete → 151204

    • Replace → 151206

...

  • C/U/D service ContributionPlanBundle

    • check authority

    • ensure Code uniqueness for ValidTo/ValidFrom

    • Ensure mandatory fields are present

    • code not editable once created

    • Ensure that the periodicity for the contribution plan are the same

    • Ensure that the detail DatevalidFrom is greater or equal to CP DatevalidFrom 

    • Ensure that the detail DatevalidTo is lesseror equal to CP DatevalidTo or DatevalidTo  is null

  • Replace ContributionPlanBundle

  • C/U/D service ContributionPlan

    • check authority

    • ensure Code uniqueness for ValidTo/ValidFrom

    • Ensure mandatory fields are present

    • code not editable once created

  • (Nice to have)Replace ContributionPlan

  • GetContributionLength

    • send a signal

    • read the signal result, if >0 take that result as duration in month else take periodicity instead

Front end detailed design

...