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 Assignee Calculation
As a Compensation Team member
I want to have a global cost estimator that includes a calculation for the Cross Cultural Training Assignee benefit
So that the costs for an employee's short term, long term or permanent relocation with a Cross Cultural Training Assignee benefit can be automatically estimated
- Scenarios
-
- Calculate cost estimate for cross cultural training assignee with a standard calculation and have the estimate amount only applied in the first year
- Calculate cost estimate for cross cultural training assignee with a standard calculation and benefit cap and have the estimate amount only applied in the first year
- Calculate cost estimate for cross cultural training assignee 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 assignee with a standard calculation that has a missing rate, so no estimate can be provided
- Calculate cost estimate for cross cultural training assignee with 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 assignee is selected for the cost estimate
- 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 assignee cost estimate for the year 'start date year' is 'first year amount'
- And
- the cross cultural training assignee cost estimate for the year 'end date year' is 'end year amount'
Examples: assignment type host country start date year end date year first year amount end year amount Long Term Angola 2015 2017 3715 0 Permanent Angola 2015 3715 0 Short Term France 2016 2016 2412 0 - Calculate cost estimate for cross cultural training assignee with 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 assignee is configured with a benefit cap of 'benefit cap amount'
- And
- cross cultural training assignee is selected for the cost estimate
- 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 assignee cost estimate for the year 'start date year' is 'first year amount'
- And
- the cross cultural training assignee cost estimate for the year 'end date year' is 'end year amount'
Examples: assignment type benefit cap amount host country start date year end date year first year amount end year amount Short Term 2000 France 2016 2016 2000 0 Permanent 4000 Angola 2015 3715 0 - Calculate cost estimate for cross cultural training assignee 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 assignee is selected for the cost estimate
- And
- The Host Country is 'Angola'
- 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 assignee benefit amount for 2015 is $3715USD
- And
- the cross cultural training assignee benefit amount for 2016 is $0USD
- And
- the cross cultural training assignee benefit amount for 2017 is $0USD
- Calculate cost estimate for cross cultural training assignee 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 assignee is selected for the cost estimate
- 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 assignee benefit amount for 2015 is $0USD
- And
- the cross cultural training assignee benefit amount for 2016 is $0USD
- And
- the cross cultural training assignee benefit amount for 2017 is $0USD
- And
- the cross cultural training assignee line item on the cost estimate will indicate there is a missing rate
Last published almost 7 years ago by Doug Snyder.