To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorCross Cultural Training Dependent Calculation
As a Compensation Team member
I want to have a global cost estimator that includes a calculation for the Cross Cultural Training Dependent benefit
So that the costs for an employee's dependents short term, long term or permanent relocation with a Cross Cultural Training Dependent benefit can be automatically estimated
- Scenarios
-
- Calculate cost estimate for cross cultural training dependent using a standard calculation and have the estimate amount only applied in the first year
- Calculate cost estimate for cross cultural training dependent using a standard calculation and benefit cap and have the estimate amount only applied in the first year
- Calculate cost estimate for cross cultural training dependent with a standard calculation for a three year timespan and have the estimate amount only applied in the first year
- Calculate cost estimate for cross cultural training dependent with a standard calculation that has a missing rate, so no estimate can be provided
- Calculate cost estimate for cross cultural training dependent using a standard calculation and have the estimate amount only applied in the first year
-
- Given
- I am generating a cost estimate for a Policy and an assignment type of 'assignment type'
- And
- cross cultural training dependent is selected for the cost estimate
- And
- the Family Status is 'family status'
- And
- and the Spouse/Partner status for relocating is 'will spouse relocate'
- And
- the number of children relocating is 'relocating child count'
- And
- The Host Country is ' host country'
- And
- the start date year is 'start date year'
- And
- the end date year is 'end date year'
- When
- the cost estimate is submitted
- Then
- the cross cultural training dependent cost estimate for the year 'start date year' is 'first year amount'
- And
- the cross cultural training dependent cost estimate for the year 'end date year' is 'end year amount'
Examples: assignment type family status will spouse relocate relocating child count host country start date year end date year first year amount end year amount Long Term Married/Couple Will relocate Cayman Islands 2015 2017 2530 0 Permanent Single with Children Will NOT relocate 1 Cayman Islands 2016 2010 0 Short Term Married/Couple with Children Will relocate 2 Cayman Islands 2016 2016 6550 0 - Calculate cost estimate for cross cultural training dependent using a standard calculation and benefit cap and have the estimate amount only applied in the first year
-
- Given
- I am generating a cost estimate for a Policy and an assignment type of 'assignment type'
- And
- cross cultural training dependent is configured with a benefit cap of 'benefit cap amount'
- And
- cross cultural training dependent is selected for the cost estimate
- And
- the Family Status is 'family status'
- And
- and the Spouse/Partner status for relocating is 'will spouse relocate'
- And
- the number of children relocating is 'relocating child count'
- And
- The Host Country is ' host country'
- And
- the start date year is 'start date year'
- And
- the end date year is 'end date year'
- When
- the cost estimate is submitted
- Then
- the cross cultural training dependent cost estimate for the year 'start date year' is 'first year amount'
- And
- the cross cultural training dependent cost estimate for the year 'end date year' is 'end year amount'
Examples: assignment type benefit cap amount family status will spouse relocate relocating child count host country start date year end date year first year amount end year amount Long Term 3000 Married/Couple Will relocate Cayman Islands 2015 2017 2530 0 Permanent 2000 Single with Children Will NOT relocate 1 Cayman Islands 2016 2000 0 Short Term 6000 Will relocate 2 Cayman Islands 2016 2016 6000 0 - Calculate cost estimate for cross cultural training dependent with a standard calculation for a three year timespan and have the estimate amount only applied in the first year
-
- Given
- I am generating a cost estimate for a Policy and a long term assignment type
- And
- cross cultural training dependent is selected for the cost estimate
- And
- the Family Status is 'Married/Couple'
- And
- and the Spouse/Partner will relocate
- And
- The Host Country is 'Cayman Islands'
- And
- the start date year is '1/1/2015'
- And
- the end date year is '4/30/2017'
- When
- the cost estimate is submitted
- Then
- the cross cultural training dependent benefit amount for 2015 is $2530USD
- And
- the cross cultural training dependent benefit amount for 2016 is $0USD
- And
- the cross cultural training dependent benefit amount for 2017 is $0USD
- Calculate cost estimate for cross cultural training dependent with a standard calculation that has a missing rate, so no estimate can be provided
-
- Given
- I am generating a cost estimate for a Policy and a long term assignment type
- And
- cross cultural training dependent is selected for the cost estimate
- And
- the Family Status is 'Married/Couple'
- And
- and the Spouse/Partner will relocate
- And
- The Host Country is 'Sierra Leone'
- And
- the start date year is '1/1/2015'
- And
- the end date year is '4/30/2017'
- When
- the cost estimate is submitted
- Then
- the cross cultural training dependent benefit amount for 2015 is $0USD
- And
- the cross cultural training dependent benefit amount for 2016 is $0USD
- And
- the cross cultural training dependent benefit amount for 2017 is $0USD
- And
- the cross cultural training dependent line item on the cost estimate will indicate there is a missing rate
Last published about 5 years ago by Doug Snyder.