-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test taux_de_liquidatin RSNA et CNRPS
- Loading branch information
Showing
3 changed files
with
63 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ brackets: | |
value: 0.005 | ||
- threshold: | ||
1960-01-01: | ||
value: 160 | ||
value: 120 | ||
rate: | ||
1960-01-01: | ||
value: 0 | ||
|
14 changes: 7 additions & 7 deletions
14
tests/formulas/cnrps/cnrps_pension.yaml → ...s/formulas/cnrps/taux_de_liquidation.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
- name: "5 ans de trimetres CNSS" | ||
period: 2011 | ||
absolute_error_margin: 1e-10 | ||
input: | ||
rsna_duree_assurance: 5 * 4 | ||
output: | ||
rsna_taux_de_liquidation: .2 | ||
|
||
- name: "10 ans de trimetres CNSS RSNA" | ||
period: 2011 | ||
absolute_error_margin: 1e-10 | ||
input: | ||
rsna_duree_assurance: 10 * 4 | ||
output: | ||
rsna_taux_de_liquidation: .4 | ||
|
||
- name: "13 ans de trimetres CNSS RSNA" | ||
period: 2011 | ||
absolute_error_margin: 1e-10 | ||
input: | ||
rsna_duree_assurance: 13 * 4 | ||
output: | ||
rsna_taux_de_liquidation: .4 + .06 | ||
|
||
- name: "21 ans de trimetres CNSS RSNA" | ||
period: 2011 | ||
absolute_error_margin: 1e-10 | ||
input: | ||
rsna_duree_assurance: 21 * 4 | ||
output: | ||
rsna_taux_de_liquidation: .4 + .22 | ||
|
||
- name: "31 ans de trimetres CNSS RSNA" | ||
period: 2011 | ||
absolute_error_margin: 1e-10 | ||
input: | ||
rsna_duree_assurance: 31 * 4 | ||
output: | ||
rsna_taux_de_liquidation: .8 | ||
|
||
- name: "40 ans de trimetres CNSS RSNA" | ||
period: 2011 | ||
absolute_error_margin: 1e-10 | ||
input: | ||
rsna_duree_assurance: 40 * 4 | ||
output: | ||
rsna_taux_de_liquidation: .8 | ||
|
||
- name: "50 ans de trimetres CNSS RSNA" | ||
period: 2011 | ||
absolute_error_margin: 1e-10 | ||
input: | ||
rsna_duree_assurance: 50 * 4 | ||
output: | ||
rsna_taux_de_liquidation: .8 |